@getcommunity/gc-validators 0.0.47 → 0.0.49

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/index.d.cts CHANGED
@@ -105,6 +105,248 @@ declare const ERROR_MESSAGE_REGEX_UTM_VALUE = "can only contain letters, numbers
105
105
  declare const REGEX_UTM_VALUE: RegExp;
106
106
  declare const REGEX_BRAND_COLOR_SLUG: RegExp;
107
107
 
108
+ declare const SEntityRelationPositionBefore: v.ObjectSchema<{
109
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
110
+ }, undefined>;
111
+ type SEntityRelationPositionBefore = v.InferInput<typeof SEntityRelationPositionBefore>;
112
+ declare const SEntityRelationPositionAfter: v.ObjectSchema<{
113
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
114
+ }, undefined>;
115
+ type SEntityRelationPositionAfter = v.InferInput<typeof SEntityRelationPositionBefore>;
116
+ declare const SEntityRelationPositionStart: v.ObjectSchema<{
117
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
118
+ }, undefined>;
119
+ type SEntityRelationPositionStart = v.InferInput<typeof SEntityRelationPositionBefore>;
120
+ declare const SEntityRelationPositionEnd: v.ObjectSchema<{
121
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
122
+ }, undefined>;
123
+ type SEntityRelationPositionEnd = v.InferInput<typeof SEntityRelationPositionBefore>;
124
+ declare const SEntityRelationPosition: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
125
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
126
+ }, undefined>, v.ObjectSchema<{
127
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
128
+ }, undefined>, v.ObjectSchema<{
129
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
130
+ }, undefined>, v.ObjectSchema<{
131
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
132
+ }, undefined>], undefined>]>, {
133
+ readonly end: true;
134
+ }>;
135
+ type SEntityRelationPositionIn = v.InferInput<typeof SEntityRelationPosition>;
136
+ type SEntityRelationPositionOut = v.InferOutput<typeof SEntityRelationPosition>;
137
+ declare const SEntityRelation: v.ObjectSchema<{
138
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
139
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
140
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
141
+ }, undefined>, v.ObjectSchema<{
142
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
143
+ }, undefined>, v.ObjectSchema<{
144
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
145
+ }, undefined>, v.ObjectSchema<{
146
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
147
+ }, undefined>], undefined>]>, {
148
+ readonly end: true;
149
+ }>, undefined>;
150
+ }, undefined>;
151
+ type SEntityRelationIn = v.InferInput<typeof SEntityRelation>;
152
+ type SEntityRelationOut = v.InferOutput<typeof SEntityRelation>;
153
+ declare const SConnectManyEntityRelation: v.ObjectSchema<{
154
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
155
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
156
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
157
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
158
+ }, undefined>, v.ObjectSchema<{
159
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
160
+ }, undefined>, v.ObjectSchema<{
161
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
162
+ }, undefined>, v.ObjectSchema<{
163
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
164
+ }, undefined>], undefined>]>, {
165
+ readonly end: true;
166
+ }>, undefined>;
167
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
168
+ documentId: string;
169
+ position?: {
170
+ before: string;
171
+ } | {
172
+ after: string;
173
+ } | {
174
+ start: boolean;
175
+ } | {
176
+ end: boolean;
177
+ } | undefined;
178
+ })[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
179
+ documentId: string;
180
+ position?: {
181
+ before: string;
182
+ } | {
183
+ after: string;
184
+ } | {
185
+ start: boolean;
186
+ } | {
187
+ end: boolean;
188
+ } | undefined;
189
+ })[], 100, "A maximum of 100 document IDs can be connected per request">]>;
190
+ }, undefined>;
191
+ type SConnectManyEntityRelationIn = v.InferInput<typeof SConnectManyEntityRelation>;
192
+ type SConnectManyEntityRelationOut = v.InferOutput<typeof SConnectManyEntityRelation>;
193
+ declare const SDisconnectManyEntityRelation: v.ObjectSchema<{
194
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
195
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
196
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
197
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
198
+ }, undefined>, v.ObjectSchema<{
199
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
200
+ }, undefined>, v.ObjectSchema<{
201
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
202
+ }, undefined>, v.ObjectSchema<{
203
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
204
+ }, undefined>], undefined>]>, {
205
+ readonly end: true;
206
+ }>, undefined>;
207
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
208
+ documentId: string;
209
+ position?: {
210
+ before: string;
211
+ } | {
212
+ after: string;
213
+ } | {
214
+ start: boolean;
215
+ } | {
216
+ end: boolean;
217
+ } | undefined;
218
+ })[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
219
+ documentId: string;
220
+ position?: {
221
+ before: string;
222
+ } | {
223
+ after: string;
224
+ } | {
225
+ start: boolean;
226
+ } | {
227
+ end: boolean;
228
+ } | undefined;
229
+ })[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
230
+ }, undefined>;
231
+ type SDisconnectManyEntityRelationIn = v.InferInput<typeof SDisconnectManyEntityRelation>;
232
+ type SDisconnectManyEntityRelationOut = v.InferOutput<typeof SDisconnectManyEntityRelation>;
233
+ declare const SSetManyEntityRelation: v.ObjectSchema<{
234
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
235
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
236
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
237
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
238
+ }, undefined>, v.ObjectSchema<{
239
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
240
+ }, undefined>, v.ObjectSchema<{
241
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
242
+ }, undefined>, v.ObjectSchema<{
243
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
244
+ }, undefined>], undefined>]>, {
245
+ readonly end: true;
246
+ }>, undefined>;
247
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
248
+ documentId: string;
249
+ position?: {
250
+ before: string;
251
+ } | {
252
+ after: string;
253
+ } | {
254
+ start: boolean;
255
+ } | {
256
+ end: boolean;
257
+ } | undefined;
258
+ })[], 1, "At least one document ID is required to set a relation">]>;
259
+ }, undefined>;
260
+ type SSetManyEntityRelationIn = v.InferInput<typeof SSetManyEntityRelation>;
261
+ type SSetManyEntityRelationOut = v.InferOutput<typeof SSetManyEntityRelation>;
262
+ declare const SConnectOneEntityRelation: v.ObjectSchema<{
263
+ readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
264
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
265
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
266
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
267
+ }, undefined>, v.ObjectSchema<{
268
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
269
+ }, undefined>, v.ObjectSchema<{
270
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
271
+ }, undefined>, v.ObjectSchema<{
272
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
273
+ }, undefined>], undefined>]>, {
274
+ readonly end: true;
275
+ }>, undefined>;
276
+ }, undefined>], undefined>;
277
+ }, undefined>;
278
+ type SConnectOneEntityRelationIn = v.InferInput<typeof SConnectOneEntityRelation>;
279
+ type SConnectOneEntityRelationOut = v.InferOutput<typeof SConnectOneEntityRelation>;
280
+ declare const SDisconnectOneEntityRelation: v.ObjectSchema<{
281
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
282
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
283
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
284
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
285
+ }, undefined>, v.ObjectSchema<{
286
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
287
+ }, undefined>, v.ObjectSchema<{
288
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
289
+ }, undefined>, v.ObjectSchema<{
290
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
291
+ }, undefined>], undefined>]>, {
292
+ readonly end: true;
293
+ }>, undefined>;
294
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
295
+ documentId: string;
296
+ position?: {
297
+ before: string;
298
+ } | {
299
+ after: string;
300
+ } | {
301
+ start: boolean;
302
+ } | {
303
+ end: boolean;
304
+ } | undefined;
305
+ })[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
306
+ documentId: string;
307
+ position?: {
308
+ before: string;
309
+ } | {
310
+ after: string;
311
+ } | {
312
+ start: boolean;
313
+ } | {
314
+ end: boolean;
315
+ } | undefined;
316
+ })[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
317
+ }, undefined>;
318
+ type SDisconnectOneEntityRelationIn = v.InferInput<typeof SDisconnectOneEntityRelation>;
319
+ type SDisconnectOneEntityRelationOut = v.InferOutput<typeof SDisconnectOneEntityRelation>;
320
+ declare const SSetOneEntityRelation: v.ObjectSchema<{
321
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
322
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
323
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
324
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
325
+ }, undefined>, v.ObjectSchema<{
326
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
327
+ }, undefined>, v.ObjectSchema<{
328
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
329
+ }, undefined>, v.ObjectSchema<{
330
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
331
+ }, undefined>], undefined>]>, {
332
+ readonly end: true;
333
+ }>, undefined>;
334
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
335
+ documentId: string;
336
+ position?: {
337
+ before: string;
338
+ } | {
339
+ after: string;
340
+ } | {
341
+ start: boolean;
342
+ } | {
343
+ end: boolean;
344
+ } | undefined;
345
+ })[], 1, "At least one document ID is required to set a relation">]>;
346
+ }, undefined>;
347
+ type SSetOneEntityRelationIn = v.InferInput<typeof SSetOneEntityRelation>;
348
+ type SSetOneEntityRelationOut = v.InferOutput<typeof SSetOneEntityRelation>;
349
+
108
350
  declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
