@getcommunity/gc-validators 0.0.228 → 0.0.229
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-dSPeblY2.d.mts → index-CG8TZb-Q.d.mts} +56 -562
- package/dist/{index-CGqdsiYt.d.cts → index-ofl6yAKS.d.cts} +56 -562
- package/dist/index.cjs +0 -8
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/permissions.d.cts +1 -1
- package/dist/permissions.d.mts +1 -1
- package/dist/schemas.cjs +25 -57
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +2 -2
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +26 -50
- 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
|
@@ -2263,76 +2263,22 @@ declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
|
2263
2263
|
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
2264
2264
|
declare const SCreateClientContentPillarDocument: v.ObjectSchema<{
|
|
2265
2265
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2266
|
-
readonly client: v.OptionalSchema<v.
|
|
2267
|
-
|
|
2268
|
-
}, undefined>, v.ObjectSchema<{
|
|
2269
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2270
|
-
}, undefined>, v.ObjectSchema<{
|
|
2271
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2272
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2273
|
-
}, undefined>, v.ObjectSchema<{
|
|
2274
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2275
|
-
}, undefined>], undefined>, undefined>;
|
|
2276
|
-
readonly content_pillar: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2277
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2278
|
-
}, undefined>, v.ObjectSchema<{
|
|
2279
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2280
|
-
}, undefined>, v.ObjectSchema<{
|
|
2281
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2282
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2283
|
-
}, undefined>, v.ObjectSchema<{
|
|
2284
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2285
|
-
}, undefined>], undefined>, undefined>;
|
|
2266
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2267
|
+
readonly content_pillar: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2286
2268
|
}, undefined>;
|
|
2287
2269
|
type SCreateClientContentPillarDocument = v.InferOutput<typeof SCreateClientContentPillarDocument>;
|
|
2288
2270
|
declare const SUpdateClientContentPillarDocument: v.ObjectSchema<{
|
|
2289
2271
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2290
|
-
readonly client: v.OptionalSchema<v.
|
|
2291
|
-
|
|
2292
|
-
}, undefined>, v.ObjectSchema<{
|
|
2293
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2294
|
-
}, undefined>, v.ObjectSchema<{
|
|
2295
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2296
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2297
|
-
}, undefined>, v.ObjectSchema<{
|
|
2298
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2299
|
-
}, undefined>], undefined>, undefined>;
|
|
2300
|
-
readonly content_pillar: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2301
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2302
|
-
}, undefined>, v.ObjectSchema<{
|
|
2303
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2304
|
-
}, undefined>, v.ObjectSchema<{
|
|
2305
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2306
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2307
|
-
}, undefined>, v.ObjectSchema<{
|
|
2308
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2309
|
-
}, undefined>], undefined>, undefined>;
|
|
2272
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2273
|
+
readonly content_pillar: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2310
2274
|
}, undefined>;
|
|
2311
2275
|
type SUpdateClientContentPillarDocument = v.InferOutput<typeof SUpdateClientContentPillarDocument>;
|
|
2312
2276
|
declare const SUpdateClientContentPillarDocumentRequest: v.ObjectSchema<{
|
|
2313
2277
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2314
2278
|
readonly data: v.ObjectSchema<{
|
|
2315
2279
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2316
|
-
readonly client: v.OptionalSchema<v.
|
|
2317
|
-
|
|
2318
|
-
}, undefined>, v.ObjectSchema<{
|
|
2319
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2320
|
-
}, undefined>, v.ObjectSchema<{
|
|
2321
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2322
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2323
|
-
}, undefined>, v.ObjectSchema<{
|
|
2324
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2325
|
-
}, undefined>], undefined>, undefined>;
|
|
2326
|
-
readonly content_pillar: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2327
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2328
|
-
}, undefined>, v.ObjectSchema<{
|
|
2329
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2330
|
-
}, undefined>, v.ObjectSchema<{
|
|
2331
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2332
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2333
|
-
}, undefined>, v.ObjectSchema<{
|
|
2334
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2335
|
-
}, undefined>], undefined>, undefined>;
|
|
2280
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2281
|
+
readonly content_pillar: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2336
2282
|
}, undefined>;
|
|
2337
2283
|
}, undefined>;
|
|
2338
2284
|
type SUpdateClientContentPillarDocumentRequest = v.InferOutput<typeof SUpdateClientContentPillarDocumentRequest>;
|
|
@@ -2354,76 +2300,22 @@ declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
|
2354
2300
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
2355
2301
|
declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2356
2302
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
2357
|
-
readonly client: v.OptionalSchema<v.
|
|
2358
|
-
|
|
2359
|
-
}, undefined>, v.ObjectSchema<{
|
|
2360
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2361
|
-
}, undefined>, v.ObjectSchema<{
|
|
2362
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2363
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2364
|
-
}, undefined>, v.ObjectSchema<{
|
|
2365
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2366
|
-
}, undefined>], undefined>, undefined>;
|
|
2367
|
-
readonly media_platform: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2368
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2369
|
-
}, undefined>, v.ObjectSchema<{
|
|
2370
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2371
|
-
}, undefined>, v.ObjectSchema<{
|
|
2372
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2373
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2374
|
-
}, undefined>, v.ObjectSchema<{
|
|
2375
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2376
|
-
}, undefined>], undefined>, undefined>;
|
|
2303
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2304
|
+
readonly media_platform: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2377
2305
|
}, undefined>;
|
|
2378
2306
|
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
2379
2307
|
declare const SUpdateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2380
2308
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2381
|
-
readonly client: v.OptionalSchema<v.
|
|
2382
|
-
|
|
2383
|
-
}, undefined>, v.ObjectSchema<{
|
|
2384
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2385
|
-
}, undefined>, v.ObjectSchema<{
|
|
2386
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2387
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2388
|
-
}, undefined>, v.ObjectSchema<{
|
|
2389
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2390
|
-
}, undefined>], undefined>, undefined>;
|
|
2391
|
-
readonly media_platform: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2392
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2393
|
-
}, undefined>, v.ObjectSchema<{
|
|
2394
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2395
|
-
}, undefined>, v.ObjectSchema<{
|
|
2396
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2397
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2398
|
-
}, undefined>, v.ObjectSchema<{
|
|
2399
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2400
|
-
}, undefined>], undefined>, undefined>;
|
|
2309
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2310
|
+
readonly media_platform: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2401
2311
|
}, undefined>;
|
|
2402
2312
|
type SUpdateClientMediaPlatformDocument = v.InferOutput<typeof SUpdateClientMediaPlatformDocument>;
|
|
2403
2313
|
declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
2404
2314
|
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2405
2315
|
readonly data: v.ObjectSchema<{
|
|
2406
2316
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2407
|
-
readonly client: v.OptionalSchema<v.
|
|
2408
|
-
|
|
2409
|
-
}, undefined>, v.ObjectSchema<{
|
|
2410
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2411
|
-
}, undefined>, v.ObjectSchema<{
|
|
2412
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2413
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2414
|
-
}, undefined>, v.ObjectSchema<{
|
|
2415
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2416
|
-
}, undefined>], undefined>, undefined>;
|
|
2417
|
-
readonly media_platform: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2418
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2419
|
-
}, undefined>, v.ObjectSchema<{
|
|
2420
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2421
|
-
}, undefined>, v.ObjectSchema<{
|
|
2422
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2423
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2424
|
-
}, undefined>, v.ObjectSchema<{
|
|
2425
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2426
|
-
}, undefined>], undefined>, undefined>;
|
|
2317
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2318
|
+
readonly media_platform: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2427
2319
|
}, undefined>;
|
|
2428
2320
|
}, undefined>;
|
|
2429
2321
|
type SUpdateClientMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformDocumentRequest>;
|
|
@@ -2552,16 +2444,7 @@ declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
|
2552
2444
|
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2553
2445
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
2554
2446
|
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2555
|
-
readonly clients: v.OptionalSchema<v.
|
|
2556
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2557
|
-
}, undefined>, v.ObjectSchema<{
|
|
2558
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2559
|
-
}, undefined>, v.ObjectSchema<{
|
|
2560
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2561
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2562
|
-
}, undefined>, v.ObjectSchema<{
|
|
2563
|
-
readonly set: 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>]>;
|
|
2564
|
-
}, undefined>], undefined>, undefined>;
|
|
2447
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2565
2448
|
}, undefined>;
|
|
2566
2449
|
type SCreateClientReportDocument = v.InferOutput<typeof SCreateClientReportDocument>;
|
|
2567
2450
|
declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
@@ -2571,16 +2454,7 @@ declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
|
2571
2454
|
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2572
2455
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2573
2456
|
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2574
|
-
readonly clients: v.OptionalSchema<v.
|
|
2575
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2576
|
-
}, undefined>, v.ObjectSchema<{
|
|
2577
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2578
|
-
}, undefined>, v.ObjectSchema<{
|
|
2579
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2580
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2581
|
-
}, undefined>, v.ObjectSchema<{
|
|
2582
|
-
readonly set: 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>]>;
|
|
2583
|
-
}, undefined>], undefined>, undefined>;
|
|
2457
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2584
2458
|
}, undefined>;
|
|
2585
2459
|
type SUpdateClientReportDocument = v.InferOutput<typeof SUpdateClientReportDocument>;
|
|
2586
2460
|
declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
@@ -2592,16 +2466,7 @@ declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
|
2592
2466
|
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2593
2467
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2594
2468
|
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
2595
|
-
readonly clients: v.OptionalSchema<v.
|
|
2596
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2597
|
-
}, undefined>, v.ObjectSchema<{
|
|
2598
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2599
|
-
}, undefined>, v.ObjectSchema<{
|
|
2600
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2601
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2602
|
-
}, undefined>, v.ObjectSchema<{
|
|
2603
|
-
readonly set: 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>]>;
|
|
2604
|
-
}, undefined>], undefined>, undefined>;
|
|
2469
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2605
2470
|
}, undefined>;
|
|
2606
2471
|
}, undefined>;
|
|
2607
2472
|
type SUpdateClientReportDocumentRequest = v.InferOutput<typeof SUpdateClientReportDocumentRequest>;
|
|
@@ -2623,31 +2488,13 @@ type QueryStrapiSearchClientStyleguide = v.InferOutput<typeof QueryStrapiSearchC
|
|
|
2623
2488
|
declare const SCreateClientStyleguideDocument: v.ObjectSchema<{
|
|
2624
2489
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2625
2490
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
2626
|
-
readonly client: v.OptionalSchema<v.
|
|
2627
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2628
|
-
}, undefined>, v.ObjectSchema<{
|
|
2629
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2630
|
-
}, undefined>, v.ObjectSchema<{
|
|
2631
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2632
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2633
|
-
}, undefined>, v.ObjectSchema<{
|
|
2634
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2635
|
-
}, undefined>], undefined>, undefined>;
|
|
2491
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2636
2492
|
}, undefined>;
|
|
2637
2493
|
type SCreateClientStyleguideDocument = v.InferOutput<typeof SCreateClientStyleguideDocument>;
|
|
2638
2494
|
declare const SUpdateClientStyleguideDocument: v.ObjectSchema<{
|
|
2639
2495
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2640
2496
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2641
|
-
readonly client: v.OptionalSchema<v.
|
|
2642
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2643
|
-
}, undefined>, v.ObjectSchema<{
|
|
2644
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2645
|
-
}, undefined>, v.ObjectSchema<{
|
|
2646
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2647
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2648
|
-
}, undefined>, v.ObjectSchema<{
|
|
2649
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2650
|
-
}, undefined>], undefined>, undefined>;
|
|
2497
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2651
2498
|
}, undefined>;
|
|
2652
2499
|
type SUpdateClientStyleguideDocument = v.InferOutput<typeof SUpdateClientStyleguideDocument>;
|
|
2653
2500
|
declare const SUpdateClientStyleguideDocumentRequest: v.ObjectSchema<{
|
|
@@ -2655,16 +2502,7 @@ declare const SUpdateClientStyleguideDocumentRequest: v.ObjectSchema<{
|
|
|
2655
2502
|
readonly data: v.ObjectSchema<{
|
|
2656
2503
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2657
2504
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2658
|
-
readonly client: v.OptionalSchema<v.
|
|
2659
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2660
|
-
}, undefined>, v.ObjectSchema<{
|
|
2661
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2662
|
-
}, undefined>, v.ObjectSchema<{
|
|
2663
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2664
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2665
|
-
}, undefined>, v.ObjectSchema<{
|
|
2666
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2667
|
-
}, undefined>], undefined>, undefined>;
|
|
2505
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2668
2506
|
}, undefined>;
|
|
2669
2507
|
}, undefined>;
|
|
2670
2508
|
type SUpdateClientStyleguideDocumentRequest = v.InferOutput<typeof SUpdateClientStyleguideDocumentRequest>;
|
|
@@ -2680,26 +2518,8 @@ declare const SQueryListClientUserDocuments: v.ObjectSchema<{
|
|
|
2680
2518
|
}, undefined>;
|
|
2681
2519
|
type SQueryListClientUserDocuments = v.InferOutput<typeof SQueryListClientUserDocuments>;
|
|
2682
2520
|
declare const SCreateClientUserDocument: v.ObjectSchema<{
|
|
2683
|
-
readonly client: v.OptionalSchema<v.
|
|
2684
|
-
|
|
2685
|
-
}, undefined>, v.ObjectSchema<{
|
|
2686
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2687
|
-
}, undefined>, v.ObjectSchema<{
|
|
2688
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2689
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2690
|
-
}, undefined>, v.ObjectSchema<{
|
|
2691
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2692
|
-
}, undefined>], undefined>, undefined>;
|
|
2693
|
-
readonly user: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
2694
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2695
|
-
}, undefined>, v.ObjectSchema<{
|
|
2696
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2697
|
-
}, undefined>, v.ObjectSchema<{
|
|
2698
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2699
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2700
|
-
}, undefined>, v.ObjectSchema<{
|
|
2701
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2702
|
-
}, undefined>], undefined>, undefined>;
|
|
2521
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2522
|
+
readonly user: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2703
2523
|
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
2704
2524
|
}, undefined>;
|
|
2705
2525
|
type SCreateClientUserDocument = v.InferOutput<typeof SCreateClientUserDocument>;
|
|
@@ -2932,32 +2752,14 @@ declare const SCreateContentPillarDocument: v.ObjectSchema<{
|
|
|
2932
2752
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2933
2753
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
2934
2754
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2935
|
-
readonly clients: v.OptionalSchema<v.
|
|
2936
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2937
|
-
}, undefined>, v.ObjectSchema<{
|
|
2938
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2939
|
-
}, undefined>, v.ObjectSchema<{
|
|
2940
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2941
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2942
|
-
}, undefined>, v.ObjectSchema<{
|
|
2943
|
-
readonly set: 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>]>;
|
|
2944
|
-
}, undefined>], undefined>, undefined>;
|
|
2755
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2945
2756
|
}, undefined>;
|
|
2946
2757
|
type SCreateContentPillarDocument = v.InferOutput<typeof SCreateContentPillarDocument>;
|
|
2947
2758
|
declare const SUpdateContentPillarDocument: v.ObjectSchema<{
|
|
2948
2759
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2949
2760
|
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>;
|
|
2950
2761
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2951
|
-
readonly clients: v.OptionalSchema<v.
|
|
2952
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2953
|
-
}, undefined>, v.ObjectSchema<{
|
|
2954
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2955
|
-
}, undefined>, v.ObjectSchema<{
|
|
2956
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2957
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2958
|
-
}, undefined>, v.ObjectSchema<{
|
|
2959
|
-
readonly set: 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>]>;
|
|
2960
|
-
}, undefined>], undefined>, undefined>;
|
|
2762
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2961
2763
|
}, undefined>;
|
|
2962
2764
|
type SUpdateContentPillarDocument = v.InferOutput<typeof SUpdateContentPillarDocument>;
|
|
2963
2765
|
declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
@@ -2966,16 +2768,7 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
2966
2768
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2967
2769
|
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>;
|
|
2968
2770
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2969
|
-
readonly clients: v.OptionalSchema<v.
|
|
2970
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2971
|
-
}, undefined>, v.ObjectSchema<{
|
|
2972
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2973
|
-
}, undefined>, v.ObjectSchema<{
|
|
2974
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2975
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
2976
|
-
}, undefined>, v.ObjectSchema<{
|
|
2977
|
-
readonly set: 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>]>;
|
|
2978
|
-
}, undefined>], undefined>, undefined>;
|
|
2771
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2979
2772
|
}, undefined>;
|
|
2980
2773
|
}, undefined>;
|
|
2981
2774
|
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
@@ -3020,47 +2813,9 @@ declare const QueryStrapiByName: v.ObjectSchema<{
|
|
|
3020
2813
|
type QueryStrapiByName = v.InferOutput<typeof QueryStrapiByName>;
|
|
3021
2814
|
//#endregion
|
|
3022
2815
|
//#region src/schemas/core-relations.schemas.d.ts
|
|
3023
|
-
declare const
|
|
3024
|
-
declare const SEntityRelationArray: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3025
|
-
declare const SAssociateConnectOneEntity: v.ObjectSchema<{
|
|
3026
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3027
|
-
}, undefined>;
|
|
3028
|
-
declare const SAssociateDisonnectOneEntity: v.ObjectSchema<{
|
|
3029
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3030
|
-
}, undefined>;
|
|
3031
|
-
declare const SSetOneEntity: v.ObjectSchema<{
|
|
3032
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3033
|
-
}, undefined>;
|
|
3034
|
-
declare const SAssociateOneEntity: v.UnionSchema<[v.ObjectSchema<{
|
|
3035
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3036
|
-
}, undefined>, v.ObjectSchema<{
|
|
3037
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3038
|
-
}, undefined>, v.ObjectSchema<{
|
|
3039
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3040
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3041
|
-
}, undefined>, v.ObjectSchema<{
|
|
3042
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3043
|
-
}, undefined>], undefined>;
|
|
2816
|
+
declare const SAssociateOneEntity: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3044
2817
|
type SAssociateOneEntity = v.InferOutput<typeof SAssociateOneEntity>;
|
|
3045
|
-
declare const
|
|
3046
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3047
|
-
}, undefined>;
|
|
3048
|
-
declare const SAssociateDisconnectManyEntities: v.ObjectSchema<{
|
|
3049
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3050
|
-
}, undefined>;
|
|
3051
|
-
declare const SSetManyEntities: v.ObjectSchema<{
|
|
3052
|
-
readonly set: 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>]>;
|
|
3053
|
-
}, undefined>;
|
|
3054
|
-
declare const SAssociateManyEntities: v.UnionSchema<[v.ObjectSchema<{
|
|
3055
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3056
|
-
}, undefined>, v.ObjectSchema<{
|
|
3057
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3058
|
-
}, undefined>, v.ObjectSchema<{
|
|
3059
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3060
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3061
|
-
}, undefined>, v.ObjectSchema<{
|
|
3062
|
-
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3063
|
-
}, undefined>], undefined>;
|
|
2818
|
+
declare const SAssociateManyEntities: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3064
2819
|
type SAssociateManyEntities = v.InferOutput<typeof SAssociateManyEntities>;
|
|
3065
2820
|
declare const SQueryManyEntities: 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>]>;
|
|
3066
2821
|
type SQueryManyEntities = v.InferOutput<typeof SQueryManyEntities>;
|
|
@@ -3174,16 +2929,7 @@ declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
3174
2929
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3175
2930
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3176
2931
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
3177
|
-
readonly gcflytour: v.OptionalSchema<v.
|
|
3178
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3179
|
-
}, undefined>, v.ObjectSchema<{
|
|
3180
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3181
|
-
}, undefined>, v.ObjectSchema<{
|
|
3182
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3183
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3184
|
-
}, undefined>, v.ObjectSchema<{
|
|
3185
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3186
|
-
}, undefined>], undefined>, undefined>;
|
|
2932
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3187
2933
|
}, undefined>;
|
|
3188
2934
|
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
3189
2935
|
declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
@@ -3192,16 +2938,7 @@ declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
3192
2938
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3193
2939
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3194
2940
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3195
|
-
readonly gcflytour: v.OptionalSchema<v.
|
|
3196
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3197
|
-
}, undefined>, v.ObjectSchema<{
|
|
3198
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3199
|
-
}, undefined>, v.ObjectSchema<{
|
|
3200
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3201
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3202
|
-
}, undefined>, v.ObjectSchema<{
|
|
3203
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3204
|
-
}, undefined>], undefined>, undefined>;
|
|
2941
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3205
2942
|
}, undefined>;
|
|
3206
2943
|
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
3207
2944
|
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
@@ -3212,16 +2949,7 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
3212
2949
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3213
2950
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3214
2951
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3215
|
-
readonly gcflytour: v.OptionalSchema<v.
|
|
3216
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3217
|
-
}, undefined>, v.ObjectSchema<{
|
|
3218
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3219
|
-
}, undefined>, v.ObjectSchema<{
|
|
3220
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3221
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3222
|
-
}, undefined>, v.ObjectSchema<{
|
|
3223
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3224
|
-
}, undefined>], undefined>, undefined>;
|
|
2952
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3225
2953
|
}, undefined>;
|
|
3226
2954
|
}, undefined>;
|
|
3227
2955
|
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
@@ -3247,26 +2975,8 @@ declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
3247
2975
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3248
2976
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3249
2977
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
3250
|
-
readonly clients: v.OptionalSchema<v.
|
|
3251
|
-
|
|
3252
|
-
}, undefined>, v.ObjectSchema<{
|
|
3253
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3254
|
-
}, undefined>, v.ObjectSchema<{
|
|
3255
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3256
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3257
|
-
}, undefined>, v.ObjectSchema<{
|
|
3258
|
-
readonly set: 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>]>;
|
|
3259
|
-
}, undefined>], undefined>, undefined>;
|
|
3260
|
-
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3261
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3262
|
-
}, undefined>, v.ObjectSchema<{
|
|
3263
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3264
|
-
}, undefined>, v.ObjectSchema<{
|
|
3265
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3266
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3267
|
-
}, undefined>, v.ObjectSchema<{
|
|
3268
|
-
readonly set: 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>]>;
|
|
3269
|
-
}, undefined>], undefined>, undefined>;
|
|
2978
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2979
|
+
readonly gcflytour_snaps: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3270
2980
|
}, undefined>;
|
|
3271
2981
|
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
3272
2982
|
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
@@ -3275,26 +2985,8 @@ declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
3275
2985
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3276
2986
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3277
2987
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3278
|
-
readonly clients: v.OptionalSchema<v.
|
|
3279
|
-
|
|
3280
|
-
}, undefined>, v.ObjectSchema<{
|
|
3281
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3282
|
-
}, undefined>, v.ObjectSchema<{
|
|
3283
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3284
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3285
|
-
}, undefined>, v.ObjectSchema<{
|
|
3286
|
-
readonly set: 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>]>;
|
|
3287
|
-
}, undefined>], undefined>, undefined>;
|
|
3288
|
-
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3289
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3290
|
-
}, undefined>, v.ObjectSchema<{
|
|
3291
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3292
|
-
}, undefined>, v.ObjectSchema<{
|
|
3293
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3294
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3295
|
-
}, undefined>, v.ObjectSchema<{
|
|
3296
|
-
readonly set: 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>]>;
|
|
3297
|
-
}, undefined>], undefined>, undefined>;
|
|
2988
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
2989
|
+
readonly gcflytour_snaps: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3298
2990
|
}, undefined>;
|
|
3299
2991
|
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
3300
2992
|
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
@@ -3305,26 +2997,8 @@ declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
|
3305
2997
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3306
2998
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3307
2999
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3308
|
-
readonly clients: v.OptionalSchema<v.
|
|
3309
|
-
|
|
3310
|
-
}, undefined>, v.ObjectSchema<{
|
|
3311
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3312
|
-
}, undefined>, v.ObjectSchema<{
|
|
3313
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3314
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3315
|
-
}, undefined>, v.ObjectSchema<{
|
|
3316
|
-
readonly set: 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>]>;
|
|
3317
|
-
}, undefined>], undefined>, undefined>;
|
|
3318
|
-
readonly gcflytour_snaps: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3319
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3320
|
-
}, undefined>, v.ObjectSchema<{
|
|
3321
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3322
|
-
}, undefined>, v.ObjectSchema<{
|
|
3323
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3324
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3325
|
-
}, undefined>, v.ObjectSchema<{
|
|
3326
|
-
readonly set: 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>]>;
|
|
3327
|
-
}, undefined>], undefined>, undefined>;
|
|
3000
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3001
|
+
readonly gcflytour_snaps: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3328
3002
|
}, undefined>;
|
|
3329
3003
|
}, undefined>;
|
|
3330
3004
|
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
|
@@ -3403,26 +3077,8 @@ declare const SCreateMediaContentTypeDocument: v.ObjectSchema<{
|
|
|
3403
3077
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3404
3078
|
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3405
3079
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3406
|
-
readonly media_platforms: v.OptionalSchema<v.
|
|
3407
|
-
|
|
3408
|
-
}, undefined>, v.ObjectSchema<{
|
|
3409
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3410
|
-
}, undefined>, v.ObjectSchema<{
|
|
3411
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3412
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3413
|
-
}, undefined>, v.ObjectSchema<{
|
|
3414
|
-
readonly set: 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>]>;
|
|
3415
|
-
}, undefined>], undefined>, undefined>;
|
|
3416
|
-
readonly media_creative_formats: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3417
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3418
|
-
}, undefined>, v.ObjectSchema<{
|
|
3419
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3420
|
-
}, undefined>, v.ObjectSchema<{
|
|
3421
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3422
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3423
|
-
}, undefined>, v.ObjectSchema<{
|
|
3424
|
-
readonly set: 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>]>;
|
|
3425
|
-
}, undefined>], undefined>, undefined>;
|
|
3080
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3081
|
+
readonly media_creative_formats: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3426
3082
|
}, undefined>;
|
|
3427
3083
|
type SCreateMediaContentTypeDocument = v.InferOutput<typeof SCreateMediaContentTypeDocument>;
|
|
3428
3084
|
declare const SUpdateMediaContentTypeDocument: v.ObjectSchema<{
|
|
@@ -3432,26 +3088,8 @@ declare const SUpdateMediaContentTypeDocument: v.ObjectSchema<{
|
|
|
3432
3088
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3433
3089
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3434
3090
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3435
|
-
readonly media_platforms: v.OptionalSchema<v.
|
|
3436
|
-
|
|
3437
|
-
}, undefined>, v.ObjectSchema<{
|
|
3438
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3439
|
-
}, undefined>, v.ObjectSchema<{
|
|
3440
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3441
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3442
|
-
}, undefined>, v.ObjectSchema<{
|
|
3443
|
-
readonly set: 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>]>;
|
|
3444
|
-
}, undefined>], undefined>, undefined>;
|
|
3445
|
-
readonly media_creative_formats: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3446
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3447
|
-
}, undefined>, v.ObjectSchema<{
|
|
3448
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3449
|
-
}, undefined>, v.ObjectSchema<{
|
|
3450
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3451
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3452
|
-
}, undefined>, v.ObjectSchema<{
|
|
3453
|
-
readonly set: 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>]>;
|
|
3454
|
-
}, undefined>], undefined>, undefined>;
|
|
3091
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3092
|
+
readonly media_creative_formats: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3455
3093
|
}, undefined>;
|
|
3456
3094
|
type SUpdateMediaContentTypeDocument = v.InferOutput<typeof SUpdateMediaContentTypeDocument>;
|
|
3457
3095
|
declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
@@ -3463,26 +3101,8 @@ declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
|
3463
3101
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3464
3102
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3465
3103
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3466
|
-
readonly media_platforms: v.OptionalSchema<v.
|
|
3467
|
-
|
|
3468
|
-
}, undefined>, v.ObjectSchema<{
|
|
3469
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3470
|
-
}, undefined>, v.ObjectSchema<{
|
|
3471
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3472
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3473
|
-
}, undefined>, v.ObjectSchema<{
|
|
3474
|
-
readonly set: 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>]>;
|
|
3475
|
-
}, undefined>], undefined>, undefined>;
|
|
3476
|
-
readonly media_creative_formats: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3477
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3478
|
-
}, undefined>, v.ObjectSchema<{
|
|
3479
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3480
|
-
}, undefined>, v.ObjectSchema<{
|
|
3481
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3482
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3483
|
-
}, undefined>, v.ObjectSchema<{
|
|
3484
|
-
readonly set: 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>]>;
|
|
3485
|
-
}, undefined>], undefined>, undefined>;
|
|
3104
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3105
|
+
readonly media_creative_formats: 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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3486
3106
|
}, undefined>;
|
|
3487
3107
|
}, undefined>;
|
|
3488
3108
|
type SUpdateMediaContentTypeDocumentRequest = v.InferOutput<typeof SUpdateMediaContentTypeDocumentRequest>;
|
|
@@ -3506,16 +3126,7 @@ declare const SCreateMediaCreativeFormatDocument: v.ObjectSchema<{
|
|
|
3506
3126
|
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>]>]>;
|
|
3507
3127
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3508
3128
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3509
|
-
readonly media_content_types: v.OptionalSchema<v.
|
|
3510
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3511
|
-
}, undefined>, v.ObjectSchema<{
|
|
3512
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3513
|
-
}, undefined>, v.ObjectSchema<{
|
|
3514
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3515
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3516
|
-
}, undefined>, v.ObjectSchema<{
|
|
3517
|
-
readonly set: 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>]>;
|
|
3518
|
-
}, undefined>], undefined>, undefined>;
|
|
3129
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3519
3130
|
}, undefined>;
|
|
3520
3131
|
type SCreateMediaCreativeFormatDocument = v.InferOutput<typeof SCreateMediaCreativeFormatDocument>;
|
|
3521
3132
|
declare const SUpdateMediaCreativeFormatDocument: v.ObjectSchema<{
|
|
@@ -3523,16 +3134,7 @@ declare const SUpdateMediaCreativeFormatDocument: v.ObjectSchema<{
|
|
|
3523
3134
|
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>;
|
|
3524
3135
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3525
3136
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3526
|
-
readonly media_content_types: v.OptionalSchema<v.
|
|
3527
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3528
|
-
}, undefined>, v.ObjectSchema<{
|
|
3529
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3530
|
-
}, undefined>, v.ObjectSchema<{
|
|
3531
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3532
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3533
|
-
}, undefined>, v.ObjectSchema<{
|
|
3534
|
-
readonly set: 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>]>;
|
|
3535
|
-
}, undefined>], undefined>, undefined>;
|
|
3137
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3536
3138
|
}, undefined>;
|
|
3537
3139
|
type SUpdateMediaCreativeFormatDocument = v.InferOutput<typeof SUpdateMediaCreativeFormatDocument>;
|
|
3538
3140
|
declare const SUpdateMediaCreativeFormatDocumentRequest: v.ObjectSchema<{
|
|
@@ -3542,16 +3144,7 @@ declare const SUpdateMediaCreativeFormatDocumentRequest: v.ObjectSchema<{
|
|
|
3542
3144
|
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>;
|
|
3543
3145
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3544
3146
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3545
|
-
readonly media_content_types: v.OptionalSchema<v.
|
|
3546
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3547
|
-
}, undefined>, v.ObjectSchema<{
|
|
3548
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3549
|
-
}, undefined>, v.ObjectSchema<{
|
|
3550
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3551
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3552
|
-
}, undefined>, v.ObjectSchema<{
|
|
3553
|
-
readonly set: 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>]>;
|
|
3554
|
-
}, undefined>], undefined>, undefined>;
|
|
3147
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3555
3148
|
}, undefined>;
|
|
3556
3149
|
}, undefined>;
|
|
3557
3150
|
type SUpdateMediaCreativeFormatDocumentRequest = v.InferOutput<typeof SUpdateMediaCreativeFormatDocumentRequest>;
|
|
@@ -3580,26 +3173,8 @@ declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
|
3580
3173
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3581
3174
|
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3582
3175
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3583
|
-
readonly clients: v.OptionalSchema<v.
|
|
3584
|
-
|
|
3585
|
-
}, undefined>, v.ObjectSchema<{
|
|
3586
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3587
|
-
}, undefined>, v.ObjectSchema<{
|
|
3588
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3589
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3590
|
-
}, undefined>, v.ObjectSchema<{
|
|
3591
|
-
readonly set: 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>]>;
|
|
3592
|
-
}, undefined>], undefined>, undefined>;
|
|
3593
|
-
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3594
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3595
|
-
}, undefined>, v.ObjectSchema<{
|
|
3596
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3597
|
-
}, undefined>, v.ObjectSchema<{
|
|
3598
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3599
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3600
|
-
}, undefined>, v.ObjectSchema<{
|
|
3601
|
-
readonly set: 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>]>;
|
|
3602
|
-
}, undefined>], undefined>, undefined>;
|
|
3176
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3177
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3603
3178
|
}, undefined>;
|
|
3604
3179
|
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
3605
3180
|
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
@@ -3609,26 +3184,8 @@ declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
|
3609
3184
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3610
3185
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3611
3186
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3612
|
-
readonly clients: v.OptionalSchema<v.
|
|
3613
|
-
|
|
3614
|
-
}, undefined>, v.ObjectSchema<{
|
|
3615
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3616
|
-
}, undefined>, v.ObjectSchema<{
|
|
3617
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3618
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3619
|
-
}, undefined>, v.ObjectSchema<{
|
|
3620
|
-
readonly set: 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>]>;
|
|
3621
|
-
}, undefined>], undefined>, undefined>;
|
|
3622
|
-
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3623
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3624
|
-
}, undefined>, v.ObjectSchema<{
|
|
3625
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3626
|
-
}, undefined>, v.ObjectSchema<{
|
|
3627
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3628
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3629
|
-
}, undefined>, v.ObjectSchema<{
|
|
3630
|
-
readonly set: 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>]>;
|
|
3631
|
-
}, undefined>], undefined>, undefined>;
|
|
3187
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3188
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3632
3189
|
}, undefined>;
|
|
3633
3190
|
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
3634
3191
|
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
@@ -3640,26 +3197,8 @@ declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
|
3640
3197
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3641
3198
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3642
3199
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3643
|
-
readonly clients: v.OptionalSchema<v.
|
|
3644
|
-
|
|
3645
|
-
}, undefined>, v.ObjectSchema<{
|
|
3646
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3647
|
-
}, undefined>, v.ObjectSchema<{
|
|
3648
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3649
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3650
|
-
}, undefined>, v.ObjectSchema<{
|
|
3651
|
-
readonly set: 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>]>;
|
|
3652
|
-
}, undefined>], undefined>, undefined>;
|
|
3653
|
-
readonly media_content_types: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
3654
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3655
|
-
}, undefined>, v.ObjectSchema<{
|
|
3656
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3657
|
-
}, undefined>, v.ObjectSchema<{
|
|
3658
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3659
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3660
|
-
}, undefined>, v.ObjectSchema<{
|
|
3661
|
-
readonly set: 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>]>;
|
|
3662
|
-
}, undefined>], undefined>, undefined>;
|
|
3200
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3201
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3663
3202
|
}, undefined>;
|
|
3664
3203
|
}, undefined>;
|
|
3665
3204
|
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
@@ -3680,31 +3219,13 @@ type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchM
|
|
|
3680
3219
|
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
3681
3220
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
3682
3221
|
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>]>;
|
|
3683
|
-
readonly clients: v.OptionalSchema<v.
|
|
3684
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3685
|
-
}, undefined>, v.ObjectSchema<{
|
|
3686
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3687
|
-
}, undefined>, v.ObjectSchema<{
|
|
3688
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3689
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3690
|
-
}, undefined>, v.ObjectSchema<{
|
|
3691
|
-
readonly set: 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>]>;
|
|
3692
|
-
}, undefined>], undefined>, undefined>;
|
|
3222
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3693
3223
|
}, undefined>;
|
|
3694
3224
|
type SCreateMondayWorkspaceDocument = v.InferOutput<typeof SCreateMondayWorkspaceDocument>;
|
|
3695
3225
|
declare const SUpdateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
3696
3226
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3697
3227
|
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>;
|
|
3698
|
-
readonly clients: v.OptionalSchema<v.
|
|
3699
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3700
|
-
}, undefined>, v.ObjectSchema<{
|
|
3701
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3702
|
-
}, undefined>, v.ObjectSchema<{
|
|
3703
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3704
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3705
|
-
}, undefined>, v.ObjectSchema<{
|
|
3706
|
-
readonly set: 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>]>;
|
|
3707
|
-
}, undefined>], undefined>, undefined>;
|
|
3228
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3708
3229
|
}, undefined>;
|
|
3709
3230
|
type SUpdateMondayWorkspaceDocument = v.InferOutput<typeof SUpdateMondayWorkspaceDocument>;
|
|
3710
3231
|
declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
@@ -3712,16 +3233,7 @@ declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
|
3712
3233
|
readonly data: v.ObjectSchema<{
|
|
3713
3234
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
3714
3235
|
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>;
|
|
3715
|
-
readonly clients: v.OptionalSchema<v.
|
|
3716
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3717
|
-
}, undefined>, v.ObjectSchema<{
|
|
3718
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3719
|
-
}, undefined>, v.ObjectSchema<{
|
|
3720
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3721
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 100, undefined>]>;
|
|
3722
|
-
}, undefined>, v.ObjectSchema<{
|
|
3723
|
-
readonly set: 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>]>;
|
|
3724
|
-
}, undefined>], undefined>, undefined>;
|
|
3236
|
+
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>, v.MaxLengthAction<string[], 100, undefined>]>, undefined>;
|
|
3725
3237
|
}, undefined>;
|
|
3726
3238
|
}, undefined>;
|
|
3727
3239
|
type SUpdateMondayWorkspaceDocumentRequest = v.InferOutput<typeof SUpdateMondayWorkspaceDocumentRequest>;
|
|
@@ -4194,26 +3706,8 @@ type SCreateUserDocument = v.InferOutput<typeof SCreateUserDocument>;
|
|
|
4194
3706
|
declare const SUtmLinkBuilderPartCampaignDateOptions: readonly ["annually", "quarterly", "monthly", "on a specific date", "no date"];
|
|
4195
3707
|
type SUtmLinkBuilderPartCampaignDateValue = (typeof SUtmLinkBuilderPartCampaignDateOptions)[number];
|
|
4196
3708
|
declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
|
|
4197
|
-
readonly creator: v.OptionalSchema<v.
|
|
4198
|
-
|
|
4199
|
-
}, undefined>, v.ObjectSchema<{
|
|
4200
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4201
|
-
}, undefined>, v.ObjectSchema<{
|
|
4202
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4203
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4204
|
-
}, undefined>, v.ObjectSchema<{
|
|
4205
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4206
|
-
}, undefined>], undefined>, undefined>;
|
|
4207
|
-
readonly client: v.OptionalSchema<v.UnionSchema<[v.ObjectSchema<{
|
|
4208
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4209
|
-
}, undefined>, v.ObjectSchema<{
|
|
4210
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4211
|
-
}, undefined>, v.ObjectSchema<{
|
|
4212
|
-
readonly connect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4213
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4214
|
-
}, undefined>, v.ObjectSchema<{
|
|
4215
|
-
readonly set: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
4216
|
-
}, undefined>], undefined>, undefined>;
|
|
3709
|
+
readonly creator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3710
|
+
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
4217
3711
|
readonly url_destinations: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
4218
3712
|
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
4219
3713
|
}, undefined>, undefined>, v.MinLengthAction<{
|
|
@@ -4476,5 +3970,5 @@ declare function isValidationSuccess<T>(result: ValidateAndCleanResult<T>): resu
|
|
|
4476
3970
|
declare function isValidationFailure<T>(result: ValidateAndCleanResult<T>): result is ValidateAndCleanFailure;
|
|
4477
3971
|
declare function omitUndefined<T extends Record<string, any>>(obj: T): Partial<T>;
|
|
4478
3972
|
//#endregion
|
|
4479
|
-
export { TeamworkProjectHealthSelectSortOptions as $, SlideshowComponentProps as $a, FAQPageDocument as $i, QueryStrapiSearchContentPillars as $n, ComponentSharedRichTextBlock as $o, SCreateClientContentPillarDocument as $r, QuerySortGCFlyTours as $t, SAuthRawAccessToken as A, ClientReportDocument as Aa, TeamworkProjectsResponse as Ai, VStringUrlUtm as An, BlockVideoEmbed as Ao, SUpdateClientStyleguideDocumentRequest as Ar, StrapiLinkType as As, SUpdateMondayWorkspaceDocumentRequest as At, SUpdateUserAccount as B, TeamMemberTier as Ba, TeamworkProjectCategory as Bi, SSetManyEntities as Bn, BlockBrandLogos as Bo, SAssociateClientToClientProjectDocument as Br, ROLE_PERMISSIONS as Bs, SCreateMediaCreativeFormatDocument as Bt, QuerySortUsers as C, UserDocument as Ca, TeamworkTaskResponse as Ci, VStringPhoneNullable as Cn, BlockPullQuote as Co, SUpdateClientUserDocumentRequest as Cr, StrapiDirection as Cs, SUpdateNewsletterSignupDocument as Ct, UserSortKeys as D, RoleType as Da, TeamworkProject as Di, VStringUrl as Dn, BlockFullscreenContent as Do, QueryStrapiSearchClientStyleguide as Dr, StrapiLinkReferrerPolicy as Ds, QueryStrapiSearchMondayWorkspaces as Dt, SCreateUserDocument as E, RoleDocument as Ea, TeamworkTasksResponse as Ei, VStringSlug as En, ComponentBlockGraphicImage as Eo, QuerySortClientStyleguides as Er, StrapiIconPosition as Es, QuerySortMondayWorkspaces as Et, SRequestConfirmEmail as F, MediaCreativeFormatDocument as Fa, TeamworkTagResponseMeta as Fi, SAssociateManyEntities as Fn, ComponentBlockCtaLink as Fo, SUpdateClientReportDocument as Fr, CLIENT_ENTITY_PERMISSIONS as Fs, SUpdateMediaPlatformDocument as Ft, QueryStrapiPaginatedUrlRedirects as G, UtmClassificationKey as Ga, TeamworkLockdown as Gi, QueryStrapiByEmail as Gn, ComponentOpenGraph as Go, QuerySortClientMediaPlatforms as Gr, QueryStrapiSearchMediaContentTypes as Gt, SUpdateUserAccountLastName as H, TagDocument as Ha, TeamworkCurrency as Hi, EntitySortKeys as Hn, BlockAnnouncementBar as Ho, SUpdateClientProjectDocument as Hr, SUpdateMediaCreativeFormatDocumentRequest as Ht, SResetUserPassword as I, BlogPostBlock as Ia, TeamworkTagsResponse as Ii, SAssociateOneEntity as In, BlockContact as Io, SUpdateClientReportDocumentRequest as Ir, CLIENT_ENTITY_SCOPES as Is, SUpdateMediaPlatformDocumentRequest as It, SUpdateTrendsLikes as J, ComponentSlideshow as Ja, TeamworkResponseMetaPagination as Ji, QueryStrapiByPhone as Jn, MetaSocialNetwork as Jo, SUpdateClientMediaPlatformDocument as Jr, SUpdateMediaContentTypeDocumentRequest as Jt, QueryStrapiUrlRedirectsByFrom as K, UtmOption as Ka, TeamworkRelatedMeta as Ki, QueryStrapiById as Kn, ComponentSeoMeta as Ko, QueryStrapiSearchClientMediaPlatforms as Kr, SCreateMediaContentTypeDocument as Kt, SUserToken as L, BlogPostDocument as La, TeamworkProjectUpdate as Li, SEntityRelationArray as Ln, ComponentBlockContact as Lo, ClientProjectSortKeys as Lr, ClientEntityActions as Ls, MediaCreativeFormatSortKeys as Lt, SForgotUserPassword as M, ClientMediaPlatformDocument as Ma, TeamworkUserAccount as Mi, SAssociateConnectOneEntity as Mn, BlockFaq as Mo, QuerySortClientReports as Mr, StrapiThemeOptions as Ms, QuerySortMediaPlatforms as Mt, SLoginUser as N, MediaPlatformDocument as Na, TeamworkTag as Ni, SAssociateDisconnectManyEntities as Nn, ComponentBlockFaq as No, QueryStrapiSearchClientReports as Nr, BaseDocument as Ns, QueryStrapiSearchMediaPlatforms as Nt, SAuthConnectProviderConfirmation as O, PermissionDocument as Oa, TeamworkProjectResponse as Oi, VStringUrlNoUtm as On, BlockFullscreenContentType as Oo, SCreateClientStyleguideDocument as Or, StrapiLinkRel as Os, SCreateMondayWorkspaceDocument as Ot, SRegisterUser as P, MediaContentTypeDocument as Pa, TeamworkTagResponse as Pi, SAssociateDisonnectOneEntity as Pn, BlockCtaLink as Po, SCreateClientReportDocument as Pr, CLIENT_ENTITY_KEYS as Ps, SCreateMediaPlatformDocument as Pt, TeamworkProjectHealthProjectStatusOptions as Q, SlideType as Qa, LandingPageDocument as Qi, QuerySortContentPillars as Qn, SharedQuestionAnswer as Qo, QueryStrapiSearchClientContentPillars as Qr, GCFlyTourSortKeys as Qt, SReadUserAccountByDocumentId as R, TeamMemberDocument as Ra, TeamworkProjectTaskStat as Ri, SEntityRelationString as Rn, BlockButtonGroup as Ro, QuerySortClientProjects as Rr, ClientEntityKey as Rs, QuerySortMediaCreativeFormat as Rt, SUtmLinkBuilderTableFormInput as S, UserAuthorizationSuccessResponse as Sa, TeamworkTaskCard as Si, VStringPhone as Sn, ComponentBlockSectionTitle as So, SUpdateClientUserDocument as Sr, StrapiBgColorOptions as Ss, SCreateNewsletterSignupDocument as St, QueryStrapiUsersByIdentifier as T, UserAccountDocument as Ta, TeamworkTaskUserPermissions as Ti, VStringShortNullable as Tn, BlockGraphicImage as To, ClientStyleguideSortKeys as Tr, StrapiIconName as Ts, MondayWorkspaceSortKeys as Tt, SUpdateUserAccountPreferredName as U, CategoryDocument as Ua, TeamworkCompany as Ui, QuerySortEntities as Un, ComponentBlockAnnouncementBar as Uo, SUpdateClientProjectDocumentRequest as Ur, MediaContentTypeSortKeys as Ut, SUpdateUserAccountFirstName as V, TrendDocument as Va, TeamworkCustomField as Vi, SSetOneEntity as Vn, ComponentBlockBrandLogos as Vo, SCreateClientProjectDocument as Vr, SUpdateMediaCreativeFormatDocument as Vt, QuerySortUrlRedirects as W, ComponentUtmOption as Wa, TeamworkActivePages as Wi, QueryStrapiByDocumentId as Wn, ComponentMetaSocial as Wo, ClientMediaPlatformSortKeys as Wr, QuerySortMediaContentType as Wt, QueryStrapiSearchTeamworkProjectHealth as X, ComponentSlideContent as Xa, TeamPageDocument as Xi, QueryStrapiPaginated as Xn, SeoMeta as Xo, ClientContentPillarSortKeys as Xr, SUpdateLeadDocument as Xt, QuerySortTeamworkProjectHealth as Y, Slideshow as Ya, UtmMetaPageDocument as Yi, QueryStrapiBySlug as Yn, OpenGraph as Yo, SUpdateClientMediaPlatformDocumentRequest as Yr, SCreateLeadDocument as Yt, TeamworkProjectHealthProjectStatus as Z, SlideContent as Za, PolicyPageDocument as Zi, ContentPillarSortKeys as Zn, ComponentSharedQuestionAnswer as Zo, QuerySortClientContentPillars as Zr, SUpdateLeadRequest as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, GCFlyTourSnapDocument as _a, TeamworkTasklist as _i, VStringLongNullable as _n, BrandStyleguideColor as _o, SUpdateClientDocumentRequest as _r, StrapiSingleResponse as _s, SUpdateResumeInfo as _t, isStrapiAttributeError as a, ResumeDocument as aa, SCreateCategoryDocument as ai, QuerySortGCFlyTourSnaps as an, SliderBreakpoint as ao, QueryStrapiCommentsFlat as ar, ComponentSharedLink as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, AuthorizedUserDocument as ba, TeamworkTasklistsResponse as bi, VStringMinMax as bn, ComponentBlockTextDetails as bo, SCreateClientUserDocument as br, MediaUploadDocument as bs, checkIsValidUrlList as bt, dateToday as c, CommentDocument as ca, BlogPostSortKeys as ci, SUpdateGCFlyTourSnapDocument as cn, SliderSpacing as co, SDeleteCommentDocument as cr, StrapiAttributeErrorKey as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, ContentPillarDocument as da, QueryStrapiSearchBlogPostsBySlug as di, VNumberNullable as dn, FormUID as do, StrapiCommentSortKeys as dr, StrapiErrorResponse as ds, SCreateStrapiMediaUploadDocument as dt, CareersPageDocument as ea, SUpdateClientContentPillarDocument as ei, QueryStrapiSearchGCFlyTours as en, SlideshowComponentSlideSettings as eo, SCreateContentPillarDocument as er, RichTextBlock as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, ClientDocument as fa, canAssignPermission as fi, VPage as fn, ComponentFormDownload as fo, ClientSortKeys as fr, StrapiErrorResult as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, GCFlyTourDocument as ga, RolesWithPermissions as gi, VStringLong as gn, ComponentBrandStyleguideFont as go, SUpdateClientDocument as gr, StrapiResponseMetaWithPagination as gs, SCreateResumeInfoDocument as gt, SReadUtmTrackingLinkDocumentByUrl as h, MondayWorkspaceDocument as ha, Permissions as hi, VStringEmail as hn, BrandStyleguideFont as ho, SCreateClientDocument as hr, StrapiResponseMeta as hs, SCreateResumeInfo as ht, validateAndClean as i, UrlRedirectStatusCode as ia, QueryStrapiSearchCategories as ii, GCFlyTourSnapSortKeys as in, ComponentSliderSettings as io, QuerySortStrapiComments as ir, SharedButton as is, QuerySortTags as it, SChangePassword as j, ClientProjectDocument as ja, TeamworkResponseMetaProjectStats as ji, SAssociateConnectManyEntities as jn, ComponentBlockVideo as jo, ClientReportSortKeys as jr, StrapiTextColorOptions as js, MediaPlatformSortKeys as jt, SAuthConnectProviderRedirectSearch as k, ClientStyleguideDocument as ka, TeamworkProjectResponseMeta as ki, VStringUrlNullable as kn, ComponentBlockFullscreenContent as ko, SUpdateClientStyleguideDocument as kr, StrapiLinkTarget as ks, SUpdateMondayWorkspaceDocument as kt, QuerySortUtmTrackingLinks as l, CommentReportDocument as la, QuerySortBlogPosts as li, SUpdateGCFlyTourSnapDocumentRequest as ln, ComponentFormSelect as lo, SReportCommentDocument as lr, StrapiAttributeErrorResponse as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, ProductDocument as ma, LCRUDActions as mi, VString as mn, FormDownloadKeys as mo, QueryStrapiSearchClients as mr, StrapiPagination as ms, SCreateResume as mt, isValidationSuccess as n, UrlRedirectDocument as na, CategorySortKeys as ni, SUpdateGCFlyTourDocument as nn, SlideshowMode as no, SUpdateContentPillarDocumentRequest as nr, SharedRichTextBlock as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, NewsletterSignupDocument as oa, SUpdateCategoryDocument as oi, QueryStrapiSearchGCFlyTourSnaps as on, SliderOrigin as oo, QueryStrapiCommentsInHeirarchy as or, SharedLink as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, ProductHighlightDocument as pa, hasPermission as pi, VSize as pn, FormDownload as po, QuerySortClients as pr, StrapiListResponse as ps, SharpSpringSignUpToDownload as pt, UrlRedirectSortKeys as q, UtmSourceKey as qa, TeamworkResponseMeta as qi, QueryStrapiByName as qn, MetaSocial as qo, SCreateClientMediaPlatformDocument as qr, SUpdateMediaContentTypeDocument as qt, omitUndefined as r, UrlRedirectQueryParams as ra, QuerySortCategories as ri, SUpdateGCFlyTourDocumentRequest as rn, SlideshowSettings as ro, QueryFilterStrapiComments as rr, ComponentSharedButton as rs, TeamMemberSortKeys as rt, datePlusDays as s, LeadDocument as sa, SUpdateCategoryDocumentRequest as si, SCreateGCFlyTourSnapDocument as sn, SliderSettings as so, SCreateCommentDocument as sr, StrapiAttributeErrorDetail as ss, SUpdateTagDocument as st, isValidationFailure as t, BlogPageDocument as ta, SUpdateClientContentPillarDocumentRequest as ti, SCreateGCFlyTourDocument as tn, ComponentSlideshowSettings as to, SUpdateContentPillarDocument as tr, RichTextBlockChildren as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, ClientContentPillarDocument as ua, QueryStrapiSearchBlogPosts as ui, VIntegerNullable as un, FormSelect as uo, SUpdateCommentDocument as ur, StrapiErrorDetail as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, ClientUserDocument as va, TeamworkTasklistResponse as vi, VStringMax as vn, ComponentBrandStyleguideColor as vo, ClientUserSortKeys as vr, MediaFormat as vs, SUpdateResumeInfoDocument as vt, QueryStrapiUsers as w, UtmTrackingLinkDocument as wa, TeamworkTaskResponseMeta as wi, VStringShort as wn, ComponentBlockPullQuote as wo, SVerifyClientUserDocument as wr, StrapiGapSizes as ws, SUpdateNewsletterSignupRequest as wt, SUtmLinkBuilderTableForm as x, UserAuthorizationLoginResponse as xa, TeamworkTask as xi, VStringMinMaxRegex as xn, BlockSectionTitle as xo, SQueryListClientUserDocuments as xr, FormSelectInputOption as xs, SCreateNewsletterSignup as xt, SUtmLinkBuilderPartCampaignDateOptions as y, ClientUserDocumentStatus as ya, TeamworkTasklistResponseMeta as yi, VStringMaxRegex as yn, BlockTextDetails as yo, QuerySortClientUsers as yr, MediaFormats as ys, SUpdateResumeInfoRequest as yt, SReadUserAccountById as z, TeamMemberGroup as za, TeamworkProjectCustomField as zi, SQueryManyEntities as zn, ComponentBlockButtonGroup as zo, QueryStrapiSearchClientProjects as zr, ClientEntityScope as zs, QueryStrapiSearchMediaCreativeFormats as zt };
|
|
4480
|
-
//# sourceMappingURL=index-
|
|
3973
|
+
export { TeamworkProjectHealthSelectSortOptions as $, SliderSettings as $a, LeadDocument as $i, SCreateCommentDocument as $n, StrapiAttributeErrorDetail as $o, SUpdateCategoryDocumentRequest as $r, QuerySortGCFlyTours as $t, SAuthRawAccessToken as A, TeamMemberDocument as Aa, TeamworkProjectTaskStat as Ai, VStringUrlUtm as An, BlockButtonGroup as Ao, QuerySortClientProjects as Ar, ClientEntityKey as As, SUpdateMondayWorkspaceDocumentRequest as At, SUpdateUserAccount as B, ComponentSlideshow as Ba, TeamworkResponseMetaPagination as Bi, QueryStrapiByPhone as Bn, MetaSocialNetwork as Bo, SUpdateClientMediaPlatformDocument as Br, SCreateMediaCreativeFormatDocument as Bt, QuerySortUsers as C, ClientProjectDocument as Ca, TeamworkResponseMetaProjectStats as Ci, VStringPhoneNullable as Cn, ComponentBlockVideo as Co, ClientReportSortKeys as Cr, StrapiTextColorOptions as Cs, SUpdateNewsletterSignupDocument as Ct, UserSortKeys as D, MediaCreativeFormatDocument as Da, TeamworkTagResponseMeta as Di, VStringUrl as Dn, ComponentBlockCtaLink as Do, SUpdateClientReportDocument as Dr, CLIENT_ENTITY_PERMISSIONS as Ds, QueryStrapiSearchMondayWorkspaces as Dt, SCreateUserDocument as E, MediaContentTypeDocument as Ea, TeamworkTagResponse as Ei, VStringSlug as En, BlockCtaLink as Eo, SCreateClientReportDocument as Er, CLIENT_ENTITY_KEYS as Es, QuerySortMondayWorkspaces as Et, SRequestConfirmEmail as F, CategoryDocument as Fa, TeamworkCompany as Fi, QuerySortEntities as Fn, ComponentBlockAnnouncementBar as Fo, SUpdateClientProjectDocumentRequest as Fr, SUpdateMediaPlatformDocument as Ft, QueryStrapiPaginatedUrlRedirects as G, SlideshowComponentProps as Ga, FAQPageDocument as Gi, QueryStrapiSearchContentPillars as Gn, ComponentSharedRichTextBlock as Go, SCreateClientContentPillarDocument as Gr, QueryStrapiSearchMediaContentTypes as Gt, SUpdateUserAccountLastName as H, ComponentSlideContent as Ha, TeamPageDocument as Hi, QueryStrapiPaginated as Hn, SeoMeta as Ho, ClientContentPillarSortKeys as Hr, SUpdateMediaCreativeFormatDocumentRequest as Ht, SResetUserPassword as I, ComponentUtmOption as Ia, TeamworkActivePages as Ii, QueryStrapiByDocumentId as In, ComponentMetaSocial as Io, ClientMediaPlatformSortKeys as Ir, SUpdateMediaPlatformDocumentRequest as It, SUpdateTrendsLikes as J, SlideshowMode as Ja, UrlRedirectDocument as Ji, SUpdateContentPillarDocumentRequest as Jn, SharedRichTextBlock as Jo, CategorySortKeys as Jr, SUpdateMediaContentTypeDocumentRequest as Jt, QueryStrapiUrlRedirectsByFrom as K, SlideshowComponentSlideSettings as Ka, CareersPageDocument as Ki, SCreateContentPillarDocument as Kn, RichTextBlock as Ko, SUpdateClientContentPillarDocument as Kr, SCreateMediaContentTypeDocument as Kt, SUserToken as L, UtmClassificationKey as La, TeamworkLockdown as Li, QueryStrapiByEmail as Ln, ComponentOpenGraph as Lo, QuerySortClientMediaPlatforms as Lr, MediaCreativeFormatSortKeys as Lt, SForgotUserPassword as M, TeamMemberTier as Ma, TeamworkProjectCategory as Mi, SAssociateOneEntity as Mn, BlockBrandLogos as Mo, SAssociateClientToClientProjectDocument as Mr, ROLE_PERMISSIONS as Ms, QuerySortMediaPlatforms as Mt, SLoginUser as N, TrendDocument as Na, TeamworkCustomField as Ni, SQueryManyEntities as Nn, ComponentBlockBrandLogos as No, SCreateClientProjectDocument as Nr, QueryStrapiSearchMediaPlatforms as Nt, SAuthConnectProviderConfirmation as O, BlogPostBlock as Oa, TeamworkTagsResponse as Oi, VStringUrlNoUtm as On, BlockContact as Oo, SUpdateClientReportDocumentRequest as Or, CLIENT_ENTITY_SCOPES as Os, SCreateMondayWorkspaceDocument as Ot, SRegisterUser as P, TagDocument as Pa, TeamworkCurrency as Pi, EntitySortKeys as Pn, BlockAnnouncementBar as Po, SUpdateClientProjectDocument as Pr, SCreateMediaPlatformDocument as Pt, TeamworkProjectHealthProjectStatusOptions as Q, SliderOrigin as Qa, NewsletterSignupDocument as Qi, QueryStrapiCommentsInHeirarchy as Qn, SharedLink as Qo, SUpdateCategoryDocument as Qr, GCFlyTourSortKeys as Qt, SReadUserAccountByDocumentId as R, UtmOption as Ra, TeamworkRelatedMeta as Ri, QueryStrapiById as Rn, ComponentSeoMeta as Ro, QueryStrapiSearchClientMediaPlatforms as Rr, QuerySortMediaCreativeFormat as Rt, SUtmLinkBuilderTableFormInput as S, ClientReportDocument as Sa, TeamworkProjectsResponse as Si, VStringPhone as Sn, BlockVideoEmbed as So, SUpdateClientStyleguideDocumentRequest as Sr, StrapiLinkType as Ss, SCreateNewsletterSignupDocument as St, QueryStrapiUsersByIdentifier as T, MediaPlatformDocument as Ta, TeamworkTag as Ti, VStringShortNullable as Tn, ComponentBlockFaq as To, QueryStrapiSearchClientReports as Tr, BaseDocument as Ts, MondayWorkspaceSortKeys as Tt, SUpdateUserAccountPreferredName as U, SlideContent as Ua, PolicyPageDocument as Ui, ContentPillarSortKeys as Un, ComponentSharedQuestionAnswer as Uo, QuerySortClientContentPillars as Ur, MediaContentTypeSortKeys as Ut, SUpdateUserAccountFirstName as V, Slideshow as Va, UtmMetaPageDocument as Vi, QueryStrapiBySlug as Vn, OpenGraph as Vo, SUpdateClientMediaPlatformDocumentRequest as Vr, SUpdateMediaCreativeFormatDocument as Vt, QuerySortUrlRedirects as W, SlideType as Wa, LandingPageDocument as Wi, QuerySortContentPillars as Wn, SharedQuestionAnswer as Wo, QueryStrapiSearchClientContentPillars as Wr, QuerySortMediaContentType as Wt, QueryStrapiSearchTeamworkProjectHealth as X, ComponentSliderSettings as Xa, UrlRedirectStatusCode as Xi, QuerySortStrapiComments as Xn, SharedButton as Xo, QueryStrapiSearchCategories as Xr, SUpdateLeadDocument as Xt, QuerySortTeamworkProjectHealth as Y, SlideshowSettings as Ya, UrlRedirectQueryParams as Yi, QueryFilterStrapiComments as Yn, ComponentSharedButton as Yo, QuerySortCategories as Yr, SCreateLeadDocument as Yt, TeamworkProjectHealthProjectStatus as Z, SliderBreakpoint as Za, ResumeDocument as Zi, QueryStrapiCommentsFlat as Zn, ComponentSharedLink as Zo, SCreateCategoryDocument as Zr, SUpdateLeadRequest as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, UserAccountDocument as _a, TeamworkTaskUserPermissions as _i, VStringLongNullable as _n, BlockGraphicImage as _o, ClientStyleguideSortKeys as _r, StrapiIconName as _s, SUpdateResumeInfo as _t, isStrapiAttributeError as a, ProductHighlightDocument as aa, hasPermission as ai, QuerySortGCFlyTourSnaps as an, FormDownload as ao, QuerySortClients as ar, StrapiListResponse as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, PermissionDocument as ba, TeamworkProjectResponse as bi, VStringMinMax as bn, BlockFullscreenContentType as bo, SCreateClientStyleguideDocument as br, StrapiLinkRel as bs, checkIsValidUrlList as bt, dateToday as c, GCFlyTourDocument as ca, RolesWithPermissions as ci, SUpdateGCFlyTourSnapDocument as cn, ComponentBrandStyleguideFont as co, SUpdateClientDocument as cr, StrapiResponseMetaWithPagination as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, ClientUserDocumentStatus as da, TeamworkTasklistResponseMeta as di, VNumberNullable as dn, BlockTextDetails as do, QuerySortClientUsers as dr, MediaFormats as ds, SCreateStrapiMediaUploadDocument as dt, CommentDocument as ea, BlogPostSortKeys as ei, QueryStrapiSearchGCFlyTours as en, SliderSpacing as eo, SDeleteCommentDocument as er, StrapiAttributeErrorKey as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, AuthorizedUserDocument as fa, TeamworkTasklistsResponse as fi, VPage as fn, ComponentBlockTextDetails as fo, SCreateClientUserDocument as fr, MediaUploadDocument as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, UtmTrackingLinkDocument as ga, TeamworkTaskResponseMeta as gi, VStringLong as gn, ComponentBlockPullQuote as go, SVerifyClientUserDocument as gr, StrapiGapSizes as gs, SCreateResumeInfoDocument as gt, SReadUtmTrackingLinkDocumentByUrl as h, UserDocument as ha, TeamworkTaskResponse as hi, VStringEmail as hn, BlockPullQuote as ho, SUpdateClientUserDocumentRequest as hr, StrapiDirection as hs, SCreateResumeInfo as ht, validateAndClean as i, ClientDocument as ia, canAssignPermission as ii, GCFlyTourSnapSortKeys as in, ComponentFormDownload as io, ClientSortKeys as ir, StrapiErrorResult as is, QuerySortTags as it, SChangePassword as j, TeamMemberGroup as ja, TeamworkProjectCustomField as ji, SAssociateManyEntities as jn, ComponentBlockButtonGroup as jo, QueryStrapiSearchClientProjects as jr, ClientEntityScope as js, MediaPlatformSortKeys as jt, SAuthConnectProviderRedirectSearch as k, BlogPostDocument as ka, TeamworkProjectUpdate as ki, VStringUrlNullable as kn, ComponentBlockContact as ko, ClientProjectSortKeys as kr, ClientEntityActions as ks, SUpdateMondayWorkspaceDocument as kt, QuerySortUtmTrackingLinks as l, GCFlyTourSnapDocument as la, TeamworkTasklist as li, SUpdateGCFlyTourSnapDocumentRequest as ln, BrandStyleguideColor as lo, SUpdateClientDocumentRequest as lr, StrapiSingleResponse as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, UserAuthorizationSuccessResponse as ma, TeamworkTaskCard as mi, VString as mn, ComponentBlockSectionTitle as mo, SUpdateClientUserDocument as mr, StrapiBgColorOptions as ms, SCreateResume as mt, isValidationSuccess as n, ClientContentPillarDocument as na, QueryStrapiSearchBlogPosts as ni, SUpdateGCFlyTourDocument as nn, FormSelect as no, SUpdateCommentDocument as nr, StrapiErrorDetail as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, ProductDocument as oa, LCRUDActions as oi, QueryStrapiSearchGCFlyTourSnaps as on, FormDownloadKeys as oo, QueryStrapiSearchClients as or, StrapiPagination as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, UserAuthorizationLoginResponse as pa, TeamworkTask as pi, VSize as pn, BlockSectionTitle as po, SQueryListClientUserDocuments as pr, FormSelectInputOption as ps, SharpSpringSignUpToDownload as pt, UrlRedirectSortKeys as q, ComponentSlideshowSettings as qa, BlogPageDocument as qi, SUpdateContentPillarDocument as qn, RichTextBlockChildren as qo, SUpdateClientContentPillarDocumentRequest as qr, SUpdateMediaContentTypeDocument as qt, omitUndefined as r, ContentPillarDocument as ra, QueryStrapiSearchBlogPostsBySlug as ri, SUpdateGCFlyTourDocumentRequest as rn, FormUID as ro, StrapiCommentSortKeys as rr, StrapiErrorResponse as rs, TeamMemberSortKeys as rt, datePlusDays as s, MondayWorkspaceDocument as sa, Permissions as si, SCreateGCFlyTourSnapDocument as sn, BrandStyleguideFont as so, SCreateClientDocument as sr, StrapiResponseMeta as ss, SUpdateTagDocument as st, isValidationFailure as t, CommentReportDocument as ta, QuerySortBlogPosts as ti, SCreateGCFlyTourDocument as tn, ComponentFormSelect as to, SReportCommentDocument as tr, StrapiAttributeErrorResponse as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, ClientUserDocument as ua, TeamworkTasklistResponse as ui, VIntegerNullable as un, ComponentBrandStyleguideColor as uo, ClientUserSortKeys as ur, MediaFormat as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, RoleDocument as va, TeamworkTasksResponse as vi, VStringMax as vn, ComponentBlockGraphicImage as vo, QuerySortClientStyleguides as vr, StrapiIconPosition as vs, SUpdateResumeInfoDocument as vt, QueryStrapiUsers as w, ClientMediaPlatformDocument as wa, TeamworkUserAccount as wi, VStringShort as wn, BlockFaq as wo, QuerySortClientReports as wr, StrapiThemeOptions as ws, SUpdateNewsletterSignupRequest as wt, SUtmLinkBuilderTableForm as x, ClientStyleguideDocument as xa, TeamworkProjectResponseMeta as xi, VStringMinMaxRegex as xn, ComponentBlockFullscreenContent as xo, SUpdateClientStyleguideDocument as xr, StrapiLinkTarget as xs, SCreateNewsletterSignup as xt, SUtmLinkBuilderPartCampaignDateOptions as y, RoleType as ya, TeamworkProject as yi, VStringMaxRegex as yn, BlockFullscreenContent as yo, QueryStrapiSearchClientStyleguide as yr, StrapiLinkReferrerPolicy as ys, SUpdateResumeInfoRequest as yt, SReadUserAccountById as z, UtmSourceKey as za, TeamworkResponseMeta as zi, QueryStrapiByName as zn, MetaSocial as zo, SCreateClientMediaPlatformDocument as zr, QueryStrapiSearchMediaCreativeFormats as zt };
|
|
3974
|
+
//# sourceMappingURL=index-CG8TZb-Q.d.mts.map
|