jamespot-user-api 1.0.179 → 1.0.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +2 -2
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +8 -8
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/jest.config.ts +2 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/admin/license.d.ts +2 -2
- package/lib/src/apis/admin/utils.d.ts +2 -2
- package/lib/src/apis/bookmark/bookmark.d.ts +18 -18
- package/lib/src/apis/datasource/datasource.d.ts +1 -1
- package/lib/src/apis/filebank/filebank.d.ts +19 -19
- package/lib/src/apis/filebank/filebank.mock.d.ts +11 -2
- package/lib/src/apis/user/user.d.ts +15 -111
- package/lib/src/types/adminLicence.d.ts +31 -56
- package/lib/src/types/adminUtils.d.ts +14 -14
- package/lib/src/types/article.d.ts +3160 -7359
- package/lib/src/types/asei.d.ts +197 -822
- package/lib/src/types/assetReservation.d.ts +1352 -4283
- package/lib/src/types/autocomplete.d.ts +55 -36
- package/lib/src/types/bookmark.d.ts +222 -234
- package/lib/src/types/businessContact.d.ts +243 -880
- package/lib/src/types/comment.d.ts +200 -900
- package/lib/src/types/diapazone.d.ts +77 -11
- package/lib/src/types/drive.d.ts +27 -21
- package/lib/src/types/faq.d.ts +2077 -5450
- package/lib/src/types/file.d.ts +18 -9
- package/lib/src/types/group.d.ts +10 -6
- package/lib/src/types/license.d.ts +12 -48
- package/lib/src/types/link.d.ts +25 -14
- package/lib/src/types/mediaLibrary.d.ts +223 -820
- package/lib/src/types/meeting.d.ts +1104 -3044
- package/lib/src/types/model.d.ts +3 -0
- package/lib/src/types/object.d.ts +90 -10
- package/lib/src/types/objectBase.d.ts +4 -3
- package/lib/src/types/pollSurvey.d.ts +1075 -3015
- package/lib/src/types/quizz.d.ts +1002 -2942
- package/lib/src/types/search.d.ts +134 -131
- package/lib/src/types/share.d.ts +130 -60
- package/lib/src/types/socialEvent.d.ts +1002 -2942
- package/lib/src/types/support.d.ts +1125 -3059
- package/lib/src/types/surveyDate.d.ts +1005 -2941
- package/lib/src/types/tinymce.d.ts +4 -3
- package/lib/src/types/tvDisplay.d.ts +2 -2
- package/lib/src/types/user.d.ts +72 -45
- package/lib/src/types/utils.d.ts +17 -89
- package/lib/src/types/widgets/default.d.ts +365 -1642
- package/lib/src/types/widgets/widgetArticleButton.d.ts +5 -4
- package/lib/src/types/widgets/widgetDatasourceTable.d.ts +37 -76
- package/lib/src/types/widgets/widgetExcelDatasourceTable.d.ts +39 -33
- package/lib/src/types/widgets.d.ts +4268 -11774
- package/lib/src/util/Test.d.ts +64 -660
- package/package.json +1 -2
- package/phpunitMock/fileBankGetBanks-success.json +69 -0
- package/phpunitMock/fileBankGetDocuments-success.json +110 -0
- package/phpunitMock/fileBankGetFolders-success.json +188 -0
- package/phpunitMock/fileBankGetPath-success.json +43 -43
- package/phpunitMock/fileBankSearchContent-success.json +45 -0
|
@@ -1,31 +1,38 @@
|
|
|
1
1
|
import { jObjectBase, jObjectLittle } from './objectBase';
|
|
2
2
|
import { jUserLittle } from './user';
|
|
3
3
|
import { z, ZodType } from 'zod';
|
|
4
|
-
export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBase, z.ZodTypeDef, jObjectBase> = z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle> | z.ZodType<jUserLittle, z.ZodTypeDef, jUserLittle>>(type?: T | undefined) => z.ZodObject<{
|
|
5
|
-
value: z.ZodNullable<z.ZodString>;
|
|
4
|
+
export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBase, z.ZodTypeDef, jObjectBase> = z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle> | z.ZodType<jUserLittle, z.ZodTypeDef, jUserLittle>>(type?: T | undefined) => z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
6
5
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
7
6
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
7
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
8
8
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
9
9
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
10
10
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
11
|
+
}, {
|
|
11
12
|
srcId: z.ZodNumber;
|
|
12
13
|
srcType: z.ZodString;
|
|
13
14
|
targetId: z.ZodNumber;
|
|
14
15
|
targetType: z.ZodNullable<z.ZodString>;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
}>, {
|
|
17
|
+
value: z.ZodNullable<z.ZodString>;
|
|
18
|
+
_src: z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
17
19
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
18
20
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
21
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
19
22
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
20
23
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
21
24
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
25
|
+
}, {
|
|
22
26
|
title: z.ZodString;
|
|
23
27
|
_url: z.ZodString;
|
|
24
|
-
}
|
|
25
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
28
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
26
29
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
27
30
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
31
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
28
32
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
33
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
34
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
35
|
+
}, {
|
|
29
36
|
title: z.ZodString;
|
|
30
37
|
_url: z.ZodString;
|
|
31
38
|
level: z.ZodNativeEnum<{
|
|
@@ -36,21 +43,25 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
36
43
|
}>;
|
|
37
44
|
dateCreation: z.ZodString;
|
|
38
45
|
dateModified: z.ZodString;
|
|
39
|
-
}
|
|
40
|
-
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<{
|
|
41
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
47
|
+
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
42
48
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
43
49
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
50
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
44
51
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
45
52
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
46
53
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
54
|
+
}, {
|
|
47
55
|
title: z.ZodString;
|
|
48
56
|
_url: z.ZodString;
|
|
49
|
-
}
|
|
50
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
57
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
51
58
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
52
59
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
60
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
53
61
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
62
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
63
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
64
|
+
}, {
|
|
54
65
|
title: z.ZodString;
|
|
55
66
|
_url: z.ZodString;
|
|
56
67
|
level: z.ZodNativeEnum<{
|
|
@@ -61,38 +72,46 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
61
72
|
}>;
|
|
62
73
|
dateCreation: z.ZodString;
|
|
63
74
|
dateModified: z.ZodString;
|
|
64
|
-
}
|
|
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]>;
|
|
76
|
+
}>, {
|
|
65
77
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
66
78
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
67
79
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
68
80
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
69
81
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
70
82
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
71
|
-
}
|
|
72
|
-
value: z.ZodNullable<z.ZodString>;
|
|
83
|
+
}>, "strip", z.ZodTypeAny, z.objectUtil.addQuestionMarks<z.baseObjectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
73
84
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
74
85
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
86
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
75
87
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
76
88
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
77
89
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
90
|
+
}, {
|
|
78
91
|
srcId: z.ZodNumber;
|
|
79
92
|
srcType: z.ZodString;
|
|
80
93
|
targetId: z.ZodNumber;
|
|
81
94
|
targetType: z.ZodNullable<z.ZodString>;
|
|
82
|
-
|
|
83
|
-
|
|
95
|
+
}>, {
|
|
96
|
+
value: z.ZodNullable<z.ZodString>;
|
|
97
|
+
_src: z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
84
98
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
85
99
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
100
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
86
101
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
87
102
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
88
103
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
104
|
+
}, {
|
|
89
105
|
title: z.ZodString;
|
|
90
106
|
_url: z.ZodString;
|
|
91
|
-
}
|
|
92
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
107
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
93
108
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
94
109
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
110
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
95
111
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
112
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
113
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
114
|
+
}, {
|
|
96
115
|
title: z.ZodString;
|
|
97
116
|
_url: z.ZodString;
|
|
98
117
|
level: z.ZodNativeEnum<{
|
|
@@ -103,21 +122,25 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
103
122
|
}>;
|
|
104
123
|
dateCreation: z.ZodString;
|
|
105
124
|
dateModified: z.ZodString;
|
|
106
|
-
}
|
|
107
|
-
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<{
|
|
108
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
126
|
+
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
109
127
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
110
128
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
129
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
111
130
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
112
131
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
113
132
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
133
|
+
}, {
|
|
114
134
|
title: z.ZodString;
|
|
115
135
|
_url: z.ZodString;
|
|
116
|
-
}
|
|
117
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
136
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
118
137
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
119
138
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
139
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
120
140
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
141
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
142
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
143
|
+
}, {
|
|
121
144
|
title: z.ZodString;
|
|
122
145
|
_url: z.ZodString;
|
|
123
146
|
level: z.ZodNativeEnum<{
|
|
@@ -128,86 +151,46 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
128
151
|
}>;
|
|
129
152
|
dateCreation: z.ZodString;
|
|
130
153
|
dateModified: z.ZodString;
|
|
131
|
-
}
|
|
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]>;
|
|
155
|
+
}>, {
|
|
132
156
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
133
157
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
134
158
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
135
159
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
136
160
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
137
161
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
138
|
-
}
|
|
139
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
140
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
141
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
142
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
143
|
-
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
144
|
-
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
145
|
-
title: z.ZodString;
|
|
146
|
-
_url: z.ZodString;
|
|
147
|
-
}, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<{
|
|
148
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
162
|
+
}>>, any> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
149
163
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
150
164
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
151
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
152
|
-
title: z.ZodString;
|
|
153
|
-
_url: z.ZodString;
|
|
154
|
-
level: z.ZodNativeEnum<{
|
|
155
|
-
readonly ADMIN: 9;
|
|
156
|
-
readonly USER: 5;
|
|
157
|
-
readonly EXTERNAL: 3;
|
|
158
|
-
readonly GUEST: 0;
|
|
159
|
-
}>;
|
|
160
|
-
dateCreation: z.ZodString;
|
|
161
|
-
dateModified: z.ZodString;
|
|
162
|
-
}, "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>]>)["_output"] | undefined ? never : "_src") | (undefined extends (T | z.ZodUnion<[z.ZodObject<{
|
|
163
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
164
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
165
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
166
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
167
|
-
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
168
|
-
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
169
|
-
title: z.ZodString;
|
|
170
|
-
_url: z.ZodString;
|
|
171
|
-
}, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<{
|
|
172
165
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
173
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
174
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
175
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
176
|
-
title: z.ZodString;
|
|
177
|
-
_url: z.ZodString;
|
|
178
|
-
level: z.ZodNativeEnum<{
|
|
179
|
-
readonly ADMIN: 9;
|
|
180
|
-
readonly USER: 5;
|
|
181
|
-
readonly EXTERNAL: 3;
|
|
182
|
-
readonly GUEST: 0;
|
|
183
|
-
}>;
|
|
184
|
-
dateCreation: z.ZodString;
|
|
185
|
-
dateModified: z.ZodString;
|
|
186
|
-
}, "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>]>)["_output"] | undefined ? never : "_target")> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
187
|
-
value: z.ZodNullable<z.ZodString>;
|
|
188
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
189
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
190
166
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
191
167
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
192
168
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
169
|
+
}, {
|
|
193
170
|
srcId: z.ZodNumber;
|
|
194
171
|
srcType: z.ZodString;
|
|
195
172
|
targetId: z.ZodNumber;
|
|
196
173
|
targetType: z.ZodNullable<z.ZodString>;
|
|
197
|
-
|
|
198
|
-
|
|
174
|
+
}>, {
|
|
175
|
+
value: z.ZodNullable<z.ZodString>;
|
|
176
|
+
_src: z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
199
177
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
200
178
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
179
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
201
180
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
202
181
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
203
182
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
183
|
+
}, {
|
|
204
184
|
title: z.ZodString;
|
|
205
185
|
_url: z.ZodString;
|
|
206
|
-
}
|
|
207
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
186
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
208
187
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
209
188
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
189
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
210
190
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
191
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
192
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
193
|
+
}, {
|
|
211
194
|
title: z.ZodString;
|
|
212
195
|
_url: z.ZodString;
|
|
213
196
|
level: z.ZodNativeEnum<{
|
|
@@ -218,21 +201,25 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
218
201
|
}>;
|
|
219
202
|
dateCreation: z.ZodString;
|
|
220
203
|
dateModified: z.ZodString;
|
|
221
|
-
}
|
|
222
|
-
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<{
|
|
223
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
205
|
+
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
224
206
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
225
207
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
208
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
226
209
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
227
210
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
228
211
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
212
|
+
}, {
|
|
229
213
|
title: z.ZodString;
|
|
230
214
|
_url: z.ZodString;
|
|
231
|
-
}
|
|
232
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
215
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
233
216
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
234
217
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
218
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
235
219
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
220
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
221
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
222
|
+
}, {
|
|
236
223
|
title: z.ZodString;
|
|
237
224
|
_url: z.ZodString;
|
|
238
225
|
level: z.ZodNativeEnum<{
|
|
@@ -243,86 +230,46 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
243
230
|
}>;
|
|
244
231
|
dateCreation: z.ZodString;
|
|
245
232
|
dateModified: z.ZodString;
|
|
246
|
-
}
|
|
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]>;
|
|
234
|
+
}>, {
|
|
247
235
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
248
236
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
249
237
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
250
238
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
251
239
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
252
240
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
253
|
-
}
|
|
254
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
255
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
256
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
257
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
258
|
-
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
259
|
-
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
260
|
-
title: z.ZodString;
|
|
261
|
-
_url: z.ZodString;
|
|
262
|
-
}, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<{
|
|
263
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
241
|
+
}>>, any>[k]; } : never, z.baseObjectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
264
242
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
265
243
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
266
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
267
|
-
title: z.ZodString;
|
|
268
|
-
_url: z.ZodString;
|
|
269
|
-
level: z.ZodNativeEnum<{
|
|
270
|
-
readonly ADMIN: 9;
|
|
271
|
-
readonly USER: 5;
|
|
272
|
-
readonly EXTERNAL: 3;
|
|
273
|
-
readonly GUEST: 0;
|
|
274
|
-
}>;
|
|
275
|
-
dateCreation: z.ZodString;
|
|
276
|
-
dateModified: z.ZodString;
|
|
277
|
-
}, "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>]>)["_output"] | undefined ? never : "_src") | (undefined extends (T | z.ZodUnion<[z.ZodObject<{
|
|
278
244
|
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
279
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
280
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
281
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
282
|
-
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
283
|
-
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
284
|
-
title: z.ZodString;
|
|
285
|
-
_url: z.ZodString;
|
|
286
|
-
}, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<{
|
|
287
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
288
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
289
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
290
|
-
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
291
|
-
title: z.ZodString;
|
|
292
|
-
_url: z.ZodString;
|
|
293
|
-
level: z.ZodNativeEnum<{
|
|
294
|
-
readonly ADMIN: 9;
|
|
295
|
-
readonly USER: 5;
|
|
296
|
-
readonly EXTERNAL: 3;
|
|
297
|
-
readonly GUEST: 0;
|
|
298
|
-
}>;
|
|
299
|
-
dateCreation: z.ZodString;
|
|
300
|
-
dateModified: z.ZodString;
|
|
301
|
-
}, "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>]>)["_output"] | undefined ? never : "_target")>[k]; } : never, z.baseObjectInputType<{
|
|
302
|
-
value: z.ZodNullable<z.ZodString>;
|
|
303
|
-
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
304
|
-
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
305
245
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
306
246
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
307
247
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
248
|
+
}, {
|
|
308
249
|
srcId: z.ZodNumber;
|
|
309
250
|
srcType: z.ZodString;
|
|
310
251
|
targetId: z.ZodNumber;
|
|
311
252
|
targetType: z.ZodNullable<z.ZodString>;
|
|
312
|
-
|
|
313
|
-
|
|
253
|
+
}>, {
|
|
254
|
+
value: z.ZodNullable<z.ZodString>;
|
|
255
|
+
_src: z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
314
256
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
315
257
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
258
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
316
259
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
317
260
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
318
261
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
262
|
+
}, {
|
|
319
263
|
title: z.ZodString;
|
|
320
264
|
_url: z.ZodString;
|
|
321
|
-
}
|
|
322
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
265
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
323
266
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
324
267
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
268
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
325
269
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
270
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
271
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
272
|
+
}, {
|
|
326
273
|
title: z.ZodString;
|
|
327
274
|
_url: z.ZodString;
|
|
328
275
|
level: z.ZodNativeEnum<{
|
|
@@ -333,21 +280,25 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
333
280
|
}>;
|
|
334
281
|
dateCreation: z.ZodString;
|
|
335
282
|
dateModified: z.ZodString;
|
|
336
|
-
}
|
|
337
|
-
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<{
|
|
338
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
284
|
+
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
339
285
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
340
286
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
287
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
341
288
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
342
289
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
343
290
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
291
|
+
}, {
|
|
344
292
|
title: z.ZodString;
|
|
345
293
|
_url: z.ZodString;
|
|
346
|
-
}
|
|
347
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
294
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
348
295
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
349
296
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
297
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
350
298
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
299
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
300
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
301
|
+
}, {
|
|
351
302
|
title: z.ZodString;
|
|
352
303
|
_url: z.ZodString;
|
|
353
304
|
level: z.ZodNativeEnum<{
|
|
@@ -358,38 +309,46 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
358
309
|
}>;
|
|
359
310
|
dateCreation: z.ZodString;
|
|
360
311
|
dateModified: z.ZodString;
|
|
361
|
-
}
|
|
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]>;
|
|
313
|
+
}>, {
|
|
362
314
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
363
315
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
364
316
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
365
317
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
366
318
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
367
319
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
368
|
-
}
|
|
369
|
-
value: z.ZodNullable<z.ZodString>;
|
|
320
|
+
}>> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
370
321
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
371
322
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
323
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
372
324
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
373
325
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
374
326
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
327
|
+
}, {
|
|
375
328
|
srcId: z.ZodNumber;
|
|
376
329
|
srcType: z.ZodString;
|
|
377
330
|
targetId: z.ZodNumber;
|
|
378
331
|
targetType: z.ZodNullable<z.ZodString>;
|
|
379
|
-
|
|
380
|
-
|
|
332
|
+
}>, {
|
|
333
|
+
value: z.ZodNullable<z.ZodString>;
|
|
334
|
+
_src: z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
381
335
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
382
336
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
337
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
383
338
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
384
339
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
385
340
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
341
|
+
}, {
|
|
386
342
|
title: z.ZodString;
|
|
387
343
|
_url: z.ZodString;
|
|
388
|
-
}
|
|
389
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
344
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
390
345
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
391
346
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
347
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
392
348
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
349
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
350
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
351
|
+
}, {
|
|
393
352
|
title: z.ZodString;
|
|
394
353
|
_url: z.ZodString;
|
|
395
354
|
level: z.ZodNativeEnum<{
|
|
@@ -400,21 +359,25 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
400
359
|
}>;
|
|
401
360
|
dateCreation: z.ZodString;
|
|
402
361
|
dateModified: z.ZodString;
|
|
403
|
-
}
|
|
404
|
-
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<{
|
|
405
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
363
|
+
_target: z.ZodUnion<[z.ZodOptional<T | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
406
364
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
407
365
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
366
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
408
367
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
409
368
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
410
369
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
370
|
+
}, {
|
|
411
371
|
title: z.ZodString;
|
|
412
372
|
_url: z.ZodString;
|
|
413
|
-
}
|
|
414
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
373
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
415
374
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
416
375
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
376
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
417
377
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
378
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
379
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
380
|
+
}, {
|
|
418
381
|
title: z.ZodString;
|
|
419
382
|
_url: z.ZodString;
|
|
420
383
|
level: z.ZodNativeEnum<{
|
|
@@ -425,14 +388,15 @@ export declare const inferBookmarkRawListSchema: <T extends z.ZodType<jObjectBas
|
|
|
425
388
|
}>;
|
|
426
389
|
dateCreation: z.ZodString;
|
|
427
390
|
dateModified: z.ZodString;
|
|
428
|
-
}
|
|
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]>;
|
|
392
|
+
}>, {
|
|
429
393
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
430
394
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
431
395
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
432
396
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
433
397
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
434
398
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
435
|
-
}
|
|
399
|
+
}>>[k_1]; } : never>;
|
|
436
400
|
export type BookmarkRawList<T extends jObjectBase = jObjectLittle | jUserLittle> = z.infer<ReturnType<typeof inferBookmarkRawListSchema<ZodType<T>>>>;
|
|
437
401
|
export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase, z.ZodTypeDef, jObjectBase> = z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle>>(type?: T | undefined) => z.ZodObject<{
|
|
438
402
|
id: z.ZodNumber;
|
|
@@ -456,26 +420,28 @@ export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase,
|
|
|
456
420
|
value: z.ZodNullable<z.ZodString>;
|
|
457
421
|
_cssColor: z.ZodString;
|
|
458
422
|
_cssClass: z.ZodString;
|
|
459
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
460
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
423
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
461
424
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
462
425
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
426
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
463
427
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
464
428
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
465
429
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
430
|
+
}, {
|
|
466
431
|
title: z.ZodString;
|
|
467
432
|
_url: z.ZodString;
|
|
468
|
-
}
|
|
469
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
470
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
433
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
434
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
471
435
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
472
436
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
437
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
473
438
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
474
439
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
475
440
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
441
|
+
}, {
|
|
476
442
|
title: z.ZodString;
|
|
477
443
|
_url: z.ZodString;
|
|
478
|
-
}
|
|
444
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
479
445
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
480
446
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
481
447
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -503,32 +469,34 @@ export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase,
|
|
|
503
469
|
value: z.ZodNullable<z.ZodString>;
|
|
504
470
|
_cssColor: z.ZodString;
|
|
505
471
|
_cssClass: z.ZodString;
|
|
506
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
507
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
472
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
508
473
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
509
474
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
475
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
510
476
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
511
477
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
512
478
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
479
|
+
}, {
|
|
513
480
|
title: z.ZodString;
|
|
514
481
|
_url: z.ZodString;
|
|
515
|
-
}
|
|
516
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
517
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
482
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
483
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
518
484
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
519
485
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
486
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
520
487
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
521
488
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
522
489
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
490
|
+
}, {
|
|
523
491
|
title: z.ZodString;
|
|
524
492
|
_url: z.ZodString;
|
|
525
|
-
}
|
|
493
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
526
494
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
527
495
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
528
496
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
529
497
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
530
498
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
531
|
-
}>,
|
|
499
|
+
}>, any> extends infer T_1 ? { [k in keyof T_1]: z.objectUtil.addQuestionMarks<z.baseObjectOutputType<{
|
|
532
500
|
id: z.ZodNumber;
|
|
533
501
|
mainType: z.ZodString;
|
|
534
502
|
type: z.ZodString;
|
|
@@ -550,32 +518,34 @@ export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase,
|
|
|
550
518
|
value: z.ZodNullable<z.ZodString>;
|
|
551
519
|
_cssColor: z.ZodString;
|
|
552
520
|
_cssClass: z.ZodString;
|
|
553
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
554
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
521
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
555
522
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
556
523
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
524
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
557
525
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
558
526
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
559
527
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
528
|
+
}, {
|
|
560
529
|
title: z.ZodString;
|
|
561
530
|
_url: z.ZodString;
|
|
562
|
-
}
|
|
563
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
564
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
531
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
532
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
565
533
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
566
534
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
535
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
567
536
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
568
537
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
569
538
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
539
|
+
}, {
|
|
570
540
|
title: z.ZodString;
|
|
571
541
|
_url: z.ZodString;
|
|
572
|
-
}
|
|
542
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
573
543
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
574
544
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
575
545
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
576
546
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
577
547
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
578
|
-
}>,
|
|
548
|
+
}>, any>[k]; } : never, z.baseObjectInputType<{
|
|
579
549
|
id: z.ZodNumber;
|
|
580
550
|
mainType: z.ZodString;
|
|
581
551
|
type: z.ZodString;
|
|
@@ -597,32 +567,34 @@ export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase,
|
|
|
597
567
|
value: z.ZodNullable<z.ZodString>;
|
|
598
568
|
_cssColor: z.ZodString;
|
|
599
569
|
_cssClass: z.ZodString;
|
|
600
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
601
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
570
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
602
571
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
603
572
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
573
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
604
574
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
605
575
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
606
576
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
577
|
+
}, {
|
|
607
578
|
title: z.ZodString;
|
|
608
579
|
_url: z.ZodString;
|
|
609
|
-
}
|
|
610
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
611
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
580
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
581
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
612
582
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
613
583
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
584
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
614
585
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
615
586
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
616
587
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
588
|
+
}, {
|
|
617
589
|
title: z.ZodString;
|
|
618
590
|
_url: z.ZodString;
|
|
619
|
-
}
|
|
591
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
620
592
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
621
593
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
622
594
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
623
595
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
624
596
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
625
|
-
}> extends infer T_2 ? { [
|
|
597
|
+
}> extends infer T_2 ? { [k_1 in keyof T_2]: z.baseObjectInputType<{
|
|
626
598
|
id: z.ZodNumber;
|
|
627
599
|
mainType: z.ZodString;
|
|
628
600
|
type: z.ZodString;
|
|
@@ -644,32 +616,34 @@ export declare const inferBookmarkListSchema: <T extends z.ZodType<jObjectBase,
|
|
|
644
616
|
value: z.ZodNullable<z.ZodString>;
|
|
645
617
|
_cssColor: z.ZodString;
|
|
646
618
|
_cssClass: z.ZodString;
|
|
647
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
648
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
619
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
649
620
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
650
621
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
622
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
651
623
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
652
624
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
653
625
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
626
|
+
}, {
|
|
654
627
|
title: z.ZodString;
|
|
655
628
|
_url: z.ZodString;
|
|
656
|
-
}
|
|
657
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
658
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
629
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
630
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
659
631
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
660
632
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
633
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
661
634
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
662
635
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
663
636
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
637
|
+
}, {
|
|
664
638
|
title: z.ZodString;
|
|
665
639
|
_url: z.ZodString;
|
|
666
|
-
}
|
|
640
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<T>;
|
|
667
641
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
668
642
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
669
643
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
670
644
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
671
645
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
672
|
-
}>[
|
|
646
|
+
}>[k_1]; } : never>;
|
|
673
647
|
export type BookmarkList<T extends jObjectBase = jObjectLittle> = z.infer<ReturnType<typeof inferBookmarkListSchema<ZodType<T>>>>;
|
|
674
648
|
export declare enum BookmarkType {
|
|
675
649
|
RAW_LIST = "raw-list",
|
|
@@ -690,31 +664,38 @@ export declare const bookmarkLinkSchema: z.ZodObject<{
|
|
|
690
664
|
}>;
|
|
691
665
|
export type BookmarkLink = z.infer<typeof bookmarkLinkSchema>;
|
|
692
666
|
export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
693
|
-
"raw-list": z.ZodObject<{
|
|
694
|
-
value: z.ZodNullable<z.ZodString>;
|
|
667
|
+
"raw-list": z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
695
668
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
696
669
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
670
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
697
671
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
698
672
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
699
673
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
674
|
+
}, {
|
|
700
675
|
srcId: z.ZodNumber;
|
|
701
676
|
srcType: z.ZodString;
|
|
702
677
|
targetId: z.ZodNumber;
|
|
703
678
|
targetType: z.ZodNullable<z.ZodString>;
|
|
704
|
-
|
|
705
|
-
|
|
679
|
+
}>, {
|
|
680
|
+
value: z.ZodNullable<z.ZodString>;
|
|
681
|
+
_src: z.ZodOptional<z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle> | z.ZodType<jUserLittle, z.ZodTypeDef, jUserLittle> | z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
706
682
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
707
683
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
684
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
708
685
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
709
686
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
710
687
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
688
|
+
}, {
|
|
711
689
|
title: z.ZodString;
|
|
712
690
|
_url: z.ZodString;
|
|
713
|
-
}
|
|
714
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
691
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
715
692
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
716
693
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
694
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
717
695
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
696
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
697
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
698
|
+
}, {
|
|
718
699
|
title: z.ZodString;
|
|
719
700
|
_url: z.ZodString;
|
|
720
701
|
level: z.ZodNativeEnum<{
|
|
@@ -725,21 +706,25 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
725
706
|
}>;
|
|
726
707
|
dateCreation: z.ZodString;
|
|
727
708
|
dateModified: z.ZodString;
|
|
728
|
-
}
|
|
729
|
-
_target: z.ZodUnion<[z.ZodOptional<z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle> | z.ZodType<jUserLittle, z.ZodTypeDef, jUserLittle> | z.ZodUnion<[z.ZodObject<{
|
|
730
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
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>]>>;
|
|
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<{
|
|
731
711
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
732
712
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
713
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
733
714
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
734
715
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
735
716
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
717
|
+
}, {
|
|
736
718
|
title: z.ZodString;
|
|
737
719
|
_url: z.ZodString;
|
|
738
|
-
}
|
|
739
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
720
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>, z.ZodObject<z.objectUtil.extendShape<{
|
|
740
721
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
741
722
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
723
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
742
724
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
725
|
+
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
726
|
+
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
727
|
+
}, {
|
|
743
728
|
title: z.ZodString;
|
|
744
729
|
_url: z.ZodString;
|
|
745
730
|
level: z.ZodNativeEnum<{
|
|
@@ -750,14 +735,15 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
750
735
|
}>;
|
|
751
736
|
dateCreation: z.ZodString;
|
|
752
737
|
dateModified: z.ZodString;
|
|
753
|
-
}
|
|
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]>;
|
|
739
|
+
}>, {
|
|
754
740
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
755
741
|
bookmarkOrder: z.ZodOptional<z.ZodNumber>;
|
|
756
742
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
757
743
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
758
744
|
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
759
745
|
type: z.ZodLiteral<"bookmarkLink">;
|
|
760
|
-
}
|
|
746
|
+
}>, "strip", z.ZodTypeAny, {
|
|
761
747
|
type: "bookmarkLink";
|
|
762
748
|
value: string | null;
|
|
763
749
|
id: number;
|
|
@@ -769,13 +755,13 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
769
755
|
targetType: string | null;
|
|
770
756
|
dateCreation?: string | undefined;
|
|
771
757
|
dateModified?: string | null | undefined;
|
|
758
|
+
url?: string | null | undefined;
|
|
772
759
|
_src?: jObjectLittle | jUserLittle | undefined;
|
|
773
760
|
_target?: jObjectLittle | jUserLittle | undefined;
|
|
774
761
|
bookmarkUrl?: string | null | undefined;
|
|
775
762
|
bookmarkOrder?: number | undefined;
|
|
776
763
|
bookmarkLabel?: string | undefined;
|
|
777
764
|
bookmarkMeta?: string | null | undefined;
|
|
778
|
-
url?: string | null | undefined;
|
|
779
765
|
}, {
|
|
780
766
|
type: "bookmarkLink";
|
|
781
767
|
value: string | null;
|
|
@@ -788,13 +774,13 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
788
774
|
targetType: string | null;
|
|
789
775
|
dateCreation?: string | undefined;
|
|
790
776
|
dateModified?: string | null | undefined;
|
|
777
|
+
url?: string | null | undefined;
|
|
791
778
|
_src?: jObjectLittle | jUserLittle | undefined;
|
|
792
779
|
_target?: jObjectLittle | jUserLittle | undefined;
|
|
793
780
|
bookmarkUrl?: string | null | undefined;
|
|
794
781
|
bookmarkOrder?: number | undefined;
|
|
795
782
|
bookmarkLabel?: string | undefined;
|
|
796
783
|
bookmarkMeta?: string | null | undefined;
|
|
797
|
-
url?: string | null | undefined;
|
|
798
784
|
}>;
|
|
799
785
|
list: z.ZodObject<{
|
|
800
786
|
id: z.ZodNumber;
|
|
@@ -818,26 +804,28 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
818
804
|
value: z.ZodNullable<z.ZodString>;
|
|
819
805
|
_cssColor: z.ZodString;
|
|
820
806
|
_cssClass: z.ZodString;
|
|
821
|
-
_src: z.ZodOptional<z.ZodObject<{
|
|
822
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
807
|
+
_src: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
823
808
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
824
809
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
810
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
825
811
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
826
812
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
827
813
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
814
|
+
}, {
|
|
828
815
|
title: z.ZodString;
|
|
829
816
|
_url: z.ZodString;
|
|
830
|
-
}
|
|
831
|
-
_target: z.ZodOptional<z.ZodObject<{
|
|
832
|
-
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
817
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle>>;
|
|
818
|
+
_target: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
833
819
|
id: z.ZodType<number, z.ZodTypeDef, number>;
|
|
834
820
|
mainType: z.ZodType<string, z.ZodTypeDef, string>;
|
|
821
|
+
type: z.ZodType<string, z.ZodTypeDef, string>;
|
|
835
822
|
uri: z.ZodType<string, z.ZodTypeDef, string>;
|
|
836
823
|
dateCreation: z.ZodOptionalType<z.ZodType<string | undefined, z.ZodTypeDef, string | undefined>>;
|
|
837
824
|
dateModified: z.ZodOptionalType<z.ZodType<string | null | undefined, z.ZodTypeDef, string | null | undefined>>;
|
|
825
|
+
}, {
|
|
838
826
|
title: z.ZodString;
|
|
839
827
|
_url: z.ZodString;
|
|
840
|
-
}
|
|
828
|
+
}>, "strip", z.ZodTypeAny, jObjectLittle, jObjectLittle>> | z.ZodOptional<z.ZodType<jObjectLittle, z.ZodTypeDef, jObjectLittle>>;
|
|
841
829
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
842
830
|
bookmarkOrder: z.ZodOptional<z.ZodString>;
|
|
843
831
|
bookmarkLabel: z.ZodOptional<z.ZodString>;
|
|
@@ -855,17 +843,17 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
855
843
|
targetType: string | null;
|
|
856
844
|
_cssColor: string;
|
|
857
845
|
_cssClass: string;
|
|
858
|
-
|
|
859
|
-
dateCreation: string;
|
|
860
|
-
dateModified: string;
|
|
861
|
-
} | undefined;
|
|
846
|
+
url?: string | null | undefined;
|
|
862
847
|
_src?: jObjectLittle | undefined;
|
|
863
848
|
_target?: jObjectLittle | undefined;
|
|
864
849
|
bookmarkUrl?: string | null | undefined;
|
|
865
850
|
bookmarkOrder?: string | undefined;
|
|
866
851
|
bookmarkLabel?: string | undefined;
|
|
867
852
|
bookmarkMeta?: string | null | undefined;
|
|
868
|
-
|
|
853
|
+
_values?: {
|
|
854
|
+
dateCreation: string;
|
|
855
|
+
dateModified: string;
|
|
856
|
+
} | undefined;
|
|
869
857
|
}, {
|
|
870
858
|
type: string;
|
|
871
859
|
value: string | null;
|
|
@@ -878,17 +866,17 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
878
866
|
targetType: string | null;
|
|
879
867
|
_cssColor: string;
|
|
880
868
|
_cssClass: string;
|
|
881
|
-
|
|
882
|
-
dateCreation: string;
|
|
883
|
-
dateModified: string;
|
|
884
|
-
} | undefined;
|
|
869
|
+
url?: string | null | undefined;
|
|
885
870
|
_src?: jObjectLittle | undefined;
|
|
886
871
|
_target?: jObjectLittle | undefined;
|
|
887
872
|
bookmarkUrl?: string | null | undefined;
|
|
888
873
|
bookmarkOrder?: string | undefined;
|
|
889
874
|
bookmarkLabel?: string | undefined;
|
|
890
875
|
bookmarkMeta?: string | null | undefined;
|
|
891
|
-
|
|
876
|
+
_values?: {
|
|
877
|
+
dateCreation: string;
|
|
878
|
+
dateModified: string;
|
|
879
|
+
} | undefined;
|
|
892
880
|
}>;
|
|
893
881
|
}, "strip", z.ZodTypeAny, {
|
|
894
882
|
"raw-list": {
|
|
@@ -903,13 +891,13 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
903
891
|
targetType: string | null;
|
|
904
892
|
dateCreation?: string | undefined;
|
|
905
893
|
dateModified?: string | null | undefined;
|
|
894
|
+
url?: string | null | undefined;
|
|
906
895
|
_src?: jObjectLittle | jUserLittle | undefined;
|
|
907
896
|
_target?: jObjectLittle | jUserLittle | undefined;
|
|
908
897
|
bookmarkUrl?: string | null | undefined;
|
|
909
898
|
bookmarkOrder?: number | undefined;
|
|
910
899
|
bookmarkLabel?: string | undefined;
|
|
911
900
|
bookmarkMeta?: string | null | undefined;
|
|
912
|
-
url?: string | null | undefined;
|
|
913
901
|
};
|
|
914
902
|
list: {
|
|
915
903
|
type: string;
|
|
@@ -923,17 +911,17 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
923
911
|
targetType: string | null;
|
|
924
912
|
_cssColor: string;
|
|
925
913
|
_cssClass: string;
|
|
926
|
-
|
|
927
|
-
dateCreation: string;
|
|
928
|
-
dateModified: string;
|
|
929
|
-
} | undefined;
|
|
914
|
+
url?: string | null | undefined;
|
|
930
915
|
_src?: jObjectLittle | undefined;
|
|
931
916
|
_target?: jObjectLittle | undefined;
|
|
932
917
|
bookmarkUrl?: string | null | undefined;
|
|
933
918
|
bookmarkOrder?: string | undefined;
|
|
934
919
|
bookmarkLabel?: string | undefined;
|
|
935
920
|
bookmarkMeta?: string | null | undefined;
|
|
936
|
-
|
|
921
|
+
_values?: {
|
|
922
|
+
dateCreation: string;
|
|
923
|
+
dateModified: string;
|
|
924
|
+
} | undefined;
|
|
937
925
|
};
|
|
938
926
|
}, {
|
|
939
927
|
"raw-list": {
|
|
@@ -948,13 +936,13 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
948
936
|
targetType: string | null;
|
|
949
937
|
dateCreation?: string | undefined;
|
|
950
938
|
dateModified?: string | null | undefined;
|
|
939
|
+
url?: string | null | undefined;
|
|
951
940
|
_src?: jObjectLittle | jUserLittle | undefined;
|
|
952
941
|
_target?: jObjectLittle | jUserLittle | undefined;
|
|
953
942
|
bookmarkUrl?: string | null | undefined;
|
|
954
943
|
bookmarkOrder?: number | undefined;
|
|
955
944
|
bookmarkLabel?: string | undefined;
|
|
956
945
|
bookmarkMeta?: string | null | undefined;
|
|
957
|
-
url?: string | null | undefined;
|
|
958
946
|
};
|
|
959
947
|
list: {
|
|
960
948
|
type: string;
|
|
@@ -968,17 +956,17 @@ export declare const bookmarkTypesSchema: z.ZodObject<{
|
|
|
968
956
|
targetType: string | null;
|
|
969
957
|
_cssColor: string;
|
|
970
958
|
_cssClass: string;
|
|
971
|
-
|
|
972
|
-
dateCreation: string;
|
|
973
|
-
dateModified: string;
|
|
974
|
-
} | undefined;
|
|
959
|
+
url?: string | null | undefined;
|
|
975
960
|
_src?: jObjectLittle | undefined;
|
|
976
961
|
_target?: jObjectLittle | undefined;
|
|
977
962
|
bookmarkUrl?: string | null | undefined;
|
|
978
963
|
bookmarkOrder?: string | undefined;
|
|
979
964
|
bookmarkLabel?: string | undefined;
|
|
980
965
|
bookmarkMeta?: string | null | undefined;
|
|
981
|
-
|
|
966
|
+
_values?: {
|
|
967
|
+
dateCreation: string;
|
|
968
|
+
dateModified: string;
|
|
969
|
+
} | undefined;
|
|
982
970
|
};
|
|
983
971
|
}>;
|
|
984
972
|
export type BookmarkTypes = z.infer<typeof bookmarkTypesSchema>;
|
|
@@ -987,12 +975,12 @@ export declare const bookmarkCustomSchema: z.ZodObject<{
|
|
|
987
975
|
bookmarkMeta: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
988
976
|
bookmarkUrl: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
989
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
+
bookmarkUrl?: string | null | undefined;
|
|
990
979
|
bookmarkLabel?: string | undefined;
|
|
991
980
|
bookmarkMeta?: string | null | undefined;
|
|
992
|
-
bookmarkUrl?: string | null | undefined;
|
|
993
981
|
}, {
|
|
982
|
+
bookmarkUrl?: string | null | undefined;
|
|
994
983
|
bookmarkLabel?: string | undefined;
|
|
995
984
|
bookmarkMeta?: string | null | undefined;
|
|
996
|
-
bookmarkUrl?: string | null | undefined;
|
|
997
985
|
}>;
|
|
998
986
|
export type BookmarkCustom = z.infer<typeof bookmarkCustomSchema>;
|