109
351
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
110
352
  readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, 6>, 6>;
@@ -122,23 +364,253 @@ type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBl
122
364
 
123
365
  declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
124
366
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
125
- readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 100, undefined>]>, 16>, 16>;
367
+ readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
126
368
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
127
369
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
128
370
  readonly project_status: v.OptionalSchema<v.PicklistSchema<string[], undefined>, undefined>;
129
371
  readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, undefined>;
130
372
  }, undefined>;
131
373
  type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
374
+ declare const SConnectClientProjects: v.ObjectSchema<{
375
+ readonly client_projects: v.ObjectSchema<{
376
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
377
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
378
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
379
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
380
+ }, undefined>, v.ObjectSchema<{
381
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
382
+ }, undefined>, v.ObjectSchema<{
383
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
384
+ }, undefined>, v.ObjectSchema<{
385
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
386
+ }, undefined>], undefined>]>, {
387
+ readonly end: true;
388
+ }>, undefined>;
389
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
390
+ documentId: string;
391
+ position?: {
392
+ before: string;
393
+ } | {
394
+ after: string;
395
+ } | {
396
+ start: boolean;
397
+ } | {
398
+ end: boolean;
399
+ } | undefined;
400
+ })[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
401
+ documentId: string;
402
+ position?: {
403
+ before: string;
404
+ } | {
405
+ after: string;
406
+ } | {
407
+ start: boolean;
408
+ } | {
409
+ end: boolean;
410
+ } | undefined;
411
+ })[], 100, "A maximum of 100 document IDs can be connected per request">]>;
412
+ }, undefined>;
413
+ }, undefined>;
414
+ type SConnectClientProjectsIn = v.InferInput<typeof SConnectClientProjects>;
415
+ type SConnectClientProjectsOut = v.InferOutput<typeof SConnectClientProjects>;
416
+ declare const SDisconnectClientProjects: v.ObjectSchema<{
417
+ readonly client_projects: v.ObjectSchema<{
418
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
419
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
420
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
421
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
422
+ }, undefined>, v.ObjectSchema<{
423
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
424
+ }, undefined>, v.ObjectSchema<{
425
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
426
+ }, undefined>, v.ObjectSchema<{
427
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
428
+ }, undefined>], undefined>]>, {
429
+ readonly end: true;
430
+ }>, undefined>;
431
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
432
+ documentId: string;
433
+ position?: {
434
+ before: string;
435
+ } | {
436
+ after: string;
437
+ } | {
438
+ start: boolean;
439
+ } | {
440
+ end: boolean;
441
+ } | undefined;
442
+ })[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
443
+ documentId: string;
444
+ position?: {
445
+ before: string;
446
+ } | {
447
+ after: string;
448
+ } | {
449
+ start: boolean;
450
+ } | {
451
+ end: boolean;
452
+ } | undefined;
453
+ })[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
454
+ }, undefined>;
455
+ }, undefined>;
456
+ type SDisconnectClientProjectsIn = v.InferInput<typeof SDisconnectClientProjects>;
457
+ type SDisconnectClientProjectsOut = v.InferOutput<typeof SDisconnectClientProjects>;
458
+ declare const SSetClientProjects: v.ObjectSchema<{
459
+ readonly client_projects: v.ObjectSchema<{
460
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
461
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
462
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
463
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
464
+ }, undefined>, v.ObjectSchema<{
465
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
466
+ }, undefined>, v.ObjectSchema<{
467
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
468
+ }, undefined>, v.ObjectSchema<{
469
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
470
+ }, undefined>], undefined>]>, {
471
+ readonly end: true;
472
+ }>, undefined>;
473
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
474
+ documentId: string;
475
+ position?: {
476
+ before: string;
477
+ } | {
478
+ after: string;
479
+ } | {
480
+ start: boolean;
481
+ } | {
482
+ end: boolean;
483
+ } | undefined;
484
+ })[], 1, "At least one document ID is required to set a relation">]>;
485
+ }, undefined>;
486
+ }, undefined>;
487
+ type SSetClientProjectsIn = v.InferInput<typeof SSetClientProjects>;
488
+ type SSetClientProjectsOut = v.InferOutput<typeof SSetClientProjects>;
132
489
 
