jamespot-user-api 1.0.209 → 1.0.210

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 (96) hide show
  1. package/documentation/assets/search.js +1 -1
  2. package/documentation/classes/AdminLicenseApi.html +14 -14
  3. package/documentation/classes/AdminLogApi.html +1 -1
  4. package/documentation/classes/AdminStoreApi.html +1 -1
  5. package/documentation/classes/AdminUtilsApi.html +1 -1
  6. package/documentation/classes/JApplicationApi.html +8 -8
  7. package/documentation/classes/JArticleApi.html +1 -1
  8. package/documentation/classes/JAssetReservation.html +1 -1
  9. package/documentation/classes/JAudienceApi.html +1 -1
  10. package/documentation/classes/JBaseApi.html +1 -1
  11. package/documentation/classes/JBbbApi.html +1 -1
  12. package/documentation/classes/JBookmarkApi.html +1 -1
  13. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  14. package/documentation/classes/JCalendarApi.html +1 -1
  15. package/documentation/classes/JCommunityApi.html +1 -1
  16. package/documentation/classes/JDatasourceApi.html +1 -1
  17. package/documentation/classes/JDiapazoneApi.html +1 -1
  18. package/documentation/classes/JExternalAppApi.html +1 -1
  19. package/documentation/classes/JFaqApi.html +1 -1
  20. package/documentation/classes/JFileApi.html +5 -5
  21. package/documentation/classes/JFilebankApi.html +1 -1
  22. package/documentation/classes/JGlobalApi.html +1 -1
  23. package/documentation/classes/JGroupApi.html +14 -14
  24. package/documentation/classes/JIAApi.html +1 -1
  25. package/documentation/classes/JLandApi.html +1 -1
  26. package/documentation/classes/JModuleApi.html +1 -1
  27. package/documentation/classes/JObjectApi.html +1 -1
  28. package/documentation/classes/JSearchApi.html +6 -6
  29. package/documentation/classes/JShareApi.html +1 -1
  30. package/documentation/classes/JSocialActionApi.html +1 -1
  31. package/documentation/classes/JTaxonomyApi.html +2 -2
  32. package/documentation/classes/JUserApi.html +7 -7
  33. package/documentation/classes/JWedocApi.html +1 -1
  34. package/documentation/classes/JWidgetApi.html +1 -1
  35. package/documentation/classes/JamespotUserApi.html +1 -1
  36. package/documentation/classes/JitsiApi.html +1 -1
  37. package/documentation/classes/Network.html +1 -1
  38. package/documentation/classes/TVDisplayApi.html +1 -1
  39. package/documentation/classes/WindowBrowser.html +1 -1
  40. package/documentation/enums/BookmarkType.html +1 -1
  41. package/documentation/enums/Format.html +1 -1
  42. package/documentation/enums/GroupModerateStatus.html +1 -1
  43. package/documentation/enums/GroupPrivacy.html +1 -0
  44. package/documentation/enums/StudioApplicationStatus.html +1 -1
  45. package/documentation/enums/WidgetsName.html +1 -1
  46. package/documentation/index.html +1 -1
  47. package/documentation/interfaces/AccessRightObject.html +1 -1
  48. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  49. package/documentation/interfaces/ApiWrapper.html +1 -1
  50. package/documentation/interfaces/BaseMessage.html +1 -1
  51. package/documentation/interfaces/FileBankProps.html +1 -1
  52. package/documentation/interfaces/FolderProps.html +1 -1
  53. package/documentation/interfaces/ListFilterSpec.html +1 -1
  54. package/documentation/interfaces/OF.html +1 -1
  55. package/documentation/interfaces/PagingResults.html +1 -1
  56. package/documentation/interfaces/RootFolderProps.html +1 -1
  57. package/documentation/interfaces/SpotProps.html +1 -1
  58. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  59. package/documentation/interfaces/WidgetType.html +1 -1
  60. package/documentation/interfaces/WindowInterface.html +1 -1
  61. package/documentation/modules.html +11 -11
  62. package/lib/jamespot-user-api.js +1 -1
  63. package/lib/jamespot-user-api.js.map +1 -1
  64. package/lib/src/apis/application/types.d.ts +9 -2
  65. package/lib/src/apis/group/group.d.ts +6 -6
  66. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +10 -10
  67. package/lib/src/types/article.d.ts +60 -60
  68. package/lib/src/types/asei.d.ts +10 -10
  69. package/lib/src/types/assetReservation.d.ts +30 -30
  70. package/lib/src/types/bookmark.d.ts +12 -12
  71. package/lib/src/types/businessContact.d.ts +5 -5
  72. package/lib/src/types/calendar.d.ts +1 -1
  73. package/lib/src/types/comment.d.ts +2 -2
  74. package/lib/src/types/diapazone.d.ts +7 -7
  75. package/lib/src/types/faq.d.ts +37 -37
  76. package/lib/src/types/group.d.ts +24 -12
  77. package/lib/src/types/jLand.d.ts +12 -12
  78. package/lib/src/types/mediaLibrary.d.ts +5 -5
  79. package/lib/src/types/meeting.d.ts +22 -22
  80. package/lib/src/types/object.d.ts +5 -5
  81. package/lib/src/types/pollSurvey.d.ts +21 -21
  82. package/lib/src/types/quizz.d.ts +21 -21
  83. package/lib/src/types/share.d.ts +12 -12
  84. package/lib/src/types/socialEvent.d.ts +22 -22
  85. package/lib/src/types/support.d.ts +23 -23
  86. package/lib/src/types/surveyDate.d.ts +21 -21
  87. package/lib/src/types/tinymce.d.ts +12 -0
  88. package/lib/src/types/tvDisplay.d.ts +231 -231
  89. package/lib/src/types/user.d.ts +5 -5
  90. package/lib/src/types/wedoc.d.ts +2 -2
  91. package/lib/src/types/widgets/widgetPresence.d.ts +3 -3
  92. package/lib/src/types/widgets/widgetQuickSurvey.d.ts +3 -3
  93. package/lib/src/types/widgets.d.ts +116 -166
  94. package/lib/src/util/meeting.d.ts +2 -2
  95. package/lib/src/util/socialEvent.d.ts +2 -2
  96. package/package.json +1 -1
