jamespot-user-api 1.0.208 → 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 (99) 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 +16 -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 +104 -6
  66. package/lib/src/apis/group/group.mock.d.ts +2 -1
  67. package/lib/src/apis/tvDisplay/tvDisplay.d.ts +10 -10
  68. package/lib/src/types/article.d.ts +60 -60
  69. package/lib/src/types/asei.d.ts +10 -10
  70. package/lib/src/types/assetReservation.d.ts +30 -30
  71. package/lib/src/types/bookmark.d.ts +12 -12
  72. package/lib/src/types/businessContact.d.ts +5 -5
  73. package/lib/src/types/calendar.d.ts +1 -1
  74. package/lib/src/types/comment.d.ts +2 -2
  75. package/lib/src/types/diapazone.d.ts +7 -7
  76. package/lib/src/types/faq.d.ts +37 -37
  77. package/lib/src/types/group.d.ts +60 -12
  78. package/lib/src/types/jLand.d.ts +12 -12
  79. package/lib/src/types/mediaLibrary.d.ts +5 -5
  80. package/lib/src/types/meeting.d.ts +22 -22
  81. package/lib/src/types/object.d.ts +5 -5
  82. package/lib/src/types/pollSurvey.d.ts +21 -21
  83. package/lib/src/types/quizz.d.ts +21 -21
  84. package/lib/src/types/share.d.ts +12 -12
  85. package/lib/src/types/socialEvent.d.ts +22 -22
  86. package/lib/src/types/support.d.ts +23 -23
  87. package/lib/src/types/surveyDate.d.ts +21 -21
  88. package/lib/src/types/tinymce.d.ts +12 -0
  89. package/lib/src/types/tvDisplay.d.ts +231 -231
  90. package/lib/src/types/user.d.ts +5 -5
  91. package/lib/src/types/wedoc.d.ts +2 -2
  92. package/lib/src/types/widgets/widgetPresence.d.ts +3 -3
  93. package/lib/src/types/widgets/widgetQuickSurvey.d.ts +3 -3
  94. package/lib/src/types/widgets.d.ts +116 -166
  95. package/lib/src/util/group.d.ts +1 -0
  96. package/lib/src/util/meeting.d.ts +2 -2
  97. package/lib/src/util/socialEvent.d.ts +2 -2
  98. package/package.json +1 -1
  99. package/phpunitMock/spotGetWidgets-default.json +10 -0
@@ -68,7 +68,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
68
68
  }>;
69
69
  dateCreation: z.ZodString;
70
70
  dateModified: z.ZodString;
71
- }>, "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>;
71
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
72
72
  _right: z.ZodObject<{
73
73
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
74
74
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -97,7 +97,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
97
97
  }>;
98
98
  dateCreation: z.ZodString;
99
99
  dateModified: z.ZodString;
100
- }>, "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<{
100
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
101
101
  id: z.ZodType<number, z.ZodTypeDef, number>;
102
102
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
103
103
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -111,7 +111,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
111
111
  dateCreation: z.ZodString;
112
112
  dateModified: z.ZodString;
113
113
  category: z.ZodNumber;
114
- privacy: z.ZodNumber;
114
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
115
115
  }>, "strip", z.ZodTypeAny, {
116
116
  type: string;
117
117
  id: number;
@@ -121,7 +121,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
121
121
  dateModified: string;
122
122
  title: string;
123
123
  _url: string;
124
- privacy: number;
124
+ privacy: import("./group").GroupPrivacy;
125
125
  category: number;
126
126
  }, {
127
127
  type: string;
@@ -132,7 +132,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
132
132
  dateModified: string;
133
133
  title: string;
134
134
  _url: string;
135
- privacy: number;
135
+ privacy: import("./group").GroupPrivacy;
136
136
  category: number;
137
137
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
138
138
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -421,7 +421,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
421
421
  dateModified: string;
422
422
  title: string;
423
423
  _url: string;
424
- privacy: number;
424
+ privacy: import("./group").GroupPrivacy;
425
425
  category: number;
426
426
  } | {
427
427
  type: "folder" | "rootFolder";
@@ -522,7 +522,7 @@ export declare const bookableAssetListSchema: z.ZodObject<z.objectUtil.extendSha
522
522
  dateModified: string;
523
523
  title: string;
524
524
  _url: string;
525
- privacy: number;
525
+ privacy: import("./group").GroupPrivacy;
526
526
  category: number;
527
527
  } | {
528
528
  type: "folder" | "rootFolder";
@@ -630,7 +630,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
630
630
  }>;
