@getcommunity/gc-validators 0.0.219 → 0.0.220
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-CQtazKyX.d.cts → index-874RQzE1.d.cts} +128 -165
- package/dist/{index-B6pNPQrV.d.mts → index-DQqZNqE9.d.mts} +128 -165
- package/dist/index.cjs +6 -12
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/permissions.cjs +35 -42
- package/dist/permissions.cjs.map +1 -1
- package/dist/permissions.d.cts +1 -1
- package/dist/permissions.d.mts +1 -1
- package/dist/permissions.mjs +35 -42
- package/dist/permissions.mjs.map +1 -1
- package/dist/schemas.cjs +96 -104
- 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 +91 -93
- package/dist/schemas.mjs.map +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.mts +2 -2
- package/dist/utilities.d.cts +1 -1
- package/dist/utilities.d.mts +1 -1
- package/package.json +1 -1
|
@@ -56,13 +56,6 @@ declare const ROLE_PERMISSIONS: {
|
|
|
56
56
|
readonly update: false;
|
|
57
57
|
readonly delete: false;
|
|
58
58
|
};
|
|
59
|
-
readonly "client-media-platform-content-type": {
|
|
60
|
-
readonly list: false;
|
|
61
|
-
readonly create: false;
|
|
62
|
-
readonly read: false;
|
|
63
|
-
readonly update: false;
|
|
64
|
-
readonly delete: false;
|
|
65
|
-
};
|
|
66
59
|
readonly "client-project": {
|
|
67
60
|
readonly list: false;
|
|
68
61
|
readonly create: false;
|
|
@@ -106,6 +99,13 @@ declare const ROLE_PERMISSIONS: {
|
|
|
106
99
|
readonly update: false;
|
|
107
100
|
readonly delete: false;
|
|
108
101
|
};
|
|
102
|
+
readonly "media-creative-format": {
|
|
103
|
+
readonly list: false;
|
|
104
|
+
readonly create: false;
|
|
105
|
+
readonly read: false;
|
|
106
|
+
readonly update: false;
|
|
107
|
+
readonly delete: false;
|
|
108
|
+
};
|
|
109
109
|
readonly "monday-workspace": {
|
|
110
110
|
readonly list: false;
|
|
111
111
|
readonly create: false;
|
|
@@ -183,13 +183,6 @@ declare const ROLE_PERMISSIONS: {
|
|
|
183
183
|
readonly update: false;
|
|
184
184
|
readonly delete: false;
|
|
185
185
|
};
|
|
186
|
-
readonly "client-media-platform-content-type": {
|
|
187
|
-
readonly list: false;
|
|
188
|
-
readonly create: false;
|
|
189
|
-
readonly read: false;
|
|
190
|
-
readonly update: false;
|
|
191
|
-
readonly delete: false;
|
|
192
|
-
};
|
|
193
186
|
readonly "client-project": {
|
|
194
187
|
readonly list: false;
|
|
195
188
|
readonly create: false;
|
|
@@ -233,6 +226,13 @@ declare const ROLE_PERMISSIONS: {
|
|
|
233
226
|
readonly update: false;
|
|
234
227
|
readonly delete: false;
|
|
235
228
|
};
|
|
229
|
+
readonly "media-creative-format": {
|
|
230
|
+
readonly list: false;
|
|
231
|
+
readonly create: false;
|
|
232
|
+
readonly read: false;
|
|
233
|
+
readonly update: false;
|
|
234
|
+
readonly delete: false;
|
|
235
|
+
};
|
|
236
236
|
readonly "monday-workspace": {
|
|
237
237
|
readonly list: false;
|
|
238
238
|
readonly create: false;
|
|
@@ -311,13 +311,6 @@ declare const ROLE_PERMISSIONS: {
|
|
|
311
311
|
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
312
312
|
readonly delete: false;
|
|
313
313
|
};
|
|
314
|
-
readonly "client-media-platform-content-type": {
|
|
315
|
-
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
316
|
-
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
317
|
-
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
318
|
-
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
319
|
-
readonly delete: false;
|
|
320
|
-
};
|
|
321
314
|
readonly "client-project": {
|
|
322
315
|
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
323
316
|
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
@@ -361,6 +354,13 @@ declare const ROLE_PERMISSIONS: {
|
|
|
361
354
|
readonly update: false;
|
|
362
355
|
readonly delete: false;
|
|
363
356
|
};
|
|
357
|
+
readonly "media-creative-format": {
|
|
358
|
+
readonly list: true;
|
|
359
|
+
readonly create: true;
|
|
360
|
+
readonly read: true;
|
|
361
|
+
readonly update: true;
|
|
362
|
+
readonly delete: true;
|
|
363
|
+
};
|
|
364
364
|
readonly "monday-workspace": {
|
|
365
365
|
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
366
366
|
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
@@ -439,13 +439,6 @@ declare const ROLE_PERMISSIONS: {
|
|
|
439
439
|
readonly update: true;
|
|
440
440
|
readonly delete: true;
|
|
441
441
|
};
|
|
442
|
-
readonly "client-media-platform-content-type": {
|
|
443
|
-
readonly list: true;
|
|
444
|
-
readonly create: true;
|
|
445
|
-
readonly read: true;
|
|
446
|
-
readonly update: true;
|
|
447
|
-
readonly delete: true;
|
|
448
|
-
};
|
|
449
442
|
readonly "client-project": {
|
|
450
443
|
readonly list: true;
|
|
451
444
|
readonly create: true;
|
|
@@ -489,6 +482,13 @@ declare const ROLE_PERMISSIONS: {
|
|
|
489
482
|
readonly update: true;
|
|
490
483
|
readonly delete: true;
|
|
491
484
|
};
|
|
485
|
+
readonly "media-creative-format": {
|
|
486
|
+
readonly list: true;
|
|
487
|
+
readonly create: true;
|
|
488
|
+
readonly read: true;
|
|
489
|
+
readonly update: true;
|
|
490
|
+
readonly delete: true;
|
|
491
|
+
};
|
|
492
492
|
readonly "monday-workspace": {
|
|
493
493
|
readonly list: true;
|
|
494
494
|
readonly create: true;
|
|
@@ -567,13 +567,6 @@ declare const ROLE_PERMISSIONS: {
|
|
|
567
567
|
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformDocument | undefined) => boolean;
|
|
568
568
|
readonly delete: false;
|
|
569
569
|
};
|
|
570
|
-
readonly "client-media-platform-content-type": {
|
|
571
|
-
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
572
|
-
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
573
|
-
readonly read: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
574
|
-
readonly update: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientMediaPlatformContentTypeDocument | undefined) => boolean;
|
|
575
|
-
readonly delete: false;
|
|
576
|
-
};
|
|
577
570
|
readonly "client-project": {
|
|
578
571
|
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: ClientProjectDocument | undefined) => boolean;
|
|
579
572
|
readonly create: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus) => boolean;
|
|
@@ -617,6 +610,13 @@ declare const ROLE_PERMISSIONS: {
|
|
|
617
610
|
readonly update: false;
|
|
618
611
|
readonly delete: false;
|
|
619
612
|
};
|
|
613
|
+
readonly "media-creative-format": {
|
|
614
|
+
readonly list: true;
|
|
615
|
+
readonly create: false;
|
|
616
|
+
readonly read: true;
|
|
617
|
+
readonly update: false;
|
|
618
|
+
readonly delete: false;
|
|
619
|
+
};
|
|
620
620
|
readonly "monday-workspace": {
|
|
621
621
|
readonly list: (u: AuthorizedUserDocument, p: ClientUserDocumentStatus, d: MondayWorkspaceDocument | undefined) => boolean;
|
|
622
622
|
readonly create: false;
|
|
@@ -660,7 +660,6 @@ declare const CLIENT_ENTITY_PERMISSIONS: {
|
|
|
660
660
|
readonly client: readonly ["admin", "owner", "manager", "billing", "access"];
|
|
661
661
|
readonly "client-project": readonly ["list", "create", "read", "update", "delete", "assign"];
|
|
662
662
|
readonly "client-media-platform": readonly ["list", "create", "read", "update", "delete"];
|
|
663
|
-
readonly "client-media-platform-content-type": readonly ["list", "create", "read", "update", "delete"];
|
|
664
663
|
readonly "client-content-pillar": readonly ["list", "create", "read", "update", "delete"];
|
|
665
664
|
readonly "client-report": readonly ["list", "create", "read", "update", "delete"];
|
|
666
665
|
readonly "client-styleguide": readonly ["list", "create", "read", "update", "delete"];
|
|
@@ -1237,42 +1236,40 @@ type BlogPostDocument = {
|
|
|
1237
1236
|
layout: "main-aside" | "center-column" | null;
|
|
1238
1237
|
} & BaseDocument;
|
|
1239
1238
|
//#endregion
|
|
1240
|
-
//#region src/types/documents/
|
|
1241
|
-
type
|
|
1239
|
+
//#region src/types/documents/media-creative-format.document.d.ts
|
|
1240
|
+
type MediaCreativeFormatDocument = {
|
|
1241
|
+
title: string;
|
|
1242
|
+
slug: string;
|
|
1242
1243
|
is_active: boolean;
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
client_media_platform?: ClientMediaPlatformDocument;
|
|
1246
|
-
media_content_type?: MediaContentTypeDocument;
|
|
1244
|
+
description: string | null;
|
|
1245
|
+
media_content_types?: MediaContentTypeDocument[];
|
|
1247
1246
|
} & BaseDocument;
|
|
1248
1247
|
//#endregion
|
|
1249
|
-
//#region src/types/documents/media-
|
|
1250
|
-
type
|
|
1248
|
+
//#region src/types/documents/media-content-type.document.d.ts
|
|
1249
|
+
type MediaContentTypeDocument = {
|
|
1251
1250
|
title: string;
|
|
1252
1251
|
slug: string;
|
|
1253
|
-
utm_key: string | null;
|
|
1254
1252
|
is_active: boolean;
|
|
1255
1253
|
is_organic_social: boolean;
|
|
1256
1254
|
is_paid_media: boolean;
|
|
1257
|
-
logos: BlockBrandLogos | null;
|
|
1258
1255
|
description: string | null;
|
|
1259
1256
|
information: RichTextBlock[] | null;
|
|
1260
|
-
|
|
1261
|
-
|
|
1257
|
+
media_platforms?: MediaPlatformDocument[];
|
|
1258
|
+
media_creative_formats?: MediaCreativeFormatDocument[];
|
|
1262
1259
|
} & BaseDocument;
|
|
1263
1260
|
//#endregion
|
|
1264
|
-
//#region src/types/documents/media-
|
|
1265
|
-
type
|
|
1261
|
+
//#region src/types/documents/media-platform.document.d.ts
|
|
1262
|
+
type MediaPlatformDocument = {
|
|
1266
1263
|
title: string;
|
|
1267
1264
|
slug: string;
|
|
1268
|
-
utm_key: string | null;
|
|
1269
1265
|
is_active: boolean;
|
|
1270
1266
|
is_organic_social: boolean;
|
|
1271
1267
|
is_paid_media: boolean;
|
|
1268
|
+
logos: BlockBrandLogos | null;
|
|
1272
1269
|
description: string | null;
|
|
1273
1270
|
information: RichTextBlock[] | null;
|
|
1274
|
-
|
|
1275
|
-
|
|
1271
|
+
clients?: ClientMediaPlatformDocument[];
|
|
1272
|
+
media_content_types?: MediaContentTypeDocument[];
|
|
1276
1273
|
} & BaseDocument;
|
|
1277
1274
|
//#endregion
|
|
1278
1275
|
//#region src/types/documents/client-media-platform.document.d.ts
|
|
@@ -1280,7 +1277,6 @@ type ClientMediaPlatformDocument = {
|
|
|
1280
1277
|
is_active: boolean;
|
|
1281
1278
|
client?: ClientDocument;
|
|
1282
1279
|
media_platform?: MediaPlatformDocument;
|
|
1283
|
-
media_content_types?: MediaContentTypeDocument[];
|
|
1284
1280
|
} & BaseDocument;
|
|
1285
1281
|
//#endregion
|
|
1286
1282
|
//#region src/types/documents/client-project.document.d.ts
|
|
@@ -1423,7 +1419,6 @@ type GCFlyTourSnapDocument = {
|
|
|
1423
1419
|
title: string;
|
|
1424
1420
|
slug: string;
|
|
1425
1421
|
description: string | null;
|
|
1426
|
-
utm_key: string | null;
|
|
1427
1422
|
is_active: boolean;
|
|
1428
1423
|
is_hidden: boolean;
|
|
1429
1424
|
gcflytour?: GCFlyTourDocument;
|
|
@@ -1434,7 +1429,6 @@ type GCFlyTourDocument = {
|
|
|
1434
1429
|
title: string;
|
|
1435
1430
|
slug: string;
|
|
1436
1431
|
description: string | null;
|
|
1437
|
-
utm_key: string | null;
|
|
1438
1432
|
is_active: boolean;
|
|
1439
1433
|
is_hidden: boolean;
|
|
1440
1434
|
clients?: ClientDocument[];
|
|
@@ -2151,10 +2145,6 @@ type Permissions = {
|
|
|
2151
2145
|
dataType: ClientMediaPlatformDocument;
|
|
2152
2146
|
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-media-platform"][number];
|
|
2153
2147
|
};
|
|
2154
|
-
"client-media-platform-content-type": {
|
|
2155
|
-
dataType: ClientMediaPlatformContentTypeDocument;
|
|
2156
|
-
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-media-platform-content-type"][number];
|
|
2157
|
-
};
|
|
2158
2148
|
"client-project": {
|
|
2159
2149
|
dataType: ClientProjectDocument;
|
|
2160
2150
|
action: (typeof CLIENT_ENTITY_PERMISSIONS)["client-project"][number];
|
|
@@ -2179,6 +2169,10 @@ type Permissions = {
|
|
|
2179
2169
|
dataType: MediaContentTypeDocument;
|
|
2180
2170
|
action: LCRUDActions;
|
|
2181
2171
|
};
|
|
2172
|
+
"media-creative-format": {
|
|
2173
|
+
dataType: MediaCreativeFormatDocument;
|
|
2174
|
+
action: LCRUDActions;
|
|
2175
|
+
};
|
|
2182
2176
|
"monday-workspace": {
|
|
2183
2177
|
dataType: MondayWorkspaceDocument;
|
|
2184
2178
|
action: (typeof CLIENT_ENTITY_PERMISSIONS)["monday-workspace"][number];
|
|
@@ -2283,48 +2277,9 @@ declare const SUpdateClientContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
2283
2277
|
}, undefined>;
|
|
2284
2278
|
type SUpdateClientContentPillarDocumentRequest = v.InferOutput<typeof SUpdateClientContentPillarDocumentRequest>;
|
|
2285
2279
|
//#endregion
|
|
2286
|
-
//#region src/schemas/client-media-platform-content-type.schemas.d.ts
|
|
2287
|
-
declare const ClientMediaPlatformContentTypeSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "client_media_platform.media_platform.title", "client_media_platform.media_platform.slug", "media_content_type.title", "media_content_type.slug", "createdAt", "updatedAt"];
|
|
2288
|
-
declare const QuerySortClientMediaPlatformContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2289
|
-
type QuerySortClientMediaPlatformContentTypes = v.InferOutput<typeof QuerySortClientMediaPlatformContentTypes>;
|
|
2290
|
-
declare const QueryStrapiSearchClientMediaPlatformContentTypes: v.ObjectSchema<{
|
|
2291
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2292
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2293
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2294
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2295
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2296
|
-
readonly client_media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2297
|
-
readonly media_content_type_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2298
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "client_media_platform.media_platform.title:ASC" | "client_media_platform.media_platform.slug:ASC" | "media_content_type.title:ASC" | "media_content_type.slug:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "client_media_platform.media_platform.title:DESC" | "client_media_platform.media_platform.slug:DESC" | "media_content_type.title:DESC" | "media_content_type.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2299
|
-
}, undefined>;
|
|
2300
|
-
type QueryStrapiSearchClientMediaPlatformContentTypes = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatformContentTypes>;
|
|
2301
|
-
declare const SCreateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
2302
|
-
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2303
|
-
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2304
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
2305
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
2306
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
2307
|
-
}, undefined>;
|
|
2308
|
-
type SCreateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SCreateClientMediaPlatformContentTypeDocument>;
|
|
2309
|
-
declare const SUpdateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
2310
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2311
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2312
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2313
|
-
}, undefined>;
|
|
2314
|
-
type SUpdateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocument>;
|
|
2315
|
-
declare const SUpdateClientMediaPlatformContentTypeDocumentRequest: v.ObjectSchema<{
|
|
2316
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2317
|
-
readonly data: v.ObjectSchema<{
|
|
2318
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2319
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2320
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2321
|
-
}, undefined>;
|
|
2322
|
-
}, undefined>;
|
|
2323
|
-
type SUpdateClientMediaPlatformContentTypeDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocumentRequest>;
|
|
2324
|
-
//#endregion
|
|
2325
2280
|
//#region src/schemas/client-media-platform.schemas.d.ts
|
|
2326
|
-
declare const ClientMediaPlatformSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "
|
|
2327
|
-
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "
|
|
2281
|
+
declare const ClientMediaPlatformSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platform.title", "media_platform.slug", "media_platform.createdAt", "media_platform.updatedAt"];
|
|
2282
|
+
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
2328
2283
|
type QuerySortClientMediaPlatforms = v.InferOutput<typeof QuerySortClientMediaPlatforms>;
|
|
2329
2284
|
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
2330
2285
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -2332,14 +2287,12 @@ declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
|
2332
2287
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2333
2288
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2334
2289
|
readonly media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2335
|
-
readonly
|
|
2336
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC")[], 10, undefined>]>, undefined>;
|
|
2290
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
2337
2291
|
}, undefined>;
|
|
2338
2292
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
2339
2293
|
declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
2340
2294
|
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2341
2295
|
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2342
|
-
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2343
2296
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
2344
2297
|
}, undefined>;
|
|
2345
2298
|
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
@@ -2354,11 +2307,6 @@ declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
|
2354
2307
|
}, undefined>;
|
|
2355
2308
|
}, undefined>;
|
|
2356
2309
|
type SUpdateClientMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformDocumentRequest>;
|
|
2357
|
-
declare const SAssociateMediaContentTypesToClientMediaPlatform: v.ObjectSchema<{
|
|
2358
|
-
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2359
|
-
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2360
|
-
}, undefined>;
|
|
2361
|
-
type SAssociateMediaContentTypesToClientMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToClientMediaPlatform>;
|
|
2362
2310
|
//#endregion
|
|
2363
2311
|
//#region src/schemas/client-project.schemas.d.ts
|
|
2364
2312
|
declare const ClientProjectSortKeys: readonly ["id", "title", "slug", "is_active", "is_hidden", "project_phase", "project_url", "project_type", "project_pricing", "project_address", "phone_number", "num_of_models", "num_of_units_remain", "buyer_profile", "social_organic_start_date", "paid_media_start_date", "go_date", "createdAt", "updatedAt"];
|
|
@@ -2808,27 +2756,25 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
2808
2756
|
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
2809
2757
|
//#endregion
|
|
2810
2758
|
//#region src/schemas/gcflytour-snap.schemas.d.ts
|
|
2811
|
-
declare const GCFlyTourSnapSortKeys: readonly ["id", "title", "slug", "
|
|
2812
|
-
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC"
|
|
2759
|
+
declare const GCFlyTourSnapSortKeys: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
2760
|
+
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
2813
2761
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
2814
2762
|
declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
2815
2763
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2816
2764
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2817
2765
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2818
2766
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2819
|
-
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2820
2767
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2821
2768
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2822
2769
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2823
2770
|
readonly gcflytours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2824
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC"
|
|
2771
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
2825
2772
|
}, undefined>;
|
|
2826
2773
|
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
2827
2774
|
declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
2828
2775
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2829
2776
|
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
2830
2777
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2831
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2832
2778
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
2833
2779
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2834
2780
|
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
@@ -2838,7 +2784,6 @@ declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
2838
2784
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2839
2785
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2840
2786
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2841
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2842
2787
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2843
2788
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2844
2789
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -2850,7 +2795,6 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
2850
2795
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2851
2796
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2852
2797
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2853
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2854
2798
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2855
2799
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2856
2800
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -2859,26 +2803,24 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
2859
2803
|
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
2860
2804
|
//#endregion
|
|
2861
2805
|
//#region src/schemas/gcflytour.schemas.d.ts
|
|
2862
|
-
declare const GCFlyTourSortKeys: readonly ["id", "title", "slug", "
|
|
2863
|
-
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC"
|
|
2806
|
+
declare const GCFlyTourSortKeys: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
2807
|
+
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
2864
2808
|
type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
|
|
2865
2809
|
declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
2866
2810
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
2867
2811
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
2868
2812
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2869
2813
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2870
|
-
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2871
2814
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2872
2815
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2873
2816
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2874
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC"
|
|
2817
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
2875
2818
|
}, undefined>;
|
|
2876
2819
|
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
2877
2820
|
declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
2878
2821
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2879
2822
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
2880
2823
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2881
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2882
2824
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
2883
2825
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
2884
2826
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
@@ -2888,7 +2830,6 @@ declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
2888
2830
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2889
2831
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2890
2832
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2891
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2892
2833
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2893
2834
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2894
2835
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
@@ -2900,23 +2841,12 @@ declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
|
2900
2841
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
2901
2842
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
2902
2843
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2903
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
2904
2844
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2905
2845
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
2906
2846
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2907
2847
|
}, undefined>;
|
|
2908
2848
|
}, undefined>;
|
|
2909
2849
|
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
|
2910
|
-
declare const SAssociateClientsToGCFlyTour: v.ObjectSchema<{
|
|
2911
|
-
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2912
|
-
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2913
|
-
}, undefined>;
|
|
2914
|
-
type SAssociateClientsToGCFlyTour = v.InferOutput<typeof SAssociateClientsToGCFlyTour>;
|
|
2915
|
-
declare const SAssociateGcFlyTourSnapsToGCFlyTour: v.ObjectSchema<{
|
|
2916
|
-
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
2917
|
-
readonly gcflytour_snaps: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2918
|
-
}, undefined>;
|
|
2919
|
-
type SAssociateGcFlyTourSnapsToGCFlyTour = v.InferOutput<typeof SAssociateGcFlyTourSnapsToGCFlyTour>;
|
|
2920
2850
|
//#endregion
|
|
2921
2851
|
//#region src/schemas/generic.schemas.d.ts
|
|
2922
2852
|
declare const EntitySortKeys: readonly ["id", "createdAt", "updatedAt"];
|
|
@@ -3008,40 +2938,42 @@ declare const SUpdateLeadRequest: v.ObjectSchema<{
|
|
|
3008
2938
|
type SUpdateLeadRequest = v.InferOutput<typeof SUpdateLeadRequest>;
|
|
3009
2939
|
//#endregion
|
|
3010
2940
|
//#region src/schemas/media-content-type.schemas.d.ts
|
|
3011
|
-
declare const MediaContentTypeSortKeys: readonly ["id", "title", "slug", "
|
|
3012
|
-
declare const QuerySortMediaContentType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "
|
|
2941
|
+
declare const MediaContentTypeSortKeys: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platforms.title", "media_platforms.slug", "media_platforms.is_active", "media_platforms.is_organic_social", "media_platforms.is_paid_media", "media_platforms.createdAt", "media_platforms.updatedAt", "media_creative_formats.title", "media_creative_formats.slug", "media_creative_formats.is_active", "media_creative_formats.createdAt", "media_creative_formats.updatedAt"];
|
|
2942
|
+
declare const QuerySortMediaContentType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 20, undefined>]>, undefined>;
|
|
3013
2943
|
type QuerySortMediaContentType = v.InferOutput<typeof QuerySortMediaContentType>;
|
|
3014
2944
|
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
3015
2945
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3016
2946
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3017
2947
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3018
2948
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3019
|
-
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3020
2949
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3021
2950
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3022
2951
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3023
2952
|
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3024
|
-
readonly
|
|
2953
|
+
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>]>, undefined>;
|
|
2954
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 20, undefined>]>, undefined>;
|
|
3025
2955
|
}, undefined>;
|
|
3026
2956
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
3027
2957
|
declare const SCreateMediaContentTypeDocument: v.ObjectSchema<{
|
|
3028
2958
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3029
2959
|
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
3030
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3031
2960
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3032
2961
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3033
2962
|
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3034
2963
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2964
|
+
readonly media_platforms: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
2965
|
+
readonly media_creative_formats: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3035
2966
|
}, undefined>;
|
|
3036
2967
|
type SCreateMediaContentTypeDocument = v.InferOutput<typeof SCreateMediaContentTypeDocument>;
|
|
3037
2968
|
declare const SUpdateMediaContentTypeDocument: v.ObjectSchema<{
|
|
3038
2969
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3039
2970
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3040
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3041
2971
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3042
2972
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3043
2973
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3044
2974
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2975
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2976
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3045
2977
|
}, undefined>;
|
|
3046
2978
|
type SUpdateMediaContentTypeDocument = v.InferOutput<typeof SUpdateMediaContentTypeDocument>;
|
|
3047
2979
|
declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
@@ -3049,60 +2981,95 @@ declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
|
3049
2981
|
readonly data: v.ObjectSchema<{
|
|
3050
2982
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3051
2983
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3052
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3053
2984
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3054
2985
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3055
2986
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3056
2987
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
2988
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
2989
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3057
2990
|
}, undefined>;
|
|
3058
2991
|
}, undefined>;
|
|
3059
2992
|
type SUpdateMediaContentTypeDocumentRequest = v.InferOutput<typeof SUpdateMediaContentTypeDocumentRequest>;
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
2993
|
+
//#endregion
|
|
2994
|
+
//#region src/schemas/media-creative-format.schemas.d.ts
|
|
2995
|
+
declare const MediaCreativeFormatSortKeys: readonly ["id", "title", "slug", "is_active", "createdAt", "updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
2996
|
+
declare const QuerySortMediaCreativeFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
2997
|
+
type QuerySortMediaCreativeFormat = v.InferOutput<typeof QuerySortMediaCreativeFormat>;
|
|
2998
|
+
declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
2999
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3000
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3001
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3002
|
+
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3003
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3004
|
+
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3005
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
3063
3006
|
}, undefined>;
|
|
3064
|
-
type
|
|
3065
|
-
declare const
|
|
3066
|
-
readonly
|
|
3067
|
-
readonly
|
|
3007
|
+
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
3008
|
+
declare const SCreateMediaCreativeFormatDocument: v.ObjectSchema<{
|
|
3009
|
+
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3010
|
+
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>]>]>;
|
|
3011
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
3012
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3013
|
+
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3068
3014
|
}, undefined>;
|
|
3069
|
-
type
|
|
3015
|
+
type SCreateMediaCreativeFormatDocument = v.InferOutput<typeof SCreateMediaCreativeFormatDocument>;
|
|
3016
|
+
declare const SUpdateMediaCreativeFormatDocument: v.ObjectSchema<{
|
|
3017
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3018
|
+
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>;
|
|
3019
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3020
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3021
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3022
|
+
}, undefined>;
|
|
3023
|
+
type SUpdateMediaCreativeFormatDocument = v.InferOutput<typeof SUpdateMediaCreativeFormatDocument>;
|
|
3024
|
+
declare const SUpdateMediaCreativeFormatDocumentRequest: v.ObjectSchema<{
|
|
3025
|
+
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3026
|
+
readonly data: v.ObjectSchema<{
|
|
3027
|
+
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3028
|
+
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>;
|
|
3029
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3030
|
+
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3031
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3032
|
+
}, undefined>;
|
|
3033
|
+
}, undefined>;
|
|
3034
|
+
type SUpdateMediaCreativeFormatDocumentRequest = v.InferOutput<typeof SUpdateMediaCreativeFormatDocumentRequest>;
|
|
3070
3035
|
//#endregion
|
|
3071
3036
|
//#region src/schemas/media-platform.schemas.d.ts
|
|
3072
|
-
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "
|
|
3073
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "
|
|
3037
|
+
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
3038
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
3074
3039
|
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
3075
3040
|
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
3076
3041
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
3077
3042
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
3078
3043
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3079
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3080
|
-
readonly utm_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3044
|
+
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>;
|
|
3081
3045
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3082
3046
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3083
3047
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3048
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3084
3049
|
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3085
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "
|
|
3050
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC")[], 22, undefined>]>, undefined>;
|
|
3086
3051
|
}, undefined>;
|
|
3087
3052
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
3088
3053
|
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
3089
3054
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3090
3055
|
readonly slug: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
3091
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3092
3056
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
3093
3057
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
3094
3058
|
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
3095
3059
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3060
|
+
readonly clients: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3061
|
+
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3096
3062
|
}, undefined>;
|
|
3097
3063
|
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
3098
3064
|
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
3099
3065
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3100
3066
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3101
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3102
3067
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3103
3068
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3104
3069
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3105
3070
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3071
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3072
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3106
3073
|
}, undefined>;
|
|
3107
3074
|
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
3108
3075
|
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
@@ -3110,23 +3077,19 @@ declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
|
3110
3077
|
readonly data: v.ObjectSchema<{
|
|
3111
3078
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3112
3079
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
3113
|
-
readonly utm_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, undefined>;
|
|
3114
3080
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3115
3081
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3116
3082
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
3117
3083
|
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
3084
|
+
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3085
|
+
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, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3118
3086
|
}, undefined>;
|
|
3119
3087
|
}, undefined>;
|
|
3120
3088
|
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
3121
|
-
declare const SAssociateMediaContentTypesToMediaPlatform: v.ObjectSchema<{
|
|
3122
|
-
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
3123
|
-
readonly media_content_types: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>;
|
|
3124
|
-
}, undefined>;
|
|
3125
|
-
type SAssociateMediaContentTypesToMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToMediaPlatform>;
|
|
3126
3089
|
//#endregion
|
|
3127
3090
|
//#region src/schemas/monday-workspace.schemas.d.ts
|
|
3128
3091
|
declare const MondayWorkspaceSortKeys: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
3129
|
-
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "
|
|
3092
|
+
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
3130
3093
|
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
3131
3094
|
declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
3132
3095
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
@@ -3134,7 +3097,7 @@ declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
|
3134
3097
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
3135
3098
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3136
3099
|
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
3137
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "
|
|
3100
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:ASC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
3138
3101
|
}, undefined>;
|
|
3139
3102
|
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
3140
3103
|
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
@@ -4188,5 +4151,5 @@ declare function isValidationSuccess<T>(result: ValidateAndCleanResult<T>): resu
|
|
|
4188
4151
|
declare function isValidationFailure<T>(result: ValidateAndCleanResult<T>): result is ValidateAndCleanFailure;
|
|
4189
4152
|
declare function omitUndefined<T extends Record<string, any>>(obj: T): Partial<T>;
|
|
4190
4153
|
//#endregion
|
|
4191
|
-
export { TeamworkProjectHealthSelectSortOptions as $, TeamMemberDocument as $a, TeamworkProjectTaskStat as $i, GCFlyTourSnapSortKeys as $n, BlockButtonGroup as $o, QuerySortClientMediaPlatforms as $r, ClientEntityKey as $s, VStringUrlNullable as $t, SAuthRawAccessToken as A, MondayWorkspaceDocument as Aa, Permissions as Ai, SCreateMediaContentTypeDocument as An, BrandStyleguideFont as Ao, SUpdateClientUserDocument as Ar, StrapiResponseMeta as As, SSetManyEntityRelationIn as At, SUpdateUserAccount as B, UserAccountDocument as Ba, TeamworkTaskUserPermissions as Bi, QueryStrapiById as Bn, BlockGraphicImage as Bo, QuerySortClientReports as Br, StrapiIconName as Bs, VStringLong as Bt, QuerySortUsers as C, CommentDocument as Ca, BlogPostSortKeys as Ci, SUpdateMediaPlatformDocument as Cn, SliderSpacing as Co, SCreateClientDocument as Cr, StrapiAttributeErrorKey as Cs, SEntityRelationPosition as Ct, UserSortKeys as D, ClientDocument as Da, canAssignPermission as Di, QueryStrapiSearchMediaContentTypes as Dn, ComponentFormDownload as Do, QuerySortClientUsers as Dr, StrapiErrorResult as Ds, SEntityRelationPositionIn as Dt, SCreateUserDocument as E, ContentPillarDocument as Ea, QueryStrapiSearchBlogPostsBySlug as Ei, QuerySortMediaContentType as En, FormUID as Eo, ClientUserSortKeys as Er, StrapiErrorResponse as Es, SEntityRelationPositionEnd as Et, SRequestConfirmEmail as F, AuthorizedUserDocument as Fa, TeamworkTasklistsResponse as Fi, SUpdateLeadRequest as Fn, ComponentBlockTextDetails as Fo, QueryStrapiSearchClientStyleguide as Fr, MediaUploadDocument as Fs, VNumberNullable as Ft, QueryStrapiPaginatedUrlRedirects as G, ClientReportDocument as Ga, TeamworkProjectsResponse as Gi, GCFlyTourSortKeys as Gn, BlockVideoEmbed as Go, ClientProjectSortKeys as Gr, StrapiLinkType as Gs, VStringMinMaxRegex as Gt, SUpdateUserAccountLastName as H, RoleType as Ha, TeamworkProject as Hi, QueryStrapiByPhone as Hn, BlockFullscreenContent as Ho, SCreateClientReportDocument as Hr, StrapiLinkReferrerPolicy as Hs, VStringMax as Ht, SResetUserPassword as I, UserAuthorizationLoginResponse as Ia, TeamworkTask as Ii, EntitySortKeys as In, BlockSectionTitle as Io, SCreateClientStyleguideDocument as Ir, FormSelectInputOption as Is, VPage as It, SUpdateTrendsLikes as J, MediaContentTypeDocument as Ja, TeamworkTag as Ji, SAssociateClientsToGCFlyTour as Jn, ComponentBlockFaq as Jo, SAssociateClientToClientProjectDocument as Jr, BaseDocument as Js, VStringShort as Jt, QueryStrapiUrlRedirectsByFrom as K, ClientProjectDocument as Ka, TeamworkResponseMetaProjectStats as Ki, QuerySortGCFlyTours as Kn, ComponentBlockVideo as Ko, QuerySortClientProjects as Kr, StrapiTextColorOptions as Ks, VStringPhone as Kt, SUserToken as L, UserAuthorizationSuccessResponse as La, TeamworkTaskCard as Li, QuerySortEntities as Ln, ComponentBlockSectionTitle as Lo, SUpdateClientStyleguideDocument as Lr, StrapiBgColorOptions as Ls, VSize as Lt, SForgotUserPassword as M, GCFlyTourSnapDocument as Ma, TeamworkTasklist as Mi, SUpdateMediaContentTypeDocumentRequest as Mn, BrandStyleguideColor as Mo, SVerifyClientUserDocument as Mr, StrapiSingleResponse as Ms, SSetOneEntityRelationIn as Mt, SLoginUser as N, ClientUserDocument as Na, TeamworkTasklistResponse as Ni, SCreateLeadDocument as Nn, ComponentBrandStyleguideColor as No, ClientStyleguideSortKeys as Nr, MediaFormat as Ns, SharpSpringSignUpToDownload as Nt, SAuthConnectProviderConfirmation as O, ProductHighlightDocument as Oa, hasPermission as Oi, SAssociateClientMediaPlatformContentTypesToMediaContentType as On, FormDownload as Oo, SCreateClientUserDocument as Or, StrapiListResponse as Os, SEntityRelationPositionStart as Ot, SRegisterUser as P, ClientUserDocumentStatus as Pa, TeamworkTasklistResponseMeta as Pi, SUpdateLeadDocument as Pn, BlockTextDetails as Po, QuerySortClientStyleguides as Pr, MediaFormats as Ps, VIntegerNullable as Pt, TeamworkProjectHealthProjectStatusOptions as Q, BlogPostDocument as Qa, TeamworkProjectUpdate as Qi, SUpdateGCFlyTourDocumentRequest as Qn, ComponentBlockContact as Qo, ClientMediaPlatformSortKeys as Qr, ClientEntityActions as Qs, VStringUrlNoUtm as Qt, SReadUserAccountByDocumentId as R, UserDocument as Ra, TeamworkTaskResponse as Ri, QueryStrapiByDocumentId as Rn, BlockPullQuote as Ro, SUpdateClientStyleguideDocumentRequest as Rr, StrapiDirection as Rs, VString as Rt, SUtmLinkBuilderTableFormInput as S, LeadDocument as Sa, SUpdateCategoryDocumentRequest as Si, SCreateMediaPlatformDocument as Sn, SliderSettings as So, QueryStrapiSearchClients as Sr, StrapiAttributeErrorDetail as Ss, SEntityRelationIn as St, QueryStrapiUsersByIdentifier as T, ClientContentPillarDocument as Ta, QueryStrapiSearchBlogPosts as Ti, MediaContentTypeSortKeys as Tn, FormSelect as To, SUpdateClientDocumentRequest as Tr, StrapiErrorDetail as Ts, SEntityRelationPositionBefore as Tt, SUpdateUserAccountPreferredName as U, PermissionDocument as Ua, TeamworkProjectResponse as Ui, QueryStrapiBySlug as Un, BlockFullscreenContentType as Uo, SUpdateClientReportDocument as Ur, StrapiLinkRel as Us, VStringMaxRegex as Ut, SUpdateUserAccountFirstName as V, RoleDocument as Va, TeamworkTasksResponse as Vi, QueryStrapiByName as Vn, ComponentBlockGraphicImage as Vo, QueryStrapiSearchClientReports as Vr, StrapiIconPosition as Vs, VStringLongNullable as Vt, QuerySortUrlRedirects as W, ClientStyleguideDocument as Wa, TeamworkProjectResponseMeta as Wi, QueryStrapiPaginated as Wn, ComponentBlockFullscreenContent as Wo, SUpdateClientReportDocumentRequest as Wr, StrapiLinkTarget as Ws, VStringMinMax as Wt, QueryStrapiSearchTeamworkProjectHealth as X, ClientMediaPlatformContentTypeDocument as Xa, TeamworkTagResponseMeta as Xi, SCreateGCFlyTourDocument as Xn, ComponentBlockCtaLink as Xo, SUpdateClientProjectDocument as Xr, CLIENT_ENTITY_PERMISSIONS as Xs, VStringSlug as Xt, QuerySortTeamworkProjectHealth as Y, MediaPlatformDocument as Ya, TeamworkTagResponse as Yi, SAssociateGcFlyTourSnapsToGCFlyTour as Yn, BlockCtaLink as Yo, SCreateClientProjectDocument as Yr, CLIENT_ENTITY_KEYS as Ys, VStringShortNullable as Yt, TeamworkProjectHealthProjectStatus as Z, BlogPostBlock as Za, TeamworkTagsResponse as Zi, SUpdateGCFlyTourDocument as Zn, BlockContact as Zo, SUpdateClientProjectDocumentRequest as Zr, CLIENT_ENTITY_SCOPES as Zs, VStringUrl as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, UrlRedirectDocument as _a, CategorySortKeys as _i, SUpdateMondayWorkspaceDocumentRequest as _n, SlideshowMode as _o, SReportCommentDocument as _r, SharedRichTextBlock as _s, SDisconnectManyEntityRelation as _t, isStrapiAttributeError as a, TeamworkActivePages as aa, ClientMediaPlatformContentTypeSortKeys as ai, SUpdateResumeInfoDocument as an, ComponentUtmOption as ao, ContentPillarSortKeys as ar, ComponentMetaSocial as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, ResumeDocument as ba, SCreateCategoryDocument as bi, QueryStrapiSearchMediaPlatforms as bn, SliderBreakpoint as bo, ClientSortKeys as br, ComponentSharedLink as bs, SDisconnectOneEntityRelationIn as bt, dateToday as c, TeamworkResponseMeta as ca, SCreateClientMediaPlatformContentTypeDocument as ci, SCreateNewsletterSignup as cn, UtmSourceKey as co, SCreateContentPillarDocument as cr, MetaSocial as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, TeamPageDocument as da, ClientContentPillarSortKeys as di, SUpdateNewsletterSignupRequest as dn, ComponentSlideContent as do, QueryFilterStrapiComments as dr, SeoMeta as ds, SCreateStrapiMediaUploadDocument as dt, TeamworkProjectCustomField as ea, ClientEntityScope as ec, QueryStrapiSearchClientMediaPlatforms as ei, VStringUrlUtm as en, TeamMemberGroup as eo, QuerySortGCFlyTourSnaps as er, ComponentBlockButtonGroup as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, PolicyPageDocument as fa, QuerySortClientContentPillars as fi, MondayWorkspaceSortKeys as fn, SlideContent as fo, QuerySortStrapiComments as fr, ComponentSharedQuestionAnswer as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, BlogPageDocument as ga, SUpdateClientContentPillarDocumentRequest as gi, SUpdateMondayWorkspaceDocument as gn, ComponentSlideshowSettings as go, SDeleteCommentDocument as gr, RichTextBlockChildren as gs, SConnectOneEntityRelationIn as gt, SReadUtmTrackingLinkDocumentByUrl as h, CareersPageDocument as ha, SUpdateClientContentPillarDocument as hi, SCreateMondayWorkspaceDocument as hn, SlideshowComponentSlideSettings as ho, SCreateCommentDocument as hr, RichTextBlock as hs, SConnectOneEntityRelation as ht, validateAndClean as i, TeamworkCompany as ia, SUpdateClientMediaPlatformDocumentRequest as ii, SUpdateResumeInfo as in, CategoryDocument as io, SUpdateGCFlyTourSnapDocumentRequest as ir, ComponentBlockAnnouncementBar as is, QuerySortTags as it, SChangePassword as j, GCFlyTourDocument as ja, RolesWithPermissions as ji, SUpdateMediaContentTypeDocument as jn, ComponentBrandStyleguideFont as jo, SUpdateClientUserDocumentRequest as jr, StrapiResponseMetaWithPagination as js, SSetOneEntityRelation as jt, SAuthConnectProviderRedirectSearch as k, ProductDocument as ka, LCRUDActions as ki, SAssociateMediaPlatformsToMediaContentType as kn, FormDownloadKeys as ko, SQueryListClientUserDocuments as kr, StrapiPagination as ks, SSetManyEntityRelation as kt, QuerySortUtmTrackingLinks as l, TeamworkResponseMetaPagination as la, SUpdateClientMediaPlatformContentTypeDocument as li, SCreateNewsletterSignupDocument as ln, ComponentSlideshow as lo, SUpdateContentPillarDocument as lr, MetaSocialNetwork as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, FAQPageDocument as ma, SCreateClientContentPillarDocument as mi, QueryStrapiSearchMondayWorkspaces as mn, SlideshowComponentProps as mo, QueryStrapiCommentsInHeirarchy as mr, ComponentSharedRichTextBlock as ms, SConnectManyEntityRelationIn as mt, isValidationSuccess as n, TeamworkCustomField as na, SCreateClientMediaPlatformDocument as ni, SCreateResumeInfo as nn, TrendDocument as no, SCreateGCFlyTourSnapDocument as nr, ComponentBlockBrandLogos as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, TeamworkLockdown as oa, QuerySortClientMediaPlatformContentTypes as oi, SUpdateResumeInfoRequest as on, UtmClassificationKey as oo, QuerySortContentPillars as or, ComponentOpenGraph as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, LandingPageDocument as pa, QueryStrapiSearchClientContentPillars as pi, QuerySortMondayWorkspaces as pn, SlideType as po, QueryStrapiCommentsFlat as pr, SharedQuestionAnswer as ps, SConnectManyEntityRelation as pt, UrlRedirectSortKeys as q, ClientMediaPlatformDocument as qa, TeamworkUserAccount as qi, QueryStrapiSearchGCFlyTours as qn, BlockFaq as qo, QueryStrapiSearchClientProjects as qr, StrapiThemeOptions as qs, VStringPhoneNullable as qt, omitUndefined as r, TeamworkCurrency as ra, SUpdateClientMediaPlatformDocument as ri, SCreateResumeInfoDocument as rn, TagDocument as ro, SUpdateGCFlyTourSnapDocument as rr, BlockAnnouncementBar as rs, TeamMemberSortKeys as rt, datePlusDays as s, TeamworkRelatedMeta as sa, QueryStrapiSearchClientMediaPlatformContentTypes as si, checkIsValidUrlList as sn, UtmOption as so, QueryStrapiSearchContentPillars as sr, ComponentSeoMeta as ss, SUpdateTagDocument as st, isValidationFailure as t, TeamworkProjectCategory as ta, ROLE_PERMISSIONS as tc, SAssociateMediaContentTypesToClientMediaPlatform as ti, SCreateResume as tn, TeamMemberTier as to, QueryStrapiSearchGCFlyTourSnaps as tr, BlockBrandLogos as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, UtmMetaPageDocument as ua, SUpdateClientMediaPlatformContentTypeDocumentRequest as ui, SUpdateNewsletterSignupDocument as un, Slideshow as uo, SUpdateContentPillarDocumentRequest as ur, OpenGraph as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, UrlRedirectQueryParams as va, QuerySortCategories as vi, MediaPlatformSortKeys as vn, SlideshowSettings as vo, SUpdateCommentDocument as vr, ComponentSharedButton as vs, SDisconnectManyEntityRelationIn as vt, QueryStrapiUsers as w, CommentReportDocument as wa, QuerySortBlogPosts as wi, SUpdateMediaPlatformDocumentRequest as wn, ComponentFormSelect as wo, SUpdateClientDocument as wr, StrapiAttributeErrorResponse as ws, SEntityRelationPositionAfter as wt, SUtmLinkBuilderTableForm as x, NewsletterSignupDocument as xa, SUpdateCategoryDocument as xi, SAssociateMediaContentTypesToMediaPlatform as xn, SliderOrigin as xo, QuerySortClients as xr, SharedLink as xs, SEntityRelation as xt, SUtmLinkBuilderPartCampaignDateOptions as y, UrlRedirectStatusCode as ya, QueryStrapiSearchCategories as yi, QuerySortMediaPlatforms as yn, ComponentSliderSettings as yo, StrapiCommentSortKeys as yr, SharedButton as ys, SDisconnectOneEntityRelation as yt, SReadUserAccountById as z, UtmTrackingLinkDocument as za, TeamworkTaskResponseMeta as zi, QueryStrapiByEmail as zn, ComponentBlockPullQuote as zo, ClientReportSortKeys as zr, StrapiGapSizes as zs, VStringEmail as zt };
|
|
4192
|
-
//# sourceMappingURL=index-
|
|
4154
|
+
export { TeamworkProjectHealthSelectSortOptions as $, ComponentUtmOption as $a, TeamworkActivePages as $i, SUpdateGCFlyTourDocumentRequest as $n, ComponentMetaSocial as $o, ClientMediaPlatformSortKeys as $r, VStringUrlNullable as $t, SAuthRawAccessToken as A, UserAuthorizationLoginResponse as Aa, TeamworkTask as Ai, MediaContentTypeSortKeys as An, BlockSectionTitle as Ao, SQueryListClientUserDocuments as Ar, FormSelectInputOption as As, SSetManyEntityRelationIn as At, SUpdateUserAccount as B, ClientProjectDocument as Ba, TeamworkResponseMetaProjectStats as Bi, QuerySortEntities as Bn, ComponentBlockVideo as Bo, ClientReportSortKeys as Br, StrapiTextColorOptions as Bs, VStringLong as Bt, QuerySortUsers as C, ProductDocument as Ca, LCRUDActions as Ci, SUpdateMediaPlatformDocumentRequest as Cn, FormDownloadKeys as Co, QueryStrapiSearchClients as Cr, StrapiPagination as Cs, SEntityRelationPosition as Ct, UserSortKeys as D, ClientUserDocument as Da, TeamworkTasklistResponse as Di, SCreateMediaCreativeFormatDocument as Dn, ComponentBrandStyleguideColor as Do, ClientUserSortKeys as Dr, MediaFormat as Ds, SEntityRelationPositionIn as Dt, SCreateUserDocument as E, GCFlyTourSnapDocument as Ea, TeamworkTasklist as Ei, QueryStrapiSearchMediaCreativeFormats as En, BrandStyleguideColor as Eo, SUpdateClientDocumentRequest as Er, StrapiSingleResponse as Es, SEntityRelationPositionEnd as Et, SRequestConfirmEmail as F, RoleDocument as Fa, TeamworkTasksResponse as Fi, SUpdateMediaContentTypeDocumentRequest as Fn, ComponentBlockGraphicImage as Fo, QuerySortClientStyleguides as Fr, StrapiIconPosition as Fs, VNumberNullable as Ft, QueryStrapiPaginatedUrlRedirects as G, BlogPostBlock as Ga, TeamworkTagsResponse as Gi, QueryStrapiByPhone as Gn, BlockContact as Go, SUpdateClientReportDocumentRequest as Gr, CLIENT_ENTITY_SCOPES as Gs, VStringMinMaxRegex as Gt, SUpdateUserAccountLastName as H, MediaPlatformDocument as Ha, TeamworkTag as Hi, QueryStrapiByEmail as Hn, ComponentBlockFaq as Ho, QueryStrapiSearchClientReports as Hr, BaseDocument as Hs, VStringMax as Ht, SResetUserPassword as I, RoleType as Ia, TeamworkProject as Ii, SCreateLeadDocument as In, BlockFullscreenContent as Io, QueryStrapiSearchClientStyleguide as Ir, StrapiLinkReferrerPolicy as Is, VPage as It, SUpdateTrendsLikes as J, TeamMemberGroup as Ja, TeamworkProjectCustomField as Ji, GCFlyTourSortKeys as Jn, ComponentBlockButtonGroup as Jo, QueryStrapiSearchClientProjects as Jr, ClientEntityScope as Js, VStringShort as Jt, QueryStrapiUrlRedirectsByFrom as K, BlogPostDocument as Ka, TeamworkProjectUpdate as Ki, QueryStrapiBySlug as Kn, ComponentBlockContact as Ko, ClientProjectSortKeys as Kr, ClientEntityActions as Ks, VStringPhone as Kt, SUserToken as L, PermissionDocument as La, TeamworkProjectResponse as Li, SUpdateLeadDocument as Ln, BlockFullscreenContentType as Lo, SCreateClientStyleguideDocument as Lr, StrapiLinkRel as Ls, VSize as Lt, SForgotUserPassword as M, UserDocument as Ma, TeamworkTaskResponse as Mi, QueryStrapiSearchMediaContentTypes as Mn, BlockPullQuote as Mo, SUpdateClientUserDocumentRequest as Mr, StrapiDirection as Ms, SSetOneEntityRelationIn as Mt, SLoginUser as N, UtmTrackingLinkDocument as Na, TeamworkTaskResponseMeta as Ni, SCreateMediaContentTypeDocument as Nn, ComponentBlockPullQuote as No, SVerifyClientUserDocument as Nr, StrapiGapSizes as Ns, SharpSpringSignUpToDownload as Nt, SAuthConnectProviderConfirmation as O, ClientUserDocumentStatus as Oa, TeamworkTasklistResponseMeta as Oi, SUpdateMediaCreativeFormatDocument as On, BlockTextDetails as Oo, QuerySortClientUsers as Or, MediaFormats as Os, SEntityRelationPositionStart as Ot, SRegisterUser as P, UserAccountDocument as Pa, TeamworkTaskUserPermissions as Pi, SUpdateMediaContentTypeDocument as Pn, BlockGraphicImage as Po, ClientStyleguideSortKeys as Pr, StrapiIconName as Ps, VIntegerNullable as Pt, TeamworkProjectHealthProjectStatusOptions as Q, CategoryDocument as Qa, TeamworkCompany as Qi, SUpdateGCFlyTourDocument as Qn, ComponentBlockAnnouncementBar as Qo, SUpdateClientProjectDocumentRequest as Qr, VStringUrlNoUtm as Qt, SReadUserAccountByDocumentId as R, ClientStyleguideDocument as Ra, TeamworkProjectResponseMeta as Ri, SUpdateLeadRequest as Rn, ComponentBlockFullscreenContent as Ro, SUpdateClientStyleguideDocument as Rr, StrapiLinkTarget as Rs, VString as Rt, SUtmLinkBuilderTableFormInput as S, ProductHighlightDocument as Sa, hasPermission as Si, SUpdateMediaPlatformDocument as Sn, FormDownload as So, QuerySortClients as Sr, StrapiListResponse as Ss, SEntityRelationIn as St, QueryStrapiUsersByIdentifier as T, GCFlyTourDocument as Ta, RolesWithPermissions as Ti, QuerySortMediaCreativeFormat as Tn, ComponentBrandStyleguideFont as To, SUpdateClientDocument as Tr, StrapiResponseMetaWithPagination as Ts, SEntityRelationPositionBefore as Tt, SUpdateUserAccountPreferredName as U, MediaContentTypeDocument as Ua, TeamworkTagResponse as Ui, QueryStrapiById as Un, BlockCtaLink as Uo, SCreateClientReportDocument as Ur, CLIENT_ENTITY_KEYS as Us, VStringMaxRegex as Ut, SUpdateUserAccountFirstName as V, ClientMediaPlatformDocument as Va, TeamworkUserAccount as Vi, QueryStrapiByDocumentId as Vn, BlockFaq as Vo, QuerySortClientReports as Vr, StrapiThemeOptions as Vs, VStringLongNullable as Vt, QuerySortUrlRedirects as W, MediaCreativeFormatDocument as Wa, TeamworkTagResponseMeta as Wi, QueryStrapiByName as Wn, ComponentBlockCtaLink as Wo, SUpdateClientReportDocument as Wr, CLIENT_ENTITY_PERMISSIONS as Ws, VStringMinMax as Wt, QueryStrapiSearchTeamworkProjectHealth as X, TrendDocument as Xa, TeamworkCustomField as Xi, QueryStrapiSearchGCFlyTours as Xn, ComponentBlockBrandLogos as Xo, SCreateClientProjectDocument as Xr, VStringSlug as Xt, QuerySortTeamworkProjectHealth as Y, TeamMemberTier as Ya, TeamworkProjectCategory as Yi, QuerySortGCFlyTours as Yn, BlockBrandLogos as Yo, SAssociateClientToClientProjectDocument as Yr, ROLE_PERMISSIONS as Ys, VStringShortNullable as Yt, TeamworkProjectHealthProjectStatus as Z, TagDocument as Za, TeamworkCurrency as Zi, SCreateGCFlyTourDocument as Zn, BlockAnnouncementBar as Zo, SUpdateClientProjectDocument as Zr, VStringUrl as Zt, SUpdateUtmTrackingLinkDocumentRequest as _, CommentDocument as _a, BlogPostSortKeys as _i, SUpdateMondayWorkspaceDocumentRequest as _n, SliderSpacing as _o, SDeleteCommentDocument as _r, StrapiAttributeErrorKey as _s, SDisconnectManyEntityRelation as _t, isStrapiAttributeError as a, TeamPageDocument as aa, ClientContentPillarSortKeys as ai, SUpdateResumeInfoDocument as an, ComponentSlideContent as ao, SUpdateGCFlyTourSnapDocumentRequest as ar, SeoMeta as as, QueryStrapiSearchTags as at, SUtmLinkBuilderPartCampaignDateValue as b, ContentPillarDocument as ba, QueryStrapiSearchBlogPostsBySlug as bi, QueryStrapiSearchMediaPlatforms as bn, FormUID as bo, StrapiCommentSortKeys as br, StrapiErrorResponse as bs, SDisconnectOneEntityRelationIn as bt, dateToday as c, FAQPageDocument as ca, SCreateClientContentPillarDocument as ci, SCreateNewsletterSignup as cn, SlideshowComponentProps as co, QueryStrapiSearchContentPillars as cr, ComponentSharedRichTextBlock as cs, SUpdateTagDocumentRequest as ct, SCreateUtmTrackingLinkDocument as d, UrlRedirectDocument as da, CategorySortKeys as di, SUpdateNewsletterSignupRequest as dn, SlideshowMode as do, SUpdateContentPillarDocumentRequest as dr, SharedRichTextBlock as ds, SCreateStrapiMediaUploadDocument as dt, TeamworkLockdown as ea, QuerySortClientMediaPlatforms as ei, VStringUrlUtm as en, UtmClassificationKey as eo, GCFlyTourSnapSortKeys as er, ComponentOpenGraph as es, TeamworkProjectHealthSortKey as et, SCreateUtmTrackingLinkDocumentRequest as f, UrlRedirectQueryParams as fa, QuerySortCategories as fi, MondayWorkspaceSortKeys as fn, SlideshowSettings as fo, QueryFilterStrapiComments as fr, ComponentSharedButton as fs, SUpdateStrapiMediaFileInfo as ft, SUpdateUtmTrackingLinkDocument as g, LeadDocument as ga, SUpdateCategoryDocumentRequest as gi, SUpdateMondayWorkspaceDocument as gn, SliderSettings as go, SCreateCommentDocument as gr, StrapiAttributeErrorDetail as gs, SConnectOneEntityRelationIn as gt, SReadUtmTrackingLinkDocumentByUrl as h, NewsletterSignupDocument as ha, SUpdateCategoryDocument as hi, SCreateMondayWorkspaceDocument as hn, SliderOrigin as ho, QueryStrapiCommentsInHeirarchy as hr, SharedLink as hs, SConnectOneEntityRelation as ht, validateAndClean as i, UtmMetaPageDocument as ia, SUpdateClientMediaPlatformDocumentRequest as ii, SUpdateResumeInfo as in, Slideshow as io, SUpdateGCFlyTourSnapDocument as ir, OpenGraph as is, QuerySortTags as it, SChangePassword as j, UserAuthorizationSuccessResponse as ja, TeamworkTaskCard as ji, QuerySortMediaContentType as jn, ComponentBlockSectionTitle as jo, SUpdateClientUserDocument as jr, StrapiBgColorOptions as js, SSetOneEntityRelation as jt, SAuthConnectProviderRedirectSearch as k, AuthorizedUserDocument as ka, TeamworkTasklistsResponse as ki, SUpdateMediaCreativeFormatDocumentRequest as kn, ComponentBlockTextDetails as ko, SCreateClientUserDocument as kr, MediaUploadDocument as ks, SSetManyEntityRelation as kt, QuerySortUtmTrackingLinks as l, CareersPageDocument as la, SUpdateClientContentPillarDocument as li, SCreateNewsletterSignupDocument as ln, SlideshowComponentSlideSettings as lo, SCreateContentPillarDocument as lr, RichTextBlock as ls, TagSortKeys as lt, SFormCreateMultipleUtmTrackingLinkDocuments as m, ResumeDocument as ma, SCreateCategoryDocument as mi, QueryStrapiSearchMondayWorkspaces as mn, SliderBreakpoint as mo, QueryStrapiCommentsFlat as mr, ComponentSharedLink as ms, SConnectManyEntityRelationIn as mt, isValidationSuccess as n, TeamworkResponseMeta as na, SCreateClientMediaPlatformDocument as ni, SCreateResumeInfo as nn, UtmSourceKey as no, QueryStrapiSearchGCFlyTourSnaps as nr, MetaSocial as ns, QueryStrapiSearchTeamMembers as nt, isStrapiStandardError as o, PolicyPageDocument as oa, QuerySortClientContentPillars as oi, SUpdateResumeInfoRequest as on, SlideContent as oo, ContentPillarSortKeys as or, ComponentSharedQuestionAnswer as os, SCreateTagDocument as ot, SCreateUtmTrackingLinkParts as p, UrlRedirectStatusCode as pa, QueryStrapiSearchCategories as pi, QuerySortMondayWorkspaces as pn, ComponentSliderSettings as po, QuerySortStrapiComments as pr, SharedButton as ps, SConnectManyEntityRelation as pt, UrlRedirectSortKeys as q, TeamMemberDocument as qa, TeamworkProjectTaskStat as qi, QueryStrapiPaginated as qn, BlockButtonGroup as qo, QuerySortClientProjects as qr, ClientEntityKey as qs, VStringPhoneNullable as qt, omitUndefined as r, TeamworkResponseMetaPagination as ra, SUpdateClientMediaPlatformDocument as ri, SCreateResumeInfoDocument as rn, ComponentSlideshow as ro, SCreateGCFlyTourSnapDocument as rr, MetaSocialNetwork as rs, TeamMemberSortKeys as rt, datePlusDays as s, LandingPageDocument as sa, QueryStrapiSearchClientContentPillars as si, checkIsValidUrlList as sn, SlideType as so, QuerySortContentPillars as sr, SharedQuestionAnswer as ss, SUpdateTagDocument as st, isValidationFailure as t, TeamworkRelatedMeta as ta, QueryStrapiSearchClientMediaPlatforms as ti, SCreateResume as tn, UtmOption as to, QuerySortGCFlyTourSnaps as tr, ComponentSeoMeta as ts, QuerySortTeamMembers as tt, QueryStrapiSearchUtmTrackingLinks as u, BlogPageDocument as ua, SUpdateClientContentPillarDocumentRequest as ui, SUpdateNewsletterSignupDocument as un, ComponentSlideshowSettings as uo, SUpdateContentPillarDocument as ur, RichTextBlockChildren as us, SCreateMultipleStrapiMediaUploadDocument as ut, UtmTrackingLinkSortKeys as v, CommentReportDocument as va, QuerySortBlogPosts as vi, MediaPlatformSortKeys as vn, ComponentFormSelect as vo, SReportCommentDocument as vr, StrapiAttributeErrorResponse as vs, SDisconnectManyEntityRelationIn as vt, QueryStrapiUsers as w, MondayWorkspaceDocument as wa, Permissions as wi, MediaCreativeFormatSortKeys as wn, BrandStyleguideFont as wo, SCreateClientDocument as wr, StrapiResponseMeta as ws, SEntityRelationPositionAfter as wt, SUtmLinkBuilderTableForm as x, ClientDocument as xa, canAssignPermission as xi, SCreateMediaPlatformDocument as xn, ComponentFormDownload as xo, ClientSortKeys as xr, StrapiErrorResult as xs, SEntityRelation as xt, SUtmLinkBuilderPartCampaignDateOptions as y, ClientContentPillarDocument as ya, QueryStrapiSearchBlogPosts as yi, QuerySortMediaPlatforms as yn, FormSelect as yo, SUpdateCommentDocument as yr, StrapiErrorDetail as ys, SDisconnectOneEntityRelation as yt, SReadUserAccountById as z, ClientReportDocument as za, TeamworkProjectsResponse as zi, EntitySortKeys as zn, BlockVideoEmbed as zo, SUpdateClientStyleguideDocumentRequest as zr, StrapiLinkType as zs, VStringEmail as zt };
|
|
4155
|
+
//# sourceMappingURL=index-874RQzE1.d.cts.map
|