@getcommunity/gc-validators 0.0.223 → 0.0.225
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-CFwPiPyQ.d.mts → index-BrsTvGFm.d.mts} +1810 -245
- package/dist/{index-CbEgLM4o.d.cts → index-DixG87wu.d.cts} +1810 -245
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/permissions.cjs +3 -3
- package/dist/permissions.cjs.map +1 -1
- package/dist/permissions.d.cts +1 -1
- package/dist/permissions.d.mts +1 -1
- package/dist/permissions.mjs +3 -3
- package/dist/permissions.mjs.map +1 -1
- package/dist/schemas.cjs +108 -90
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +1 -1
- package/dist/schemas.d.mts +1 -1
- package/dist/schemas.mjs +108 -90
- package/dist/schemas.mjs.map +1 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/utilities.d.cts +1 -1
- package/dist/utilities.d.mts +1 -1
- package/package.json +1 -1
|
@@ -2193,7 +2193,7 @@ type Permissions = {
|
|
|
2193
2193
|
//#endregion
|
|
2194
2194
|
//#region src/permissions/permission.utilities.d.ts
|
|
2195
2195
|
declare function hasPermission<Resource extends keyof Permissions>(user: AuthorizedUserDocument | null, permissions: ClientUserDocumentStatus, resource: Resource, action: Permissions[Resource]["action"], data?: Permissions[Resource]["dataType"]): boolean;
|
|
2196
|
-
declare function canAssignPermission<Resource extends keyof Permissions>(
|
|
2196
|
+
declare function canAssignPermission<Resource extends keyof Permissions>(userRole: RoleType, resource: Resource, action: Permissions[Resource]["action"]): boolean;
|
|
2197
2197
|
//#endregion
|
|
2198
2198
|
//#region src/schemas/blog.schemas.d.ts
|
|
2199
2199
|
declare const BlogPostSortKeys: readonly ["id", "title", "slug", "is_live", "is_featured", "is_public", "published", "createdAt", "updatedAt"];
|
|
@@ -2255,23 +2255,299 @@ declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
|
2255
2255
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2256
2256
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2257
2257
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2258
|
+
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>;
|
|
2258
2259
|
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>;
|
|
2260
|
+
readonly content_pillars: 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>;
|
|
2259
2261
|
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>;
|
|
2260
2262
|
}, undefined>;
|
|
2261
2263
|
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
2262
2264
|
declare const SCreateClientContentPillarDocument: v.ObjectSchema<{
|
|
2263
|
-
readonly client: v.
|
|
2264
|
-
|
|
2265
|
+
readonly client: v.UnionSchema<[v.ObjectSchema<{
|
|
2266
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2267
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2268
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2269
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2270
|
+
}, undefined>, v.ObjectSchema<{
|
|
2271
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2272
|
+
}, undefined>, v.ObjectSchema<{
|
|
2273
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2274
|
+
}, undefined>, v.ObjectSchema<{
|
|
2275
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2276
|
+
}, undefined>], undefined>]>, {
|
|
2277
|
+
readonly end: true;
|
|
2278
|
+
}>, undefined>;
|
|
2279
|
+
}, undefined>], undefined>], undefined>;
|
|
2280
|
+
}, undefined>, v.ObjectSchema<{
|
|
2281
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2282
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2283
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2284
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2285
|
+
}, undefined>, v.ObjectSchema<{
|
|
2286
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2287
|
+
}, undefined>, v.ObjectSchema<{
|
|
2288
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2289
|
+
}, undefined>, v.ObjectSchema<{
|
|
2290
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2291
|
+
}, undefined>], undefined>]>, {
|
|
2292
|
+
readonly end: true;
|
|
2293
|
+
}>, undefined>;
|
|
2294
|
+
}, undefined>], undefined>], undefined>;
|
|
2295
|
+
}, undefined>, v.ObjectSchema<{
|
|
2296
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2297
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2298
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2299
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2300
|
+
}, undefined>, v.ObjectSchema<{
|
|
2301
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2302
|
+
}, undefined>, v.ObjectSchema<{
|
|
2303
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2304
|
+
}, undefined>, v.ObjectSchema<{
|
|
2305
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2306
|
+
}, undefined>], undefined>]>, {
|
|
2307
|
+
readonly end: true;
|
|
2308
|
+
}>, undefined>;
|
|
2309
|
+
}, undefined>], undefined>], undefined>;
|
|
2310
|
+
}, undefined>], undefined>;
|
|
2311
|
+
readonly content_pillar: v.UnionSchema<[v.ObjectSchema<{
|
|
2312
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2313
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2314
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2315
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2316
|
+
}, undefined>, v.ObjectSchema<{
|
|
2317
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2318
|
+
}, undefined>, v.ObjectSchema<{
|
|
2319
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2320
|
+
}, undefined>, v.ObjectSchema<{
|
|
2321
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2322
|
+
}, undefined>], undefined>]>, {
|
|
2323
|
+
readonly end: true;
|
|
2324
|
+
}>, undefined>;
|
|
2325
|
+
}, undefined>], undefined>], undefined>;
|
|
2326
|
+
}, undefined>, v.ObjectSchema<{
|
|
2327
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2328
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2329
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2330
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2331
|
+
}, undefined>, v.ObjectSchema<{
|
|
2332
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2333
|
+
}, undefined>, v.ObjectSchema<{
|
|
2334
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2335
|
+
}, undefined>, v.ObjectSchema<{
|
|
2336
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2337
|
+
}, undefined>], undefined>]>, {
|
|
2338
|
+
readonly end: true;
|
|
2339
|
+
}>, undefined>;
|
|
2340
|
+
}, undefined>], undefined>], undefined>;
|
|
2341
|
+
}, undefined>, v.ObjectSchema<{
|
|
2342
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2343
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2344
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2345
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2346
|
+
}, undefined>, v.ObjectSchema<{
|
|
2347
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2348
|
+
}, undefined>, v.ObjectSchema<{
|
|
2349
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2350
|
+
}, undefined>, v.ObjectSchema<{
|
|
2351
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2352
|
+
}, undefined>], undefined>]>, {
|
|
2353
|
+
readonly end: true;
|
|
2354
|
+
}>, undefined>;
|
|
2355
|
+
}, undefined>], undefined>], undefined>;
|
|
2356
|
+
}, undefined>], undefined>;
|
|
2265
2357
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2266
2358
|
}, undefined>;
|
|
2267
2359
|
type SCreateClientContentPillarDocument = v.InferOutput<typeof SCreateClientContentPillarDocument>;
|
|
2268
2360
|
declare const SUpdateClientContentPillarDocument: v.ObjectSchema<{
|
|
2361
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2362
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2363
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2364
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2365
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2366
|
+
}, undefined>, v.ObjectSchema<{
|
|
2367
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2368
|
+
}, undefined>, v.ObjectSchema<{
|
|
2369
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2370
|
+
}, undefined>, v.ObjectSchema<{
|
|
2371
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2372
|
+
}, undefined>], undefined>]>, {
|
|
2373
|
+
readonly end: true;
|
|
2374
|
+
}>, undefined>;
|
|
2375
|
+
}, undefined>], undefined>], undefined>;
|
|
2376
|
+
}, undefined>, v.ObjectSchema<{
|
|
2377
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2378
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2379
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2380
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2381
|
+
}, undefined>, v.ObjectSchema<{
|
|
2382
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2383
|
+
}, undefined>, v.ObjectSchema<{
|
|
2384
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2385
|
+
}, undefined>, v.ObjectSchema<{
|
|
2386
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2387
|
+
}, undefined>], undefined>]>, {
|
|
2388
|
+
readonly end: true;
|
|
2389
|
+
}>, undefined>;
|
|
2390
|
+
}, undefined>], undefined>], undefined>;
|
|
2391
|
+
}, undefined>, v.ObjectSchema<{
|
|
2392
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2393
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2394
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2395
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2396
|
+
}, undefined>, v.ObjectSchema<{
|
|
2397
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2398
|
+
}, undefined>, v.ObjectSchema<{
|
|
2399
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2400
|
+
}, undefined>, v.ObjectSchema<{
|
|
2401
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2402
|
+
}, undefined>], undefined>]>, {
|
|
2403
|
+
readonly end: true;
|
|
2404
|
+
}>, undefined>;
|
|
2405
|
+
}, undefined>], undefined>], undefined>;
|
|
2406
|
+
}, undefined>], undefined>, undefined>;
|
|
2407
|
+
readonly content_pillar: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2408
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2409
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2410
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2411
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2412
|
+
}, undefined>, v.ObjectSchema<{
|
|
2413
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2414
|
+
}, undefined>, v.ObjectSchema<{
|
|
2415
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2416
|
+
}, undefined>, v.ObjectSchema<{
|
|
2417
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2418
|
+
}, undefined>], undefined>]>, {
|
|
2419
|
+
readonly end: true;
|
|
2420
|
+
}>, undefined>;
|
|
2421
|
+
}, undefined>], undefined>], undefined>;
|
|
2422
|
+
}, undefined>, v.ObjectSchema<{
|
|
2423
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2424
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2425
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2426
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2427
|
+
}, undefined>, v.ObjectSchema<{
|
|
2428
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2429
|
+
}, undefined>, v.ObjectSchema<{
|
|
2430
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2431
|
+
}, undefined>, v.ObjectSchema<{
|
|
2432
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2433
|
+
}, undefined>], undefined>]>, {
|
|
2434
|
+
readonly end: true;
|
|
2435
|
+
}>, undefined>;
|
|
2436
|
+
}, undefined>], undefined>], undefined>;
|
|
2437
|
+
}, undefined>, v.ObjectSchema<{
|
|
2438
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2439
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2440
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2441
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2442
|
+
}, undefined>, v.ObjectSchema<{
|
|
2443
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2444
|
+
}, undefined>, v.ObjectSchema<{
|
|
2445
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2446
|
+
}, undefined>, v.ObjectSchema<{
|
|
2447
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2448
|
+
}, undefined>], undefined>]>, {
|
|
2449
|
+
readonly end: true;
|
|
2450
|
+
}>, undefined>;
|
|
2451
|
+
}, undefined>], undefined>], undefined>;
|
|
2452
|
+
}, undefined>], undefined>, undefined>;
|
|
2269
2453
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2270
2454
|
}, undefined>;
|
|
2271
2455
|
type SUpdateClientContentPillarDocument = v.InferOutput<typeof SUpdateClientContentPillarDocument>;
|
|
2272
2456
|
declare const SUpdateClientContentPillarDocumentRequest: v.ObjectSchema<{
|
|
2273
2457
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2274
2458
|
readonly data: v.ObjectSchema<{
|
|
2459
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2460
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2461
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2462
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2463
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2464
|
+
}, undefined>, v.ObjectSchema<{
|
|
2465
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2466
|
+
}, undefined>, v.ObjectSchema<{
|
|
2467
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2468
|
+
}, undefined>, v.ObjectSchema<{
|
|
2469
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2470
|
+
}, undefined>], undefined>]>, {
|
|
2471
|
+
readonly end: true;
|
|
2472
|
+
}>, undefined>;
|
|
2473
|
+
}, undefined>], undefined>], undefined>;
|
|
2474
|
+
}, undefined>, v.ObjectSchema<{
|
|
2475
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2476
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2477
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2478
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2479
|
+
}, undefined>, v.ObjectSchema<{
|
|
2480
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2481
|
+
}, undefined>, v.ObjectSchema<{
|
|
2482
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2483
|
+
}, undefined>, v.ObjectSchema<{
|
|
2484
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2485
|
+
}, undefined>], undefined>]>, {
|
|
2486
|
+
readonly end: true;
|
|
2487
|
+
}>, undefined>;
|
|
2488
|
+
}, undefined>], undefined>], undefined>;
|
|
2489
|
+
}, undefined>, v.ObjectSchema<{
|
|
2490
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2491
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2492
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2493
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2494
|
+
}, undefined>, v.ObjectSchema<{
|
|
2495
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2496
|
+
}, undefined>, v.ObjectSchema<{
|
|
2497
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2498
|
+
}, undefined>, v.ObjectSchema<{
|
|
2499
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2500
|
+
}, undefined>], undefined>]>, {
|
|
2501
|
+
readonly end: true;
|
|
2502
|
+
}>, undefined>;
|
|
2503
|
+
}, undefined>], undefined>], undefined>;
|
|
2504
|
+
}, undefined>], undefined>, undefined>;
|
|
2505
|
+
readonly content_pillar: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2506
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2507
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2508
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2509
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2510
|
+
}, undefined>, v.ObjectSchema<{
|
|
2511
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2512
|
+
}, undefined>, v.ObjectSchema<{
|
|
2513
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2514
|
+
}, undefined>, v.ObjectSchema<{
|
|
2515
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2516
|
+
}, undefined>], undefined>]>, {
|
|
2517
|
+
readonly end: true;
|
|
2518
|
+
}>, undefined>;
|
|
2519
|
+
}, undefined>], undefined>], undefined>;
|
|
2520
|
+
}, undefined>, v.ObjectSchema<{
|
|
2521
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2522
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2523
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2524
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2525
|
+
}, undefined>, v.ObjectSchema<{
|
|
2526
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2527
|
+
}, undefined>, v.ObjectSchema<{
|
|
2528
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2529
|
+
}, undefined>, v.ObjectSchema<{
|
|
2530
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2531
|
+
}, undefined>], undefined>]>, {
|
|
2532
|
+
readonly end: true;
|
|
2533
|
+
}>, undefined>;
|
|
2534
|
+
}, undefined>], undefined>], undefined>;
|
|
2535
|
+
}, undefined>, v.ObjectSchema<{
|
|
2536
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2537
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2538
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2539
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2540
|
+
}, undefined>, v.ObjectSchema<{
|
|
2541
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2542
|
+
}, undefined>, v.ObjectSchema<{
|
|
2543
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2544
|
+
}, undefined>, v.ObjectSchema<{
|
|
2545
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2546
|
+
}, undefined>], undefined>]>, {
|
|
2547
|
+
readonly end: true;
|
|
2548
|
+
}>, undefined>;
|
|
2549
|
+
}, undefined>], undefined>], undefined>;
|
|
2550
|
+
}, undefined>], undefined>, undefined>;
|
|
2275
2551
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2276
2552
|
}, undefined>;
|
|
2277
2553
|
}, undefined>;
|
|
@@ -2286,23 +2562,299 @@ declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
|
2286
2562
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2287
2563
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2288
2564
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2565
|
+
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>;
|
|
2289
2566
|
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>;
|
|
2567
|
+
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>;
|
|
2290
2568
|
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" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt: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" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
2291
2569
|
}, undefined>;
|
|
2292
2570
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
2293
2571
|
declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2294
|
-
readonly client: v.
|
|
2295
|
-
|
|
2572
|
+
readonly client: v.UnionSchema<[v.ObjectSchema<{
|
|
2573
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2574
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2575
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2576
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2577
|
+
}, undefined>, v.ObjectSchema<{
|
|
2578
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2579
|
+
}, undefined>, v.ObjectSchema<{
|
|
2580
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2581
|
+
}, undefined>, v.ObjectSchema<{
|
|
2582
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2583
|
+
}, undefined>], undefined>]>, {
|
|
2584
|
+
readonly end: true;
|
|
2585
|
+
}>, undefined>;
|
|
2586
|
+
}, undefined>], undefined>], undefined>;
|
|
2587
|
+
}, undefined>, v.ObjectSchema<{
|
|
2588
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2589
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2590
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2591
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2592
|
+
}, undefined>, v.ObjectSchema<{
|
|
2593
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2594
|
+
}, undefined>, v.ObjectSchema<{
|
|
2595
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2596
|
+
}, undefined>, v.ObjectSchema<{
|
|
2597
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2598
|
+
}, undefined>], undefined>]>, {
|
|
2599
|
+
readonly end: true;
|
|
2600
|
+
}>, undefined>;
|
|
2601
|
+
}, undefined>], undefined>], undefined>;
|
|
2602
|
+
}, undefined>, v.ObjectSchema<{
|
|
2603
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2604
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2605
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2606
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2607
|
+
}, undefined>, v.ObjectSchema<{
|
|
2608
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2609
|
+
}, undefined>, v.ObjectSchema<{
|
|
2610
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2611
|
+
}, undefined>, v.ObjectSchema<{
|
|
2612
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2613
|
+
}, undefined>], undefined>]>, {
|
|
2614
|
+
readonly end: true;
|
|
2615
|
+
}>, undefined>;
|
|
2616
|
+
}, undefined>], undefined>], undefined>;
|
|
2617
|
+
}, undefined>], undefined>;
|
|
2618
|
+
readonly media_platform: v.UnionSchema<[v.ObjectSchema<{
|
|
2619
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2620
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2621
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2622
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2623
|
+
}, undefined>, v.ObjectSchema<{
|
|
2624
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2625
|
+
}, undefined>, v.ObjectSchema<{
|
|
2626
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2627
|
+
}, undefined>, v.ObjectSchema<{
|
|
2628
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2629
|
+
}, undefined>], undefined>]>, {
|
|
2630
|
+
readonly end: true;
|
|
2631
|
+
}>, undefined>;
|
|
2632
|
+
}, undefined>], undefined>], undefined>;
|
|
2633
|
+
}, undefined>, v.ObjectSchema<{
|
|
2634
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2635
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2636
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2637
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2638
|
+
}, undefined>, v.ObjectSchema<{
|
|
2639
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2640
|
+
}, undefined>, v.ObjectSchema<{
|
|
2641
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2642
|
+
}, undefined>, v.ObjectSchema<{
|
|
2643
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2644
|
+
}, undefined>], undefined>]>, {
|
|
2645
|
+
readonly end: true;
|
|
2646
|
+
}>, undefined>;
|
|
2647
|
+
}, undefined>], undefined>], undefined>;
|
|
2648
|
+
}, undefined>, v.ObjectSchema<{
|
|
2649
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2650
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2651
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2652
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2653
|
+
}, undefined>, v.ObjectSchema<{
|
|
2654
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2655
|
+
}, undefined>, v.ObjectSchema<{
|
|
2656
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2657
|
+
}, undefined>, v.ObjectSchema<{
|
|
2658
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2659
|
+
}, undefined>], undefined>]>, {
|
|
2660
|
+
readonly end: true;
|
|
2661
|
+
}>, undefined>;
|
|
2662
|
+
}, undefined>], undefined>], undefined>;
|
|
2663
|
+
}, undefined>], undefined>;
|
|
2296
2664
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
2297
2665
|
}, undefined>;
|
|
2298
2666
|
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
2299
2667
|
declare const SUpdateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2668
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2669
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2670
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2671
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2672
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2673
|
+
}, undefined>, v.ObjectSchema<{
|
|
2674
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2675
|
+
}, undefined>, v.ObjectSchema<{
|
|
2676
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2677
|
+
}, undefined>, v.ObjectSchema<{
|
|
2678
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2679
|
+
}, undefined>], undefined>]>, {
|
|
2680
|
+
readonly end: true;
|
|
2681
|
+
}>, undefined>;
|
|
2682
|
+
}, undefined>], undefined>], undefined>;
|
|
2683
|
+
}, undefined>, v.ObjectSchema<{
|
|
2684
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2685
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2686
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2687
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2688
|
+
}, undefined>, v.ObjectSchema<{
|
|
2689
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2690
|
+
}, undefined>, v.ObjectSchema<{
|
|
2691
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2692
|
+
}, undefined>, v.ObjectSchema<{
|
|
2693
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2694
|
+
}, undefined>], undefined>]>, {
|
|
2695
|
+
readonly end: true;
|
|
2696
|
+
}>, undefined>;
|
|
2697
|
+
}, undefined>], undefined>], undefined>;
|
|
2698
|
+
}, undefined>, v.ObjectSchema<{
|
|
2699
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2700
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2701
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2702
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2703
|
+
}, undefined>, v.ObjectSchema<{
|
|
2704
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2705
|
+
}, undefined>, v.ObjectSchema<{
|
|
2706
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2707
|
+
}, undefined>, v.ObjectSchema<{
|
|
2708
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2709
|
+
}, undefined>], undefined>]>, {
|
|
2710
|
+
readonly end: true;
|
|
2711
|
+
}>, undefined>;
|
|
2712
|
+
}, undefined>], undefined>], undefined>;
|
|
2713
|
+
}, undefined>], undefined>, undefined>;
|
|
2714
|
+
readonly media_platform: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2715
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2716
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2717
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2718
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2719
|
+
}, undefined>, v.ObjectSchema<{
|
|
2720
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2721
|
+
}, undefined>, v.ObjectSchema<{
|
|
2722
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2723
|
+
}, undefined>, v.ObjectSchema<{
|
|
2724
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2725
|
+
}, undefined>], undefined>]>, {
|
|
2726
|
+
readonly end: true;
|
|
2727
|
+
}>, undefined>;
|
|
2728
|
+
}, undefined>], undefined>], undefined>;
|
|
2729
|
+
}, undefined>, v.ObjectSchema<{
|
|
2730
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2731
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2732
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2733
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2734
|
+
}, undefined>, v.ObjectSchema<{
|
|
2735
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2736
|
+
}, undefined>, v.ObjectSchema<{
|
|
2737
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2738
|
+
}, undefined>, v.ObjectSchema<{
|
|
2739
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2740
|
+
}, undefined>], undefined>]>, {
|
|
2741
|
+
readonly end: true;
|
|
2742
|
+
}>, undefined>;
|
|
2743
|
+
}, undefined>], undefined>], undefined>;
|
|
2744
|
+
}, undefined>, v.ObjectSchema<{
|
|
2745
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2746
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2747
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2748
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2749
|
+
}, undefined>, v.ObjectSchema<{
|
|
2750
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2751
|
+
}, undefined>, v.ObjectSchema<{
|
|
2752
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2753
|
+
}, undefined>, v.ObjectSchema<{
|
|
2754
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2755
|
+
}, undefined>], undefined>]>, {
|
|
2756
|
+
readonly end: true;
|
|
2757
|
+
}>, undefined>;
|
|
2758
|
+
}, undefined>], undefined>], undefined>;
|
|
2759
|
+
}, undefined>], undefined>, undefined>;
|
|
2300
2760
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2301
2761
|
}, undefined>;
|
|
2302
2762
|
type SUpdateClientMediaPlatformDocument = v.InferOutput<typeof SUpdateClientMediaPlatformDocument>;
|
|
2303
2763
|
declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
2304
2764
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2305
2765
|
readonly data: v.ObjectSchema<{
|
|
2766
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2767
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2768
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2769
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2770
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2771
|
+
}, undefined>, v.ObjectSchema<{
|
|
2772
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2773
|
+
}, undefined>, v.ObjectSchema<{
|
|
2774
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2775
|
+
}, undefined>, v.ObjectSchema<{
|
|
2776
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2777
|
+
}, undefined>], undefined>]>, {
|
|
2778
|
+
readonly end: true;
|
|
2779
|
+
}>, undefined>;
|
|
2780
|
+
}, undefined>], undefined>], undefined>;
|
|
2781
|
+
}, undefined>, v.ObjectSchema<{
|
|
2782
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2783
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2784
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2785
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2786
|
+
}, undefined>, v.ObjectSchema<{
|
|
2787
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2788
|
+
}, undefined>, v.ObjectSchema<{
|
|
2789
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2790
|
+
}, undefined>, v.ObjectSchema<{
|
|
2791
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2792
|
+
}, undefined>], undefined>]>, {
|
|
2793
|
+
readonly end: true;
|
|
2794
|
+
}>, undefined>;
|
|
2795
|
+
}, undefined>], undefined>], undefined>;
|
|
2796
|
+
}, undefined>, v.ObjectSchema<{
|
|
2797
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2798
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2799
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2800
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2801
|
+
}, undefined>, v.ObjectSchema<{
|
|
2802
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2803
|
+
}, undefined>, v.ObjectSchema<{
|
|
2804
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2805
|
+
}, undefined>, v.ObjectSchema<{
|
|
2806
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2807
|
+
}, undefined>], undefined>]>, {
|
|
2808
|
+
readonly end: true;
|
|
2809
|
+
}>, undefined>;
|
|
2810
|
+
}, undefined>], undefined>], undefined>;
|
|
2811
|
+
}, undefined>], undefined>, undefined>;
|
|
2812
|
+
readonly media_platform: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2813
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2814
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2815
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2816
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2817
|
+
}, undefined>, v.ObjectSchema<{
|
|
2818
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2819
|
+
}, undefined>, v.ObjectSchema<{
|
|
2820
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2821
|
+
}, undefined>, v.ObjectSchema<{
|
|
2822
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2823
|
+
}, undefined>], undefined>]>, {
|
|
2824
|
+
readonly end: true;
|
|
2825
|
+
}>, undefined>;
|
|
2826
|
+
}, undefined>], undefined>], undefined>;
|
|
2827
|
+
}, undefined>, v.ObjectSchema<{
|
|
2828
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2829
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2830
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2831
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2832
|
+
}, undefined>, v.ObjectSchema<{
|
|
2833
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2834
|
+
}, undefined>, v.ObjectSchema<{
|
|
2835
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2836
|
+
}, undefined>, v.ObjectSchema<{
|
|
2837
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2838
|
+
}, undefined>], undefined>]>, {
|
|
2839
|
+
readonly end: true;
|
|
2840
|
+
}>, undefined>;
|
|
2841
|
+
}, undefined>], undefined>], undefined>;
|
|
2842
|
+
}, undefined>, v.ObjectSchema<{
|
|
2843
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
2844
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2845
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
2846
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2847
|
+
}, undefined>, v.ObjectSchema<{
|
|
2848
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2849
|
+
}, undefined>, v.ObjectSchema<{
|
|
2850
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
2851
|
+
}, undefined>, v.ObjectSchema<{
|
|
2852
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
2853
|
+
}, undefined>], undefined>]>, {
|
|
2854
|
+
readonly end: true;
|
|
2855
|
+
}>, undefined>;
|
|
2856
|
+
}, undefined>], undefined>], undefined>;
|
|
2857
|
+
}, undefined>], undefined>, undefined>;
|
|
2306
2858
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2307
2859
|
}, undefined>;
|
|
2308
2860
|
}, undefined>;
|
|
@@ -2426,6 +2978,12 @@ declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
|
2426
2978
|
}, undefined>;
|
|
2427
2979
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
2428
2980
|
declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
2981
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2982
|
+
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>]>]>;
|
|
2983
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
2984
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2985
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2986
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2429
2987
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2430
2988
|
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<{
|
|
2431
2989
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -2527,15 +3085,15 @@ declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
|
2527
3085
|
} | undefined;
|
|
2528
3086
|
})[], 1, undefined>]>;
|
|
2529
3087
|
}, undefined>], undefined>, undefined>;
|
|
2530
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2531
|
-
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>]>]>;
|
|
2532
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
2533
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2534
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2535
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2536
3088
|
}, undefined>;
|
|
2537
3089
|
type SCreateClientReportDocument = v.InferOutput<typeof SCreateClientReportDocument>;
|
|
2538
3090
|
declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
3091
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3092
|
+
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>;
|
|
3093
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3094
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3095
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3096
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2539
3097
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2540
3098
|
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<{
|
|
2541
3099
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -2637,17 +3195,17 @@ declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
|
2637
3195
|
} | undefined;
|
|
2638
3196
|
})[], 1, undefined>]>;
|
|
2639
3197
|
}, undefined>], undefined>, undefined>;
|
|
2640
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2641
|
-
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>;
|
|
2642
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2643
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2644
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2645
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2646
3198
|
}, undefined>;
|
|
2647
3199
|
type SUpdateClientReportDocument = v.InferOutput<typeof SUpdateClientReportDocument>;
|
|
2648
3200
|
declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
2649
3201
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2650
3202
|
readonly data: v.ObjectSchema<{
|
|
3203
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3204
|
+
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>;
|
|
3205
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3206
|
+
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3207
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3208
|
+
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2651
3209
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2652
3210
|
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<{
|
|
2653
3211
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -2749,12 +3307,6 @@ declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
|
2749
3307
|
} | undefined;
|
|
2750
3308
|
})[], 1, undefined>]>;
|
|
2751
3309
|
}, undefined>], undefined>, undefined>;
|
|
2752
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2753
|
-
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>;
|
|
2754
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2755
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2756
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2757
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2758
3310
|
}, undefined>;
|
|
2759
3311
|
}, undefined>;
|
|
2760
3312
|
type SUpdateClientReportDocumentRequest = v.InferOutput<typeof SUpdateClientReportDocumentRequest>;
|
|
@@ -2769,27 +3321,163 @@ declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
|
|
|
2769
3321
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2770
3322
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2771
3323
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3324
|
+
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>;
|
|
2772
3325
|
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>;
|
|
2773
3326
|
}, undefined>;
|
|
2774
3327
|
type QueryStrapiSearchClientStyleguide = v.InferOutput<typeof QueryStrapiSearchClientStyleguide>;
|
|
2775
3328
|
declare const SCreateClientStyleguideDocument: v.ObjectSchema<{
|
|
2776
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2777
3329
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2778
3330
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
3331
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3332
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3333
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3334
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3335
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3336
|
+
}, undefined>, v.ObjectSchema<{
|
|
3337
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3338
|
+
}, undefined>, v.ObjectSchema<{
|
|
3339
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3340
|
+
}, undefined>, v.ObjectSchema<{
|
|
3341
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3342
|
+
}, undefined>], undefined>]>, {
|
|
3343
|
+
readonly end: true;
|
|
3344
|
+
}>, undefined>;
|
|
3345
|
+
}, undefined>], undefined>], undefined>;
|
|
3346
|
+
}, undefined>, v.ObjectSchema<{
|
|
3347
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3348
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3349
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3350
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3351
|
+
}, undefined>, v.ObjectSchema<{
|
|
3352
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3353
|
+
}, undefined>, v.ObjectSchema<{
|
|
3354
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3355
|
+
}, undefined>, v.ObjectSchema<{
|
|
3356
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3357
|
+
}, undefined>], undefined>]>, {
|
|
3358
|
+
readonly end: true;
|
|
3359
|
+
}>, undefined>;
|
|
3360
|
+
}, undefined>], undefined>], undefined>;
|
|
3361
|
+
}, undefined>, v.ObjectSchema<{
|
|
3362
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3363
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3364
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3365
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3366
|
+
}, undefined>, v.ObjectSchema<{
|
|
3367
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3368
|
+
}, undefined>, v.ObjectSchema<{
|
|
3369
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3370
|
+
}, undefined>, v.ObjectSchema<{
|
|
3371
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3372
|
+
}, undefined>], undefined>]>, {
|
|
3373
|
+
readonly end: true;
|
|
3374
|
+
}>, undefined>;
|
|
3375
|
+
}, undefined>], undefined>], undefined>;
|
|
3376
|
+
}, undefined>], undefined>, undefined>;
|
|
2779
3377
|
}, undefined>;
|
|
2780
3378
|
type SCreateClientStyleguideDocument = v.InferOutput<typeof SCreateClientStyleguideDocument>;
|
|
2781
3379
|
declare const SUpdateClientStyleguideDocument: v.ObjectSchema<{
|
|
2782
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2783
3380
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2784
3381
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3382
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3383
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3384
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3385
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3386
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3387
|
+
}, undefined>, v.ObjectSchema<{
|
|
3388
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3389
|
+
}, undefined>, v.ObjectSchema<{
|
|
3390
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3391
|
+
}, undefined>, v.ObjectSchema<{
|
|
3392
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3393
|
+
}, undefined>], undefined>]>, {
|
|
3394
|
+
readonly end: true;
|
|
3395
|
+
}>, undefined>;
|
|
3396
|
+
}, undefined>], undefined>], undefined>;
|
|
3397
|
+
}, undefined>, v.ObjectSchema<{
|
|
3398
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3399
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3400
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3401
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3402
|
+
}, undefined>, v.ObjectSchema<{
|
|
3403
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3404
|
+
}, undefined>, v.ObjectSchema<{
|
|
3405
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3406
|
+
}, undefined>, v.ObjectSchema<{
|
|
3407
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3408
|
+
}, undefined>], undefined>]>, {
|
|
3409
|
+
readonly end: true;
|
|
3410
|
+
}>, undefined>;
|
|
3411
|
+
}, undefined>], undefined>], undefined>;
|
|
3412
|
+
}, undefined>, v.ObjectSchema<{
|
|
3413
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3414
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3415
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3416
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3417
|
+
}, undefined>, v.ObjectSchema<{
|
|
3418
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3419
|
+
}, undefined>, v.ObjectSchema<{
|
|
3420
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3421
|
+
}, undefined>, v.ObjectSchema<{
|
|
3422
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3423
|
+
}, undefined>], undefined>]>, {
|
|
3424
|
+
readonly end: true;
|
|
3425
|
+
}>, undefined>;
|
|
3426
|
+
}, undefined>], undefined>], undefined>;
|
|
3427
|
+
}, undefined>], undefined>, undefined>;
|
|
2785
3428
|
}, undefined>;
|
|
2786
3429
|
type SUpdateClientStyleguideDocument = v.InferOutput<typeof SUpdateClientStyleguideDocument>;
|
|
2787
3430
|
declare const SUpdateClientStyleguideDocumentRequest: v.ObjectSchema<{
|
|
2788
3431
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2789
3432
|
readonly data: v.ObjectSchema<{
|
|
2790
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2791
3433
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2792
3434
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3435
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3436
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3437
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3438
|
+
readonly position: v.OptionalSchema<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
|
+
}>, undefined>;
|
|
3449
|
+
}, undefined>], undefined>], undefined>;
|
|
3450
|
+
}, undefined>, v.ObjectSchema<{
|
|
3451
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, 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>], undefined>], undefined>;
|
|
3465
|
+
}, undefined>, v.ObjectSchema<{
|
|
3466
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3467
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3468
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3469
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3470
|
+
}, undefined>, v.ObjectSchema<{
|
|
3471
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3472
|
+
}, undefined>, v.ObjectSchema<{
|
|
3473
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3474
|
+
}, undefined>, v.ObjectSchema<{
|
|
3475
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3476
|
+
}, undefined>], undefined>]>, {
|
|
3477
|
+
readonly end: true;
|
|
3478
|
+
}>, undefined>;
|
|
3479
|
+
}, undefined>], undefined>], undefined>;
|
|
3480
|
+
}, undefined>], undefined>, undefined>;
|
|
2793
3481
|
}, undefined>;
|
|
2794
3482
|
}, undefined>;
|
|
2795
3483
|
type SUpdateClientStyleguideDocumentRequest = v.InferOutput<typeof SUpdateClientStyleguideDocumentRequest>;
|
|
@@ -3031,6 +3719,7 @@ declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
|
3031
3719
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3032
3720
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3033
3721
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3722
|
+
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>;
|
|
3034
3723
|
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>;
|
|
3035
3724
|
}, undefined>;
|
|
3036
3725
|
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
@@ -3038,12 +3727,104 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
|
|
|
3038
3727
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3039
3728
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
3040
3729
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3730
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3731
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3732
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3733
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3734
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3735
|
+
}, undefined>, v.ObjectSchema<{
|
|
3736
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3737
|
+
}, undefined>, v.ObjectSchema<{
|
|
3738
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3739
|
+
}, undefined>, v.ObjectSchema<{
|
|
3740
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3741
|
+
}, undefined>], undefined>]>, {
|
|
3742
|
+
readonly end: true;
|
|
3743
|
+
}>, undefined>;
|
|
3744
|
+
}, undefined>], undefined>], undefined>;
|
|
3745
|
+
}, undefined>, v.ObjectSchema<{
|
|
3746
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3747
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3748
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3749
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3750
|
+
}, undefined>, v.ObjectSchema<{
|
|
3751
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3752
|
+
}, undefined>, v.ObjectSchema<{
|
|
3753
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3754
|
+
}, undefined>, v.ObjectSchema<{
|
|
3755
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3756
|
+
}, undefined>], undefined>]>, {
|
|
3757
|
+
readonly end: true;
|
|
3758
|
+
}>, undefined>;
|
|
3759
|
+
}, undefined>], undefined>], undefined>;
|
|
3760
|
+
}, undefined>, v.ObjectSchema<{
|
|
3761
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3762
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3763
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3764
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3765
|
+
}, undefined>, v.ObjectSchema<{
|
|
3766
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3767
|
+
}, undefined>, v.ObjectSchema<{
|
|
3768
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3769
|
+
}, undefined>, v.ObjectSchema<{
|
|
3770
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3771
|
+
}, undefined>], undefined>]>, {
|
|
3772
|
+
readonly end: true;
|
|
3773
|
+
}>, undefined>;
|
|
3774
|
+
}, undefined>], undefined>], undefined>;
|
|
3775
|
+
}, undefined>], undefined>, undefined>;
|
|
3041
3776
|
}, undefined>;
|
|
3042
3777
|
type SCreateContentPillarDocument = v.InferOutput<typeof SCreateContentPillarDocument>;
|
|
3043
3778
|
declare const SUpdateContentPillarDocument: v.ObjectSchema<{
|
|
3044
3779
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3045
3780
|
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>;
|
|
3046
3781
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3782
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3783
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3784
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3785
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3786
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3787
|
+
}, undefined>, v.ObjectSchema<{
|
|
3788
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3789
|
+
}, undefined>, v.ObjectSchema<{
|
|
3790
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3791
|
+
}, undefined>, v.ObjectSchema<{
|
|
3792
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3793
|
+
}, undefined>], undefined>]>, {
|
|
3794
|
+
readonly end: true;
|
|
3795
|
+
}>, undefined>;
|
|
3796
|
+
}, undefined>], undefined>], undefined>;
|
|
3797
|
+
}, undefined>, v.ObjectSchema<{
|
|
3798
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, 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 position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3801
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3802
|
+
}, undefined>, v.ObjectSchema<{
|
|
3803
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3804
|
+
}, undefined>, v.ObjectSchema<{
|
|
3805
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3806
|
+
}, undefined>, v.ObjectSchema<{
|
|
3807
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3808
|
+
}, undefined>], undefined>]>, {
|
|
3809
|
+
readonly end: true;
|
|
3810
|
+
}>, undefined>;
|
|
3811
|
+
}, undefined>], undefined>], undefined>;
|
|
3812
|
+
}, undefined>, v.ObjectSchema<{
|
|
3813
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3814
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3815
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3816
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3817
|
+
}, undefined>, v.ObjectSchema<{
|
|
3818
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3819
|
+
}, undefined>, v.ObjectSchema<{
|
|
3820
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3821
|
+
}, undefined>, v.ObjectSchema<{
|
|
3822
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3823
|
+
}, undefined>], undefined>]>, {
|
|
3824
|
+
readonly end: true;
|
|
3825
|
+
}>, undefined>;
|
|
3826
|
+
}, undefined>], undefined>], undefined>;
|
|
3827
|
+
}, undefined>], undefined>, undefined>;
|
|
3047
3828
|
}, undefined>;
|
|
3048
3829
|
type SUpdateContentPillarDocument = v.InferOutput<typeof SUpdateContentPillarDocument>;
|
|
3049
3830
|
declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
@@ -3052,10 +3833,95 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
3052
3833
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3053
3834
|
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>;
|
|
3054
3835
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3836
|
+
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3837
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3838
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3839
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3840
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3841
|
+
}, undefined>, v.ObjectSchema<{
|
|
3842
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3843
|
+
}, undefined>, v.ObjectSchema<{
|
|
3844
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3845
|
+
}, undefined>, v.ObjectSchema<{
|
|
3846
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3847
|
+
}, undefined>], undefined>]>, {
|
|
3848
|
+
readonly end: true;
|
|
3849
|
+
}>, undefined>;
|
|
3850
|
+
}, undefined>], undefined>], undefined>;
|
|
3851
|
+
}, undefined>, v.ObjectSchema<{
|
|
3852
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3853
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3854
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3855
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3856
|
+
}, undefined>, v.ObjectSchema<{
|
|
3857
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3858
|
+
}, undefined>, v.ObjectSchema<{
|
|
3859
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3860
|
+
}, undefined>, v.ObjectSchema<{
|
|
3861
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3862
|
+
}, undefined>], undefined>]>, {
|
|
3863
|
+
readonly end: true;
|
|
3864
|
+
}>, undefined>;
|
|
3865
|
+
}, undefined>], undefined>], undefined>;
|
|
3866
|
+
}, undefined>, v.ObjectSchema<{
|
|
3867
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3868
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3869
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
3870
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3871
|
+
}, undefined>, v.ObjectSchema<{
|
|
3872
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3873
|
+
}, undefined>, v.ObjectSchema<{
|
|
3874
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
3875
|
+
}, undefined>, v.ObjectSchema<{
|
|
3876
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
3877
|
+
}, undefined>], undefined>]>, {
|
|
3878
|
+
readonly end: true;
|
|
3879
|
+
}>, undefined>;
|
|
3880
|
+
}, undefined>], undefined>], undefined>;
|
|
3881
|
+
}, undefined>], undefined>, undefined>;
|
|
3055
3882
|
}, undefined>;
|
|
3056
3883
|
}, undefined>;
|
|
3057
3884
|
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
3058
3885
|
//#endregion
|
|
3886
|
+
//#region src/schemas/core-generic.schemas.d.ts
|
|
3887
|
+
declare const EntitySortKeys: readonly ["id", "createdAt", "updatedAt"];
|
|
3888
|
+
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>;
|
|
3889
|
+
type QuerySortEntities = v.InferOutput<typeof QuerySortEntities>;
|
|
3890
|
+
declare const QueryStrapiPaginated: v.ObjectSchema<{
|
|
3891
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3892
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3893
|
+
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>;
|
|
3894
|
+
}, undefined>;
|
|
3895
|
+
type QueryStrapiPaginated = v.InferOutput<typeof QueryStrapiPaginated>;
|
|
3896
|
+
declare const QueryStrapiById: v.ObjectSchema<{
|
|
3897
|
+
readonly id: v.NumberSchema<undefined>;
|
|
3898
|
+
}, undefined>;
|
|
3899
|
+
type QueryStrapiById = v.InferOutput<typeof QueryStrapiById>;
|
|
3900
|
+
declare const QueryStrapiByDocumentId: v.ObjectSchema<{
|
|
3901
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3902
|
+
}, undefined>;
|
|
3903
|
+
type QueryStrapiByDocumentId = v.InferOutput<typeof QueryStrapiByDocumentId>;
|
|
3904
|
+
declare const QueryStrapiBySlug: v.ObjectSchema<{
|
|
3905
|
+
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3906
|
+
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>;
|
|
3907
|
+
}, undefined>;
|
|
3908
|
+
type QueryStrapiBySlug = v.InferOutput<typeof QueryStrapiBySlug>;
|
|
3909
|
+
declare const QueryStrapiByEmail: v.ObjectSchema<{
|
|
3910
|
+
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3911
|
+
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>;
|
|
3912
|
+
}, undefined>;
|
|
3913
|
+
type QueryStrapiByEmail = v.InferOutput<typeof QueryStrapiByEmail>;
|
|
3914
|
+
declare const QueryStrapiByPhone: v.ObjectSchema<{
|
|
3915
|
+
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.">]>;
|
|
3916
|
+
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>;
|
|
3917
|
+
}, undefined>;
|
|
3918
|
+
type QueryStrapiByPhone = v.InferOutput<typeof QueryStrapiByPhone>;
|
|
3919
|
+
declare const QueryStrapiByName: v.ObjectSchema<{
|
|
3920
|
+
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3921
|
+
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>;
|
|
3922
|
+
}, undefined>;
|
|
3923
|
+
type QueryStrapiByName = v.InferOutput<typeof QueryStrapiByName>;
|
|
3924
|
+
//#endregion
|
|
3059
3925
|
//#region src/schemas/core-relations.schemas.d.ts
|
|
3060
3926
|
declare const SEntityRelation: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
3061
3927
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -3487,7 +4353,52 @@ declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
3487
4353
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3488
4354
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3489
4355
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
3490
|
-
readonly gcflytour: v.
|
|
4356
|
+
readonly gcflytour: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4357
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4358
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4359
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4360
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4361
|
+
}, undefined>, v.ObjectSchema<{
|
|
4362
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4363
|
+
}, undefined>, v.ObjectSchema<{
|
|
4364
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4365
|
+
}, undefined>, v.ObjectSchema<{
|
|
4366
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4367
|
+
}, undefined>], undefined>]>, {
|
|
4368
|
+
readonly end: true;
|
|
4369
|
+
}>, undefined>;
|
|
4370
|
+
}, undefined>], undefined>], undefined>;
|
|
4371
|
+
}, undefined>, v.ObjectSchema<{
|
|
4372
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4373
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4374
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4375
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4376
|
+
}, undefined>, v.ObjectSchema<{
|
|
4377
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4378
|
+
}, undefined>, v.ObjectSchema<{
|
|
4379
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4380
|
+
}, undefined>, v.ObjectSchema<{
|
|
4381
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4382
|
+
}, undefined>], undefined>]>, {
|
|
4383
|
+
readonly end: true;
|
|
4384
|
+
}>, undefined>;
|
|
4385
|
+
}, undefined>], undefined>], undefined>;
|
|
4386
|
+
}, undefined>, v.ObjectSchema<{
|
|
4387
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4388
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4389
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4390
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4391
|
+
}, undefined>, v.ObjectSchema<{
|
|
4392
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4393
|
+
}, undefined>, v.ObjectSchema<{
|
|
4394
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4395
|
+
}, undefined>, v.ObjectSchema<{
|
|
4396
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4397
|
+
}, undefined>], undefined>]>, {
|
|
4398
|
+
readonly end: true;
|
|
4399
|
+
}>, undefined>;
|
|
4400
|
+
}, undefined>], undefined>], undefined>;
|
|
4401
|
+
}, undefined>], undefined>, undefined>;
|
|
3491
4402
|
}, undefined>;
|
|
3492
4403
|
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
3493
4404
|
declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
@@ -3496,7 +4407,52 @@ declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
3496
4407
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3497
4408
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3498
4409
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3499
|
-
readonly gcflytour: v.OptionalSchema<v.
|
|
4410
|
+
readonly gcflytour: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4411
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4412
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4413
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4414
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4415
|
+
}, undefined>, v.ObjectSchema<{
|
|
4416
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4417
|
+
}, undefined>, v.ObjectSchema<{
|
|
4418
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4419
|
+
}, undefined>, v.ObjectSchema<{
|
|
4420
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4421
|
+
}, undefined>], undefined>]>, {
|
|
4422
|
+
readonly end: true;
|
|
4423
|
+
}>, undefined>;
|
|
4424
|
+
}, undefined>], undefined>], undefined>;
|
|
4425
|
+
}, undefined>, v.ObjectSchema<{
|
|
4426
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4427
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4428
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4429
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4430
|
+
}, undefined>, v.ObjectSchema<{
|
|
4431
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4432
|
+
}, undefined>, v.ObjectSchema<{
|
|
4433
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4434
|
+
}, undefined>, v.ObjectSchema<{
|
|
4435
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4436
|
+
}, undefined>], undefined>]>, {
|
|
4437
|
+
readonly end: true;
|
|
4438
|
+
}>, undefined>;
|
|
4439
|
+
}, undefined>], undefined>], undefined>;
|
|
4440
|
+
}, undefined>, v.ObjectSchema<{
|
|
4441
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4442
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4443
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4444
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4445
|
+
}, undefined>, v.ObjectSchema<{
|
|
4446
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4447
|
+
}, undefined>, v.ObjectSchema<{
|
|
4448
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4449
|
+
}, undefined>, v.ObjectSchema<{
|
|
4450
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4451
|
+
}, undefined>], undefined>]>, {
|
|
4452
|
+
readonly end: true;
|
|
4453
|
+
}>, undefined>;
|
|
4454
|
+
}, undefined>], undefined>], undefined>;
|
|
4455
|
+
}, undefined>], undefined>, undefined>;
|
|
3500
4456
|
}, undefined>;
|
|
3501
4457
|
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
3502
4458
|
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
@@ -3507,7 +4463,52 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
3507
4463
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3508
4464
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3509
4465
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3510
|
-
readonly gcflytour: v.OptionalSchema<v.
|
|
4466
|
+
readonly gcflytour: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4467
|
+
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4468
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4469
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4470
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4471
|
+
}, undefined>, v.ObjectSchema<{
|
|
4472
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4473
|
+
}, undefined>, v.ObjectSchema<{
|
|
4474
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4475
|
+
}, undefined>, v.ObjectSchema<{
|
|
4476
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4477
|
+
}, undefined>], undefined>]>, {
|
|
4478
|
+
readonly end: true;
|
|
4479
|
+
}>, undefined>;
|
|
4480
|
+
}, undefined>], undefined>], undefined>;
|
|
4481
|
+
}, undefined>, v.ObjectSchema<{
|
|
4482
|
+
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4483
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4484
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4485
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4486
|
+
}, undefined>, v.ObjectSchema<{
|
|
4487
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4488
|
+
}, undefined>, v.ObjectSchema<{
|
|
4489
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4490
|
+
}, undefined>, v.ObjectSchema<{
|
|
4491
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4492
|
+
}, undefined>], undefined>]>, {
|
|
4493
|
+
readonly end: true;
|
|
4494
|
+
}>, undefined>;
|
|
4495
|
+
}, undefined>], undefined>], undefined>;
|
|
4496
|
+
}, undefined>, v.ObjectSchema<{
|
|
4497
|
+
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
4498
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4499
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4500
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4501
|
+
}, undefined>, v.ObjectSchema<{
|
|
4502
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4503
|
+
}, undefined>, v.ObjectSchema<{
|
|
4504
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4505
|
+
}, undefined>, v.ObjectSchema<{
|
|
4506
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4507
|
+
}, undefined>], undefined>]>, {
|
|
4508
|
+
readonly end: true;
|
|
4509
|
+
}>, undefined>;
|
|
4510
|
+
}, undefined>], undefined>], undefined>;
|
|
4511
|
+
}, undefined>], undefined>, undefined>;
|
|
3511
4512
|
}, undefined>;
|
|
3512
4513
|
}, undefined>;
|
|
3513
4514
|
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
@@ -3634,6 +4635,107 @@ declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
3634
4635
|
} | undefined;
|
|
3635
4636
|
})[], 1, undefined>]>;
|
|
3636
4637
|
}, undefined>], undefined>, undefined>;
|
|
4638
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4639
|
+
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<{
|
|
4640
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4641
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4642
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4643
|
+
}, undefined>, v.ObjectSchema<{
|
|
4644
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4645
|
+
}, undefined>, v.ObjectSchema<{
|
|
4646
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4647
|
+
}, undefined>, v.ObjectSchema<{
|
|
4648
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4649
|
+
}, undefined>], undefined>]>, {
|
|
4650
|
+
readonly end: true;
|
|
4651
|
+
}>, undefined>;
|
|
4652
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4653
|
+
documentId: string;
|
|
4654
|
+
position?: {
|
|
4655
|
+
before: string;
|
|
4656
|
+
} | {
|
|
4657
|
+
after: string;
|
|
4658
|
+
} | {
|
|
4659
|
+
start: boolean;
|
|
4660
|
+
} | {
|
|
4661
|
+
end: boolean;
|
|
4662
|
+
} | undefined;
|
|
4663
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
4664
|
+
documentId: string;
|
|
4665
|
+
position?: {
|
|
4666
|
+
before: string;
|
|
4667
|
+
} | {
|
|
4668
|
+
after: string;
|
|
4669
|
+
} | {
|
|
4670
|
+
start: boolean;
|
|
4671
|
+
} | {
|
|
4672
|
+
end: boolean;
|
|
4673
|
+
} | undefined;
|
|
4674
|
+
})[], 100, undefined>]>;
|
|
4675
|
+
}, undefined>, v.ObjectSchema<{
|
|
4676
|
+
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<{
|
|
4677
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4678
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4679
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4680
|
+
}, undefined>, v.ObjectSchema<{
|
|
4681
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4682
|
+
}, undefined>, v.ObjectSchema<{
|
|
4683
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4684
|
+
}, undefined>, v.ObjectSchema<{
|
|
4685
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4686
|
+
}, undefined>], undefined>]>, {
|
|
4687
|
+
readonly end: true;
|
|
4688
|
+
}>, undefined>;
|
|
4689
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4690
|
+
documentId: string;
|
|
4691
|
+
position?: {
|
|
4692
|
+
before: string;
|
|
4693
|
+
} | {
|
|
4694
|
+
after: string;
|
|
4695
|
+
} | {
|
|
4696
|
+
start: boolean;
|
|
4697
|
+
} | {
|
|
4698
|
+
end: boolean;
|
|
4699
|
+
} | undefined;
|
|
4700
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
4701
|
+
documentId: string;
|
|
4702
|
+
position?: {
|
|
4703
|
+
before: string;
|
|
4704
|
+
} | {
|
|
4705
|
+
after: string;
|
|
4706
|
+
} | {
|
|
4707
|
+
start: boolean;
|
|
4708
|
+
} | {
|
|
4709
|
+
end: boolean;
|
|
4710
|
+
} | undefined;
|
|
4711
|
+
})[], 100, undefined>]>;
|
|
4712
|
+
}, undefined>, v.ObjectSchema<{
|
|
4713
|
+
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<{
|
|
4714
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4715
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4716
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4717
|
+
}, undefined>, v.ObjectSchema<{
|
|
4718
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4719
|
+
}, undefined>, v.ObjectSchema<{
|
|
4720
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4721
|
+
}, undefined>, v.ObjectSchema<{
|
|
4722
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4723
|
+
}, undefined>], undefined>]>, {
|
|
4724
|
+
readonly end: true;
|
|
4725
|
+
}>, undefined>;
|
|
4726
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4727
|
+
documentId: string;
|
|
4728
|
+
position?: {
|
|
4729
|
+
before: string;
|
|
4730
|
+
} | {
|
|
4731
|
+
after: string;
|
|
4732
|
+
} | {
|
|
4733
|
+
start: boolean;
|
|
4734
|
+
} | {
|
|
4735
|
+
end: boolean;
|
|
4736
|
+
} | undefined;
|
|
4737
|
+
})[], 1, undefined>]>;
|
|
4738
|
+
}, undefined>], undefined>, undefined>;
|
|
3637
4739
|
}, undefined>;
|
|
3638
4740
|
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
3639
4741
|
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
@@ -3743,6 +4845,107 @@ declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
3743
4845
|
} | undefined;
|
|
3744
4846
|
})[], 1, undefined>]>;
|
|
3745
4847
|
}, undefined>], undefined>, undefined>;
|
|
4848
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4849
|
+
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<{
|
|
4850
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4851
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4852
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4853
|
+
}, undefined>, v.ObjectSchema<{
|
|
4854
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4855
|
+
}, undefined>, v.ObjectSchema<{
|
|
4856
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4857
|
+
}, undefined>, v.ObjectSchema<{
|
|
4858
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4859
|
+
}, undefined>], undefined>]>, {
|
|
4860
|
+
readonly end: true;
|
|
4861
|
+
}>, undefined>;
|
|
4862
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4863
|
+
documentId: string;
|
|
4864
|
+
position?: {
|
|
4865
|
+
before: string;
|
|
4866
|
+
} | {
|
|
4867
|
+
after: string;
|
|
4868
|
+
} | {
|
|
4869
|
+
start: boolean;
|
|
4870
|
+
} | {
|
|
4871
|
+
end: boolean;
|
|
4872
|
+
} | undefined;
|
|
4873
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
4874
|
+
documentId: string;
|
|
4875
|
+
position?: {
|
|
4876
|
+
before: string;
|
|
4877
|
+
} | {
|
|
4878
|
+
after: string;
|
|
4879
|
+
} | {
|
|
4880
|
+
start: boolean;
|
|
4881
|
+
} | {
|
|
4882
|
+
end: boolean;
|
|
4883
|
+
} | undefined;
|
|
4884
|
+
})[], 100, undefined>]>;
|
|
4885
|
+
}, undefined>, v.ObjectSchema<{
|
|
4886
|
+
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<{
|
|
4887
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4888
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4889
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4890
|
+
}, undefined>, v.ObjectSchema<{
|
|
4891
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4892
|
+
}, undefined>, v.ObjectSchema<{
|
|
4893
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4894
|
+
}, undefined>, v.ObjectSchema<{
|
|
4895
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4896
|
+
}, undefined>], undefined>]>, {
|
|
4897
|
+
readonly end: true;
|
|
4898
|
+
}>, undefined>;
|
|
4899
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4900
|
+
documentId: string;
|
|
4901
|
+
position?: {
|
|
4902
|
+
before: string;
|
|
4903
|
+
} | {
|
|
4904
|
+
after: string;
|
|
4905
|
+
} | {
|
|
4906
|
+
start: boolean;
|
|
4907
|
+
} | {
|
|
4908
|
+
end: boolean;
|
|
4909
|
+
} | undefined;
|
|
4910
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
4911
|
+
documentId: string;
|
|
4912
|
+
position?: {
|
|
4913
|
+
before: string;
|
|
4914
|
+
} | {
|
|
4915
|
+
after: string;
|
|
4916
|
+
} | {
|
|
4917
|
+
start: boolean;
|
|
4918
|
+
} | {
|
|
4919
|
+
end: boolean;
|
|
4920
|
+
} | undefined;
|
|
4921
|
+
})[], 100, undefined>]>;
|
|
4922
|
+
}, undefined>, v.ObjectSchema<{
|
|
4923
|
+
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<{
|
|
4924
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4925
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
4926
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4927
|
+
}, undefined>, v.ObjectSchema<{
|
|
4928
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4929
|
+
}, undefined>, v.ObjectSchema<{
|
|
4930
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
4931
|
+
}, undefined>, v.ObjectSchema<{
|
|
4932
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
4933
|
+
}, undefined>], undefined>]>, {
|
|
4934
|
+
readonly end: true;
|
|
4935
|
+
}>, undefined>;
|
|
4936
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
4937
|
+
documentId: string;
|
|
4938
|
+
position?: {
|
|
4939
|
+
before: string;
|
|
4940
|
+
} | {
|
|
4941
|
+
after: string;
|
|
4942
|
+
} | {
|
|
4943
|
+
start: boolean;
|
|
4944
|
+
} | {
|
|
4945
|
+
end: boolean;
|
|
4946
|
+
} | undefined;
|
|
4947
|
+
})[], 1, undefined>]>;
|
|
4948
|
+
}, undefined>], undefined>, undefined>;
|
|
3746
4949
|
}, undefined>;
|
|
3747
4950
|
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
3748
4951
|
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
@@ -3854,49 +5057,111 @@ declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
|
3854
5057
|
} | undefined;
|
|
3855
5058
|
})[], 1, undefined>]>;
|
|
3856
5059
|
}, undefined>], undefined>, undefined>;
|
|
5060
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5061
|
+
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<{
|
|
5062
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5063
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5064
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5065
|
+
}, undefined>, v.ObjectSchema<{
|
|
5066
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5067
|
+
}, undefined>, v.ObjectSchema<{
|
|
5068
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
5069
|
+
}, undefined>, v.ObjectSchema<{
|
|
5070
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
5071
|
+
}, undefined>], undefined>]>, {
|
|
5072
|
+
readonly end: true;
|
|
5073
|
+
}>, undefined>;
|
|
5074
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5075
|
+
documentId: string;
|
|
5076
|
+
position?: {
|
|
5077
|
+
before: string;
|
|
5078
|
+
} | {
|
|
5079
|
+
after: string;
|
|
5080
|
+
} | {
|
|
5081
|
+
start: boolean;
|
|
5082
|
+
} | {
|
|
5083
|
+
end: boolean;
|
|
5084
|
+
} | undefined;
|
|
5085
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
5086
|
+
documentId: string;
|
|
5087
|
+
position?: {
|
|
5088
|
+
before: string;
|
|
5089
|
+
} | {
|
|
5090
|
+
after: string;
|
|
5091
|
+
} | {
|
|
5092
|
+
start: boolean;
|
|
5093
|
+
} | {
|
|
5094
|
+
end: boolean;
|
|
5095
|
+
} | undefined;
|
|
5096
|
+
})[], 100, undefined>]>;
|
|
5097
|
+
}, undefined>, v.ObjectSchema<{
|
|
5098
|
+
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<{
|
|
5099
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5100
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5101
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5102
|
+
}, undefined>, v.ObjectSchema<{
|
|
5103
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5104
|
+
}, undefined>, v.ObjectSchema<{
|
|
5105
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
5106
|
+
}, undefined>, v.ObjectSchema<{
|
|
5107
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
5108
|
+
}, undefined>], undefined>]>, {
|
|
5109
|
+
readonly end: true;
|
|
5110
|
+
}>, undefined>;
|
|
5111
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5112
|
+
documentId: string;
|
|
5113
|
+
position?: {
|
|
5114
|
+
before: string;
|
|
5115
|
+
} | {
|
|
5116
|
+
after: string;
|
|
5117
|
+
} | {
|
|
5118
|
+
start: boolean;
|
|
5119
|
+
} | {
|
|
5120
|
+
end: boolean;
|
|
5121
|
+
} | undefined;
|
|
5122
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
5123
|
+
documentId: string;
|
|
5124
|
+
position?: {
|
|
5125
|
+
before: string;
|
|
5126
|
+
} | {
|
|
5127
|
+
after: string;
|
|
5128
|
+
} | {
|
|
5129
|
+
start: boolean;
|
|
5130
|
+
} | {
|
|
5131
|
+
end: boolean;
|
|
5132
|
+
} | undefined;
|
|
5133
|
+
})[], 100, undefined>]>;
|
|
5134
|
+
}, undefined>, v.ObjectSchema<{
|
|
5135
|
+
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<{
|
|
5136
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5137
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5138
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5139
|
+
}, undefined>, v.ObjectSchema<{
|
|
5140
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5141
|
+
}, undefined>, v.ObjectSchema<{
|
|
5142
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
5143
|
+
}, undefined>, v.ObjectSchema<{
|
|
5144
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
5145
|
+
}, undefined>], undefined>]>, {
|
|
5146
|
+
readonly end: true;
|
|
5147
|
+
}>, undefined>;
|
|
5148
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5149
|
+
documentId: string;
|
|
5150
|
+
position?: {
|
|
5151
|
+
before: string;
|
|
5152
|
+
} | {
|
|
5153
|
+
after: string;
|
|
5154
|
+
} | {
|
|
5155
|
+
start: boolean;
|
|
5156
|
+
} | {
|
|
5157
|
+
end: boolean;
|
|
5158
|
+
} | undefined;
|
|
5159
|
+
})[], 1, undefined>]>;
|
|
5160
|
+
}, undefined>], undefined>, undefined>;
|
|
3857
5161
|
}, undefined>;
|
|
3858
5162
|
}, undefined>;
|
|
3859
5163
|
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
|
3860
5164
|
//#endregion
|
|
3861
|
-
//#region src/schemas/generic.schemas.d.ts
|
|
3862
|
-
declare const EntitySortKeys: readonly ["id", "createdAt", "updatedAt"];
|
|
3863
|
-
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>;
|
|
3864
|
-
type QuerySortEntities = v.InferOutput<typeof QuerySortEntities>;
|
|
3865
|
-
declare const QueryStrapiPaginated: v.ObjectSchema<{
|
|
3866
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3867
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3868
|
-
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>;
|
|
3869
|
-
}, undefined>;
|
|
3870
|
-
type QueryStrapiPaginated = v.InferOutput<typeof QueryStrapiPaginated>;
|
|
3871
|
-
declare const QueryStrapiById: v.ObjectSchema<{
|
|
3872
|
-
readonly id: v.NumberSchema<undefined>;
|
|
3873
|
-
}, undefined>;
|
|
3874
|
-
type QueryStrapiById = v.InferOutput<typeof QueryStrapiById>;
|
|
3875
|
-
declare const QueryStrapiByDocumentId: v.ObjectSchema<{
|
|
3876
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3877
|
-
}, undefined>;
|
|
3878
|
-
type QueryStrapiByDocumentId = v.InferOutput<typeof QueryStrapiByDocumentId>;
|
|
3879
|
-
declare const QueryStrapiBySlug: v.ObjectSchema<{
|
|
3880
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3881
|
-
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>;
|
|
3882
|
-
}, undefined>;
|
|
3883
|
-
type QueryStrapiBySlug = v.InferOutput<typeof QueryStrapiBySlug>;
|
|
3884
|
-
declare const QueryStrapiByEmail: v.ObjectSchema<{
|
|
3885
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
3886
|
-
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>;
|
|
3887
|
-
}, undefined>;
|
|
3888
|
-
type QueryStrapiByEmail = v.InferOutput<typeof QueryStrapiByEmail>;
|
|
3889
|
-
declare const QueryStrapiByPhone: v.ObjectSchema<{
|
|
3890
|
-
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.">]>;
|
|
3891
|
-
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>;
|
|
3892
|
-
}, undefined>;
|
|
3893
|
-
type QueryStrapiByPhone = v.InferOutput<typeof QueryStrapiByPhone>;
|
|
3894
|
-
declare const QueryStrapiByName: v.ObjectSchema<{
|
|
3895
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3896
|
-
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>;
|
|
3897
|
-
}, undefined>;
|
|
3898
|
-
type QueryStrapiByName = v.InferOutput<typeof QueryStrapiByName>;
|
|
3899
|
-
//#endregion
|
|
3900
5165
|
//#region src/schemas/lead.schemas.d.ts
|
|
3901
5166
|
declare const SCreateLeadDocument: v.ObjectSchema<{
|
|
3902
5167
|
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -4941,31 +6206,242 @@ declare const SUpdateMediaCreativeFormatDocumentRequest: v.ObjectSchema<{
|
|
|
4941
6206
|
}, undefined>], undefined>, undefined>;
|
|
4942
6207
|
}, undefined>;
|
|
4943
6208
|
}, undefined>;
|
|
4944
|
-
type SUpdateMediaCreativeFormatDocumentRequest = v.InferOutput<typeof SUpdateMediaCreativeFormatDocumentRequest>;
|
|
4945
|
-
//#endregion
|
|
4946
|
-
//#region src/schemas/media-platform.schemas.d.ts
|
|
4947
|
-
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
4948
|
-
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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt: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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
4949
|
-
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
4950
|
-
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
4951
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
4952
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
4953
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6209
|
+
type SUpdateMediaCreativeFormatDocumentRequest = v.InferOutput<typeof SUpdateMediaCreativeFormatDocumentRequest>;
|
|
6210
|
+
//#endregion
|
|
6211
|
+
//#region src/schemas/media-platform.schemas.d.ts
|
|
6212
|
+
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
6213
|
+
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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt: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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
6214
|
+
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
6215
|
+
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
6216
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6217
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
6218
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6219
|
+
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>;
|
|
6220
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6221
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6222
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6223
|
+
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>;
|
|
6224
|
+
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>;
|
|
6225
|
+
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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt: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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
6226
|
+
}, undefined>;
|
|
6227
|
+
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
6228
|
+
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
6229
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6230
|
+
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>]>]>;
|
|
6231
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
6232
|
+
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
6233
|
+
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
6234
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
6235
|
+
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
6236
|
+
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<{
|
|
6237
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6238
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6239
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6240
|
+
}, undefined>, v.ObjectSchema<{
|
|
6241
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6242
|
+
}, undefined>, v.ObjectSchema<{
|
|
6243
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6244
|
+
}, undefined>, v.ObjectSchema<{
|
|
6245
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6246
|
+
}, undefined>], undefined>]>, {
|
|
6247
|
+
readonly end: true;
|
|
6248
|
+
}>, undefined>;
|
|
6249
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6250
|
+
documentId: string;
|
|
6251
|
+
position?: {
|
|
6252
|
+
before: string;
|
|
6253
|
+
} | {
|
|
6254
|
+
after: string;
|
|
6255
|
+
} | {
|
|
6256
|
+
start: boolean;
|
|
6257
|
+
} | {
|
|
6258
|
+
end: boolean;
|
|
6259
|
+
} | undefined;
|
|
6260
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6261
|
+
documentId: string;
|
|
6262
|
+
position?: {
|
|
6263
|
+
before: string;
|
|
6264
|
+
} | {
|
|
6265
|
+
after: string;
|
|
6266
|
+
} | {
|
|
6267
|
+
start: boolean;
|
|
6268
|
+
} | {
|
|
6269
|
+
end: boolean;
|
|
6270
|
+
} | undefined;
|
|
6271
|
+
})[], 100, undefined>]>;
|
|
6272
|
+
}, undefined>, v.ObjectSchema<{
|
|
6273
|
+
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<{
|
|
6274
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6275
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6276
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6277
|
+
}, undefined>, v.ObjectSchema<{
|
|
6278
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6279
|
+
}, undefined>, v.ObjectSchema<{
|
|
6280
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6281
|
+
}, undefined>, v.ObjectSchema<{
|
|
6282
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6283
|
+
}, undefined>], undefined>]>, {
|
|
6284
|
+
readonly end: true;
|
|
6285
|
+
}>, undefined>;
|
|
6286
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6287
|
+
documentId: string;
|
|
6288
|
+
position?: {
|
|
6289
|
+
before: string;
|
|
6290
|
+
} | {
|
|
6291
|
+
after: string;
|
|
6292
|
+
} | {
|
|
6293
|
+
start: boolean;
|
|
6294
|
+
} | {
|
|
6295
|
+
end: boolean;
|
|
6296
|
+
} | undefined;
|
|
6297
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6298
|
+
documentId: string;
|
|
6299
|
+
position?: {
|
|
6300
|
+
before: string;
|
|
6301
|
+
} | {
|
|
6302
|
+
after: string;
|
|
6303
|
+
} | {
|
|
6304
|
+
start: boolean;
|
|
6305
|
+
} | {
|
|
6306
|
+
end: boolean;
|
|
6307
|
+
} | undefined;
|
|
6308
|
+
})[], 100, undefined>]>;
|
|
6309
|
+
}, undefined>, v.ObjectSchema<{
|
|
6310
|
+
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<{
|
|
6311
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6312
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6313
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6314
|
+
}, undefined>, v.ObjectSchema<{
|
|
6315
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6316
|
+
}, undefined>, v.ObjectSchema<{
|
|
6317
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6318
|
+
}, undefined>, v.ObjectSchema<{
|
|
6319
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6320
|
+
}, undefined>], undefined>]>, {
|
|
6321
|
+
readonly end: true;
|
|
6322
|
+
}>, undefined>;
|
|
6323
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6324
|
+
documentId: string;
|
|
6325
|
+
position?: {
|
|
6326
|
+
before: string;
|
|
6327
|
+
} | {
|
|
6328
|
+
after: string;
|
|
6329
|
+
} | {
|
|
6330
|
+
start: boolean;
|
|
6331
|
+
} | {
|
|
6332
|
+
end: boolean;
|
|
6333
|
+
} | undefined;
|
|
6334
|
+
})[], 1, undefined>]>;
|
|
6335
|
+
}, undefined>], undefined>, undefined>;
|
|
6336
|
+
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
6337
|
+
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<{
|
|
6338
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6339
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6340
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6341
|
+
}, undefined>, v.ObjectSchema<{
|
|
6342
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6343
|
+
}, undefined>, v.ObjectSchema<{
|
|
6344
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6345
|
+
}, undefined>, v.ObjectSchema<{
|
|
6346
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6347
|
+
}, undefined>], undefined>]>, {
|
|
6348
|
+
readonly end: true;
|
|
6349
|
+
}>, undefined>;
|
|
6350
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6351
|
+
documentId: string;
|
|
6352
|
+
position?: {
|
|
6353
|
+
before: string;
|
|
6354
|
+
} | {
|
|
6355
|
+
after: string;
|
|
6356
|
+
} | {
|
|
6357
|
+
start: boolean;
|
|
6358
|
+
} | {
|
|
6359
|
+
end: boolean;
|
|
6360
|
+
} | undefined;
|
|
6361
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6362
|
+
documentId: string;
|
|
6363
|
+
position?: {
|
|
6364
|
+
before: string;
|
|
6365
|
+
} | {
|
|
6366
|
+
after: string;
|
|
6367
|
+
} | {
|
|
6368
|
+
start: boolean;
|
|
6369
|
+
} | {
|
|
6370
|
+
end: boolean;
|
|
6371
|
+
} | undefined;
|
|
6372
|
+
})[], 100, undefined>]>;
|
|
6373
|
+
}, undefined>, v.ObjectSchema<{
|
|
6374
|
+
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<{
|
|
6375
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6376
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6377
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6378
|
+
}, undefined>, v.ObjectSchema<{
|
|
6379
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6380
|
+
}, undefined>, v.ObjectSchema<{
|
|
6381
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6382
|
+
}, undefined>, v.ObjectSchema<{
|
|
6383
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6384
|
+
}, undefined>], undefined>]>, {
|
|
6385
|
+
readonly end: true;
|
|
6386
|
+
}>, undefined>;
|
|
6387
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6388
|
+
documentId: string;
|
|
6389
|
+
position?: {
|
|
6390
|
+
before: string;
|
|
6391
|
+
} | {
|
|
6392
|
+
after: string;
|
|
6393
|
+
} | {
|
|
6394
|
+
start: boolean;
|
|
6395
|
+
} | {
|
|
6396
|
+
end: boolean;
|
|
6397
|
+
} | undefined;
|
|
6398
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6399
|
+
documentId: string;
|
|
6400
|
+
position?: {
|
|
6401
|
+
before: string;
|
|
6402
|
+
} | {
|
|
6403
|
+
after: string;
|
|
6404
|
+
} | {
|
|
6405
|
+
start: boolean;
|
|
6406
|
+
} | {
|
|
6407
|
+
end: boolean;
|
|
6408
|
+
} | undefined;
|
|
6409
|
+
})[], 100, undefined>]>;
|
|
6410
|
+
}, undefined>, v.ObjectSchema<{
|
|
6411
|
+
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<{
|
|
6412
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6413
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6414
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6415
|
+
}, undefined>, v.ObjectSchema<{
|
|
6416
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6417
|
+
}, undefined>, v.ObjectSchema<{
|
|
6418
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6419
|
+
}, undefined>, v.ObjectSchema<{
|
|
6420
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6421
|
+
}, undefined>], undefined>]>, {
|
|
6422
|
+
readonly end: true;
|
|
6423
|
+
}>, undefined>;
|
|
6424
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6425
|
+
documentId: string;
|
|
6426
|
+
position?: {
|
|
6427
|
+
before: string;
|
|
6428
|
+
} | {
|
|
6429
|
+
after: string;
|
|
6430
|
+
} | {
|
|
6431
|
+
start: boolean;
|
|
6432
|
+
} | {
|
|
6433
|
+
end: boolean;
|
|
6434
|
+
} | undefined;
|
|
6435
|
+
})[], 1, undefined>]>;
|
|
6436
|
+
}, undefined>], undefined>, undefined>;
|
|
6437
|
+
}, undefined>;
|
|
6438
|
+
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
6439
|
+
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
6440
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
4954
6441
|
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>;
|
|
4955
6442
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4956
6443
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4957
6444
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
4958
|
-
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>;
|
|
4959
|
-
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>;
|
|
4960
|
-
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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt: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" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
4961
|
-
}, undefined>;
|
|
4962
|
-
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
4963
|
-
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
4964
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4965
|
-
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>]>]>;
|
|
4966
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
4967
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
4968
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
4969
6445
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
4970
6446
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4971
6447
|
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<{
|
|
@@ -5170,14 +6646,238 @@ declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
|
5170
6646
|
})[], 1, undefined>]>;
|
|
5171
6647
|
}, undefined>], undefined>, undefined>;
|
|
5172
6648
|
}, undefined>;
|
|
5173
|
-
type
|
|
5174
|
-
declare const
|
|
5175
|
-
readonly
|
|
5176
|
-
readonly
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
6649
|
+
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
6650
|
+
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
6651
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6652
|
+
readonly data: v.ObjectSchema<{
|
|
6653
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6654
|
+
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>;
|
|
6655
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6656
|
+
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6657
|
+
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6658
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
6659
|
+
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
6660
|
+
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<{
|
|
6661
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6662
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6663
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6664
|
+
}, undefined>, v.ObjectSchema<{
|
|
6665
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6666
|
+
}, undefined>, v.ObjectSchema<{
|
|
6667
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6668
|
+
}, undefined>, v.ObjectSchema<{
|
|
6669
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6670
|
+
}, undefined>], undefined>]>, {
|
|
6671
|
+
readonly end: true;
|
|
6672
|
+
}>, undefined>;
|
|
6673
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6674
|
+
documentId: string;
|
|
6675
|
+
position?: {
|
|
6676
|
+
before: string;
|
|
6677
|
+
} | {
|
|
6678
|
+
after: string;
|
|
6679
|
+
} | {
|
|
6680
|
+
start: boolean;
|
|
6681
|
+
} | {
|
|
6682
|
+
end: boolean;
|
|
6683
|
+
} | undefined;
|
|
6684
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6685
|
+
documentId: string;
|
|
6686
|
+
position?: {
|
|
6687
|
+
before: string;
|
|
6688
|
+
} | {
|
|
6689
|
+
after: string;
|
|
6690
|
+
} | {
|
|
6691
|
+
start: boolean;
|
|
6692
|
+
} | {
|
|
6693
|
+
end: boolean;
|
|
6694
|
+
} | undefined;
|
|
6695
|
+
})[], 100, undefined>]>;
|
|
6696
|
+
}, undefined>, v.ObjectSchema<{
|
|
6697
|
+
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<{
|
|
6698
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6699
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6700
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6701
|
+
}, undefined>, v.ObjectSchema<{
|
|
6702
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6703
|
+
}, undefined>, v.ObjectSchema<{
|
|
6704
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6705
|
+
}, undefined>, v.ObjectSchema<{
|
|
6706
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6707
|
+
}, undefined>], undefined>]>, {
|
|
6708
|
+
readonly end: true;
|
|
6709
|
+
}>, undefined>;
|
|
6710
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6711
|
+
documentId: string;
|
|
6712
|
+
position?: {
|
|
6713
|
+
before: string;
|
|
6714
|
+
} | {
|
|
6715
|
+
after: string;
|
|
6716
|
+
} | {
|
|
6717
|
+
start: boolean;
|
|
6718
|
+
} | {
|
|
6719
|
+
end: boolean;
|
|
6720
|
+
} | undefined;
|
|
6721
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6722
|
+
documentId: string;
|
|
6723
|
+
position?: {
|
|
6724
|
+
before: string;
|
|
6725
|
+
} | {
|
|
6726
|
+
after: string;
|
|
6727
|
+
} | {
|
|
6728
|
+
start: boolean;
|
|
6729
|
+
} | {
|
|
6730
|
+
end: boolean;
|
|
6731
|
+
} | undefined;
|
|
6732
|
+
})[], 100, undefined>]>;
|
|
6733
|
+
}, undefined>, v.ObjectSchema<{
|
|
6734
|
+
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<{
|
|
6735
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6736
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6737
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6738
|
+
}, undefined>, v.ObjectSchema<{
|
|
6739
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6740
|
+
}, undefined>, v.ObjectSchema<{
|
|
6741
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6742
|
+
}, undefined>, v.ObjectSchema<{
|
|
6743
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6744
|
+
}, undefined>], undefined>]>, {
|
|
6745
|
+
readonly end: true;
|
|
6746
|
+
}>, undefined>;
|
|
6747
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6748
|
+
documentId: string;
|
|
6749
|
+
position?: {
|
|
6750
|
+
before: string;
|
|
6751
|
+
} | {
|
|
6752
|
+
after: string;
|
|
6753
|
+
} | {
|
|
6754
|
+
start: boolean;
|
|
6755
|
+
} | {
|
|
6756
|
+
end: boolean;
|
|
6757
|
+
} | undefined;
|
|
6758
|
+
})[], 1, undefined>]>;
|
|
6759
|
+
}, undefined>], undefined>, undefined>;
|
|
6760
|
+
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
6761
|
+
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<{
|
|
6762
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6763
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6764
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6765
|
+
}, undefined>, v.ObjectSchema<{
|
|
6766
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6767
|
+
}, undefined>, v.ObjectSchema<{
|
|
6768
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6769
|
+
}, undefined>, v.ObjectSchema<{
|
|
6770
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6771
|
+
}, undefined>], undefined>]>, {
|
|
6772
|
+
readonly end: true;
|
|
6773
|
+
}>, undefined>;
|
|
6774
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6775
|
+
documentId: string;
|
|
6776
|
+
position?: {
|
|
6777
|
+
before: string;
|
|
6778
|
+
} | {
|
|
6779
|
+
after: string;
|
|
6780
|
+
} | {
|
|
6781
|
+
start: boolean;
|
|
6782
|
+
} | {
|
|
6783
|
+
end: boolean;
|
|
6784
|
+
} | undefined;
|
|
6785
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6786
|
+
documentId: string;
|
|
6787
|
+
position?: {
|
|
6788
|
+
before: string;
|
|
6789
|
+
} | {
|
|
6790
|
+
after: string;
|
|
6791
|
+
} | {
|
|
6792
|
+
start: boolean;
|
|
6793
|
+
} | {
|
|
6794
|
+
end: boolean;
|
|
6795
|
+
} | undefined;
|
|
6796
|
+
})[], 100, undefined>]>;
|
|
6797
|
+
}, undefined>, v.ObjectSchema<{
|
|
6798
|
+
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<{
|
|
6799
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6800
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6801
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6802
|
+
}, undefined>, v.ObjectSchema<{
|
|
6803
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6804
|
+
}, undefined>, v.ObjectSchema<{
|
|
6805
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6806
|
+
}, undefined>, v.ObjectSchema<{
|
|
6807
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6808
|
+
}, undefined>], undefined>]>, {
|
|
6809
|
+
readonly end: true;
|
|
6810
|
+
}>, undefined>;
|
|
6811
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6812
|
+
documentId: string;
|
|
6813
|
+
position?: {
|
|
6814
|
+
before: string;
|
|
6815
|
+
} | {
|
|
6816
|
+
after: string;
|
|
6817
|
+
} | {
|
|
6818
|
+
start: boolean;
|
|
6819
|
+
} | {
|
|
6820
|
+
end: boolean;
|
|
6821
|
+
} | undefined;
|
|
6822
|
+
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
6823
|
+
documentId: string;
|
|
6824
|
+
position?: {
|
|
6825
|
+
before: string;
|
|
6826
|
+
} | {
|
|
6827
|
+
after: string;
|
|
6828
|
+
} | {
|
|
6829
|
+
start: boolean;
|
|
6830
|
+
} | {
|
|
6831
|
+
end: boolean;
|
|
6832
|
+
} | undefined;
|
|
6833
|
+
})[], 100, undefined>]>;
|
|
6834
|
+
}, undefined>, v.ObjectSchema<{
|
|
6835
|
+
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<{
|
|
6836
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6837
|
+
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
6838
|
+
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6839
|
+
}, undefined>, v.ObjectSchema<{
|
|
6840
|
+
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
6841
|
+
}, undefined>, v.ObjectSchema<{
|
|
6842
|
+
readonly start: v.BooleanSchema<undefined>;
|
|
6843
|
+
}, undefined>, v.ObjectSchema<{
|
|
6844
|
+
readonly end: v.BooleanSchema<undefined>;
|
|
6845
|
+
}, undefined>], undefined>]>, {
|
|
6846
|
+
readonly end: true;
|
|
6847
|
+
}>, undefined>;
|
|
6848
|
+
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
6849
|
+
documentId: string;
|
|
6850
|
+
position?: {
|
|
6851
|
+
before: string;
|
|
6852
|
+
} | {
|
|
6853
|
+
after: string;
|
|
6854
|
+
} | {
|
|
6855
|
+
start: boolean;
|
|
6856
|
+
} | {
|
|
6857
|
+
end: boolean;
|
|
6858
|
+
} | undefined;
|
|
6859
|
+
})[], 1, undefined>]>;
|
|
6860
|
+
}, undefined>], undefined>, undefined>;
|
|
6861
|
+
}, undefined>;
|
|
6862
|
+
}, undefined>;
|
|
6863
|
+
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
6864
|
+
//#endregion
|
|
6865
|
+
//#region src/schemas/monday-workspace.schemas.d.ts
|
|
6866
|
+
declare const MondayWorkspaceSortKeys: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
6867
|
+
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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
6868
|
+
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
6869
|
+
declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
6870
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
6871
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
6872
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6873
|
+
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6874
|
+
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>;
|
|
6875
|
+
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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
6876
|
+
}, undefined>;
|
|
6877
|
+
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
6878
|
+
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
6879
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
6880
|
+
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>]>;
|
|
5181
6881
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5182
6882
|
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<{
|
|
5183
6883
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -5279,7 +6979,12 @@ declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
|
5279
6979
|
} | undefined;
|
|
5280
6980
|
})[], 1, undefined>]>;
|
|
5281
6981
|
}, undefined>], undefined>, undefined>;
|
|
5282
|
-
|
|
6982
|
+
}, undefined>;
|
|
6983
|
+
type SCreateMondayWorkspaceDocument = v.InferOutput<typeof SCreateMondayWorkspaceDocument>;
|
|
6984
|
+
declare const SUpdateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
6985
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
6986
|
+
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>;
|
|
6987
|
+
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5283
6988
|
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<{
|
|
5284
6989
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5285
6990
|
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
@@ -5381,16 +7086,12 @@ declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
|
5381
7086
|
})[], 1, undefined>]>;
|
|
5382
7087
|
}, undefined>], undefined>, undefined>;
|
|
5383
7088
|
}, undefined>;
|
|
5384
|
-
type
|
|
5385
|
-
declare const
|
|
5386
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string,
|
|
7089
|
+
type SUpdateMondayWorkspaceDocument = v.InferOutput<typeof SUpdateMondayWorkspaceDocument>;
|
|
7090
|
+
declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
7091
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
5387
7092
|
readonly data: v.ObjectSchema<{
|
|
5388
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string,
|
|
5389
|
-
readonly
|
|
5390
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5391
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5392
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
5393
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
7093
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
7094
|
+
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>;
|
|
5394
7095
|
readonly clients: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5395
7096
|
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<{
|
|
5396
7097
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -5492,142 +7193,6 @@ declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
|
5492
7193
|
} | undefined;
|
|
5493
7194
|
})[], 1, undefined>]>;
|
|
5494
7195
|
}, undefined>], undefined>, undefined>;
|
|
5495
|
-
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5496
|
-
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<{
|
|
5497
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5498
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5499
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5500
|
-
}, undefined>, v.ObjectSchema<{
|
|
5501
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5502
|
-
}, undefined>, v.ObjectSchema<{
|
|
5503
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
5504
|
-
}, undefined>, v.ObjectSchema<{
|
|
5505
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
5506
|
-
}, undefined>], undefined>]>, {
|
|
5507
|
-
readonly end: true;
|
|
5508
|
-
}>, undefined>;
|
|
5509
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5510
|
-
documentId: string;
|
|
5511
|
-
position?: {
|
|
5512
|
-
before: string;
|
|
5513
|
-
} | {
|
|
5514
|
-
after: string;
|
|
5515
|
-
} | {
|
|
5516
|
-
start: boolean;
|
|
5517
|
-
} | {
|
|
5518
|
-
end: boolean;
|
|
5519
|
-
} | undefined;
|
|
5520
|
-
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
5521
|
-
documentId: string;
|
|
5522
|
-
position?: {
|
|
5523
|
-
before: string;
|
|
5524
|
-
} | {
|
|
5525
|
-
after: string;
|
|
5526
|
-
} | {
|
|
5527
|
-
start: boolean;
|
|
5528
|
-
} | {
|
|
5529
|
-
end: boolean;
|
|
5530
|
-
} | undefined;
|
|
5531
|
-
})[], 100, undefined>]>;
|
|
5532
|
-
}, undefined>, v.ObjectSchema<{
|
|
5533
|
-
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<{
|
|
5534
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5535
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5536
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5537
|
-
}, undefined>, v.ObjectSchema<{
|
|
5538
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5539
|
-
}, undefined>, v.ObjectSchema<{
|
|
5540
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
5541
|
-
}, undefined>, v.ObjectSchema<{
|
|
5542
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
5543
|
-
}, undefined>], undefined>]>, {
|
|
5544
|
-
readonly end: true;
|
|
5545
|
-
}>, undefined>;
|
|
5546
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5547
|
-
documentId: string;
|
|
5548
|
-
position?: {
|
|
5549
|
-
before: string;
|
|
5550
|
-
} | {
|
|
5551
|
-
after: string;
|
|
5552
|
-
} | {
|
|
5553
|
-
start: boolean;
|
|
5554
|
-
} | {
|
|
5555
|
-
end: boolean;
|
|
5556
|
-
} | undefined;
|
|
5557
|
-
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
5558
|
-
documentId: string;
|
|
5559
|
-
position?: {
|
|
5560
|
-
before: string;
|
|
5561
|
-
} | {
|
|
5562
|
-
after: string;
|
|
5563
|
-
} | {
|
|
5564
|
-
start: boolean;
|
|
5565
|
-
} | {
|
|
5566
|
-
end: boolean;
|
|
5567
|
-
} | undefined;
|
|
5568
|
-
})[], 100, undefined>]>;
|
|
5569
|
-
}, undefined>, v.ObjectSchema<{
|
|
5570
|
-
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<{
|
|
5571
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5572
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
5573
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5574
|
-
}, undefined>, v.ObjectSchema<{
|
|
5575
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
5576
|
-
}, undefined>, v.ObjectSchema<{
|
|
5577
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
5578
|
-
}, undefined>, v.ObjectSchema<{
|
|
5579
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
5580
|
-
}, undefined>], undefined>]>, {
|
|
5581
|
-
readonly end: true;
|
|
5582
|
-
}>, undefined>;
|
|
5583
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
5584
|
-
documentId: string;
|
|
5585
|
-
position?: {
|
|
5586
|
-
before: string;
|
|
5587
|
-
} | {
|
|
5588
|
-
after: string;
|
|
5589
|
-
} | {
|
|
5590
|
-
start: boolean;
|
|
5591
|
-
} | {
|
|
5592
|
-
end: boolean;
|
|
5593
|
-
} | undefined;
|
|
5594
|
-
})[], 1, undefined>]>;
|
|
5595
|
-
}, undefined>], undefined>, undefined>;
|
|
5596
|
-
}, undefined>;
|
|
5597
|
-
}, undefined>;
|
|
5598
|
-
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
5599
|
-
//#endregion
|
|
5600
|
-
//#region src/schemas/monday-workspace.schemas.d.ts
|
|
5601
|
-
declare const MondayWorkspaceSortKeys: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
5602
|
-
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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
5603
|
-
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
5604
|
-
declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
5605
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
5606
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
5607
|
-
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>;
|
|
5608
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
5609
|
-
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
5610
|
-
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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "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" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
5611
|
-
}, undefined>;
|
|
5612
|
-
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
5613
|
-
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
5614
|
-
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>]>;
|
|
5615
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
5616
|
-
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>]>;
|
|
5617
|
-
}, undefined>;
|
|
5618
|
-
type SCreateMondayWorkspaceDocument = v.InferOutput<typeof SCreateMondayWorkspaceDocument>;
|
|
5619
|
-
declare const SUpdateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
5620
|
-
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>;
|
|
5621
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
5622
|
-
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>;
|
|
5623
|
-
}, undefined>;
|
|
5624
|
-
type SUpdateMondayWorkspaceDocument = v.InferOutput<typeof SUpdateMondayWorkspaceDocument>;
|
|
5625
|
-
declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
5626
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
5627
|
-
readonly data: v.ObjectSchema<{
|
|
5628
|
-
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>;
|
|
5629
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
5630
|
-
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>;
|
|
5631
7196
|
}, undefined>;
|
|
5632
7197
|
}, undefined>;
|
|
5633
7198
|
type SUpdateMondayWorkspaceDocumentRequest = v.InferOutput<typeof SUpdateMondayWorkspaceDocumentRequest>;
|
|
@@ -6364,5 +7929,5 @@ declare function isValidationSuccess<T>(result: ValidateAndCleanResult<T>): resu
|
|
|
6364
7929
|
declare function isValidationFailure<T>(result: ValidateAndCleanResult<T>): result is ValidateAndCleanFailure;
|
|
6365
7930
|
declare function omitUndefined<T extends Record<string, any>>(obj: T): Partial<T>;
|
|
6366
7931
|
//#endregion
|
|
6367
|
-
export { TeamworkProjectHealthSelectSortOptions as $, SlideshowComponentSlideSettings as $a, CareersPageDocument as $i, SCreateContentPillarDocument as $n, RichTextBlock as $o, SUpdateClientContentPillarDocument as $r, QuerySortEntities as $t, SAuthRawAccessToken as A, ClientProjectDocument as Aa, TeamworkResponseMetaProjectStats as Ai, VStringMinMaxRegex as An, ComponentBlockVideo as Ao, ClientReportSortKeys as Ar, StrapiTextColorOptions as As, SUpdateMondayWorkspaceDocumentRequest as At, SUpdateUserAccount as B, TrendDocument as Ba, TeamworkCustomField as Bi, SConnectManyEntityRelation as Bn, ComponentBlockBrandLogos as Bo, SCreateClientProjectDocument as Br, SCreateMediaCreativeFormatDocument as Bt, QuerySortUsers as C, UtmTrackingLinkDocument as Ca, TeamworkTaskResponseMeta as Ci, VString as Cn, ComponentBlockPullQuote as Co, SVerifyClientUserDocument as Cr, StrapiGapSizes as Cs, SUpdateNewsletterSignupDocument as Ct, UserSortKeys as D, PermissionDocument as Da, TeamworkProjectResponse as Di, VStringMax as Dn, BlockFullscreenContentType as Do, SCreateClientStyleguideDocument as Dr, StrapiLinkRel as Ds, QueryStrapiSearchMondayWorkspaces as Dt, SCreateUserDocument as E, RoleType as Ea, TeamworkProject as Ei, VStringLongNullable as En, BlockFullscreenContent as Eo, QueryStrapiSearchClientStyleguide as Er, StrapiLinkReferrerPolicy as Es, QuerySortMondayWorkspaces as Et, SRequestConfirmEmail as F, BlogPostBlock as Fa, TeamworkTagsResponse as Fi, VStringSlug as Fn, BlockContact as Fo, SUpdateClientReportDocumentRequest as Fr, CLIENT_ENTITY_SCOPES as Fs, SUpdateMediaPlatformDocument as Ft, QueryStrapiPaginatedUrlRedirects as G, UtmOption as Ga, TeamworkRelatedMeta as Gi, SSetManyEntityRelation as Gn, ComponentSeoMeta as Go, QueryStrapiSearchClientMediaPlatforms as Gr, QueryStrapiSearchMediaContentTypes as Gt, SUpdateUserAccountLastName as H, CategoryDocument as Ha, TeamworkCompany as Hi, SDisconnectManyEntityRelation as Hn, ComponentBlockAnnouncementBar as Ho, SUpdateClientProjectDocumentRequest as Hr, SUpdateMediaCreativeFormatDocumentRequest as Ht, SResetUserPassword as I, BlogPostDocument as Ia, TeamworkProjectUpdate as Ii, VStringUrl as In, ComponentBlockContact as Io, ClientProjectSortKeys as Ir, ClientEntityActions as Is, SUpdateMediaPlatformDocumentRequest as It, SUpdateTrendsLikes as J, Slideshow as Ja, UtmMetaPageDocument as Ji, VRelationManyQuery as Jn, OpenGraph as Jo, SUpdateClientMediaPlatformDocumentRequest as Jr, SUpdateMediaContentTypeDocumentRequest as Jt, QueryStrapiUrlRedirectsByFrom as K, UtmSourceKey as Ka, TeamworkResponseMeta as Ki, SSetOneEntityRelation as Kn, MetaSocial as Ko, SCreateClientMediaPlatformDocument as Kr, SCreateMediaContentTypeDocument as Kt, SUserToken as L, TeamMemberDocument as La, TeamworkProjectTaskStat as Li, VStringUrlNoUtm as Ln, BlockButtonGroup as Lo, QuerySortClientProjects as Lr, ClientEntityKey as Ls, MediaCreativeFormatSortKeys as Lt, SForgotUserPassword as M, MediaPlatformDocument as Ma, TeamworkTag as Mi, VStringPhoneNullable as Mn, ComponentBlockFaq as Mo, QueryStrapiSearchClientReports as Mr, BaseDocument as Ms, QuerySortMediaPlatforms as Mt, SLoginUser as N, MediaContentTypeDocument as Na, TeamworkTagResponse as Ni, VStringShort as Nn, BlockCtaLink as No, SCreateClientReportDocument as Nr, CLIENT_ENTITY_KEYS as Ns, QueryStrapiSearchMediaPlatforms as Nt, SAuthConnectProviderConfirmation as O, ClientStyleguideDocument as Oa, TeamworkProjectResponseMeta as Oi, VStringMaxRegex as On, ComponentBlockFullscreenContent as Oo, SUpdateClientStyleguideDocument as Or, StrapiLinkTarget as Os, SCreateMondayWorkspaceDocument as Ot, SRegisterUser as P, MediaCreativeFormatDocument as Pa, TeamworkTagResponseMeta as Pi, VStringShortNullable as Pn, ComponentBlockCtaLink as Po, SUpdateClientReportDocument as Pr, CLIENT_ENTITY_PERMISSIONS as Ps, SCreateMediaPlatformDocument as Pt, TeamworkProjectHealthProjectStatusOptions as Q, SlideshowComponentProps as Qa, FAQPageDocument as Qi, QueryStrapiSearchContentPillars as Qn, ComponentSharedRichTextBlock as Qo, SCreateClientContentPillarDocument as Qr, EntitySortKeys as Qt, SReadUserAccountByDocumentId as R, TeamMemberGroup as Ra, TeamworkProjectCustomField as Ri, VStringUrlNullable as Rn, ComponentBlockButtonGroup as Ro, QueryStrapiSearchClientProjects as Rr, ClientEntityScope as Rs, QuerySortMediaCreativeFormat as Rt, SUtmLinkBuilderTableFormInput as S, UserDocument as Sa, TeamworkTaskResponse as Si, VSize as Sn, BlockPullQuote as So, SUpdateClientUserDocumentRequest as Sr, StrapiDirection as Ss, SCreateNewsletterSignupDocument as St, QueryStrapiUsersByIdentifier as T, RoleDocument as Ta, TeamworkTasksResponse as Ti, VStringLong as Tn, ComponentBlockGraphicImage as To, QuerySortClientStyleguides as Tr, StrapiIconPosition as Ts, MondayWorkspaceSortKeys as Tt, SUpdateUserAccountPreferredName as U, ComponentUtmOption as Ua, TeamworkActivePages as Ui, SDisconnectOneEntityRelation as Un, ComponentMetaSocial as Uo, ClientMediaPlatformSortKeys as Ur, MediaContentTypeSortKeys as Ut, SUpdateUserAccountFirstName as V, TagDocument as Va, TeamworkCurrency as Vi, SConnectOneEntityRelation as Vn, BlockAnnouncementBar as Vo, SUpdateClientProjectDocument as Vr, SUpdateMediaCreativeFormatDocument as Vt, QuerySortUrlRedirects as W, UtmClassificationKey as Wa, TeamworkLockdown as Wi, SEntityRelation as Wn, ComponentOpenGraph as Wo, QuerySortClientMediaPlatforms as Wr, QuerySortMediaContentType as Wt, QueryStrapiSearchTeamworkProjectHealth as X, SlideContent as Xa, PolicyPageDocument as Xi, ContentPillarSortKeys as Xn, ComponentSharedQuestionAnswer as Xo, QuerySortClientContentPillars as Xr, SUpdateLeadDocument as Xt, QuerySortTeamworkProjectHealth as Y, ComponentSlideContent as Ya, TeamPageDocument as Yi, VRelationOne as Yn, SeoMeta as Yo, ClientContentPillarSortKeys as Yr, SCreateLeadDocument as Yt, TeamworkProjectHealthProjectStatus as Z, SlideType as Za, LandingPageDocument as Zi, QuerySortContentPillars as Zn, SharedQuestionAnswer as Zo, QueryStrapiSearchClientContentPillars as Zr, SUpdateLeadRequest as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, ClientUserDocument as _a, TeamworkTasklistResponse as _i, SUpdateGCFlyTourSnapDocument as _n, ComponentBrandStyleguideColor as _o, ClientUserSortKeys as _r, MediaFormat as _s, SUpdateResumeInfo as _t, isStrapiAttributeError as a, NewsletterSignupDocument as aa, SUpdateCategoryDocument as ai, QueryStrapiBySlug as an, SliderOrigin as ao, QueryStrapiCommentsInHeirarchy as ar, SharedLink as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, UserAuthorizationLoginResponse as ba, TeamworkTask as bi, VNumberNullable as bn, BlockSectionTitle as bo, SQueryListClientUserDocuments as br, FormSelectInputOption as bs, checkIsValidUrlList as bt, dateToday as c, CommentReportDocument as ca, QuerySortBlogPosts as ci, QuerySortGCFlyTours as cn, ComponentFormSelect as co, SReportCommentDocument as cr, StrapiAttributeErrorResponse as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, ClientDocument as da, canAssignPermission as di, SUpdateGCFlyTourDocument as dn, ComponentFormDownload as do, ClientSortKeys as dr, StrapiErrorResult as ds, SCreateStrapiMediaUploadDocument as dt, BlogPageDocument as ea, SUpdateClientContentPillarDocumentRequest as ei, QueryStrapiByDocumentId as en, ComponentSlideshowSettings as eo, SUpdateContentPillarDocument as er, RichTextBlockChildren as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, ProductHighlightDocument as fa, hasPermission as fi, SUpdateGCFlyTourDocumentRequest as fn, FormDownload as fo, QuerySortClients as fr, StrapiListResponse as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, GCFlyTourSnapDocument as ga, TeamworkTasklist as gi, SCreateGCFlyTourSnapDocument as gn, BrandStyleguideColor as go, SUpdateClientDocumentRequest as gr, StrapiSingleResponse as gs, SCreateResumeInfoDocument as gt, SReadUtmTrackingLinkDocumentByUrl as h, GCFlyTourDocument as ha, RolesWithPermissions as hi, QueryStrapiSearchGCFlyTourSnaps as hn, ComponentBrandStyleguideFont as ho, SUpdateClientDocument as hr, StrapiResponseMetaWithPagination as hs, SCreateResumeInfo as ht, validateAndClean as i, ResumeDocument as ia, SCreateCategoryDocument as ii, QueryStrapiByPhone as in, SliderBreakpoint as io, QueryStrapiCommentsFlat as ir, ComponentSharedLink as is, QuerySortTags as it, SChangePassword as j, ClientMediaPlatformDocument as ja, TeamworkUserAccount as ji, VStringPhone as jn, BlockFaq as jo, QuerySortClientReports as jr, StrapiThemeOptions as js, MediaPlatformSortKeys as jt, SAuthConnectProviderRedirectSearch as k, ClientReportDocument as ka, TeamworkProjectsResponse as ki, VStringMinMax as kn, BlockVideoEmbed as ko, SUpdateClientStyleguideDocumentRequest as kr, StrapiLinkType as ks, SUpdateMondayWorkspaceDocument as kt, QuerySortUtmTrackingLinks as l, ClientContentPillarDocument as la, QueryStrapiSearchBlogPosts as li, QueryStrapiSearchGCFlyTours as ln, FormSelect as lo, SUpdateCommentDocument as lr, StrapiErrorDetail as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, MondayWorkspaceDocument as ma, Permissions as mi, QuerySortGCFlyTourSnaps as mn, BrandStyleguideFont as mo, SCreateClientDocument as mr, StrapiResponseMeta as ms, SCreateResume as mt, isValidationSuccess as n, UrlRedirectQueryParams as na, QuerySortCategories as ni, QueryStrapiById as nn, SlideshowSettings as no, QueryFilterStrapiComments as nr, ComponentSharedButton as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, LeadDocument as oa, SUpdateCategoryDocumentRequest as oi, QueryStrapiPaginated as on, SliderSettings as oo, SCreateCommentDocument as or, StrapiAttributeErrorDetail as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, ProductDocument as pa, LCRUDActions as pi, GCFlyTourSnapSortKeys as pn, FormDownloadKeys as po, QueryStrapiSearchClients as pr, StrapiPagination as ps, SharpSpringSignUpToDownload as pt, UrlRedirectSortKeys as q, ComponentSlideshow as qa, TeamworkResponseMetaPagination as qi, VRelationMany as qn, MetaSocialNetwork as qo, SUpdateClientMediaPlatformDocument as qr, SUpdateMediaContentTypeDocument as qt, omitUndefined as r, UrlRedirectStatusCode as ra, QueryStrapiSearchCategories as ri, QueryStrapiByName as rn, ComponentSliderSettings as ro, QuerySortStrapiComments as rr, SharedButton as rs, TeamMemberSortKeys as rt, datePlusDays as s, CommentDocument as sa, BlogPostSortKeys as si, GCFlyTourSortKeys as sn, SliderSpacing as so, SDeleteCommentDocument as sr, StrapiAttributeErrorKey as ss, SUpdateTagDocument as st, isValidationFailure as t, UrlRedirectDocument as ta, CategorySortKeys as ti, QueryStrapiByEmail as tn, SlideshowMode as to, SUpdateContentPillarDocumentRequest as tr, SharedRichTextBlock as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, ContentPillarDocument as ua, QueryStrapiSearchBlogPostsBySlug as ui, SCreateGCFlyTourDocument as un, FormUID as uo, StrapiCommentSortKeys as ur, StrapiErrorResponse as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, ClientUserDocumentStatus as va, TeamworkTasklistResponseMeta as vi, SUpdateGCFlyTourSnapDocumentRequest as vn, BlockTextDetails as vo, QuerySortClientUsers as vr, MediaFormats as vs, SUpdateResumeInfoDocument as vt, QueryStrapiUsers as w, UserAccountDocument as wa, TeamworkTaskUserPermissions as wi, VStringEmail as wn, BlockGraphicImage as wo, ClientStyleguideSortKeys as wr, StrapiIconName as ws, SUpdateNewsletterSignupRequest as wt, SUtmLinkBuilderTableForm as x, UserAuthorizationSuccessResponse as xa, TeamworkTaskCard as xi, VPage as xn, ComponentBlockSectionTitle as xo, SUpdateClientUserDocument as xr, StrapiBgColorOptions as xs, SCreateNewsletterSignup as xt, SUtmLinkBuilderPartCampaignDateOptions as y, AuthorizedUserDocument as ya, TeamworkTasklistsResponse as yi, VIntegerNullable as yn, ComponentBlockTextDetails as yo, SCreateClientUserDocument as yr, MediaUploadDocument as ys, SUpdateResumeInfoRequest as yt, SReadUserAccountById as z, TeamMemberTier as za, TeamworkProjectCategory as zi, VStringUrlUtm as zn, BlockBrandLogos as zo, SAssociateClientToClientProjectDocument as zr, ROLE_PERMISSIONS as zs, QueryStrapiSearchMediaCreativeFormats as zt };
|
|
6368
|
-
//# sourceMappingURL=index-
|
|
7932
|
+
export { TeamworkProjectHealthSelectSortOptions as $, SlideshowComponentSlideSettings as $a, CareersPageDocument as $i, SCreateContentPillarDocument as $n, RichTextBlock as $o, SUpdateClientContentPillarDocument as $r, QuerySortGCFlyTours as $t, SAuthRawAccessToken as A, ClientProjectDocument as Aa, TeamworkResponseMetaProjectStats as Ai, VStringUrlUtm as An, ComponentBlockVideo as Ao, ClientReportSortKeys as Ar, StrapiTextColorOptions as As, SUpdateMondayWorkspaceDocumentRequest as At, SUpdateUserAccount as B, TrendDocument as Ba, TeamworkCustomField as Bi, VRelationOne as Bn, ComponentBlockBrandLogos as Bo, SCreateClientProjectDocument as Br, SCreateMediaCreativeFormatDocument as Bt, QuerySortUsers as C, UtmTrackingLinkDocument as Ca, TeamworkTaskResponseMeta as Ci, VStringPhoneNullable as Cn, ComponentBlockPullQuote as Co, SVerifyClientUserDocument as Cr, StrapiGapSizes as Cs, SUpdateNewsletterSignupDocument as Ct, UserSortKeys as D, PermissionDocument as Da, TeamworkProjectResponse as Di, VStringUrl as Dn, BlockFullscreenContentType as Do, SCreateClientStyleguideDocument as Dr, StrapiLinkRel as Ds, QueryStrapiSearchMondayWorkspaces as Dt, SCreateUserDocument as E, RoleType as Ea, TeamworkProject as Ei, VStringSlug as En, BlockFullscreenContent as Eo, QueryStrapiSearchClientStyleguide as Er, StrapiLinkReferrerPolicy as Es, QuerySortMondayWorkspaces as Et, SRequestConfirmEmail as F, BlogPostBlock as Fa, TeamworkTagsResponse as Fi, SEntityRelation as Fn, BlockContact as Fo, SUpdateClientReportDocumentRequest as Fr, CLIENT_ENTITY_SCOPES as Fs, SUpdateMediaPlatformDocument as Ft, QueryStrapiPaginatedUrlRedirects as G, UtmOption as Ga, TeamworkRelatedMeta as Gi, QueryStrapiById as Gn, ComponentSeoMeta as Go, QueryStrapiSearchClientMediaPlatforms as Gr, QueryStrapiSearchMediaContentTypes as Gt, SUpdateUserAccountLastName as H, CategoryDocument as Ha, TeamworkCompany as Hi, QuerySortEntities as Hn, ComponentBlockAnnouncementBar as Ho, SUpdateClientProjectDocumentRequest as Hr, SUpdateMediaCreativeFormatDocumentRequest as Ht, SResetUserPassword as I, BlogPostDocument as Ia, TeamworkProjectUpdate as Ii, SSetManyEntityRelation as In, ComponentBlockContact as Io, ClientProjectSortKeys as Ir, ClientEntityActions as Is, SUpdateMediaPlatformDocumentRequest as It, SUpdateTrendsLikes as J, Slideshow as Ja, UtmMetaPageDocument as Ji, QueryStrapiBySlug as Jn, OpenGraph as Jo, SUpdateClientMediaPlatformDocumentRequest as Jr, SUpdateMediaContentTypeDocumentRequest as Jt, QueryStrapiUrlRedirectsByFrom as K, UtmSourceKey as Ka, TeamworkResponseMeta as Ki, QueryStrapiByName as Kn, MetaSocial as Ko, SCreateClientMediaPlatformDocument as Kr, SCreateMediaContentTypeDocument as Kt, SUserToken as L, TeamMemberDocument as La, TeamworkProjectTaskStat as Li, SSetOneEntityRelation as Ln, BlockButtonGroup as Lo, QuerySortClientProjects as Lr, ClientEntityKey as Ls, MediaCreativeFormatSortKeys as Lt, SForgotUserPassword as M, MediaPlatformDocument as Ma, TeamworkTag as Mi, SConnectOneEntityRelation as Mn, ComponentBlockFaq as Mo, QueryStrapiSearchClientReports as Mr, BaseDocument as Ms, QuerySortMediaPlatforms as Mt, SLoginUser as N, MediaContentTypeDocument as Na, TeamworkTagResponse as Ni, SDisconnectManyEntityRelation as Nn, BlockCtaLink as No, SCreateClientReportDocument as Nr, CLIENT_ENTITY_KEYS as Ns, QueryStrapiSearchMediaPlatforms as Nt, SAuthConnectProviderConfirmation as O, ClientStyleguideDocument as Oa, TeamworkProjectResponseMeta as Oi, VStringUrlNoUtm as On, ComponentBlockFullscreenContent as Oo, SUpdateClientStyleguideDocument as Or, StrapiLinkTarget as Os, SCreateMondayWorkspaceDocument as Ot, SRegisterUser as P, MediaCreativeFormatDocument as Pa, TeamworkTagResponseMeta as Pi, SDisconnectOneEntityRelation as Pn, ComponentBlockCtaLink as Po, SUpdateClientReportDocument as Pr, CLIENT_ENTITY_PERMISSIONS as Ps, SCreateMediaPlatformDocument as Pt, TeamworkProjectHealthProjectStatusOptions as Q, SlideshowComponentProps as Qa, FAQPageDocument as Qi, QueryStrapiSearchContentPillars as Qn, ComponentSharedRichTextBlock as Qo, SCreateClientContentPillarDocument as Qr, GCFlyTourSortKeys as Qt, SReadUserAccountByDocumentId as R, TeamMemberGroup as Ra, TeamworkProjectCustomField as Ri, VRelationMany as Rn, ComponentBlockButtonGroup as Ro, QueryStrapiSearchClientProjects as Rr, ClientEntityScope as Rs, QuerySortMediaCreativeFormat as Rt, SUtmLinkBuilderTableFormInput as S, UserDocument as Sa, TeamworkTaskResponse as Si, VStringPhone as Sn, BlockPullQuote as So, SUpdateClientUserDocumentRequest as Sr, StrapiDirection as Ss, SCreateNewsletterSignupDocument as St, QueryStrapiUsersByIdentifier as T, RoleDocument as Ta, TeamworkTasksResponse as Ti, VStringShortNullable as Tn, ComponentBlockGraphicImage as To, QuerySortClientStyleguides as Tr, StrapiIconPosition as Ts, MondayWorkspaceSortKeys as Tt, SUpdateUserAccountPreferredName as U, ComponentUtmOption as Ua, TeamworkActivePages as Ui, QueryStrapiByDocumentId as Un, ComponentMetaSocial as Uo, ClientMediaPlatformSortKeys as Ur, MediaContentTypeSortKeys as Ut, SUpdateUserAccountFirstName as V, TagDocument as Va, TeamworkCurrency as Vi, EntitySortKeys as Vn, BlockAnnouncementBar as Vo, SUpdateClientProjectDocument as Vr, SUpdateMediaCreativeFormatDocument as Vt, QuerySortUrlRedirects as W, UtmClassificationKey as Wa, TeamworkLockdown as Wi, QueryStrapiByEmail as Wn, ComponentOpenGraph as Wo, QuerySortClientMediaPlatforms as Wr, QuerySortMediaContentType as Wt, QueryStrapiSearchTeamworkProjectHealth as X, SlideContent as Xa, PolicyPageDocument as Xi, ContentPillarSortKeys as Xn, ComponentSharedQuestionAnswer as Xo, QuerySortClientContentPillars as Xr, SUpdateLeadDocument as Xt, QuerySortTeamworkProjectHealth as Y, ComponentSlideContent as Ya, TeamPageDocument as Yi, QueryStrapiPaginated as Yn, SeoMeta as Yo, ClientContentPillarSortKeys as Yr, SCreateLeadDocument as Yt, TeamworkProjectHealthProjectStatus as Z, SlideType as Za, LandingPageDocument as Zi, QuerySortContentPillars as Zn, SharedQuestionAnswer as Zo, QueryStrapiSearchClientContentPillars as Zr, SUpdateLeadRequest as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, ClientUserDocument as _a, TeamworkTasklistResponse as _i, VStringLongNullable as _n, ComponentBrandStyleguideColor as _o, ClientUserSortKeys as _r, MediaFormat as _s, SUpdateResumeInfo as _t, isStrapiAttributeError as a, NewsletterSignupDocument as aa, SUpdateCategoryDocument as ai, QuerySortGCFlyTourSnaps as an, SliderOrigin as ao, QueryStrapiCommentsInHeirarchy as ar, SharedLink as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, UserAuthorizationLoginResponse as ba, TeamworkTask as bi, VStringMinMax as bn, BlockSectionTitle as bo, SQueryListClientUserDocuments as br, FormSelectInputOption as bs, checkIsValidUrlList as bt, dateToday as c, CommentReportDocument as ca, QuerySortBlogPosts as ci, SUpdateGCFlyTourSnapDocument as cn, ComponentFormSelect as co, SReportCommentDocument as cr, StrapiAttributeErrorResponse as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, ClientDocument as da, canAssignPermission as di, VNumberNullable as dn, ComponentFormDownload as do, ClientSortKeys as dr, StrapiErrorResult as ds, SCreateStrapiMediaUploadDocument as dt, BlogPageDocument as ea, SUpdateClientContentPillarDocumentRequest as ei, QueryStrapiSearchGCFlyTours as en, ComponentSlideshowSettings as eo, SUpdateContentPillarDocument as er, RichTextBlockChildren as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, ProductHighlightDocument as fa, hasPermission as fi, VPage as fn, FormDownload as fo, QuerySortClients as fr, StrapiListResponse as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, GCFlyTourSnapDocument as ga, TeamworkTasklist as gi, VStringLong as gn, BrandStyleguideColor as go, SUpdateClientDocumentRequest as gr, StrapiSingleResponse as gs, SCreateResumeInfoDocument as gt, SReadUtmTrackingLinkDocumentByUrl as h, GCFlyTourDocument as ha, RolesWithPermissions as hi, VStringEmail as hn, ComponentBrandStyleguideFont as ho, SUpdateClientDocument as hr, StrapiResponseMetaWithPagination as hs, SCreateResumeInfo as ht, validateAndClean as i, ResumeDocument as ia, SCreateCategoryDocument as ii, GCFlyTourSnapSortKeys as in, SliderBreakpoint as io, QueryStrapiCommentsFlat as ir, ComponentSharedLink as is, QuerySortTags as it, SChangePassword as j, ClientMediaPlatformDocument as ja, TeamworkUserAccount as ji, SConnectManyEntityRelation as jn, BlockFaq as jo, QuerySortClientReports as jr, StrapiThemeOptions as js, MediaPlatformSortKeys as jt, SAuthConnectProviderRedirectSearch as k, ClientReportDocument as ka, TeamworkProjectsResponse as ki, VStringUrlNullable as kn, BlockVideoEmbed as ko, SUpdateClientStyleguideDocumentRequest as kr, StrapiLinkType as ks, SUpdateMondayWorkspaceDocument as kt, QuerySortUtmTrackingLinks as l, ClientContentPillarDocument as la, QueryStrapiSearchBlogPosts as li, SUpdateGCFlyTourSnapDocumentRequest as ln, FormSelect as lo, SUpdateCommentDocument as lr, StrapiErrorDetail as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, MondayWorkspaceDocument as ma, Permissions as mi, VString as mn, BrandStyleguideFont as mo, SCreateClientDocument as mr, StrapiResponseMeta as ms, SCreateResume as mt, isValidationSuccess as n, UrlRedirectQueryParams as na, QuerySortCategories as ni, SUpdateGCFlyTourDocument as nn, SlideshowSettings as no, QueryFilterStrapiComments as nr, ComponentSharedButton as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, LeadDocument as oa, SUpdateCategoryDocumentRequest as oi, QueryStrapiSearchGCFlyTourSnaps as on, SliderSettings as oo, SCreateCommentDocument as or, StrapiAttributeErrorDetail as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, ProductDocument as pa, LCRUDActions as pi, VSize as pn, FormDownloadKeys as po, QueryStrapiSearchClients as pr, StrapiPagination as ps, SharpSpringSignUpToDownload as pt, UrlRedirectSortKeys as q, ComponentSlideshow as qa, TeamworkResponseMetaPagination as qi, QueryStrapiByPhone as qn, MetaSocialNetwork as qo, SUpdateClientMediaPlatformDocument as qr, SUpdateMediaContentTypeDocument as qt, omitUndefined as r, UrlRedirectStatusCode as ra, QueryStrapiSearchCategories as ri, SUpdateGCFlyTourDocumentRequest as rn, ComponentSliderSettings as ro, QuerySortStrapiComments as rr, SharedButton as rs, TeamMemberSortKeys as rt, datePlusDays as s, CommentDocument as sa, BlogPostSortKeys as si, SCreateGCFlyTourSnapDocument as sn, SliderSpacing as so, SDeleteCommentDocument as sr, StrapiAttributeErrorKey as ss, SUpdateTagDocument as st, isValidationFailure as t, UrlRedirectDocument as ta, CategorySortKeys as ti, SCreateGCFlyTourDocument as tn, SlideshowMode as to, SUpdateContentPillarDocumentRequest as tr, SharedRichTextBlock as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, ContentPillarDocument as ua, QueryStrapiSearchBlogPostsBySlug as ui, VIntegerNullable as un, FormUID as uo, StrapiCommentSortKeys as ur, StrapiErrorResponse as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, ClientUserDocumentStatus as va, TeamworkTasklistResponseMeta as vi, VStringMax as vn, BlockTextDetails as vo, QuerySortClientUsers as vr, MediaFormats as vs, SUpdateResumeInfoDocument as vt, QueryStrapiUsers as w, UserAccountDocument as wa, TeamworkTaskUserPermissions as wi, VStringShort as wn, BlockGraphicImage as wo, ClientStyleguideSortKeys as wr, StrapiIconName as ws, SUpdateNewsletterSignupRequest as wt, SUtmLinkBuilderTableForm as x, UserAuthorizationSuccessResponse as xa, TeamworkTaskCard as xi, VStringMinMaxRegex as xn, ComponentBlockSectionTitle as xo, SUpdateClientUserDocument as xr, StrapiBgColorOptions as xs, SCreateNewsletterSignup as xt, SUtmLinkBuilderPartCampaignDateOptions as y, AuthorizedUserDocument as ya, TeamworkTasklistsResponse as yi, VStringMaxRegex as yn, ComponentBlockTextDetails as yo, SCreateClientUserDocument as yr, MediaUploadDocument as ys, SUpdateResumeInfoRequest as yt, SReadUserAccountById as z, TeamMemberTier as za, TeamworkProjectCategory as zi, VRelationManyQuery as zn, BlockBrandLogos as zo, SAssociateClientToClientProjectDocument as zr, ROLE_PERMISSIONS as zs, QueryStrapiSearchMediaCreativeFormats as zt };
|
|
7933
|
+
//# sourceMappingURL=index-DixG87wu.d.cts.map
|