631
631
  dateCreation: z.ZodString;
632
632
  dateModified: z.ZodString;
633
- }>, "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>;
633
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
634
634
  _right: z.ZodObject<{
635
635
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
636
636
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -659,7 +659,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
659
659
  }>;
660
660
  dateCreation: z.ZodString;
661
661
  dateModified: z.ZodString;
662
- }>, "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<{
662
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
663
663
  id: z.ZodType<number, z.ZodTypeDef, number>;
664
664
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
665
665
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -673,7 +673,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
673
673
  dateCreation: z.ZodString;
674
674
  dateModified: z.ZodString;
675
675
  category: z.ZodNumber;
676
- privacy: z.ZodNumber;
676
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
677
677
  }>, "strip", z.ZodTypeAny, {
678
678
  type: string;
679
679
  id: number;
@@ -683,7 +683,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
683
683
  dateModified: string;
684
684
  title: string;
685
685
  _url: string;
686
- privacy: number;
686
+ privacy: import("./group").GroupPrivacy;
687
687
  category: number;
688
688
  }, {
689
689
  type: string;
@@ -694,7 +694,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
694
694
  dateModified: string;
695
695
  title: string;
696
696
  _url: string;
697
- privacy: number;
697
+ privacy: import("./group").GroupPrivacy;
698
698
  category: number;
699
699
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
700
700
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -997,7 +997,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
997
997
  dateModified: string;
998
998
  title: string;
999
999
  _url: string;
1000
- privacy: number;
1000
+ privacy: import("./group").GroupPrivacy;
1001
1001
  category: number;
1002
1002
  } | {
1003
1003
  type: "folder" | "rootFolder";
@@ -1103,7 +1103,7 @@ export declare const bookableAssetViewSchema: z.ZodObject<z.objectUtil.extendSha
1103
1103
  dateModified: string;
1104
1104
  title: string;
1105
1105
  _url: string;
1106
- privacy: number;
1106
+ privacy: import("./group").GroupPrivacy;
1107
1107
  category: number;
1108
1108
  } | {
1109
1109
  type: "folder" | "rootFolder";
@@ -1216,7 +1216,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1216
1216
  }>;
1217
1217
  dateCreation: z.ZodString;
1218
1218
  dateModified: z.ZodString;
1219
- }>, "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>;
1219
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
1220
1220
  _right: z.ZodObject<{
1221
1221
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1222
1222
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -1245,7 +1245,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1245
1245
  }>;
1246
1246
  dateCreation: z.ZodString;
1247
1247
  dateModified: z.ZodString;
1248
- }>, "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<{
1248
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1249
1249
  id: z.ZodType<number, z.ZodTypeDef, number>;
1250
1250
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
1251
1251
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1259,7 +1259,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1259
1259
  dateCreation: z.ZodString;
1260
1260
  dateModified: z.ZodString;
1261
1261
  category: z.ZodNumber;
1262
- privacy: z.ZodNumber;
1262
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
1263
1263
  }>, "strip", z.ZodTypeAny, {
1264
1264
  type: string;
1265
1265
  id: number;
@@ -1269,7 +1269,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1269
1269
  dateModified: string;
1270
1270
  title: string;
1271
1271
  _url: string;
1272
- privacy: number;
1272
+ privacy: import("./group").GroupPrivacy;
1273
1273
  category: number;
1274
1274
  }, {
1275
1275
  type: string;
@@ -1280,7 +1280,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1280
1280
  dateModified: string;
1281
1281
  title: string;
1282
1282
  _url: string;
1283
- privacy: number;
1283
+ privacy: import("./group").GroupPrivacy;
1284
1284
  category: number;
1285
1285
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1286
1286
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1575,7 +1575,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1575
1575
  }>;
1576
1576
  dateCreation: z.ZodString;
1577
1577
  dateModified: z.ZodString;