@@ -31,7 +31,7 @@ export declare const jUserLittleSchema: z.ZodObject<z.objectUtil.extendShape<{
31
31
  }>;
32
32
  dateCreation: z.ZodString;
33
33
  dateModified: z.ZodString;
34
- }>, "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]>, jUserLittle, jUserLittle>;
34
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>;
35
35
  export type jUserList = jUserLittle & {
36
36
  active: number;
37
37
  };
@@ -213,7 +213,7 @@ export declare const jUserValuesSchema: z.ZodObject<z.objectUtil.extendShape<{
213
213
  }>;
214
214
  dateCreation: z.ZodString;
215
215
  dateModified: z.ZodString;
216
- }>, "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]>, jUserLittle, jUserLittle>, "many">>;
216
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
217
217
  businessNetworkingUserToCompanySrc: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
218
218
  id: z.ZodType<number, z.ZodTypeDef, number>;
219
219
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -232,7 +232,7 @@ export declare const jUserValuesSchema: z.ZodObject<z.objectUtil.extendShape<{
232
232
  }>;
233
233
  dateCreation: z.ZodString;
234
234
  dateModified: z.ZodString;
235
- }>, "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]>, jUserLittle, jUserLittle>, "many">>;
235
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
236
236
  }>, "strip", z.ZodTypeAny, {
237
237
  function: string;
238
238
  title: string;
@@ -382,7 +382,7 @@ export declare const userValuesSchema: z.ZodObject<{
382
382
  }>;
383
383
  dateCreation: z.ZodString;
384
384
  dateModified: z.ZodString;
385
- }>, "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]>, jUserLittle, jUserLittle>, "many">>;
385
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
386
386
  businessNetworkingUserToCompanySrc: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
