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.
Files changed (111) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +15 -15
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +1 -1
  5. package/documentation/classes/JApplicationApi.html +8 -8
  6. package/documentation/classes/JArticleApi.html +1 -1
  7. package/documentation/classes/JAssetReservation.html +1 -1
  8. package/documentation/classes/JAudienceApi.html +1 -1
  9. package/documentation/classes/JBaseApi.html +1 -1
  10. package/documentation/classes/JBbbApi.html +1 -1
  11. package/documentation/classes/JBookmarkApi.html +1 -1
  12. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JFaqApi.html +1 -1
  17. package/documentation/classes/JFileApi.html +5 -5
  18. package/documentation/classes/JFilebankApi.html +1 -1
  19. package/documentation/classes/JGlobalApi.html +1 -1
  20. package/documentation/classes/JGroupApi.html +12 -12
  21. package/documentation/classes/JIAApi.html +1 -1
  22. package/documentation/classes/JLandApi.html +1 -1
  23. package/documentation/classes/JMessengerApi.html +1 -1
  24. package/documentation/classes/JObjectApi.html +1 -1
  25. package/documentation/classes/JSearchApi.html +6 -6
  26. package/documentation/classes/JShareApi.html +1 -1
  27. package/documentation/classes/JSocialActionApi.html +1 -1
  28. package/documentation/classes/JTaxonomyApi.html +2 -2
  29. package/documentation/classes/JUserApi.html +7 -7
  30. package/documentation/classes/JWedocApi.html +1 -1
  31. package/documentation/classes/JWidgetApi.html +1 -1
  32. package/documentation/classes/JamespotUserApi.html +1 -1
  33. package/documentation/classes/Network.html +1 -1
  34. package/documentation/classes/TVDisplayApi.html +1 -1
  35. package/documentation/classes/WindowBrowser.html +1 -1
  36. package/documentation/enums/BookmarkType.html +1 -1
  37. package/documentation/enums/Format.html +1 -1
  38. package/documentation/enums/GroupModerateStatus.html +1 -0
  39. package/documentation/enums/StudioApplicationStatus.html +1 -1
  40. package/documentation/enums/WidgetsName.html +1 -1
  41. package/documentation/index.html +1 -1
  42. package/documentation/interfaces/AccessRightObject.html +1 -1
  43. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  44. package/documentation/interfaces/ApiWrapper.html +1 -1
  45. package/documentation/interfaces/BaseMessage.html +1 -1
  46. package/documentation/interfaces/FileBankProps.html +1 -1
  47. package/documentation/interfaces/FolderProps.html +1 -1
  48. package/documentation/interfaces/ListFilterSpec.html +1 -1
  49. package/documentation/interfaces/OF.html +1 -1
  50. package/documentation/interfaces/PagingResults.html +1 -1
  51. package/documentation/interfaces/RootFolderProps.html +1 -1
  52. package/documentation/interfaces/SpotProps.html +1 -1
  53. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  54. package/documentation/interfaces/WidgetType.html +1 -1
  55. package/documentation/interfaces/WindowInterface.html +1 -1
  56. package/documentation/modules.html +11 -11
  57. package/jest.config.ts +1 -1
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/apis/admin/license.d.ts +2 -2
  61. package/lib/src/apis/admin/licenses.mock.d.ts +6 -0
  62. package/lib/src/apis/admin/utils.mock.d.ts +2 -0
  63. package/lib/src/apis/admin/utils.test.d.ts +1 -0
  64. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +32 -32
  65. package/lib/src/apis/widget/widget.d.ts +20 -3
  66. package/lib/src/apis/widget/widget.mock.d.ts +5 -1
  67. package/lib/src/types/article.d.ts +216 -216
  68. package/lib/src/types/asei.d.ts +22 -22
  69. package/lib/src/types/assetReservation.d.ts +96 -96
  70. package/lib/src/types/businessContact.d.ts +14 -14
  71. package/lib/src/types/comment.d.ts +22 -22
  72. package/lib/src/types/faq.d.ts +118 -118
  73. package/lib/src/types/group.d.ts +5 -6
  74. package/lib/src/types/hook.d.ts +6 -6
  75. package/lib/src/types/index.d.ts +1 -1
  76. package/lib/src/types/jLand.d.ts +36 -36
  77. package/lib/src/types/mediaLibrary.d.ts +22 -22
  78. package/lib/src/types/meeting.d.ts +66 -66
  79. package/lib/src/types/pollSurvey.d.ts +66 -66
  80. package/lib/src/types/quizz.d.ts +66 -66
  81. package/lib/src/types/realtime.d.ts +15 -3
  82. package/lib/src/types/socialEvent.d.ts +66 -66
  83. package/lib/src/types/support.d.ts +66 -66
  84. package/lib/src/types/surveyDate.d.ts +66 -66
  85. package/lib/src/types/tvDisplay.d.ts +560 -560
  86. package/lib/src/types/widgets/common.d.ts +5 -3
  87. package/lib/src/types/widgets/default.d.ts +149 -99
  88. package/lib/src/types/widgets/ensure.d.ts +58 -0
  89. package/lib/src/types/widgets/ensure.test.d.ts +1 -0
  90. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +8 -8
  91. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +8 -8
  92. package/lib/src/types/widgets/widgetPresence.d.ts +132 -0
  93. package/lib/src/types/widgets.d.ts +944 -288
  94. package/lib/src/util/group.d.ts +112 -0
  95. package/lib/src/util/widget.d.ts +6 -9
  96. package/package.json +6 -2
  97. package/phpunitMock/adminApps-success.json +270 -0
  98. package/phpunitMock/articleGet-with-widgets.json +2 -1
  99. package/phpunitMock/licenseManagerAssignPossiblesLicenses-success.json +7 -0
  100. package/phpunitMock/licenseManagerCountObjectsWithoutLicense-success.json +7 -0
  101. package/phpunitMock/licenseManagerGetAssignmentMode-success.json +7 -0
  102. package/phpunitMock/licenseManagerOptimizeLicenses-success.json +7 -0
  103. package/phpunitMock/licenseManagerSetAssignmentMode-success.json +7 -0
  104. package/phpunitMock/licenseManagerUserStatistics-success.json +11 -0
  105. package/phpunitMock/widgetPresenceCancel-default.json +1 -0
  106. package/phpunitMock/widgetPresenceGetResponse-available.json +25 -0
  107. package/phpunitMock/widgetPresenceGetResponse-unavailable.json +25 -0
  108. package/phpunitMock/widgetPresenceRespond-available.json +1 -0
  109. package/documentation/enums/_GroupModerateStatus.html +0 -1
  110. package/lib/src/types/widgets/widgetApi.d.ts +0 -24
  111. /package/lib/src/types/{adminLicence.d.ts → adminLicense.d.ts} +0 -0