1578
- }>, "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>;
1578
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
1579
1579
  _right: z.ZodObject<{
1580
1580
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
1581
1581
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -1604,7 +1604,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1604
1604
  }>;
1605
1605
  dateCreation: z.ZodString;
1606
1606
  dateModified: z.ZodString;
1607
- }>, "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<{
1607
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1608
1608
  id: z.ZodType<number, z.ZodTypeDef, number>;
1609
1609
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
1610
1610
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -1618,7 +1618,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1618
1618
  dateCreation: z.ZodString;
1619
1619
  dateModified: z.ZodString;
1620
1620
  category: z.ZodNumber;
1621
- privacy: z.ZodNumber;
1621
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
1622
1622
  }>, "strip", z.ZodTypeAny, {
1623
1623
  type: string;
1624
1624
  id: number;
@@ -1628,7 +1628,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1628
1628
  dateModified: string;
1629
1629
  title: string;
1630
1630
  _url: string;
1631
- privacy: number;
1631
+ privacy: import("./group").GroupPrivacy;
1632
1632
  category: number;
1633
1633
  }, {
1634
1634
  type: string;
@@ -1639,7 +1639,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1639
1639
  dateModified: string;
1640
1640
  title: string;
1641
1641
  _url: string;
1642
- privacy: number;
1642
+ privacy: import("./group").GroupPrivacy;
1643
1643
  category: number;
1644
1644
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
1645
1645
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -1928,7 +1928,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
1928
1928
  dateModified: string;
1929
1929
  title: string;
1930
1930
  _url: string;
1931
- privacy: number;
1931
+ privacy: import("./group").GroupPrivacy;
1932
1932
  category: number;
1933
1933
  } | {
1934
1934
  type: "folder" | "rootFolder";
@@ -2029,7 +2029,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2029
2029
  dateModified: string;
2030
2030
  title: string;
2031
2031
  _url: string;
2032
- privacy: number;
2032
+ privacy: import("./group").GroupPrivacy;
2033
2033
  category: number;
2034
2034
  } | {
2035
2035
  type: "folder" | "rootFolder";
@@ -2133,7 +2133,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2133
2133
  dateModified: string;
2134
2134
  title: string;
2135
2135
  _url: string;
2136
- privacy: number;
2136
+ privacy: import("./group").GroupPrivacy;
2137
2137
  category: number;
2138
2138
  } | {
2139
2139
  type: "folder" | "rootFolder";
@@ -2175,7 +2175,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2175
2175
  dateModified: string;
2176
2176
  title: string;
2177
2177
  _url: string;
2178
- privacy: number;
2178
+ privacy: import("./group").GroupPrivacy;
2179
2179
  category: number;
2180
2180
  } | {
2181
2181
  type: "folder" | "rootFolder";
@@ -2337,7 +2337,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2337
2337
  dateModified: string;
2338
2338
  title: string;
2339
2339
  _url: string;
2340
- privacy: number;
2340
+ privacy: import("./group").GroupPrivacy;
2341
2341
  category: number;
2342
2342
  } | {
2343
2343
  type: "folder" | "rootFolder";
@@ -2379,7 +2379,7 @@ export declare const reservationListSchema: z.ZodObject<z.objectUtil.extendShape
2379
2379
  dateModified: string;
2380
2380
  title: string;
2381
2381
  _url: string;
2382
- privacy: number;
2382
+ privacy: import("./group").GroupPrivacy;
2383
2383
  category: number;
2384
2384
  } | {
2385
2385
  type: "folder" | "rootFolder";
@@ -43,7 +43,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
43
43
  }>;
44
44
  dateCreation: z.ZodString;
45
45
  dateModified: z.ZodString;
46
- }>, "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>]>>;
46
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
47
47
  _target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
48
48
  id: z.ZodType<number, z.ZodTypeDef, number>;
49
49
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -72,7 +72,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
72
72
  }>;
73
73
  dateCreation: z.ZodString;
74
74
  dateModified: z.ZodString;
75
- }>, "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>]>>, z.ZodUndefined]>;
75
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
76
76
  }>, {
77
77
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
78
78
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -122,7 +122,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
122
122
  }>;
123
123
  dateCreation: z.ZodString;
124
124
  dateModified: z.ZodString;