387
387
  id: z.ZodType<number, z.ZodTypeDef, number>;
388
388
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -401,7 +401,7 @@ export declare const userValuesSchema: z.ZodObject<{
401
401
  }>;
402
402
  dateCreation: z.ZodString;
403
403
  dateModified: z.ZodString;
404
- }>, "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]>, jUserLittle, jUserLittle>, "many">>;
404
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>, "many">>;
405
405
  }>, "strip", z.ZodTypeAny, {
406
406
  function: string;
407
407
  title: string;
@@ -133,7 +133,7 @@ export declare const wedocFileTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
133
133
  }>;
134
134
  dateCreation: z.ZodString;
135
135
  dateModified: z.ZodString;
136
- }>, "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>;
136
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
137
137
  }>, "strip", z.ZodTypeAny, {
138
138
  type: string;
139
139
  id: number;
@@ -356,7 +356,7 @@ export declare const wedocQueryResultsSchema: z.ZodObject<{
356
356
  }>;
357
357
  dateCreation: z.ZodString;
358
358
  dateModified: z.ZodString;
359
- }>, "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>;
359
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
360
360
  }>, "strip", z.ZodTypeAny, {
361
361
  type: string;
362
362
  id: number;
@@ -87,7 +87,7 @@ export declare const widgetPresenceResponseSchema: z.ZodObject<{
87
87
  }>;
88
88
  dateCreation: z.ZodString;
89
89
  dateModified: z.ZodString;
90
- }>, "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>, "many">;
90
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
91
91
  userUnavailableList: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
92
92
  id: z.ZodType<number, z.ZodTypeDef, number>;
93
93
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -106,7 +106,7 @@ export declare const widgetPresenceResponseSchema: z.ZodObject<{
106
106
  }>;
107
107
  dateCreation: z.ZodString;
108
108
  dateModified: z.ZodString;
109
- }>, "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>, "many">;
109
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
110
110
  userAvailableTotal: z.ZodNumber;
111
111
  userUnavailableTotal: z.ZodNumber;
112
112
  }, "strip", z.ZodTypeAny, {
@@ -149,7 +149,7 @@ export declare const WidgetPresenceResponseUserListSchema: z.ZodObject<{
149
149
  }>;
150
150
  dateCreation: z.ZodString;
151
151
  dateModified: z.ZodString;
152
- }>, "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>, "many">;
152
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
153
153
  cnt: z.ZodNumber;
154
154
  page: z.ZodNumber;
155
155
  limit: z.ZodNumber;
@@ -172,7 +172,7 @@ declare const ResponseSchema: z.ZodArray<z.ZodObject<{
172
172
  }>;
173
173
  dateCreation: z.ZodString;
174
174
  dateModified: z.ZodString;
175
- }>, "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>, "many">;
175
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
176
176
  counter: z.ZodNumber;
177
177
  }, "strip", z.ZodTypeAny, {
178
178
  userList: import("../user").jUserLittle[];
@@ -204,7 +204,7 @@ export declare const WidgetQuickSurveyResponseSchema: z.ZodObject<{
204
204
  }>;
205
205
  dateCreation: z.ZodString;
206
206
  dateModified: z.ZodString;
207
- }>, "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>, "many">;
207
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
208
208
  counter: z.ZodNumber;
209
209
  }, "strip", z.ZodTypeAny, {
210
210
  userList: import("../user").jUserLittle[];
@@ -251,7 +251,7 @@ export declare const WidgetQuickSurveyResponseUserListSchema: z.ZodObject<{
251
251
  }>;
252
252
  dateCreation: z.ZodString;
253
253
  dateModified: z.ZodString;
254
- }>, "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>, "many">;
254
+ }>, "strip", z.ZodTypeAny, import("../user").jUserLittle, import("../user").jUserLittle>, "many">;
255
255
  cnt: z.ZodNumber;
