jamespot-user-api 1.0.182 → 1.0.184
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 +15 -15
- 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 -0
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.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/jest.config.ts +1 -1
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +2 -2
- package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
- package/lib/src/apis/admin/utils.mock.d.ts +2 -0
- package/lib/src/apis/admin/utils.test.d.ts +1 -0
- package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
- package/lib/src/apis/widget/widget.d.ts +20 -3
- package/lib/src/apis/widget/widget.mock.d.ts +5 -1
- package/lib/src/types/article.d.ts +216 -216
- package/lib/src/types/asei.d.ts +22 -22
- package/lib/src/types/assetReservation.d.ts +96 -96
- package/lib/src/types/businessContact.d.ts +14 -14
- package/lib/src/types/comment.d.ts +22 -22
- package/lib/src/types/faq.d.ts +118 -118
- package/lib/src/types/group.d.ts +5 -6
- package/lib/src/types/hook.d.ts +6 -6
- package/lib/src/types/index.d.ts +1 -1
- package/lib/src/types/jLand.d.ts +36 -36
- package/lib/src/types/mediaLibrary.d.ts +22 -22
- package/lib/src/types/meeting.d.ts +66 -66
- package/lib/src/types/pollSurvey.d.ts +66 -66
- package/lib/src/types/quizz.d.ts +66 -66
- package/lib/src/types/realtime.d.ts +15 -3
- package/lib/src/types/socialEvent.d.ts +66 -66
- package/lib/src/types/support.d.ts +66 -66
- package/lib/src/types/surveyDate.d.ts +66 -66
- package/lib/src/types/tvDisplay.d.ts +560 -560
- package/lib/src/types/widgets/common.d.ts +5 -3
- package/lib/src/types/widgets/default.d.ts +149 -99
- package/lib/src/types/widgets/ensure.d.ts +58 -0
- package/lib/src/types/widgets/ensure.test.d.ts +1 -0
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
- package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
- package/lib/src/types/widgets.d.ts +944 -288
- package/lib/src/util/group.d.ts +112 -0
- package/lib/src/util/widget.d.ts +6 -9
- package/package.json +6 -2
- package/phpunitMock/adminApps-success.json +270 -0
- package/phpunitMock/articleGet-with-widgets.json +2 -1
- package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
- package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
- package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
- package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
- package/phpunitMock/widgetPresenceCancel-default.json +1 -0
- package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
- package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
- package/phpunitMock/widgetPresenceRespond-available.json +1 -0
- package/documentation/enums/_GroupModerateStatus.html +0 -1
- package/lib/src/types/widgets/widgetApi.d.ts +0 -24
- /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
package/lib/src/types/faq.d.ts
CHANGED
|
@@ -146,8 +146,6 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
146
146
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
147
147
|
widget: z.ZodType<({
|
|
148
148
|
layers?: string[] | undefined;
|
|
149
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
150
|
-
layers?: string[] | undefined;
|
|
151
149
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
152
150
|
layers?: string[] | undefined;
|
|
153
151
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -171,7 +169,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
171
169
|
uniqid: string;
|
|
172
170
|
content: {
|
|
173
171
|
uri?: string | undefined;
|
|
174
|
-
limit?: number | undefined;
|
|
172
|
+
limit?: number | boolean | undefined;
|
|
175
173
|
tableColumnsData?: {
|
|
176
174
|
name?: string | undefined;
|
|
177
175
|
label?: string | undefined;
|
|
@@ -189,9 +187,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
189
187
|
tableSizedColumns?: boolean | undefined;
|
|
190
188
|
tableSizedColumnsWidth?: number | undefined;
|
|
191
189
|
};
|
|
192
|
-
})
|
|
190
|
+
}) | ({
|
|
193
191
|
layers?: string[] | undefined;
|
|
194
|
-
} & import("./widgets").
|
|
192
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
195
193
|
layers?: string[] | undefined;
|
|
196
194
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
197
195
|
layers?: string[] | undefined;
|
|
@@ -216,7 +214,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
216
214
|
uniqid: string;
|
|
217
215
|
content: {
|
|
218
216
|
uri?: string | undefined;
|
|
219
|
-
limit?: number | undefined;
|
|
217
|
+
limit?: number | boolean | undefined;
|
|
220
218
|
tableColumnsData?: {
|
|
221
219
|
name?: string | undefined;
|
|
222
220
|
label?: string | undefined;
|
|
@@ -234,11 +232,11 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
234
232
|
tableSizedColumns?: boolean | undefined;
|
|
235
233
|
tableSizedColumnsWidth?: number | undefined;
|
|
236
234
|
};
|
|
237
|
-
})
|
|
235
|
+
}) | ({
|
|
236
|
+
layers?: string[] | undefined;
|
|
237
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
238
238
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
239
239
|
layers?: string[] | undefined;
|
|
240
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
241
|
-
layers?: string[] | undefined;
|
|
242
240
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
243
241
|
layers?: string[] | undefined;
|
|
244
242
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -262,7 +260,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
262
260
|
uniqid: string;
|
|
263
261
|
content: {
|
|
264
262
|
uri?: string | undefined;
|
|
265
|
-
limit?: number | undefined;
|
|
263
|
+
limit?: number | boolean | undefined;
|
|
266
264
|
tableColumnsData?: {
|
|
267
265
|
name?: string | undefined;
|
|
268
266
|
label?: string | undefined;
|
|
@@ -280,9 +278,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
280
278
|
tableSizedColumns?: boolean | undefined;
|
|
281
279
|
tableSizedColumnsWidth?: number | undefined;
|
|
282
280
|
};
|
|
283
|
-
})
|
|
281
|
+
}) | ({
|
|
284
282
|
layers?: string[] | undefined;
|
|
285
|
-
} & import("./widgets").
|
|
283
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
286
284
|
layers?: string[] | undefined;
|
|
287
285
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
288
286
|
layers?: string[] | undefined;
|
|
@@ -307,7 +305,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
307
305
|
uniqid: string;
|
|
308
306
|
content: {
|
|
309
307
|
uri?: string | undefined;
|
|
310
|
-
limit?: number | undefined;
|
|
308
|
+
limit?: number | boolean | undefined;
|
|
311
309
|
tableColumnsData?: {
|
|
312
310
|
name?: string | undefined;
|
|
313
311
|
label?: string | undefined;
|
|
@@ -325,7 +323,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
325
323
|
tableSizedColumns?: boolean | undefined;
|
|
326
324
|
tableSizedColumnsWidth?: number | undefined;
|
|
327
325
|
};
|
|
328
|
-
})
|
|
326
|
+
}) | ({
|
|
327
|
+
layers?: string[] | undefined;
|
|
328
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
329
329
|
}>, {
|
|
330
330
|
faqColor: z.ZodOptional<z.ZodString>;
|
|
331
331
|
image: z.ZodOptional<z.ZodObject<{
|
|
@@ -387,8 +387,6 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
387
387
|
} | undefined;
|
|
388
388
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
389
389
|
layers?: string[] | undefined;
|
|
390
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
391
|
-
layers?: string[] | undefined;
|
|
392
390
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
393
391
|
layers?: string[] | undefined;
|
|
394
392
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -412,7 +410,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
412
410
|
uniqid: string;
|
|
413
411
|
content: {
|
|
414
412
|
uri?: string | undefined;
|
|
415
|
-
limit?: number | undefined;
|
|
413
|
+
limit?: number | boolean | undefined;
|
|
416
414
|
tableColumnsData?: {
|
|
417
415
|
name?: string | undefined;
|
|
418
416
|
label?: string | undefined;
|
|
@@ -430,7 +428,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
430
428
|
tableSizedColumns?: boolean | undefined;
|
|
431
429
|
tableSizedColumnsWidth?: number | undefined;
|
|
432
430
|
};
|
|
433
|
-
})
|
|
431
|
+
}) | ({
|
|
432
|
+
layers?: string[] | undefined;
|
|
433
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
434
434
|
faqColor?: string | undefined;
|
|
435
435
|
}, {
|
|
436
436
|
type: "faq";
|
|
@@ -480,8 +480,6 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
480
480
|
} | undefined;
|
|
481
481
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
482
482
|
layers?: string[] | undefined;
|
|
483
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
484
|
-
layers?: string[] | undefined;
|
|
485
483
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
486
484
|
layers?: string[] | undefined;
|
|
487
485
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -505,7 +503,7 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
505
503
|
uniqid: string;
|
|
506
504
|
content: {
|
|
507
505
|
uri?: string | undefined;
|
|
508
|
-
limit?: number | undefined;
|
|
506
|
+
limit?: number | boolean | undefined;
|
|
509
507
|
tableColumnsData?: {
|
|
510
508
|
name?: string | undefined;
|
|
511
509
|
label?: string | undefined;
|
|
@@ -523,7 +521,9 @@ export declare const faqListSchema: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
523
521
|
tableSizedColumns?: boolean | undefined;
|
|
524
522
|
tableSizedColumnsWidth?: number | undefined;
|
|
525
523
|
};
|
|
526
|
-
})
|
|
524
|
+
}) | ({
|
|
525
|
+
layers?: string[] | undefined;
|
|
526
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
527
527
|
faqColor?: string | undefined;
|
|
528
528
|
}>;
|
|
529
529
|
export type FaqList = z.infer<typeof faqListSchema>;
|
|
@@ -674,8 +674,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
674
674
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
675
675
|
widget: z.ZodType<({
|
|
676
676
|
layers?: string[] | undefined;
|
|
677
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
678
|
-
layers?: string[] | undefined;
|
|
679
677
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
680
678
|
layers?: string[] | undefined;
|
|
681
679
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -699,7 +697,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
699
697
|
uniqid: string;
|
|
700
698
|
content: {
|
|
701
699
|
uri?: string | undefined;
|
|
702
|
-
limit?: number | undefined;
|
|
700
|
+
limit?: number | boolean | undefined;
|
|
703
701
|
tableColumnsData?: {
|
|
704
702
|
name?: string | undefined;
|
|
705
703
|
label?: string | undefined;
|
|
@@ -717,9 +715,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
717
715
|
tableSizedColumns?: boolean | undefined;
|
|
718
716
|
tableSizedColumnsWidth?: number | undefined;
|
|
719
717
|
};
|
|
720
|
-
})
|
|
718
|
+
}) | ({
|
|
721
719
|
layers?: string[] | undefined;
|
|
722
|
-
} & import("./widgets").
|
|
720
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
723
721
|
layers?: string[] | undefined;
|
|
724
722
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
725
723
|
layers?: string[] | undefined;
|
|
@@ -744,7 +742,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
744
742
|
uniqid: string;
|
|
745
743
|
content: {
|
|
746
744
|
uri?: string | undefined;
|
|
747
|
-
limit?: number | undefined;
|
|
745
|
+
limit?: number | boolean | undefined;
|
|
748
746
|
tableColumnsData?: {
|
|
749
747
|
name?: string | undefined;
|
|
750
748
|
label?: string | undefined;
|
|
@@ -762,11 +760,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
762
760
|
tableSizedColumns?: boolean | undefined;
|
|
763
761
|
tableSizedColumnsWidth?: number | undefined;
|
|
764
762
|
};
|
|
765
|
-
})
|
|
763
|
+
}) | ({
|
|
764
|
+
layers?: string[] | undefined;
|
|
765
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
766
766
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
767
767
|
layers?: string[] | undefined;
|
|
768
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
769
|
-
layers?: string[] | undefined;
|
|
770
768
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
771
769
|
layers?: string[] | undefined;
|
|
772
770
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -790,7 +788,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
790
788
|
uniqid: string;
|
|
791
789
|
content: {
|
|
792
790
|
uri?: string | undefined;
|
|
793
|
-
limit?: number | undefined;
|
|
791
|
+
limit?: number | boolean | undefined;
|
|
794
792
|
tableColumnsData?: {
|
|
795
793
|
name?: string | undefined;
|
|
796
794
|
label?: string | undefined;
|
|
@@ -808,9 +806,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
808
806
|
tableSizedColumns?: boolean | undefined;
|
|
809
807
|
tableSizedColumnsWidth?: number | undefined;
|
|
810
808
|
};
|
|
811
|
-
})
|
|
809
|
+
}) | ({
|
|
812
810
|
layers?: string[] | undefined;
|
|
813
|
-
} & import("./widgets").
|
|
811
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
814
812
|
layers?: string[] | undefined;
|
|
815
813
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
816
814
|
layers?: string[] | undefined;
|
|
@@ -835,7 +833,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
835
833
|
uniqid: string;
|
|
836
834
|
content: {
|
|
837
835
|
uri?: string | undefined;
|
|
838
|
-
limit?: number | undefined;
|
|
836
|
+
limit?: number | boolean | undefined;
|
|
839
837
|
tableColumnsData?: {
|
|
840
838
|
name?: string | undefined;
|
|
841
839
|
label?: string | undefined;
|
|
@@ -853,7 +851,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
853
851
|
tableSizedColumns?: boolean | undefined;
|
|
854
852
|
tableSizedColumnsWidth?: number | undefined;
|
|
855
853
|
};
|
|
856
|
-
})
|
|
854
|
+
}) | ({
|
|
855
|
+
layers?: string[] | undefined;
|
|
856
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
857
857
|
}>, {
|
|
858
858
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
859
859
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -957,8 +957,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
957
957
|
} | undefined;
|
|
958
958
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
959
959
|
layers?: string[] | undefined;
|
|
960
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
961
|
-
layers?: string[] | undefined;
|
|
962
960
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
963
961
|
layers?: string[] | undefined;
|
|
964
962
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -982,7 +980,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
982
980
|
uniqid: string;
|
|
983
981
|
content: {
|
|
984
982
|
uri?: string | undefined;
|
|
985
|
-
limit?: number | undefined;
|
|
983
|
+
limit?: number | boolean | undefined;
|
|
986
984
|
tableColumnsData?: {
|
|
987
985
|
name?: string | undefined;
|
|
988
986
|
label?: string | undefined;
|
|
@@ -1000,7 +998,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1000
998
|
tableSizedColumns?: boolean | undefined;
|
|
1001
999
|
tableSizedColumnsWidth?: number | undefined;
|
|
1002
1000
|
};
|
|
1003
|
-
})
|
|
1001
|
+
}) | ({
|
|
1002
|
+
layers?: string[] | undefined;
|
|
1003
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1004
1004
|
}, {
|
|
1005
1005
|
type: string;
|
|
1006
1006
|
id: number;
|
|
@@ -1062,8 +1062,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1062
1062
|
} | undefined;
|
|
1063
1063
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1064
1064
|
layers?: string[] | undefined;
|
|
1065
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1066
|
-
layers?: string[] | undefined;
|
|
1067
1065
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1068
1066
|
layers?: string[] | undefined;
|
|
1069
1067
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1087,7 +1085,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1087
1085
|
uniqid: string;
|
|
1088
1086
|
content: {
|
|
1089
1087
|
uri?: string | undefined;
|
|
1090
|
-
limit?: number | undefined;
|
|
1088
|
+
limit?: number | boolean | undefined;
|
|
1091
1089
|
tableColumnsData?: {
|
|
1092
1090
|
name?: string | undefined;
|
|
1093
1091
|
label?: string | undefined;
|
|
@@ -1105,7 +1103,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1105
1103
|
tableSizedColumns?: boolean | undefined;
|
|
1106
1104
|
tableSizedColumnsWidth?: number | undefined;
|
|
1107
1105
|
};
|
|
1108
|
-
})
|
|
1106
|
+
}) | ({
|
|
1107
|
+
layers?: string[] | undefined;
|
|
1108
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1109
1109
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1110
1110
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1111
1111
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1253,8 +1253,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1253
1253
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1254
1254
|
widget: z.ZodType<({
|
|
1255
1255
|
layers?: string[] | undefined;
|
|
1256
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1257
|
-
layers?: string[] | undefined;
|
|
1258
1256
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1259
1257
|
layers?: string[] | undefined;
|
|
1260
1258
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1278,7 +1276,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1278
1276
|
uniqid: string;
|
|
1279
1277
|
content: {
|
|
1280
1278
|
uri?: string | undefined;
|
|
1281
|
-
limit?: number | undefined;
|
|
1279
|
+
limit?: number | boolean | undefined;
|
|
1282
1280
|
tableColumnsData?: {
|
|
1283
1281
|
name?: string | undefined;
|
|
1284
1282
|
label?: string | undefined;
|
|
@@ -1296,9 +1294,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1296
1294
|
tableSizedColumns?: boolean | undefined;
|
|
1297
1295
|
tableSizedColumnsWidth?: number | undefined;
|
|
1298
1296
|
};
|
|
1299
|
-
})
|
|
1297
|
+
}) | ({
|
|
1300
1298
|
layers?: string[] | undefined;
|
|
1301
|
-
} & import("./widgets").
|
|
1299
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
1302
1300
|
layers?: string[] | undefined;
|
|
1303
1301
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1304
1302
|
layers?: string[] | undefined;
|
|
@@ -1323,7 +1321,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1323
1321
|
uniqid: string;
|
|
1324
1322
|
content: {
|
|
1325
1323
|
uri?: string | undefined;
|
|
1326
|
-
limit?: number | undefined;
|
|
1324
|
+
limit?: number | boolean | undefined;
|
|
1327
1325
|
tableColumnsData?: {
|
|
1328
1326
|
name?: string | undefined;
|
|
1329
1327
|
label?: string | undefined;
|
|
@@ -1341,11 +1339,11 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1341
1339
|
tableSizedColumns?: boolean | undefined;
|
|
1342
1340
|
tableSizedColumnsWidth?: number | undefined;
|
|
1343
1341
|
};
|
|
1344
|
-
})
|
|
1342
|
+
}) | ({
|
|
1343
|
+
layers?: string[] | undefined;
|
|
1344
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
1345
1345
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1346
1346
|
layers?: string[] | undefined;
|
|
1347
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1348
|
-
layers?: string[] | undefined;
|
|
1349
1347
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1350
1348
|
layers?: string[] | undefined;
|
|
1351
1349
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1369,7 +1367,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1369
1367
|
uniqid: string;
|
|
1370
1368
|
content: {
|
|
1371
1369
|
uri?: string | undefined;
|
|
1372
|
-
limit?: number | undefined;
|
|
1370
|
+
limit?: number | boolean | undefined;
|
|
1373
1371
|
tableColumnsData?: {
|
|
1374
1372
|
name?: string | undefined;
|
|
1375
1373
|
label?: string | undefined;
|
|
@@ -1387,9 +1385,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1387
1385
|
tableSizedColumns?: boolean | undefined;
|
|
1388
1386
|
tableSizedColumnsWidth?: number | undefined;
|
|
1389
1387
|
};
|
|
1390
|
-
})
|
|
1388
|
+
}) | ({
|
|
1391
1389
|
layers?: string[] | undefined;
|
|
1392
|
-
} & import("./widgets").
|
|
1390
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1393
1391
|
layers?: string[] | undefined;
|
|
1394
1392
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1395
1393
|
layers?: string[] | undefined;
|
|
@@ -1414,7 +1412,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1414
1412
|
uniqid: string;
|
|
1415
1413
|
content: {
|
|
1416
1414
|
uri?: string | undefined;
|
|
1417
|
-
limit?: number | undefined;
|
|
1415
|
+
limit?: number | boolean | undefined;
|
|
1418
1416
|
tableColumnsData?: {
|
|
1419
1417
|
name?: string | undefined;
|
|
1420
1418
|
label?: string | undefined;
|
|
@@ -1432,7 +1430,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1432
1430
|
tableSizedColumns?: boolean | undefined;
|
|
1433
1431
|
tableSizedColumnsWidth?: number | undefined;
|
|
1434
1432
|
};
|
|
1435
|
-
})
|
|
1433
|
+
}) | ({
|
|
1434
|
+
layers?: string[] | undefined;
|
|
1435
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
1436
1436
|
}>, {
|
|
1437
1437
|
faqColor: z.ZodOptional<z.ZodString>;
|
|
1438
1438
|
image: z.ZodOptional<z.ZodObject<{
|
|
@@ -1494,8 +1494,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1494
1494
|
} | undefined;
|
|
1495
1495
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1496
1496
|
layers?: string[] | undefined;
|
|
1497
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1498
|
-
layers?: string[] | undefined;
|
|
1499
1497
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1500
1498
|
layers?: string[] | undefined;
|
|
1501
1499
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1519,7 +1517,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1519
1517
|
uniqid: string;
|
|
1520
1518
|
content: {
|
|
1521
1519
|
uri?: string | undefined;
|
|
1522
|
-
limit?: number | undefined;
|
|
1520
|
+
limit?: number | boolean | undefined;
|
|
1523
1521
|
tableColumnsData?: {
|
|
1524
1522
|
name?: string | undefined;
|
|
1525
1523
|
label?: string | undefined;
|
|
@@ -1537,7 +1535,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1537
1535
|
tableSizedColumns?: boolean | undefined;
|
|
1538
1536
|
tableSizedColumnsWidth?: number | undefined;
|
|
1539
1537
|
};
|
|
1540
|
-
})
|
|
1538
|
+
}) | ({
|
|
1539
|
+
layers?: string[] | undefined;
|
|
1540
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1541
1541
|
faqColor?: string | undefined;
|
|
1542
1542
|
}, {
|
|
1543
1543
|
type: "faq";
|
|
@@ -1587,8 +1587,6 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1587
1587
|
} | undefined;
|
|
1588
1588
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1589
1589
|
layers?: string[] | undefined;
|
|
1590
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1591
|
-
layers?: string[] | undefined;
|
|
1592
1590
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1593
1591
|
layers?: string[] | undefined;
|
|
1594
1592
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1612,7 +1610,7 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1612
1610
|
uniqid: string;
|
|
1613
1611
|
content: {
|
|
1614
1612
|
uri?: string | undefined;
|
|
1615
|
-
limit?: number | undefined;
|
|
1613
|
+
limit?: number | boolean | undefined;
|
|
1616
1614
|
tableColumnsData?: {
|
|
1617
1615
|
name?: string | undefined;
|
|
1618
1616
|
label?: string | undefined;
|
|
@@ -1630,7 +1628,9 @@ export declare const faqViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObj
|
|
|
1630
1628
|
tableSizedColumns?: boolean | undefined;
|
|
1631
1629
|
tableSizedColumnsWidth?: number | undefined;
|
|
1632
1630
|
};
|
|
1633
|
-
})
|
|
1631
|
+
}) | ({
|
|
1632
|
+
layers?: string[] | undefined;
|
|
1633
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1634
1634
|
faqColor?: string | undefined;
|
|
1635
1635
|
}>>, z.ZodObject<{
|
|
1636
1636
|
_audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -1977,8 +1977,6 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
1977
1977
|
} | undefined;
|
|
1978
1978
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1979
1979
|
layers?: string[] | undefined;
|
|
1980
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1981
|
-
layers?: string[] | undefined;
|
|
1982
1980
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1983
1981
|
layers?: string[] | undefined;
|
|
1984
1982
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2002,7 +2000,7 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2002
2000
|
uniqid: string;
|
|
2003
2001
|
content: {
|
|
2004
2002
|
uri?: string | undefined;
|
|
2005
|
-
limit?: number | undefined;
|
|
2003
|
+
limit?: number | boolean | undefined;
|
|
2006
2004
|
tableColumnsData?: {
|
|
2007
2005
|
name?: string | undefined;
|
|
2008
2006
|
label?: string | undefined;
|
|
@@ -2020,7 +2018,9 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2020
2018
|
tableSizedColumns?: boolean | undefined;
|
|
2021
2019
|
tableSizedColumnsWidth?: number | undefined;
|
|
2022
2020
|
};
|
|
2023
|
-
})
|
|
2021
|
+
}) | ({
|
|
2022
|
+
layers?: string[] | undefined;
|
|
2023
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
2024
2024
|
faqColor?: string | undefined;
|
|
2025
2025
|
}, z.ZodTypeDef, {
|
|
2026
2026
|
type: "faq";
|
|
@@ -2070,8 +2070,6 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2070
2070
|
} | undefined;
|
|
2071
2071
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
2072
2072
|
layers?: string[] | undefined;
|
|
2073
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2074
|
-
layers?: string[] | undefined;
|
|
2075
2073
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2076
2074
|
layers?: string[] | undefined;
|
|
2077
2075
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2095,7 +2093,7 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2095
2093
|
uniqid: string;
|
|
2096
2094
|
content: {
|
|
2097
2095
|
uri?: string | undefined;
|
|
2098
|
-
limit?: number | undefined;
|
|
2096
|
+
limit?: number | boolean | undefined;
|
|
2099
2097
|
tableColumnsData?: {
|
|
2100
2098
|
name?: string | undefined;
|
|
2101
2099
|
label?: string | undefined;
|
|
@@ -2113,7 +2111,9 @@ export declare const inferExtendedFaqCategory: <T extends z.ZodType<{
|
|
|
2113
2111
|
tableSizedColumns?: boolean | undefined;
|
|
2114
2112
|
tableSizedColumnsWidth?: number | undefined;
|
|
2115
2113
|
};
|
|
2116
|
-
})
|
|
2114
|
+
}) | ({
|
|
2115
|
+
layers?: string[] | undefined;
|
|
2116
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
2117
2117
|
faqColor?: string | undefined;
|
|
2118
2118
|
}>>(type: T) => z.ZodIntersection<T, z.ZodObject<{
|
|
2119
2119
|
_extend: z.ZodObject<{
|
|
@@ -2280,8 +2280,6 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2280
2280
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2281
2281
|
widget: z.ZodType<({
|
|
2282
2282
|
layers?: string[] | undefined;
|
|
2283
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2284
|
-
layers?: string[] | undefined;
|
|
2285
2283
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2286
2284
|
layers?: string[] | undefined;
|
|
2287
2285
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2305,7 +2303,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2305
2303
|
uniqid: string;
|
|
2306
2304
|
content: {
|
|
2307
2305
|
uri?: string | undefined;
|
|
2308
|
-
limit?: number | undefined;
|
|
2306
|
+
limit?: number | boolean | undefined;
|
|
2309
2307
|
tableColumnsData?: {
|
|
2310
2308
|
name?: string | undefined;
|
|
2311
2309
|
label?: string | undefined;
|
|
@@ -2323,9 +2321,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2323
2321
|
tableSizedColumns?: boolean | undefined;
|
|
2324
2322
|
tableSizedColumnsWidth?: number | undefined;
|
|
2325
2323
|
};
|
|
2326
|
-
})
|
|
2324
|
+
}) | ({
|
|
2327
2325
|
layers?: string[] | undefined;
|
|
2328
|
-
} & import("./widgets").
|
|
2326
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2329
2327
|
layers?: string[] | undefined;
|
|
2330
2328
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2331
2329
|
layers?: string[] | undefined;
|
|
@@ -2350,7 +2348,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2350
2348
|
uniqid: string;
|
|
2351
2349
|
content: {
|
|
2352
2350
|
uri?: string | undefined;
|
|
2353
|
-
limit?: number | undefined;
|
|
2351
|
+
limit?: number | boolean | undefined;
|
|
2354
2352
|
tableColumnsData?: {
|
|
2355
2353
|
name?: string | undefined;
|
|
2356
2354
|
label?: string | undefined;
|
|
@@ -2368,11 +2366,11 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2368
2366
|
tableSizedColumns?: boolean | undefined;
|
|
2369
2367
|
tableSizedColumnsWidth?: number | undefined;
|
|
2370
2368
|
};
|
|
2371
|
-
})
|
|
2369
|
+
}) | ({
|
|
2370
|
+
layers?: string[] | undefined;
|
|
2371
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
2372
2372
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
2373
2373
|
layers?: string[] | undefined;
|
|
2374
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2375
|
-
layers?: string[] | undefined;
|
|
2376
2374
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2377
2375
|
layers?: string[] | undefined;
|
|
2378
2376
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2396,7 +2394,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2396
2394
|
uniqid: string;
|
|
2397
2395
|
content: {
|
|
2398
2396
|
uri?: string | undefined;
|
|
2399
|
-
limit?: number | undefined;
|
|
2397
|
+
limit?: number | boolean | undefined;
|
|
2400
2398
|
tableColumnsData?: {
|
|
2401
2399
|
name?: string | undefined;
|
|
2402
2400
|
label?: string | undefined;
|
|
@@ -2414,9 +2412,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2414
2412
|
tableSizedColumns?: boolean | undefined;
|
|
2415
2413
|
tableSizedColumnsWidth?: number | undefined;
|
|
2416
2414
|
};
|
|
2417
|
-
})
|
|
2415
|
+
}) | ({
|
|
2418
2416
|
layers?: string[] | undefined;
|
|
2419
|
-
} & import("./widgets").
|
|
2417
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
2420
2418
|
layers?: string[] | undefined;
|
|
2421
2419
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2422
2420
|
layers?: string[] | undefined;
|
|
@@ -2441,7 +2439,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2441
2439
|
uniqid: string;
|
|
2442
2440
|
content: {
|
|
2443
2441
|
uri?: string | undefined;
|
|
2444
|
-
limit?: number | undefined;
|
|
2442
|
+
limit?: number | boolean | undefined;
|
|
2445
2443
|
tableColumnsData?: {
|
|
2446
2444
|
name?: string | undefined;
|
|
2447
2445
|
label?: string | undefined;
|
|
@@ -2459,7 +2457,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2459
2457
|
tableSizedColumns?: boolean | undefined;
|
|
2460
2458
|
tableSizedColumnsWidth?: number | undefined;
|
|
2461
2459
|
};
|
|
2462
|
-
})
|
|
2460
|
+
}) | ({
|
|
2461
|
+
layers?: string[] | undefined;
|
|
2462
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
2463
2463
|
}>, {
|
|
2464
2464
|
type: z.ZodLiteral<"faqItem">;
|
|
2465
2465
|
hierarchy: z.ZodObject<{
|
|
@@ -2524,8 +2524,6 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2524
2524
|
} | undefined;
|
|
2525
2525
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
2526
2526
|
layers?: string[] | undefined;
|
|
2527
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2528
|
-
layers?: string[] | undefined;
|
|
2529
2527
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2530
2528
|
layers?: string[] | undefined;
|
|
2531
2529
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2549,7 +2547,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2549
2547
|
uniqid: string;
|
|
2550
2548
|
content: {
|
|
2551
2549
|
uri?: string | undefined;
|
|
2552
|
-
limit?: number | undefined;
|
|
2550
|
+
limit?: number | boolean | undefined;
|
|
2553
2551
|
tableColumnsData?: {
|
|
2554
2552
|
name?: string | undefined;
|
|
2555
2553
|
label?: string | undefined;
|
|
@@ -2567,7 +2565,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2567
2565
|
tableSizedColumns?: boolean | undefined;
|
|
2568
2566
|
tableSizedColumnsWidth?: number | undefined;
|
|
2569
2567
|
};
|
|
2570
|
-
})
|
|
2568
|
+
}) | ({
|
|
2569
|
+
layers?: string[] | undefined;
|
|
2570
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
2571
2571
|
}, {
|
|
2572
2572
|
type: "faqItem";
|
|
2573
2573
|
id: number;
|
|
@@ -2620,8 +2620,6 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2620
2620
|
} | undefined;
|
|
2621
2621
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
2622
2622
|
layers?: string[] | undefined;
|
|
2623
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2624
|
-
layers?: string[] | undefined;
|
|
2625
2623
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2626
2624
|
layers?: string[] | undefined;
|
|
2627
2625
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2645,7 +2643,7 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2645
2643
|
uniqid: string;
|
|
2646
2644
|
content: {
|
|
2647
2645
|
uri?: string | undefined;
|
|
2648
|
-
limit?: number | undefined;
|
|
2646
|
+
limit?: number | boolean | undefined;
|
|
2649
2647
|
tableColumnsData?: {
|
|
2650
2648
|
name?: string | undefined;
|
|
2651
2649
|
label?: string | undefined;
|
|
@@ -2663,7 +2661,9 @@ export declare const faqItemListSchema: z.ZodObject<z.objectUtil.extendShape<z.o
|
|
|
2663
2661
|
tableSizedColumns?: boolean | undefined;
|
|
2664
2662
|
tableSizedColumnsWidth?: number | undefined;
|
|
2665
2663
|
};
|
|
2666
|
-
})
|
|
2664
|
+
}) | ({
|
|
2665
|
+
layers?: string[] | undefined;
|
|
2666
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
2667
2667
|
}>;
|
|
2668
2668
|
export type FaqItemList = z.infer<typeof faqItemListSchema>;
|
|
2669
2669
|
export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omit<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -2813,8 +2813,6 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2813
2813
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
2814
2814
|
widget: z.ZodType<({
|
|
2815
2815
|
layers?: string[] | undefined;
|
|
2816
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2817
|
-
layers?: string[] | undefined;
|
|
2818
2816
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2819
2817
|
layers?: string[] | undefined;
|
|
2820
2818
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2838,7 +2836,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2838
2836
|
uniqid: string;
|
|
2839
2837
|
content: {
|
|
2840
2838
|
uri?: string | undefined;
|
|
2841
|
-
limit?: number | undefined;
|
|
2839
|
+
limit?: number | boolean | undefined;
|
|
2842
2840
|
tableColumnsData?: {
|
|
2843
2841
|
name?: string | undefined;
|
|
2844
2842
|
label?: string | undefined;
|
|
@@ -2856,9 +2854,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2856
2854
|
tableSizedColumns?: boolean | undefined;
|
|
2857
2855
|
tableSizedColumnsWidth?: number | undefined;
|
|
2858
2856
|
};
|
|
2859
|
-
})
|
|
2857
|
+
}) | ({
|
|
2860
2858
|
layers?: string[] | undefined;
|
|
2861
|
-
} & import("./widgets").
|
|
2859
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
2862
2860
|
layers?: string[] | undefined;
|
|
2863
2861
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2864
2862
|
layers?: string[] | undefined;
|
|
@@ -2883,7 +2881,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2883
2881
|
uniqid: string;
|
|
2884
2882
|
content: {
|
|
2885
2883
|
uri?: string | undefined;
|
|
2886
|
-
limit?: number | undefined;
|
|
2884
|
+
limit?: number | boolean | undefined;
|
|
2887
2885
|
tableColumnsData?: {
|
|
2888
2886
|
name?: string | undefined;
|
|
2889
2887
|
label?: string | undefined;
|
|
@@ -2901,11 +2899,11 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2901
2899
|
tableSizedColumns?: boolean | undefined;
|
|
2902
2900
|
tableSizedColumnsWidth?: number | undefined;
|
|
2903
2901
|
};
|
|
2904
|
-
})
|
|
2902
|
+
}) | ({
|
|
2903
|
+
layers?: string[] | undefined;
|
|
2904
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
2905
2905
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
2906
2906
|
layers?: string[] | undefined;
|
|
2907
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
2908
|
-
layers?: string[] | undefined;
|
|
2909
2907
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2910
2908
|
layers?: string[] | undefined;
|
|
2911
2909
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -2929,7 +2927,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2929
2927
|
uniqid: string;
|
|
2930
2928
|
content: {
|
|
2931
2929
|
uri?: string | undefined;
|
|
2932
|
-
limit?: number | undefined;
|
|
2930
|
+
limit?: number | boolean | undefined;
|
|
2933
2931
|
tableColumnsData?: {
|
|
2934
2932
|
name?: string | undefined;
|
|
2935
2933
|
label?: string | undefined;
|
|
@@ -2947,9 +2945,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2947
2945
|
tableSizedColumns?: boolean | undefined;
|
|
2948
2946
|
tableSizedColumnsWidth?: number | undefined;
|
|
2949
2947
|
};
|
|
2950
|
-
})
|
|
2948
|
+
}) | ({
|
|
2951
2949
|
layers?: string[] | undefined;
|
|
2952
|
-
} & import("./widgets").
|
|
2950
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
2953
2951
|
layers?: string[] | undefined;
|
|
2954
2952
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
2955
2953
|
layers?: string[] | undefined;
|
|
@@ -2974,7 +2972,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2974
2972
|
uniqid: string;
|
|
2975
2973
|
content: {
|
|
2976
2974
|
uri?: string | undefined;
|
|
2977
|
-
limit?: number | undefined;
|
|
2975
|
+
limit?: number | boolean | undefined;
|
|
2978
2976
|
tableColumnsData?: {
|
|
2979
2977
|
name?: string | undefined;
|
|
2980
2978
|
label?: string | undefined;
|
|
@@ -2992,7 +2990,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
2992
2990
|
tableSizedColumns?: boolean | undefined;
|
|
2993
2991
|
tableSizedColumnsWidth?: number | undefined;
|
|
2994
2992
|
};
|
|
2995
|
-
})
|
|
2993
|
+
}) | ({
|
|
2994
|
+
layers?: string[] | undefined;
|
|
2995
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
2996
2996
|
}>, {
|
|
2997
2997
|
type: z.ZodLiteral<"faqItem">;
|
|
2998
2998
|
hierarchy: z.ZodObject<{
|
|
@@ -3168,8 +3168,6 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3168
3168
|
} | undefined;
|
|
3169
3169
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
3170
3170
|
layers?: string[] | undefined;
|
|
3171
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
3172
|
-
layers?: string[] | undefined;
|
|
3173
3171
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3174
3172
|
layers?: string[] | undefined;
|
|
3175
3173
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -3193,7 +3191,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3193
3191
|
uniqid: string;
|
|
3194
3192
|
content: {
|
|
3195
3193
|
uri?: string | undefined;
|
|
3196
|
-
limit?: number | undefined;
|
|
3194
|
+
limit?: number | boolean | undefined;
|
|
3197
3195
|
tableColumnsData?: {
|
|
3198
3196
|
name?: string | undefined;
|
|
3199
3197
|
label?: string | undefined;
|
|
@@ -3211,7 +3209,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3211
3209
|
tableSizedColumns?: boolean | undefined;
|
|
3212
3210
|
tableSizedColumnsWidth?: number | undefined;
|
|
3213
3211
|
};
|
|
3214
|
-
})
|
|
3212
|
+
}) | ({
|
|
3213
|
+
layers?: string[] | undefined;
|
|
3214
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
3215
3215
|
uiObjectLink?: unknown;
|
|
3216
3216
|
tags?: {
|
|
3217
3217
|
type: string;
|
|
@@ -3291,8 +3291,6 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3291
3291
|
} | undefined;
|
|
3292
3292
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
3293
3293
|
layers?: string[] | undefined;
|
|
3294
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
3295
|
-
layers?: string[] | undefined;
|
|
3296
3294
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
3297
3295
|
layers?: string[] | undefined;
|
|
3298
3296
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -3316,7 +3314,7 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3316
3314
|
uniqid: string;
|
|
3317
3315
|
content: {
|
|
3318
3316
|
uri?: string | undefined;
|
|
3319
|
-
limit?: number | undefined;
|
|
3317
|
+
limit?: number | boolean | undefined;
|
|
3320
3318
|
tableColumnsData?: {
|
|
3321
3319
|
name?: string | undefined;
|
|
3322
3320
|
label?: string | undefined;
|
|
@@ -3334,7 +3332,9 @@ export declare const faqItemViewSchema: z.ZodObject<z.objectUtil.extendShape<Omi
|
|
|
3334
3332
|
tableSizedColumns?: boolean | undefined;
|
|
3335
3333
|
tableSizedColumnsWidth?: number | undefined;
|
|
3336
3334
|
};
|
|
3337
|
-
})
|
|
3335
|
+
}) | ({
|
|
3336
|
+
layers?: string[] | undefined;
|
|
3337
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
3338
3338
|
uiObjectLink?: unknown;
|
|
3339
3339
|
tags?: {
|
|
3340
3340
|
type: string;
|