133
490
  declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
134
491
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
135
- readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 100, undefined>]>, 16>, 16>;
492
+ readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
136
493
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
137
494
  readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
138
495
  readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
139
496
  readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, undefined>;
140
497
  }, undefined>;
141
498
  type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
499
+ declare const SConnectClientReports: v.ObjectSchema<{
500
+ readonly client_reports: v.ObjectSchema<{
501
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
502
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
503
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
504
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
505
+ }, undefined>, v.ObjectSchema<{
506
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
507
+ }, undefined>, v.ObjectSchema<{
508
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
509
+ }, undefined>, v.ObjectSchema<{
510
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
511
+ }, undefined>], undefined>]>, {
512
+ readonly end: true;
513
+ }>, undefined>;
514
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
515
+ documentId: string;
516
+ position?: {
517
+ before: string;
518
+ } | {
519
+ after: string;
520
+ } | {
521
+ start: boolean;
522
+ } | {
523
+ end: boolean;
524
+ } | undefined;
525
+ })[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
526
+ documentId: string;
527
+ position?: {
528
+ before: string;
529
+ } | {
530
+ after: string;
531
+ } | {
532
+ start: boolean;
533
+ } | {
534
+ end: boolean;
535
+ } | undefined;
536
+ })[], 100, "A maximum of 100 document IDs can be connected per request">]>;
537
+ }, undefined>;
538
+ }, undefined>;
539
+ type SConnectClientReportsIn = v.InferInput<typeof SConnectClientReports>;
540
+ type SConnectClientReportsOut = v.InferOutput<typeof SConnectClientReports>;
541
+ declare const SDisconnectClientReports: v.ObjectSchema<{
542
+ readonly client_reports: v.ObjectSchema<{
543
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
544
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
545
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
546
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
547
+ }, undefined>, v.ObjectSchema<{
548
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
549
+ }, undefined>, v.ObjectSchema<{
550
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
551
+ }, undefined>, v.ObjectSchema<{
552
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
553
+ }, undefined>], undefined>]>, {
554
+ readonly end: true;
555
+ }>, undefined>;
556
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
557
+ documentId: string;
558
+ position?: {
559
+ before: string;
560
+ } | {
561
+ after: string;
562
+ } | {
563
+ start: boolean;
564
+ } | {
565
+ end: boolean;
566
+ } | undefined;
567
+ })[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
568
+ documentId: string;
569
+ position?: {
570
+ before: string;
571
+ } | {
572
+ after: string;
573
+ } | {
574
+ start: boolean;
575
+ } | {
576
+ end: boolean;
577
+ } | undefined;
578
+ })[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
579
+ }, undefined>;
580
+ }, undefined>;
581
+ type SDisconnectClientReportsIn = v.InferInput<typeof SDisconnectClientReports>;
582
+ type SDisconnectClientReportsOut = v.InferOutput<typeof SDisconnectClientReports>;
583
+ declare const SSetClientReports: v.ObjectSchema<{
584
+ readonly client_reports: v.ObjectSchema<{
585
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
586
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
587
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
588
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
589
+ }, undefined>, v.ObjectSchema<{
590
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
591
+ }, undefined>, v.ObjectSchema<{
592
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
593
+ }, undefined>, v.ObjectSchema<{
594
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
595
+ }, undefined>], undefined>]>, {
596
+ readonly end: true;
597
+ }>, undefined>;
598
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
599
+ documentId: string;
600
+ position?: {
601
+ before: string;
602
+ } | {
603
+ after: string;
604
+ } | {
605
+ start: boolean;
606
+ } | {
607
+ end: boolean;
608
+ } | undefined;
609
+ })[], 1, "At least one document ID is required to set a relation">]>;
610
+ }, undefined>;
611
+ }, undefined>;
612
+ type SSetClientReportsIn = v.InferInput<typeof SSetClientReports>;
613
+ type SSetClientReportsOut = v.InferOutput<typeof SSetClientReports>;
142
614
 