125
- }>, "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>]>>;
125
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
126
126
  _target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
127
127
  id: z.ZodType<number, z.ZodTypeDef, number>;
128
128
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -151,7 +151,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
151
151
  }>;
152
152
  dateCreation: z.ZodString;
153
153
  dateModified: z.ZodString;
154
- }>, "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>]>>, z.ZodUndefined]>;
154
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
155
155
  }>, {
156
156
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
157
157
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -201,7 +201,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
201
201
  }>;
202
202
  dateCreation: z.ZodString;
203
203
  dateModified: z.ZodString;
204
- }>, "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>]>>;
204
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
205
205
  _target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
206
206
  id: z.ZodType<number, z.ZodTypeDef, number>;
207
207
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -230,7 +230,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
230
230
  }>;
231
231
  dateCreation: z.ZodString;
232
232
  dateModified: z.ZodString;
233
- }>, "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>]>>, z.ZodUndefined]>;
233
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
234
234
  }>, {
235
235
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
236
236
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -280,7 +280,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
280
280
  }>;
281
281
  dateCreation: z.ZodString;
282
282
  dateModified: z.ZodString;
283
- }>, "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>]>>;
283
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
284
284
  _target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
285
285
  id: z.ZodType<number, z.ZodTypeDef, number>;
286
286
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -309,7 +309,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
309
309
  }>;
310
310
  dateCreation: z.ZodString;
311
311
  dateModified: z.ZodString;
312
- }>, "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>]>>, z.ZodUndefined]>;
312
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
313
313
  }>, {
314
314
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
315
315
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -359,7 +359,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
359
359
  }>;
360
360
  dateCreation: z.ZodString;
361
361
  dateModified: z.ZodString;
362
- }>, "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>]>>;
362
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
363
363
  _target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
364
364
  id: z.ZodType<number, z.ZodTypeDef, number>;
365
365
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -388,7 +388,7 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
388
388
  }>;
389
389
  dateCreation: z.ZodString;
390
390
  dateModified: z.ZodString;
391
- }>, "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>]>>, z.ZodUndefined]>;
391
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
392
392
  }>, {
393
393
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
394
394
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -706,7 +706,7 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
706
706
  }>;
707
707
  dateCreation: z.ZodString;
708
708
  dateModified: z.ZodString;
709
- }>, "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>]>>;
709
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>;
710
710
  _target: z.ZodUnion<[z.ZodOptional<z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle> | z.ZodType<jUserLittle, z.ZodTypeDef, jUserLittle> | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
711
711
  id: z.ZodType<number, z.ZodTypeDef, number>;
712
712
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
@@ -735,7 +735,7 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
735
735
  }>;
736
736
  dateCreation: z.ZodString;
737
737
  dateModified: z.ZodString;
738
- }>, "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>]>>, z.ZodUndefined]>;
738
+ }>, "strip", z.ZodTypeAny, jUserLittle, jUserLittle>]>>, z.ZodUndefined]>;
739
739
  }>, {
740
740
  bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
741
741
  bookmarkOrder: z.ZodOptional<z.ZodNumber>;
@@ -67,7 +67,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
67
67
  }>;
68
68
  dateCreation: z.ZodString;
69
69
  dateModified: z.ZodString;
70
- }>, "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>;
70
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
71
71
  _right: z.ZodObject<{
72
72
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
73
73
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -96,7 +96,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
96
96
  }>;
97
97
  dateCreation: z.ZodString;
98
98
  dateModified: z.ZodString;
99
- }>, "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<{
99
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
100
100
  id: z.ZodType<number, z.ZodTypeDef, number>;
101
101
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
102
102
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -110,7 +110,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
110
110
  dateCreation: z.ZodString;
111
111
  dateModified: z.ZodString;
112
112
  category: z.ZodNumber;
