jamespot-user-api 1.0.180 → 1.0.182

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 (130) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminStoreApi.html +1 -1
  4. package/documentation/classes/AdminUtilsApi.html +2 -2
  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 +17 -17
  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 +10 -8
  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/StudioApplicationStatus.html +1 -1
  39. package/documentation/enums/WidgetsName.html +1 -1
  40. package/documentation/enums/_GroupModerateStatus.html +1 -0
  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 -2
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/jest.config.d.ts +0 -1
  61. package/lib/jest.config.vm.d.ts +0 -1
  62. package/lib/src/apis/admin/utils.d.ts +1 -1
  63. package/lib/src/apis/article/article.d.ts +3 -1
  64. package/lib/src/apis/file/file.d.ts +2 -2
  65. package/lib/src/apis/filebank/filebank.d.ts +2 -2
  66. package/lib/src/apis/group/group.d.ts +218 -9
  67. package/lib/src/apis/group/group.mock.d.ts +6 -6
  68. package/lib/src/apis/jland/jland.d.ts +2 -31
  69. package/lib/src/apis/jland/jland.mock.d.ts +3 -2
  70. package/lib/src/apis/taxonomy/taxonomy.d.ts +2 -2
  71. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +962 -3
  72. package/lib/src/apis/user/user.d.ts +11 -103
  73. package/lib/src/apis/user/user.mock.d.ts +5 -1
  74. package/lib/src/apis/widget/widget.d.ts +2 -2
  75. package/lib/src/apis/widget/widget.mock.d.ts +2 -2
  76. package/lib/src/types/adminUtils.d.ts +10 -10
  77. package/lib/src/types/article.d.ts +3065 -4796
  78. package/lib/src/types/asei.d.ts +231 -413
  79. package/lib/src/types/assetReservation.d.ts +1051 -1768
  80. package/lib/src/types/autocomplete.d.ts +14 -14
  81. package/lib/src/types/businessContact.d.ts +136 -502
  82. package/lib/src/types/comment.d.ts +231 -413
  83. package/lib/src/types/diapazone.d.ts +4 -4
  84. package/lib/src/types/faq.d.ts +1365 -2277
  85. package/lib/src/types/global.d.ts +2 -2
  86. package/lib/src/types/group.d.ts +1881 -127
  87. package/lib/src/types/hook.d.ts +1 -2
  88. package/lib/src/types/index.d.ts +1 -0
  89. package/lib/src/types/jLand.d.ts +1175 -0
  90. package/lib/src/types/mediaLibrary.d.ts +241 -423
  91. package/lib/src/types/meeting.d.ts +723 -1269
  92. package/lib/src/types/model.d.ts +653 -89
  93. package/lib/src/types/object.d.ts +2 -2
  94. package/lib/src/types/pollSurvey.d.ts +856 -1402
  95. package/lib/src/types/quizz.d.ts +723 -1269
  96. package/lib/src/types/search.d.ts +8 -8
  97. package/lib/src/types/share.d.ts +8 -8
  98. package/lib/src/types/socialEvent.d.ts +723 -1269
  99. package/lib/src/types/support.d.ts +723 -1269
  100. package/lib/src/types/surveyDate.d.ts +726 -1308
  101. package/lib/src/types/tvDisplay.d.ts +18544 -49
  102. package/lib/src/types/uri.d.ts +44 -8
  103. package/lib/src/types/wedoc.d.ts +633 -27
  104. package/lib/src/types/widgets/common.d.ts +1 -18
  105. package/lib/src/types/widgets/default.d.ts +538 -1719
  106. package/lib/src/types/widgets/widgetApi.d.ts +0 -1
  107. package/lib/src/types/widgets/widgetArticleAttachment.d.ts +0 -1
  108. package/lib/src/types/widgets/widgetArticleButton.d.ts +0 -1
  109. package/lib/src/types/widgets/widgetArticleGallery.d.ts +0 -1
  110. package/lib/src/types/widgets/widgetArticleImage.d.ts +0 -1
  111. package/lib/src/types/widgets/widgetArticleSlider.d.ts +0 -1
  112. package/lib/src/types/widgets/widgetArticleText.d.ts +0 -1
  113. package/lib/src/types/widgets/widgetArticleTitle.d.ts +0 -1
  114. package/lib/src/types/widgets/widgetCheckList.d.ts +7 -4
  115. package/lib/src/types/widgets/widgetDatasourceTable.d.ts +0 -1
  116. package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +2 -26
  117. package/lib/src/types/widgets.d.ts +3573 -4860
  118. package/lib/src/util/Test.d.ts +5 -498
  119. package/lib/src/util/group.d.ts +2 -2
  120. package/lib/src/util/index.d.ts +1 -0
  121. package/lib/src/util/widget.d.ts +83 -0
  122. package/package.json +1 -1
  123. package/phpunitMock/articleCreate-businessContact.json +23 -0
  124. package/phpunitMock/articleCreate-jLandMap.json +49 -0
  125. package/phpunitMock/articleDelete-businessContact.json +12 -0
  126. package/phpunitMock/articleUpdate-businessContact.json +50 -0
  127. package/phpunitMock/objectListJLandJLandList-success.json +14 -0
  128. package/phpunitMock/userSignIn-success.json +31 -0
  129. package/documentation/enums/GroupModerateStatus.html +0 -1
  130. package/documentation/interfaces/Category.html +0 -1