143
615
  declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
144
616
  readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
@@ -256,6 +728,129 @@ declare const SCreateLead: v.ObjectSchema<{
256
728
  }, undefined>;
257
729
  type SCreateLead = v.InferOutput<typeof SCreateLead>;
258
730
 
731
+ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
732
+ readonly page: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, 1>, 1>;
733
+ readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 10000, undefined>]>, 100>, 100>;
734
+ readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
735
+ readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, "The string you provided is too long, please abbreviate your string to be 255 characters or less.">]>, undefined>;
736
+ }, undefined>;
737
+ type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
738
+ declare const SConnectMediaPlatforms: v.ObjectSchema<{
739
+ readonly client_reports: v.ObjectSchema<{
740
+ readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
741
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
742
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
743
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
744
+ }, undefined>, v.ObjectSchema<{
745
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
746
+ }, undefined>, v.ObjectSchema<{
747
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
748
+ }, undefined>, v.ObjectSchema<{
749
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
750
+ }, undefined>], undefined>]>, {
751
+ readonly end: true;
752
+ }>, undefined>;
753
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
754
+ documentId: string;
755
+ position?: {
756
+ before: string;
757
+ } | {
758
+ after: string;
759
+ } | {
760
+ start: boolean;
761
+ } | {
762
+ end: boolean;
763
+ } | undefined;
764
+ })[], 1, "At least one document ID is required to connect">, v.MaxLengthAction<(string | {
765
+ documentId: string;
766
+ position?: {
767
+ before: string;
768
+ } | {
769
+ after: string;
770
+ } | {
771
+ start: boolean;
772
+ } | {
773
+ end: boolean;
774
+ } | undefined;
775
+ })[], 100, "A maximum of 100 document IDs can be connected per request">]>;
776
+ }, undefined>;
777
+ }, undefined>;
778
+ type SConnectMediaPlatformsIn = v.InferInput<typeof SConnectMediaPlatforms>;
779
+ type SConnectMediaPlatformsOut = v.InferOutput<typeof SConnectMediaPlatforms>;
780
+ declare const SDisconnectMediaPlatforms: v.ObjectSchema<{
781
+ readonly client_reports: v.ObjectSchema<{
782
+ readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
783
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
784
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
785
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
786
+ }, undefined>, v.ObjectSchema<{
787
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
788
+ }, undefined>, v.ObjectSchema<{
789
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
790
+ }, undefined>, v.ObjectSchema<{
791
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
792
+ }, undefined>], undefined>]>, {
793
+ readonly end: true;
794
+ }>, undefined>;
795
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
796
+ documentId: string;
797
+ position?: {
798
+ before: string;
799
+ } | {
800
+ after: string;
801
+ } | {
802
+ start: boolean;
803
+ } | {
804
+ end: boolean;
805
+ } | undefined;
806
+ })[], 1, "At least one document ID is required to disconnect">, v.MaxLengthAction<(string | {
807
+ documentId: string;
808
+ position?: {
809
+ before: string;
810
+ } | {
811
+ after: string;
812
+ } | {
813
+ start: boolean;
814
+ } | {
815
+ end: boolean;
816
+ } | undefined;
817
+ })[], 100, "A maximum of 100 document IDs can be disconnected per request">]>;
818
+ }, undefined>;
819
+ }, undefined>;
820
+ type SDisconnectMediaPlatformsIn = v.InferInput<typeof SDisconnectMediaPlatforms>;
821
+ type SDisconnectMediaPlatformsOut = v.InferOutput<typeof SDisconnectMediaPlatforms>;
822
+ declare const SSetMediaPlatforms: v.ObjectSchema<{
823
+ readonly client_reports: v.ObjectSchema<{
824
+ readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>, v.ObjectSchema<{
825
+ readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
826
+ readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
827
+ readonly before: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
828
+ }, undefined>, v.ObjectSchema<{
829
+ readonly after: v.SchemaWithPipe<readonly [v.StringSchema<"please provide a valid document id">, v.TrimAction, v.MinLengthAction<string, 1, "the document id is too short, it must be at least 1 character">, v.MaxLengthAction<string, 255, "the document id is too long, it must be 255 characters or less">]>;
830
+ }, undefined>, v.ObjectSchema<{
831
+ readonly start: v.BooleanSchema<"start must be a boolean value">;
832
+ }, undefined>, v.ObjectSchema<{
833
+ readonly end: v.BooleanSchema<"end must be a boolean value">;
834
+ }, undefined>], undefined>]>, {
835
+ readonly end: true;
836
+ }>, undefined>;
837
+ }, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
838
+ documentId: string;
839
+ position?: {
840
+ before: string;
841
+ } | {
842
+ after: string;
843
+ } | {
844
+ start: boolean;
845
+ } | {
846
+ end: boolean;
847
+ } | undefined;
848
+ })[], 1, "At least one document ID is required to set a relation">]>;
849
+ }, undefined>;
850
+ }, undefined>;
851
+ type SSetMediaPlatformsIn = v.InferInput<typeof SSetMediaPlatforms>;
852
+ type SSetMediaPlatformsOut = v.InferOutput<typeof SSetMediaPlatforms>;
853
+
259
854
  declare const SCreateNewsletterSignup: v.ObjectSchema<{
260
855
  readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your first name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your first name.">, v.MaxLengthAction<string, 255, "Your first name is too long for our datanase, please abbreviate your first name to be 255 characters or less.">]>;
261
856
  readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<"Please enter your last name.">, v.TrimAction, v.MinLengthAction<string, 1, "Please enter your last name.">, v.MaxLengthAction<string, 255, "Your last name is too long for our datanase, please abbreviate your last name to be 255 characters or less.">]>;