113
- privacy: z.ZodNumber;
113
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
114
114
  }>, "strip", z.ZodTypeAny, {
115
115
  type: string;
116
116
  id: number;
@@ -120,7 +120,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
120
120
  dateModified: string;
121
121
  title: string;
122
122
  _url: string;
123
- privacy: number;
123
+ privacy: import("./group").GroupPrivacy;
124
124
  category: number;
125
125
  }, {
126
126
  type: string;
@@ -131,7 +131,7 @@ export declare const jBusinessContactListSchema: z.ZodIntersection<z.ZodObject<z
131
131
  dateModified: string;
132
132
  title: string;
133
133
  _url: string;
134
- privacy: number;
134
+ privacy: import("./group").GroupPrivacy;
135
135
  category: number;
136
136
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
137
137
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -68,7 +68,7 @@ export declare const calendarEventsExtension: z.ZodObject<{
68
68
  }>;
69
69
  dateCreation: z.ZodString;
70
70
  dateModified: z.ZodString;
71
- }>, "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">;
71
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, "many">;
72
72
  subscribersTotal: z.ZodNumber;
73
73
  }, "strip", z.ZodTypeAny, {
74
74
  subscribers: import("./user").jUserLittle[];
@@ -28,7 +28,7 @@ export declare const jCommentLittleSchema: z.ZodObject<z.objectUtil.extendShape<
28
28
  }>;
29
29
  dateCreation: z.ZodString;
30
30
  dateModified: z.ZodString;
31
- }>, "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>;
31
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
32
32
  }>, "strip", z.ZodTypeAny, {
33
33
  type: string;
34
34
  id: number;
@@ -94,7 +94,7 @@ export declare const jCommentListSchema: z.ZodObject<z.objectUtil.extendShape<z.
94
94
  }>;
95
95
  dateCreation: z.ZodString;
96
96
  dateModified: z.ZodString;
97
- }>, "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>;
97
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
98
98
  }>, {
99
99
  _right: z.ZodObject<{
100
100
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -29,7 +29,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
29
29
  }>;
30
30
  dateCreation: z.ZodString;
31
31
  dateModified: z.ZodString;
32
- }>, "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>;
32
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>;
33
33
  _right: z.ZodObject<{
34
34
  create: z.ZodType<boolean, z.ZodTypeDef, boolean>;
35
35
  read: z.ZodType<boolean, z.ZodTypeDef, boolean>;
@@ -74,7 +74,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
74
74
  }>;
75
75
  dateCreation: z.ZodString;
76
76
  dateModified: z.ZodString;
77
- }>, "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<{
77
+ }>, "strip", z.ZodTypeAny, import("./user").jUserLittle, import("./user").jUserLittle>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
78
78
  id: z.ZodType<number, z.ZodTypeDef, number>;
79
79
  mainType: z.ZodType<string, z.ZodTypeDef, string>;
80
80
  type: z.ZodType<string, z.ZodTypeDef, string>;
@@ -88,7 +88,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
88
88
  dateCreation: z.ZodString;
89
89
  dateModified: z.ZodString;
90
90
  category: z.ZodNumber;
91
- privacy: z.ZodNumber;
91
+ privacy: z.ZodNativeEnum<typeof import("./group").GroupPrivacy>;
92
92
  }>, "strip", z.ZodTypeAny, {
93
93
  type: string;
94
94
  id: number;
@@ -98,7 +98,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
98
98
  dateModified: string;
99
99
  title: string;
100
100
  _url: string;
101
- privacy: number;
101
+ privacy: import("./group").GroupPrivacy;
102
102
  category: number;
103
103
  }, {
104
104
  type: string;
@@ -109,7 +109,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
109
109
  dateModified: string;
110
110
  title: string;
111
111
  _url: string;
112
- privacy: number;
112
+ privacy: import("./group").GroupPrivacy;
113
113
  category: number;
114
114
  }>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
115
115
  id: z.ZodType<number, z.ZodTypeDef, number>;
@@ -178,7 +178,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
178
178
  dateModified: string;
179
179
  title: string;
180
180
  _url: string;
181
- privacy: number;
181
+ privacy: import("./group").GroupPrivacy;
182
182
  category: number;
183
183
  } | {
184
184
  type: "folder" | "rootFolder";
@@ -228,7 +228,7 @@ export declare const jDiapazoneListSchema: z.ZodObject<z.objectUtil.extendShape<
228
228
  dateModified: string;
229
229
  title: string;
230
230
  _url: string;
231
- privacy: number;
231
+ privacy: import("./group").GroupPrivacy;
232
232
  category: number;
233
233
  } | {
234
234
  type: "folder" | "rootFolder";