256
256
  page: z.ZodNumber;
257
257
  limit: z.ZodNumber;
@@ -1916,7 +1916,7 @@ export declare const widgetCheckListContentArrForFrontSchema: z.ZodObject<{
1916
1916
  }>;
1917
1917
  dateCreation: z.ZodString;
1918
1918
  dateModified: z.ZodString;
1919
- }>, "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>>;
1919
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
1920
1920
  }, "strip", z.ZodTypeAny, {
1921
1921
  text: string;
1922
1922
  value?: boolean | undefined;
@@ -1976,7 +1976,7 @@ export declare const widgetCheckListContentForFrontSchema: z.ZodObject<{
1976
1976
  }>;
1977
1977
  dateCreation: z.ZodString;
1978
1978
  dateModified: z.ZodString;
1979
- }>, "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>>;
1979
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
1980
1980
  }, "strip", z.ZodTypeAny, {
1981
1981
  text: string;
1982
1982
  value?: boolean | undefined;
@@ -2069,7 +2069,7 @@ export declare const widgetArticleCheckListTypeForFrontSchema: z.ZodObject<{
2069
2069
  }>;
2070
2070
  dateCreation: z.ZodString;
2071
2071
  dateModified: z.ZodString;
2072
- }>, "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>>;
2072
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>>;
2073
2073
  }, "strip", z.ZodTypeAny, {
2074
2074
  text: string;
2075
2075
  value?: boolean | undefined;
@@ -2871,37 +2871,27 @@ export declare const widgetsStateSchema: z.ZodObject<{
2871
2871
  }>>;
2872
2872
  dateCreation: z.ZodOptional<z.ZodString>;
2873
2873
  dateModified: z.ZodOptional<z.ZodString>;
2874
- }, "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]>, z.objectOutputType<{
2875
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
2876
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2877
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2878
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2879
- title: z.ZodOptional<z.ZodString>;
2880
- _url: z.ZodOptional<z.ZodString>;
2881
- level: z.ZodOptional<z.ZodNativeEnum<{
2882
- readonly ADMIN: 9;
2883
- readonly USER: 5;
2884
- readonly EXTERNAL: 3;
2885
- readonly GUEST: 0;
2886
- }>>;
2887
- dateCreation: z.ZodOptional<z.ZodString>;
2888
- dateModified: z.ZodOptional<z.ZodString>;
2889
- }, 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]>, "strip">, z.objectInputType<{
2890
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
2891
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2892
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2893
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
2894
- title: z.ZodOptional<z.ZodString>;
2895
- _url: z.ZodOptional<z.ZodString>;
2896
- level: z.ZodOptional<z.ZodNativeEnum<{
2897
- readonly ADMIN: 9;
2898
- readonly USER: 5;
2899
- readonly EXTERNAL: 3;
2900
- readonly GUEST: 0;
2901
- }>>;
2902
- dateCreation: z.ZodOptional<z.ZodString>;
2903
- dateModified: z.ZodOptional<z.ZodString>;
2904
- }, 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]>, "strip">>>;
2874
+ }, "strip", z.ZodTypeAny, {
2875
+ type?: string | undefined;
2876
+ id?: number | undefined;
2877
+ mainType?: string | undefined;
2878
+ uri?: string | undefined;
2879
+ dateCreation?: string | undefined;
2880
+ dateModified?: string | undefined;
2881
+ title?: string | undefined;
2882
+ _url?: string | undefined;
2883
+ level?: 0 | 3 | 5 | 9 | undefined;
2884
+ }, {
2885
+ type?: string | undefined;
2886
+ id?: number | undefined;
2887
+ mainType?: string | undefined;
2888
+ uri?: string | undefined;
2889
+ dateCreation?: string | undefined;
2890
+ dateModified?: string | undefined;
2891
+ title?: string | undefined;
2892
+ _url?: string | undefined;
2893
+ level?: 0 | 3 | 5 | 9 | undefined;
2894
+ }>>;
2905
2895
  flushedWidgets: z.ZodArray<z.ZodString, "many">;