@@ -1670,4 +2265,4 @@ declare const IsValidOrUndefinedUrlUtmTerm: v.UndefinedableSchema<v.SchemaWithPi
1670
2265
  declare const IsValidUrlUtmId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>;
1671
2266
  declare const IsValidOrUndefinedUrlUtmId: v.UndefinedableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "the utm_id is too short, it must be at least 1 characters">, v.MaxLengthAction<string, 2030, "the utm_id is too long, it must be 2030 characters or less">, v.RegexAction<string, "utm_id can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
1672
2267
 
1673
- export { type BaseDocument, type BlockAnnouncementBar, type BlockBrandLogos, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockFullscreenContent, type BlockFullscreenContentType, type BlockTextDetails, type BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type BrandStyleguideColor, type BrandStyleguideFont, CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, type CareersPageDocument, type CategoryDocument, type ClientDocument, type ClientEntityActions, type ClientEntityKey, type ClientEntityScope, type ClientProjectDocument, type ClientProjectStatus, ClientProjectStatusOptions, type ClientReportDocument, type ClientStyleguideDocument, type ClientUserDocument, type ComponentBlockAnnouncementBar, type ComponentBlockBrandLogos, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, type ComponentBlockFullscreenContent, type ComponentBlockTextDetails, type ComponentBlockVideo, type ComponentBrandStyleguideColor, type ComponentBrandStyleguideFont, type ComponentFormDownload, type ComponentFormSelect, type ComponentOpenGraph, type ComponentSeoMeta, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, type ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, type ComponentUtmOption, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_UTM_VALUE, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, InvalidClientTermMin, InvalidClientTermNumber, InvalidCompanyName, InvalidCompanyNameMaxLength, InvalidCsvFileType, InvalidDestinationUrl, InvalidFirstName, InvalidFirstNameMaxLength, InvalidFullName, InvalidFullNameMaxLength, InvalidInputRobot, InvalidInstrustryName, InvalidInstrustryNameMaxLength, InvalidLastName, InvalidLastNameMaxLength, InvalidListOfUrls, InvalidLongStringOrUndefined, InvalidPreferredName, InvalidPreferredNameMaxLength, InvalidProductInterestMaxLength, InvalidRangeValueOneToFive, InvalidRefPageMaxLength, InvalidResumeFileType, InvalidShortStringMax, InvalidUserMessage, InvalidUserMessageMaxLength, InvalidUserPhone, InvalidUserPhoneType, InvalidUserTitle, InvalidUserTitleMaxLength, InvalidUtmLink, IsValidBlocked, IsValidCaptchaToken, IsValidClientTerm, IsValidClientUserScopes, IsValidCompanyName, IsValidCompanyNameRequired, IsValidConfirmed, IsValidCost, IsValidCsvFile, IsValidDateToday, IsValidDescription, IsValidDestinationUrl, IsValidFileReferenceId, IsValidFirstName, IsValidFullName, IsValidIndustryName, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidLastName, IsValidLongString, IsValidLongStringOrUndefined, IsValidName, IsValidNumberOfEmployees, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedDescription, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedProvider, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserEmail, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPositiveInteger, IsValidPreferredName, IsValidProductInterest, IsValidProvider, IsValidRangeValueOneToFive, IsValidRefPage, IsValidReferenceDocumentId, IsValidReferenceId, IsValidResumeFile, IsValidShortString, IsValidShortStringOrUndefined, IsValidStringList, IsValidStringListOrUndefined, IsValidStringSepListOfUrls, IsValidStringSepListOfUrlsOrUndefined, IsValidUrl, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlList, IsValidUrlOrUndefined, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserConsent, IsValidUserEmail, IsValidUserMessage, IsValidUserPhone, IsValidUserPhoneRequired, IsValidUserRole, IsValidUserTitle, IsValidUserTitleRequired, IsValidUsername, IsValidUtmCampaignKeyName, IsValidUtmCampaignKeyNameOrUndefined, IsValidUtmLink, IsValidValue, type KeenSliderOrigin, type KeenSliderSliderSlides, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE, LIMIT_CATEGORIES_DEFAULT_SIZE, LIMIT_CATEGORIES_MAX_SIZE, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_QUERY, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_PAGINATION_MAX_SIZE, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE, LIMIT_REDIRECT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_TAGS_DEFAULT_SIZE, LIMIT_TAGS_MAX_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE, LIMIT_TREND_PAGINATION_DEFAULT_SIZE, LIMIT_TREND_PAGINATION_MAX_SIZE, LIMIT_USER_PAGINATION_DEFAULT_SIZE, LIMIT_USER_PAGINATION_MAX_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE, type LandingPageDocument, type LeadDocument, type MediaFormat, type MediaFormats, type MediaPlatformDocument, type MediaUploadDocument, type OpenGraph, type PermissionDocument, type PolicyPageDocument, type ProductDocument, type ProductHighlightDocument, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, REGEX_BRAND_COLOR_SLUG, REGEX_DOMAIN, REGEX_UTM_VALUE, type ResumeDocument, type RichTextBlock, type RichTextBlockChildren, type RoleDocument, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SCreateClientUserDocument, SCreateClientUserDocumentRequest, SCreateLead, SCreateNewsletterSignup, SCreateResume, SCreateResumeInfo, SCreateUtmTrackingLinkDocument, type SCreateUtmTrackingLinkDocumentInput, SCreateUtmTrackingLinkParts, SDeleteClientUserDocument, SDeleteUtmTrackingLinkDocument, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadClientUserDocumentByDocumentId, SReadClientUserDocumentById, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUserByDocumentId, SReadUserById, SReadUtmTrackingLinkDocumentByDocumentId, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateResumeInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, type SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SharedRichTextBlock, SharpSpringSignUpToDownload, type SlideContent, type SlideType, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiErrorDetail, type StrapiErrorResponse, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiSingleResponse, type StrapiTextColorOptions, type StrapiThemeOptions, type TagDocument, type TeamMemberDocument, type TeamPageDocument, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UserAccountDocument, type UserAuthorizationLoginResponse, type UserAuthorizationSuccessResponse, type UserDocument, type UserWithAccountDocument, type UtmClassificationKey, type UtmMetaPageDocument, type UtmOption, type UtmSourceKey, type UtmTrackingLinkDocument, ValidGcDesiredContentOptions, ValidGcServiceOptions, ValidGcVideoServiceOptions, ValidJobRoleGroup, ValidNumberOfEmployeeOptions, ValidRatingRange5, type WebSafeFont, type WebSafeFontDisplay, type WebSafeFontMono, type WebSafeFontSans, type WebSafeFontSerif, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };
2268
+ export { type BaseDocument, type BlockAnnouncementBar, type BlockBrandLogos, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockFullscreenContent, type BlockFullscreenContentType, type BlockTextDetails, type BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type BrandStyleguideColor, type BrandStyleguideFont, CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, type CareersPageDocument, type CategoryDocument, type ClientDocument, type ClientEntityActions, type ClientEntityKey, type ClientEntityScope, type ClientProjectDocument, type ClientProjectStatus, ClientProjectStatusOptions, type ClientReportDocument, type ClientStyleguideDocument, type ClientUserDocument, type ComponentBlockAnnouncementBar, type ComponentBlockBrandLogos, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, type ComponentBlockFullscreenContent, type ComponentBlockTextDetails, type ComponentBlockVideo, type ComponentBrandStyleguideColor, type ComponentBrandStyleguideFont, type ComponentFormDownload, type ComponentFormSelect, type ComponentOpenGraph, type ComponentSeoMeta, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, type ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, type ComponentUtmOption, ERROR_MESSAGE_REGEX_DOMAIN, ERROR_MESSAGE_REGEX_UTM_VALUE, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, InvalidClientTermMin, InvalidClientTermNumber, InvalidCompanyName, InvalidCompanyNameMaxLength, InvalidCsvFileType, InvalidDestinationUrl, InvalidFirstName, InvalidFirstNameMaxLength, InvalidFullName, InvalidFullNameMaxLength, InvalidInputRobot, InvalidInstrustryName, InvalidInstrustryNameMaxLength, InvalidLastName, InvalidLastNameMaxLength, InvalidListOfUrls, InvalidLongStringOrUndefined, InvalidPreferredName, InvalidPreferredNameMaxLength, InvalidProductInterestMaxLength, InvalidRangeValueOneToFive, InvalidRefPageMaxLength, InvalidResumeFileType, InvalidShortStringMax, InvalidUserMessage, InvalidUserMessageMaxLength, InvalidUserPhone, InvalidUserPhoneType, InvalidUserTitle, InvalidUserTitleMaxLength, InvalidUtmLink, IsValidBlocked, IsValidCaptchaToken, IsValidClientTerm, IsValidClientUserScopes, IsValidCompanyName, IsValidCompanyNameRequired, IsValidConfirmed, IsValidCost, IsValidCsvFile, IsValidDateToday, IsValidDescription, IsValidDestinationUrl, IsValidFileReferenceId, IsValidFirstName, IsValidFullName, IsValidIndustryName, IsValidIsActive, IsValidIsSecure, IsValidLabel, IsValidLastName, IsValidLongString, IsValidLongStringOrUndefined, IsValidName, IsValidNumberOfEmployees, IsValidOrUndefinedBlocked, IsValidOrUndefinedConfirmed, IsValidOrUndefinedCost, IsValidOrUndefinedDescription, IsValidOrUndefinedIsActive, IsValidOrUndefinedIsSecure, IsValidOrUndefinedLabel, IsValidOrUndefinedName, IsValidOrUndefinedPassword, IsValidOrUndefinedProvider, IsValidOrUndefinedUrlDestination, IsValidOrUndefinedUrlDomain, IsValidOrUndefinedUrlFragment, IsValidOrUndefinedUrlPath, IsValidOrUndefinedUrlProtocol, IsValidOrUndefinedUrlQuery, IsValidOrUndefinedUrlUtmCampaign, IsValidOrUndefinedUrlUtmContent, IsValidOrUndefinedUrlUtmCreativeFormat, IsValidOrUndefinedUrlUtmId, IsValidOrUndefinedUrlUtmMedium, IsValidOrUndefinedUrlUtmSource, IsValidOrUndefinedUrlUtmTerm, IsValidOrUndefinedUserEmail, IsValidOrUndefinedUsername, IsValidOrUndefinedValue, IsValidPassword, IsValidPositiveInteger, IsValidPreferredName, IsValidProductInterest, IsValidProvider, IsValidRangeValueOneToFive, IsValidRefPage, IsValidReferenceDocumentId, IsValidReferenceId, IsValidResumeFile, IsValidShortString, IsValidShortStringOrUndefined, IsValidStringList, IsValidStringListOrUndefined, IsValidStringSepListOfUrls, IsValidStringSepListOfUrlsOrUndefined, IsValidUrl, IsValidUrlDestination, IsValidUrlDomain, IsValidUrlFragment, IsValidUrlList, IsValidUrlOrUndefined, IsValidUrlPath, IsValidUrlProtocol, IsValidUrlQuery, IsValidUrlUtmCampaign, IsValidUrlUtmContent, IsValidUrlUtmCreativeFormat, IsValidUrlUtmId, IsValidUrlUtmMedium, IsValidUrlUtmSource, IsValidUrlUtmTerm, IsValidUserConsent, IsValidUserEmail, IsValidUserMessage, IsValidUserPhone, IsValidUserPhoneRequired, IsValidUserRole, IsValidUserTitle, IsValidUserTitleRequired, IsValidUsername, IsValidUtmCampaignKeyName, IsValidUtmCampaignKeyNameOrUndefined, IsValidUtmLink, IsValidValue, type KeenSliderOrigin, type KeenSliderSliderSlides, LIMIT_BLOG_POST_PAGINATION_DEFAULT_SIZE, LIMIT_BLOG_POST_PAGINATION_MAX_SIZE, LIMIT_CATEGORIES_DEFAULT_SIZE, LIMIT_CATEGORIES_MAX_SIZE, LIMIT_CLIENT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_PROJECT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_DEFAULT_SIZE, LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE, LIMIT_CLIENT_USER_PAGINATION_DEFAULT_SIZE_LIMIT, LIMIT_CLIENT_USER_PAGINATION_MAX_SIZE_LIMIT, LIMIT_LONG_STRING_MAX_LENGTH, LIMIT_MAX_DESCRIPTION, LIMIT_MAX_DESTINATION, LIMIT_MAX_DOMAIN, LIMIT_MAX_EMAIL, LIMIT_MAX_FRAGMENT, LIMIT_MAX_PASSWORD, LIMIT_MAX_PATH, LIMIT_MAX_PROVIDER, LIMIT_MAX_QUERY, LIMIT_MAX_USERNAME, LIMIT_MAX_UTM_CAMPAIGN, LIMIT_MAX_UTM_CONTENT, LIMIT_MAX_UTM_CREATIVE_FORMAT, LIMIT_MAX_UTM_ID, LIMIT_MAX_UTM_MEDIUM, LIMIT_MAX_UTM_SOURCE, LIMIT_MAX_UTM_TERM, LIMIT_MEDIUM_STRING_MAX_LENGTH, LIMIT_MIN_DESTINATION, LIMIT_MIN_DOMAIN, LIMIT_MIN_EMAIL, LIMIT_MIN_FRAGMENT, LIMIT_MIN_NAME, LIMIT_MIN_PASSWORD, LIMIT_MIN_PATH, LIMIT_MIN_QUERY, LIMIT_MIN_USERNAME, LIMIT_MIN_UTM_CAMPAIGN, LIMIT_MIN_UTM_CONTENT, LIMIT_MIN_UTM_CREATIVE_FORMAT, LIMIT_MIN_UTM_ID, LIMIT_MIN_UTM_MEDIUM, LIMIT_MIN_UTM_SOURCE, LIMIT_MIN_UTM_TERM, LIMIT_MIN_VALUE, LIMIT_PAGINATION_DEFAULT_SIZE, LIMIT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_HIGHLIGHT_PAGINATION_MAX_SIZE, LIMIT_PRODUCT_PAGINATION_DEFAULT_SIZE, LIMIT_PRODUCT_PAGINATION_MAX_SIZE, LIMIT_REDIRECT_PAGINATION_DEFAULT_SIZE, LIMIT_REDIRECT_PAGINATION_MAX_SIZE, LIMIT_SHORT_STRING_MAX_LENGTH, LIMIT_TABLE_PAGINATION_DEFAULT_SIZE, LIMIT_TAGS_DEFAULT_SIZE, LIMIT_TAGS_MAX_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_DEFAULT_SIZE, LIMIT_TEAM_MEMBER_PAGINATION_MAX_SIZE, LIMIT_TREND_PAGINATION_DEFAULT_SIZE, LIMIT_TREND_PAGINATION_MAX_SIZE, LIMIT_USER_PAGINATION_DEFAULT_SIZE, LIMIT_USER_PAGINATION_MAX_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_DEFAULT_SIZE, LIMIT_UTM_TRACKING_LINK_PAGINATION_MAX_SIZE, type LandingPageDocument, type LeadDocument, type MediaFormat, type MediaFormats, type MediaPlatformDocument, type MediaUploadDocument, type OpenGraph, type PermissionDocument, type PolicyPageDocument, type ProductDocument, type ProductHighlightDocument, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, REGEX_BRAND_COLOR_SLUG, REGEX_DOMAIN, REGEX_UTM_VALUE, type ResumeDocument, type RichTextBlock, type RichTextBlockChildren, type RoleDocument, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectClientProjects, type SConnectClientProjectsIn, type SConnectClientProjectsOut, SConnectClientReports, type SConnectClientReportsIn, type SConnectClientReportsOut, SConnectManyEntityRelation, type SConnectManyEntityRelationIn, type SConnectManyEntityRelationOut, SConnectMediaPlatforms, type SConnectMediaPlatformsIn, type SConnectMediaPlatformsOut, SConnectOneEntityRelation, type SConnectOneEntityRelationIn, type SConnectOneEntityRelationOut, SCreateClientUserDocument, SCreateClientUserDocumentRequest, SCreateLead, SCreateNewsletterSignup, SCreateResume, SCreateResumeInfo, SCreateUtmTrackingLinkDocument, type SCreateUtmTrackingLinkDocumentInput, SCreateUtmTrackingLinkParts, SDeleteClientUserDocument, SDeleteUtmTrackingLinkDocument, SDisconnectClientProjects, type SDisconnectClientProjectsIn, type SDisconnectClientProjectsOut, SDisconnectClientReports, type SDisconnectClientReportsIn, type SDisconnectClientReportsOut, SDisconnectManyEntityRelation, type SDisconnectManyEntityRelationIn, type SDisconnectManyEntityRelationOut, SDisconnectMediaPlatforms, type SDisconnectMediaPlatformsIn, type SDisconnectMediaPlatformsOut, SDisconnectOneEntityRelation, type SDisconnectOneEntityRelationIn, type SDisconnectOneEntityRelationOut, SEntityRelation, type SEntityRelationIn, type SEntityRelationOut, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, type SEntityRelationPositionIn, type SEntityRelationPositionOut, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadClientUserDocumentByDocumentId, SReadClientUserDocumentById, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUserByDocumentId, SReadUserById, SReadUtmTrackingLinkDocumentByDocumentId, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SRequestConfirmEmail, SResetUserPassword, SSetClientProjects, type SSetClientProjectsIn, type SSetClientProjectsOut, SSetClientReports, type SSetClientReportsIn, type SSetClientReportsOut, SSetManyEntityRelation, type SSetManyEntityRelationIn, type SSetManyEntityRelationOut, SSetMediaPlatforms, type SSetMediaPlatformsIn, type SSetMediaPlatformsOut, SSetOneEntityRelation, type SSetOneEntityRelationIn, type SSetOneEntityRelationOut, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateResumeInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, type SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SharedRichTextBlock, SharpSpringSignUpToDownload, type SlideContent, type SlideType, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiErrorDetail, type StrapiErrorResponse, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiListResponse, type StrapiPagination, type StrapiResponseMeta, type StrapiSingleResponse, type StrapiTextColorOptions, type StrapiThemeOptions, type TagDocument, type TeamMemberDocument, type TeamPageDocument, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UserAccountDocument, type UserAuthorizationLoginResponse, type UserAuthorizationSuccessResponse, type UserDocument, type UserWithAccountDocument, type UtmClassificationKey, type UtmMetaPageDocument, type UtmOption, type UtmSourceKey, type UtmTrackingLinkDocument, ValidGcDesiredContentOptions, ValidGcServiceOptions, ValidGcVideoServiceOptions, ValidJobRoleGroup, ValidNumberOfEmployeeOptions, ValidRatingRange5, type WebSafeFont, type WebSafeFontDisplay, type WebSafeFontMono, type WebSafeFontSans, type WebSafeFontSerif, datePlusDays, dateToday, isValidationFailure, isValidationSuccess, omitUndefined, validateAndClean };