@@ -124,13 +124,12 @@ export declare const userLevelSpotSchema: z.ZodObject<{
124
124
  RF_spotit_own: boolean;
125
125
  }>;
126
126
  export type UserLevelSpot = z.infer<typeof userLevelSpotSchema>;
127
- export declare enum _GroupModerateStatus {
127
+ export declare enum GroupModerateStatus {
128
128
  SPOT_MODERATE_IGNORE = 0,
129
129
  SPOT_MODERATE_ACCEPT = 1,
130
130
  SPOT_MODERATE_PENDING = 2
131
131
  }
132
- export declare const groupModerateStatusSchema: z.ZodNativeEnum<typeof _GroupModerateStatus>;
133
- export type GroupModerateStatus = z.infer<typeof groupModerateStatusSchema>;
132
+ export declare const groupModerateStatusSchema: z.ZodNativeEnum<typeof GroupModerateStatus>;
134
133
  export declare const groupMemberSchema: z.ZodObject<{
135
134
  userLevelSpot: z.ZodObject<{
136
135
  RF_Constant_levelName: z.ZodString;
@@ -177,7 +176,7 @@ export declare const groupMemberSchema: z.ZodObject<{
177
176
  comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
178
177
  member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
179
178
  }, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
180
- accessRequestStatus: z.ZodOptional<z.ZodNativeEnum<typeof _GroupModerateStatus>>;
179
+ accessRequestStatus: z.ZodOptional<z.ZodNativeEnum<typeof GroupModerateStatus>>;
181
180
  }, "strip", z.ZodTypeAny, {
182
181
  userLevelSpot: {
183
182
  RF_Constant_levelName: string;
@@ -193,7 +192,7 @@ export declare const groupMemberSchema: z.ZodObject<{
193
192
  };
194
193
  spotMinLevelToInvit: number;
195
194
  userRights: import("./common").Rights;
196
- accessRequestStatus?: _GroupModerateStatus | undefined;
195
+ accessRequestStatus?: GroupModerateStatus | undefined;
197
196
  }, {
198
197
  userLevelSpot: {
199
198
  RF_Constant_levelName: string;
@@ -209,7 +208,7 @@ export declare const groupMemberSchema: z.ZodObject<{
209
208
  };
210
209
  spotMinLevelToInvit: number;
211
210
  userRights: import("./common").Rights;
212
- accessRequestStatus?: _GroupModerateStatus | undefined;
211
+ accessRequestStatus?: GroupModerateStatus | undefined;
213
212
  }>;
214
213
  export type UserLevelAndRight = z.infer<typeof groupMemberSchema>;
215
214
  export declare const valueLabelSchema: z.ZodObject<{
@@ -58,11 +58,11 @@ declare const fileBankHookSchema: z.ZodIntersection<z.ZodObject<{
58
58
  orderBy: z.ZodString;
59
59
  order: z.ZodEnum<["ASC", "DESC"]>;
60
60
  }, "strip", z.ZodTypeAny, {
61
- order: "ASC" | "DESC";
62
61
  orderBy: string;
63
- }, {
64
62
  order: "ASC" | "DESC";
63
+ }, {
65
64
  orderBy: string;
65
+ order: "ASC" | "DESC";
66
66
  }>>;
67
67
  export type FileBankHook = z.infer<typeof fileBankHookSchema>;
68
68
  declare const adminAdvancedHookSchema: z.ZodIntersection<z.ZodObject<{
@@ -194,11 +194,11 @@ export declare const hookListTypeSchema: z.ZodIntersection<z.ZodObject<{
194
194
  orderBy: z.ZodString;
195
195
  order: z.ZodEnum<["ASC", "DESC"]>;
196
196
  }, "strip", z.ZodTypeAny, {
197
- order: "ASC" | "DESC";
198
197
  orderBy: string;
199
- }, {
200
198
  order: "ASC" | "DESC";
199
+ }, {
201
200
  orderBy: string;
201
+ order: "ASC" | "DESC";
202
202
  }>>>;
203
203
  spotRssFeed: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
204
204
  isActive: z.ZodBoolean;
@@ -250,8 +250,8 @@ export declare const hookListTypeSchema: z.ZodIntersection<z.ZodObject<{
250
250
  FileBankHook?: ({
251
251
  isActive: boolean;
252
252
  } & {
253
- order: "ASC" | "DESC";
254
253
  orderBy: string;
254
+ order: "ASC" | "DESC";
255
255
  }) | undefined;
256
256
  spotRssFeed?: ({
257
257
  isActive: boolean;
@@ -281,8 +281,8 @@ export declare const hookListTypeSchema: z.ZodIntersection<z.ZodObject<{
281
281
  FileBankHook?: ({
282
282
  isActive: boolean;
283
283
  } & {
284
- order: "ASC" | "DESC";
285
284
  orderBy: string;
285
+ order: "ASC" | "DESC";
286
286
  }) | undefined;
287
287
  spotRssFeed?: ({
288
288
  isActive: boolean;
@@ -7,7 +7,7 @@ export * from './group';
7
7
  export * from './object';
8
8
  export * from './link';
9
9
  export * from './bookmark';
10
- export * from './adminLicence';
10
+ export * from './adminLicense';
11
11
  export * from './adminStore';
12
12
  export * from './adminUtils';
13
13
  export * from './animations';
@@ -380,8 +380,6 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
380
380
  title: z.ZodType<string, z.ZodTypeDef, string>;
381
381
  widget: z.ZodType<({
382
382
  layers?: string[] | undefined;
383
- } & import("./widgets").WidgetApiType) | ({
384
- layers?: string[] | undefined;
385
383
  } & import("./widgets").WidgetArticleAttachmentType) | ({
386
384
  layers?: string[] | undefined;
387
385
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -405,7 +403,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
405
403
  uniqid: string;
406
404
  content: {
407
405
  uri?: string | undefined;
408
- limit?: number | undefined;
406
+ limit?: number | boolean | undefined;
409
407
  tableColumnsData?: {
410
408
  name?: string | undefined;
411
409
  label?: string | undefined;
@@ -423,9 +421,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
423
421
  tableSizedColumns?: boolean | undefined;
424
422
  tableSizedColumnsWidth?: number | undefined;
425
423
  };
426
- }), z.ZodTypeDef, ({
424
+ }) | ({
427
425
  layers?: string[] | undefined;
428
- } & import("./widgets").WidgetApiType) | ({
426
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
429
427
  layers?: string[] | undefined;
430
428
  } & import("./widgets").WidgetArticleAttachmentType) | ({
431
429
  layers?: string[] | undefined;
@@ -450,7 +448,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
450
448
  uniqid: string;
451
449
  content: {
452
450
  uri?: string | undefined;
453
- limit?: number | undefined;
451
+ limit?: number | boolean | undefined;
454
452
  tableColumnsData?: {
455
453
  name?: string | undefined;
456
454
  label?: string | undefined;
@@ -468,11 +466,11 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
468
466
  tableSizedColumns?: boolean | undefined;
469
467
  tableSizedColumnsWidth?: number | undefined;
470
468
  };
471
- })>;
469
+ }) | ({
470
+ layers?: string[] | undefined;
471
+ } & import("./widgets").WidgetPresenceType)>;
472
472
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
473
473
  layers?: string[] | undefined;
474
- } & import("./widgets").WidgetApiType) | ({
475
- layers?: string[] | undefined;
476
474
  } & import("./widgets").WidgetArticleAttachmentType) | ({
477
475
  layers?: string[] | undefined;
478
476
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -496,7 +494,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
496
494
  uniqid: string;
497
495
  content: {
498
496
  uri?: string | undefined;
499
- limit?: number | undefined;
497
+ limit?: number | boolean | undefined;
500
498
  tableColumnsData?: {
501
499
  name?: string | undefined;
502
500
  label?: string | undefined;
@@ -514,9 +512,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
514
512
  tableSizedColumns?: boolean | undefined;
515
513
  tableSizedColumnsWidth?: number | undefined;
516
514
  };
517
- })>, import("./widgets").WidgetWrapperGeneric<({
515
+ }) | ({
518
516
  layers?: string[] | undefined;
519
- } & import("./widgets").WidgetApiType) | ({
517
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
520
518
  layers?: string[] | undefined;
521
519
  } & import("./widgets").WidgetArticleAttachmentType) | ({
522
520
  layers?: string[] | undefined;
@@ -541,7 +539,7 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
541
539
  uniqid: string;
542
540
  content: {
543
541
  uri?: string | undefined;
544
- limit?: number | undefined;
542
+ limit?: number | boolean | undefined;
545
543
  tableColumnsData?: {
546
544
  name?: string | undefined;
547
545
  label?: string | undefined;
@@ -559,7 +557,9 @@ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectU
559
557
  tableSizedColumns?: boolean | undefined;
560
558
  tableSizedColumnsWidth?: number | undefined;
561
559
  };
562
- })>>, "many">>;
560
+ }) | ({
561
+ layers?: string[] | undefined;
562
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
563
563
  }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<{
564
564
  jlandMapKind: z.ZodString;
565
565
  jlandMapFlavor: z.ZodString;
@@ -724,8 +724,6 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
724
724
  title: z.ZodType<string, z.ZodTypeDef, string>;
725
725
  widget: z.ZodType<({
726
726
  layers?: string[] | undefined;
727
- } & import("./widgets").WidgetApiType) | ({
728
- layers?: string[] | undefined;
729
727
  } & import("./widgets").WidgetArticleAttachmentType) | ({
730
728
  layers?: string[] | undefined;
731
729
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -749,7 +747,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
749
747
  uniqid: string;
750
748
  content: {
751
749
  uri?: string | undefined;
752
- limit?: number | undefined;
750
+ limit?: number | boolean | undefined;
753
751
  tableColumnsData?: {
754
752
  name?: string | undefined;
755
753
  label?: string | undefined;
@@ -767,9 +765,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
767
765
  tableSizedColumns?: boolean | undefined;
768
766
  tableSizedColumnsWidth?: number | undefined;
769
767
  };
770
- }), z.ZodTypeDef, ({
768
+ }) | ({
771
769
  layers?: string[] | undefined;
772
- } & import("./widgets").WidgetApiType) | ({
770
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
773
771
  layers?: string[] | undefined;
774
772
  } & import("./widgets").WidgetArticleAttachmentType) | ({
775
773
  layers?: string[] | undefined;
@@ -794,7 +792,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
794
792
  uniqid: string;
795
793
  content: {
796
794
  uri?: string | undefined;
797
- limit?: number | undefined;
795
+ limit?: number | boolean | undefined;
798
796
  tableColumnsData?: {
799
797
  name?: string | undefined;
800
798
  label?: string | undefined;
@@ -812,11 +810,11 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
812
810
  tableSizedColumns?: boolean | undefined;
813
811
  tableSizedColumnsWidth?: number | undefined;
814
812
  };
815
- })>;
813
+ }) | ({
814
+ layers?: string[] | undefined;
815
+ } & import("./widgets").WidgetPresenceType)>;
816
816
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
817
817
  layers?: string[] | undefined;
818
- } & import("./widgets").WidgetApiType) | ({
819
- layers?: string[] | undefined;
820
818
  } & import("./widgets").WidgetArticleAttachmentType) | ({
821
819
  layers?: string[] | undefined;
822
820
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -840,7 +838,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
840
838
  uniqid: string;
841
839
  content: {
842
840
  uri?: string | undefined;
843
- limit?: number | undefined;
841
+ limit?: number | boolean | undefined;
844
842
  tableColumnsData?: {
845
843
  name?: string | undefined;
846
844
  label?: string | undefined;
@@ -858,9 +856,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
858
856
  tableSizedColumns?: boolean | undefined;
859
857
  tableSizedColumnsWidth?: number | undefined;
860
858
  };
861
- })>, import("./widgets").WidgetWrapperGeneric<({
859
+ }) | ({
862
860
  layers?: string[] | undefined;
863
- } & import("./widgets").WidgetApiType) | ({
861
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
864
862
  layers?: string[] | undefined;
865
863
  } & import("./widgets").WidgetArticleAttachmentType) | ({
866
864
  layers?: string[] | undefined;
@@ -885,7 +883,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
885
883
  uniqid: string;
886
884
  content: {
887
885
  uri?: string | undefined;
888
- limit?: number | undefined;
886
+ limit?: number | boolean | undefined;
889
887
  tableColumnsData?: {
890
888
  name?: string | undefined;
891
889
  label?: string | undefined;
@@ -903,7 +901,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
903
901
  tableSizedColumns?: boolean | undefined;
904
902
  tableSizedColumnsWidth?: number | undefined;
905
903
  };
906
- })>>, "many">>;
904
+ }) | ({
905
+ layers?: string[] | undefined;
906
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
907
907
  }>, {
908
908
  _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
909
909
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1007,8 +1007,6 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1007
1007
  } | undefined;
1008
1008
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1009
1009
  layers?: string[] | undefined;
1010
- } & import("./widgets").WidgetApiType) | ({
1011
- layers?: string[] | undefined;
1012
1010
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1013
1011
  layers?: string[] | undefined;
1014
1012
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1032,7 +1030,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1032
1030
  uniqid: string;
1033
1031
  content: {
1034
1032
  uri?: string | undefined;
1035
- limit?: number | undefined;
1033
+ limit?: number | boolean | undefined;
1036
1034
  tableColumnsData?: {
1037
1035
  name?: string | undefined;
1038
1036
  label?: string | undefined;
@@ -1050,7 +1048,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1050
1048
  tableSizedColumns?: boolean | undefined;
1051
1049
  tableSizedColumnsWidth?: number | undefined;
1052
1050
  };
1053
- })>[] | undefined;
1051
+ }) | ({
1052
+ layers?: string[] | undefined;
1053
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1054
1054
  }, {
1055
1055
  type: string;
1056
1056
  id: number;
@@ -1112,8 +1112,6 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1112
1112
  } | undefined;
1113
1113
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1114
1114
  layers?: string[] | undefined;
1115
- } & import("./widgets").WidgetApiType) | ({
1116
- layers?: string[] | undefined;
1117
1115
  } & import("./widgets").WidgetArticleAttachmentType) | ({
1118
1116
  layers?: string[] | undefined;
1119
1117
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -1137,7 +1135,7 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1137
1135
  uniqid: string;
1138
1136
  content: {
1139
1137
  uri?: string | undefined;
1140
- limit?: number | undefined;
1138
+ limit?: number | boolean | undefined;
1141
1139
  tableColumnsData?: {
1142
1140
  name?: string | undefined;
1143
1141
  label?: string | undefined;
@@ -1155,7 +1153,9 @@ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectU
1155
1153
  tableSizedColumns?: boolean | undefined;
1156
1154
  tableSizedColumnsWidth?: number | undefined;
1157
1155
  };
1158
- })>[] | undefined;
1156
+ }) | ({
1157
+ layers?: string[] | undefined;
1158
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
1159
1159
  }>, z.ZodObject<{
1160
1160
  jlandMapKind: z.ZodString;
1161
1161
  jlandMapFlavor: z.ZodString;
@@ -250,8 +250,6 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
250
250
  title: z.ZodType<string, z.ZodTypeDef, string>;
251
251
  widget: z.ZodType<({
252
252
  layers?: string[] | undefined;
253
- } & import("./widgets").WidgetApiType) | ({
254
- layers?: string[] | undefined;
255
253
  } & import("./widgets").WidgetArticleAttachmentType) | ({
256
254
  layers?: string[] | undefined;
257
255
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -275,7 +273,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
275
273
  uniqid: string;
276
274
  content: {
277
275
  uri?: string | undefined;
278
- limit?: number | undefined;
276
+ limit?: number | boolean | undefined;
279
277
  tableColumnsData?: {
280
278
  name?: string | undefined;
281
279
  label?: string | undefined;
@@ -293,9 +291,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
293
291
  tableSizedColumns?: boolean | undefined;
294
292
  tableSizedColumnsWidth?: number | undefined;
295
293
  };
296
- }), z.ZodTypeDef, ({
294
+ }) | ({
297
295
  layers?: string[] | undefined;
298
- } & import("./widgets").WidgetApiType) | ({
296
+ } & import("./widgets").WidgetPresenceType), z.ZodTypeDef, ({
299
297
  layers?: string[] | undefined;
300
298
  } & import("./widgets").WidgetArticleAttachmentType) | ({
301
299
  layers?: string[] | undefined;
@@ -320,7 +318,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
320
318
  uniqid: string;
321
319
  content: {
322
320
  uri?: string | undefined;
323
- limit?: number | undefined;
321
+ limit?: number | boolean | undefined;
324
322
  tableColumnsData?: {
325
323
  name?: string | undefined;
326
324
  label?: string | undefined;
@@ -338,11 +336,11 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
338
336
  tableSizedColumns?: boolean | undefined;
339
337
  tableSizedColumnsWidth?: number | undefined;
340
338
  };
341
- })>;
339
+ }) | ({
340
+ layers?: string[] | undefined;
341
+ } & import("./widgets").WidgetPresenceType)>;
342
342
  }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
343
343
  layers?: string[] | undefined;
344
- } & import("./widgets").WidgetApiType) | ({
345
- layers?: string[] | undefined;
346
344
  } & import("./widgets").WidgetArticleAttachmentType) | ({
347
345
  layers?: string[] | undefined;
348
346
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -366,7 +364,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
366
364
  uniqid: string;
367
365
  content: {
368
366
  uri?: string | undefined;
369
- limit?: number | undefined;
367
+ limit?: number | boolean | undefined;
370
368
  tableColumnsData?: {
371
369
  name?: string | undefined;
372
370
  label?: string | undefined;
@@ -384,9 +382,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
384
382
  tableSizedColumns?: boolean | undefined;
385
383
  tableSizedColumnsWidth?: number | undefined;
386
384
  };
387
- })>, import("./widgets").WidgetWrapperGeneric<({
385
+ }) | ({
388
386
  layers?: string[] | undefined;
389
- } & import("./widgets").WidgetApiType) | ({
387
+ } & import("./widgets").WidgetPresenceType)>, import("./widgets").WidgetWrapperGeneric<({
390
388
  layers?: string[] | undefined;
391
389
  } & import("./widgets").WidgetArticleAttachmentType) | ({
392
390
  layers?: string[] | undefined;
@@ -411,7 +409,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
411
409
  uniqid: string;
412
410
  content: {
413
411
  uri?: string | undefined;
414
- limit?: number | undefined;
412
+ limit?: number | boolean | undefined;
415
413
  tableColumnsData?: {
416
414
  name?: string | undefined;
417
415
  label?: string | undefined;
@@ -429,7 +427,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
429
427
  tableSizedColumns?: boolean | undefined;
430
428
  tableSizedColumnsWidth?: number | undefined;
431
429
  };
432
- })>>, "many">>;
430
+ }) | ({
431
+ layers?: string[] | undefined;
432
+ } & import("./widgets").WidgetPresenceType)>>, "many">>;
433
433
  }>, {
434
434
  description: z.ZodString;
435
435
  attachment: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
@@ -674,8 +674,6 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
674
674
  } | undefined;
675
675
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
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 mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
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,7 +715,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
717
715
  tableSizedColumns?: boolean | undefined;
718
716
  tableSizedColumnsWidth?: number | undefined;
719
717
  };
720
- })>[] | undefined;
718
+ }) | ({
719
+ layers?: string[] | undefined;
720
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
721
721
  }, {
722
722
  type: string;
723
723
  id: number;
@@ -796,8 +796,6 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
796
796
  } | undefined;
797
797
  articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
798
798
  layers?: string[] | undefined;
799
- } & import("./widgets").WidgetApiType) | ({
800
- layers?: string[] | undefined;
801
799
  } & import("./widgets").WidgetArticleAttachmentType) | ({
802
800
  layers?: string[] | undefined;
803
801
  } & import("./widgets").WidgetArticleButtonType) | ({
@@ -821,7 +819,7 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
821
819
  uniqid: string;
822
820
  content: {
823
821
  uri?: string | undefined;
824
- limit?: number | undefined;
822
+ limit?: number | boolean | undefined;
825
823
  tableColumnsData?: {
826
824
  name?: string | undefined;
827
825
  label?: string | undefined;
@@ -839,7 +837,9 @@ export declare const mediaLibraryListSchema: z.ZodObject<z.objectUtil.extendShap
839
837
  tableSizedColumns?: boolean | undefined;
840
838
  tableSizedColumnsWidth?: number | undefined;
841
839
  };
842
- })>[] | undefined;
840
+ }) | ({
841
+ layers?: string[] | undefined;
842
+ } & import("./widgets").WidgetPresenceType)>[] | undefined;
843
843
  }>;
844
844
  export type MediaLibraryList = z.infer<typeof mediaLibraryListSchema>;
845
845
  export declare const getUnclassifiedFilesParamsSchema: z.ZodObject<{