2906
2896
  rtObjectStack: z.ZodArray<z.ZodObject<{
2907
2897
  uniqid: z.ZodString;
@@ -3074,22 +3064,17 @@ export declare const widgetsStateSchema: z.ZodObject<{
3074
3064
  _url?: string | undefined;
3075
3065
  }>;
3076
3066
  widgetObjectRights: Record<string, import("./common").Rights>;
3077
- widgetAuthor: Record<string, z.objectOutputType<{
3078
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
3079
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3080
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3081
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3082
- title: z.ZodOptional<z.ZodString>;
3083
- _url: z.ZodOptional<z.ZodString>;
3084
- level: z.ZodOptional<z.ZodNativeEnum<{
3085
- readonly ADMIN: 9;
3086
- readonly USER: 5;
3087
- readonly EXTERNAL: 3;
3088
- readonly GUEST: 0;
3089
- }>>;
3090
- dateCreation: z.ZodOptional<z.ZodString>;
3091
- dateModified: z.ZodOptional<z.ZodString>;
3092
- }, 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]>, "strip">>;
3067
+ widgetAuthor: Record<string, {
3068
+ type?: string | undefined;
3069
+ id?: number | undefined;
3070
+ mainType?: string | undefined;
3071
+ uri?: string | undefined;
3072
+ dateCreation?: string | undefined;
3073
+ dateModified?: string | undefined;
3074
+ title?: string | undefined;
3075
+ _url?: string | undefined;
3076
+ level?: 0 | 3 | 5 | 9 | undefined;
3077
+ }>;
3093
3078
  flushedWidgets: string[];
