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
|
@@ -146,8 +146,6 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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 jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
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
|
supportStatus: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
331
331
|
supportType: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
@@ -399,8 +399,6 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
399
399
|
} | undefined;
|
|
400
400
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
401
401
|
layers?: string[] | undefined;
|
|
402
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
403
|
-
layers?: string[] | undefined;
|
|
404
402
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
405
403
|
layers?: string[] | undefined;
|
|
406
404
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -424,7 +422,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
424
422
|
uniqid: string;
|
|
425
423
|
content: {
|
|
426
424
|
uri?: string | undefined;
|
|
427
|
-
limit?: number | undefined;
|
|
425
|
+
limit?: number | boolean | undefined;
|
|
428
426
|
tableColumnsData?: {
|
|
429
427
|
name?: string | undefined;
|
|
430
428
|
label?: string | undefined;
|
|
@@ -442,7 +440,9 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
442
440
|
tableSizedColumns?: boolean | undefined;
|
|
443
441
|
tableSizedColumnsWidth?: number | undefined;
|
|
444
442
|
};
|
|
445
|
-
})
|
|
443
|
+
}) | ({
|
|
444
|
+
layers?: string[] | undefined;
|
|
445
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
446
446
|
}, {
|
|
447
447
|
type: string;
|
|
448
448
|
id: number;
|
|
@@ -494,8 +494,6 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
494
494
|
} | undefined;
|
|
495
495
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
496
496
|
layers?: string[] | undefined;
|
|
497
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
498
|
-
layers?: string[] | undefined;
|
|
499
497
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
500
498
|
layers?: string[] | undefined;
|
|
501
499
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -519,7 +517,7 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
519
517
|
uniqid: string;
|
|
520
518
|
content: {
|
|
521
519
|
uri?: string | undefined;
|
|
522
|
-
limit?: number | undefined;
|
|
520
|
+
limit?: number | boolean | undefined;
|
|
523
521
|
tableColumnsData?: {
|
|
524
522
|
name?: string | undefined;
|
|
525
523
|
label?: string | undefined;
|
|
@@ -537,7 +535,9 @@ export declare const jSupportListSchema: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
537
535
|
tableSizedColumns?: boolean | undefined;
|
|
538
536
|
tableSizedColumnsWidth?: number | undefined;
|
|
539
537
|
};
|
|
540
|
-
})
|
|
538
|
+
}) | ({
|
|
539
|
+
layers?: string[] | undefined;
|
|
540
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
541
541
|
}>;
|
|
542
542
|
export type jSupportList = z.infer<typeof jSupportListSchema>;
|
|
543
543
|
export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -687,8 +687,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
687
687
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
688
688
|
widget: z.ZodType<({
|
|
689
689
|
layers?: string[] | undefined;
|
|
690
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
691
|
-
layers?: string[] | undefined;
|
|
692
690
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
693
691
|
layers?: string[] | undefined;
|
|
694
692
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -712,7 +710,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
712
710
|
uniqid: string;
|
|
713
711
|
content: {
|
|
714
712
|
uri?: string | undefined;
|
|
715
|
-
limit?: number | undefined;
|
|
713
|
+
limit?: number | boolean | undefined;
|
|
716
714
|
tableColumnsData?: {
|
|
717
715
|
name?: string | undefined;
|
|
718
716
|
label?: string | undefined;
|
|
@@ -730,9 +728,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
730
728
|
tableSizedColumns?: boolean | undefined;
|
|
731
729
|
tableSizedColumnsWidth?: number | undefined;
|
|
732
730
|
};
|
|
733
|
-
})
|
|
731
|
+
}) | ({
|
|
734
732
|
layers?: string[] | undefined;
|
|
735
|
-
} & import("./widgets").
|
|
733
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
736
734
|
layers?: string[] | undefined;
|
|
737
735
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
738
736
|
layers?: string[] | undefined;
|
|
@@ -757,7 +755,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
757
755
|
uniqid: string;
|
|
758
756
|
content: {
|
|
759
757
|
uri?: string | undefined;
|
|
760
|
-
limit?: number | undefined;
|
|
758
|
+
limit?: number | boolean | undefined;
|
|
761
759
|
tableColumnsData?: {
|
|
762
760
|
name?: string | undefined;
|
|
763
761
|
label?: string | undefined;
|
|
@@ -775,11 +773,11 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
775
773
|
tableSizedColumns?: boolean | undefined;
|
|
776
774
|
tableSizedColumnsWidth?: number | undefined;
|
|
777
775
|
};
|
|
778
|
-
})
|
|
776
|
+
}) | ({
|
|
777
|
+
layers?: string[] | undefined;
|
|
778
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
779
779
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
780
780
|
layers?: string[] | undefined;
|
|
781
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
782
|
-
layers?: string[] | undefined;
|
|
783
781
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
784
782
|
layers?: string[] | undefined;
|
|
785
783
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -803,7 +801,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
803
801
|
uniqid: string;
|
|
804
802
|
content: {
|
|
805
803
|
uri?: string | undefined;
|
|
806
|
-
limit?: number | undefined;
|
|
804
|
+
limit?: number | boolean | undefined;
|
|
807
805
|
tableColumnsData?: {
|
|
808
806
|
name?: string | undefined;
|
|
809
807
|
label?: string | undefined;
|
|
@@ -821,9 +819,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
821
819
|
tableSizedColumns?: boolean | undefined;
|
|
822
820
|
tableSizedColumnsWidth?: number | undefined;
|
|
823
821
|
};
|
|
824
|
-
})
|
|
822
|
+
}) | ({
|
|
825
823
|
layers?: string[] | undefined;
|
|
826
|
-
} & import("./widgets").
|
|
824
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
827
825
|
layers?: string[] | undefined;
|
|
828
826
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
829
827
|
layers?: string[] | undefined;
|
|
@@ -848,7 +846,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
848
846
|
uniqid: string;
|
|
849
847
|
content: {
|
|
850
848
|
uri?: string | undefined;
|
|
851
|
-
limit?: number | undefined;
|
|
849
|
+
limit?: number | boolean | undefined;
|
|
852
850
|
tableColumnsData?: {
|
|
853
851
|
name?: string | undefined;
|
|
854
852
|
label?: string | undefined;
|
|
@@ -866,7 +864,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
866
864
|
tableSizedColumns?: boolean | undefined;
|
|
867
865
|
tableSizedColumnsWidth?: number | undefined;
|
|
868
866
|
};
|
|
869
|
-
})
|
|
867
|
+
}) | ({
|
|
868
|
+
layers?: string[] | undefined;
|
|
869
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
870
870
|
}>, {
|
|
871
871
|
_attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
872
872
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
@@ -970,8 +970,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
970
970
|
} | undefined;
|
|
971
971
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
972
972
|
layers?: string[] | undefined;
|
|
973
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
974
|
-
layers?: string[] | undefined;
|
|
975
973
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
976
974
|
layers?: string[] | undefined;
|
|
977
975
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -995,7 +993,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
995
993
|
uniqid: string;
|
|
996
994
|
content: {
|
|
997
995
|
uri?: string | undefined;
|
|
998
|
-
limit?: number | undefined;
|
|
996
|
+
limit?: number | boolean | undefined;
|
|
999
997
|
tableColumnsData?: {
|
|
1000
998
|
name?: string | undefined;
|
|
1001
999
|
label?: string | undefined;
|
|
@@ -1013,7 +1011,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1013
1011
|
tableSizedColumns?: boolean | undefined;
|
|
1014
1012
|
tableSizedColumnsWidth?: number | undefined;
|
|
1015
1013
|
};
|
|
1016
|
-
})
|
|
1014
|
+
}) | ({
|
|
1015
|
+
layers?: string[] | undefined;
|
|
1016
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1017
1017
|
}, {
|
|
1018
1018
|
type: string;
|
|
1019
1019
|
id: number;
|
|
@@ -1075,8 +1075,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1075
1075
|
} | undefined;
|
|
1076
1076
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1077
1077
|
layers?: string[] | undefined;
|
|
1078
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1079
|
-
layers?: string[] | undefined;
|
|
1080
1078
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1081
1079
|
layers?: string[] | undefined;
|
|
1082
1080
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1100,7 +1098,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1100
1098
|
uniqid: string;
|
|
1101
1099
|
content: {
|
|
1102
1100
|
uri?: string | undefined;
|
|
1103
|
-
limit?: number | undefined;
|
|
1101
|
+
limit?: number | boolean | undefined;
|
|
1104
1102
|
tableColumnsData?: {
|
|
1105
1103
|
name?: string | undefined;
|
|
1106
1104
|
label?: string | undefined;
|
|
@@ -1118,7 +1116,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1118
1116
|
tableSizedColumns?: boolean | undefined;
|
|
1119
1117
|
tableSizedColumnsWidth?: number | undefined;
|
|
1120
1118
|
};
|
|
1121
|
-
})
|
|
1119
|
+
}) | ({
|
|
1120
|
+
layers?: string[] | undefined;
|
|
1121
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1122
1122
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1123
1123
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
1124
1124
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1266,8 +1266,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1266
1266
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
1267
1267
|
widget: z.ZodType<({
|
|
1268
1268
|
layers?: string[] | undefined;
|
|
1269
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1270
|
-
layers?: string[] | undefined;
|
|
1271
1269
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1272
1270
|
layers?: string[] | undefined;
|
|
1273
1271
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1291,7 +1289,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1291
1289
|
uniqid: string;
|
|
1292
1290
|
content: {
|
|
1293
1291
|
uri?: string | undefined;
|
|
1294
|
-
limit?: number | undefined;
|
|
1292
|
+
limit?: number | boolean | undefined;
|
|
1295
1293
|
tableColumnsData?: {
|
|
1296
1294
|
name?: string | undefined;
|
|
1297
1295
|
label?: string | undefined;
|
|
@@ -1309,9 +1307,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1309
1307
|
tableSizedColumns?: boolean | undefined;
|
|
1310
1308
|
tableSizedColumnsWidth?: number | undefined;
|
|
1311
1309
|
};
|
|
1312
|
-
})
|
|
1310
|
+
}) | ({
|
|
1313
1311
|
layers?: string[] | undefined;
|
|
1314
|
-
} & import("./widgets").
|
|
1312
|
+
} & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
|
|
1315
1313
|
layers?: string[] | undefined;
|
|
1316
1314
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1317
1315
|
layers?: string[] | undefined;
|
|
@@ -1336,7 +1334,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1336
1334
|
uniqid: string;
|
|
1337
1335
|
content: {
|
|
1338
1336
|
uri?: string | undefined;
|
|
1339
|
-
limit?: number | undefined;
|
|
1337
|
+
limit?: number | boolean | undefined;
|
|
1340
1338
|
tableColumnsData?: {
|
|
1341
1339
|
name?: string | undefined;
|
|
1342
1340
|
label?: string | undefined;
|
|
@@ -1354,11 +1352,11 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1354
1352
|
tableSizedColumns?: boolean | undefined;
|
|
1355
1353
|
tableSizedColumnsWidth?: number | undefined;
|
|
1356
1354
|
};
|
|
1357
|
-
})
|
|
1355
|
+
}) | ({
|
|
1356
|
+
layers?: string[] | undefined;
|
|
1357
|
+
} & import("./widgets").WidgetPresenceType)>;
|
|
1358
1358
|
}, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
|
|
1359
1359
|
layers?: string[] | undefined;
|
|
1360
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1361
|
-
layers?: string[] | undefined;
|
|
1362
1360
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1363
1361
|
layers?: string[] | undefined;
|
|
1364
1362
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1382,7 +1380,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1382
1380
|
uniqid: string;
|
|
1383
1381
|
content: {
|
|
1384
1382
|
uri?: string | undefined;
|
|
1385
|
-
limit?: number | undefined;
|
|
1383
|
+
limit?: number | boolean | undefined;
|
|
1386
1384
|
tableColumnsData?: {
|
|
1387
1385
|
name?: string | undefined;
|
|
1388
1386
|
label?: string | undefined;
|
|
@@ -1400,9 +1398,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1400
1398
|
tableSizedColumns?: boolean | undefined;
|
|
1401
1399
|
tableSizedColumnsWidth?: number | undefined;
|
|
1402
1400
|
};
|
|
1403
|
-
})
|
|
1401
|
+
}) | ({
|
|
1404
1402
|
layers?: string[] | undefined;
|
|
1405
|
-
} & import("./widgets").
|
|
1403
|
+
} & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
|
|
1406
1404
|
layers?: string[] | undefined;
|
|
1407
1405
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1408
1406
|
layers?: string[] | undefined;
|
|
@@ -1427,7 +1425,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1427
1425
|
uniqid: string;
|
|
1428
1426
|
content: {
|
|
1429
1427
|
uri?: string | undefined;
|
|
1430
|
-
limit?: number | undefined;
|
|
1428
|
+
limit?: number | boolean | undefined;
|
|
1431
1429
|
tableColumnsData?: {
|
|
1432
1430
|
name?: string | undefined;
|
|
1433
1431
|
label?: string | undefined;
|
|
@@ -1445,7 +1443,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1445
1443
|
tableSizedColumns?: boolean | undefined;
|
|
1446
1444
|
tableSizedColumnsWidth?: number | undefined;
|
|
1447
1445
|
};
|
|
1448
|
-
})
|
|
1446
|
+
}) | ({
|
|
1447
|
+
layers?: string[] | undefined;
|
|
1448
|
+
} & import("./widgets").WidgetPresenceType)>>, "many">>;
|
|
1449
1449
|
}>, {
|
|
1450
1450
|
supportStatus: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
1451
1451
|
supportType: z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodString]>>;
|
|
@@ -1519,8 +1519,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1519
1519
|
} | undefined;
|
|
1520
1520
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1521
1521
|
layers?: string[] | undefined;
|
|
1522
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1523
|
-
layers?: string[] | undefined;
|
|
1524
1522
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1525
1523
|
layers?: string[] | undefined;
|
|
1526
1524
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1544,7 +1542,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1544
1542
|
uniqid: string;
|
|
1545
1543
|
content: {
|
|
1546
1544
|
uri?: string | undefined;
|
|
1547
|
-
limit?: number | undefined;
|
|
1545
|
+
limit?: number | boolean | undefined;
|
|
1548
1546
|
tableColumnsData?: {
|
|
1549
1547
|
name?: string | undefined;
|
|
1550
1548
|
label?: string | undefined;
|
|
@@ -1562,7 +1560,9 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1562
1560
|
tableSizedColumns?: boolean | undefined;
|
|
1563
1561
|
tableSizedColumnsWidth?: number | undefined;
|
|
1564
1562
|
};
|
|
1565
|
-
})
|
|
1563
|
+
}) | ({
|
|
1564
|
+
layers?: string[] | undefined;
|
|
1565
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1566
1566
|
}, {
|
|
1567
1567
|
type: string;
|
|
1568
1568
|
id: number;
|
|
@@ -1614,8 +1614,6 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1614
1614
|
} | undefined;
|
|
1615
1615
|
articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
|
|
1616
1616
|
layers?: string[] | undefined;
|
|
1617
|
-
} & import("./widgets").WidgetApiType) | ({
|
|
1618
|
-
layers?: string[] | undefined;
|
|
1619
1617
|
} & import("./widgets").WidgetArticleAttachmentType) | ({
|
|
1620
1618
|
layers?: string[] | undefined;
|
|
1621
1619
|
} & import("./widgets").WidgetArticleButtonType) | ({
|
|
@@ -1639,7 +1637,7 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1639
1637
|
uniqid: string;
|
|
1640
1638
|
content: {
|
|
1641
1639
|
uri?: string | undefined;
|
|
1642
|
-
limit?: number | undefined;
|
|
1640
|
+
limit?: number | boolean | undefined;
|
|
1643
1641
|
tableColumnsData?: {
|
|
1644
1642
|
name?: string | undefined;
|
|
1645
1643
|
label?: string | undefined;
|
|
@@ -1657,6 +1655,8 @@ export declare const jSupportViewSchema: z.ZodIntersection<z.ZodIntersection<z.Z
|
|
|
1657
1655
|
tableSizedColumns?: boolean | undefined;
|
|
1658
1656
|
tableSizedColumnsWidth?: number | undefined;
|
|
1659
1657
|
};
|
|
1660
|
-
})
|
|
1658
|
+
}) | ({
|
|
1659
|
+
layers?: string[] | undefined;
|
|
1660
|
+
} & import("./widgets").WidgetPresenceType)>[] | undefined;
|
|
1661
1661
|
}>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
1662
1662
|
export type jSupportView = z.infer<typeof jSupportViewSchema>;
|