@getcommunity/gc-validators 0.0.216 → 0.0.218
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/dist/chunk-CKQMccvm.cjs +28 -0
- package/dist/constants.cjs +461 -438
- package/dist/constants.cjs.map +1 -1
- package/dist/constants.d.cts +2 -233
- package/dist/constants.d.mts +2 -0
- package/dist/constants.mjs +355 -0
- package/dist/constants.mjs.map +1 -0
- package/dist/index-B6pNPQrV.d.mts +4192 -0
- package/dist/index-CQtazKyX.d.cts +4192 -0
- package/dist/index-CiWVYf_f.d.cts +292 -0
- package/dist/index-DOR_It7I.d.mts +292 -0
- package/dist/index.cjs +350 -1388
- package/dist/index.d.cts +3 -10
- package/dist/index.d.mts +3 -0
- package/dist/index.mjs +6 -0
- package/dist/permissions.cjs +757 -30
- package/dist/permissions.cjs.map +1 -1
- package/dist/permissions.d.cts +2 -747
- package/dist/permissions.d.mts +2 -0
- package/dist/permissions.mjs +753 -0
- package/dist/permissions.mjs.map +1 -0
- package/dist/schemas.cjs +1781 -896
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +2 -1935
- package/dist/schemas.d.mts +2 -0
- package/dist/schemas.mjs +1559 -0
- package/dist/schemas.mjs.map +1 -0
- package/dist/types.cjs +0 -6
- package/dist/types.d.cts +2 -851
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/dist/utilities.cjs +76 -38
- package/dist/utilities.cjs.map +1 -1
- package/dist/utilities.d.cts +2 -26
- package/dist/utilities.d.mts +2 -0
- package/dist/utilities.mjs +68 -0
- package/dist/utilities.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/chunk-57PRSDKM.cjs +0 -368
- package/dist/chunk-57PRSDKM.cjs.map +0 -1
- package/dist/chunk-7CI3M2JM.js +0 -3
- package/dist/chunk-7CI3M2JM.js.map +0 -1
- package/dist/chunk-ABPKJ5AP.js +0 -259
- package/dist/chunk-ABPKJ5AP.js.map +0 -1
- package/dist/chunk-BYTL5J7D.js +0 -2606
- package/dist/chunk-BYTL5J7D.js.map +0 -1
- package/dist/chunk-CDBT3J75.cjs +0 -4
- package/dist/chunk-CDBT3J75.cjs.map +0 -1
- package/dist/chunk-DU5WCXJJ.js +0 -685
- package/dist/chunk-DU5WCXJJ.js.map +0 -1
- package/dist/chunk-IMI6XEMX.cjs +0 -2849
- package/dist/chunk-IMI6XEMX.cjs.map +0 -1
- package/dist/chunk-NMDMJZPF.cjs +0 -692
- package/dist/chunk-NMDMJZPF.cjs.map +0 -1
- package/dist/chunk-NNLSUHMQ.js +0 -63
- package/dist/chunk-NNLSUHMQ.js.map +0 -1
- package/dist/chunk-UAQWYRXG.cjs +0 -92
- package/dist/chunk-UAQWYRXG.cjs.map +0 -1
- package/dist/comment.document-HT6qJLh5.d.cts +0 -468
- package/dist/comment.document-xCsfHOer.d.ts +0 -468
- package/dist/constants.d.ts +0 -233
- package/dist/constants.js +0 -3
- package/dist/constants.js.map +0 -1
- package/dist/font.constants-BVwxlH3J.d.cts +0 -52
- package/dist/font.constants-BVwxlH3J.d.ts +0 -52
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/permission.constants-B99nobws.d.cts +0 -30
- package/dist/permission.constants-B99nobws.d.ts +0 -30
- package/dist/permissions.d.ts +0 -747
- package/dist/permissions.js +0 -3
- package/dist/permissions.js.map +0 -1
- package/dist/response-8Bkawql4.d.cts +0 -56
- package/dist/response-8Bkawql4.d.ts +0 -56
- package/dist/schemas.d.ts +0 -1935
- package/dist/schemas.js +0 -5
- package/dist/schemas.js.map +0 -1
- package/dist/types.cjs.map +0 -1
- package/dist/types.d.ts +0 -851
- package/dist/types.js +0 -3
- package/dist/types.js.map +0 -1
- package/dist/utilities.d.ts +0 -26
- package/dist/utilities.js +0 -3
- package/dist/utilities.js.map +0 -1
|
@@ -0,0 +1,4192 @@
|
|
|
1
|
+
import { Qt as CommentApprovalStatus, an as ClientProjectStatusOptions, en as ReportCommentReason, qt as WebSafeFont, rn as ClientProjectPhaseOptions } from "./index-DOR_It7I.mjs";
|
|
2
|
+
import * as v from "valibot";
|
|
3
|
+
|
|
4
|
+
//#region src/permissions/permission.abac.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* Attribute-based access control (ABAC) permissions
|
|
7
|
+
*
|
|
8
|
+
* @reference https://github.com/WebDevSimplified/permission-system/blob/main/auth-abac.ts
|
|
9
|
+
*/
|
|
10
|
+
declare const ROLE_PERMISSIONS: {
|
|
11
|
+
readonly authenticated: {
|
|
12
|
+
readonly "user-account": {
|
|
13
|
+
readonly list: false;
|
|
14
|
+
readonly create: false;
|
|
15
|
+
readonly read: false;
|
|
16
|
+
readonly update: false;
|
|
17
|
+
readonly delete: false;
|
|
18
|
+
};
|
|
19
|
+
readonly comment: {
|
|
20
|
+
readonly list: true;
|
|
21
|
+
readonly create: true;
|
|
22
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
23
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
24
|
+
readonly report: true;
|
|
25
|
+
};
|
|
26
|
+
readonly client: {
|
|
27
|
+
readonly access: false;
|
|
28
|
+
readonly billing: false;
|
|
29
|
+
readonly owner: false;
|
|
30
|
+
readonly manager: false;
|
|
31
|
+
readonly admin: false;
|
|
32
|
+
readonly list: false;
|
|
33
|
+
readonly create: false;
|
|
34
|
+
readonly read: false;
|
|
35
|
+
readonly update: false;
|
|
36
|
+
readonly delete: false;
|
|
37
|
+
};
|
|
38
|
+
readonly "client-user": {
|
|
39
|
+
readonly list: false;
|
|
40
|
+
readonly create: false;
|
|
41
|
+
readonly read: false;
|
|
42
|
+
readonly update: false;
|
|
43
|
+
readonly delete: false;
|
|
44
|
+
};
|
|
45
|
+
readonly "client-content-pillar": {
|
|
46
|
+
readonly list: false;
|
|
47
|
+
readonly create: false;
|
|
48
|
+
readonly read: false;
|
|
49
|
+
readonly update: false;
|
|
50
|
+
readonly delete: false;
|
|
51
|
+
};
|
|
52
|
+
readonly "client-media-platform": {
|
|
53
|
+
readonly list: false;
|
|
54
|
+
readonly create: false;
|
|
55
|
+
readonly read: false;
|
|
56
|
+
readonly update: false;
|
|
57
|
+
readonly delete: false;
|
|
58
|
+
};
|
|
59
|
+
readonly "client-media-platform-content-type": {
|
|
60
|
+
readonly list: false;
|
|
61
|
+
readonly create: false;
|
|
62
|
+
readonly read: false;
|
|
63
|
+
readonly update: false;
|
|
64
|
+
readonly delete: false;
|
|
65
|
+
};
|
|
66
|
+
readonly "client-project": {
|
|
67
|
+
readonly list: false;
|
|
68
|
+
readonly create: false;
|
|
69
|
+
readonly read: false;
|
|
70
|
+
readonly update: false;
|
|
71
|
+
readonly delete: false;
|
|
72
|
+
readonly assign: false;
|
|
73
|
+
};
|
|
74
|
+
readonly "client-report": {
|
|
75
|
+
readonly list: false;
|
|
76
|
+
readonly create: false;
|
|
77
|
+
readonly read: false;
|
|
78
|
+
readonly update: false;
|
|
79
|
+
readonly delete: false;
|
|
80
|
+
};
|
|
81
|
+
readonly "client-styleguide": {
|
|
82
|
+
readonly list: false;
|
|
83
|
+
readonly create: false;
|
|
84
|
+
readonly read: false;
|
|
85
|
+
readonly update: false;
|
|
86
|
+
readonly delete: false;
|
|
87
|
+
};
|
|
88
|
+
readonly "content-pillar": {
|
|
89
|
+
readonly list: false;
|
|
90
|
+
readonly create: false;
|
|
91
|
+
readonly read: false;
|
|
92
|
+
readonly update: false;
|
|
93
|
+
readonly delete: false;
|
|
94
|
+
};
|
|
95
|
+
readonly "media-platform": {
|
|
96
|
+
readonly list: false;
|
|
97
|
+
readonly create: false;
|
|
98
|
+
readonly read: false;
|
|
99
|
+
readonly update: false;
|
|
100
|
+
readonly delete: false;
|
|
101
|
+
};
|
|
102
|
+
readonly "media-content-type": {
|
|
103
|
+
readonly list: false;
|
|
104
|
+
readonly create: false;
|
|
105
|
+
readonly read: false;
|
|
106
|
+
readonly update: false;
|
|
107
|
+
readonly delete: false;
|
|
108
|
+
};
|
|
109
|
+
readonly "monday-workspace": {
|
|
110
|
+
readonly list: false;
|
|
111
|
+
readonly create: false;
|
|
112
|
+
readonly read: false;
|
|
113
|
+
readonly update: false;
|
|
114
|
+
readonly delete: false;
|
|
115
|
+
};
|
|
116
|
+
readonly "utm-tracking-link": {
|
|
117
|
+
readonly list: false;
|
|
118
|
+
readonly create: false;
|
|
119
|
+
readonly read: false;
|
|
120
|
+
readonly update: false;
|
|
121
|
+
readonly delete: false;
|
|
122
|
+
};
|
|
123
|
+
readonly gcflytour: {
|
|
124
|
+
readonly list: true;
|
|
125
|
+
readonly create: false;
|
|
126
|
+
readonly read: true;
|
|
127
|
+
readonly update: false;
|
|
128
|
+
readonly delete: false;
|
|
129
|
+
};
|
|
130
|
+
readonly "gcflytour-snap": {
|
|
131
|
+
readonly list: true;
|
|
132
|
+
readonly create: false;
|
|
133
|
+
readonly read: true;
|
|
134
|
+
readonly update: false;
|
|
135
|
+
readonly delete: false;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
readonly public: {
|
|
139
|
+
readonly "user-account": {
|
|
140
|
+
readonly list: false;
|
|
141
|
+
readonly create: false;
|
|
142
|
+
readonly read: false;
|
|
143
|
+
readonly update: false;
|
|
144
|
+
readonly delete: false;
|
|
145
|
+
};
|
|
146
|
+
readonly comment: {
|
|
147
|
+
readonly list: true;
|
|
148
|
+
readonly create: false;
|
|
149
|
+
readonly update: false;
|
|
150
|
+
readonly delete: false;
|
|
151
|
+
readonly report: false;
|
|
152
|
+
};
|
|
153
|
+
readonly client: {
|
|
154
|
+
readonly access: false;
|
|
155
|
+
readonly billing: false;
|
|
156
|
+
readonly owner: false;
|
|
157
|
+
readonly manager: false;
|
|
158
|
+
readonly admin: false;
|
|
159
|
+
readonly list: false;
|
|
160
|
+
readonly create: false;
|
|
161
|
+
readonly read: false;
|
|
162
|
+
readonly update: false;
|
|
163
|
+
readonly delete: false;
|
|
164
|
+
};
|
|
165
|
+
readonly "client-user": {
|
|
166
|
+
readonly list: false;
|
|
167
|
+
readonly create: false;
|
|
168
|
+
readonly read: false;
|
|
169
|
+
readonly update: false;
|
|
170
|
+
readonly delete: false;
|
|
171
|
+
};
|
|
172
|
+
readonly "client-content-pillar": {
|
|
173
|
+
readonly list: false;
|
|
174
|
+
readonly create: false;
|
|
175
|
+
readonly read: false;
|
|
176
|
+
readonly update: false;
|
|
177
|
+
readonly delete: false;
|
|
178
|
+
};
|
|
179
|
+
readonly "client-media-platform": {
|
|
180
|
+
readonly list: false;
|
|
181
|
+
readonly create: false;
|
|
182
|
+
readonly read: false;
|
|
183
|
+
readonly update: false;
|
|
184
|
+
readonly delete: false;
|
|
185
|
+
};
|
|
186
|
+
readonly "client-media-platform-content-type": {
|
|
187
|
+
readonly list: false;
|
|
188
|
+
readonly create: false;
|
|
189
|
+
readonly read: false;
|
|
190
|
+
readonly update: false;
|
|
191
|
+
readonly delete: false;
|
|
192
|
+
};
|
|
193
|
+
readonly "client-project": {
|
|
194
|
+
readonly list: false;
|
|
195
|
+
readonly create: false;
|
|
196
|
+
readonly read: false;
|
|
197
|
+
readonly update: false;
|
|
198
|
+
readonly delete: false;
|
|
199
|
+
readonly assign: false;
|
|
200
|
+
};
|
|
201
|
+
readonly "client-report": {
|
|
202
|
+
readonly list: false;
|
|
203
|
+
readonly create: false;
|
|
204
|
+
readonly read: false;
|
|
205
|
+
readonly update: false;
|
|
206
|
+
readonly delete: false;
|
|
207
|
+
};
|
|
208
|
+
readonly "client-styleguide": {
|
|
209
|
+
readonly list: false;
|
|
210
|
+
readonly create: false;
|
|
211
|
+
readonly read: false;
|
|
212
|
+
readonly update: false;
|
|
213
|
+
readonly delete: false;
|
|
214
|
+
};
|
|
215
|
+
readonly "content-pillar": {
|
|
216
|
+
readonly list: false;
|
|
217
|
+
readonly create: false;
|
|
218
|
+
readonly read: false;
|
|
219
|
+
readonly update: false;
|
|
220
|
+
readonly delete: false;
|
|
221
|
+
};
|
|
222
|
+
readonly "media-platform": {
|
|
223
|
+
readonly list: false;
|
|
224
|
+
readonly create: false;
|
|
225
|
+
readonly read: false;
|
|
226
|
+
readonly update: false;
|
|
227
|
+
readonly delete: false;
|
|
228
|
+
};
|
|
229
|
+
readonly "media-content-type": {
|
|
230
|
+
readonly list: false;
|
|
231
|
+
readonly create: false;
|
|
232
|
+
readonly read: false;
|
|
233
|
+
readonly update: false;
|
|
234
|
+
readonly delete: false;
|
|
235
|
+
};
|
|
236
|
+
readonly "monday-workspace": {
|
|
237
|
+
readonly list: false;
|
|
238
|
+
readonly create: false;
|
|
239
|
+
readonly read: false;
|
|
240
|
+
readonly update: false;
|
|
241
|
+
readonly delete: false;
|
|
242
|
+
};
|
|
243
|
+
readonly "utm-tracking-link": {
|
|
244
|
+
readonly list: false;
|
|
245
|
+
readonly create: false;
|
|
246
|
+
readonly read: false;
|
|
247
|
+
readonly update: false;
|
|
248
|
+
readonly delete: false;
|
|
249
|
+
};
|
|
250
|
+
readonly gcflytour: {
|
|
251
|
+
readonly list: true;
|
|
252
|
+
readonly create: false;
|
|
253
|
+
readonly read: true;
|
|
254
|
+
readonly update: false;
|
|
255
|
+
readonly delete: false;
|
|
256
|
+
};
|
|
257
|
+
readonly "gcflytour-snap": {
|
|
258
|
+
readonly list: true;
|
|
259
|
+
readonly create: false;
|
|
260
|
+
readonly read: true;
|
|
261
|
+
readonly update: false;
|
|
262
|
+
readonly delete: false;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
readonly employee: {
|
|
266
|
+
readonly "user-account": {
|
|
267
|
+
readonly list: true;
|
|
268
|
+
readonly create: false;
|
|
269
|
+
readonly read: true;
|
|
270
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UserAccountDocument | undefined) => boolean;
|
|
271
|
+
readonly delete: false;
|
|
272
|
+
};
|
|
273
|
+
readonly comment: {
|
|
274
|
+
readonly list: true;
|
|
275
|
+
readonly create: true;
|
|
276
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
277
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
278
|
+
readonly report: true;
|
|
279
|
+
};
|
|
280
|
+
readonly client: {
|
|
281
|
+
readonly access: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
282
|
+
readonly billing: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
283
|
+
readonly owner: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
284
|
+
readonly manager: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
285
|
+
readonly admin: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
286
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
287
|
+
readonly create: false;
|
|
288
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
289
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
290
|
+
readonly delete: false;
|
|
291
|
+
};
|
|
292
|
+
readonly "client-user": {
|
|
293
|
+
readonly list: true;
|
|
294
|
+
readonly create: false;
|
|
295
|
+
readonly read: true;
|
|
296
|
+
readonly update: false;
|
|
297
|
+
readonly delete: false;
|
|
298
|
+
readonly verify: true;
|
|
299
|
+
};
|
|
300
|
+
readonly "client-content-pillar": {
|
|
301
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
302
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
303
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
304
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
305
|
+
readonly delete: false;
|
|
306
|
+
};
|
|
307
|
+
readonly "client-media-platform": {
|
|
308
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
309
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
310
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
311
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
312
|
+
readonly delete: false;
|
|
313
|
+
};
|
|
314
|
+
readonly "client-media-platform-content-type": {
|
|
315
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
316
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
317
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
318
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
319
|
+
readonly delete: false;
|
|
320
|
+
};
|
|
321
|
+
readonly "client-project": {
|
|
322
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
323
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
324
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
325
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
326
|
+
readonly delete: false;
|
|
327
|
+
readonly assign: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
328
|
+
};
|
|
329
|
+
readonly "client-report": {
|
|
330
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
331
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
332
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
333
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
334
|
+
readonly delete: false;
|
|
335
|
+
};
|
|
336
|
+
readonly "client-styleguide": {
|
|
337
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientStyleguideDocument | undefined) => boolean;
|
|
338
|
+
readonly create: false;
|
|
339
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientStyleguideDocument | undefined) => boolean;
|
|
340
|
+
readonly update: false;
|
|
341
|
+
readonly delete: false;
|
|
342
|
+
};
|
|
343
|
+
readonly "content-pillar": {
|
|
344
|
+
readonly list: true;
|
|
345
|
+
readonly create: false;
|
|
346
|
+
readonly read: true;
|
|
347
|
+
readonly update: false;
|
|
348
|
+
readonly delete: false;
|
|
349
|
+
};
|
|
350
|
+
readonly "media-platform": {
|
|
351
|
+
readonly list: true;
|
|
352
|
+
readonly create: false;
|
|
353
|
+
readonly read: true;
|
|
354
|
+
readonly update: false;
|
|
355
|
+
readonly delete: false;
|
|
356
|
+
};
|
|
357
|
+
readonly "media-content-type": {
|
|
358
|
+
readonly list: true;
|
|
359
|
+
readonly create: false;
|
|
360
|
+
readonly read: true;
|
|
361
|
+
readonly update: false;
|
|
362
|
+
readonly delete: false;
|
|
363
|
+
};
|
|
364
|
+
readonly "monday-workspace": {
|
|
365
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
366
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
367
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
368
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
369
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
370
|
+
};
|
|
371
|
+
readonly "utm-tracking-link": {
|
|
372
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
373
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
374
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
375
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
376
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
377
|
+
};
|
|
378
|
+
readonly gcflytour: {
|
|
379
|
+
readonly list: true;
|
|
380
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
381
|
+
readonly read: true;
|
|
382
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: GCFlyTourDocument | undefined) => boolean;
|
|
383
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: GCFlyTourDocument | undefined) => boolean;
|
|
384
|
+
};
|
|
385
|
+
readonly "gcflytour-snap": {
|
|
386
|
+
readonly list: true;
|
|
387
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
388
|
+
readonly read: true;
|
|
389
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: GCFlyTourSnapDocument | undefined) => boolean;
|
|
390
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: GCFlyTourSnapDocument | undefined) => boolean;
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
readonly manager: {
|
|
394
|
+
readonly "user-account": {
|
|
395
|
+
readonly list: true;
|
|
396
|
+
readonly create: false;
|
|
397
|
+
readonly read: true;
|
|
398
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UserAccountDocument | undefined) => boolean;
|
|
399
|
+
readonly delete: false;
|
|
400
|
+
};
|
|
401
|
+
readonly comment: {
|
|
402
|
+
readonly list: true;
|
|
403
|
+
readonly create: true;
|
|
404
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
405
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
406
|
+
readonly report: true;
|
|
407
|
+
};
|
|
408
|
+
readonly client: {
|
|
409
|
+
readonly access: true;
|
|
410
|
+
readonly billing: true;
|
|
411
|
+
readonly owner: true;
|
|
412
|
+
readonly manager: true;
|
|
413
|
+
readonly admin: true;
|
|
414
|
+
readonly list: true;
|
|
415
|
+
readonly create: true;
|
|
416
|
+
readonly read: true;
|
|
417
|
+
readonly update: true;
|
|
418
|
+
readonly delete: false;
|
|
419
|
+
};
|
|
420
|
+
readonly "client-user": {
|
|
421
|
+
readonly list: true;
|
|
422
|
+
readonly create: true;
|
|
423
|
+
readonly read: true;
|
|
424
|
+
readonly update: true;
|
|
425
|
+
readonly delete: true;
|
|
426
|
+
readonly verify: true;
|
|
427
|
+
};
|
|
428
|
+
readonly "client-content-pillar": {
|
|
429
|
+
readonly list: true;
|
|
430
|
+
readonly create: true;
|
|
431
|
+
readonly read: true;
|
|
432
|
+
readonly update: true;
|
|
433
|
+
readonly delete: true;
|
|
434
|
+
};
|
|
435
|
+
readonly "client-media-platform": {
|
|
436
|
+
readonly list: true;
|
|
437
|
+
readonly create: true;
|
|
438
|
+
readonly read: true;
|
|
439
|
+
readonly update: true;
|
|
440
|
+
readonly delete: true;
|
|
441
|
+
};
|
|
442
|
+
readonly "client-media-platform-content-type": {
|
|
443
|
+
readonly list: true;
|
|
444
|
+
readonly create: true;
|
|
445
|
+
readonly read: true;
|
|
446
|
+
readonly update: true;
|
|
447
|
+
readonly delete: true;
|
|
448
|
+
};
|
|
449
|
+
readonly "client-project": {
|
|
450
|
+
readonly list: true;
|
|
451
|
+
readonly create: true;
|
|
452
|
+
readonly read: true;
|
|
453
|
+
readonly update: true;
|
|
454
|
+
readonly delete: true;
|
|
455
|
+
readonly assign: true;
|
|
456
|
+
};
|
|
457
|
+
readonly "client-report": {
|
|
458
|
+
readonly list: true;
|
|
459
|
+
readonly create: true;
|
|
460
|
+
readonly read: true;
|
|
461
|
+
readonly update: true;
|
|
462
|
+
readonly delete: true;
|
|
463
|
+
};
|
|
464
|
+
readonly "client-styleguide": {
|
|
465
|
+
readonly list: true;
|
|
466
|
+
readonly create: true;
|
|
467
|
+
readonly read: true;
|
|
468
|
+
readonly update: true;
|
|
469
|
+
readonly delete: true;
|
|
470
|
+
};
|
|
471
|
+
readonly "content-pillar": {
|
|
472
|
+
readonly list: true;
|
|
473
|
+
readonly create: true;
|
|
474
|
+
readonly read: true;
|
|
475
|
+
readonly update: true;
|
|
476
|
+
readonly delete: true;
|
|
477
|
+
};
|
|
478
|
+
readonly "media-platform": {
|
|
479
|
+
readonly list: true;
|
|
480
|
+
readonly create: true;
|
|
481
|
+
readonly read: true;
|
|
482
|
+
readonly update: true;
|
|
483
|
+
readonly delete: true;
|
|
484
|
+
};
|
|
485
|
+
readonly "media-content-type": {
|
|
486
|
+
readonly list: true;
|
|
487
|
+
readonly create: true;
|
|
488
|
+
readonly read: true;
|
|
489
|
+
readonly update: true;
|
|
490
|
+
readonly delete: true;
|
|
491
|
+
};
|
|
492
|
+
readonly "monday-workspace": {
|
|
493
|
+
readonly list: true;
|
|
494
|
+
readonly create: true;
|
|
495
|
+
readonly read: true;
|
|
496
|
+
readonly update: true;
|
|
497
|
+
readonly delete: true;
|
|
498
|
+
};
|
|
499
|
+
readonly "utm-tracking-link": {
|
|
500
|
+
readonly list: true;
|
|
501
|
+
readonly create: true;
|
|
502
|
+
readonly read: true;
|
|
503
|
+
readonly update: true;
|
|
504
|
+
readonly delete: true;
|
|
505
|
+
};
|
|
506
|
+
readonly gcflytour: {
|
|
507
|
+
readonly list: true;
|
|
508
|
+
readonly create: true;
|
|
509
|
+
readonly read: true;
|
|
510
|
+
readonly update: true;
|
|
511
|
+
readonly delete: true;
|
|
512
|
+
};
|
|
513
|
+
readonly "gcflytour-snap": {
|
|
514
|
+
readonly list: true;
|
|
515
|
+
readonly create: true;
|
|
516
|
+
readonly read: true;
|
|
517
|
+
readonly update: true;
|
|
518
|
+
readonly delete: true;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
readonly client: {
|
|
522
|
+
readonly "user-account": {
|
|
523
|
+
readonly list: true;
|
|
524
|
+
readonly create: false;
|
|
525
|
+
readonly read: true;
|
|
526
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UserAccountDocument | undefined) => boolean;
|
|
527
|
+
readonly delete: false;
|
|
528
|
+
};
|
|
529
|
+
readonly comment: {
|
|
530
|
+
readonly list: true;
|
|
531
|
+
readonly create: true;
|
|
532
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
533
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: CommentDocument | undefined) => boolean;
|
|
534
|
+
readonly report: true;
|
|
535
|
+
};
|
|
536
|
+
readonly client: {
|
|
537
|
+
readonly access: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
538
|
+
readonly billing: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
539
|
+
readonly owner: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
540
|
+
readonly manager: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
541
|
+
readonly admin: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
542
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
543
|
+
readonly create: false;
|
|
544
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
545
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientDocument | undefined) => boolean;
|
|
546
|
+
readonly delete: false;
|
|
547
|
+
};
|
|
548
|
+
readonly "client-user": {
|
|
549
|
+
readonly list: true;
|
|
550
|
+
readonly create: false;
|
|
551
|
+
readonly read: true;
|
|
552
|
+
readonly update: false;
|
|
553
|
+
readonly delete: false;
|
|
554
|
+
readonly verify: true;
|
|
555
|
+
};
|
|
556
|
+
readonly "client-content-pillar": {
|
|
557
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
558
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
559
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
560
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientContentPillarDocument | undefined) => boolean;
|
|
561
|
+
readonly delete: false;
|
|
562
|
+
};
|
|
563
|
+
readonly "client-media-platform": {
|
|
564
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
565
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
566
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
567
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
568
|
+
readonly delete: false;
|
|
569
|
+
};
|
|
570
|
+
readonly "client-media-platform-content-type": {
|
|
571
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
572
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
573
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
574
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
575
|
+
readonly delete: false;
|
|
576
|
+
};
|
|
577
|
+
readonly "client-project": {
|
|
578
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
579
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
580
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
581
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
582
|
+
readonly delete: false;
|
|
583
|
+
readonly assign: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
584
|
+
};
|
|
585
|
+
readonly "client-report": {
|
|
586
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
587
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
588
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
589
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientReportDocument | undefined) => boolean;
|
|
590
|
+
readonly delete: false;
|
|
591
|
+
};
|
|
592
|
+
readonly "client-styleguide": {
|
|
593
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientStyleguideDocument | undefined) => boolean;
|
|
594
|
+
readonly create: false;
|
|
595
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientStyleguideDocument | undefined) => boolean;
|
|
596
|
+
readonly update: false;
|
|
597
|
+
readonly delete: false;
|
|
598
|
+
};
|
|
599
|
+
readonly "content-pillar": {
|
|
600
|
+
readonly list: true;
|
|
601
|
+
readonly create: false;
|
|
602
|
+
readonly read: true;
|
|
603
|
+
readonly update: false;
|
|
604
|
+
readonly delete: false;
|
|
605
|
+
};
|
|
606
|
+
readonly "media-platform": {
|
|
607
|
+
readonly list: true;
|
|
608
|
+
readonly create: false;
|
|
609
|
+
readonly read: true;
|
|
610
|
+
readonly update: false;
|
|
611
|
+
readonly delete: false;
|
|
612
|
+
};
|
|
613
|
+
readonly "media-content-type": {
|
|
614
|
+
readonly list: true;
|
|
615
|
+
readonly create: false;
|
|
616
|
+
readonly read: true;
|
|
617
|
+
readonly update: false;
|
|
618
|
+
readonly delete: false;
|
|
619
|
+
};
|
|
620
|
+
readonly "monday-workspace": {
|
|
621
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
622
|
+
readonly create: false;
|
|
623
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
624
|
+
readonly update: false;
|
|
625
|
+
readonly delete: false;
|
|
626
|
+
};
|
|
627
|
+
readonly "utm-tracking-link": {
|
|
628
|
+
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
629
|
+
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
630
|
+
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
631
|
+
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
632
|
+
readonly delete: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: UtmTrackingLinkDocument | undefined) => boolean;
|
|
633
|
+
};
|
|
634
|
+
readonly gcflytour: {
|
|
635
|
+
readonly list: true;
|
|
636
|
+
readonly create: false;
|
|
637
|
+
readonly read: true;
|
|
638
|
+
readonly update: false;
|
|
639
|
+
readonly delete: false;
|
|
640
|
+
};
|
|
641
|
+
readonly "gcflytour-snap": {
|
|
642
|
+
readonly list: true;
|
|
643
|
+
readonly create: false;
|
|
644
|
+
readonly read: true;
|
|
645
|
+
readonly update: false;
|
|
646
|
+
readonly delete: false;
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
//#endregion
|
|
651
|
+
//#region src/permissions/permission.constants.d.ts
|
|
652
|
+
/**
|
|
653
|
+
* Example usage of ClientEntityScope type
|
|
654
|
+
* @reference https://youtube.com/shorts/zOseJFD447U?si=xX8DYEHdl9YtN7S4
|
|
655
|
+
*
|
|
656
|
+
* > const validScope: ClientEntityScope = "utm-tracking-link:list"; // ✅
|
|
657
|
+
* > const invalidScope: ClientEntityScope = "blog-post:import"; // ❌ Type error!
|
|
658
|
+
*/
|
|
659
|
+
declare const CLIENT_ENTITY_PERMISSIONS: {
|
|
660
|
+
readonly client: readonly ["admin", "owner", "manager", "billing", "access"];
|
|
661
|
+
readonly "client-project": readonly ["list", "create", "read", "update", "delete", "assign"];
|
|
662
|
+
readonly "client-media-platform": readonly ["list", "create", "read", "update", "delete"];
|
|
663
|
+
readonly "client-media-platform-content-type": readonly ["list", "create", "read", "update", "delete"];
|
|
664
|
+
readonly "client-content-pillar": readonly ["list", "create", "read", "update", "delete"];
|
|
665
|
+
readonly "client-report": readonly ["list", "create", "read", "update", "delete"];
|
|
666
|
+
readonly "client-styleguide": readonly ["list", "create", "read", "update", "delete"];
|
|
667
|
+
readonly "monday-workspace": readonly ["list", "create", "read", "update", "delete"];
|
|
668
|
+
readonly "utm-tracking-link": readonly ["list", "create", "read", "update", "delete"];
|
|
669
|
+
readonly gcflytour: readonly ["list", "create", "read", "update", "delete"];
|
|
670
|
+
readonly "gcflytour-snap": readonly ["list", "create", "read", "update", "delete"];
|
|
671
|
+
};
|
|
672
|
+
type ClientEntityKey = keyof typeof CLIENT_ENTITY_PERMISSIONS;
|
|
673
|
+
type ClientEntityActions<K extends ClientEntityKey = ClientEntityKey> = (typeof CLIENT_ENTITY_PERMISSIONS)[K][number];
|
|
674
|
+
type EntityActionJoin<K extends string, V extends string> = `${K}:${V}`;
|
|
675
|
+
type ClientEntityScope = { [K in ClientEntityKey]: EntityActionJoin<K, (typeof CLIENT_ENTITY_PERMISSIONS)[K][number]> }[ClientEntityKey];
|
|
676
|
+
declare const CLIENT_ENTITY_KEYS: ClientEntityKey[];
|
|
677
|
+
declare const CLIENT_ENTITY_SCOPES: ClientEntityScope[];
|
|
678
|
+
//#endregion
|
|
679
|
+
//#region src/types/core/document.d.ts
|
|
680
|
+
type BaseDocument = {
|
|
681
|
+
id: number;
|
|
682
|
+
documentId: string;
|
|
683
|
+
publishedAt: string;
|
|
684
|
+
createdAt: string;
|
|
685
|
+
updatedAt: string;
|
|
686
|
+
};
|
|
687
|
+
//#endregion
|
|
688
|
+
//#region src/types/core/enums.d.ts
|
|
689
|
+
/**
|
|
690
|
+
* @description Strapi Theme Options
|
|
691
|
+
*/
|
|
692
|
+
type StrapiThemeOptions = "default" | "secondary" | "destructive" | "outline" | "ghost" | "link";
|
|
693
|
+
type StrapiBgColorOptions = "red" | "pink" | "orange" | "yellow" | "green" | "blue-light" | "blue-dark" | "brown-light" | "brown-dark";
|
|
694
|
+
type StrapiTextColorOptions = "light" | "dark";
|
|
695
|
+
type StrapiDirection = "horizontal" | "vertical";
|
|
696
|
+
type StrapiGapSizes = "none" | "small" | "medium" | "large";
|
|
697
|
+
type StrapiLinkType = "email" | "phone" | "social" | "link" | null;
|
|
698
|
+
type StrapiIconPosition = "before" | "after" | "above" | "below";
|
|
699
|
+
type StrapiIconName = "link" | "email" | "phone" | "facebook" | "instagram" | "linkedin" | "tiktok" | "pinterest" | "twitter" | null;
|
|
700
|
+
/**
|
|
701
|
+
* @description Strapi Link Options
|
|
702
|
+
*/
|
|
703
|
+
type StrapiLinkTarget = "_blank" | "_self" | "_parent" | "_top" | null;
|
|
704
|
+
type StrapiLinkReferrerPolicy = "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
|
705
|
+
type StrapiLinkRel = "alternate" | "author" | "bookmark" | "external" | "help" | "license" | "next" | "nofollow" | "noreferrer" | "noopener" | "prev" | "search" | "tag";
|
|
706
|
+
//#endregion
|
|
707
|
+
//#region src/types/core/forms.d.ts
|
|
708
|
+
type FormSelectInputOption = {
|
|
709
|
+
label: string;
|
|
710
|
+
value: string;
|
|
711
|
+
description?: string | null;
|
|
712
|
+
disabled?: boolean;
|
|
713
|
+
meta?: Record<string, any>;
|
|
714
|
+
};
|
|
715
|
+
//#endregion
|
|
716
|
+
//#region src/types/core/media.d.ts
|
|
717
|
+
type MediaFormat = {
|
|
718
|
+
ext: string;
|
|
719
|
+
url: string;
|
|
720
|
+
hash: string;
|
|
721
|
+
mime: string;
|
|
722
|
+
name: string;
|
|
723
|
+
path: string | null;
|
|
724
|
+
size: number;
|
|
725
|
+
width: number;
|
|
726
|
+
height: number;
|
|
727
|
+
sizeInBytes: number;
|
|
728
|
+
};
|
|
729
|
+
type MediaFormats = {
|
|
730
|
+
large?: MediaFormat;
|
|
731
|
+
small?: MediaFormat;
|
|
732
|
+
medium?: MediaFormat;
|
|
733
|
+
thumbnail?: MediaFormat;
|
|
734
|
+
};
|
|
735
|
+
type MediaUploadDocument = {
|
|
736
|
+
name: string;
|
|
737
|
+
alternativeText: string | null;
|
|
738
|
+
caption: string | null;
|
|
739
|
+
width: number;
|
|
740
|
+
height: number;
|
|
741
|
+
formats?: MediaFormats | null;
|
|
742
|
+
hash: string;
|
|
743
|
+
ext: string;
|
|
744
|
+
mime: string;
|
|
745
|
+
size: number;
|
|
746
|
+
url: string;
|
|
747
|
+
previewUrl: string | null;
|
|
748
|
+
provider: string;
|
|
749
|
+
provider_metadata: null;
|
|
750
|
+
} & BaseDocument;
|
|
751
|
+
//#endregion
|
|
752
|
+
//#region src/types/core/response.d.ts
|
|
753
|
+
type StrapiPagination = {
|
|
754
|
+
page: number;
|
|
755
|
+
pageSize: number;
|
|
756
|
+
pageCount: number;
|
|
757
|
+
total: number;
|
|
758
|
+
};
|
|
759
|
+
type StrapiResponseMeta = {
|
|
760
|
+
pagination?: StrapiPagination;
|
|
761
|
+
token?: string;
|
|
762
|
+
};
|
|
763
|
+
type StrapiResponseMetaWithPagination = StrapiResponseMeta & {
|
|
764
|
+
pagination: StrapiPagination;
|
|
765
|
+
};
|
|
766
|
+
type StrapiAttributeErrorKey<T> = {
|
|
767
|
+
message: string;
|
|
768
|
+
name: string;
|
|
769
|
+
path: string[];
|
|
770
|
+
value: T[keyof T];
|
|
771
|
+
};
|
|
772
|
+
type StrapiErrorDetail<T> = {
|
|
773
|
+
status: string | number;
|
|
774
|
+
name: string;
|
|
775
|
+
message: string;
|
|
776
|
+
details: Record<keyof T, string>;
|
|
777
|
+
};
|
|
778
|
+
type StrapiAttributeErrorDetail<T> = {
|
|
779
|
+
status: string | number;
|
|
780
|
+
name: string;
|
|
781
|
+
message: string;
|
|
782
|
+
details: {
|
|
783
|
+
errors: StrapiAttributeErrorKey<T>[];
|
|
784
|
+
};
|
|
785
|
+
};
|
|
786
|
+
type StrapiSingleResponse<T> = {
|
|
787
|
+
data: T;
|
|
788
|
+
error?: undefined;
|
|
789
|
+
meta?: StrapiResponseMeta;
|
|
790
|
+
};
|
|
791
|
+
type StrapiListResponse<T> = {
|
|
792
|
+
data: T[];
|
|
793
|
+
error?: undefined;
|
|
794
|
+
meta?: StrapiResponseMetaWithPagination;
|
|
795
|
+
};
|
|
796
|
+
type StrapiErrorResponse<T> = {
|
|
797
|
+
data: null;
|
|
798
|
+
error: StrapiErrorDetail<T>;
|
|
799
|
+
meta?: undefined;
|
|
800
|
+
};
|
|
801
|
+
type StrapiAttributeErrorResponse<T> = {
|
|
802
|
+
data: null;
|
|
803
|
+
error: StrapiAttributeErrorDetail<T>;
|
|
804
|
+
meta?: undefined;
|
|
805
|
+
};
|
|
806
|
+
type StrapiErrorResult<T> = StrapiErrorResponse<T> | StrapiAttributeErrorResponse<T>;
|
|
807
|
+
//#endregion
|
|
808
|
+
//#region src/types/components/shared/link.d.ts
|
|
809
|
+
type SharedLink = {
|
|
810
|
+
id: number;
|
|
811
|
+
href: string;
|
|
812
|
+
label: string;
|
|
813
|
+
target: StrapiLinkTarget;
|
|
814
|
+
};
|
|
815
|
+
type ComponentSharedLink = {
|
|
816
|
+
__component: string;
|
|
817
|
+
} & SharedLink;
|
|
818
|
+
//#endregion
|
|
819
|
+
//#region src/types/components/shared/button.d.ts
|
|
820
|
+
type SharedButton = {
|
|
821
|
+
id: number;
|
|
822
|
+
theme: StrapiThemeOptions;
|
|
823
|
+
link: SharedLink;
|
|
824
|
+
show_icon: boolean;
|
|
825
|
+
icon: StrapiIconName;
|
|
826
|
+
icon_position: StrapiIconPosition;
|
|
827
|
+
full_width: boolean;
|
|
828
|
+
};
|
|
829
|
+
type ComponentSharedButton = {
|
|
830
|
+
__component: string;
|
|
831
|
+
} & SharedButton;
|
|
832
|
+
//#endregion
|
|
833
|
+
//#region src/types/components/shared/rich-text-block.d.ts
|
|
834
|
+
type RichTextBlockChildren = {
|
|
835
|
+
type: string;
|
|
836
|
+
url?: string;
|
|
837
|
+
text?: string;
|
|
838
|
+
bold?: boolean;
|
|
839
|
+
italic?: boolean;
|
|
840
|
+
underline?: boolean;
|
|
841
|
+
};
|
|
842
|
+
type RichTextBlock = {
|
|
843
|
+
type: string;
|
|
844
|
+
children: RichTextBlockChildren[];
|
|
845
|
+
};
|
|
846
|
+
type SharedRichTextBlock = {
|
|
847
|
+
id: number;
|
|
848
|
+
content?: RichTextBlock[] | null;
|
|
849
|
+
};
|
|
850
|
+
type ComponentSharedRichTextBlock = {
|
|
851
|
+
__component: string;
|
|
852
|
+
} & SharedRichTextBlock;
|
|
853
|
+
//#endregion
|
|
854
|
+
//#region src/types/components/shared/question-answer.d.ts
|
|
855
|
+
type SharedQuestionAnswer = {
|
|
856
|
+
id: number;
|
|
857
|
+
question: string;
|
|
858
|
+
answer: RichTextBlock[];
|
|
859
|
+
};
|
|
860
|
+
type ComponentSharedQuestionAnswer = {
|
|
861
|
+
__component: string;
|
|
862
|
+
} & SharedQuestionAnswer;
|
|
863
|
+
//#endregion
|
|
864
|
+
//#region src/types/components/shared/seo.d.ts
|
|
865
|
+
type OpenGraph = {
|
|
866
|
+
ogTitle: string;
|
|
867
|
+
ogDescription: string;
|
|
868
|
+
ogType: string | null;
|
|
869
|
+
ogUrl: string | null;
|
|
870
|
+
ogImage?: MediaUploadDocument | null;
|
|
871
|
+
};
|
|
872
|
+
type ComponentOpenGraph = {
|
|
873
|
+
__component: string;
|
|
874
|
+
} & OpenGraph;
|
|
875
|
+
type MetaSocialNetwork = "Facebook" | "Twitter";
|
|
876
|
+
type MetaSocial = {
|
|
877
|
+
socialNetwork: MetaSocialNetwork;
|
|
878
|
+
title: string;
|
|
879
|
+
description: string;
|
|
880
|
+
image?: MediaUploadDocument | null;
|
|
881
|
+
};
|
|
882
|
+
type ComponentMetaSocial = {
|
|
883
|
+
__component: string;
|
|
884
|
+
} & MetaSocial;
|
|
885
|
+
type SeoMeta = {
|
|
886
|
+
metaTitle: string;
|
|
887
|
+
metaDescription: string;
|
|
888
|
+
metaImage?: MediaUploadDocument | null;
|
|
889
|
+
openGraph?: OpenGraph | null;
|
|
890
|
+
metaSocial?: MetaSocial[] | null;
|
|
891
|
+
keywords: string | null;
|
|
892
|
+
metaRobots: string | null;
|
|
893
|
+
metaViewport: string | null;
|
|
894
|
+
canonicalURL: string | null;
|
|
895
|
+
structuredData: {
|
|
896
|
+
[key: string]: string;
|
|
897
|
+
} | null;
|
|
898
|
+
};
|
|
899
|
+
type ComponentSeoMeta = {
|
|
900
|
+
__component: string;
|
|
901
|
+
} & SeoMeta;
|
|
902
|
+
//#endregion
|
|
903
|
+
//#region src/types/components/blocks/announcement-bar.d.ts
|
|
904
|
+
type BlockAnnouncementBar = {
|
|
905
|
+
id: number;
|
|
906
|
+
bg_color: StrapiBgColorOptions;
|
|
907
|
+
text_color: StrapiTextColorOptions;
|
|
908
|
+
href: string | null;
|
|
909
|
+
content: RichTextBlock[];
|
|
910
|
+
};
|
|
911
|
+
type ComponentBlockAnnouncementBar = {
|
|
912
|
+
__component: string;
|
|
913
|
+
} & BlockAnnouncementBar;
|
|
914
|
+
//#endregion
|
|
915
|
+
//#region src/types/components/blocks/brand-logos.d.ts
|
|
916
|
+
type BlockBrandLogos = {
|
|
917
|
+
id: number;
|
|
918
|
+
light: MediaUploadDocument;
|
|
919
|
+
dark: MediaUploadDocument;
|
|
920
|
+
color: MediaUploadDocument;
|
|
921
|
+
};
|
|
922
|
+
type ComponentBlockBrandLogos = {
|
|
923
|
+
__component: string;
|
|
924
|
+
} & BlockBrandLogos;
|
|
925
|
+
//#endregion
|
|
926
|
+
//#region src/types/components/blocks/button-group.d.ts
|
|
927
|
+
type BlockButtonGroup = {
|
|
928
|
+
id: number;
|
|
929
|
+
direction: StrapiDirection;
|
|
930
|
+
gap: StrapiGapSizes;
|
|
931
|
+
buttons: SharedButton[];
|
|
932
|
+
};
|
|
933
|
+
type ComponentBlockButtonGroup = {
|
|
934
|
+
__component: string;
|
|
935
|
+
} & BlockButtonGroup;
|
|
936
|
+
//#endregion
|
|
937
|
+
//#region src/types/components/blocks/contact.d.ts
|
|
938
|
+
type BlockContact = {
|
|
939
|
+
id: number;
|
|
940
|
+
link_type: StrapiLinkType;
|
|
941
|
+
label: string;
|
|
942
|
+
destination: string;
|
|
943
|
+
icon: StrapiIconName;
|
|
944
|
+
show_icon: boolean;
|
|
945
|
+
icon_position: StrapiIconPosition;
|
|
946
|
+
full_width: boolean;
|
|
947
|
+
};
|
|
948
|
+
type ComponentBlockContact = {
|
|
949
|
+
__component: string;
|
|
950
|
+
} & BlockContact;
|
|
951
|
+
//#endregion
|
|
952
|
+
//#region src/types/components/blocks/cta-link.d.ts
|
|
953
|
+
type BlockCtaLink = {
|
|
954
|
+
id: number;
|
|
955
|
+
cta_label: string;
|
|
956
|
+
cta_href: string | null;
|
|
957
|
+
cta_download: string | null;
|
|
958
|
+
cta_title: string | null;
|
|
959
|
+
cta_referrerpolicy: StrapiLinkReferrerPolicy | null;
|
|
960
|
+
cta_rel: StrapiLinkRel | null;
|
|
961
|
+
cta_target: StrapiLinkTarget | null;
|
|
962
|
+
};
|
|
963
|
+
type ComponentBlockCtaLink = {
|
|
964
|
+
__component: string;
|
|
965
|
+
} & BlockCtaLink;
|
|
966
|
+
//#endregion
|
|
967
|
+
//#region src/types/components/blocks/faqs.d.ts
|
|
968
|
+
type BlockFaq = {
|
|
969
|
+
id: number;
|
|
970
|
+
title: string;
|
|
971
|
+
theme: StrapiThemeOptions;
|
|
972
|
+
faq: SharedQuestionAnswer[];
|
|
973
|
+
};
|
|
974
|
+
type ComponentBlockFaq = {
|
|
975
|
+
__component: string;
|
|
976
|
+
} & BlockFaq;
|
|
977
|
+
//#endregion
|
|
978
|
+
//#region src/types/components/blocks/video.d.ts
|
|
979
|
+
type BlockVideoEmbed = {
|
|
980
|
+
id: number;
|
|
981
|
+
video_source: "youtube" | "upload";
|
|
982
|
+
video_id: string | null;
|
|
983
|
+
video_upload?: MediaUploadDocument | null;
|
|
984
|
+
};
|
|
985
|
+
type ComponentBlockVideo = {
|
|
986
|
+
__component: string;
|
|
987
|
+
} & BlockVideoEmbed;
|
|
988
|
+
//#endregion
|
|
989
|
+
//#region src/types/components/blocks/fullscreen-content.d.ts
|
|
990
|
+
type BlockFullscreenContentType = "zoomable-image" | "video" | "html" | "website";
|
|
991
|
+
type BlockFullscreenContent = {
|
|
992
|
+
id: number;
|
|
993
|
+
fullscreen_type: BlockFullscreenContentType;
|
|
994
|
+
fullscreen_img?: MediaUploadDocument | null;
|
|
995
|
+
website_url: string | null;
|
|
996
|
+
html_content: string | null;
|
|
997
|
+
video?: BlockVideoEmbed | null;
|
|
998
|
+
};
|
|
999
|
+
type ComponentBlockFullscreenContent = {
|
|
1000
|
+
__component: string;
|
|
1001
|
+
} & BlockFullscreenContent;
|
|
1002
|
+
//#endregion
|
|
1003
|
+
//#region src/types/components/blocks/graphic-image.d.ts
|
|
1004
|
+
type BlockGraphicImage = {
|
|
1005
|
+
id: number;
|
|
1006
|
+
image?: MediaUploadDocument;
|
|
1007
|
+
container: "fullscreen" | "wide" | "standard";
|
|
1008
|
+
};
|
|
1009
|
+
type ComponentBlockGraphicImage = {
|
|
1010
|
+
__component: string;
|
|
1011
|
+
} & BlockGraphicImage;
|
|
1012
|
+
//#endregion
|
|
1013
|
+
//#region src/types/components/blocks/pull-quote.d.ts
|
|
1014
|
+
type BlockPullQuote = {
|
|
1015
|
+
id: number;
|
|
1016
|
+
title: string | null;
|
|
1017
|
+
content: RichTextBlock[];
|
|
1018
|
+
};
|
|
1019
|
+
type ComponentBlockPullQuote = {
|
|
1020
|
+
__component: string;
|
|
1021
|
+
} & BlockPullQuote;
|
|
1022
|
+
//#endregion
|
|
1023
|
+
//#region src/types/components/blocks/section-title.d.ts
|
|
1024
|
+
type BlockSectionTitle = {
|
|
1025
|
+
id: number;
|
|
1026
|
+
title: string;
|
|
1027
|
+
section_id: string;
|
|
1028
|
+
header_size: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
1029
|
+
};
|
|
1030
|
+
type ComponentBlockSectionTitle = {
|
|
1031
|
+
__component: string;
|
|
1032
|
+
} & BlockSectionTitle;
|
|
1033
|
+
//#endregion
|
|
1034
|
+
//#region src/types/components/blocks/text-details.d.ts
|
|
1035
|
+
type BlockTextDetails = {
|
|
1036
|
+
id: number;
|
|
1037
|
+
subtitle: string;
|
|
1038
|
+
description: string;
|
|
1039
|
+
cta_link?: BlockCtaLink | null;
|
|
1040
|
+
};
|
|
1041
|
+
type ComponentBlockTextDetails = {
|
|
1042
|
+
__component: string;
|
|
1043
|
+
} & BlockTextDetails;
|
|
1044
|
+
//#endregion
|
|
1045
|
+
//#region src/types/components/brand/styleguide-color.d.ts
|
|
1046
|
+
type BrandStyleguideColor = {
|
|
1047
|
+
id: number;
|
|
1048
|
+
title: string;
|
|
1049
|
+
slug: string;
|
|
1050
|
+
hex: string;
|
|
1051
|
+
};
|
|
1052
|
+
type ComponentBrandStyleguideColor = {
|
|
1053
|
+
__component: string;
|
|
1054
|
+
} & BrandStyleguideColor;
|
|
1055
|
+
//#endregion
|
|
1056
|
+
//#region src/types/components/brand/styleguide-font.d.ts
|
|
1057
|
+
type BrandStyleguideFont = {
|
|
1058
|
+
id: number;
|
|
1059
|
+
title: string;
|
|
1060
|
+
slug: string;
|
|
1061
|
+
fallbacks: Array<WebSafeFont>;
|
|
1062
|
+
src: MediaUploadDocument;
|
|
1063
|
+
font_files: Array<MediaUploadDocument>;
|
|
1064
|
+
};
|
|
1065
|
+
type ComponentBrandStyleguideFont = {
|
|
1066
|
+
__component: string;
|
|
1067
|
+
} & BrandStyleguideFont;
|
|
1068
|
+
//#endregion
|
|
1069
|
+
//#region src/types/components/forms/form-download.d.ts
|
|
1070
|
+
type FormDownloadKeys = "SS 2025 Get Community Trends Report" | "SS 2024 Get Community Trends Report" | "SS 2024 Fall Media Trends Report" | "SS 2024 Spring Media Trends Report" | "SS 2023 Trends Report" | "SS 2023 Fall Media Trends Report" | "SS 2023 Summer Media Trends Report" | "SS 2023 Spring Media Trends Report" | "SS 2023 Winter Media Trends Report" | "SS 2023 PCBC Presentation PDF" | "SS 2022 Get Community Trends Report" | "SS 2022 Fall Media Trends Report" | "SS 2022 Winter Media Trends Report" | "SS 2022 Build Good FOMO with Get Community" | "SS 2022 LinkedIn Checklist" | "SS 2021 Get Community Trends Report" | "SS 2020 Going Virtual Guide PDF" | "SS 2020 Marketable Home Quotes";
|
|
1071
|
+
type FormDownload = {
|
|
1072
|
+
id: number;
|
|
1073
|
+
download_type: "link" | "file";
|
|
1074
|
+
download_key: FormDownloadKeys;
|
|
1075
|
+
download_file?: MediaUploadDocument | null;
|
|
1076
|
+
download_link?: string | null;
|
|
1077
|
+
};
|
|
1078
|
+
type ComponentFormDownload = {
|
|
1079
|
+
__component: string;
|
|
1080
|
+
} & FormDownload;
|
|
1081
|
+
//#endregion
|
|
1082
|
+
//#region src/types/components/forms/form-select.d.ts
|
|
1083
|
+
type FormUID = "ss-newsletter" | "ss-sign-up-to-download" | "strapi-leads" | "strapi-resumes";
|
|
1084
|
+
type FormSelect = {
|
|
1085
|
+
id: number;
|
|
1086
|
+
form_id: FormUID;
|
|
1087
|
+
form_download?: FormDownload | null;
|
|
1088
|
+
};
|
|
1089
|
+
type ComponentFormSelect = {
|
|
1090
|
+
__component: string;
|
|
1091
|
+
} & FormSelect;
|
|
1092
|
+
//#endregion
|
|
1093
|
+
//#region src/types/components/slideshow/slider-settings.d.ts
|
|
1094
|
+
type SliderOrigin = "center" | "start" | "end";
|
|
1095
|
+
type SliderSpacing = "none" | "small" | "medium" | "large";
|
|
1096
|
+
type SliderBreakpoint = "screen" | "sm" | "md" | "lg" | "xl" | "xxl";
|
|
1097
|
+
type SliderSettings = {
|
|
1098
|
+
id: number;
|
|
1099
|
+
breakpoint: number;
|
|
1100
|
+
screen: SliderBreakpoint;
|
|
1101
|
+
slides_per_view: number;
|
|
1102
|
+
slides_spacing: SliderSpacing;
|
|
1103
|
+
slides_origin: string | null;
|
|
1104
|
+
};
|
|
1105
|
+
type ComponentSliderSettings = {
|
|
1106
|
+
__component: string;
|
|
1107
|
+
} & SliderSettings;
|
|
1108
|
+
//#endregion
|
|
1109
|
+
//#region src/types/components/slideshow/slideshow-settings.d.ts
|
|
1110
|
+
type SlideshowMode = "snap" | "free";
|
|
1111
|
+
type SlideshowSettings = {
|
|
1112
|
+
id: number;
|
|
1113
|
+
loop: boolean;
|
|
1114
|
+
mode: SlideshowMode;
|
|
1115
|
+
initial: number;
|
|
1116
|
+
};
|
|
1117
|
+
type ComponentSlideshowSettings = {
|
|
1118
|
+
__component: string;
|
|
1119
|
+
} & SlideshowSettings;
|
|
1120
|
+
//#endregion
|
|
1121
|
+
//#region src/types/components/slideshow/slide-component-props.d.ts
|
|
1122
|
+
type SlideshowComponentSlideSettings = {
|
|
1123
|
+
origin: SliderOrigin;
|
|
1124
|
+
perView: number;
|
|
1125
|
+
spacing: string;
|
|
1126
|
+
};
|
|
1127
|
+
type SlideshowComponentProps = {
|
|
1128
|
+
loop: boolean;
|
|
1129
|
+
mode: SlideshowMode | undefined;
|
|
1130
|
+
initial: number;
|
|
1131
|
+
slides: SlideshowComponentSlideSettings;
|
|
1132
|
+
breakpoints: Record<SliderBreakpoint, {
|
|
1133
|
+
slides: SlideshowComponentSlideSettings;
|
|
1134
|
+
}> | undefined;
|
|
1135
|
+
};
|
|
1136
|
+
//#endregion
|
|
1137
|
+
//#region src/types/components/slideshow/slide-content.d.ts
|
|
1138
|
+
type SlideType = "image-contain" | "image-cover" | "image-fill" | "image" | "video" | "html" | "website";
|
|
1139
|
+
type SlideContent = {
|
|
1140
|
+
id: number;
|
|
1141
|
+
slide_type: SlideType;
|
|
1142
|
+
slide_image: MediaUploadDocument | null;
|
|
1143
|
+
website_url: string | null;
|
|
1144
|
+
html_content: string | null;
|
|
1145
|
+
video?: ComponentBlockVideo;
|
|
1146
|
+
};
|
|
1147
|
+
type ComponentSlideContent = {
|
|
1148
|
+
__component: string;
|
|
1149
|
+
} & SlideContent;
|
|
1150
|
+
//#endregion
|
|
1151
|
+
//#region src/types/components/slideshow/slideshow.d.ts
|
|
1152
|
+
type Slideshow = {
|
|
1153
|
+
id: number;
|
|
1154
|
+
settings?: SlideshowSettings;
|
|
1155
|
+
slider_settings?: SliderSettings[];
|
|
1156
|
+
slides?: SlideContent[];
|
|
1157
|
+
};
|
|
1158
|
+
type ComponentSlideshow = {
|
|
1159
|
+
__component: string;
|
|
1160
|
+
} & Slideshow;
|
|
1161
|
+
//#endregion
|
|
1162
|
+
//#region src/types/components/utm/utm-option.d.ts
|
|
1163
|
+
type UtmClassificationKey = "organic" | "paid";
|
|
1164
|
+
type UtmSourceKey = "all" | "meta" | "meta_facebook" | "meta_instagram" | "tiktok" | "twitter" | "linkedin" | "pinterest" | "google" | "youtube" | "bing" | "sms" | "email" | "realtor" | "zillow" | "bdx_nhs" | "yelp" | "qr_code" | "stackadapt" | "newswire" | "propellant" | "mobile_app" | "gcflytour" | "referral";
|
|
1165
|
+
type UtmOption = {
|
|
1166
|
+
id: number;
|
|
1167
|
+
label: string;
|
|
1168
|
+
value: string;
|
|
1169
|
+
description: string | null;
|
|
1170
|
+
is_active: boolean;
|
|
1171
|
+
active_by_classification: Array<UtmClassificationKey>;
|
|
1172
|
+
active_by_source: Array<UtmSourceKey>;
|
|
1173
|
+
};
|
|
1174
|
+
type ComponentUtmOption = {
|
|
1175
|
+
__component: string;
|
|
1176
|
+
} & UtmOption;
|
|
1177
|
+
//#endregion
|
|
1178
|
+
//#region src/types/documents/category.document.d.ts
|
|
1179
|
+
type CategoryDocument = {
|
|
1180
|
+
label: string;
|
|
1181
|
+
slug: string;
|
|
1182
|
+
blog_posts?: Partial<BlogPostDocument>[] | null;
|
|
1183
|
+
} & BaseDocument;
|
|
1184
|
+
//#endregion
|
|
1185
|
+
//#region src/types/documents/tag.document.d.ts
|
|
1186
|
+
type TagDocument = {
|
|
1187
|
+
label: string;
|
|
1188
|
+
slug: string;
|
|
1189
|
+
} & BaseDocument;
|
|
1190
|
+
//#endregion
|
|
1191
|
+
//#region src/types/documents/trend.document.d.ts
|
|
1192
|
+
type TrendDocument = {
|
|
1193
|
+
title: string;
|
|
1194
|
+
creators?: TeamMemberDocument[];
|
|
1195
|
+
video_embed?: BlockVideoEmbed | null;
|
|
1196
|
+
caption: string | null;
|
|
1197
|
+
featured_image: MediaUploadDocument;
|
|
1198
|
+
likes: number;
|
|
1199
|
+
} & BaseDocument;
|
|
1200
|
+
//#endregion
|
|
1201
|
+
//#region src/types/documents/team-member.document.d.ts
|
|
1202
|
+
type TeamMemberTier = "owner" | "manager" | "employee";
|
|
1203
|
+
type TeamMemberGroup = "account" | "media" | "creative";
|
|
1204
|
+
type TeamMemberDocument = {
|
|
1205
|
+
name: string;
|
|
1206
|
+
slug: string;
|
|
1207
|
+
order: number;
|
|
1208
|
+
job_title: string;
|
|
1209
|
+
tier: TeamMemberTier;
|
|
1210
|
+
group: TeamMemberGroup;
|
|
1211
|
+
is_employed: boolean;
|
|
1212
|
+
trends?: TrendDocument[];
|
|
1213
|
+
contact_links?: BlockContact;
|
|
1214
|
+
biography: RichTextBlock[];
|
|
1215
|
+
featured_image?: MediaUploadDocument | null;
|
|
1216
|
+
featured_video?: MediaUploadDocument | null;
|
|
1217
|
+
blog_posts?: BlogPostDocument[];
|
|
1218
|
+
} & BaseDocument;
|
|
1219
|
+
//#endregion
|
|
1220
|
+
//#region src/types/documents/blog-post.document.d.ts
|
|
1221
|
+
type BlogPostBlock = ComponentBlockSectionTitle | ComponentBlockGraphicImage | ComponentBlockPullQuote | ComponentBlockVideo | ComponentBlockFaq | ComponentBlockContact | ComponentBlockButtonGroup | ComponentBlockFullscreenContent | ComponentFormSelect | ComponentSlideshow | ComponentSharedRichTextBlock;
|
|
1222
|
+
type BlogPostDocument = {
|
|
1223
|
+
title: string;
|
|
1224
|
+
slug: string;
|
|
1225
|
+
excerpt: string;
|
|
1226
|
+
published: string;
|
|
1227
|
+
is_live: boolean;
|
|
1228
|
+
is_featured: boolean;
|
|
1229
|
+
is_public: boolean;
|
|
1230
|
+
featured_image: MediaUploadDocument | null;
|
|
1231
|
+
category?: CategoryDocument | null;
|
|
1232
|
+
tags?: TagDocument[] | null;
|
|
1233
|
+
authors?: TeamMemberDocument[] | null;
|
|
1234
|
+
related_posts?: BlogPostDocument[] | null;
|
|
1235
|
+
seo?: SeoMeta | null;
|
|
1236
|
+
blocks?: BlogPostBlock[];
|
|
1237
|
+
layout: "main-aside" | "center-column" | null;
|
|
1238
|
+
} & BaseDocument;
|
|
1239
|
+
//#endregion
|
|
1240
|
+
//#region src/types/documents/client-media-platform-content-type.document.d.ts
|
|
1241
|
+
type ClientMediaPlatformContentTypeDocument = {
|
|
1242
|
+
is_active: boolean;
|
|
1243
|
+
is_organic_social: boolean;
|
|
1244
|
+
is_paid_media: boolean;
|
|
1245
|
+
client_media_platform?: ClientMediaPlatformDocument;
|
|
1246
|
+
media_content_type?: MediaContentTypeDocument;
|
|
1247
|
+
} & BaseDocument;
|
|
1248
|
+
//#endregion
|
|
1249
|
+
//#region src/types/documents/media-platform.document.d.ts
|
|
1250
|
+
type MediaPlatformDocument = {
|
|
1251
|
+
title: string;
|
|
1252
|
+
slug: string;
|
|
1253
|
+
utm_key: string | null;
|
|
1254
|
+
is_active: boolean;
|
|
1255
|
+
is_organic_social: boolean;
|
|
1256
|
+
is_paid_media: boolean;
|
|
1257
|
+
logos: BlockBrandLogos | null;
|
|
1258
|
+
description: string | null;
|
|
1259
|
+
information: RichTextBlock[] | null;
|
|
1260
|
+
clients?: ClientMediaPlatformDocument[];
|
|
1261
|
+
media_content_types?: MediaContentTypeDocument[];
|
|
1262
|
+
} & BaseDocument;
|
|
1263
|
+
//#endregion
|
|
1264
|
+
//#region src/types/documents/media-content-type.document.d.ts
|
|
1265
|
+
type MediaContentTypeDocument = {
|
|
1266
|
+
title: string;
|
|
1267
|
+
slug: string;
|
|
1268
|
+
utm_key: string | null;
|
|
1269
|
+
is_active: boolean;
|
|
1270
|
+
is_organic_social: boolean;
|
|
1271
|
+
is_paid_media: boolean;
|
|
1272
|
+
description: string | null;
|
|
1273
|
+
information: RichTextBlock[] | null;
|
|
1274
|
+
media_platforms?: MediaPlatformDocument[];
|
|
1275
|
+
client_media_platform_content_types?: ClientMediaPlatformContentTypeDocument[];
|
|
1276
|
+
} & BaseDocument;
|
|
1277
|
+
//#endregion
|
|
1278
|
+
//#region src/types/documents/client-media-platform.document.d.ts
|
|
1279
|
+
type ClientMediaPlatformDocument = {
|
|
1280
|
+
is_active: boolean;
|
|
1281
|
+
client?: ClientDocument;
|
|
1282
|
+
media_platform?: MediaPlatformDocument;
|
|
1283
|
+
media_content_types?: MediaContentTypeDocument[];
|
|
1284
|
+
} & BaseDocument;
|
|
1285
|
+
//#endregion
|
|
1286
|
+
//#region src/types/documents/client-project.document.d.ts
|
|
1287
|
+
type ClientProjectDocument = {
|
|
1288
|
+
clients?: ClientDocument[];
|
|
1289
|
+
title: string;
|
|
1290
|
+
slug: string;
|
|
1291
|
+
featured_image?: MediaUploadDocument | null;
|
|
1292
|
+
is_active: boolean;
|
|
1293
|
+
is_hidden: boolean;
|
|
1294
|
+
project_status: (typeof ClientProjectStatusOptions)[number][];
|
|
1295
|
+
project_phase: (typeof ClientProjectPhaseOptions)[number];
|
|
1296
|
+
project_url: string | null;
|
|
1297
|
+
project_type: string | null;
|
|
1298
|
+
project_pricing: string | null;
|
|
1299
|
+
project_address: string | null;
|
|
1300
|
+
phone_number: string | null;
|
|
1301
|
+
num_of_models: number | null;
|
|
1302
|
+
num_of_units_remain: number | null;
|
|
1303
|
+
buyer_profile: string | null;
|
|
1304
|
+
social_organic_start_date: string | null;
|
|
1305
|
+
paid_media_start_date: string | null;
|
|
1306
|
+
go_date: string | null;
|
|
1307
|
+
} & BaseDocument;
|
|
1308
|
+
//#endregion
|
|
1309
|
+
//#region src/types/documents/client-report.document.d.ts
|
|
1310
|
+
type ClientReportDocument = {
|
|
1311
|
+
title: string;
|
|
1312
|
+
report_id: string;
|
|
1313
|
+
is_active: boolean;
|
|
1314
|
+
is_external: boolean;
|
|
1315
|
+
is_hidden: boolean;
|
|
1316
|
+
clients?: ClientDocument[];
|
|
1317
|
+
scopes: string[];
|
|
1318
|
+
} & BaseDocument;
|
|
1319
|
+
//#endregion
|
|
1320
|
+
//#region src/types/documents/client-styleguide.document.d.ts
|
|
1321
|
+
type ClientStyleguideDocument = {
|
|
1322
|
+
client?: ClientDocument;
|
|
1323
|
+
title: string;
|
|
1324
|
+
is_active: boolean;
|
|
1325
|
+
introduction: RichTextBlock[];
|
|
1326
|
+
voice: RichTextBlock[];
|
|
1327
|
+
communication: RichTextBlock[];
|
|
1328
|
+
brand_elements: RichTextBlock[];
|
|
1329
|
+
brand_intention: RichTextBlock[];
|
|
1330
|
+
mood?: MediaUploadDocument[];
|
|
1331
|
+
logos?: MediaUploadDocument[];
|
|
1332
|
+
brand_colors?: ComponentBrandStyleguideColor[];
|
|
1333
|
+
brand_fonts?: ComponentBrandStyleguideFont[];
|
|
1334
|
+
brand_application?: MediaUploadDocument[];
|
|
1335
|
+
} & BaseDocument;
|
|
1336
|
+
//#endregion
|
|
1337
|
+
//#region src/types/documents/permission.document.d.ts
|
|
1338
|
+
type PermissionDocument = {
|
|
1339
|
+
action: string;
|
|
1340
|
+
role?: RoleDocument;
|
|
1341
|
+
} & BaseDocument;
|
|
1342
|
+
//#endregion
|
|
1343
|
+
//#region src/types/documents/role.document.d.ts
|
|
1344
|
+
type RoleType = "authenticated" | "public" | "employee" | "manager" | "client";
|
|
1345
|
+
type RoleDocument = {
|
|
1346
|
+
type: RoleType;
|
|
1347
|
+
name: string;
|
|
1348
|
+
description: string | null;
|
|
1349
|
+
permissions?: PermissionDocument[];
|
|
1350
|
+
users?: UserDocument[];
|
|
1351
|
+
} & BaseDocument;
|
|
1352
|
+
//#endregion
|
|
1353
|
+
//#region src/types/documents/user-account.document.d.ts
|
|
1354
|
+
type UserAccountDocument = {
|
|
1355
|
+
user?: UserDocument;
|
|
1356
|
+
preferred_name: string | null;
|
|
1357
|
+
first_name: string;
|
|
1358
|
+
last_name: string;
|
|
1359
|
+
} & BaseDocument;
|
|
1360
|
+
//#endregion
|
|
1361
|
+
//#region src/types/documents/utm-tracking-link.document.d.ts
|
|
1362
|
+
type UtmTrackingLinkDocument = {
|
|
1363
|
+
creator?: UserDocument;
|
|
1364
|
+
client?: ClientDocument;
|
|
1365
|
+
url_destination: string;
|
|
1366
|
+
utm_medium: string;
|
|
1367
|
+
utm_source: string;
|
|
1368
|
+
utm_campaign: string;
|
|
1369
|
+
utm_content: string | null;
|
|
1370
|
+
utm_creative_format: string | null;
|
|
1371
|
+
utm_id: string | null;
|
|
1372
|
+
campaign_phase: string;
|
|
1373
|
+
campaign_product: string | null;
|
|
1374
|
+
campaign_targeting: string | null;
|
|
1375
|
+
campaign_key: string | null;
|
|
1376
|
+
creative_format: string | null;
|
|
1377
|
+
creative_format_variants: string | null;
|
|
1378
|
+
url: string;
|
|
1379
|
+
is_active: boolean;
|
|
1380
|
+
notes: string | null;
|
|
1381
|
+
} & BaseDocument;
|
|
1382
|
+
//#endregion
|
|
1383
|
+
//#region src/types/documents/user.document.d.ts
|
|
1384
|
+
type UserDocument = {
|
|
1385
|
+
username: string;
|
|
1386
|
+
email: string;
|
|
1387
|
+
provider: string;
|
|
1388
|
+
confirmed: boolean;
|
|
1389
|
+
blocked: boolean;
|
|
1390
|
+
clerk_user_id: string | null;
|
|
1391
|
+
role?: RoleDocument;
|
|
1392
|
+
account?: UserAccountDocument;
|
|
1393
|
+
clients?: ClientUserDocument[];
|
|
1394
|
+
utm_tracking_links?: UtmTrackingLinkDocument[];
|
|
1395
|
+
} & BaseDocument;
|
|
1396
|
+
type AuthorizedUserDocument = Pick<UserDocument, "id" | "documentId" | "createdAt" | "updatedAt" | "publishedAt" | "username" | "email" | "provider" | "confirmed" | "blocked" | "clerk_user_id"> & {
|
|
1397
|
+
account: UserAccountDocument;
|
|
1398
|
+
role: RoleDocument;
|
|
1399
|
+
};
|
|
1400
|
+
type UserAuthorizationLoginResponse = {
|
|
1401
|
+
jwt: string;
|
|
1402
|
+
user: AuthorizedUserDocument;
|
|
1403
|
+
};
|
|
1404
|
+
type UserAuthorizationSuccessResponse = {
|
|
1405
|
+
jwt: string;
|
|
1406
|
+
user: Pick<UserDocument, "id" | "documentId" | "createdAt" | "updatedAt" | "publishedAt" | "username" | "email" | "provider" | "confirmed" | "blocked" | "clerk_user_id">;
|
|
1407
|
+
};
|
|
1408
|
+
//#endregion
|
|
1409
|
+
//#region src/types/documents/client-user.document.d.ts
|
|
1410
|
+
type ClientUserDocument = {
|
|
1411
|
+
client: Partial<ClientDocument>;
|
|
1412
|
+
user: Partial<UserDocument>;
|
|
1413
|
+
scopes: ClientEntityScope[];
|
|
1414
|
+
} & BaseDocument;
|
|
1415
|
+
type ClientUserDocumentStatus = {
|
|
1416
|
+
verified: boolean;
|
|
1417
|
+
clientUser: ClientUserDocument | null;
|
|
1418
|
+
scopes: ClientEntityScope[];
|
|
1419
|
+
};
|
|
1420
|
+
//#endregion
|
|
1421
|
+
//#region src/types/documents/gcflytour-snap.document.d.ts
|
|
1422
|
+
type GCFlyTourSnapDocument = {
|
|
1423
|
+
title: string;
|
|
1424
|
+
slug: string;
|
|
1425
|
+
description: string | null;
|
|
1426
|
+
utm_key: string | null;
|
|
1427
|
+
is_active: boolean;
|
|
1428
|
+
is_hidden: boolean;
|
|
1429
|
+
gcflytour?: GCFlyTourDocument;
|
|
1430
|
+
} & BaseDocument;
|
|
1431
|
+
//#endregion
|
|
1432
|
+
//#region src/types/documents/gcflytour.document.d.ts
|
|
1433
|
+
type GCFlyTourDocument = {
|
|
1434
|
+
title: string;
|
|
1435
|
+
slug: string;
|
|
1436
|
+
description: string | null;
|
|
1437
|
+
utm_key: string | null;
|
|
1438
|
+
is_active: boolean;
|
|
1439
|
+
is_hidden: boolean;
|
|
1440
|
+
clients?: ClientDocument[];
|
|
1441
|
+
gcflytour_snaps?: GCFlyTourSnapDocument[];
|
|
1442
|
+
} & BaseDocument;
|
|
1443
|
+
//#endregion
|
|
1444
|
+
//#region src/types/documents/monday-workspace.document.d.ts
|
|
1445
|
+
type MondayWorkspaceDocument = {
|
|
1446
|
+
clients?: ClientDocument[];
|
|
1447
|
+
title: string;
|
|
1448
|
+
workspace_id: string;
|
|
1449
|
+
} & BaseDocument;
|
|
1450
|
+
//#endregion
|
|
1451
|
+
//#region src/types/documents/product.document.d.ts
|
|
1452
|
+
type ProductDocument = {
|
|
1453
|
+
seo?: SeoMeta;
|
|
1454
|
+
title: string;
|
|
1455
|
+
slug: string;
|
|
1456
|
+
introduction: string;
|
|
1457
|
+
flyer_link: string | null;
|
|
1458
|
+
featured_image: MediaUploadDocument;
|
|
1459
|
+
cta_text: string;
|
|
1460
|
+
cta_form_caption: string;
|
|
1461
|
+
order: number;
|
|
1462
|
+
} & BaseDocument;
|
|
1463
|
+
//#endregion
|
|
1464
|
+
//#region src/types/documents/product-highlight.document.d.ts
|
|
1465
|
+
type ProductHighlightDocument = {
|
|
1466
|
+
title: string;
|
|
1467
|
+
title_line_1: string;
|
|
1468
|
+
title_line_2: string;
|
|
1469
|
+
introduction: string;
|
|
1470
|
+
highlight?: BlockFullscreenContent;
|
|
1471
|
+
products: ProductDocument[] | null;
|
|
1472
|
+
clients: ClientDocument[] | null;
|
|
1473
|
+
tags: TagDocument[] | null;
|
|
1474
|
+
featured_image: MediaUploadDocument;
|
|
1475
|
+
background_color: string;
|
|
1476
|
+
order: number;
|
|
1477
|
+
text_invert: boolean;
|
|
1478
|
+
} & BaseDocument;
|
|
1479
|
+
//#endregion
|
|
1480
|
+
//#region src/types/documents/client.document.d.ts
|
|
1481
|
+
type ClientDocument = {
|
|
1482
|
+
title: string;
|
|
1483
|
+
is_featured: boolean;
|
|
1484
|
+
logos?: BlockBrandLogos | null;
|
|
1485
|
+
teamwork_id: string;
|
|
1486
|
+
teamwork_name: string;
|
|
1487
|
+
gainapp_id: string | null;
|
|
1488
|
+
utm_sheet_id: string;
|
|
1489
|
+
allow_create_utm_link: boolean;
|
|
1490
|
+
is_organic_social: boolean;
|
|
1491
|
+
is_paid_media: boolean;
|
|
1492
|
+
is_active: boolean;
|
|
1493
|
+
is_hidden: boolean;
|
|
1494
|
+
classification: UtmClassificationKey[];
|
|
1495
|
+
product_highlights?: ProductHighlightDocument[];
|
|
1496
|
+
client_projects?: ClientProjectDocument[];
|
|
1497
|
+
client_reports?: ClientReportDocument[];
|
|
1498
|
+
users?: ClientUserDocument[];
|
|
1499
|
+
monday_workspaces?: MondayWorkspaceDocument[];
|
|
1500
|
+
utm_tracking_links?: UtmTrackingLinkDocument[];
|
|
1501
|
+
styleguides?: ClientStyleguideDocument[];
|
|
1502
|
+
media_platforms?: ClientMediaPlatformDocument[];
|
|
1503
|
+
content_pillars?: ClientContentPillarDocument[];
|
|
1504
|
+
gcflytours?: GCFlyTourDocument[];
|
|
1505
|
+
} & BaseDocument;
|
|
1506
|
+
//#endregion
|
|
1507
|
+
//#region src/types/documents/content-pillar.document.d.ts
|
|
1508
|
+
type ContentPillarDocument = {
|
|
1509
|
+
title: string;
|
|
1510
|
+
slug: string;
|
|
1511
|
+
description: string | null;
|
|
1512
|
+
information: RichTextBlock[] | null;
|
|
1513
|
+
clients?: ClientContentPillarDocument[] | null;
|
|
1514
|
+
} & BaseDocument;
|
|
1515
|
+
//#endregion
|
|
1516
|
+
//#region src/types/documents/client-content-pillar.document.d.ts
|
|
1517
|
+
type ClientContentPillarDocument = {
|
|
1518
|
+
client?: ClientDocument;
|
|
1519
|
+
content_pillar?: ContentPillarDocument;
|
|
1520
|
+
is_active: boolean;
|
|
1521
|
+
} & BaseDocument;
|
|
1522
|
+
//#endregion
|
|
1523
|
+
//#region src/types/documents/comment.document.d.ts
|
|
1524
|
+
type CommentReportDocument = {
|
|
1525
|
+
content: string;
|
|
1526
|
+
reason: keyof typeof ReportCommentReason | null;
|
|
1527
|
+
related: CommentDocument[] | null;
|
|
1528
|
+
resolved?: boolean | null;
|
|
1529
|
+
} & BaseDocument;
|
|
1530
|
+
type CommentDocument = {
|
|
1531
|
+
id: string;
|
|
1532
|
+
documentId: string;
|
|
1533
|
+
createdAt: string;
|
|
1534
|
+
updatedAt: string;
|
|
1535
|
+
content: string;
|
|
1536
|
+
blocked: boolean | null;
|
|
1537
|
+
blockedThread: boolean | null;
|
|
1538
|
+
removed: boolean | null;
|
|
1539
|
+
approvalStatus: keyof typeof CommentApprovalStatus | null;
|
|
1540
|
+
author: {
|
|
1541
|
+
id: string;
|
|
1542
|
+
name: string;
|
|
1543
|
+
} | null;
|
|
1544
|
+
threadOf: {
|
|
1545
|
+
id: string;
|
|
1546
|
+
} | null;
|
|
1547
|
+
children: CommentDocument[] | null;
|
|
1548
|
+
};
|
|
1549
|
+
//#endregion
|
|
1550
|
+
//#region src/types/documents/lead.document.d.ts
|
|
1551
|
+
type LeadDocument = {
|
|
1552
|
+
first_name: string;
|
|
1553
|
+
last_name: string;
|
|
1554
|
+
email: string;
|
|
1555
|
+
phone: string;
|
|
1556
|
+
company: string;
|
|
1557
|
+
title: string;
|
|
1558
|
+
message: string;
|
|
1559
|
+
email_consent: boolean;
|
|
1560
|
+
sms_consent: boolean;
|
|
1561
|
+
on_page: string;
|
|
1562
|
+
captcha: string;
|
|
1563
|
+
product_interest: string | null;
|
|
1564
|
+
} & BaseDocument;
|
|
1565
|
+
//#endregion
|
|
1566
|
+
//#region src/types/documents/newsletter-signup.document.d.ts
|
|
1567
|
+
type NewsletterSignupDocument = {
|
|
1568
|
+
first_name: string;
|
|
1569
|
+
last_name: string;
|
|
1570
|
+
email: string;
|
|
1571
|
+
download_key: string | null;
|
|
1572
|
+
product_interest: string | null;
|
|
1573
|
+
email_consent: boolean;
|
|
1574
|
+
sms_consent: boolean;
|
|
1575
|
+
on_page: string;
|
|
1576
|
+
captcha: string;
|
|
1577
|
+
} & BaseDocument;
|
|
1578
|
+
//#endregion
|
|
1579
|
+
//#region src/types/documents/resume.document.d.ts
|
|
1580
|
+
type ResumeDocument = {
|
|
1581
|
+
file: MediaUploadDocument | null;
|
|
1582
|
+
first_name: string;
|
|
1583
|
+
last_name: string;
|
|
1584
|
+
email: string;
|
|
1585
|
+
phone: string | null;
|
|
1586
|
+
message: string;
|
|
1587
|
+
social_profiles: string | null;
|
|
1588
|
+
email_consent: boolean;
|
|
1589
|
+
sms_consent: boolean;
|
|
1590
|
+
on_page: string;
|
|
1591
|
+
captcha: string;
|
|
1592
|
+
} & BaseDocument;
|
|
1593
|
+
//#endregion
|
|
1594
|
+
//#region src/types/documents/url-redirect.document.d.ts
|
|
1595
|
+
type UrlRedirectStatusCode = "found_302" | "moved_permanently_301" | "temporary_redirect_307" | "gone_410" | "unavailable_for_legal_reasons_451";
|
|
1596
|
+
type UrlRedirectQueryParams = "ignore_and_pass_to_target" | "ignore_all_parameters" | "exact_match_in_any_order";
|
|
1597
|
+
type UrlRedirectDocument = {
|
|
1598
|
+
from: string;
|
|
1599
|
+
to: string;
|
|
1600
|
+
status_code: UrlRedirectStatusCode;
|
|
1601
|
+
query_params: UrlRedirectQueryParams;
|
|
1602
|
+
is_active: boolean;
|
|
1603
|
+
} & BaseDocument;
|
|
1604
|
+
//#endregion
|
|
1605
|
+
//#region src/types/singles/blog-page.d.ts
|
|
1606
|
+
type BlogPageDocument = {
|
|
1607
|
+
seo: SeoMeta;
|
|
1608
|
+
title: string;
|
|
1609
|
+
subtitle: string | null;
|
|
1610
|
+
introduction: RichTextBlock[] | null;
|
|
1611
|
+
} & BaseDocument;
|
|
1612
|
+
//#endregion
|
|
1613
|
+
//#region src/types/singles/careers-page.d.ts
|
|
1614
|
+
type CareersPageDocument = {
|
|
1615
|
+
seo: SeoMeta;
|
|
1616
|
+
title: string;
|
|
1617
|
+
subtitle: string | null;
|
|
1618
|
+
introduction: RichTextBlock[] | null;
|
|
1619
|
+
} & BaseDocument;
|
|
1620
|
+
//#endregion
|
|
1621
|
+
//#region src/types/singles/faq-page.d.ts
|
|
1622
|
+
type FAQPageDocument = {
|
|
1623
|
+
seo: SeoMeta;
|
|
1624
|
+
featured_image: MediaUploadDocument;
|
|
1625
|
+
faq: ComponentBlockFaq;
|
|
1626
|
+
} & BaseDocument;
|
|
1627
|
+
//#endregion
|
|
1628
|
+
//#region src/types/singles/landing-page.d.ts
|
|
1629
|
+
type LandingPageDocument = {
|
|
1630
|
+
seo: SeoMeta;
|
|
1631
|
+
header_background: MediaUploadDocument[];
|
|
1632
|
+
announcements: BlockAnnouncementBar[];
|
|
1633
|
+
trends_title: string;
|
|
1634
|
+
trends_description: string;
|
|
1635
|
+
trends_cta_label: string;
|
|
1636
|
+
products_title: string;
|
|
1637
|
+
products_description: string;
|
|
1638
|
+
products_feature_fallback: MediaUploadDocument;
|
|
1639
|
+
clients_title: string;
|
|
1640
|
+
clients_description: string;
|
|
1641
|
+
contact_title: string;
|
|
1642
|
+
contact_description: string;
|
|
1643
|
+
contact_image: MediaUploadDocument;
|
|
1644
|
+
} & BaseDocument;
|
|
1645
|
+
//#endregion
|
|
1646
|
+
//#region src/types/singles/policy.d.ts
|
|
1647
|
+
/**
|
|
1648
|
+
* SMS & Privacy Policy
|
|
1649
|
+
* - api::privacy-policy.privacy-policy
|
|
1650
|
+
* - api::sms-policy.sms-policy
|
|
1651
|
+
*/
|
|
1652
|
+
type PolicyPageDocument = {
|
|
1653
|
+
seo: SeoMeta;
|
|
1654
|
+
featured_image: MediaUploadDocument;
|
|
1655
|
+
title: string;
|
|
1656
|
+
slug: string;
|
|
1657
|
+
content: RichTextBlock[];
|
|
1658
|
+
} & BaseDocument;
|
|
1659
|
+
//#endregion
|
|
1660
|
+
//#region src/types/singles/team-page.d.ts
|
|
1661
|
+
type TeamPageDocument = {
|
|
1662
|
+
seo: SeoMeta;
|
|
1663
|
+
title: string;
|
|
1664
|
+
subtitle: string | null;
|
|
1665
|
+
introduction: RichTextBlock[] | null;
|
|
1666
|
+
} & BaseDocument;
|
|
1667
|
+
//#endregion
|
|
1668
|
+
//#region src/types/singles/utm-meta.d.ts
|
|
1669
|
+
type UtmMetaPageDocument = {
|
|
1670
|
+
source_options: ComponentUtmOption[];
|
|
1671
|
+
medium_options: ComponentUtmOption[];
|
|
1672
|
+
campaign_phase_options: ComponentUtmOption[];
|
|
1673
|
+
campaign_targeting_options: ComponentUtmOption[];
|
|
1674
|
+
content_pillar_options: ComponentUtmOption[];
|
|
1675
|
+
creative_format_options: ComponentUtmOption[];
|
|
1676
|
+
creative_variant_options: ComponentUtmOption[];
|
|
1677
|
+
} & BaseDocument;
|
|
1678
|
+
//#endregion
|
|
1679
|
+
//#region src/types/third-party/teamwork/generic.types.d.ts
|
|
1680
|
+
type TeamworkResponseMetaPagination = {
|
|
1681
|
+
pageOffset: number;
|
|
1682
|
+
pageSize: number;
|
|
1683
|
+
count: number;
|
|
1684
|
+
hasMore: boolean;
|
|
1685
|
+
};
|
|
1686
|
+
type TeamworkResponseMeta = {
|
|
1687
|
+
page: TeamworkResponseMetaPagination;
|
|
1688
|
+
averageSpend?: number;
|
|
1689
|
+
limit?: number;
|
|
1690
|
+
nextCursor?: string;
|
|
1691
|
+
prevCursor?: string;
|
|
1692
|
+
totalCapacity?: number;
|
|
1693
|
+
};
|
|
1694
|
+
type TeamworkRelatedMeta = {
|
|
1695
|
+
id: number;
|
|
1696
|
+
type: string;
|
|
1697
|
+
};
|
|
1698
|
+
type TeamworkActivePages = {
|
|
1699
|
+
billing: boolean;
|
|
1700
|
+
forms: boolean;
|
|
1701
|
+
comments: boolean;
|
|
1702
|
+
files: boolean;
|
|
1703
|
+
links: boolean;
|
|
1704
|
+
messages: boolean;
|
|
1705
|
+
milestones: boolean;
|
|
1706
|
+
notebooks: boolean;
|
|
1707
|
+
riskRegister: boolean;
|
|
1708
|
+
tasks: boolean;
|
|
1709
|
+
list: boolean;
|
|
1710
|
+
board: boolean;
|
|
1711
|
+
gantt: boolean;
|
|
1712
|
+
table: boolean;
|
|
1713
|
+
time: boolean;
|
|
1714
|
+
finance: boolean;
|
|
1715
|
+
proofs: boolean;
|
|
1716
|
+
tickets: boolean;
|
|
1717
|
+
};
|
|
1718
|
+
type TeamworkLockdown = {
|
|
1719
|
+
id: number;
|
|
1720
|
+
items: TeamworkRelatedMeta[];
|
|
1721
|
+
updatedAt: string;
|
|
1722
|
+
user: TeamworkRelatedMeta;
|
|
1723
|
+
userID: number;
|
|
1724
|
+
};
|
|
1725
|
+
//#endregion
|
|
1726
|
+
//#region src/types/third-party/teamwork/company.types.d.ts
|
|
1727
|
+
type TeamworkCompany = {
|
|
1728
|
+
id: number;
|
|
1729
|
+
name: string;
|
|
1730
|
+
logoUrl: string;
|
|
1731
|
+
createdAt: string | null;
|
|
1732
|
+
updatedAt: string;
|
|
1733
|
+
addressOne: string;
|
|
1734
|
+
addressTwo: string;
|
|
1735
|
+
city: string;
|
|
1736
|
+
state: string;
|
|
1737
|
+
zip: string;
|
|
1738
|
+
countryCode: string;
|
|
1739
|
+
emailOne: string;
|
|
1740
|
+
emailTwo: string;
|
|
1741
|
+
emailThree: string;
|
|
1742
|
+
website: string;
|
|
1743
|
+
cid: string;
|
|
1744
|
+
phone: string;
|
|
1745
|
+
fax: string;
|
|
1746
|
+
canSeePrivate: boolean;
|
|
1747
|
+
isOwner: boolean;
|
|
1748
|
+
industryId: number;
|
|
1749
|
+
industry: TeamworkRelatedMeta;
|
|
1750
|
+
companyNameUrl: string;
|
|
1751
|
+
accounts: number;
|
|
1752
|
+
collaborators: number;
|
|
1753
|
+
contacts: number;
|
|
1754
|
+
clients: number;
|
|
1755
|
+
clientManagedBy: null;
|
|
1756
|
+
companyUpdate: null;
|
|
1757
|
+
companyDomains: TeamworkRelatedMeta[];
|
|
1758
|
+
tags: TeamworkRelatedMeta[];
|
|
1759
|
+
status: string;
|
|
1760
|
+
currency: TeamworkRelatedMeta;
|
|
1761
|
+
};
|
|
1762
|
+
//#endregion
|
|
1763
|
+
//#region src/types/third-party/teamwork/currency.types.d.ts
|
|
1764
|
+
type TeamworkCurrency = {
|
|
1765
|
+
id: number;
|
|
1766
|
+
name: string;
|
|
1767
|
+
code: string;
|
|
1768
|
+
symbol: string;
|
|
1769
|
+
decimalPoints: number;
|
|
1770
|
+
};
|
|
1771
|
+
//#endregion
|
|
1772
|
+
//#region src/types/third-party/teamwork/custom-field.types.d.ts
|
|
1773
|
+
type TeamworkCustomField = {
|
|
1774
|
+
id: number | null;
|
|
1775
|
+
projectId: number | null;
|
|
1776
|
+
project: TeamworkRelatedMeta | null;
|
|
1777
|
+
entity: string;
|
|
1778
|
+
name: string;
|
|
1779
|
+
description: string;
|
|
1780
|
+
type: string;
|
|
1781
|
+
options: null;
|
|
1782
|
+
formula: null;
|
|
1783
|
+
visibilities: null;
|
|
1784
|
+
isPrivate: boolean;
|
|
1785
|
+
required: boolean;
|
|
1786
|
+
createdAt: string;
|
|
1787
|
+
createdByUserId: number;
|
|
1788
|
+
createdBy: TeamworkRelatedMeta | null;
|
|
1789
|
+
updatedAt: string;
|
|
1790
|
+
updatedByUserId: number;
|
|
1791
|
+
updatedBy: TeamworkRelatedMeta | null;
|
|
1792
|
+
deleted: boolean;
|
|
1793
|
+
deletedAt: string | null;
|
|
1794
|
+
deletedByUserId: number | null;
|
|
1795
|
+
deletedBy: TeamworkRelatedMeta | null;
|
|
1796
|
+
groupId: number | null;
|
|
1797
|
+
unitId: number | null;
|
|
1798
|
+
};
|
|
1799
|
+
//#endregion
|
|
1800
|
+
//#region src/types/third-party/teamwork/project-category.types.d.ts
|
|
1801
|
+
type TeamworkProjectCategory = {
|
|
1802
|
+
id: number;
|
|
1803
|
+
name: string;
|
|
1804
|
+
color: string;
|
|
1805
|
+
count: number;
|
|
1806
|
+
parentId: number | null;
|
|
1807
|
+
parent: TeamworkRelatedMeta | null;
|
|
1808
|
+
};
|
|
1809
|
+
//#endregion
|
|
1810
|
+
//#region src/types/third-party/teamwork/project-custom-field.types.d.ts
|
|
1811
|
+
type TeamworkProjectCustomField = {
|
|
1812
|
+
id: number;
|
|
1813
|
+
customfieldId: number;
|
|
1814
|
+
customfield: TeamworkRelatedMeta;
|
|
1815
|
+
value: number | string;
|
|
1816
|
+
createdAt: string;
|
|
1817
|
+
createdBy: number;
|
|
1818
|
+
projectId: number;
|
|
1819
|
+
project: TeamworkRelatedMeta;
|
|
1820
|
+
};
|
|
1821
|
+
//#endregion
|
|
1822
|
+
//#region src/types/third-party/teamwork/project-task-stat.types.d.ts
|
|
1823
|
+
type TeamworkProjectTaskStat = {
|
|
1824
|
+
id: number;
|
|
1825
|
+
complete: number;
|
|
1826
|
+
active: number;
|
|
1827
|
+
late: number;
|
|
1828
|
+
};
|
|
1829
|
+
//#endregion
|
|
1830
|
+
//#region src/types/third-party/teamwork/project-update.types.d.ts
|
|
1831
|
+
type TeamworkProjectUpdate = {
|
|
1832
|
+
id: number;
|
|
1833
|
+
text: string;
|
|
1834
|
+
health: number;
|
|
1835
|
+
healthLabel: string;
|
|
1836
|
+
color: string;
|
|
1837
|
+
createdAt: string;
|
|
1838
|
+
updatedAt: string;
|
|
1839
|
+
deleted: boolean;
|
|
1840
|
+
projectId: number;
|
|
1841
|
+
project: TeamworkRelatedMeta;
|
|
1842
|
+
createdBy: number;
|
|
1843
|
+
isActive: boolean;
|
|
1844
|
+
};
|
|
1845
|
+
//#endregion
|
|
1846
|
+
//#region src/types/third-party/teamwork/tag.types.d.ts
|
|
1847
|
+
type TeamworkTag = {
|
|
1848
|
+
id: number;
|
|
1849
|
+
projectId: number;
|
|
1850
|
+
project: TeamworkRelatedMeta;
|
|
1851
|
+
name: string;
|
|
1852
|
+
color: string;
|
|
1853
|
+
};
|
|
1854
|
+
type TeamworkTagResponseMeta = {};
|
|
1855
|
+
type TeamworkTagsResponse = {
|
|
1856
|
+
tags: TeamworkTag[];
|
|
1857
|
+
meta: TeamworkResponseMeta & TeamworkTagResponseMeta;
|
|
1858
|
+
included: object;
|
|
1859
|
+
};
|
|
1860
|
+
type TeamworkTagResponse = {
|
|
1861
|
+
tag: TeamworkTag;
|
|
1862
|
+
meta: TeamworkResponseMeta & TeamworkTagResponseMeta;
|
|
1863
|
+
included: object;
|
|
1864
|
+
};
|
|
1865
|
+
//#endregion
|
|
1866
|
+
//#region src/types/third-party/teamwork/user.types.d.ts
|
|
1867
|
+
type TeamworkUserAccount = {
|
|
1868
|
+
id: number;
|
|
1869
|
+
firstName: string;
|
|
1870
|
+
lastName: string;
|
|
1871
|
+
title: string;
|
|
1872
|
+
email: string;
|
|
1873
|
+
companyId: number;
|
|
1874
|
+
companyRoleId: number;
|
|
1875
|
+
company: TeamworkRelatedMeta;
|
|
1876
|
+
isAdmin: boolean;
|
|
1877
|
+
isClientUser: boolean;
|
|
1878
|
+
isServiceAccount: boolean;
|
|
1879
|
+
type: string;
|
|
1880
|
+
deleted: boolean;
|
|
1881
|
+
avatarUrl: string | null;
|
|
1882
|
+
lengthOfDay: number;
|
|
1883
|
+
workingHoursId: number;
|
|
1884
|
+
workingHour: TeamworkRelatedMeta;
|
|
1885
|
+
canAccessPortfolio: boolean;
|
|
1886
|
+
canAddProjects: boolean;
|
|
1887
|
+
canManagePortfolio: boolean;
|
|
1888
|
+
isPlaceholderResource: boolean;
|
|
1889
|
+
timezone: string;
|
|
1890
|
+
lastLogin: string | null;
|
|
1891
|
+
createdBy: TeamworkRelatedMeta | null;
|
|
1892
|
+
createdAt: string;
|
|
1893
|
+
updatedBy: TeamworkRelatedMeta | null;
|
|
1894
|
+
updatedAt: string;
|
|
1895
|
+
};
|
|
1896
|
+
//#endregion
|
|
1897
|
+
//#region src/types/third-party/teamwork/project.types.d.ts
|
|
1898
|
+
type TeamworkProject = {
|
|
1899
|
+
id: number;
|
|
1900
|
+
name: string;
|
|
1901
|
+
description: string | null;
|
|
1902
|
+
type: string;
|
|
1903
|
+
status: string;
|
|
1904
|
+
subStatus: string;
|
|
1905
|
+
company: TeamworkRelatedMeta;
|
|
1906
|
+
tags: TeamworkRelatedMeta[];
|
|
1907
|
+
startAt: string | null;
|
|
1908
|
+
endAt: string | null;
|
|
1909
|
+
category: TeamworkRelatedMeta;
|
|
1910
|
+
ownedBy: number;
|
|
1911
|
+
update: TeamworkRelatedMeta;
|
|
1912
|
+
timeBudget: number | null;
|
|
1913
|
+
financialBudget: number | null;
|
|
1914
|
+
createdBy: number;
|
|
1915
|
+
createdAt: string;
|
|
1916
|
+
updatedAt: string;
|
|
1917
|
+
updatedBy: number | null;
|
|
1918
|
+
completedAt: string | null;
|
|
1919
|
+
completedBy: string | null;
|
|
1920
|
+
defaultPrivacy: string;
|
|
1921
|
+
activePages: TeamworkActivePages;
|
|
1922
|
+
directFileUploadsEnabled: boolean;
|
|
1923
|
+
harvestTimersEnabled: boolean;
|
|
1924
|
+
integrations: object;
|
|
1925
|
+
isOnBoardingProject: boolean;
|
|
1926
|
+
isSampleProject: boolean;
|
|
1927
|
+
logo: string | null;
|
|
1928
|
+
logoIcon: string | null;
|
|
1929
|
+
logoColor: string | null;
|
|
1930
|
+
notifyEveryone: boolean;
|
|
1931
|
+
allowNotifyAnyone: boolean;
|
|
1932
|
+
notifyCommentIncludeCreator: boolean;
|
|
1933
|
+
notifyTaskAssignee: boolean;
|
|
1934
|
+
overviewStartPage: string;
|
|
1935
|
+
privacyEnabled: boolean;
|
|
1936
|
+
projectOwner: TeamworkRelatedMeta;
|
|
1937
|
+
replyByEmailEnabled: boolean;
|
|
1938
|
+
showAnnouncement: boolean;
|
|
1939
|
+
announcement: string;
|
|
1940
|
+
skipWeekends: boolean;
|
|
1941
|
+
startPage: string;
|
|
1942
|
+
tasksStartPage: string;
|
|
1943
|
+
customfieldValues: TeamworkRelatedMeta[];
|
|
1944
|
+
isBillable: boolean;
|
|
1945
|
+
timelogRequiresTask: boolean;
|
|
1946
|
+
customFieldValueIds: number[] | null;
|
|
1947
|
+
customFieldValues: TeamworkRelatedMeta[];
|
|
1948
|
+
companyId: number;
|
|
1949
|
+
tagIds: number[] | null;
|
|
1950
|
+
startDate: null;
|
|
1951
|
+
endDate: null;
|
|
1952
|
+
categoryId: number | null;
|
|
1953
|
+
ownerId: number;
|
|
1954
|
+
updateId: number | null;
|
|
1955
|
+
timeBudgetId: number | null;
|
|
1956
|
+
financialBudgetId: number | null;
|
|
1957
|
+
projectOwnerId: number;
|
|
1958
|
+
};
|
|
1959
|
+
type TeamworkResponseMetaProjectStats = {
|
|
1960
|
+
noDate: number;
|
|
1961
|
+
late: number;
|
|
1962
|
+
upcoming: number;
|
|
1963
|
+
complete: number;
|
|
1964
|
+
active: number;
|
|
1965
|
+
count: number;
|
|
1966
|
+
today: number;
|
|
1967
|
+
archived: number;
|
|
1968
|
+
starred: number;
|
|
1969
|
+
current: number;
|
|
1970
|
+
};
|
|
1971
|
+
type TeamworkProjectResponseMeta = {
|
|
1972
|
+
projectStats?: TeamworkResponseMetaProjectStats;
|
|
1973
|
+
};
|
|
1974
|
+
type TeamworkProjectsResponse = {
|
|
1975
|
+
projects: TeamworkProject[];
|
|
1976
|
+
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
|
|
1977
|
+
integrations: Record<string, string[]>;
|
|
1978
|
+
permissions: Record<string, string[]>;
|
|
1979
|
+
};
|
|
1980
|
+
included: {
|
|
1981
|
+
users: Record<string, TeamworkUserAccount>;
|
|
1982
|
+
projectUpdates: Record<string, TeamworkProjectUpdate>;
|
|
1983
|
+
companies: Record<string, TeamworkCompany>;
|
|
1984
|
+
projectCategories: Record<string, TeamworkProjectCategory>;
|
|
1985
|
+
tags: Record<string, TeamworkTag>;
|
|
1986
|
+
customfields: Record<string, TeamworkCustomField>;
|
|
1987
|
+
customfieldProjects: Record<string, TeamworkProjectCustomField>;
|
|
1988
|
+
projectTaskStats: Record<string, TeamworkProjectTaskStat>;
|
|
1989
|
+
currencies: Record<string, TeamworkCurrency>;
|
|
1990
|
+
};
|
|
1991
|
+
};
|
|
1992
|
+
type TeamworkProjectResponse = {
|
|
1993
|
+
project: TeamworkProject;
|
|
1994
|
+
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
|
|
1995
|
+
integrations: Record<string, string[]>;
|
|
1996
|
+
permissions: Record<string, string[]>;
|
|
1997
|
+
};
|
|
1998
|
+
included: object;
|
|
1999
|
+
};
|
|
2000
|
+
//#endregion
|
|
2001
|
+
//#region src/types/third-party/teamwork/task.types.d.ts
|
|
2002
|
+
type TeamworkTaskUserPermissions = {
|
|
2003
|
+
canEdit: boolean;
|
|
2004
|
+
canComplete: boolean;
|
|
2005
|
+
canLogTime: boolean;
|
|
2006
|
+
canViewEstTime: boolean;
|
|
2007
|
+
canAddSubtasks: boolean;
|
|
2008
|
+
};
|
|
2009
|
+
type TeamworkTaskCard = {
|
|
2010
|
+
id: number;
|
|
2011
|
+
status: string;
|
|
2012
|
+
archived: boolean;
|
|
2013
|
+
archivedAt: string | null;
|
|
2014
|
+
archivedBy: TeamworkRelatedMeta | null;
|
|
2015
|
+
column: TeamworkRelatedMeta;
|
|
2016
|
+
createdBy: TeamworkRelatedMeta;
|
|
2017
|
+
createdAt: string;
|
|
2018
|
+
deletedBy: TeamworkRelatedMeta | null;
|
|
2019
|
+
deletedAt: string | null;
|
|
2020
|
+
displayOrder: number;
|
|
2021
|
+
updatedAt: string;
|
|
2022
|
+
visible: boolean;
|
|
2023
|
+
};
|
|
2024
|
+
type TeamworkTask = {
|
|
2025
|
+
id: number;
|
|
2026
|
+
name: string;
|
|
2027
|
+
description: string;
|
|
2028
|
+
descriptionContentType: string;
|
|
2029
|
+
priority: string | null;
|
|
2030
|
+
hasDeskTickets: boolean;
|
|
2031
|
+
progress: number;
|
|
2032
|
+
displayOrder: number;
|
|
2033
|
+
decimalDisplayOrder: number;
|
|
2034
|
+
crmDealIds: number[] | null;
|
|
2035
|
+
tagIds: number[] | null;
|
|
2036
|
+
tags: TeamworkRelatedMeta[] | null;
|
|
2037
|
+
updatedAt: string | null;
|
|
2038
|
+
updatedBy: number | number;
|
|
2039
|
+
deletedAt: string | null;
|
|
2040
|
+
deletedBy: number | null;
|
|
2041
|
+
parentTask: TeamworkRelatedMeta | null;
|
|
2042
|
+
card: Record<string, TeamworkTaskCard> | null;
|
|
2043
|
+
isPrivate: 1 | 0;
|
|
2044
|
+
lockdown: Record<string, TeamworkLockdown> | null;
|
|
2045
|
+
status: string;
|
|
2046
|
+
tasklist: TeamworkRelatedMeta;
|
|
2047
|
+
startDate: string;
|
|
2048
|
+
dueDate: string;
|
|
2049
|
+
startDateOffset: number | null;
|
|
2050
|
+
dueDateOffset: number | null;
|
|
2051
|
+
originalDueDate: string;
|
|
2052
|
+
estimateMinutes: number;
|
|
2053
|
+
accumulatedEstimatedMinutes: number;
|
|
2054
|
+
assignees: TeamworkRelatedMeta[];
|
|
2055
|
+
commentFollowers: TeamworkRelatedMeta[];
|
|
2056
|
+
changeFollowers: TeamworkRelatedMeta[];
|
|
2057
|
+
completeFollowers: TeamworkRelatedMeta[];
|
|
2058
|
+
attachments: TeamworkRelatedMeta[];
|
|
2059
|
+
notify: boolean;
|
|
2060
|
+
isArchived: boolean;
|
|
2061
|
+
capacities: TeamworkRelatedMeta[] | null;
|
|
2062
|
+
proofs: TeamworkRelatedMeta[] | null;
|
|
2063
|
+
userPermissions: TeamworkTaskUserPermissions;
|
|
2064
|
+
createdBy: number;
|
|
2065
|
+
createdAt: string;
|
|
2066
|
+
sequence: TeamworkRelatedMeta[] | null;
|
|
2067
|
+
dateUpdated: string | null;
|
|
2068
|
+
parentTaskId: number;
|
|
2069
|
+
tasklistId: number;
|
|
2070
|
+
assigneeUserIds: number[] | null;
|
|
2071
|
+
assigneeUsers: TeamworkRelatedMeta[];
|
|
2072
|
+
assigneeCompanyIds: number[] | null;
|
|
2073
|
+
assigneeCompanies: TeamworkRelatedMeta[];
|
|
2074
|
+
assigneeTeamIds: number[] | null;
|
|
2075
|
+
assigneeTeams: TeamworkRelatedMeta[];
|
|
2076
|
+
createdByUserId: number;
|
|
2077
|
+
sequenceId: number | null;
|
|
2078
|
+
};
|
|
2079
|
+
type TeamworkTaskResponseMeta = {};
|
|
2080
|
+
type TeamworkTasksResponse = {
|
|
2081
|
+
tasks: TeamworkTask[];
|
|
2082
|
+
meta: TeamworkResponseMeta & TeamworkTaskResponseMeta;
|
|
2083
|
+
included: object;
|
|
2084
|
+
};
|
|
2085
|
+
type TeamworkTaskResponse = {
|
|
2086
|
+
task: TeamworkTask;
|
|
2087
|
+
meta: TeamworkResponseMeta & TeamworkTaskResponseMeta;
|
|
2088
|
+
included: object;
|
|
2089
|
+
};
|
|
2090
|
+
//#endregion
|
|
2091
|
+
//#region src/types/third-party/teamwork/tasklist.types.d.ts
|
|
2092
|
+
type TeamworkTasklist = {
|
|
2093
|
+
id: number;
|
|
2094
|
+
name: string;
|
|
2095
|
+
description: string;
|
|
2096
|
+
displayOrder: number;
|
|
2097
|
+
projectId: number;
|
|
2098
|
+
project: TeamworkRelatedMeta;
|
|
2099
|
+
milestoneId: number | null;
|
|
2100
|
+
milestone: null;
|
|
2101
|
+
isPinned: boolean;
|
|
2102
|
+
isPrivate: boolean;
|
|
2103
|
+
lockdownId: number | null;
|
|
2104
|
+
status: string;
|
|
2105
|
+
defaultTaskId: number;
|
|
2106
|
+
defaultTask: TeamworkRelatedMeta;
|
|
2107
|
+
isBillable: boolean;
|
|
2108
|
+
tasklistBudget: TeamworkRelatedMeta | null;
|
|
2109
|
+
createdAt: string;
|
|
2110
|
+
updatedAt: string | null;
|
|
2111
|
+
icon: string | null;
|
|
2112
|
+
};
|
|
2113
|
+
type TeamworkTasklistResponseMeta = {};
|
|
2114
|
+
type TeamworkTasklistsResponse = {
|
|
2115
|
+
tasklists: TeamworkTasklist[];
|
|
2116
|
+
meta: TeamworkResponseMeta & TeamworkTasklistResponseMeta;
|
|
2117
|
+
included: object;
|
|
2118
|
+
};
|
|
2119
|
+
type TeamworkTasklistResponse = {
|
|
2120
|
+
tasklist: TeamworkTasklist;
|
|
2121
|
+
meta: TeamworkResponseMeta & TeamworkTasklistResponseMeta;
|
|
2122
|
+
included: object;
|
|
2123
|
+
};
|
|
2124
|
+
//#endregion
|
|
2125
|
+
//#region src/permissions/permission.types.d.ts
|
|
2126
|
+
type LCRUDActions = "list" | "create" | "read" | "update" | "delete";
|
|
2127
|
+
type PermissionCheck<Key extends keyof Permissions> = boolean | ((user: AuthorizedUserDocument, permissions: ClientUserDocumentStatus, data?: Permissions[Key]["dataType"]) => boolean);
|
|
2128
|
+
type RolesWithPermissions = { [R in RoleType]: Partial<{ [Key in keyof Permissions]: Partial<{ [Action in Permissions[Key]["action"]]: PermissionCheck<Key> }> }> };
|
|
2129
|
+
type Permissions = {
|
|
2130
|
+
"user-account": {
|
|
2131
|
+
dataType: UserAccountDocument;
|
|
2132
|
+
action: LCRUDActions;
|
|
2133
|
+
};
|
|
2134
|
+
comment: {
|
|
2135
|
+
dataType: CommentDocument;
|
|
2136
|
+
action: "list" | "create" | "update" | "delete" | "report";
|
|
2137
|
+
};
|
|
2138
|
+
client: {
|
|
2139
|
+
dataType: ClientDocument;
|
|
2140
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client"][number] | LCRUDActions;
|
|
2141
|
+
};
|
|
2142
|
+
"client-user": {
|
|
2143
|
+
dataType: ClientUserDocument;
|
|
2144
|
+
action: LCRUDActions | "verify";
|
|
2145
|
+
};
|
|
2146
|
+
"client-content-pillar": {
|
|
2147
|
+
dataType: ClientContentPillarDocument;
|
|
2148
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-content-pillar"][number];
|
|
2149
|
+
};
|
|
2150
|
+
"client-media-platform": {
|
|
2151
|
+
dataType: ClientMediaPlatformDocument;
|
|
2152
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-media-platform"][number];
|
|
2153
|
+
};
|
|
2154
|
+
"client-media-platform-content-type": {
|
|
2155
|
+
dataType: ClientMediaPlatformContentTypeDocument;
|
|
2156
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-media-platform-content-type"][number];
|
|
2157
|
+
};
|
|
2158
|
+
"client-project": {
|
|
2159
|
+
dataType: ClientProjectDocument;
|
|
2160
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-project"][number];
|
|
2161
|
+
};
|
|
2162
|
+
"client-report": {
|
|
2163
|
+
dataType: ClientReportDocument;
|
|
2164
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-report"][number];
|
|
2165
|
+
};
|
|
2166
|
+
"client-styleguide": {
|
|
2167
|
+
dataType: ClientStyleguideDocument;
|
|
2168
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-styleguide"][number];
|
|
2169
|
+
};
|
|
2170
|
+
"content-pillar": {
|
|
2171
|
+
dataType: ContentPillarDocument;
|
|
2172
|
+
action: LCRUDActions;
|
|
2173
|
+
};
|
|
2174
|
+
"media-platform": {
|
|
2175
|
+
dataType: MediaPlatformDocument;
|
|
2176
|
+
action: LCRUDActions;
|
|
2177
|
+
};
|
|
2178
|
+
"media-content-type": {
|
|
2179
|
+
dataType: MediaContentTypeDocument;
|
|
2180
|
+
action: LCRUDActions;
|
|
2181
|
+
};
|
|
2182
|
+
"monday-workspace": {
|
|
2183
|
+
dataType: MondayWorkspaceDocument;
|
|
2184
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["monday-workspace"][number];
|
|
2185
|
+
};
|
|
2186
|
+
"utm-tracking-link": {
|
|
2187
|
+
dataType: UtmTrackingLinkDocument;
|
|
2188
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["utm-tracking-link"][number];
|
|
2189
|
+
};
|
|
2190
|
+
gcflytour: {
|
|
2191
|
+
dataType: GCFlyTourDocument;
|
|
2192
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["gcflytour"][number];
|
|
2193
|
+
};
|
|
2194
|
+
"gcflytour-snap": {
|
|
2195
|
+
dataType: GCFlyTourSnapDocument;
|
|
2196
|
+
action: (typeof CLIENT_ENTITY_PERMISSIONS)["gcflytour-snap"][number];
|
|
2197
|
+
};
|
|
2198
|
+
};
|
|
2199
|
+
//#endregion
|
|
2200
|
+
//#region src/permissions/permission.utilities.d.ts
|
|
2201
|
+
declare function hasPermission<Resource extends keyof Permissions>(user: AuthorizedUserDocument | null, permissions: ClientUserDocumentStatus, resource: Resource, action: Permissions[Resource]["action"], data?: Permissions[Resource]["dataType"]): boolean;
|
|
2202
|
+
declare function canAssignPermission<Resource extends keyof Permissions>(user: AuthorizedUserDocument | null, resource: Resource, action: Permissions[Resource]["action"]): boolean;
|
|
2203
|
+
//#endregion
|
|
2204
|
+
//#region src/schemas/blog.schemas.d.ts
|
|
2205
|
+
declare const BlogPostSortKeys: readonly ["id", "title", "slug", "is_live", "is_featured", "is_public", "published", "createdAt", "updatedAt"];
|
|
2206
|
+
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
2207
|
+
declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
|
|
2208
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2209
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2210
|
+
readonly search: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
2211
|
+
readonly category: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
2212
|
+
readonly tags: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
2213
|
+
readonly status: v.OptionalSchema<v.PicklistSchema<["draft", "published"], undefined>, undefined>;
|
|
2214
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
2215
|
+
}, undefined>;
|
|
2216
|
+
type QueryStrapiSearchBlogPosts = v.InferOutput<typeof QueryStrapiSearchBlogPosts>;
|
|
2217
|
+
declare const QueryStrapiSearchBlogPostsBySlug: v.ObjectSchema<{
|
|
2218
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2219
|
+
readonly status: v.OptionalSchema<v.PicklistSchema<["draft", "published"], undefined>, "published">;
|
|
2220
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
2221
|
+
}, undefined>;
|
|
2222
|
+
type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBlogPostsBySlug>;
|
|
2223
|
+
//#endregion
|
|
2224
|
+
//#region src/schemas/category.schemas.d.ts
|
|
2225
|
+
declare const CategorySortKeys: readonly ["id", "label", "slug", "createdAt", "updatedAt"];
|
|
2226
|
+
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
2227
|
+
type QuerySortCategories = v.InferOutput<typeof QuerySortCategories>;
|
|
2228
|
+
declare const QueryStrapiSearchCategories: v.ObjectSchema<{
|
|
2229
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2230
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2231
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2232
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2233
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
2234
|
+
}, undefined>;
|
|
2235
|
+
type QueryStrapiSearchCategories = v.InferOutput<typeof QueryStrapiSearchCategories>;
|
|
2236
|
+
declare const SCreateCategoryDocument: v.ObjectSchema<{
|
|
2237
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2238
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
2239
|
+
}, undefined>;
|
|
2240
|
+
type SCreateCategoryDocument = v.InferOutput<typeof SCreateCategoryDocument>;
|
|
2241
|
+
declare const SUpdateCategoryDocument: v.ObjectSchema<{
|
|
2242
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2243
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2244
|
+
}, undefined>;
|
|
2245
|
+
type SUpdateCategoryDocument = v.InferOutput<typeof SUpdateCategoryDocument>;
|
|
2246
|
+
declare const SUpdateCategoryDocumentRequest: v.ObjectSchema<{
|
|
2247
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2248
|
+
readonly data: v.ObjectSchema<{
|
|
2249
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2250
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2251
|
+
}, undefined>;
|
|
2252
|
+
}, undefined>;
|
|
2253
|
+
type SUpdateCategoryDocumentRequest = v.InferOutput<typeof SUpdateCategoryDocumentRequest>;
|
|
2254
|
+
//#endregion
|
|
2255
|
+
//#region src/schemas/client-content-pillar.schemas.d.ts
|
|
2256
|
+
declare const ClientContentPillarSortKeys: readonly ["id", "is_active", "content_pillar.title", "content_pillar.slug", "createdAt", "updatedAt"];
|
|
2257
|
+
declare const QuerySortClientContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
2258
|
+
type QuerySortClientContentPillars = v.InferOutput<typeof QuerySortClientContentPillars>;
|
|
2259
|
+
declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
2260
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2261
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2262
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2263
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2264
|
+
readonly content_pillar_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2265
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
2266
|
+
}, undefined>;
|
|
2267
|
+
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
2268
|
+
declare const SCreateClientContentPillarDocument: v.ObjectSchema<{
|
|
2269
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2270
|
+
readonly content_pillar: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2271
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2272
|
+
}, undefined>;
|
|
2273
|
+
type SCreateClientContentPillarDocument = v.InferOutput<typeof SCreateClientContentPillarDocument>;
|
|
2274
|
+
declare const SUpdateClientContentPillarDocument: v.ObjectSchema<{
|
|
2275
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2276
|
+
}, undefined>;
|
|
2277
|
+
type SUpdateClientContentPillarDocument = v.InferOutput<typeof SUpdateClientContentPillarDocument>;
|
|
2278
|
+
declare const SUpdateClientContentPillarDocumentRequest: v.ObjectSchema<{
|
|
2279
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2280
|
+
readonly data: v.ObjectSchema<{
|
|
2281
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2282
|
+
}, undefined>;
|
|
2283
|
+
}, undefined>;
|
|
2284
|
+
type SUpdateClientContentPillarDocumentRequest = v.InferOutput<typeof SUpdateClientContentPillarDocumentRequest>;
|
|
2285
|
+
//#endregion
|
|
2286
|
+
//#region src/schemas/client-media-platform-content-type.schemas.d.ts
|
|
2287
|
+
declare const ClientMediaPlatformContentTypeSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "client_media_platform.media_platform.title", "client_media_platform.media_platform.slug", "media_content_type.title", "media_content_type.slug", "createdAt", "updatedAt"];
|
|
2288
|
+
declare const QuerySortClientMediaPlatformContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2289
|
+
type QuerySortClientMediaPlatformContentTypes = v.InferOutput<typeof QuerySortClientMediaPlatformContentTypes>;
|
|
2290
|
+
declare const QueryStrapiSearchClientMediaPlatformContentTypes: v.ObjectSchema<{
|
|
2291
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2292
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2293
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2294
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2295
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2296
|
+
readonly client_media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2297
|
+
readonly media_content_type_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2298
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2299
|
+
}, undefined>;
|
|
2300
|
+
type QueryStrapiSearchClientMediaPlatformContentTypes = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatformContentTypes>;
|
|
2301
|
+
declare const SCreateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
2302
|
+
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2303
|
+
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2304
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2305
|
+
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
2306
|
+
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
2307
|
+
}, undefined>;
|
|
2308
|
+
type SCreateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SCreateClientMediaPlatformContentTypeDocument>;
|
|
2309
|
+
declare const SUpdateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
2310
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2311
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2312
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2313
|
+
}, undefined>;
|
|
2314
|
+
type SUpdateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocument>;
|
|
2315
|
+
declare const SUpdateClientMediaPlatformContentTypeDocumentRequest: v.ObjectSchema<{
|
|
2316
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2317
|
+
readonly data: v.ObjectSchema<{
|
|
2318
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2319
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2320
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2321
|
+
}, undefined>;
|
|
2322
|
+
}, undefined>;
|
|
2323
|
+
type SUpdateClientMediaPlatformContentTypeDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocumentRequest>;
|
|
2324
|
+
//#endregion
|
|
2325
|
+
//#region src/schemas/client-media-platform.schemas.d.ts
|
|
2326
|
+
declare const ClientMediaPlatformSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "media_platform.title", "media_platform.slug", "media_content_types.title", "media_content_types.slug", "createdAt", "updatedAt"];
|
|
2327
|
+
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2328
|
+
type QuerySortClientMediaPlatforms = v.InferOutput<typeof QuerySortClientMediaPlatforms>;
|
|
2329
|
+
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
2330
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2331
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2332
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2333
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2334
|
+
readonly media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2335
|
+
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2336
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2337
|
+
}, undefined>;
|
|
2338
|
+
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
2339
|
+
declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2340
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2341
|
+
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2342
|
+
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2343
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2344
|
+
}, undefined>;
|
|
2345
|
+
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
2346
|
+
declare const SUpdateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2347
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2348
|
+
}, undefined>;
|
|
2349
|
+
type SUpdateClientMediaPlatformDocument = v.InferOutput<typeof SUpdateClientMediaPlatformDocument>;
|
|
2350
|
+
declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
2351
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2352
|
+
readonly data: v.ObjectSchema<{
|
|
2353
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2354
|
+
}, undefined>;
|
|
2355
|
+
}, undefined>;
|
|
2356
|
+
type SUpdateClientMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformDocumentRequest>;
|
|
2357
|
+
declare const SAssociateMediaContentTypesToClientMediaPlatform: v.ObjectSchema<{
|
|
2358
|
+
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2359
|
+
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2360
|
+
}, undefined>;
|
|
2361
|
+
type SAssociateMediaContentTypesToClientMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToClientMediaPlatform>;
|
|
2362
|
+
//#endregion
|
|
2363
|
+
//#region src/schemas/client-project.schemas.d.ts
|
|
2364
|
+
declare const ClientProjectSortKeys: readonly ["id", "title", "slug", "is_active", "is_hidden", "project_phase", "project_url", "project_type", "project_pricing", "project_address", "phone_number", "num_of_models", "num_of_units_remain", "buyer_profile", "social_organic_start_date", "paid_media_start_date", "go_date", "createdAt", "updatedAt"];
|
|
2365
|
+
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
|
|
2366
|
+
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
2367
|
+
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
2368
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2369
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2370
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
2371
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2372
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
2373
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2374
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2375
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
2376
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
2377
|
+
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
2378
|
+
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2379
|
+
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2380
|
+
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2381
|
+
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
2382
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2383
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2384
|
+
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2385
|
+
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
2386
|
+
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
2387
|
+
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
2388
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
|
|
2389
|
+
}, undefined>;
|
|
2390
|
+
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
2391
|
+
declare const SCreateClientProjectDocument: v.ObjectSchema<{
|
|
2392
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2393
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2394
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
2395
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2396
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2397
|
+
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>;
|
|
2398
|
+
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
2399
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
2400
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2401
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2402
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2403
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
2404
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2405
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2406
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2407
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2408
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2409
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2410
|
+
}, undefined>;
|
|
2411
|
+
type SCreateClientProjectDocument = v.InferOutput<typeof SCreateClientProjectDocument>;
|
|
2412
|
+
declare const SUpdateClientProjectDocument: v.ObjectSchema<{
|
|
2413
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2414
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
2415
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
2416
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2417
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2418
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
2419
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
2420
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
2421
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2422
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2423
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2424
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
2425
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2426
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2427
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2428
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2429
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2430
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2431
|
+
}, undefined>;
|
|
2432
|
+
type SUpdateClientProjectDocument = v.InferOutput<typeof SUpdateClientProjectDocument>;
|
|
2433
|
+
declare const SUpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
2434
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2435
|
+
readonly data: v.ObjectSchema<{
|
|
2436
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2437
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
2438
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
2439
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2440
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2441
|
+
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
2442
|
+
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
2443
|
+
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
2444
|
+
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2445
|
+
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2446
|
+
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2447
|
+
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
2448
|
+
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2449
|
+
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
2450
|
+
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2451
|
+
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2452
|
+
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2453
|
+
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
2454
|
+
}, undefined>;
|
|
2455
|
+
}, undefined>;
|
|
2456
|
+
type SUpdateClientProjectDocumentRequest = v.InferOutput<typeof SUpdateClientProjectDocumentRequest>;
|
|
2457
|
+
declare const SAssociateClientToClientProjectDocument: v.ObjectSchema<{
|
|
2458
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2459
|
+
readonly client_project: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2460
|
+
}, undefined>;
|
|
2461
|
+
type SAssociateClientToClientProjectDocument = v.InferOutput<typeof SAssociateClientToClientProjectDocument>;
|
|
2462
|
+
//#endregion
|
|
2463
|
+
//#region src/schemas/client-report.schemas.d.ts
|
|
2464
|
+
declare const ClientReportSortKeys: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
2465
|
+
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
2466
|
+
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
2467
|
+
declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
2468
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2469
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2470
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2471
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2472
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2473
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2474
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2475
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2476
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
2477
|
+
}, undefined>;
|
|
2478
|
+
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
2479
|
+
declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
2480
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2481
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2482
|
+
readonly report_id: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
2483
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
2484
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2485
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2486
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2487
|
+
}, undefined>;
|
|
2488
|
+
type SCreateClientReportDocument = v.InferOutput<typeof SCreateClientReportDocument>;
|
|
2489
|
+
declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
2490
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2491
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2492
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2493
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2494
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2495
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2496
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2497
|
+
}, undefined>;
|
|
2498
|
+
type SUpdateClientReportDocument = v.InferOutput<typeof SUpdateClientReportDocument>;
|
|
2499
|
+
declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
2500
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2501
|
+
readonly data: v.ObjectSchema<{
|
|
2502
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2503
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2504
|
+
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2505
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2506
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2507
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2508
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2509
|
+
}, undefined>;
|
|
2510
|
+
}, undefined>;
|
|
2511
|
+
type SUpdateClientReportDocumentRequest = v.InferOutput<typeof SUpdateClientReportDocumentRequest>;
|
|
2512
|
+
//#endregion
|
|
2513
|
+
//#region src/schemas/client-styleguide.schemas.d.ts
|
|
2514
|
+
declare const ClientStyleguideSortKeys: readonly ["id", "title", "createdAt", "updatedAt"];
|
|
2515
|
+
declare const QuerySortClientStyleguides: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], 4, undefined>]>, undefined>;
|
|
2516
|
+
type QuerySortClientStyleguides = v.InferOutput<typeof QuerySortClientStyleguides>;
|
|
2517
|
+
declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
|
|
2518
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2519
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2520
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2521
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2522
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2523
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], 4, undefined>]>, undefined>;
|
|
2524
|
+
}, undefined>;
|
|
2525
|
+
type QueryStrapiSearchClientStyleguide = v.InferOutput<typeof QueryStrapiSearchClientStyleguide>;
|
|
2526
|
+
declare const SCreateClientStyleguideDocument: v.ObjectSchema<{
|
|
2527
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2528
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2529
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
2530
|
+
}, undefined>;
|
|
2531
|
+
type SCreateClientStyleguideDocument = v.InferOutput<typeof SCreateClientStyleguideDocument>;
|
|
2532
|
+
declare const SUpdateClientStyleguideDocument: v.ObjectSchema<{
|
|
2533
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2534
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2535
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2536
|
+
}, undefined>;
|
|
2537
|
+
type SUpdateClientStyleguideDocument = v.InferOutput<typeof SUpdateClientStyleguideDocument>;
|
|
2538
|
+
declare const SUpdateClientStyleguideDocumentRequest: v.ObjectSchema<{
|
|
2539
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2540
|
+
readonly data: v.ObjectSchema<{
|
|
2541
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2542
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2543
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2544
|
+
}, undefined>;
|
|
2545
|
+
}, undefined>;
|
|
2546
|
+
type SUpdateClientStyleguideDocumentRequest = v.InferOutput<typeof SUpdateClientStyleguideDocumentRequest>;
|
|
2547
|
+
//#endregion
|
|
2548
|
+
//#region src/schemas/client-user.schemas.d.ts
|
|
2549
|
+
declare const ClientUserSortKeys: readonly ["id", "client.title", "client.teamwork_id", "client.teamwork_name", "client.is_active", "client.allow_create_utm_link", "client.is_paid_media", "client.is_organic_social", "user.username", "user.email", "user.confirmed", "user.blocked", "createdAt", "updatedAt"];
|
|
2550
|
+
declare const QuerySortClientUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "client.title:ASC" | "client.teamwork_id:ASC" | "client.teamwork_name:ASC" | "client.is_active:ASC" | "client.allow_create_utm_link:ASC" | "client.is_paid_media:ASC" | "client.is_organic_social:ASC" | "user.username:ASC" | "user.email:ASC" | "user.confirmed:ASC" | "user.blocked:ASC" | "client.title:DESC" | "client.teamwork_id:DESC" | "client.teamwork_name:DESC" | "client.is_active:DESC" | "client.allow_create_utm_link:DESC" | "client.is_paid_media:DESC" | "client.is_organic_social:DESC" | "user.username:DESC" | "user.email:DESC" | "user.confirmed:DESC" | "user.blocked:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "client.title:ASC" | "client.teamwork_id:ASC" | "client.teamwork_name:ASC" | "client.is_active:ASC" | "client.allow_create_utm_link:ASC" | "client.is_paid_media:ASC" | "client.is_organic_social:ASC" | "user.username:ASC" | "user.email:ASC" | "user.confirmed:ASC" | "user.blocked:ASC" | "client.title:DESC" | "client.teamwork_id:DESC" | "client.teamwork_name:DESC" | "client.is_active:DESC" | "client.allow_create_utm_link:DESC" | "client.is_paid_media:DESC" | "client.is_organic_social:DESC" | "user.username:DESC" | "user.email:DESC" | "user.confirmed:DESC" | "user.blocked:DESC")[], 14, undefined>]>, undefined>;
|
|
2551
|
+
type QuerySortClientUsers = v.InferOutput<typeof QuerySortClientUsers>;
|
|
2552
|
+
declare const SQueryListClientUserDocuments: v.ObjectSchema<{
|
|
2553
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2554
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2555
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2556
|
+
}, undefined>;
|
|
2557
|
+
type SQueryListClientUserDocuments = v.InferOutput<typeof SQueryListClientUserDocuments>;
|
|
2558
|
+
declare const SCreateClientUserDocument: v.ObjectSchema<{
|
|
2559
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2560
|
+
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2561
|
+
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
2562
|
+
}, undefined>;
|
|
2563
|
+
type SCreateClientUserDocument = v.InferOutput<typeof SCreateClientUserDocument>;
|
|
2564
|
+
declare const SUpdateClientUserDocument: v.ObjectSchema<{
|
|
2565
|
+
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
2566
|
+
}, undefined>;
|
|
2567
|
+
type SUpdateClientUserDocument = v.InferOutput<typeof SUpdateClientUserDocument>;
|
|
2568
|
+
declare const SUpdateClientUserDocumentRequest: v.ObjectSchema<{
|
|
2569
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2570
|
+
readonly data: v.ObjectSchema<{
|
|
2571
|
+
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
2572
|
+
}, undefined>;
|
|
2573
|
+
}, undefined>;
|
|
2574
|
+
type SUpdateClientUserDocumentRequest = v.InferOutput<typeof SUpdateClientUserDocumentRequest>;
|
|
2575
|
+
declare const SVerifyClientUserDocument: v.ObjectSchema<{
|
|
2576
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2577
|
+
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2578
|
+
}, undefined>;
|
|
2579
|
+
type SVerifyClientUserDocument = v.InferOutput<typeof SVerifyClientUserDocument>;
|
|
2580
|
+
//#endregion
|
|
2581
|
+
//#region src/schemas/client.schemas.d.ts
|
|
2582
|
+
declare const ClientSortKeys: readonly ["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_hidden", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"];
|
|
2583
|
+
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_featured:ASC" | "title:DESC" | "is_featured:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_featured:ASC" | "title:DESC" | "is_featured:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
2584
|
+
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
2585
|
+
declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
2586
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2587
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2588
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2589
|
+
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2590
|
+
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2591
|
+
readonly gainapp_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2592
|
+
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2593
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2594
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2595
|
+
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2596
|
+
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2597
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2598
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2599
|
+
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
2600
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_featured:ASC" | "title:DESC" | "is_featured:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_featured:ASC" | "title:DESC" | "is_featured:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
2601
|
+
}, undefined>;
|
|
2602
|
+
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
2603
|
+
declare const SCreateClientDocument: v.ObjectSchema<{
|
|
2604
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2605
|
+
readonly teamwork_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2606
|
+
readonly teamwork_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2607
|
+
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2608
|
+
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2609
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2610
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2611
|
+
readonly is_featured: v.BooleanSchema<undefined>;
|
|
2612
|
+
readonly allow_create_utm_link: v.BooleanSchema<undefined>;
|
|
2613
|
+
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
2614
|
+
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
2615
|
+
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
2616
|
+
}, undefined>;
|
|
2617
|
+
type SCreateClientDocument = v.InferOutput<typeof SCreateClientDocument>;
|
|
2618
|
+
declare const SUpdateClientDocument: v.ObjectSchema<{
|
|
2619
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2620
|
+
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2621
|
+
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2622
|
+
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2623
|
+
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2624
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2625
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2626
|
+
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2627
|
+
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2628
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2629
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2630
|
+
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
2631
|
+
}, undefined>;
|
|
2632
|
+
type SUpdateClientDocument = v.InferOutput<typeof SUpdateClientDocument>;
|
|
2633
|
+
declare const SUpdateClientDocumentRequest: v.ObjectSchema<{
|
|
2634
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2635
|
+
readonly data: v.ObjectSchema<{
|
|
2636
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2637
|
+
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2638
|
+
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2639
|
+
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2640
|
+
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2641
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2642
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2643
|
+
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2644
|
+
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2645
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2646
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2647
|
+
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
2648
|
+
}, undefined>;
|
|
2649
|
+
}, undefined>;
|
|
2650
|
+
type SUpdateClientDocumentRequest = v.InferOutput<typeof SUpdateClientDocumentRequest>;
|
|
2651
|
+
//#endregion
|
|
2652
|
+
//#region src/schemas/comment.schemas.d.ts
|
|
2653
|
+
declare const StrapiCommentSortKeys: readonly ["id", "content", "blocked", "blockedThread", "approvalStatus", "createdAt", "updatedAt"];
|
|
2654
|
+
declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
2655
|
+
type QuerySortStrapiComments = v.InferOutput<typeof QuerySortStrapiComments>;
|
|
2656
|
+
declare const QueryFilterStrapiComments: v.ObjectSchema<{
|
|
2657
|
+
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
2658
|
+
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
2659
|
+
}, undefined>, undefined>;
|
|
2660
|
+
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
2661
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2662
|
+
}, undefined>, undefined>;
|
|
2663
|
+
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
2664
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2665
|
+
}, undefined>, undefined>;
|
|
2666
|
+
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
2667
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2668
|
+
}, undefined>, undefined>;
|
|
2669
|
+
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
2670
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2671
|
+
}, undefined>, undefined>;
|
|
2672
|
+
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
2673
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2674
|
+
}, undefined>, undefined>;
|
|
2675
|
+
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
2676
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2677
|
+
}, undefined>, undefined>;
|
|
2678
|
+
}, undefined>;
|
|
2679
|
+
type QueryFilterStrapiComments = v.InferOutput<typeof QueryFilterStrapiComments>;
|
|
2680
|
+
declare const QueryStrapiCommentsInHeirarchy: v.ObjectSchema<{
|
|
2681
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2682
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
2683
|
+
readonly filters: v.OptionalSchema<v.ObjectSchema<{
|
|
2684
|
+
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
2685
|
+
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
2686
|
+
}, undefined>, undefined>;
|
|
2687
|
+
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
2688
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2689
|
+
}, undefined>, undefined>;
|
|
2690
|
+
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
2691
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2692
|
+
}, undefined>, undefined>;
|
|
2693
|
+
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
2694
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2695
|
+
}, undefined>, undefined>;
|
|
2696
|
+
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
2697
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2698
|
+
}, undefined>, undefined>;
|
|
2699
|
+
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
2700
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2701
|
+
}, undefined>, undefined>;
|
|
2702
|
+
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
2703
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2704
|
+
}, undefined>, undefined>;
|
|
2705
|
+
}, undefined>, undefined>;
|
|
2706
|
+
readonly nested_levels: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>, undefined>;
|
|
2707
|
+
}, undefined>;
|
|
2708
|
+
type QueryStrapiCommentsInHeirarchy = v.InferOutput<typeof QueryStrapiCommentsInHeirarchy>;
|
|
2709
|
+
declare const QueryStrapiCommentsFlat: v.ObjectSchema<{
|
|
2710
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2711
|
+
readonly filters: v.OptionalSchema<v.ObjectSchema<{
|
|
2712
|
+
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
2713
|
+
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
2714
|
+
}, undefined>, undefined>;
|
|
2715
|
+
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
2716
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2717
|
+
}, undefined>, undefined>;
|
|
2718
|
+
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
2719
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2720
|
+
}, undefined>, undefined>;
|
|
2721
|
+
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
2722
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2723
|
+
}, undefined>, undefined>;
|
|
2724
|
+
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
2725
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2726
|
+
}, undefined>, undefined>;
|
|
2727
|
+
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
2728
|
+
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2729
|
+
}, undefined>, undefined>;
|
|
2730
|
+
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
2731
|
+
readonly eq: v.BooleanSchema<undefined>;
|
|
2732
|
+
}, undefined>, undefined>;
|
|
2733
|
+
}, undefined>, undefined>;
|
|
2734
|
+
readonly pagination: v.OptionalSchema<v.ObjectSchema<{
|
|
2735
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2736
|
+
readonly pageSize: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>, undefined>;
|
|
2737
|
+
}, undefined>, undefined>;
|
|
2738
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
2739
|
+
}, undefined>;
|
|
2740
|
+
type QueryStrapiCommentsFlat = v.InferOutput<typeof QueryStrapiCommentsFlat>;
|
|
2741
|
+
declare const SCreateCommentDocument: v.ObjectSchema<{
|
|
2742
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2743
|
+
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2744
|
+
readonly author: v.ObjectSchema<{
|
|
2745
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2746
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2747
|
+
}, undefined>;
|
|
2748
|
+
readonly threadOf: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
2749
|
+
}, undefined>;
|
|
2750
|
+
type SCreateCommentDocument = v.InferOutput<typeof SCreateCommentDocument>;
|
|
2751
|
+
declare const SUpdateCommentDocument: v.ObjectSchema<{
|
|
2752
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2753
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2754
|
+
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2755
|
+
readonly author: v.ObjectSchema<{
|
|
2756
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2757
|
+
}, undefined>;
|
|
2758
|
+
}, undefined>;
|
|
2759
|
+
type SUpdateCommentDocument = v.InferOutput<typeof SUpdateCommentDocument>;
|
|
2760
|
+
declare const SDeleteCommentDocument: v.ObjectSchema<{
|
|
2761
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2762
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2763
|
+
readonly author: v.ObjectSchema<{
|
|
2764
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2765
|
+
}, undefined>;
|
|
2766
|
+
}, undefined>;
|
|
2767
|
+
type SDeleteCommentDocument = v.InferOutput<typeof SDeleteCommentDocument>;
|
|
2768
|
+
declare const SReportCommentDocument: v.ObjectSchema<{
|
|
2769
|
+
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2770
|
+
readonly commentId: v.NumberSchema<undefined>;
|
|
2771
|
+
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2772
|
+
readonly reason: v.PicklistSchema<("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[], "You must select a valid reason for reporting this comment.">;
|
|
2773
|
+
}, undefined>;
|
|
2774
|
+
type SReportCommentDocument = v.InferOutput<typeof SReportCommentDocument>;
|
|
2775
|
+
//#endregion
|
|
2776
|
+
//#region src/schemas/content-pillar.schemas.d.ts
|
|
2777
|
+
declare const ContentPillarSortKeys: readonly ["id", "title", "slug", "createdAt", "updatedAt"];
|
|
2778
|
+
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
|
|
2779
|
+
type QuerySortContentPillars = v.InferOutput<typeof QuerySortContentPillars>;
|
|
2780
|
+
declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
2781
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2782
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2783
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2784
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2785
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
|
|
2786
|
+
}, undefined>;
|
|
2787
|
+
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
2788
|
+
declare const SCreateContentPillarDocument: v.ObjectSchema<{
|
|
2789
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2790
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
2791
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2792
|
+
}, undefined>;
|
|
2793
|
+
type SCreateContentPillarDocument = v.InferOutput<typeof SCreateContentPillarDocument>;
|
|
2794
|
+
declare const SUpdateContentPillarDocument: v.ObjectSchema<{
|
|
2795
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2796
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2797
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2798
|
+
}, undefined>;
|
|
2799
|
+
type SUpdateContentPillarDocument = v.InferOutput<typeof SUpdateContentPillarDocument>;
|
|
2800
|
+
declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
2801
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2802
|
+
readonly data: v.ObjectSchema<{
|
|
2803
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2804
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2805
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2806
|
+
}, undefined>;
|
|
2807
|
+
}, undefined>;
|
|
2808
|
+
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
2809
|
+
//#endregion
|
|
2810
|
+
//#region src/schemas/gcflytour-snap.schemas.d.ts
|
|
2811
|
+
declare const GCFlyTourSnapSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
2812
|
+
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
2813
|
+
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
2814
|
+
declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
2815
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2816
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2817
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2818
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2819
|
+
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2820
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2821
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2822
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2823
|
+
readonly gcflytours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2824
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
2825
|
+
}, undefined>;
|
|
2826
|
+
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
2827
|
+
declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
2828
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2829
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
2830
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2831
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2832
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2833
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2834
|
+
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2835
|
+
}, undefined>;
|
|
2836
|
+
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
2837
|
+
declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
2838
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2839
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2840
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2841
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2842
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2843
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2844
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2845
|
+
}, undefined>;
|
|
2846
|
+
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
2847
|
+
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
2848
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2849
|
+
readonly data: v.ObjectSchema<{
|
|
2850
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2851
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2852
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2853
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2854
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2855
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2856
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2857
|
+
}, undefined>;
|
|
2858
|
+
}, undefined>;
|
|
2859
|
+
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
2860
|
+
//#endregion
|
|
2861
|
+
//#region src/schemas/gcflytour.schemas.d.ts
|
|
2862
|
+
declare const GCFlyTourSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
2863
|
+
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
2864
|
+
type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
|
|
2865
|
+
declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
2866
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2867
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2868
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2869
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2870
|
+
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2871
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2872
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2873
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2874
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
2875
|
+
}, undefined>;
|
|
2876
|
+
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
2877
|
+
declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
2878
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2879
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
2880
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2881
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2882
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
2883
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2884
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2885
|
+
}, undefined>;
|
|
2886
|
+
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
2887
|
+
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
2888
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2889
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2890
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2891
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2892
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2893
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2894
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2895
|
+
}, undefined>;
|
|
2896
|
+
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
2897
|
+
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
2898
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2899
|
+
readonly data: v.ObjectSchema<{
|
|
2900
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2901
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2902
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2903
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2904
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2905
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2906
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2907
|
+
}, undefined>;
|
|
2908
|
+
}, undefined>;
|
|
2909
|
+
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
|
2910
|
+
declare const SAssociateClientsToGCFlyTour: v.ObjectSchema<{
|
|
2911
|
+
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2912
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2913
|
+
}, undefined>;
|
|
2914
|
+
type SAssociateClientsToGCFlyTour = v.InferOutput<typeof SAssociateClientsToGCFlyTour>;
|
|
2915
|
+
declare const SAssociateGcFlyTourSnapsToGCFlyTour: v.ObjectSchema<{
|
|
2916
|
+
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2917
|
+
readonly gcflytour_snaps: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2918
|
+
}, undefined>;
|
|
2919
|
+
type SAssociateGcFlyTourSnapsToGCFlyTour = v.InferOutput<typeof SAssociateGcFlyTourSnapsToGCFlyTour>;
|
|
2920
|
+
//#endregion
|
|
2921
|
+
//#region src/schemas/generic.schemas.d.ts
|
|
2922
|
+
declare const EntitySortKeys: readonly ["id", "createdAt", "updatedAt"];
|
|
2923
|
+
declare const QuerySortEntities: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2924
|
+
type QuerySortEntities = v.InferOutput<typeof QuerySortEntities>;
|
|
2925
|
+
declare const QueryStrapiPaginated: v.ObjectSchema<{
|
|
2926
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2927
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2928
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2929
|
+
}, undefined>;
|
|
2930
|
+
type QueryStrapiPaginated = v.InferOutput<typeof QueryStrapiPaginated>;
|
|
2931
|
+
declare const QueryStrapiById: v.ObjectSchema<{
|
|
2932
|
+
readonly id: v.NumberSchema<undefined>;
|
|
2933
|
+
}, undefined>;
|
|
2934
|
+
type QueryStrapiById = v.InferOutput<typeof QueryStrapiById>;
|
|
2935
|
+
declare const QueryStrapiByDocumentId: v.ObjectSchema<{
|
|
2936
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2937
|
+
}, undefined>;
|
|
2938
|
+
type QueryStrapiByDocumentId = v.InferOutput<typeof QueryStrapiByDocumentId>;
|
|
2939
|
+
declare const QueryStrapiBySlug: v.ObjectSchema<{
|
|
2940
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2941
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2942
|
+
}, undefined>;
|
|
2943
|
+
type QueryStrapiBySlug = v.InferOutput<typeof QueryStrapiBySlug>;
|
|
2944
|
+
declare const QueryStrapiByEmail: v.ObjectSchema<{
|
|
2945
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
2946
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2947
|
+
}, undefined>;
|
|
2948
|
+
type QueryStrapiByEmail = v.InferOutput<typeof QueryStrapiByEmail>;
|
|
2949
|
+
declare const QueryStrapiByPhone: v.ObjectSchema<{
|
|
2950
|
+
readonly phone: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
2951
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2952
|
+
}, undefined>;
|
|
2953
|
+
type QueryStrapiByPhone = v.InferOutput<typeof QueryStrapiByPhone>;
|
|
2954
|
+
declare const QueryStrapiByName: v.ObjectSchema<{
|
|
2955
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
2956
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
2957
|
+
}, undefined>;
|
|
2958
|
+
type QueryStrapiByName = v.InferOutput<typeof QueryStrapiByName>;
|
|
2959
|
+
//#endregion
|
|
2960
|
+
//#region src/schemas/lead.schemas.d.ts
|
|
2961
|
+
declare const SCreateLeadDocument: v.ObjectSchema<{
|
|
2962
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2963
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2964
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
2965
|
+
readonly phone: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
2966
|
+
readonly company: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2967
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2968
|
+
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
2969
|
+
readonly product_interest: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
2970
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
2971
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
2972
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
2973
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
2974
|
+
}, undefined>;
|
|
2975
|
+
type SCreateLeadDocument = v.InferOutput<typeof SCreateLeadDocument>;
|
|
2976
|
+
declare const SUpdateLeadDocument: v.ObjectSchema<{
|
|
2977
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2978
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2979
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
2980
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
2981
|
+
readonly company: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2982
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2983
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2984
|
+
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2985
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2986
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2987
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2988
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
2989
|
+
}, undefined>;
|
|
2990
|
+
type SUpdateLeadDocument = v.InferOutput<typeof SUpdateLeadDocument>;
|
|
2991
|
+
declare const SUpdateLeadRequest: v.ObjectSchema<{
|
|
2992
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2993
|
+
readonly data: v.ObjectSchema<{
|
|
2994
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2995
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2996
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
2997
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
2998
|
+
readonly company: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2999
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3000
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3001
|
+
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3002
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3003
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3004
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3005
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3006
|
+
}, undefined>;
|
|
3007
|
+
}, undefined>;
|
|
3008
|
+
type SUpdateLeadRequest = v.InferOutput<typeof SUpdateLeadRequest>;
|
|
3009
|
+
//#endregion
|
|
3010
|
+
//#region src/schemas/media-content-type.schemas.d.ts
|
|
3011
|
+
declare const MediaContentTypeSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"];
|
|
3012
|
+
declare const QuerySortMediaContentType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
3013
|
+
type QuerySortMediaContentType = v.InferOutput<typeof QuerySortMediaContentType>;
|
|
3014
|
+
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
3015
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3016
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3017
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3018
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3019
|
+
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3020
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3021
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3022
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3023
|
+
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3024
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
3025
|
+
}, undefined>;
|
|
3026
|
+
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
3027
|
+
declare const SCreateMediaContentTypeDocument: v.ObjectSchema<{
|
|
3028
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3029
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
3030
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3031
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
3032
|
+
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3033
|
+
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3034
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3035
|
+
}, undefined>;
|
|
3036
|
+
type SCreateMediaContentTypeDocument = v.InferOutput<typeof SCreateMediaContentTypeDocument>;
|
|
3037
|
+
declare const SUpdateMediaContentTypeDocument: v.ObjectSchema<{
|
|
3038
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3039
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3040
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3041
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3042
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3043
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3044
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3045
|
+
}, undefined>;
|
|
3046
|
+
type SUpdateMediaContentTypeDocument = v.InferOutput<typeof SUpdateMediaContentTypeDocument>;
|
|
3047
|
+
declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
3048
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3049
|
+
readonly data: v.ObjectSchema<{
|
|
3050
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3051
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3052
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3053
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3054
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3055
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3056
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3057
|
+
}, undefined>;
|
|
3058
|
+
}, undefined>;
|
|
3059
|
+
type SUpdateMediaContentTypeDocumentRequest = v.InferOutput<typeof SUpdateMediaContentTypeDocumentRequest>;
|
|
3060
|
+
declare const SAssociateMediaPlatformsToMediaContentType: v.ObjectSchema<{
|
|
3061
|
+
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3062
|
+
readonly media_platforms: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3063
|
+
}, undefined>;
|
|
3064
|
+
type SAssociateMediaPlatformsToMediaContentType = v.InferOutput<typeof SAssociateMediaPlatformsToMediaContentType>;
|
|
3065
|
+
declare const SAssociateClientMediaPlatformContentTypesToMediaContentType: v.ObjectSchema<{
|
|
3066
|
+
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3067
|
+
readonly client_media_platform_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3068
|
+
}, undefined>;
|
|
3069
|
+
type SAssociateClientMediaPlatformContentTypesToMediaContentType = v.InferOutput<typeof SAssociateClientMediaPlatformContentTypesToMediaContentType>;
|
|
3070
|
+
//#endregion
|
|
3071
|
+
//#region src/schemas/media-platform.schemas.d.ts
|
|
3072
|
+
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"];
|
|
3073
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
3074
|
+
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
3075
|
+
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
3076
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3077
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3078
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3079
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3080
|
+
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3081
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3082
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3083
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3084
|
+
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3085
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
3086
|
+
}, undefined>;
|
|
3087
|
+
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
3088
|
+
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
3089
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3090
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
3091
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3092
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
3093
|
+
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3094
|
+
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3095
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3096
|
+
}, undefined>;
|
|
3097
|
+
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
3098
|
+
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
3099
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3100
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3101
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3102
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3103
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3104
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3105
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3106
|
+
}, undefined>;
|
|
3107
|
+
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
3108
|
+
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
3109
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3110
|
+
readonly data: v.ObjectSchema<{
|
|
3111
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3112
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3113
|
+
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3114
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3115
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3116
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3117
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3118
|
+
}, undefined>;
|
|
3119
|
+
}, undefined>;
|
|
3120
|
+
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
3121
|
+
declare const SAssociateMediaContentTypesToMediaPlatform: v.ObjectSchema<{
|
|
3122
|
+
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3123
|
+
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3124
|
+
}, undefined>;
|
|
3125
|
+
type SAssociateMediaContentTypesToMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToMediaPlatform>;
|
|
3126
|
+
//#endregion
|
|
3127
|
+
//#region src/schemas/monday-workspace.schemas.d.ts
|
|
3128
|
+
declare const MondayWorkspaceSortKeys: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
3129
|
+
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
3130
|
+
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
3131
|
+
declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
3132
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3133
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3134
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3135
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3136
|
+
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3137
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
3138
|
+
}, undefined>;
|
|
3139
|
+
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
3140
|
+
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
3141
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3142
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3143
|
+
readonly workspace_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3144
|
+
}, undefined>;
|
|
3145
|
+
type SCreateMondayWorkspaceDocument = v.InferOutput<typeof SCreateMondayWorkspaceDocument>;
|
|
3146
|
+
declare const SUpdateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
3147
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3148
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3149
|
+
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3150
|
+
}, undefined>;
|
|
3151
|
+
type SUpdateMondayWorkspaceDocument = v.InferOutput<typeof SUpdateMondayWorkspaceDocument>;
|
|
3152
|
+
declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
3153
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3154
|
+
readonly data: v.ObjectSchema<{
|
|
3155
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3156
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3157
|
+
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3158
|
+
}, undefined>;
|
|
3159
|
+
}, undefined>;
|
|
3160
|
+
type SUpdateMondayWorkspaceDocumentRequest = v.InferOutput<typeof SUpdateMondayWorkspaceDocumentRequest>;
|
|
3161
|
+
//#endregion
|
|
3162
|
+
//#region src/schemas/newsletter.schemas.d.ts
|
|
3163
|
+
declare const SCreateNewsletterSignup: v.ObjectSchema<{
|
|
3164
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3165
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3166
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3167
|
+
readonly download_key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3168
|
+
readonly product_interest: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3169
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3170
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
3171
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3172
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3173
|
+
readonly middle_name: v.StringSchema<undefined>;
|
|
3174
|
+
}, undefined>;
|
|
3175
|
+
type SCreateNewsletterSignup = v.InferOutput<typeof SCreateNewsletterSignup>;
|
|
3176
|
+
declare const SCreateNewsletterSignupDocument: v.ObjectSchema<{
|
|
3177
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3178
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3179
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3180
|
+
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3181
|
+
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3182
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3183
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
3184
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3185
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3186
|
+
}, undefined>;
|
|
3187
|
+
type SCreateNewsletterSignupDocument = v.InferOutput<typeof SCreateNewsletterSignupDocument>;
|
|
3188
|
+
declare const SUpdateNewsletterSignupDocument: v.ObjectSchema<{
|
|
3189
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3190
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3191
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
3192
|
+
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3193
|
+
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3194
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3195
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3196
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3197
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3198
|
+
}, undefined>;
|
|
3199
|
+
type SUpdateNewsletterSignupDocument = v.InferOutput<typeof SUpdateNewsletterSignupDocument>;
|
|
3200
|
+
declare const SUpdateNewsletterSignupRequest: v.ObjectSchema<{
|
|
3201
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3202
|
+
readonly data: v.ObjectSchema<{
|
|
3203
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3204
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3205
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
3206
|
+
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3207
|
+
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3208
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3209
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3210
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3211
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3212
|
+
}, undefined>;
|
|
3213
|
+
}, undefined>;
|
|
3214
|
+
type SUpdateNewsletterSignupRequest = v.InferOutput<typeof SUpdateNewsletterSignupRequest>;
|
|
3215
|
+
//#endregion
|
|
3216
|
+
//#region src/schemas/resume.schemas.d.ts
|
|
3217
|
+
declare const checkIsValidUrlList: (input: string) => boolean;
|
|
3218
|
+
declare const SCreateResume: v.ObjectSchema<{
|
|
3219
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3220
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3221
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3222
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
3223
|
+
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3224
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
3225
|
+
readonly file: v.NullableSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a PDF or Word document.">, v.MimeTypeAction<any, readonly ["application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/rtf", "text/plain", "application/vnd.oasis.opendocument.text"], "Please upload a PDF or Word document.">]>, undefined>;
|
|
3226
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3227
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
3228
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3229
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3230
|
+
}, undefined>;
|
|
3231
|
+
type SCreateResume = v.InferOutput<typeof SCreateResume>;
|
|
3232
|
+
declare const SCreateResumeInfo: v.ObjectSchema<{
|
|
3233
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3234
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3235
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3236
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
3237
|
+
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3238
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
3239
|
+
readonly file: v.ObjectSchema<{
|
|
3240
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3241
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3242
|
+
}, undefined>;
|
|
3243
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3244
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
3245
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3246
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3247
|
+
}, undefined>;
|
|
3248
|
+
type SCreateResumeInfo = v.InferOutput<typeof SCreateResumeInfo>;
|
|
3249
|
+
declare const SCreateResumeInfoDocument: v.ObjectSchema<{
|
|
3250
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3251
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3252
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3253
|
+
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
3254
|
+
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3255
|
+
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
3256
|
+
readonly file: v.ObjectSchema<{
|
|
3257
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3258
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3259
|
+
}, undefined>;
|
|
3260
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3261
|
+
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
3262
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3263
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3264
|
+
}, undefined>;
|
|
3265
|
+
type SCreateResumeInfoDocument = v.InferOutput<typeof SCreateResumeInfoDocument>;
|
|
3266
|
+
declare const SUpdateResumeInfo: v.ObjectSchema<{
|
|
3267
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3268
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3269
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
3270
|
+
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
3271
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3272
|
+
readonly social_profiles: v.OptionalSchema<v.NullableSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>, undefined>;
|
|
3273
|
+
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
3274
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3275
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3276
|
+
}, undefined>, undefined>;
|
|
3277
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3278
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3279
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3280
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3281
|
+
}, undefined>;
|
|
3282
|
+
type SUpdateResumeInfo = v.InferOutput<typeof SUpdateResumeInfo>;
|
|
3283
|
+
declare const SUpdateResumeInfoDocument: v.ObjectSchema<{
|
|
3284
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3285
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3286
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
3287
|
+
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
3288
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3289
|
+
readonly social_profiles: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>;
|
|
3290
|
+
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
3291
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3292
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3293
|
+
}, undefined>, undefined>;
|
|
3294
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3295
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3296
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3297
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3298
|
+
}, undefined>;
|
|
3299
|
+
type SUpdateResumeInfoDocument = v.InferOutput<typeof SUpdateResumeInfoDocument>;
|
|
3300
|
+
declare const SUpdateResumeInfoRequest: v.ObjectSchema<{
|
|
3301
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3302
|
+
readonly data: v.ObjectSchema<{
|
|
3303
|
+
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3304
|
+
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3305
|
+
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
3306
|
+
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
3307
|
+
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3308
|
+
readonly social_profiles: v.OptionalSchema<v.NullableSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>, undefined>;
|
|
3309
|
+
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
3310
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3311
|
+
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3312
|
+
}, undefined>, undefined>;
|
|
3313
|
+
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3314
|
+
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3315
|
+
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3316
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3317
|
+
}, undefined>;
|
|
3318
|
+
}, undefined>;
|
|
3319
|
+
type SUpdateResumeInfoRequest = v.InferOutput<typeof SUpdateResumeInfoRequest>;
|
|
3320
|
+
//#endregion
|
|
3321
|
+
//#region src/schemas/shared.validators.d.ts
|
|
3322
|
+
/**
|
|
3323
|
+
* Basic number validator
|
|
3324
|
+
*/
|
|
3325
|
+
declare const VNumberNullable: () => v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
3326
|
+
declare const VIntegerNullable: () => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3327
|
+
/**
|
|
3328
|
+
* Basic string validator with trim and min length
|
|
3329
|
+
*/
|
|
3330
|
+
declare const VString: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>]>;
|
|
3331
|
+
/**
|
|
3332
|
+
* String validator with trim, min length, and max length (Short)
|
|
3333
|
+
*/
|
|
3334
|
+
declare const VStringShort: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3335
|
+
/**
|
|
3336
|
+
* String validator with trim, min length, and max length (Long)
|
|
3337
|
+
*/
|
|
3338
|
+
declare const VStringLong: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>;
|
|
3339
|
+
/**
|
|
3340
|
+
* String validator with trim, and max length
|
|
3341
|
+
*/
|
|
3342
|
+
declare const VStringMax: (maxLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3343
|
+
/**
|
|
3344
|
+
* String validator with trim, and max length
|
|
3345
|
+
*/
|
|
3346
|
+
declare const VStringMaxRegex: (maxLength: number | undefined, pattern: RegExp, message: string) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3347
|
+
/**
|
|
3348
|
+
* String validator with trim, min length, and max length
|
|
3349
|
+
*/
|
|
3350
|
+
declare const VStringMinMax: (minLength?: number, maxLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3351
|
+
/**
|
|
3352
|
+
* String validator with trim, min length, max length, and regex pattern
|
|
3353
|
+
*/
|
|
3354
|
+
declare const VStringMinMaxRegex: (minLength: number | undefined, maxLength: number | undefined, pattern: RegExp, message: string) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3355
|
+
/**
|
|
3356
|
+
* Optional Nullable String validator (Long)
|
|
3357
|
+
*/
|
|
3358
|
+
declare const VStringLongNullable: (minLength?: number) => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>, undefined>, undefined>;
|
|
3359
|
+
/**
|
|
3360
|
+
* Optional Nullable String validator
|
|
3361
|
+
* Commonly used for optional fields that might be null in the database or API
|
|
3362
|
+
*/
|
|
3363
|
+
declare const VStringShortNullable: (minLength?: number) => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
3364
|
+
/**
|
|
3365
|
+
* URL Validator
|
|
3366
|
+
* Checks for http/https prefix and valid URL format
|
|
3367
|
+
*/
|
|
3368
|
+
declare const VStringUrl: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>;
|
|
3369
|
+
/**
|
|
3370
|
+
* UTM URL Validator
|
|
3371
|
+
* Checks for valid URL format that does contain utm params
|
|
3372
|
+
*/
|
|
3373
|
+
declare const VStringUrlUtm: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
3374
|
+
/**
|
|
3375
|
+
* URL no utm params Validator
|
|
3376
|
+
* Checks for valid URL format that does not contain utm params
|
|
3377
|
+
*/
|
|
3378
|
+
declare const VStringUrlNoUtm: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
3379
|
+
/**
|
|
3380
|
+
* Optional Nullable URL Validator
|
|
3381
|
+
*/
|
|
3382
|
+
declare const VStringUrlNullable: () => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
3383
|
+
/**
|
|
3384
|
+
* Slug Validator
|
|
3385
|
+
*/
|
|
3386
|
+
declare const VStringSlug: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
3387
|
+
/**
|
|
3388
|
+
* Email Validator
|
|
3389
|
+
*/
|
|
3390
|
+
declare const VStringEmail: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3391
|
+
/**
|
|
3392
|
+
* Phone Validator (NANP)
|
|
3393
|
+
*/
|
|
3394
|
+
declare const VStringPhone: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
3395
|
+
/**
|
|
3396
|
+
* Optional Nullable Phone Validator
|
|
3397
|
+
*/
|
|
3398
|
+
declare const VStringPhoneNullable: () => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
3399
|
+
/**
|
|
3400
|
+
* Pagination Page Validator
|
|
3401
|
+
*/
|
|
3402
|
+
declare const VPage: () => v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3403
|
+
/**
|
|
3404
|
+
* Pagination Size Validator
|
|
3405
|
+
*/
|
|
3406
|
+
declare const VSize: (maxSize: number) => v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3407
|
+
//#endregion
|
|
3408
|
+
//#region src/schemas/sharpspring.schemas.d.ts
|
|
3409
|
+
declare const SharpSpringSignUpToDownload: v.ObjectSchema<{
|
|
3410
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3411
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3412
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3413
|
+
readonly download_key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3414
|
+
readonly email_consent: v.BooleanSchema<undefined>;
|
|
3415
|
+
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3416
|
+
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3417
|
+
readonly middle_name: v.StringSchema<undefined>;
|
|
3418
|
+
}, undefined>;
|
|
3419
|
+
type SharpSpringSignUpToDownload = v.InferOutput<typeof SharpSpringSignUpToDownload>;
|
|
3420
|
+
//#endregion
|
|
3421
|
+
//#region src/schemas/strapi-associate-relations.schemas.d.ts
|
|
3422
|
+
declare const SEntityRelationPositionBefore: v.ObjectSchema<{
|
|
3423
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3424
|
+
}, undefined>;
|
|
3425
|
+
type SEntityRelationPositionBefore = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
3426
|
+
declare const SEntityRelationPositionAfter: v.ObjectSchema<{
|
|
3427
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3428
|
+
}, undefined>;
|
|
3429
|
+
type SEntityRelationPositionAfter = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
3430
|
+
declare const SEntityRelationPositionStart: v.ObjectSchema<{
|
|
3431
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3432
|
+
}, undefined>;
|
|
3433
|
+
type SEntityRelationPositionStart = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
3434
|
+
declare const SEntityRelationPositionEnd: v.ObjectSchema<{
|
|
3435
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3436
|
+
}, undefined>;
|
|
3437
|
+
type SEntityRelationPositionEnd = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
3438
|
+
declare const SEntityRelationPosition: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3439
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3440
|
+
}, undefined>, v.ObjectSchema<{
|
|
3441
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3442
|
+
}, undefined>, v.ObjectSchema<{
|
|
3443
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3444
|
+
}, undefined>, v.ObjectSchema<{
|
|
3445
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3446
|
+
}, undefined>], undefined>]>, {
|
|
3447
|
+
readonly end: true;
|
|
3448
|
+
}>;
|
|
3449
|
+
type SEntityRelationPositionIn = v.InferInput<typeof SEntityRelationPosition>;
|
|
3450
|
+
type SEntityRelationPosition = v.InferOutput<typeof SEntityRelationPosition>;
|
|
3451
|
+
declare const SEntityRelation: v.ObjectSchema<{
|
|
3452
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3453
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3454
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3455
|
+
}, undefined>, v.ObjectSchema<{
|
|
3456
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3457
|
+
}, undefined>, v.ObjectSchema<{
|
|
3458
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3459
|
+
}, undefined>, v.ObjectSchema<{
|
|
3460
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3461
|
+
}, undefined>], undefined>]>, {
|
|
3462
|
+
readonly end: true;
|
|
3463
|
+
}>, undefined>;
|
|
3464
|
+
}, undefined>;
|
|
3465
|
+
type SEntityRelationIn = v.InferInput<typeof SEntityRelation>;
|
|
3466
|
+
type SEntityRelation = v.InferOutput<typeof SEntityRelation>;
|
|
3467
|
+
declare const SConnectManyEntityRelation: v.ObjectSchema<{
|
|
3468
|
+
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3469
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3470
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3471
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3472
|
+
}, undefined>, v.ObjectSchema<{
|
|
3473
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3474
|
+
}, undefined>, v.ObjectSchema<{
|
|
3475
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3476
|
+
}, undefined>, v.ObjectSchema<{
|
|
3477
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3478
|
+
}, undefined>], undefined>]>, {
|
|
3479
|
+
readonly end: true;
|
|
3480
|
+
}>, undefined>;
|
|
3481
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
3482
|
+
documentId: string;
|
|
3483
|
+
position?: {
|
|
3484
|
+
before: string;
|
|
3485
|
+
} | {
|
|
3486
|
+
after: string;
|
|
3487
|
+
} | {
|
|
3488
|
+
start: boolean;
|
|
3489
|
+
} | {
|
|
3490
|
+
end: boolean;
|
|
3491
|
+
} | undefined;
|
|
3492
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
3493
|
+
documentId: string;
|
|
3494
|
+
position?: {
|
|
3495
|
+
before: string;
|
|
3496
|
+
} | {
|
|
3497
|
+
after: string;
|
|
3498
|
+
} | {
|
|
3499
|
+
start: boolean;
|
|
3500
|
+
} | {
|
|
3501
|
+
end: boolean;
|
|
3502
|
+
} | undefined;
|
|
3503
|
+
})[], 100, undefined>]>;
|
|
3504
|
+
}, undefined>;
|
|
3505
|
+
type SConnectManyEntityRelationIn = v.InferInput<typeof SConnectManyEntityRelation>;
|
|
3506
|
+
type SConnectManyEntityRelation = v.InferOutput<typeof SConnectManyEntityRelation>;
|
|
3507
|
+
declare const SDisconnectManyEntityRelation: v.ObjectSchema<{
|
|
3508
|
+
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3509
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3510
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3511
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3512
|
+
}, undefined>, v.ObjectSchema<{
|
|
3513
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3514
|
+
}, undefined>, v.ObjectSchema<{
|
|
3515
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3516
|
+
}, undefined>, v.ObjectSchema<{
|
|
3517
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3518
|
+
}, undefined>], undefined>]>, {
|
|
3519
|
+
readonly end: true;
|
|
3520
|
+
}>, undefined>;
|
|
3521
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
3522
|
+
documentId: string;
|
|
3523
|
+
position?: {
|
|
3524
|
+
before: string;
|
|
3525
|
+
} | {
|
|
3526
|
+
after: string;
|
|
3527
|
+
} | {
|
|
3528
|
+
start: boolean;
|
|
3529
|
+
} | {
|
|
3530
|
+
end: boolean;
|
|
3531
|
+
} | undefined;
|
|
3532
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
3533
|
+
documentId: string;
|
|
3534
|
+
position?: {
|
|
3535
|
+
before: string;
|
|
3536
|
+
} | {
|
|
3537
|
+
after: string;
|
|
3538
|
+
} | {
|
|
3539
|
+
start: boolean;
|
|
3540
|
+
} | {
|
|
3541
|
+
end: boolean;
|
|
3542
|
+
} | undefined;
|
|
3543
|
+
})[], 100, undefined>]>;
|
|
3544
|
+
}, undefined>;
|
|
3545
|
+
type SDisconnectManyEntityRelationIn = v.InferInput<typeof SDisconnectManyEntityRelation>;
|
|
3546
|
+
type SDisconnectManyEntityRelation = v.InferOutput<typeof SDisconnectManyEntityRelation>;
|
|
3547
|
+
declare const SSetManyEntityRelation: v.ObjectSchema<{
|
|
3548
|
+
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3549
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3550
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3551
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3552
|
+
}, undefined>, v.ObjectSchema<{
|
|
3553
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3554
|
+
}, undefined>, v.ObjectSchema<{
|
|
3555
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3556
|
+
}, undefined>, v.ObjectSchema<{
|
|
3557
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3558
|
+
}, undefined>], undefined>]>, {
|
|
3559
|
+
readonly end: true;
|
|
3560
|
+
}>, undefined>;
|
|
3561
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
3562
|
+
documentId: string;
|
|
3563
|
+
position?: {
|
|
3564
|
+
before: string;
|
|
3565
|
+
} | {
|
|
3566
|
+
after: string;
|
|
3567
|
+
} | {
|
|
3568
|
+
start: boolean;
|
|
3569
|
+
} | {
|
|
3570
|
+
end: boolean;
|
|
3571
|
+
} | undefined;
|
|
3572
|
+
})[], 1, undefined>]>;
|
|
3573
|
+
}, undefined>;
|
|
3574
|
+
type SSetManyEntityRelationIn = v.InferInput<typeof SSetManyEntityRelation>;
|
|
3575
|
+
type SSetManyEntityRelation = v.InferOutput<typeof SSetManyEntityRelation>;
|
|
3576
|
+
declare const SConnectOneEntityRelation: v.ObjectSchema<{
|
|
3577
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3578
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3579
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3580
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3581
|
+
}, undefined>, v.ObjectSchema<{
|
|
3582
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3583
|
+
}, undefined>, v.ObjectSchema<{
|
|
3584
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3585
|
+
}, undefined>, v.ObjectSchema<{
|
|
3586
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3587
|
+
}, undefined>], undefined>]>, {
|
|
3588
|
+
readonly end: true;
|
|
3589
|
+
}>, undefined>;
|
|
3590
|
+
}, undefined>], undefined>;
|
|
3591
|
+
}, undefined>;
|
|
3592
|
+
type SConnectOneEntityRelationIn = v.InferInput<typeof SConnectOneEntityRelation>;
|
|
3593
|
+
type SConnectOneEntityRelation = v.InferOutput<typeof SConnectOneEntityRelation>;
|
|
3594
|
+
declare const SDisconnectOneEntityRelation: v.ObjectSchema<{
|
|
3595
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3596
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3597
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3598
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3599
|
+
}, undefined>, v.ObjectSchema<{
|
|
3600
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3601
|
+
}, undefined>, v.ObjectSchema<{
|
|
3602
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3603
|
+
}, undefined>, v.ObjectSchema<{
|
|
3604
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3605
|
+
}, undefined>], undefined>]>, {
|
|
3606
|
+
readonly end: true;
|
|
3607
|
+
}>, undefined>;
|
|
3608
|
+
}, undefined>], undefined>;
|
|
3609
|
+
}, undefined>;
|
|
3610
|
+
type SDisconnectOneEntityRelationIn = v.InferInput<typeof SDisconnectOneEntityRelation>;
|
|
3611
|
+
type SDisconnectOneEntityRelation = v.InferOutput<typeof SDisconnectOneEntityRelation>;
|
|
3612
|
+
declare const SSetOneEntityRelation: v.ObjectSchema<{
|
|
3613
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3614
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3615
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3616
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3617
|
+
}, undefined>, v.ObjectSchema<{
|
|
3618
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3619
|
+
}, undefined>, v.ObjectSchema<{
|
|
3620
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3621
|
+
}, undefined>, v.ObjectSchema<{
|
|
3622
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3623
|
+
}, undefined>], undefined>]>, {
|
|
3624
|
+
readonly end: true;
|
|
3625
|
+
}>, undefined>;
|
|
3626
|
+
}, undefined>], undefined>;
|
|
3627
|
+
}, undefined>;
|
|
3628
|
+
type SSetOneEntityRelationIn = v.InferInput<typeof SSetOneEntityRelation>;
|
|
3629
|
+
type SSetOneEntityRelation = v.InferOutput<typeof SSetOneEntityRelation>;
|
|
3630
|
+
//#endregion
|
|
3631
|
+
//#region src/schemas/strapi-media-upload.schemas.d.ts
|
|
3632
|
+
declare const SCreateStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
3633
|
+
readonly files: v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<any, 1, undefined>, v.MaxSizeAction<any, 10485760, "File size cannot exceed 10MB.">]>;
|
|
3634
|
+
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3635
|
+
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3636
|
+
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3637
|
+
}, undefined>;
|
|
3638
|
+
type SCreateStrapiMediaUploadDocument = v.InferOutput<typeof SCreateStrapiMediaUploadDocument>;
|
|
3639
|
+
declare const SCreateMultipleStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
3640
|
+
readonly files: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<any, 1, undefined>, v.MaxSizeAction<any, 10485760, "File size cannot exceed 10MB.">]>, undefined>, v.MinLengthAction<any[], 1, undefined>]>;
|
|
3641
|
+
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3642
|
+
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3643
|
+
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
3644
|
+
}, undefined>;
|
|
3645
|
+
type SCreateMultipleStrapiMediaUploadDocument = v.InferOutput<typeof SCreateMultipleStrapiMediaUploadDocument>;
|
|
3646
|
+
declare const SUpdateStrapiMediaFileInfo: v.ObjectSchema<{
|
|
3647
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3648
|
+
readonly alternativeText: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3649
|
+
readonly caption: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3650
|
+
}, undefined>;
|
|
3651
|
+
type SUpdateStrapiMediaFileInfo = v.InferOutput<typeof SUpdateStrapiMediaFileInfo>;
|
|
3652
|
+
//#endregion
|
|
3653
|
+
//#region src/schemas/tag.schemas.d.ts
|
|
3654
|
+
declare const TagSortKeys: readonly ["id", "label", "slug", "createdAt", "updatedAt"];
|
|
3655
|
+
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
3656
|
+
type QuerySortTags = v.InferOutput<typeof QuerySortTags>;
|
|
3657
|
+
declare const QueryStrapiSearchTags: v.ObjectSchema<{
|
|
3658
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3659
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3660
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3661
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3662
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
3663
|
+
}, undefined>;
|
|
3664
|
+
type QueryStrapiSearchTags = v.InferOutput<typeof QueryStrapiSearchTags>;
|
|
3665
|
+
declare const SCreateTagDocument: v.ObjectSchema<{
|
|
3666
|
+
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3667
|
+
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
3668
|
+
}, undefined>;
|
|
3669
|
+
type SCreateTagDocument = v.InferOutput<typeof SCreateTagDocument>;
|
|
3670
|
+
declare const SUpdateTagDocument: v.ObjectSchema<{
|
|
3671
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3672
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3673
|
+
}, undefined>;
|
|
3674
|
+
type SUpdateTagDocument = v.InferOutput<typeof SUpdateTagDocument>;
|
|
3675
|
+
declare const SUpdateTagDocumentRequest: v.ObjectSchema<{
|
|
3676
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3677
|
+
readonly data: v.ObjectSchema<{
|
|
3678
|
+
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3679
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3680
|
+
}, undefined>;
|
|
3681
|
+
}, undefined>;
|
|
3682
|
+
type SUpdateTagDocumentRequest = v.InferOutput<typeof SUpdateTagDocumentRequest>;
|
|
3683
|
+
//#endregion
|
|
3684
|
+
//#region src/schemas/team-member.schemas.d.ts
|
|
3685
|
+
declare const TeamMemberSortKeys: readonly ["id", "name", "order", "tier", "group", "is_employed", "createdAt", "updatedAt"];
|
|
3686
|
+
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
3687
|
+
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
3688
|
+
declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
3689
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3690
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3691
|
+
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3692
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3693
|
+
readonly order: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3694
|
+
readonly tier: v.OptionalSchema<v.PicklistSchema<["owner", "manager", "employee"], undefined>, undefined>;
|
|
3695
|
+
readonly group: v.OptionalSchema<v.PicklistSchema<["account", "media", "creative"], undefined>, undefined>;
|
|
3696
|
+
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3697
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
3698
|
+
}, undefined>;
|
|
3699
|
+
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
3700
|
+
//#endregion
|
|
3701
|
+
//#region src/schemas/teamwork.schemas.d.ts
|
|
3702
|
+
declare const TeamworkProjectHealthSelectSortOptions: readonly [{
|
|
3703
|
+
readonly label: "Name";
|
|
3704
|
+
readonly value: "name";
|
|
3705
|
+
}, {
|
|
3706
|
+
readonly label: "Health";
|
|
3707
|
+
readonly value: "health";
|
|
3708
|
+
}];
|
|
3709
|
+
type TeamworkProjectHealthSortKey = (typeof TeamworkProjectHealthSelectSortOptions)[number]["value"];
|
|
3710
|
+
declare const TeamworkProjectHealthProjectStatusOptions: readonly [{
|
|
3711
|
+
readonly label: "Active";
|
|
3712
|
+
readonly value: "active";
|
|
3713
|
+
readonly description: "Projects that are currently active";
|
|
3714
|
+
}, {
|
|
3715
|
+
readonly label: "Current";
|
|
3716
|
+
readonly value: "current";
|
|
3717
|
+
readonly description: "Projects that are currently ongoing";
|
|
3718
|
+
}, {
|
|
3719
|
+
readonly label: "Late";
|
|
3720
|
+
readonly value: "late";
|
|
3721
|
+
readonly description: "Projects that are behind schedule";
|
|
3722
|
+
}, {
|
|
3723
|
+
readonly label: "Upcoming";
|
|
3724
|
+
readonly value: "upcoming";
|
|
3725
|
+
readonly description: "Projects that are scheduled to start soon";
|
|
3726
|
+
}, {
|
|
3727
|
+
readonly label: "Completed";
|
|
3728
|
+
readonly value: "completed";
|
|
3729
|
+
readonly description: "Projects that have been completed";
|
|
3730
|
+
}, {
|
|
3731
|
+
readonly label: "Archived";
|
|
3732
|
+
readonly value: "archived";
|
|
3733
|
+
readonly description: "Projects that have been archived";
|
|
3734
|
+
}];
|
|
3735
|
+
type TeamworkProjectHealthProjectStatus = (typeof TeamworkProjectHealthProjectStatusOptions)[number]["value"];
|
|
3736
|
+
declare const QuerySortTeamworkProjectHealth: v.OptionalSchema<v.ObjectSchema<{
|
|
3737
|
+
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
3738
|
+
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
3739
|
+
}, undefined>, undefined>;
|
|
3740
|
+
type QuerySortTeamworkProjectHealth = v.InferOutput<typeof QuerySortTeamworkProjectHealth>;
|
|
3741
|
+
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
3742
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3743
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3744
|
+
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3745
|
+
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3746
|
+
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3747
|
+
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3748
|
+
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3749
|
+
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3750
|
+
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3751
|
+
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3752
|
+
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
3753
|
+
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
3754
|
+
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
3755
|
+
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
3756
|
+
}, undefined>, undefined>;
|
|
3757
|
+
}, undefined>;
|
|
3758
|
+
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
3759
|
+
//#endregion
|
|
3760
|
+
//#region src/schemas/trend.schemas.d.ts
|
|
3761
|
+
declare const SUpdateTrendsLikes: v.ObjectSchema<{
|
|
3762
|
+
readonly documentId: v.StringSchema<undefined>;
|
|
3763
|
+
readonly likes: v.NumberSchema<undefined>;
|
|
3764
|
+
}, undefined>;
|
|
3765
|
+
type SUpdateTrendsLikes = v.InferOutput<typeof SUpdateTrendsLikes>;
|
|
3766
|
+
//#endregion
|
|
3767
|
+
//#region src/schemas/url-redirect.schemas.d.ts
|
|
3768
|
+
declare const UrlRedirectSortKeys: readonly ["id", "from", "to", "status_code", "query_params", "is_active", "createdAt", "updatedAt"];
|
|
3769
|
+
declare const QuerySortUrlRedirects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], 8, undefined>]>, undefined>;
|
|
3770
|
+
type QuerySortUrlRedirects = v.InferOutput<typeof QuerySortUrlRedirects>;
|
|
3771
|
+
declare const QueryStrapiPaginatedUrlRedirects: v.ObjectSchema<{
|
|
3772
|
+
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>, 1>, 1>;
|
|
3773
|
+
readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, 1000>, 1000>;
|
|
3774
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], 8, undefined>]>, undefined>;
|
|
3775
|
+
}, undefined>;
|
|
3776
|
+
type QueryStrapiPaginatedUrlRedirects = v.InferOutput<typeof QueryStrapiPaginatedUrlRedirects>;
|
|
3777
|
+
declare const QueryStrapiUrlRedirectsByFrom: v.ObjectSchema<{
|
|
3778
|
+
readonly from: v.StringSchema<undefined>;
|
|
3779
|
+
}, undefined>;
|
|
3780
|
+
type QueryStrapiUrlRedirectsByFrom = v.InferOutput<typeof QueryStrapiUrlRedirectsByFrom>;
|
|
3781
|
+
//#endregion
|
|
3782
|
+
//#region src/schemas/user-account.schemas.d.ts
|
|
3783
|
+
declare const SReadUserAccountById: v.ObjectSchema<{
|
|
3784
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3785
|
+
}, undefined>;
|
|
3786
|
+
type SReadUserAccountById = v.InferOutput<typeof SReadUserAccountById>;
|
|
3787
|
+
declare const SReadUserAccountByDocumentId: v.ObjectSchema<{
|
|
3788
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3789
|
+
}, undefined>;
|
|
3790
|
+
type SReadUserAccountByDocumentId = v.InferOutput<typeof SReadUserAccountByDocumentId>;
|
|
3791
|
+
declare const SUpdateUserAccount: v.ObjectSchema<{
|
|
3792
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3793
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3794
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3795
|
+
readonly preferred_name: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3796
|
+
}, undefined>;
|
|
3797
|
+
type SUpdateUserAccount = v.InferOutput<typeof SUpdateUserAccount>;
|
|
3798
|
+
declare const SUpdateUserAccountFirstName: v.ObjectSchema<{
|
|
3799
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3800
|
+
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3801
|
+
}, undefined>;
|
|
3802
|
+
type SUpdateUserAccountFirstName = v.InferOutput<typeof SUpdateUserAccountFirstName>;
|
|
3803
|
+
declare const SUpdateUserAccountLastName: v.ObjectSchema<{
|
|
3804
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3805
|
+
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3806
|
+
}, undefined>;
|
|
3807
|
+
type SUpdateUserAccountLastName = v.InferOutput<typeof SUpdateUserAccountLastName>;
|
|
3808
|
+
declare const SUpdateUserAccountPreferredName: v.ObjectSchema<{
|
|
3809
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3810
|
+
readonly preferred_name: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3811
|
+
}, undefined>;
|
|
3812
|
+
type SUpdateUserAccountPreferredName = v.InferOutput<typeof SUpdateUserAccountPreferredName>;
|
|
3813
|
+
//#endregion
|
|
3814
|
+
//#region src/schemas/user-auth.schemas.d.ts
|
|
3815
|
+
declare const SUserToken: v.ObjectSchema<{
|
|
3816
|
+
readonly token: v.StringSchema<undefined>;
|
|
3817
|
+
}, undefined>;
|
|
3818
|
+
type SUserToken = v.InferOutput<typeof SUserToken>;
|
|
3819
|
+
declare const SLoginUser: v.ObjectSchema<{
|
|
3820
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3821
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3822
|
+
}, undefined>;
|
|
3823
|
+
type SLoginUser = v.InferOutput<typeof SLoginUser>;
|
|
3824
|
+
declare const SRegisterUser: v.ObjectSchema<{
|
|
3825
|
+
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3826
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3827
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3828
|
+
}, undefined>;
|
|
3829
|
+
type SRegisterUser = v.InferOutput<typeof SRegisterUser>;
|
|
3830
|
+
declare const SForgotUserPassword: v.ObjectSchema<{
|
|
3831
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3832
|
+
}, undefined>;
|
|
3833
|
+
type SForgotUserPassword = v.InferOutput<typeof SForgotUserPassword>;
|
|
3834
|
+
declare const SRequestConfirmEmail: v.ObjectSchema<{
|
|
3835
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3836
|
+
}, undefined>;
|
|
3837
|
+
type SRequestConfirmEmail = v.InferOutput<typeof SRequestConfirmEmail>;
|
|
3838
|
+
declare const SResetUserPassword: v.ObjectSchema<{
|
|
3839
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3840
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3841
|
+
readonly code: v.StringSchema<undefined>;
|
|
3842
|
+
}, undefined>;
|
|
3843
|
+
type SResetUserPassword = v.InferOutput<typeof SResetUserPassword>;
|
|
3844
|
+
declare const SChangePassword: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
3845
|
+
readonly currentPassword: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3846
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3847
|
+
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3848
|
+
}, undefined>, v.BaseValidation<{
|
|
3849
|
+
currentPassword: string;
|
|
3850
|
+
password: string;
|
|
3851
|
+
passwordConfirmation: string;
|
|
3852
|
+
}, {
|
|
3853
|
+
currentPassword: string;
|
|
3854
|
+
password: string;
|
|
3855
|
+
passwordConfirmation: string;
|
|
3856
|
+
}, v.PartialCheckIssue<{
|
|
3857
|
+
password: string;
|
|
3858
|
+
passwordConfirmation: string;
|
|
3859
|
+
}>>]>;
|
|
3860
|
+
type SChangePassword = v.InferOutput<typeof SChangePassword>;
|
|
3861
|
+
declare const SAuthRawAccessToken: v.ObjectSchema<{
|
|
3862
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3863
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3864
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3865
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3866
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3867
|
+
}, undefined>;
|
|
3868
|
+
type SAuthRawAccessToken = v.InferOutput<typeof SAuthRawAccessToken>;
|
|
3869
|
+
declare const SAuthConnectProviderRedirectSearch: v.ObjectSchema<{
|
|
3870
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
3871
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
3872
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
3873
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3874
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3875
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3876
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3877
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3878
|
+
}, undefined>, undefined>;
|
|
3879
|
+
}, undefined>;
|
|
3880
|
+
type SAuthConnectProviderRedirectSearch = v.InferOutput<typeof SAuthConnectProviderRedirectSearch>;
|
|
3881
|
+
declare const SAuthConnectProviderConfirmation: v.ObjectSchema<{
|
|
3882
|
+
readonly provider: v.StringSchema<undefined>;
|
|
3883
|
+
readonly search: v.ObjectSchema<{
|
|
3884
|
+
readonly id_token: v.StringSchema<undefined>;
|
|
3885
|
+
readonly access_token: v.StringSchema<undefined>;
|
|
3886
|
+
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
3887
|
+
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3888
|
+
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3889
|
+
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3890
|
+
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3891
|
+
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
3892
|
+
}, undefined>, undefined>;
|
|
3893
|
+
}, undefined>;
|
|
3894
|
+
}, undefined>;
|
|
3895
|
+
type SAuthConnectProviderConfirmation = v.InferOutput<typeof SAuthConnectProviderConfirmation>;
|
|
3896
|
+
//#endregion
|
|
3897
|
+
//#region src/schemas/user.schemas.d.ts
|
|
3898
|
+
declare const UserSortKeys: readonly ["id", "username", "email", "confirmed", "blocked", "createdAt", "updatedAt"];
|
|
3899
|
+
declare const QuerySortUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
|
|
3900
|
+
type QuerySortUsers = v.InferOutput<typeof QuerySortUsers>;
|
|
3901
|
+
declare const QueryStrapiUsers: v.ObjectSchema<{
|
|
3902
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3903
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3904
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
|
|
3905
|
+
}, undefined>;
|
|
3906
|
+
type QueryStrapiUsers = v.InferOutput<typeof QueryStrapiUsers>;
|
|
3907
|
+
declare const QueryStrapiUsersByIdentifier: v.ObjectSchema<{
|
|
3908
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3909
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3910
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3911
|
+
}, undefined>;
|
|
3912
|
+
type QueryStrapiUsersByIdentifier = v.InferOutput<typeof QueryStrapiUsersByIdentifier>;
|
|
3913
|
+
declare const SCreateUserDocument: v.ObjectSchema<{
|
|
3914
|
+
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3915
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3916
|
+
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3917
|
+
readonly blocked: v.BooleanSchema<undefined>;
|
|
3918
|
+
readonly confirmed: v.BooleanSchema<undefined>;
|
|
3919
|
+
readonly role: v.NumberSchema<undefined>;
|
|
3920
|
+
}, undefined>;
|
|
3921
|
+
type SCreateUserDocument = v.InferOutput<typeof SCreateUserDocument>;
|
|
3922
|
+
//#endregion
|
|
3923
|
+
//#region src/schemas/utm-link-builder.schemas.d.ts
|
|
3924
|
+
declare const SUtmLinkBuilderPartCampaignDateOptions: readonly ["annually", "quarterly", "monthly", "on a specific date", "no date"];
|
|
3925
|
+
type SUtmLinkBuilderPartCampaignDateValue = (typeof SUtmLinkBuilderPartCampaignDateOptions)[number];
|
|
3926
|
+
declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
|
|
3927
|
+
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3928
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3929
|
+
readonly url_destinations: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
3930
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
3931
|
+
}, undefined>, undefined>, v.MinLengthAction<{
|
|
3932
|
+
url: string;
|
|
3933
|
+
}[], 1, undefined>, v.MaxLengthAction<{
|
|
3934
|
+
url: string;
|
|
3935
|
+
}[], 100, undefined>]>;
|
|
3936
|
+
readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 10, undefined>]>;
|
|
3937
|
+
readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 10, undefined>]>;
|
|
3938
|
+
readonly campaign: v.ObjectSchema<{
|
|
3939
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3940
|
+
readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3941
|
+
readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, v.MaxLengthAction<string[], 10, undefined>]>, undefined>;
|
|
3942
|
+
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3943
|
+
readonly campaign_date: v.ObjectSchema<{
|
|
3944
|
+
readonly format: v.PicklistSchema<readonly ["annually", "quarterly", "monthly", "on a specific date", "no date"], undefined>;
|
|
3945
|
+
readonly value: v.ObjectSchema<{
|
|
3946
|
+
readonly year: v.NumberSchema<undefined>;
|
|
3947
|
+
readonly quarter: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3948
|
+
readonly month: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3949
|
+
readonly day: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
3950
|
+
}, undefined>;
|
|
3951
|
+
}, undefined>;
|
|
3952
|
+
}, undefined>;
|
|
3953
|
+
readonly contents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3954
|
+
readonly creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
3955
|
+
readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3956
|
+
readonly creative_format_variants: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3957
|
+
}, undefined>, undefined>, v.MinLengthAction<{
|
|
3958
|
+
creative_format?: string | undefined;
|
|
3959
|
+
creative_format_variants?: string[] | undefined;
|
|
3960
|
+
}[], 1, undefined>, v.MaxLengthAction<{
|
|
3961
|
+
creative_format?: string | undefined;
|
|
3962
|
+
creative_format_variants?: string[] | undefined;
|
|
3963
|
+
}[], 10, undefined>]>, undefined>;
|
|
3964
|
+
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3965
|
+
readonly notes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3966
|
+
}, undefined>;
|
|
3967
|
+
type SUtmLinkBuilderTableFormInput = v.InferInput<typeof SUtmLinkBuilderTableForm>;
|
|
3968
|
+
type SUtmLinkBuilderTableForm = v.InferOutput<typeof SUtmLinkBuilderTableForm>;
|
|
3969
|
+
//#endregion
|
|
3970
|
+
//#region src/schemas/utm-tracking-link.schemas.d.ts
|
|
3971
|
+
declare const UtmTrackingLinkSortKeys: readonly ["id", "creator", "client", "url_destination", "utm_medium", "utm_source", "utm_campaign", "utm_content", "utm_creative_format", "utm_id", "campaign_phase", "campaign_product", "campaign_targeting", "campaign_key", "creative_format", "creative_format_variants", "url", "is_active", "createdAt", "updatedAt"];
|
|
3972
|
+
declare const QuerySortUtmTrackingLinks: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("client:ASC" | "id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "campaign_phase:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "url:ASC" | "is_active:ASC" | "client:DESC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC" | "campaign_phase:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "url:DESC" | "is_active:DESC")[], undefined>, undefined>, v.MaxLengthAction<("client:ASC" | "id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "campaign_phase:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "url:ASC" | "is_active:ASC" | "client:DESC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC" | "campaign_phase:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "url:DESC" | "is_active:DESC")[], 20, undefined>]>, undefined>;
|
|
3973
|
+
type QuerySortUtmTrackingLinks = v.InferOutput<typeof QuerySortUtmTrackingLinks>;
|
|
3974
|
+
declare const QueryStrapiSearchUtmTrackingLinks: v.ObjectSchema<{
|
|
3975
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3976
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3977
|
+
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3978
|
+
readonly creator_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3979
|
+
readonly url_destination: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>, undefined>;
|
|
3980
|
+
readonly utm_medium: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3981
|
+
readonly utm_source: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3982
|
+
readonly utm_campaign: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3983
|
+
readonly utm_content: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3984
|
+
readonly utm_creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3985
|
+
readonly utm_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3986
|
+
readonly campaign_phase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3987
|
+
readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3988
|
+
readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3989
|
+
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3990
|
+
readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3991
|
+
readonly creative_format_variants: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
3992
|
+
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>, undefined>;
|
|
3993
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3994
|
+
readonly notes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3995
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("client:ASC" | "id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "campaign_phase:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "url:ASC" | "is_active:ASC" | "client:DESC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC" | "campaign_phase:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "url:DESC" | "is_active:DESC")[], undefined>, undefined>, v.MaxLengthAction<("client:ASC" | "id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "campaign_phase:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "url:ASC" | "is_active:ASC" | "client:DESC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC" | "campaign_phase:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "url:DESC" | "is_active:DESC")[], 20, undefined>]>, undefined>;
|
|
3996
|
+
}, undefined>;
|
|
3997
|
+
type QueryStrapiSearchUtmTrackingLinks = v.InferOutput<typeof QueryStrapiSearchUtmTrackingLinks>;
|
|
3998
|
+
declare const SCreateUtmTrackingLinkDocument: v.ObjectSchema<{
|
|
3999
|
+
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4000
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4001
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4002
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4003
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4004
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4005
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4006
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4007
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4008
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4009
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4010
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4011
|
+
readonly campaign_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4012
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4013
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4014
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4015
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4016
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>, undefined>, undefined>;
|
|
4017
|
+
}, undefined>;
|
|
4018
|
+
type SCreateUtmTrackingLinkDocument = v.InferOutput<typeof SCreateUtmTrackingLinkDocument>;
|
|
4019
|
+
declare const SCreateUtmTrackingLinkDocumentRequest: v.ObjectSchema<{
|
|
4020
|
+
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4021
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4022
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4023
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4024
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4025
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4026
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4027
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4028
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4029
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4030
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4031
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4032
|
+
readonly campaign_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4033
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4034
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
4035
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4036
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4037
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4038
|
+
}, undefined>;
|
|
4039
|
+
type SCreateUtmTrackingLinkDocumentRequest = v.InferOutput<typeof SCreateUtmTrackingLinkDocumentRequest>;
|
|
4040
|
+
declare const SCreateUtmTrackingLinkParts: v.ObjectSchema<{
|
|
4041
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4042
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4043
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4044
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4045
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4046
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4047
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4048
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4049
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4050
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4051
|
+
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
4052
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4053
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4054
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4055
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4056
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4057
|
+
}, undefined>;
|
|
4058
|
+
type SCreateUtmTrackingLinkParts = v.InferOutput<typeof SCreateUtmTrackingLinkParts>;
|
|
4059
|
+
declare const SFormCreateMultipleUtmTrackingLinkDocuments: v.ObjectSchema<{
|
|
4060
|
+
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4061
|
+
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4062
|
+
readonly links: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
4063
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4064
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4065
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4066
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4067
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4068
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4069
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4070
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4071
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4072
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4073
|
+
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
4074
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4075
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4076
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4077
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4078
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4079
|
+
}, undefined>, undefined>, v.MinLengthAction<{
|
|
4080
|
+
url_destination: string;
|
|
4081
|
+
utm_source: string;
|
|
4082
|
+
utm_medium: string;
|
|
4083
|
+
utm_campaign: string;
|
|
4084
|
+
utm_content?: string | null | undefined;
|
|
4085
|
+
utm_creative_format?: string | null | undefined;
|
|
4086
|
+
utm_id?: string | null | undefined;
|
|
4087
|
+
campaign_phase: string;
|
|
4088
|
+
campaign_product?: string | null | undefined;
|
|
4089
|
+
campaign_targeting?: string | null | undefined;
|
|
4090
|
+
campaign_key?: string | undefined;
|
|
4091
|
+
creative_format?: string | null | undefined;
|
|
4092
|
+
creative_format_variants?: string | null | undefined;
|
|
4093
|
+
url: string;
|
|
4094
|
+
is_active: boolean;
|
|
4095
|
+
notes?: string | null | undefined;
|
|
4096
|
+
}[], 1, undefined>, v.MaxLengthAction<{
|
|
4097
|
+
url_destination: string;
|
|
4098
|
+
utm_source: string;
|
|
4099
|
+
utm_medium: string;
|
|
4100
|
+
utm_campaign: string;
|
|
4101
|
+
utm_content?: string | null | undefined;
|
|
4102
|
+
utm_creative_format?: string | null | undefined;
|
|
4103
|
+
utm_id?: string | null | undefined;
|
|
4104
|
+
campaign_phase: string;
|
|
4105
|
+
campaign_product?: string | null | undefined;
|
|
4106
|
+
campaign_targeting?: string | null | undefined;
|
|
4107
|
+
campaign_key?: string | undefined;
|
|
4108
|
+
creative_format?: string | null | undefined;
|
|
4109
|
+
creative_format_variants?: string | null | undefined;
|
|
4110
|
+
url: string;
|
|
4111
|
+
is_active: boolean;
|
|
4112
|
+
notes?: string | null | undefined;
|
|
4113
|
+
}[], 100, undefined>]>;
|
|
4114
|
+
}, undefined>;
|
|
4115
|
+
type SFormCreateMultipleUtmTrackingLinkDocuments = v.InferInput<typeof SFormCreateMultipleUtmTrackingLinkDocuments>;
|
|
4116
|
+
declare const SReadUtmTrackingLinkDocumentByUrl: v.ObjectSchema<{
|
|
4117
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4118
|
+
}, undefined>;
|
|
4119
|
+
type SReadUtmTrackingLinkDocumentByUrl = v.InferOutput<typeof SReadUtmTrackingLinkDocumentByUrl>;
|
|
4120
|
+
declare const SUpdateUtmTrackingLinkDocument: v.ObjectSchema<{
|
|
4121
|
+
readonly creator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
4122
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
4123
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4124
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4125
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4126
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4127
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4128
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4129
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4130
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4131
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4132
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4133
|
+
readonly campaign_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4134
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4135
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4136
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4137
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4138
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4139
|
+
}, undefined>;
|
|
4140
|
+
type SUpdateUtmTrackingLinkDocument = v.InferOutput<typeof SUpdateUtmTrackingLinkDocument>;
|
|
4141
|
+
declare const SUpdateUtmTrackingLinkDocumentRequest: v.ObjectSchema<{
|
|
4142
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4143
|
+
readonly data: v.ObjectSchema<{
|
|
4144
|
+
readonly creator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
4145
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
4146
|
+
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4147
|
+
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4148
|
+
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4149
|
+
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
4150
|
+
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4151
|
+
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4152
|
+
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4153
|
+
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
4154
|
+
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4155
|
+
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4156
|
+
readonly campaign_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4157
|
+
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4158
|
+
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
4159
|
+
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
4160
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
4161
|
+
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
4162
|
+
}, undefined>;
|
|
4163
|
+
}, undefined>;
|
|
4164
|
+
type SUpdateUtmTrackingLinkDocumentRequest = v.InferOutput<typeof SUpdateUtmTrackingLinkDocumentRequest>;
|
|
4165
|
+
//#endregion
|
|
4166
|
+
//#region src/utilities/datetime.d.ts
|
|
4167
|
+
declare function dateToday(): Date;
|
|
4168
|
+
declare function datePlusDays(today: Date, days?: number): Date;
|
|
4169
|
+
//#endregion
|
|
4170
|
+
//#region src/utilities/strapi-responses.d.ts
|
|
4171
|
+
declare function isStrapiAttributeError<T>(result: StrapiErrorResult<T>): result is StrapiAttributeErrorResponse<T>;
|
|
4172
|
+
declare function isStrapiStandardError<T>(result: StrapiErrorResult<T>): result is StrapiErrorResponse<T>;
|
|
4173
|
+
//#endregion
|
|
4174
|
+
//#region src/utilities/validation.d.ts
|
|
4175
|
+
type ValidateAndCleanSuccess<T> = {
|
|
4176
|
+
data: Partial<T>;
|
|
4177
|
+
error: null;
|
|
4178
|
+
errors: null;
|
|
4179
|
+
};
|
|
4180
|
+
type ValidateAndCleanFailure = {
|
|
4181
|
+
data: null;
|
|
4182
|
+
error: string | null;
|
|
4183
|
+
errors: Record<string, string> | null;
|
|
4184
|
+
};
|
|
4185
|
+
type ValidateAndCleanResult<T> = ValidateAndCleanSuccess<T> | ValidateAndCleanFailure;
|
|
4186
|
+
declare function validateAndClean<T>(schema: v.BaseSchema<T, Partial<T>, v.BaseIssue<T>>, input: unknown): ValidateAndCleanResult<T>;
|
|
4187
|
+
declare function isValidationSuccess<T>(result: ValidateAndCleanResult<T>): result is ValidateAndCleanSuccess<T>;
|
|
4188
|
+
declare function isValidationFailure<T>(result: ValidateAndCleanResult<T>): result is ValidateAndCleanFailure;
|
|
4189
|
+
declare function omitUndefined<T extends Record<string, any>>(obj: T): Partial<T>;
|
|
4190
|
+
//#endregion
|
|
4191
|
+
export { TeamworkProjectHealthSelectSortOptions as $, TeamMemberDocument as $a, TeamworkProjectTaskStat as $i, GCFlyTourSnapSortKeys as $n, BlockButtonGroup as $o, QuerySortClientMediaPlatforms as $r, ClientEntityKey as $s, VStringUrlNullable as $t, SAuthRawAccessToken as A, MondayWorkspaceDocument as Aa, Permissions as Ai, SCreateMediaContentTypeDocument as An, BrandStyleguideFont as Ao, SUpdateClientUserDocument as Ar, StrapiResponseMeta as As, SSetManyEntityRelationIn as At, SUpdateUserAccount as B, UserAccountDocument as Ba, TeamworkTaskUserPermissions as Bi, QueryStrapiById as Bn, BlockGraphicImage as Bo, QuerySortClientReports as Br, StrapiIconName as Bs, VStringLong as Bt, QuerySortUsers as C, CommentDocument as Ca, BlogPostSortKeys as Ci, SUpdateMediaPlatformDocument as Cn, SliderSpacing as Co, SCreateClientDocument as Cr, StrapiAttributeErrorKey as Cs, SEntityRelationPosition as Ct, UserSortKeys as D, ClientDocument as Da, canAssignPermission as Di, QueryStrapiSearchMediaContentTypes as Dn, ComponentFormDownload as Do, QuerySortClientUsers as Dr, StrapiErrorResult as Ds, SEntityRelationPositionIn as Dt, SCreateUserDocument as E, ContentPillarDocument as Ea, QueryStrapiSearchBlogPostsBySlug as Ei, QuerySortMediaContentType as En, FormUID as Eo, ClientUserSortKeys as Er, StrapiErrorResponse as Es, SEntityRelationPositionEnd as Et, SRequestConfirmEmail as F, AuthorizedUserDocument as Fa, TeamworkTasklistsResponse as Fi, SUpdateLeadRequest as Fn, ComponentBlockTextDetails as Fo, QueryStrapiSearchClientStyleguide as Fr, MediaUploadDocument as Fs, VNumberNullable as Ft, QueryStrapiPaginatedUrlRedirects as G, ClientReportDocument as Ga, TeamworkProjectsResponse as Gi, GCFlyTourSortKeys as Gn, BlockVideoEmbed as Go, ClientProjectSortKeys as Gr, StrapiLinkType as Gs, VStringMinMaxRegex as Gt, SUpdateUserAccountLastName as H, RoleType as Ha, TeamworkProject as Hi, QueryStrapiByPhone as Hn, BlockFullscreenContent as Ho, SCreateClientReportDocument as Hr, StrapiLinkReferrerPolicy as Hs, VStringMax as Ht, SResetUserPassword as I, UserAuthorizationLoginResponse as Ia, TeamworkTask as Ii, EntitySortKeys as In, BlockSectionTitle as Io, SCreateClientStyleguideDocument as Ir, FormSelectInputOption as Is, VPage as It, SUpdateTrendsLikes as J, MediaContentTypeDocument as Ja, TeamworkTag as Ji, SAssociateClientsToGCFlyTour as Jn, ComponentBlockFaq as Jo, SAssociateClientToClientProjectDocument as Jr, BaseDocument as Js, VStringShort as Jt, QueryStrapiUrlRedirectsByFrom as K, ClientProjectDocument as Ka, TeamworkResponseMetaProjectStats as Ki, QuerySortGCFlyTours as Kn, ComponentBlockVideo as Ko, QuerySortClientProjects as Kr, StrapiTextColorOptions as Ks, VStringPhone as Kt, SUserToken as L, UserAuthorizationSuccessResponse as La, TeamworkTaskCard as Li, QuerySortEntities as Ln, ComponentBlockSectionTitle as Lo, SUpdateClientStyleguideDocument as Lr, StrapiBgColorOptions as Ls, VSize as Lt, SForgotUserPassword as M, GCFlyTourSnapDocument as Ma, TeamworkTasklist as Mi, SUpdateMediaContentTypeDocumentRequest as Mn, BrandStyleguideColor as Mo, SVerifyClientUserDocument as Mr, StrapiSingleResponse as Ms, SSetOneEntityRelationIn as Mt, SLoginUser as N, ClientUserDocument as Na, TeamworkTasklistResponse as Ni, SCreateLeadDocument as Nn, ComponentBrandStyleguideColor as No, ClientStyleguideSortKeys as Nr, MediaFormat as Ns, SharpSpringSignUpToDownload as Nt, SAuthConnectProviderConfirmation as O, ProductHighlightDocument as Oa, hasPermission as Oi, SAssociateClientMediaPlatformContentTypesToMediaContentType as On, FormDownload as Oo, SCreateClientUserDocument as Or, StrapiListResponse as Os, SEntityRelationPositionStart as Ot, SRegisterUser as P, ClientUserDocumentStatus as Pa, TeamworkTasklistResponseMeta as Pi, SUpdateLeadDocument as Pn, BlockTextDetails as Po, QuerySortClientStyleguides as Pr, MediaFormats as Ps, VIntegerNullable as Pt, TeamworkProjectHealthProjectStatusOptions as Q, BlogPostDocument as Qa, TeamworkProjectUpdate as Qi, SUpdateGCFlyTourDocumentRequest as Qn, ComponentBlockContact as Qo, ClientMediaPlatformSortKeys as Qr, ClientEntityActions as Qs, VStringUrlNoUtm as Qt, SReadUserAccountByDocumentId as R, UserDocument as Ra, TeamworkTaskResponse as Ri, QueryStrapiByDocumentId as Rn, BlockPullQuote as Ro, SUpdateClientStyleguideDocumentRequest as Rr, StrapiDirection as Rs, VString as Rt, SUtmLinkBuilderTableFormInput as S, LeadDocument as Sa, SUpdateCategoryDocumentRequest as Si, SCreateMediaPlatformDocument as Sn, SliderSettings as So, QueryStrapiSearchClients as Sr, StrapiAttributeErrorDetail as Ss, SEntityRelationIn as St, QueryStrapiUsersByIdentifier as T, ClientContentPillarDocument as Ta, QueryStrapiSearchBlogPosts as Ti, MediaContentTypeSortKeys as Tn, FormSelect as To, SUpdateClientDocumentRequest as Tr, StrapiErrorDetail as Ts, SEntityRelationPositionBefore as Tt, SUpdateUserAccountPreferredName as U, PermissionDocument as Ua, TeamworkProjectResponse as Ui, QueryStrapiBySlug as Un, BlockFullscreenContentType as Uo, SUpdateClientReportDocument as Ur, StrapiLinkRel as Us, VStringMaxRegex as Ut, SUpdateUserAccountFirstName as V, RoleDocument as Va, TeamworkTasksResponse as Vi, QueryStrapiByName as Vn, ComponentBlockGraphicImage as Vo, QueryStrapiSearchClientReports as Vr, StrapiIconPosition as Vs, VStringLongNullable as Vt, QuerySortUrlRedirects as W, ClientStyleguideDocument as Wa, TeamworkProjectResponseMeta as Wi, QueryStrapiPaginated as Wn, ComponentBlockFullscreenContent as Wo, SUpdateClientReportDocumentRequest as Wr, StrapiLinkTarget as Ws, VStringMinMax as Wt, QueryStrapiSearchTeamworkProjectHealth as X, ClientMediaPlatformContentTypeDocument as Xa, TeamworkTagResponseMeta as Xi, SCreateGCFlyTourDocument as Xn, ComponentBlockCtaLink as Xo, SUpdateClientProjectDocument as Xr, CLIENT_ENTITY_PERMISSIONS as Xs, VStringSlug as Xt, QuerySortTeamworkProjectHealth as Y, MediaPlatformDocument as Ya, TeamworkTagResponse as Yi, SAssociateGcFlyTourSnapsToGCFlyTour as Yn, BlockCtaLink as Yo, SCreateClientProjectDocument as Yr, CLIENT_ENTITY_KEYS as Ys, VStringShortNullable as Yt, TeamworkProjectHealthProjectStatus as Z, BlogPostBlock as Za, TeamworkTagsResponse as Zi, SUpdateGCFlyTourDocument as Zn, BlockContact as Zo, SUpdateClientProjectDocumentRequest as Zr, CLIENT_ENTITY_SCOPES as Zs, VStringUrl as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, UrlRedirectDocument as _a, CategorySortKeys as _i, SUpdateMondayWorkspaceDocumentRequest as _n, SlideshowMode as _o, SReportCommentDocument as _r, SharedRichTextBlock as _s, SDisconnectManyEntityRelation as _t, isStrapiAttributeError as a, TeamworkActivePages as aa, ClientMediaPlatformContentTypeSortKeys as ai, SUpdateResumeInfoDocument as an, ComponentUtmOption as ao, ContentPillarSortKeys as ar, ComponentMetaSocial as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, ResumeDocument as ba, SCreateCategoryDocument as bi, QueryStrapiSearchMediaPlatforms as bn, SliderBreakpoint as bo, ClientSortKeys as br, ComponentSharedLink as bs, SDisconnectOneEntityRelationIn as bt, dateToday as c, TeamworkResponseMeta as ca, SCreateClientMediaPlatformContentTypeDocument as ci, SCreateNewsletterSignup as cn, UtmSourceKey as co, SCreateContentPillarDocument as cr, MetaSocial as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, TeamPageDocument as da, ClientContentPillarSortKeys as di, SUpdateNewsletterSignupRequest as dn, ComponentSlideContent as do, QueryFilterStrapiComments as dr, SeoMeta as ds, SCreateStrapiMediaUploadDocument as dt, TeamworkProjectCustomField as ea, ClientEntityScope as ec, QueryStrapiSearchClientMediaPlatforms as ei, VStringUrlUtm as en, TeamMemberGroup as eo, QuerySortGCFlyTourSnaps as er, ComponentBlockButtonGroup as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, PolicyPageDocument as fa, QuerySortClientContentPillars as fi, MondayWorkspaceSortKeys as fn, SlideContent as fo, QuerySortStrapiComments as fr, ComponentSharedQuestionAnswer as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, BlogPageDocument as ga, SUpdateClientContentPillarDocumentRequest as gi, SUpdateMondayWorkspaceDocument as gn, ComponentSlideshowSettings as go, SDeleteCommentDocument as gr, RichTextBlockChildren as gs, SConnectOneEntityRelationIn as gt, SReadUtmTrackingLinkDocumentByUrl as h, CareersPageDocument as ha, SUpdateClientContentPillarDocument as hi, SCreateMondayWorkspaceDocument as hn, SlideshowComponentSlideSettings as ho, SCreateCommentDocument as hr, RichTextBlock as hs, SConnectOneEntityRelation as ht, validateAndClean as i, TeamworkCompany as ia, SUpdateClientMediaPlatformDocumentRequest as ii, SUpdateResumeInfo as in, CategoryDocument as io, SUpdateGCFlyTourSnapDocumentRequest as ir, ComponentBlockAnnouncementBar as is, QuerySortTags as it, SChangePassword as j, GCFlyTourDocument as ja, RolesWithPermissions as ji, SUpdateMediaContentTypeDocument as jn, ComponentBrandStyleguideFont as jo, SUpdateClientUserDocumentRequest as jr, StrapiResponseMetaWithPagination as js, SSetOneEntityRelation as jt, SAuthConnectProviderRedirectSearch as k, ProductDocument as ka, LCRUDActions as ki, SAssociateMediaPlatformsToMediaContentType as kn, FormDownloadKeys as ko, SQueryListClientUserDocuments as kr, StrapiPagination as ks, SSetManyEntityRelation as kt, QuerySortUtmTrackingLinks as l, TeamworkResponseMetaPagination as la, SUpdateClientMediaPlatformContentTypeDocument as li, SCreateNewsletterSignupDocument as ln, ComponentSlideshow as lo, SUpdateContentPillarDocument as lr, MetaSocialNetwork as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, FAQPageDocument as ma, SCreateClientContentPillarDocument as mi, QueryStrapiSearchMondayWorkspaces as mn, SlideshowComponentProps as mo, QueryStrapiCommentsInHeirarchy as mr, ComponentSharedRichTextBlock as ms, SConnectManyEntityRelationIn as mt, isValidationSuccess as n, TeamworkCustomField as na, SCreateClientMediaPlatformDocument as ni, SCreateResumeInfo as nn, TrendDocument as no, SCreateGCFlyTourSnapDocument as nr, ComponentBlockBrandLogos as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, TeamworkLockdown as oa, QuerySortClientMediaPlatformContentTypes as oi, SUpdateResumeInfoRequest as on, UtmClassificationKey as oo, QuerySortContentPillars as or, ComponentOpenGraph as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, LandingPageDocument as pa, QueryStrapiSearchClientContentPillars as pi, QuerySortMondayWorkspaces as pn, SlideType as po, QueryStrapiCommentsFlat as pr, SharedQuestionAnswer as ps, SConnectManyEntityRelation as pt, UrlRedirectSortKeys as q, ClientMediaPlatformDocument as qa, TeamworkUserAccount as qi, QueryStrapiSearchGCFlyTours as qn, BlockFaq as qo, QueryStrapiSearchClientProjects as qr, StrapiThemeOptions as qs, VStringPhoneNullable as qt, omitUndefined as r, TeamworkCurrency as ra, SUpdateClientMediaPlatformDocument as ri, SCreateResumeInfoDocument as rn, TagDocument as ro, SUpdateGCFlyTourSnapDocument as rr, BlockAnnouncementBar as rs, TeamMemberSortKeys as rt, datePlusDays as s, TeamworkRelatedMeta as sa, QueryStrapiSearchClientMediaPlatformContentTypes as si, checkIsValidUrlList as sn, UtmOption as so, QueryStrapiSearchContentPillars as sr, ComponentSeoMeta as ss, SUpdateTagDocument as st, isValidationFailure as t, TeamworkProjectCategory as ta, ROLE_PERMISSIONS as tc, SAssociateMediaContentTypesToClientMediaPlatform as ti, SCreateResume as tn, TeamMemberTier as to, QueryStrapiSearchGCFlyTourSnaps as tr, BlockBrandLogos as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, UtmMetaPageDocument as ua, SUpdateClientMediaPlatformContentTypeDocumentRequest as ui, SUpdateNewsletterSignupDocument as un, Slideshow as uo, SUpdateContentPillarDocumentRequest as ur, OpenGraph as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, UrlRedirectQueryParams as va, QuerySortCategories as vi, MediaPlatformSortKeys as vn, SlideshowSettings as vo, SUpdateCommentDocument as vr, ComponentSharedButton as vs, SDisconnectManyEntityRelationIn as vt, QueryStrapiUsers as w, CommentReportDocument as wa, QuerySortBlogPosts as wi, SUpdateMediaPlatformDocumentRequest as wn, ComponentFormSelect as wo, SUpdateClientDocument as wr, StrapiAttributeErrorResponse as ws, SEntityRelationPositionAfter as wt, SUtmLinkBuilderTableForm as x, NewsletterSignupDocument as xa, SUpdateCategoryDocument as xi, SAssociateMediaContentTypesToMediaPlatform as xn, SliderOrigin as xo, QuerySortClients as xr, SharedLink as xs, SEntityRelation as xt, SUtmLinkBuilderPartCampaignDateOptions as y, UrlRedirectStatusCode as ya, QueryStrapiSearchCategories as yi, QuerySortMediaPlatforms as yn, ComponentSliderSettings as yo, StrapiCommentSortKeys as yr, SharedButton as ys, SDisconnectOneEntityRelation as yt, SReadUserAccountById as z, UtmTrackingLinkDocument as za, TeamworkTaskResponseMeta as zi, QueryStrapiByEmail as zn, ComponentBlockPullQuote as zo, ClientReportSortKeys as zr, StrapiGapSizes as zs, VStringEmail as zt };
|
|
4192
|
+
//# sourceMappingURL=index-B6pNPQrV.d.mts.map
|