3094
3079
  rtObjectStack: {
3095
3080
  object: import("./objectBase").jObjectBase & {
@@ -3247,22 +3232,17 @@ export declare const widgetsStateSchema: z.ZodObject<{
3247
3232
  _url?: string | undefined;
3248
3233
  }>;
3249
3234
  widgetObjectRights: Record<string, import("./common").Rights>;
3250
- widgetAuthor: Record<string, z.objectInputType<{
3251
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
3252
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3253
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3254
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3255
- title: z.ZodOptional<z.ZodString>;
3256
- _url: z.ZodOptional<z.ZodString>;
3257
- level: z.ZodOptional<z.ZodNativeEnum<{
3258
- readonly ADMIN: 9;
3259
- readonly USER: 5;
3260
- readonly EXTERNAL: 3;
3261
- readonly GUEST: 0;
3262
- }>>;
3263
- dateCreation: z.ZodOptional<z.ZodString>;
3264
- dateModified: z.ZodOptional<z.ZodString>;
3265
- }, 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]>, "strip">>;
3235
+ widgetAuthor: Record<string, {
3236
+ type?: string | undefined;
3237
+ id?: number | undefined;
3238
+ mainType?: string | undefined;
3239
+ uri?: string | undefined;
3240
+ dateCreation?: string | undefined;
3241
+ dateModified?: string | undefined;
3242
+ title?: string | undefined;
3243
+ _url?: string | undefined;
3244
+ level?: 0 | 3 | 5 | 9 | undefined;
3245
+ }>;
3266
3246
  flushedWidgets: string[];
3267
3247
  rtObjectStack: {
3268
3248
  object: import("./objectBase").jObjectBase & {
@@ -3947,37 +3927,27 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
3947
3927
  }>>;
3948
3928
  dateCreation: z.ZodOptional<z.ZodString>;
3949
3929
  dateModified: z.ZodOptional<z.ZodString>;
3950
- }, "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]>, z.objectOutputType<{
3951
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
3952
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3953
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3954
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3955
- title: z.ZodOptional<z.ZodString>;
3956
- _url: z.ZodOptional<z.ZodString>;
3957
- level: z.ZodOptional<z.ZodNativeEnum<{
3958
- readonly ADMIN: 9;
3959
- readonly USER: 5;
3960
- readonly EXTERNAL: 3;
3961
- readonly GUEST: 0;
3962
- }>>;
3963
- dateCreation: z.ZodOptional<z.ZodString>;
3964
- dateModified: z.ZodOptional<z.ZodString>;
3965
- }, 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]>, "strip">, z.objectInputType<{
3966
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
3967
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3968
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3969
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
3970
- title: z.ZodOptional<z.ZodString>;
3971
- _url: z.ZodOptional<z.ZodString>;
3972
- level: z.ZodOptional<z.ZodNativeEnum<{
3973
- readonly ADMIN: 9;
3974
- readonly USER: 5;
3975
- readonly EXTERNAL: 3;
3976
- readonly GUEST: 0;
3977
- }>>;
3978
- dateCreation: z.ZodOptional<z.ZodString>;
3979
- dateModified: z.ZodOptional<z.ZodString>;
3980
- }, 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]>, "strip">>>;
3930
+ }, "strip", z.ZodTypeAny, {
3931
+ type?: string | undefined;
3932
+ id?: number | undefined;
3933
+ mainType?: string | undefined;
3934
+ uri?: string | undefined;
3935
+ dateCreation?: string | undefined;
3936
+ dateModified?: string | undefined;
3937
+ title?: string | undefined;
3938
+ _url?: string | undefined;
3939
+ level?: 0 | 3 | 5 | 9 | undefined;
3940
+ }, {
3941
+ type?: string | undefined;
3942
+ id?: number | undefined;
3943
+ mainType?: string | undefined;
3944
+ uri?: string | undefined;
3945
+ dateCreation?: string | undefined;
3946
+ dateModified?: string | undefined;
3947
+ title?: string | undefined;
3948
+ _url?: string | undefined;
3949
+ level?: 0 | 3 | 5 | 9 | undefined;
3950
+ }>>;
3981
3951
  flushedWidgets: z.ZodArray<z.ZodString, "many">;
3982
3952
  rtObjectStack: z.ZodArray<z.ZodObject<{
3983
3953
  uniqid: z.ZodString;
@@ -4150,22 +4120,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
4150
4120
  _url?: string | undefined;
4151
4121
  }>;
4152
4122
  widgetObjectRights: Record<string, import("./common").Rights>;
4153
- widgetAuthor: Record<string, z.objectOutputType<{
4154
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
4155
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4156
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4157
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4158
- title: z.ZodOptional<z.ZodString>;
4159
- _url: z.ZodOptional<z.ZodString>;
4160
- level: z.ZodOptional<z.ZodNativeEnum<{
4161
- readonly ADMIN: 9;
4162
- readonly USER: 5;
4163
- readonly EXTERNAL: 3;
4164
- readonly GUEST: 0;
4165
- }>>;
4166
- dateCreation: z.ZodOptional<z.ZodString>;
4167
- dateModified: z.ZodOptional<z.ZodString>;
4168
- }, 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]>, "strip">>;
4123
+ widgetAuthor: Record<string, {
4124
+ type?: string | undefined;
4125
+ id?: number | undefined;
4126
+ mainType?: string | undefined;
4127
+ uri?: string | undefined;
4128
+ dateCreation?: string | undefined;
4129
+ dateModified?: string | undefined;
4130
+ title?: string | undefined;
4131
+ _url?: string | undefined;
4132
+ level?: 0 | 3 | 5 | 9 | undefined;
4133
+ }>;
4169
4134
  flushedWidgets: string[];
