jamespot-user-api 1.0.186 → 1.0.187
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/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +48 -8
- package/lib/src/types/article.d.ts +360 -60
- package/lib/src/types/asei.d.ts +36 -6
- package/lib/src/types/assetReservation.d.ts +156 -26
- package/lib/src/types/businessContact.d.ts +24 -4
- package/lib/src/types/comment.d.ts +36 -6
- package/lib/src/types/faq.d.ts +192 -32
- package/lib/src/types/jLand.d.ts +60 -10
- package/lib/src/types/mediaLibrary.d.ts +36 -6
- package/lib/src/types/meeting.d.ts +108 -18
- package/lib/src/types/pollSurvey.d.ts +108 -18
- package/lib/src/types/quizz.d.ts +108 -18
- package/lib/src/types/socialEvent.d.ts +108 -18
- package/lib/src/types/support.d.ts +108 -18
- package/lib/src/types/surveyDate.d.ts +108 -18
- package/lib/src/types/tvDisplay.d.ts +900 -150
- package/lib/src/types/widgets/default.d.ts +206 -24
- package/lib/src/types/widgets/widgetCheckList.d.ts +52 -10
- package/lib/src/types/widgets.d.ts +442 -68
- package/lib/src/util/widget.d.ts +6 -1
- package/package.json +1 -1
package/lib/src/types/asei.d.ts
CHANGED
|
@@ -162,7 +162,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
162
162
|
layers?: string[] | undefined;
|
|
163
163
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
164
164
|
layers?: string[] | undefined;
|
|
165
|
-
} & import("./widgets").WidgetType<
|
|
165
|
+
} & import("./widgets").WidgetType<{
|
|
166
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
167
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
168
|
+
css?: Record<string, string> | undefined;
|
|
169
|
+
edit?: boolean | undefined;
|
|
170
|
+
}>) | ({
|
|
166
171
|
layers?: string[] | undefined;
|
|
167
172
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
168
173
|
layers?: string[] | undefined;
|
|
@@ -207,7 +212,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
207
212
|
layers?: string[] | undefined;
|
|
208
213
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
209
214
|
layers?: string[] | undefined;
|
|
210
|
-
} & import("./widgets").WidgetType<
|
|
215
|
+
} & import("./widgets").WidgetType<{
|
|
216
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
217
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
218
|
+
css?: Record<string, string> | undefined;
|
|
219
|
+
edit?: boolean | undefined;
|
|
220
|
+
}>) | ({
|
|
211
221
|
layers?: string[] | undefined;
|
|
212
222
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
213
223
|
layers?: string[] | undefined;
|
|
@@ -253,7 +263,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
253
263
|
layers?: string[] | undefined;
|
|
254
264
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
255
265
|
layers?: string[] | undefined;
|
|
256
|
-
} & import("./widgets").WidgetType<
|
|
266
|
+
} & import("./widgets").WidgetType<{
|
|
267
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
268
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
269
|
+
css?: Record<string, string> | undefined;
|
|
270
|
+
edit?: boolean | undefined;
|
|
271
|
+
}>) | ({
|
|
257
272
|
layers?: string[] | undefined;
|
|
258
273
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
259
274
|
layers?: string[] | undefined;
|
|
@@ -298,7 +313,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
298
313
|
layers?: string[] | undefined;
|
|
299
314
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
300
315
|
layers?: string[] | undefined;
|
|
301
|
-
} & import("./widgets").WidgetType<
|
|
316
|
+
} & import("./widgets").WidgetType<{
|
|
317
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
318
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
319
|
+
css?: Record<string, string> | undefined;
|
|
320
|
+
edit?: boolean | undefined;
|
|
321
|
+
}>) | ({
|
|
302
322
|
layers?: string[] | undefined;
|
|
303
323
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
304
324
|
layers?: string[] | undefined;
|
|
@@ -592,7 +612,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
592
612
|
layers?: string[] | undefined;
|
|
593
613
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
594
614
|
layers?: string[] | undefined;
|
|
595
|
-
} & import("./widgets").WidgetType<
|
|
615
|
+
} & import("./widgets").WidgetType<{
|
|
616
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
617
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
618
|
+
css?: Record<string, string> | undefined;
|
|
619
|
+
edit?: boolean | undefined;
|
|
620
|
+
}>) | ({
|
|
596
621
|
layers?: string[] | undefined;
|
|
597
622
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
598
623
|
layers?: string[] | undefined;
|
|
@@ -737,7 +762,12 @@ export declare const aseiTicketSchema: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
737
762
|
layers?: string[] | undefined;
|
|
738
763
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
739
764
|
layers?: string[] | undefined;
|
|
740
|
-
} & import("./widgets").WidgetType<
|
|
765
|
+
} & import("./widgets").WidgetType<{
|
|
766
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
767
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
768
|
+
css?: Record<string, string> | undefined;
|
|
769
|
+
edit?: boolean | undefined;
|
|
770
|
+
}>) | ({
|
|
741
771
|
layers?: string[] | undefined;
|
|
742
772
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
743
773
|
layers?: string[] | undefined;
|
|
@@ -196,7 +196,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
196
196
|
layers?: string[] | undefined;
|
|
197
197
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
198
198
|
layers?: string[] | undefined;
|
|
199
|
-
} & import("./widgets").WidgetType<
|
|
199
|
+
} & import("./widgets").WidgetType<{
|
|
200
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
201
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
202
|
+
css?: Record<string, string> | undefined;
|
|
203
|
+
edit?: boolean | undefined;
|
|
204
|
+
}>) | ({
|
|
200
205
|
layers?: string[] | undefined;
|
|
201
206
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
202
207
|
layers?: string[] | undefined;
|
|
@@ -241,7 +246,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
241
246
|
layers?: string[] | undefined;
|
|
242
247
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
243
248
|
layers?: string[] | undefined;
|
|
244
|
-
} & import("./widgets").WidgetType<
|
|
249
|
+
} & import("./widgets").WidgetType<{
|
|
250
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
251
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
252
|
+
css?: Record<string, string> | undefined;
|
|
253
|
+
edit?: boolean | undefined;
|
|
254
|
+
}>) | ({
|
|
245
255
|
layers?: string[] | undefined;
|
|
246
256
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
247
257
|
layers?: string[] | undefined;
|
|
@@ -287,7 +297,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
287
297
|
layers?: string[] | undefined;
|
|
288
298
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
289
299
|
layers?: string[] | undefined;
|
|
290
|
-
} & import("./widgets").WidgetType<
|
|
300
|
+
} & import("./widgets").WidgetType<{
|
|
301
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
302
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
303
|
+
css?: Record<string, string> | undefined;
|
|
304
|
+
edit?: boolean | undefined;
|
|
305
|
+
}>) | ({
|
|
291
306
|
layers?: string[] | undefined;
|
|
292
307
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
293
308
|
layers?: string[] | undefined;
|
|
@@ -332,7 +347,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
332
347
|
layers?: string[] | undefined;
|
|
333
348
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
334
349
|
layers?: string[] | undefined;
|
|
335
|
-
} & import("./widgets").WidgetType<
|
|
350
|
+
} & import("./widgets").WidgetType<{
|
|
351
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
352
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
353
|
+
css?: Record<string, string> | undefined;
|
|
354
|
+
edit?: boolean | undefined;
|
|
355
|
+
}>) | ({
|
|
336
356
|
layers?: string[] | undefined;
|
|
337
357
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
338
358
|
layers?: string[] | undefined;
|
|
@@ -429,7 +449,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
429
449
|
layers?: string[] | undefined;
|
|
430
450
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
431
451
|
layers?: string[] | undefined;
|
|
432
|
-
} & import("./widgets").WidgetType<
|
|
452
|
+
} & import("./widgets").WidgetType<{
|
|
453
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
454
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
455
|
+
css?: Record<string, string> | undefined;
|
|
456
|
+
edit?: boolean | undefined;
|
|
457
|
+
}>) | ({
|
|
433
458
|
layers?: string[] | undefined;
|
|
434
459
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
435
460
|
layers?: string[] | undefined;
|
|
@@ -523,7 +548,12 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
523
548
|
layers?: string[] | undefined;
|
|
524
549
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
525
550
|
layers?: string[] | undefined;
|
|
526
|
-
} & import("./widgets").WidgetType<
|
|
551
|
+
} & import("./widgets").WidgetType<{
|
|
552
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
553
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
554
|
+
css?: Record<string, string> | undefined;
|
|
555
|
+
edit?: boolean | undefined;
|
|
556
|
+
}>) | ({
|
|
527
557
|
layers?: string[] | undefined;
|
|
528
558
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
529
559
|
layers?: string[] | undefined;
|
|
@@ -716,7 +746,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
716
746
|
layers?: string[] | undefined;
|
|
717
747
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
718
748
|
layers?: string[] | undefined;
|
|
719
|
-
} & import("./widgets").WidgetType<
|
|
749
|
+
} & import("./widgets").WidgetType<{
|
|
750
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
751
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
752
|
+
css?: Record<string, string> | undefined;
|
|
753
|
+
edit?: boolean | undefined;
|
|
754
|
+
}>) | ({
|
|
720
755
|
layers?: string[] | undefined;
|
|
721
756
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
722
757
|
layers?: string[] | undefined;
|
|
@@ -761,7 +796,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
761
796
|
layers?: string[] | undefined;
|
|
762
797
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
763
798
|
layers?: string[] | undefined;
|
|
764
|
-
} & import("./widgets").WidgetType<
|
|
799
|
+
} & import("./widgets").WidgetType<{
|
|
800
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
801
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
802
|
+
css?: Record<string, string> | undefined;
|
|
803
|
+
edit?: boolean | undefined;
|
|
804
|
+
}>) | ({
|
|
765
805
|
layers?: string[] | undefined;
|
|
766
806
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
767
807
|
layers?: string[] | undefined;
|
|
@@ -807,7 +847,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
807
847
|
layers?: string[] | undefined;
|
|
808
848
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
809
849
|
layers?: string[] | undefined;
|
|
810
|
-
} & import("./widgets").WidgetType<
|
|
850
|
+
} & import("./widgets").WidgetType<{
|
|
851
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
852
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
853
|
+
css?: Record<string, string> | undefined;
|
|
854
|
+
edit?: boolean | undefined;
|
|
855
|
+
}>) | ({
|
|
811
856
|
layers?: string[] | undefined;
|
|
812
857
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
813
858
|
layers?: string[] | undefined;
|
|
@@ -852,7 +897,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
852
897
|
layers?: string[] | undefined;
|
|
853
898
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
854
899
|
layers?: string[] | undefined;
|
|
855
|
-
} & import("./widgets").WidgetType<
|
|
900
|
+
} & import("./widgets").WidgetType<{
|
|
901
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
902
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
903
|
+
css?: Record<string, string> | undefined;
|
|
904
|
+
edit?: boolean | undefined;
|
|
905
|
+
}>) | ({
|
|
856
906
|
layers?: string[] | undefined;
|
|
857
907
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
858
908
|
layers?: string[] | undefined;
|
|
@@ -968,7 +1018,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
968
1018
|
layers?: string[] | undefined;
|
|
969
1019
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
970
1020
|
layers?: string[] | undefined;
|
|
971
|
-
} & import("./widgets").WidgetType<
|
|
1021
|
+
} & import("./widgets").WidgetType<{
|
|
1022
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1023
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1024
|
+
css?: Record<string, string> | undefined;
|
|
1025
|
+
edit?: boolean | undefined;
|
|
1026
|
+
}>) | ({
|
|
972
1027
|
layers?: string[] | undefined;
|
|
973
1028
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
974
1029
|
layers?: string[] | undefined;
|
|
@@ -1067,7 +1122,12 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1067
1122
|
layers?: string[] | undefined;
|
|
1068
1123
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1069
1124
|
layers?: string[] | undefined;
|
|
1070
|
-
} & import("./widgets").WidgetType<
|
|
1125
|
+
} & import("./widgets").WidgetType<{
|
|
1126
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1127
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1128
|
+
css?: Record<string, string> | undefined;
|
|
1129
|
+
edit?: boolean | undefined;
|
|
1130
|
+
}>) | ({
|
|
1071
1131
|
layers?: string[] | undefined;
|
|
1072
1132
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1073
1133
|
layers?: string[] | undefined;
|
|
@@ -1260,7 +1320,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1260
1320
|
layers?: string[] | undefined;
|
|
1261
1321
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1262
1322
|
layers?: string[] | undefined;
|
|
1263
|
-
} & import("./widgets").WidgetType<
|
|
1323
|
+
} & import("./widgets").WidgetType<{
|
|
1324
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1325
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1326
|
+
css?: Record<string, string> | undefined;
|
|
1327
|
+
edit?: boolean | undefined;
|
|
1328
|
+
}>) | ({
|
|
1264
1329
|
layers?: string[] | undefined;
|
|
1265
1330
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1266
1331
|
layers?: string[] | undefined;
|
|
@@ -1305,7 +1370,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1305
1370
|
layers?: string[] | undefined;
|
|
1306
1371
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1307
1372
|
layers?: string[] | undefined;
|
|
1308
|
-
} & import("./widgets").WidgetType<
|
|
1373
|
+
} & import("./widgets").WidgetType<{
|
|
1374
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1375
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1376
|
+
css?: Record<string, string> | undefined;
|
|
1377
|
+
edit?: boolean | undefined;
|
|
1378
|
+
}>) | ({
|
|
1309
1379
|
layers?: string[] | undefined;
|
|
1310
1380
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1311
1381
|
layers?: string[] | undefined;
|
|
@@ -1351,7 +1421,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1351
1421
|
layers?: string[] | undefined;
|
|
1352
1422
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1353
1423
|
layers?: string[] | undefined;
|
|
1354
|
-
} & import("./widgets").WidgetType<
|
|
1424
|
+
} & import("./widgets").WidgetType<{
|
|
1425
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1426
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1427
|
+
css?: Record<string, string> | undefined;
|
|
1428
|
+
edit?: boolean | undefined;
|
|
1429
|
+
}>) | ({
|
|
1355
1430
|
layers?: string[] | undefined;
|
|
1356
1431
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1357
1432
|
layers?: string[] | undefined;
|
|
@@ -1396,7 +1471,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1396
1471
|
layers?: string[] | undefined;
|
|
1397
1472
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1398
1473
|
layers?: string[] | undefined;
|
|
1399
|
-
} & import("./widgets").WidgetType<
|
|
1474
|
+
} & import("./widgets").WidgetType<{
|
|
1475
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1476
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1477
|
+
css?: Record<string, string> | undefined;
|
|
1478
|
+
edit?: boolean | undefined;
|
|
1479
|
+
}>) | ({
|
|
1400
1480
|
layers?: string[] | undefined;
|
|
1401
1481
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1402
1482
|
layers?: string[] | undefined;
|
|
@@ -1591,7 +1671,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1591
1671
|
layers?: string[] | undefined;
|
|
1592
1672
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1593
1673
|
layers?: string[] | undefined;
|
|
1594
|
-
} & import("./widgets").WidgetType<
|
|
1674
|
+
} & import("./widgets").WidgetType<{
|
|
1675
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1676
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1677
|
+
css?: Record<string, string> | undefined;
|
|
1678
|
+
edit?: boolean | undefined;
|
|
1679
|
+
}>) | ({
|
|
1595
1680
|
layers?: string[] | undefined;
|
|
1596
1681
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1597
1682
|
layers?: string[] | undefined;
|
|
@@ -1636,7 +1721,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1636
1721
|
layers?: string[] | undefined;
|
|
1637
1722
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1638
1723
|
layers?: string[] | undefined;
|
|
1639
|
-
} & import("./widgets").WidgetType<
|
|
1724
|
+
} & import("./widgets").WidgetType<{
|
|
1725
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1726
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1727
|
+
css?: Record<string, string> | undefined;
|
|
1728
|
+
edit?: boolean | undefined;
|
|
1729
|
+
}>) | ({
|
|
1640
1730
|
layers?: string[] | undefined;
|
|
1641
1731
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1642
1732
|
layers?: string[] | undefined;
|
|
@@ -1682,7 +1772,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1682
1772
|
layers?: string[] | undefined;
|
|
1683
1773
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1684
1774
|
layers?: string[] | undefined;
|
|
1685
|
-
} & import("./widgets").WidgetType<
|
|
1775
|
+
} & import("./widgets").WidgetType<{
|
|
1776
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1777
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1778
|
+
css?: Record<string, string> | undefined;
|
|
1779
|
+
edit?: boolean | undefined;
|
|
1780
|
+
}>) | ({
|
|
1686
1781
|
layers?: string[] | undefined;
|
|
1687
1782
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1688
1783
|
layers?: string[] | undefined;
|
|
@@ -1727,7 +1822,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1727
1822
|
layers?: string[] | undefined;
|
|
1728
1823
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1729
1824
|
layers?: string[] | undefined;
|
|
1730
|
-
} & import("./widgets").WidgetType<
|
|
1825
|
+
} & import("./widgets").WidgetType<{
|
|
1826
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1827
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1828
|
+
css?: Record<string, string> | undefined;
|
|
1829
|
+
edit?: boolean | undefined;
|
|
1830
|
+
}>) | ({
|
|
1731
1831
|
layers?: string[] | undefined;
|
|
1732
1832
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1733
1833
|
layers?: string[] | undefined;
|
|
@@ -1824,7 +1924,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1824
1924
|
layers?: string[] | undefined;
|
|
1825
1925
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1826
1926
|
layers?: string[] | undefined;
|
|
1827
|
-
} & import("./widgets").WidgetType<
|
|
1927
|
+
} & import("./widgets").WidgetType<{
|
|
1928
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
1929
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
1930
|
+
css?: Record<string, string> | undefined;
|
|
1931
|
+
edit?: boolean | undefined;
|
|
1932
|
+
}>) | ({
|
|
1828
1933
|
layers?: string[] | undefined;
|
|
1829
1934
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1830
1935
|
layers?: string[] | undefined;
|
|
@@ -1918,7 +2023,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
1918
2023
|
layers?: string[] | undefined;
|
|
1919
2024
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
1920
2025
|
layers?: string[] | undefined;
|
|
1921
|
-
} & import("./widgets").WidgetType<
|
|
2026
|
+
} & import("./widgets").WidgetType<{
|
|
2027
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
2028
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
2029
|
+
css?: Record<string, string> | undefined;
|
|
2030
|
+
edit?: boolean | undefined;
|
|
2031
|
+
}>) | ({
|
|
1922
2032
|
layers?: string[] | undefined;
|
|
1923
2033
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
1924
2034
|
layers?: string[] | undefined;
|
|
@@ -2057,7 +2167,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2057
2167
|
layers?: string[] | undefined;
|
|
2058
2168
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
2059
2169
|
layers?: string[] | undefined;
|
|
2060
|
-
} & import("./widgets").WidgetType<
|
|
2170
|
+
} & import("./widgets").WidgetType<{
|
|
2171
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
2172
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
2173
|
+
css?: Record<string, string> | undefined;
|
|
2174
|
+
edit?: boolean | undefined;
|
|
2175
|
+
}>) | ({
|
|
2061
2176
|
layers?: string[] | undefined;
|
|
2062
2177
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
2063
2178
|
layers?: string[] | undefined;
|
|
@@ -2109,7 +2224,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2109
2224
|
layers?: string[] | undefined;
|
|
2110
2225
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
2111
2226
|
layers?: string[] | undefined;
|
|
2112
|
-
} & import("./widgets").WidgetType<
|
|
2227
|
+
} & import("./widgets").WidgetType<{
|
|
2228
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
2229
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
2230
|
+
css?: Record<string, string> | undefined;
|
|
2231
|
+
edit?: boolean | undefined;
|
|
2232
|
+
}>) | ({
|
|
2113
2233
|
layers?: string[] | undefined;
|
|
2114
2234
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
2115
2235
|
layers?: string[] | undefined;
|
|
@@ -2247,7 +2367,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2247
2367
|
layers?: string[] | undefined;
|
|
2248
2368
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
2249
2369
|
layers?: string[] | undefined;
|
|
2250
|
-
} & import("./widgets").WidgetType<
|
|
2370
|
+
} & import("./widgets").WidgetType<{
|
|
2371
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
2372
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
2373
|
+
css?: Record<string, string> | undefined;
|
|
2374
|
+
edit?: boolean | undefined;
|
|
2375
|
+
}>) | ({
|
|
2251
2376
|
layers?: string[] | undefined;
|
|
2252
2377
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
2253
2378
|
layers?: string[] | undefined;
|
|
@@ -2299,7 +2424,12 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
2299
2424
|
layers?: string[] | undefined;
|
|
2300
2425
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
2301
2426
|
layers?: string[] | undefined;
|
|
2302
|
-
} & import("./widgets").WidgetType<
|
|
2427
|
+
} & import("./widgets").WidgetType<{
|
|
2428
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
2429
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
2430
|
+
css?: Record<string, string> | undefined;
|
|
2431
|
+
edit?: boolean | undefined;
|
|
2432
|
+
}>) | ({
|
|
2303
2433
|
layers?: string[] | undefined;
|
|
2304
2434
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
2305
2435
|
layers?: string[] | undefined;
|
|
@@ -195,7 +195,12 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
195
195
|
layers?: string[] | undefined;
|
|
196
196
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
197
197
|
layers?: string[] | undefined;
|
|
198
|
-
} & import("./widgets").WidgetType<
|
|
198
|
+
} & import("./widgets").WidgetType<{
|
|
199
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
200
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
201
|
+
css?: Record<string, string> | undefined;
|
|
202
|
+
edit?: boolean | undefined;
|
|
203
|
+
}>) | ({
|
|
199
204
|
layers?: string[] | undefined;
|
|
200
205
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
201
206
|
layers?: string[] | undefined;
|
|
@@ -240,7 +245,12 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
240
245
|
layers?: string[] | undefined;
|
|
241
246
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
242
247
|
layers?: string[] | undefined;
|
|
243
|
-
} & import("./widgets").WidgetType<
|
|
248
|
+
} & import("./widgets").WidgetType<{
|
|
249
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
250
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
251
|
+
css?: Record<string, string> | undefined;
|
|
252
|
+
edit?: boolean | undefined;
|
|
253
|
+
}>) | ({
|
|
244
254
|
layers?: string[] | undefined;
|
|
245
255
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
246
256
|
layers?: string[] | undefined;
|
|
@@ -286,7 +296,12 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
286
296
|
layers?: string[] | undefined;
|
|
287
297
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
288
298
|
layers?: string[] | undefined;
|
|
289
|
-
} & import("./widgets").WidgetType<
|
|
299
|
+
} & import("./widgets").WidgetType<{
|
|
300
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
301
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
302
|
+
css?: Record<string, string> | undefined;
|
|
303
|
+
edit?: boolean | undefined;
|
|
304
|
+
}>) | ({
|
|
290
305
|
layers?: string[] | undefined;
|
|
291
306
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
292
307
|
layers?: string[] | undefined;
|
|
@@ -331,7 +346,12 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
|
|
|
331
346
|
layers?: string[] | undefined;
|
|
332
347
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
333
348
|
layers?: string[] | undefined;
|
|
334
|
-
} & import("./widgets").WidgetType<
|
|
349
|
+
} & import("./widgets").WidgetType<{
|
|
350
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
351
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
352
|
+
css?: Record<string, string> | undefined;
|
|
353
|
+
edit?: boolean | undefined;
|
|
354
|
+
}>) | ({
|
|
335
355
|
layers?: string[] | undefined;
|
|
336
356
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
337
357
|
layers?: string[] | undefined;
|
|
@@ -233,7 +233,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
233
233
|
layers?: string[] | undefined;
|
|
234
234
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
235
235
|
layers?: string[] | undefined;
|
|
236
|
-
} & import("./widgets").WidgetType<
|
|
236
|
+
} & import("./widgets").WidgetType<{
|
|
237
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
238
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
239
|
+
css?: Record<string, string> | undefined;
|
|
240
|
+
edit?: boolean | undefined;
|
|
241
|
+
}>) | ({
|
|
237
242
|
layers?: string[] | undefined;
|
|
238
243
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
239
244
|
layers?: string[] | undefined;
|
|
@@ -278,7 +283,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
278
283
|
layers?: string[] | undefined;
|
|
279
284
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
280
285
|
layers?: string[] | undefined;
|
|
281
|
-
} & import("./widgets").WidgetType<
|
|
286
|
+
} & import("./widgets").WidgetType<{
|
|
287
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
288
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
289
|
+
css?: Record<string, string> | undefined;
|
|
290
|
+
edit?: boolean | undefined;
|
|
291
|
+
}>) | ({
|
|
282
292
|
layers?: string[] | undefined;
|
|
283
293
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
284
294
|
layers?: string[] | undefined;
|
|
@@ -324,7 +334,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
324
334
|
layers?: string[] | undefined;
|
|
325
335
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
326
336
|
layers?: string[] | undefined;
|
|
327
|
-
} & import("./widgets").WidgetType<
|
|
337
|
+
} & import("./widgets").WidgetType<{
|
|
338
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
339
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
340
|
+
css?: Record<string, string> | undefined;
|
|
341
|
+
edit?: boolean | undefined;
|
|
342
|
+
}>) | ({
|
|
328
343
|
layers?: string[] | undefined;
|
|
329
344
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
330
345
|
layers?: string[] | undefined;
|
|
@@ -369,7 +384,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
369
384
|
layers?: string[] | undefined;
|
|
370
385
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
371
386
|
layers?: string[] | undefined;
|
|
372
|
-
} & import("./widgets").WidgetType<
|
|
387
|
+
} & import("./widgets").WidgetType<{
|
|
388
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
389
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
390
|
+
css?: Record<string, string> | undefined;
|
|
391
|
+
edit?: boolean | undefined;
|
|
392
|
+
}>) | ({
|
|
373
393
|
layers?: string[] | undefined;
|
|
374
394
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
375
395
|
layers?: string[] | undefined;
|
|
@@ -464,7 +484,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
464
484
|
layers?: string[] | undefined;
|
|
465
485
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
466
486
|
layers?: string[] | undefined;
|
|
467
|
-
} & import("./widgets").WidgetType<
|
|
487
|
+
} & import("./widgets").WidgetType<{
|
|
488
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
489
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
490
|
+
css?: Record<string, string> | undefined;
|
|
491
|
+
edit?: boolean | undefined;
|
|
492
|
+
}>) | ({
|
|
468
493
|
layers?: string[] | undefined;
|
|
469
494
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
470
495
|
layers?: string[] | undefined;
|
|
@@ -559,7 +584,12 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
559
584
|
layers?: string[] | undefined;
|
|
560
585
|
} & import("./widgets").WidgetArticleSliderType) | ({
|
|
561
586
|
layers?: string[] | undefined;
|
|
562
|
-
} & import("./widgets").WidgetType<
|
|
587
|
+
} & import("./widgets").WidgetType<{
|
|
588
|
+
widgets?: import("./widgets").WidgetBaseType[] | undefined;
|
|
589
|
+
arr?: import("./widgets").WidgetCheckListContentArr[] | undefined;
|
|
590
|
+
css?: Record<string, string> | undefined;
|
|
591
|
+
edit?: boolean | undefined;
|
|
592
|
+
}>) | ({
|
|
563
593
|
layers?: string[] | undefined;
|
|
564
594
|
} & import("./widgets").WidgetDatasourceTableType) | ({
|
|
565
595
|
layers?: string[] | undefined;
|