@@ -0,0 +1,1175 @@
1
+ import { z } from 'zod';
2
+ export declare const jLandLogSchema: z.ZodObject<{
3
+ idLog: z.ZodNumber;
4
+ slug: z.ZodString;
5
+ dateCreation: z.ZodString;
6
+ map: z.ZodString;
7
+ mail: z.ZodString;
8
+ action: z.ZodString;
9
+ mode: z.ZodString;
10
+ }, "strip", z.ZodTypeAny, {
11
+ map: string;
12
+ dateCreation: string;
13
+ mail: string;
14
+ action: string;
15
+ idLog: number;
16
+ slug: string;
17
+ mode: string;
18
+ }, {
19
+ map: string;
20
+ dateCreation: string;
21
+ mail: string;
22
+ action: string;
23
+ idLog: number;
24
+ slug: string;
25
+ mode: string;
26
+ }>;
27
+ export type JLandLog = z.infer<typeof jLandLogSchema>;
28
+ export declare const jLandStatSchema: z.ZodObject<{
29
+ mail: z.ZodString;
30
+ cnt: z.ZodString;
31
+ }, "strip", z.ZodTypeAny, {
32
+ mail: string;
33
+ cnt: string;
34
+ }, {
35
+ mail: string;
36
+ cnt: string;
37
+ }>;
38
+ export type JLandStat = z.infer<typeof jLandStatSchema>;
39
+ export declare const jLandMapFlavorSchema: z.ZodString;
40
+ export type JLandMapFlavor = z.infer<typeof jLandMapFlavorSchema>;
41
+ export declare const jLandMapKindSchema: z.ZodString;
42
+ export type JLandMapKind = z.infer<typeof jLandMapKindSchema>;
43
+ export declare const jLandMapSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
44
+ id: z.ZodType<number, z.ZodTypeDef, number>;
45
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
46
+ type: z.ZodType<string, z.ZodTypeDef, string>;
47
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
48
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
49
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
50
+ }, {
51
+ title: z.ZodString;
52
+ _url: z.ZodString;
53
+ }>, {
54
+ dateCreation: z.ZodString;
55
+ dateModified: z.ZodString;
56
+ }>, {
57
+ jlandMapFlavor: z.ZodString;
58
+ jlandMapKind: z.ZodString;
59
+ waMapUrl: z.ZodOptional<z.ZodString>;
60
+ limit: z.ZodOptional<z.ZodNumber>;
61
+ _extend: z.ZodObject<{
62
+ licenses: z.ZodArray<z.ZodObject<{
63
+ id: z.ZodNumber;
64
+ kind: z.ZodString;
65
+ dateCreation: z.ZodString;
66
+ idFeature: z.ZodNumber;
67
+ uri: z.ZodString;
68
+ contentId: z.ZodNumber;
69
+ contentType: z.ZodString;
70
+ status: z.ZodNumber;
71
+ }, "strip", z.ZodTypeAny, {
72
+ status: number;
73
+ id: number;
74
+ uri: string;
75
+ dateCreation: string;
76
+ kind: string;
77
+ idFeature: number;
78
+ contentId: number;
79
+ contentType: string;
80
+ }, {
81
+ status: number;
82
+ id: number;
83
+ uri: string;
84
+ dateCreation: string;
85
+ kind: string;
86
+ idFeature: number;
87
+ contentId: number;
88
+ contentType: string;
89
+ }>, "many">;
90
+ }, "strip", z.ZodTypeAny, {
91
+ licenses: {
92
+ status: number;
93
+ id: number;
94
+ uri: string;
95
+ dateCreation: string;
96
+ kind: string;
97
+ idFeature: number;
98
+ contentId: number;
99
+ contentType: string;
100
+ }[];
101
+ }, {
102
+ licenses: {
103
+ status: number;
104
+ id: number;
105
+ uri: string;
106
+ dateCreation: string;
107
+ kind: string;
108
+ idFeature: number;
109
+ contentId: number;
110
+ contentType: string;
111
+ }[];
112
+ }>;
113
+ }>, "strip", z.ZodTypeAny, {
114
+ type: string;
115
+ id: number;
116
+ mainType: string;
117
+ uri: string;
118
+ dateCreation: string;
119
+ dateModified: string;
120
+ title: string;
121
+ _url: string;
122
+ _extend: {
123
+ licenses: {
124
+ status: number;
125
+ id: number;
126
+ uri: string;
127
+ dateCreation: string;
128
+ kind: string;
129
+ idFeature: number;
130
+ contentId: number;
131
+ contentType: string;
132
+ }[];
133
+ };
134
+ jlandMapFlavor: string;
135
+ jlandMapKind: string;
136
+ limit?: number | undefined;
137
+ waMapUrl?: string | undefined;
138
+ }, {
139
+ type: string;
140
+ id: number;
141
+ mainType: string;
142
+ uri: string;
143
+ dateCreation: string;
144
+ dateModified: string;
145
+ title: string;
146
+ _url: string;
147
+ _extend: {
148
+ licenses: {
149
+ status: number;
150
+ id: number;
151
+ uri: string;
152
+ dateCreation: string;
153
+ kind: string;
154
+ idFeature: number;
155
+ contentId: number;
156
+ contentType: string;
157
+ }[];
158
+ };
159
+ jlandMapFlavor: string;
160
+ jlandMapKind: string;
161
+ limit?: number | undefined;
162
+ waMapUrl?: string | undefined;
163
+ }>;
164
+ export type JLandMap = z.infer<typeof jLandMapSchema>;
165
+ export declare const JLandMapCreationSchema: z.ZodObject<z.objectUtil.extendShape<{
166
+ title: z.ZodOptional<z.ZodString>;
167
+ description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
168
+ type: z.ZodOptional<z.ZodString>;
169
+ publishTo: z.ZodOptional<z.ZodString>;
170
+ idSpot: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
171
+ }, {
172
+ jlandMapAggregated: z.ZodString;
173
+ type: z.ZodLiteral<"jlandmap">;
174
+ }>, "strip", z.ZodTypeAny, {
175
+ type: "jlandmap";
176
+ jlandMapAggregated: string;
177
+ title?: string | undefined;
178
+ description?: string | null | undefined;
179
+ idSpot?: string[] | undefined;
180
+ publishTo?: string | undefined;
181
+ }, {
182
+ type: "jlandmap";
183
+ jlandMapAggregated: string;
184
+ title?: string | undefined;
185
+ description?: string | null | undefined;
186
+ idSpot?: string[] | undefined;
187
+ publishTo?: string | undefined;
188
+ }>;
189
+ export type JLandMapCreation = z.infer<typeof JLandMapCreationSchema>;
190
+ export declare const jLandAdditionalPropsSchema: z.ZodObject<{
191
+ jlandMapKind: z.ZodString;
192
+ jlandMapFlavor: z.ZodString;
193
+ limit: z.ZodNullable<z.ZodNumber>;
194
+ waMapUrl: z.ZodNullable<z.ZodString>;
195
+ }, "strip", z.ZodTypeAny, {
196
+ limit: number | null;
197
+ jlandMapFlavor: string;
198
+ jlandMapKind: string;
199
+ waMapUrl: string | null;
200
+ }, {
201
+ limit: number | null;
202
+ jlandMapFlavor: string;
203
+ jlandMapKind: string;
204
+ waMapUrl: string | null;
205
+ }>;
206
+ export declare const jLandMapLittleSchema: z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
207
+ id: z.ZodType<number, z.ZodTypeDef, number>;
208
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
209
+ type: z.ZodType<string, z.ZodTypeDef, string>;
210
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
211
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
212
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
213
+ }, {
214
+ title: z.ZodString;
215
+ _url: z.ZodString;
216
+ }>, {
217
+ dateCreation: z.ZodString;
218
+ dateModified: z.ZodString;
219
+ }>, "strip", z.ZodTypeAny, import("./article").jArticleLittle, import("./article").jArticleLittle>, z.ZodObject<{
220
+ jlandMapKind: z.ZodString;
221
+ jlandMapFlavor: z.ZodString;
222
+ limit: z.ZodNullable<z.ZodNumber>;
223
+ waMapUrl: z.ZodNullable<z.ZodString>;
224
+ }, "strip", z.ZodTypeAny, {
225
+ limit: number | null;
226
+ jlandMapFlavor: string;
227
+ jlandMapKind: string;
228
+ waMapUrl: string | null;
229
+ }, {
230
+ limit: number | null;
231
+ jlandMapFlavor: string;
232
+ jlandMapKind: string;
233
+ waMapUrl: string | null;
234
+ }>>;
235
+ export type JLandMapLittle = z.infer<typeof jLandMapLittleSchema>;
236
+ export declare const jLandMapListSchema: z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
237
+ id: z.ZodType<number, z.ZodTypeDef, number>;
238
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
239
+ type: z.ZodType<string, z.ZodTypeDef, string>;
240
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
241
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
242
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
243
+ }, {
244
+ title: z.ZodString;
245
+ _url: z.ZodString;
246
+ }>, {
247
+ dateCreation: z.ZodString;
248
+ dateModified: z.ZodString;
249
+ }>, {
250
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
251
+ _user: z.ZodObject<z.objectUtil.extendShape<{
252
+ id: z.ZodType<number, z.ZodTypeDef, number>;
253
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
254
+ type: z.ZodType<string, z.ZodTypeDef, string>;
255
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
256
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
257
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
258
+ }, {
259
+ title: z.ZodString;
260
+ _url: z.ZodString;
261
+ level: z.ZodNativeEnum<{
262
+ readonly ADMIN: 9;
263
+ readonly USER: 5;
264
+ readonly EXTERNAL: 3;
265
+ readonly GUEST: 0;
266
+ }>;
267
+ dateCreation: z.ZodString;
268
+ dateModified: z.ZodString;
269
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
270
+ _right: z.ZodObject<{
271
+ create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
272
+ read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
273
+ publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
274
+ administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
275
+ update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
276
+ delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
277
+ comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
278
+ member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
279
+ }, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
280
+ _audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
281
+ id: z.ZodType<number, z.ZodTypeDef, number>;
282
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
283
+ type: z.ZodType<string, z.ZodTypeDef, string>;
284
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
285
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
286
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
287
+ }, {
288
+ title: z.ZodString;
289
+ _url: z.ZodString;
290
+ level: z.ZodNativeEnum<{
291
+ readonly ADMIN: 9;
292
+ readonly USER: 5;
293
+ readonly EXTERNAL: 3;
294
+ readonly GUEST: 0;
295
+ }>;
296
+ dateCreation: z.ZodString;
297
+ dateModified: z.ZodString;
298
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
299
+ id: z.ZodType<number, z.ZodTypeDef, number>;
300
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
301
+ type: z.ZodType<string, z.ZodTypeDef, string>;
302
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
303
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
304
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
305
+ }, {
306
+ title: z.ZodString;
307
+ _url: z.ZodString;
308
+ }>, {
309
+ dateCreation: z.ZodString;
310
+ dateModified: z.ZodString;
311
+ category: z.ZodNumber;
312
+ privacy: z.ZodNumber;
313
+ }>, "strip", z.ZodTypeAny, {
314
+ type: string;
315
+ id: number;
316
+ mainType: string;
317
+ uri: string;
318
+ dateCreation: string;
319
+ dateModified: string;
320
+ title: string;
321
+ _url: string;
322
+ privacy: number;
323
+ category: number;
324
+ }, {
325
+ type: string;
326
+ id: number;
327
+ mainType: string;
328
+ uri: string;
329
+ dateCreation: string;
330
+ dateModified: string;
331
+ title: string;
332
+ _url: string;
333
+ privacy: number;
334
+ category: number;
335
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
336
+ id: z.ZodType<number, z.ZodTypeDef, number>;
337
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
338
+ type: z.ZodType<string, z.ZodTypeDef, string>;
339
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
340
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
341
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
342
+ }, {
343
+ title: z.ZodString;
344
+ _url: z.ZodString;
345
+ }>, {
346
+ type: z.ZodEnum<["folder", "rootFolder"]>;
347
+ folderColor: z.ZodOptional<z.ZodString>;
348
+ }>, "strip", z.ZodTypeAny, {
349
+ type: "folder" | "rootFolder";
350
+ id: number;
351
+ mainType: string;
352
+ uri: string;
353
+ title: string;
354
+ _url: string;
355
+ dateCreation?: string | undefined;
356
+ dateModified?: string | null | undefined;
357
+ folderColor?: string | undefined;
358
+ }, {
359
+ type: "folder" | "rootFolder";
360
+ id: number;
361
+ mainType: string;
362
+ uri: string;
363
+ title: string;
364
+ _url: string;
365
+ dateCreation?: string | undefined;
366
+ dateModified?: string | null | undefined;
367
+ folderColor?: string | undefined;
368
+ }>]>, "many">;
369
+ image: z.ZodOptional<z.ZodObject<{
370
+ width: z.ZodNumber;
371
+ height: z.ZodNumber;
372
+ }, "strip", z.ZodTypeAny, {
373
+ width: number;
374
+ height: number;
375
+ }, {
376
+ width: number;
377
+ height: number;
378
+ }>>;
379
+ articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
380
+ title: z.ZodType<string, z.ZodTypeDef, string>;
381
+ widget: z.ZodType<({
382
+ layers?: string[] | undefined;
383
+ } & import("./widgets").WidgetApiType) | ({
384
+ layers?: string[] | undefined;
385
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
386
+ layers?: string[] | undefined;
387
+ } & import("./widgets").WidgetArticleButtonType) | ({
388
+ layers?: string[] | undefined;
389
+ } & import("./widgets").WidgetArticleGalleryType) | ({
390
+ layers?: string[] | undefined;
391
+ } & import("./widgets").WidgetArticleImageType) | ({
392
+ layers?: string[] | undefined;
393
+ } & import("./widgets").WidgetArticleTitleType) | ({
394
+ layers?: string[] | undefined;
395
+ } & import("./widgets").WidgetArticleTextType) | ({
396
+ layers?: string[] | undefined;
397
+ } & import("./widgets").WidgetArticleSliderType) | ({
398
+ layers?: string[] | undefined;
399
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
400
+ layers?: string[] | undefined;
401
+ } & import("./widgets").WidgetDatasourceTableType) | ({
402
+ layers?: string[] | undefined;
403
+ } & {
404
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
405
+ uniqid: string;
406
+ content: {
407
+ uri?: string | undefined;
408
+ limit?: number | undefined;
409
+ tableColumnsData?: {
410
+ name?: string | undefined;
411
+ label?: string | undefined;
412
+ isVisible?: boolean | undefined;
413
+ textEllipsis?: boolean | undefined;
414
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
415
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
416
+ }[] | undefined;
417
+ tableHeadColor?: string | undefined;
418
+ tableHeadTextColor?: string | undefined;
419
+ tableHeadIconColor?: string | undefined;
420
+ tableRowColor?: string | undefined;
421
+ tableRowTextColor?: string | undefined;
422
+ tableBorderRadius?: number | undefined;
423
+ tableSizedColumns?: boolean | undefined;
424
+ tableSizedColumnsWidth?: number | undefined;
425
+ };
426
+ }), z.ZodTypeDef, ({
427
+ layers?: string[] | undefined;
428
+ } & import("./widgets").WidgetApiType) | ({
429
+ layers?: string[] | undefined;
430
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
431
+ layers?: string[] | undefined;
432
+ } & import("./widgets").WidgetArticleButtonType) | ({
433
+ layers?: string[] | undefined;
434
+ } & import("./widgets").WidgetArticleGalleryType) | ({
435
+ layers?: string[] | undefined;
436
+ } & import("./widgets").WidgetArticleImageType) | ({
437
+ layers?: string[] | undefined;
438
+ } & import("./widgets").WidgetArticleTitleType) | ({
439
+ layers?: string[] | undefined;
440
+ } & import("./widgets").WidgetArticleTextType) | ({
441
+ layers?: string[] | undefined;
442
+ } & import("./widgets").WidgetArticleSliderType) | ({
443
+ layers?: string[] | undefined;
444
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
445
+ layers?: string[] | undefined;
446
+ } & import("./widgets").WidgetDatasourceTableType) | ({
447
+ layers?: string[] | undefined;
448
+ } & {
449
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
450
+ uniqid: string;
451
+ content: {
452
+ uri?: string | undefined;
453
+ limit?: number | undefined;
454
+ tableColumnsData?: {
455
+ name?: string | undefined;
456
+ label?: string | undefined;
457
+ isVisible?: boolean | undefined;
458
+ textEllipsis?: boolean | undefined;
459
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
460
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
461
+ }[] | undefined;
462
+ tableHeadColor?: string | undefined;
463
+ tableHeadTextColor?: string | undefined;
464
+ tableHeadIconColor?: string | undefined;
465
+ tableRowColor?: string | undefined;
466
+ tableRowTextColor?: string | undefined;
467
+ tableBorderRadius?: number | undefined;
468
+ tableSizedColumns?: boolean | undefined;
469
+ tableSizedColumnsWidth?: number | undefined;
470
+ };
471
+ })>;
472
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
473
+ layers?: string[] | undefined;
474
+ } & import("./widgets").WidgetApiType) | ({
475
+ layers?: string[] | undefined;
476
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
477
+ layers?: string[] | undefined;
478
+ } & import("./widgets").WidgetArticleButtonType) | ({
479
+ layers?: string[] | undefined;
480
+ } & import("./widgets").WidgetArticleGalleryType) | ({
481
+ layers?: string[] | undefined;
482
+ } & import("./widgets").WidgetArticleImageType) | ({
483
+ layers?: string[] | undefined;
484
+ } & import("./widgets").WidgetArticleTitleType) | ({
485
+ layers?: string[] | undefined;
486
+ } & import("./widgets").WidgetArticleTextType) | ({
487
+ layers?: string[] | undefined;
488
+ } & import("./widgets").WidgetArticleSliderType) | ({
489
+ layers?: string[] | undefined;
490
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
491
+ layers?: string[] | undefined;
492
+ } & import("./widgets").WidgetDatasourceTableType) | ({
493
+ layers?: string[] | undefined;
494
+ } & {
495
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
496
+ uniqid: string;
497
+ content: {
498
+ uri?: string | undefined;
499
+ limit?: number | undefined;
500
+ tableColumnsData?: {
501
+ name?: string | undefined;
502
+ label?: string | undefined;
503
+ isVisible?: boolean | undefined;
504
+ textEllipsis?: boolean | undefined;
505
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
506
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
507
+ }[] | undefined;
508
+ tableHeadColor?: string | undefined;
509
+ tableHeadTextColor?: string | undefined;
510
+ tableHeadIconColor?: string | undefined;
511
+ tableRowColor?: string | undefined;
512
+ tableRowTextColor?: string | undefined;
513
+ tableBorderRadius?: number | undefined;
514
+ tableSizedColumns?: boolean | undefined;
515
+ tableSizedColumnsWidth?: number | undefined;
516
+ };
517
+ })>, import("./widgets").WidgetWrapperGeneric<({
518
+ layers?: string[] | undefined;
519
+ } & import("./widgets").WidgetApiType) | ({
520
+ layers?: string[] | undefined;
521
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
522
+ layers?: string[] | undefined;
523
+ } & import("./widgets").WidgetArticleButtonType) | ({
524
+ layers?: string[] | undefined;
525
+ } & import("./widgets").WidgetArticleGalleryType) | ({
526
+ layers?: string[] | undefined;
527
+ } & import("./widgets").WidgetArticleImageType) | ({
528
+ layers?: string[] | undefined;
529
+ } & import("./widgets").WidgetArticleTitleType) | ({
530
+ layers?: string[] | undefined;
531
+ } & import("./widgets").WidgetArticleTextType) | ({
532
+ layers?: string[] | undefined;
533
+ } & import("./widgets").WidgetArticleSliderType) | ({
534
+ layers?: string[] | undefined;
535
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
536
+ layers?: string[] | undefined;
537
+ } & import("./widgets").WidgetDatasourceTableType) | ({
538
+ layers?: string[] | undefined;
539
+ } & {
540
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
541
+ uniqid: string;
542
+ content: {
543
+ uri?: string | undefined;
544
+ limit?: number | undefined;
545
+ tableColumnsData?: {
546
+ name?: string | undefined;
547
+ label?: string | undefined;
548
+ isVisible?: boolean | undefined;
549
+ textEllipsis?: boolean | undefined;
550
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
551
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
552
+ }[] | undefined;
553
+ tableHeadColor?: string | undefined;
554
+ tableHeadTextColor?: string | undefined;
555
+ tableHeadIconColor?: string | undefined;
556
+ tableRowColor?: string | undefined;
557
+ tableRowTextColor?: string | undefined;
558
+ tableBorderRadius?: number | undefined;
559
+ tableSizedColumns?: boolean | undefined;
560
+ tableSizedColumnsWidth?: number | undefined;
561
+ };
562
+ })>>, "many">>;
563
+ }>, "strip", z.ZodTypeAny, import("./article").jArticleList, import("./article").jArticleList>, z.ZodObject<{
564
+ jlandMapKind: z.ZodString;
565
+ jlandMapFlavor: z.ZodString;
566
+ limit: z.ZodNullable<z.ZodNumber>;
567
+ waMapUrl: z.ZodNullable<z.ZodString>;
568
+ }, "strip", z.ZodTypeAny, {
569
+ limit: number | null;
570
+ jlandMapFlavor: string;
571
+ jlandMapKind: string;
572
+ waMapUrl: string | null;
573
+ }, {
574
+ limit: number | null;
575
+ jlandMapFlavor: string;
576
+ jlandMapKind: string;
577
+ waMapUrl: string | null;
578
+ }>>;
579
+ export type JLandMapList = z.infer<typeof jLandMapListSchema>;
580
+ export declare const jLandMapViewSchema: z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
581
+ id: z.ZodType<number, z.ZodTypeDef, number>;
582
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
583
+ type: z.ZodType<string, z.ZodTypeDef, string>;
584
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
585
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
586
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
587
+ }, {
588
+ title: z.ZodString;
589
+ _url: z.ZodString;
590
+ }>, {
591
+ dateCreation: z.ZodString;
592
+ dateModified: z.ZodString;
593
+ }>, {
594
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
595
+ _user: z.ZodObject<z.objectUtil.extendShape<{
596
+ id: z.ZodType<number, z.ZodTypeDef, number>;
597
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
598
+ type: z.ZodType<string, z.ZodTypeDef, string>;
599
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
600
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
601
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
602
+ }, {
603
+ title: z.ZodString;
604
+ _url: z.ZodString;
605
+ level: z.ZodNativeEnum<{
606
+ readonly ADMIN: 9;
607
+ readonly USER: 5;
608
+ readonly EXTERNAL: 3;
609
+ readonly GUEST: 0;
610
+ }>;
611
+ dateCreation: z.ZodString;
612
+ dateModified: z.ZodString;
613
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>;
614
+ _right: z.ZodObject<{
615
+ create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
616
+ read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
617
+ publish: z.ZodType<boolean, z.ZodTypeDef, boolean>;
618
+ administrate: z.ZodType<boolean, z.ZodTypeDef, boolean>;
619
+ update: z.ZodType<boolean, z.ZodTypeDef, boolean>;
620
+ delete: z.ZodType<boolean, z.ZodTypeDef, boolean>;
621
+ comment: z.ZodType<boolean, z.ZodTypeDef, boolean>;
622
+ member: z.ZodType<boolean, z.ZodTypeDef, boolean>;
623
+ }, "strip", z.ZodTypeAny, import("./common").Rights, import("./common").Rights>;
624
+ _audience: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
625
+ id: z.ZodType<number, z.ZodTypeDef, number>;
626
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
627
+ type: z.ZodType<string, z.ZodTypeDef, string>;
628
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
629
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
630
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
631
+ }, {
632
+ title: z.ZodString;
633
+ _url: z.ZodString;
634
+ level: z.ZodNativeEnum<{
635
+ readonly ADMIN: 9;
636
+ readonly USER: 5;
637
+ readonly EXTERNAL: 3;
638
+ readonly GUEST: 0;
639
+ }>;
640
+ dateCreation: z.ZodString;
641
+ dateModified: z.ZodString;
642
+ }>, "strip", z.ZodUnion<[z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodNumber, z.ZodNullable<z.ZodString>, z.ZodString, z.ZodString]>, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
643
+ id: z.ZodType<number, z.ZodTypeDef, number>;
644
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
645
+ type: z.ZodType<string, z.ZodTypeDef, string>;
646
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
647
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
648
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
649
+ }, {
650
+ title: z.ZodString;
651
+ _url: z.ZodString;
652
+ }>, {
653
+ dateCreation: z.ZodString;
654
+ dateModified: z.ZodString;
655
+ category: z.ZodNumber;
656
+ privacy: z.ZodNumber;
657
+ }>, "strip", z.ZodTypeAny, {
658
+ type: string;
659
+ id: number;
660
+ mainType: string;
661
+ uri: string;
662
+ dateCreation: string;
663
+ dateModified: string;
664
+ title: string;
665
+ _url: string;
666
+ privacy: number;
667
+ category: number;
668
+ }, {
669
+ type: string;
670
+ id: number;
671
+ mainType: string;
672
+ uri: string;
673
+ dateCreation: string;
674
+ dateModified: string;
675
+ title: string;
676
+ _url: string;
677
+ privacy: number;
678
+ category: number;
679
+ }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
680
+ id: z.ZodType<number, z.ZodTypeDef, number>;
681
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
682
+ type: z.ZodType<string, z.ZodTypeDef, string>;
683
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
684
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
685
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
686
+ }, {
687
+ title: z.ZodString;
688
+ _url: z.ZodString;
689
+ }>, {
690
+ type: z.ZodEnum<["folder", "rootFolder"]>;
691
+ folderColor: z.ZodOptional<z.ZodString>;
692
+ }>, "strip", z.ZodTypeAny, {
693
+ type: "folder" | "rootFolder";
694
+ id: number;
695
+ mainType: string;
696
+ uri: string;
697
+ title: string;
698
+ _url: string;
699
+ dateCreation?: string | undefined;
700
+ dateModified?: string | null | undefined;
701
+ folderColor?: string | undefined;
702
+ }, {
703
+ type: "folder" | "rootFolder";
704
+ id: number;
705
+ mainType: string;
706
+ uri: string;
707
+ title: string;
708
+ _url: string;
709
+ dateCreation?: string | undefined;
710
+ dateModified?: string | null | undefined;
711
+ folderColor?: string | undefined;
712
+ }>]>, "many">;
713
+ image: z.ZodOptional<z.ZodObject<{
714
+ width: z.ZodNumber;
715
+ height: z.ZodNumber;
716
+ }, "strip", z.ZodTypeAny, {
717
+ width: number;
718
+ height: number;
719
+ }, {
720
+ width: number;
721
+ height: number;
722
+ }>>;
723
+ articleWidgets: z.ZodOptional<z.ZodArray<z.ZodObject<{
724
+ title: z.ZodType<string, z.ZodTypeDef, string>;
725
+ widget: z.ZodType<({
726
+ layers?: string[] | undefined;
727
+ } & import("./widgets").WidgetApiType) | ({
728
+ layers?: string[] | undefined;
729
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
730
+ layers?: string[] | undefined;
731
+ } & import("./widgets").WidgetArticleButtonType) | ({
732
+ layers?: string[] | undefined;
733
+ } & import("./widgets").WidgetArticleGalleryType) | ({
734
+ layers?: string[] | undefined;
735
+ } & import("./widgets").WidgetArticleImageType) | ({
736
+ layers?: string[] | undefined;
737
+ } & import("./widgets").WidgetArticleTitleType) | ({
738
+ layers?: string[] | undefined;
739
+ } & import("./widgets").WidgetArticleTextType) | ({
740
+ layers?: string[] | undefined;
741
+ } & import("./widgets").WidgetArticleSliderType) | ({
742
+ layers?: string[] | undefined;
743
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
744
+ layers?: string[] | undefined;
745
+ } & import("./widgets").WidgetDatasourceTableType) | ({
746
+ layers?: string[] | undefined;
747
+ } & {
748
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
749
+ uniqid: string;
750
+ content: {
751
+ uri?: string | undefined;
752
+ limit?: number | undefined;
753
+ tableColumnsData?: {
754
+ name?: string | undefined;
755
+ label?: string | undefined;
756
+ isVisible?: boolean | undefined;
757
+ textEllipsis?: boolean | undefined;
758
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
759
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
760
+ }[] | undefined;
761
+ tableHeadColor?: string | undefined;
762
+ tableHeadTextColor?: string | undefined;
763
+ tableHeadIconColor?: string | undefined;
764
+ tableRowColor?: string | undefined;
765
+ tableRowTextColor?: string | undefined;
766
+ tableBorderRadius?: number | undefined;
767
+ tableSizedColumns?: boolean | undefined;
768
+ tableSizedColumnsWidth?: number | undefined;
769
+ };
770
+ }), z.ZodTypeDef, ({
771
+ layers?: string[] | undefined;
772
+ } & import("./widgets").WidgetApiType) | ({
773
+ layers?: string[] | undefined;
774
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
775
+ layers?: string[] | undefined;
776
+ } & import("./widgets").WidgetArticleButtonType) | ({
777
+ layers?: string[] | undefined;
778
+ } & import("./widgets").WidgetArticleGalleryType) | ({
779
+ layers?: string[] | undefined;
780
+ } & import("./widgets").WidgetArticleImageType) | ({
781
+ layers?: string[] | undefined;
782
+ } & import("./widgets").WidgetArticleTitleType) | ({
783
+ layers?: string[] | undefined;
784
+ } & import("./widgets").WidgetArticleTextType) | ({
785
+ layers?: string[] | undefined;
786
+ } & import("./widgets").WidgetArticleSliderType) | ({
787
+ layers?: string[] | undefined;
788
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
789
+ layers?: string[] | undefined;
790
+ } & import("./widgets").WidgetDatasourceTableType) | ({
791
+ layers?: string[] | undefined;
792
+ } & {
793
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
794
+ uniqid: string;
795
+ content: {
796
+ uri?: string | undefined;
797
+ limit?: number | undefined;
798
+ tableColumnsData?: {
799
+ name?: string | undefined;
800
+ label?: string | undefined;
801
+ isVisible?: boolean | undefined;
802
+ textEllipsis?: boolean | undefined;
803
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
804
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
805
+ }[] | undefined;
806
+ tableHeadColor?: string | undefined;
807
+ tableHeadTextColor?: string | undefined;
808
+ tableHeadIconColor?: string | undefined;
809
+ tableRowColor?: string | undefined;
810
+ tableRowTextColor?: string | undefined;
811
+ tableBorderRadius?: number | undefined;
812
+ tableSizedColumns?: boolean | undefined;
813
+ tableSizedColumnsWidth?: number | undefined;
814
+ };
815
+ })>;
816
+ }, "strip", z.ZodTypeAny, import("./widgets").WidgetWrapperGeneric<({
817
+ layers?: string[] | undefined;
818
+ } & import("./widgets").WidgetApiType) | ({
819
+ layers?: string[] | undefined;
820
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
821
+ layers?: string[] | undefined;
822
+ } & import("./widgets").WidgetArticleButtonType) | ({
823
+ layers?: string[] | undefined;
824
+ } & import("./widgets").WidgetArticleGalleryType) | ({
825
+ layers?: string[] | undefined;
826
+ } & import("./widgets").WidgetArticleImageType) | ({
827
+ layers?: string[] | undefined;
828
+ } & import("./widgets").WidgetArticleTitleType) | ({
829
+ layers?: string[] | undefined;
830
+ } & import("./widgets").WidgetArticleTextType) | ({
831
+ layers?: string[] | undefined;
832
+ } & import("./widgets").WidgetArticleSliderType) | ({
833
+ layers?: string[] | undefined;
834
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
835
+ layers?: string[] | undefined;
836
+ } & import("./widgets").WidgetDatasourceTableType) | ({
837
+ layers?: string[] | undefined;
838
+ } & {
839
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
840
+ uniqid: string;
841
+ content: {
842
+ uri?: string | undefined;
843
+ limit?: number | undefined;
844
+ tableColumnsData?: {
845
+ name?: string | undefined;
846
+ label?: string | undefined;
847
+ isVisible?: boolean | undefined;
848
+ textEllipsis?: boolean | undefined;
849
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
850
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
851
+ }[] | undefined;
852
+ tableHeadColor?: string | undefined;
853
+ tableHeadTextColor?: string | undefined;
854
+ tableHeadIconColor?: string | undefined;
855
+ tableRowColor?: string | undefined;
856
+ tableRowTextColor?: string | undefined;
857
+ tableBorderRadius?: number | undefined;
858
+ tableSizedColumns?: boolean | undefined;
859
+ tableSizedColumnsWidth?: number | undefined;
860
+ };
861
+ })>, import("./widgets").WidgetWrapperGeneric<({
862
+ layers?: string[] | undefined;
863
+ } & import("./widgets").WidgetApiType) | ({
864
+ layers?: string[] | undefined;
865
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
866
+ layers?: string[] | undefined;
867
+ } & import("./widgets").WidgetArticleButtonType) | ({
868
+ layers?: string[] | undefined;
869
+ } & import("./widgets").WidgetArticleGalleryType) | ({
870
+ layers?: string[] | undefined;
871
+ } & import("./widgets").WidgetArticleImageType) | ({
872
+ layers?: string[] | undefined;
873
+ } & import("./widgets").WidgetArticleTitleType) | ({
874
+ layers?: string[] | undefined;
875
+ } & import("./widgets").WidgetArticleTextType) | ({
876
+ layers?: string[] | undefined;
877
+ } & import("./widgets").WidgetArticleSliderType) | ({
878
+ layers?: string[] | undefined;
879
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
880
+ layers?: string[] | undefined;
881
+ } & import("./widgets").WidgetDatasourceTableType) | ({
882
+ layers?: string[] | undefined;
883
+ } & {
884
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
885
+ uniqid: string;
886
+ content: {
887
+ uri?: string | undefined;
888
+ limit?: number | undefined;
889
+ tableColumnsData?: {
890
+ name?: string | undefined;
891
+ label?: string | undefined;
892
+ isVisible?: boolean | undefined;
893
+ textEllipsis?: boolean | undefined;
894
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
895
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
896
+ }[] | undefined;
897
+ tableHeadColor?: string | undefined;
898
+ tableHeadTextColor?: string | undefined;
899
+ tableHeadIconColor?: string | undefined;
900
+ tableRowColor?: string | undefined;
901
+ tableRowTextColor?: string | undefined;
902
+ tableBorderRadius?: number | undefined;
903
+ tableSizedColumns?: boolean | undefined;
904
+ tableSizedColumnsWidth?: number | undefined;
905
+ };
906
+ })>>, "many">>;
907
+ }>, {
908
+ _attachedFiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
909
+ id: z.ZodType<number, z.ZodTypeDef, number>;
910
+ mainType: z.ZodType<string, z.ZodTypeDef, string>;
911
+ type: z.ZodType<string, z.ZodTypeDef, string>;
912
+ uri: z.ZodType<string, z.ZodTypeDef, string>;
913
+ dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
914
+ dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
915
+ }, {
916
+ title: z.ZodString;
917
+ _url: z.ZodString;
918
+ }>, {
919
+ dateCreation: z.ZodString;
920
+ dateModified: z.ZodNullable<z.ZodString>;
921
+ mimetype: z.ZodString;
922
+ path: z.ZodOptional<z.ZodString>;
923
+ size: z.ZodNumber;
924
+ }>, "strip", z.ZodTypeAny, {
925
+ type: string;
926
+ id: number;
927
+ mainType: string;
928
+ uri: string;
929
+ dateCreation: string;
930
+ dateModified: string | null;
931
+ title: string;
932
+ _url: string;
933
+ mimetype: string;
934
+ size: number;
935
+ path?: string | undefined;
936
+ }, {
937
+ type: string;
938
+ id: number;
939
+ mainType: string;
940
+ uri: string;
941
+ dateCreation: string;
942
+ dateModified: string | null;
943
+ title: string;
944
+ _url: string;
945
+ mimetype: string;
946
+ size: number;
947
+ path?: string | undefined;
948
+ }>, "many">;
949
+ }>, "strip", z.ZodTypeAny, {
950
+ type: string;
951
+ id: number;
952
+ mainType: string;
953
+ uri: string;
954
+ dateCreation: string;
955
+ dateModified: string;
956
+ title: string;
957
+ _url: string;
958
+ _user: import("./objectBase").jObjectBase & {
959
+ title: string;
960
+ _url: string;
961
+ } & {
962
+ [key: string]: string | number | null;
963
+ level: 0 | 3 | 5 | 9;
964
+ dateCreation: string;
965
+ dateModified: string;
966
+ };
967
+ _right: import("./common").Rights;
968
+ _audience: (import("./user").jUserLittle | {
969
+ type: string;
970
+ id: number;
971
+ mainType: string;
972
+ uri: string;
973
+ dateCreation: string;
974
+ dateModified: string;
975
+ title: string;
976
+ _url: string;
977
+ privacy: number;
978
+ category: number;
979
+ } | {
980
+ type: "folder" | "rootFolder";
981
+ id: number;
982
+ mainType: string;
983
+ uri: string;
984
+ title: string;
985
+ _url: string;
986
+ dateCreation?: string | undefined;
987
+ dateModified?: string | null | undefined;
988
+ folderColor?: string | undefined;
989
+ })[];
990
+ _attachedFiles: {
991
+ type: string;
992
+ id: number;
993
+ mainType: string;
994
+ uri: string;
995
+ dateCreation: string;
996
+ dateModified: string | null;
997
+ title: string;
998
+ _url: string;
999
+ mimetype: string;
1000
+ size: number;
1001
+ path?: string | undefined;
1002
+ }[];
1003
+ description?: string | null | undefined;
1004
+ image?: {
1005
+ width: number;
1006
+ height: number;
1007
+ } | undefined;
1008
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1009
+ layers?: string[] | undefined;
1010
+ } & import("./widgets").WidgetApiType) | ({
1011
+ layers?: string[] | undefined;
1012
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1013
+ layers?: string[] | undefined;
1014
+ } & import("./widgets").WidgetArticleButtonType) | ({
1015
+ layers?: string[] | undefined;
1016
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1017
+ layers?: string[] | undefined;
1018
+ } & import("./widgets").WidgetArticleImageType) | ({
1019
+ layers?: string[] | undefined;
1020
+ } & import("./widgets").WidgetArticleTitleType) | ({
1021
+ layers?: string[] | undefined;
1022
+ } & import("./widgets").WidgetArticleTextType) | ({
1023
+ layers?: string[] | undefined;
1024
+ } & import("./widgets").WidgetArticleSliderType) | ({
1025
+ layers?: string[] | undefined;
1026
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1027
+ layers?: string[] | undefined;
1028
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1029
+ layers?: string[] | undefined;
1030
+ } & {
1031
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1032
+ uniqid: string;
1033
+ content: {
1034
+ uri?: string | undefined;
1035
+ limit?: number | undefined;
1036
+ tableColumnsData?: {
1037
+ name?: string | undefined;
1038
+ label?: string | undefined;
1039
+ isVisible?: boolean | undefined;
1040
+ textEllipsis?: boolean | undefined;
1041
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1042
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1043
+ }[] | undefined;
1044
+ tableHeadColor?: string | undefined;
1045
+ tableHeadTextColor?: string | undefined;
1046
+ tableHeadIconColor?: string | undefined;
1047
+ tableRowColor?: string | undefined;
1048
+ tableRowTextColor?: string | undefined;
1049
+ tableBorderRadius?: number | undefined;
1050
+ tableSizedColumns?: boolean | undefined;
1051
+ tableSizedColumnsWidth?: number | undefined;
1052
+ };
1053
+ })>[] | undefined;
1054
+ }, {
1055
+ type: string;
1056
+ id: number;
1057
+ mainType: string;
1058
+ uri: string;
1059
+ dateCreation: string;
1060
+ dateModified: string;
1061
+ title: string;
1062
+ _url: string;
1063
+ _user: import("./objectBase").jObjectBase & {
1064
+ title: string;
1065
+ _url: string;
1066
+ } & {
1067
+ [key: string]: string | number | null;
1068
+ level: 0 | 3 | 5 | 9;
1069
+ dateCreation: string;
1070
+ dateModified: string;
1071
+ };
1072
+ _right: import("./common").Rights;
1073
+ _audience: (import("./user").jUserLittle | {
1074
+ type: string;
1075
+ id: number;
1076
+ mainType: string;
1077
+ uri: string;
1078
+ dateCreation: string;
1079
+ dateModified: string;
1080
+ title: string;
1081
+ _url: string;
1082
+ privacy: number;
1083
+ category: number;
1084
+ } | {
1085
+ type: "folder" | "rootFolder";
1086
+ id: number;
1087
+ mainType: string;
1088
+ uri: string;
1089
+ title: string;
1090
+ _url: string;
1091
+ dateCreation?: string | undefined;
1092
+ dateModified?: string | null | undefined;
1093
+ folderColor?: string | undefined;
1094
+ })[];
1095
+ _attachedFiles: {
1096
+ type: string;
1097
+ id: number;
1098
+ mainType: string;
1099
+ uri: string;
1100
+ dateCreation: string;
1101
+ dateModified: string | null;
1102
+ title: string;
1103
+ _url: string;
1104
+ mimetype: string;
1105
+ size: number;
1106
+ path?: string | undefined;
1107
+ }[];
1108
+ description?: string | null | undefined;
1109
+ image?: {
1110
+ width: number;
1111
+ height: number;
1112
+ } | undefined;
1113
+ articleWidgets?: import("./widgets").WidgetWrapperGeneric<({
1114
+ layers?: string[] | undefined;
1115
+ } & import("./widgets").WidgetApiType) | ({
1116
+ layers?: string[] | undefined;
1117
+ } & import("./widgets").WidgetArticleAttachmentType) | ({
1118
+ layers?: string[] | undefined;
1119
+ } & import("./widgets").WidgetArticleButtonType) | ({
1120
+ layers?: string[] | undefined;
1121
+ } & import("./widgets").WidgetArticleGalleryType) | ({
1122
+ layers?: string[] | undefined;
1123
+ } & import("./widgets").WidgetArticleImageType) | ({
1124
+ layers?: string[] | undefined;
1125
+ } & import("./widgets").WidgetArticleTitleType) | ({
1126
+ layers?: string[] | undefined;
1127
+ } & import("./widgets").WidgetArticleTextType) | ({
1128
+ layers?: string[] | undefined;
1129
+ } & import("./widgets").WidgetArticleSliderType) | ({
1130
+ layers?: string[] | undefined;
1131
+ } & import("./widgets").WidgetType<import("./widgets").WidgetCheckListContent>) | ({
1132
+ layers?: string[] | undefined;
1133
+ } & import("./widgets").WidgetDatasourceTableType) | ({
1134
+ layers?: string[] | undefined;
1135
+ } & {
1136
+ name: import("./widgets").WidgetsName.ExcelDatasourceTable;
1137
+ uniqid: string;
1138
+ content: {
1139
+ uri?: string | undefined;
1140
+ limit?: number | undefined;
1141
+ tableColumnsData?: {
1142
+ name?: string | undefined;
1143
+ label?: string | undefined;
1144
+ isVisible?: boolean | undefined;
1145
+ textEllipsis?: boolean | undefined;
1146
+ dateFormat?: "date" | "time" | "date-time" | "date-time-sec" | "time-sec" | undefined;
1147
+ numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
1148
+ }[] | undefined;
1149
+ tableHeadColor?: string | undefined;
1150
+ tableHeadTextColor?: string | undefined;
1151
+ tableHeadIconColor?: string | undefined;
1152
+ tableRowColor?: string | undefined;
1153
+ tableRowTextColor?: string | undefined;
1154
+ tableBorderRadius?: number | undefined;
1155
+ tableSizedColumns?: boolean | undefined;
1156
+ tableSizedColumnsWidth?: number | undefined;
1157
+ };
1158
+ })>[] | undefined;
1159
+ }>, z.ZodObject<{
1160
+ jlandMapKind: z.ZodString;
1161
+ jlandMapFlavor: z.ZodString;
1162
+ limit: z.ZodNullable<z.ZodNumber>;
1163
+ waMapUrl: z.ZodNullable<z.ZodString>;
1164
+ }, "strip", z.ZodTypeAny, {
1165
+ limit: number | null;
1166
+ jlandMapFlavor: string;
1167
+ jlandMapKind: string;
1168
+ waMapUrl: string | null;
1169
+ }, {
1170
+ limit: number | null;
1171
+ jlandMapFlavor: string;
1172
+ jlandMapKind: string;
1173
+ waMapUrl: string | null;
1174
+ }>>;
1175
+ export type JLandMapView = z.infer<typeof jLandMapViewSchema>;