4170
4135
  rtObjectStack: {
4171
4136
  object: import("./objectBase").jObjectBase & {
@@ -4323,22 +4288,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
4323
4288
  _url?: string | undefined;
4324
4289
  }>;
4325
4290
  widgetObjectRights: Record<string, import("./common").Rights>;
4326
- widgetAuthor: Record<string, z.objectInputType<{
4327
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
4328
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4329
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4330
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4331
- title: z.ZodOptional<z.ZodString>;
4332
- _url: z.ZodOptional<z.ZodString>;
4333
- level: z.ZodOptional<z.ZodNativeEnum<{
4334
- readonly ADMIN: 9;
4335
- readonly USER: 5;
4336
- readonly EXTERNAL: 3;
4337
- readonly GUEST: 0;
4338
- }>>;
4339
- dateCreation: z.ZodOptional<z.ZodString>;
4340
- dateModified: z.ZodOptional<z.ZodString>;
4341
- }, 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]>, "strip">>;
4291
+ widgetAuthor: Record<string, {
4292
+ type?: string | undefined;
4293
+ id?: number | undefined;
4294
+ mainType?: string | undefined;
4295
+ uri?: string | undefined;
4296
+ dateCreation?: string | undefined;
4297
+ dateModified?: string | undefined;
4298
+ title?: string | undefined;
4299
+ _url?: string | undefined;
4300
+ level?: 0 | 3 | 5 | 9 | undefined;
4301
+ }>;
4342
4302
  flushedWidgets: string[];
4343
4303
  rtObjectStack: {
4344
4304
  object: import("./objectBase").jObjectBase & {
@@ -4498,22 +4458,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
4498
4458
  _url?: string | undefined;
4499
4459
  }>;
4500
4460
  widgetObjectRights: Record<string, import("./common").Rights>;
4501
- widgetAuthor: Record<string, z.objectOutputType<{
4502
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
4503
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4504
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4505
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4506
- title: z.ZodOptional<z.ZodString>;
4507
- _url: z.ZodOptional<z.ZodString>;
4508
- level: z.ZodOptional<z.ZodNativeEnum<{
4509
- readonly ADMIN: 9;
4510
- readonly USER: 5;
4511
- readonly EXTERNAL: 3;
4512
- readonly GUEST: 0;
4513
- }>>;
4514
- dateCreation: z.ZodOptional<z.ZodString>;
4515
- dateModified: z.ZodOptional<z.ZodString>;
4516
- }, 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]>, "strip">>;
4461
+ widgetAuthor: Record<string, {
4462
+ type?: string | undefined;
4463
+ id?: number | undefined;
4464
+ mainType?: string | undefined;
4465
+ uri?: string | undefined;
4466
+ dateCreation?: string | undefined;
4467
+ dateModified?: string | undefined;
4468
+ title?: string | undefined;
4469
+ _url?: string | undefined;
4470
+ level?: 0 | 3 | 5 | 9 | undefined;
4471
+ }>;
4517
4472
  flushedWidgets: string[];
4518
4473
  rtObjectStack: {
4519
4474
  object: import("./objectBase").jObjectBase & {
@@ -4673,22 +4628,17 @@ export declare const widgetsRootStateSchema: z.ZodObject<{
4673
4628
  _url?: string | undefined;
4674
4629
  }>;
4675
4630
  widgetObjectRights: Record<string, import("./common").Rights>;
4676
- widgetAuthor: Record<string, z.objectInputType<{
4677
- id: z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>;
4678
- mainType: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4679
- type: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4680
- uri: z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>;
4681
- title: z.ZodOptional<z.ZodString>;
4682
- _url: z.ZodOptional<z.ZodString>;
4683
- level: z.ZodOptional<z.ZodNativeEnum<{
4684
- readonly ADMIN: 9;
4685
- readonly USER: 5;
4686
- readonly EXTERNAL: 3;
4687
- readonly GUEST: 0;
4688
- }>>;
4689
- dateCreation: z.ZodOptional<z.ZodString>;
4690
- dateModified: z.ZodOptional<z.ZodString>;
4691
- }, 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]>, "strip">>;
4631
+ widgetAuthor: Record<string, {
4632
+ type?: string | undefined;
4633
+ id?: number | undefined;
4634
+ mainType?: string | undefined;
4635
+ uri?: string | undefined;
4636
+ dateCreation?: string | undefined;
4637
+ dateModified?: string | undefined;
4638
+ title?: string | undefined;
4639
+ _url?: string | undefined;
4640
+ level?: 0 | 3 | 5 | 9 | undefined;
4641
+ }>;
4692
4642
  flushedWidgets: string[];
4693
4643
  rtObjectStack: {
4694
4644
  object: import("./objectBase").jObjectBase & {
@@ -4740,7 +4690,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4740
4690
  }>;
4741
4691
  dateCreation: z.ZodString;
4742
4692
  dateModified: z.ZodString;
4743
- }>, "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>;
4693
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
4744
4694
  _right: z.ZodObject<{
4745
4695
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
4746
4696
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -4769,7 +4719,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4769
4719
  }>;
4770
4720
  dateCreation: z.ZodString;
4771
4721
  dateModified: z.ZodString;
4772
- }>, "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<{
4722
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4773
4723
  id: z.ZodType<number, z.ZodTypeDef, number>;
4774
4724
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
4775
4725
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -4783,7 +4733,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4783
4733
  dateCreation: z.ZodString;
4784
4734
  dateModified: z.ZodString;
4785
4735
  category: z.ZodNumber;
4786
- privacy: z.ZodNumber;
4736
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
4787
4737
  }>, "strip", z.ZodTypeAny, {
4788
4738
  type: string;
4789
4739
  id: number;
@@ -4793,7 +4743,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4793
4743
  dateModified: string;
4794
4744
  title: string;
4795
4745
  _url: string;
4796
- privacy: number;
4746
+ privacy: import("./group").GroupPrivacy;
4797
4747
  category: number;
4798
4748
  }, {
4799
4749
  type: string;
@@ -4804,7 +4754,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
4804
4754
  dateModified: string;
4805
4755
  title: string;
4806
4756
  _url: string;
4807
- privacy: number;
4757
+ privacy: import("./group").GroupPrivacy;
4808
4758
  category: number;
4809
4759
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
4810
4760
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -26,7 +26,7 @@ export declare const ensureIsViewMeeting: (o: unknown) => o is {
26
26
  dateModified: string;
27
27
  title: string;
28
28
  _url: string;
29
- privacy: number;
29
+ privacy: import("..").GroupPrivacy;
30
30
  category: number;
31
31
  } | {
32
32
  type: "folder" | "rootFolder";
@@ -141,7 +141,7 @@ export declare const ensureIsViewMeeting: (o: unknown) => o is {
141
141
  dateModified: string;
142
142
  title: string;
143
143
  _url: string;
144
- privacy: number;
144
+ privacy: import("..").GroupPrivacy;
145
145
  category: number;
146
146
  } | {
147
147
  type: "folder" | "rootFolder";
@@ -26,7 +26,7 @@ export declare const ensureIsViewEvent: (o: unknown) => o is {
26
26
  dateModified: string;
27
27
  title: string;
28
28
  _url: string;
29
- privacy: number;
29
+ privacy: import("..").GroupPrivacy;
30
30
  category: number;
31
31
  } | {
32
32
  type: "folder" | "rootFolder";
@@ -141,7 +141,7 @@ export declare const ensureIsViewEvent: (o: unknown) => o is {
141
141
  dateModified: string;
142
142
  title: string;
143
143
  _url: string;
144
- privacy: number;
144
+ privacy: import("..").GroupPrivacy;
145
145
  category: number;
146
146
  } | {
147
147
  type: "folder" | "rootFolder";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.209",
3
+ "version": "1.0.210",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {