@getcommunity/gc-validators 0.0.196 → 0.0.197
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-OY5E6YKO.js → chunk-2JX4HLXP.js} +40 -6
- package/dist/chunk-2JX4HLXP.js.map +1 -0
- package/dist/{chunk-D6QV7LBY.cjs → chunk-2SMOF5R7.cjs} +609 -575
- package/dist/chunk-2SMOF5R7.cjs.map +1 -0
- package/dist/{chunk-7WQ6RNXX.js → chunk-7N7UME6I.js} +72 -3
- package/dist/chunk-7N7UME6I.js.map +1 -0
- package/dist/chunk-BHSJM3GA.cjs +4 -0
- package/dist/chunk-BHSJM3GA.cjs.map +1 -0
- package/dist/chunk-DZUPSCFM.js +3 -0
- package/dist/chunk-DZUPSCFM.js.map +1 -0
- package/dist/{chunk-MJPGUX4T.cjs → chunk-NDHBXD37.cjs} +78 -2
- package/dist/chunk-NDHBXD37.cjs.map +1 -0
- package/dist/{comment.document-DFTbLUjg.d.cts → comment.document-BYpo9fTo.d.cts} +10 -33
- package/dist/{comment.document-C-LqvG8c.d.ts → comment.document-BefWOXLs.d.ts} +10 -33
- package/dist/constants.cjs +128 -100
- package/dist/constants.d.cts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/font.constants-BVwxlH3J.d.cts +52 -0
- package/dist/font.constants-BVwxlH3J.d.ts +52 -0
- package/dist/index.cjs +297 -297
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/permissions.d.cts +2 -2
- package/dist/permissions.d.ts +2 -2
- package/dist/schemas.cjs +169 -170
- package/dist/schemas.d.cts +27 -8
- package/dist/schemas.d.ts +27 -8
- package/dist/schemas.js +2 -3
- package/dist/types.cjs +1 -31
- package/dist/types.d.cts +12 -4
- package/dist/types.d.ts +12 -4
- package/dist/types.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-7WQ6RNXX.js.map +0 -1
- package/dist/chunk-D6QV7LBY.cjs.map +0 -1
- package/dist/chunk-HX7LBH7I.cjs +0 -80
- package/dist/chunk-HX7LBH7I.cjs.map +0 -1
- package/dist/chunk-MJPGUX4T.cjs.map +0 -1
- package/dist/chunk-OY5E6YKO.js.map +0 -1
- package/dist/chunk-UJQSM7DK.js +0 -72
- package/dist/chunk-UJQSM7DK.js.map +0 -1
- package/dist/font.constants-DyF4szgM.d.cts +0 -7
- package/dist/font.constants-DyF4szgM.d.ts +0 -7
package/dist/schemas.d.cts
CHANGED
|
@@ -185,7 +185,7 @@ declare const SAssociateMediaContentTypesToClientMediaPlatform: v.ObjectSchema<{
|
|
|
185
185
|
type SAssociateMediaContentTypesToClientMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToClientMediaPlatform>;
|
|
186
186
|
|
|
187
187
|
declare const QuerySortClientProjects: v.OptionalSchema<v.ObjectSchema<{
|
|
188
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "is_active", "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"], undefined>;
|
|
188
|
+
readonly key: v.PicklistSchema<["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"], undefined>;
|
|
189
189
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
190
190
|
}, undefined>, undefined>;
|
|
191
191
|
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
@@ -196,6 +196,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
196
196
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
197
197
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
198
198
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
199
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
199
200
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
200
201
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
201
202
|
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
@@ -210,7 +211,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
210
211
|
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
211
212
|
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
212
213
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
213
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "is_active", "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"], undefined>;
|
|
214
|
+
readonly key: v.PicklistSchema<["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"], undefined>;
|
|
214
215
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
215
216
|
}, undefined>, undefined>;
|
|
216
217
|
}, undefined>;
|
|
@@ -220,6 +221,7 @@ declare const SCreateClientProjectDocument: v.ObjectSchema<{
|
|
|
220
221
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
221
222
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
222
223
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
224
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
223
225
|
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>;
|
|
224
226
|
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
225
227
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -240,6 +242,7 @@ declare const SUpdateClientProjectDocument: v.ObjectSchema<{
|
|
|
240
242
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
241
243
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
242
244
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
245
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
243
246
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
244
247
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
245
248
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -262,6 +265,7 @@ declare const SUpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
|
262
265
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
263
266
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
264
267
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
268
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
265
269
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
266
270
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
267
271
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -401,7 +405,7 @@ declare const SVerifyClientUserDocument: v.ObjectSchema<{
|
|
|
401
405
|
type SVerifyClientUserDocument = v.InferOutput<typeof SVerifyClientUserDocument>;
|
|
402
406
|
|
|
403
407
|
declare const QuerySortClients: v.OptionalSchema<v.ObjectSchema<{
|
|
404
|
-
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
408
|
+
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_hidden", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
405
409
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
406
410
|
}, undefined>, undefined>;
|
|
407
411
|
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
@@ -414,13 +418,14 @@ declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
|
414
418
|
readonly gainapp_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
419
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
416
420
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
421
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
417
422
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
418
423
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
419
424
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
420
425
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
421
426
|
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
422
427
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
423
|
-
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
428
|
+
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_hidden", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
424
429
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
425
430
|
}, undefined>, undefined>;
|
|
426
431
|
}, undefined>;
|
|
@@ -432,6 +437,7 @@ declare const SCreateClientDocument: v.ObjectSchema<{
|
|
|
432
437
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
433
438
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
434
439
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
440
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
435
441
|
readonly is_featured: v.BooleanSchema<undefined>;
|
|
436
442
|
readonly allow_create_utm_link: v.BooleanSchema<undefined>;
|
|
437
443
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
@@ -446,6 +452,7 @@ declare const SUpdateClientDocument: v.ObjectSchema<{
|
|
|
446
452
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
447
453
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
448
454
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
455
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
449
456
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
450
457
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
451
458
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -462,6 +469,7 @@ declare const SUpdateClientDocumentRequest: v.ObjectSchema<{
|
|
|
462
469
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
463
470
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
464
471
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
472
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
465
473
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
466
474
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
467
475
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -641,7 +649,7 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
641
649
|
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
642
650
|
|
|
643
651
|
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.ObjectSchema<{
|
|
644
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "createdAt", "updatedAt"], undefined>;
|
|
652
|
+
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"], undefined>;
|
|
645
653
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
646
654
|
}, undefined>, undefined>;
|
|
647
655
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
@@ -651,8 +659,10 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
|
651
659
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
652
660
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
653
661
|
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>;
|
|
662
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
663
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
654
664
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
655
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "createdAt", "updatedAt"], undefined>;
|
|
665
|
+
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"], undefined>;
|
|
656
666
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
657
667
|
}, undefined>, undefined>;
|
|
658
668
|
}, undefined>;
|
|
@@ -661,6 +671,8 @@ declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
661
671
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
662
672
|
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>]>]>;
|
|
663
673
|
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>;
|
|
674
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
675
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
664
676
|
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
665
677
|
}, undefined>;
|
|
666
678
|
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
@@ -668,7 +680,9 @@ declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
668
680
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
669
681
|
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>;
|
|
670
682
|
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>;
|
|
671
|
-
readonly
|
|
683
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
684
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
685
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
672
686
|
}, undefined>;
|
|
673
687
|
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
674
688
|
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
@@ -677,7 +691,9 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
677
691
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
678
692
|
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>;
|
|
679
693
|
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>;
|
|
680
|
-
readonly
|
|
694
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
695
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
696
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
681
697
|
}, undefined>;
|
|
682
698
|
}, undefined>;
|
|
683
699
|
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
@@ -709,6 +725,7 @@ declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
709
725
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
710
726
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
711
727
|
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>;
|
|
728
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
712
729
|
}, undefined>;
|
|
713
730
|
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
714
731
|
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
@@ -718,6 +735,7 @@ declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
718
735
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
719
736
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
720
737
|
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>;
|
|
738
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
721
739
|
}, undefined>;
|
|
722
740
|
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
723
741
|
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
@@ -729,6 +747,7 @@ declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
|
729
747
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
730
748
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
731
749
|
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>;
|
|
750
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
732
751
|
}, undefined>;
|
|
733
752
|
}, undefined>;
|
|
734
753
|
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
package/dist/schemas.d.ts
CHANGED
|
@@ -185,7 +185,7 @@ declare const SAssociateMediaContentTypesToClientMediaPlatform: v.ObjectSchema<{
|
|
|
185
185
|
type SAssociateMediaContentTypesToClientMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToClientMediaPlatform>;
|
|
186
186
|
|
|
187
187
|
declare const QuerySortClientProjects: v.OptionalSchema<v.ObjectSchema<{
|
|
188
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "is_active", "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"], undefined>;
|
|
188
|
+
readonly key: v.PicklistSchema<["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"], undefined>;
|
|
189
189
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
190
190
|
}, undefined>, undefined>;
|
|
191
191
|
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
@@ -196,6 +196,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
196
196
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
197
197
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
198
198
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
199
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
199
200
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, undefined>]>, undefined>;
|
|
200
201
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
201
202
|
readonly project_url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>;
|
|
@@ -210,7 +211,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
210
211
|
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
211
212
|
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
212
213
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
213
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "is_active", "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"], undefined>;
|
|
214
|
+
readonly key: v.PicklistSchema<["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"], undefined>;
|
|
214
215
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
215
216
|
}, undefined>, undefined>;
|
|
216
217
|
}, undefined>;
|
|
@@ -220,6 +221,7 @@ declare const SCreateClientProjectDocument: v.ObjectSchema<{
|
|
|
220
221
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
221
222
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>;
|
|
222
223
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
224
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
223
225
|
readonly project_status: v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>;
|
|
224
226
|
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
225
227
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -240,6 +242,7 @@ declare const SUpdateClientProjectDocument: v.ObjectSchema<{
|
|
|
240
242
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
241
243
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
242
244
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
245
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
243
246
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
244
247
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
245
248
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -262,6 +265,7 @@ declare const SUpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
|
262
265
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
263
266
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>, v.RegexAction<string, "can only contain letters, numbers, and the special characters: - _ .">]>, undefined>;
|
|
264
267
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
268
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
265
269
|
readonly project_status: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.OptionalSchema<v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>, "coming-soon">, undefined>, v.MinLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">, v.MaxLengthAction<("coming-soon" | "now-open" | "for-sale" | "sold-out" | "available")[], 1, "You can only select one project status.">]>, undefined>;
|
|
266
270
|
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
267
271
|
readonly project_url: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.StartsWithAction<string, "http", "Please enter a valid URL starting with http or https.">, v.UrlAction<string, "Please enter a valid URL.">]>, undefined>, undefined>;
|
|
@@ -401,7 +405,7 @@ declare const SVerifyClientUserDocument: v.ObjectSchema<{
|
|
|
401
405
|
type SVerifyClientUserDocument = v.InferOutput<typeof SVerifyClientUserDocument>;
|
|
402
406
|
|
|
403
407
|
declare const QuerySortClients: v.OptionalSchema<v.ObjectSchema<{
|
|
404
|
-
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
408
|
+
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_hidden", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
405
409
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
406
410
|
}, undefined>, undefined>;
|
|
407
411
|
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
@@ -414,13 +418,14 @@ declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
|
414
418
|
readonly gainapp_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
415
419
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
416
420
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
421
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
417
422
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
418
423
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
419
424
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
420
425
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
421
426
|
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
422
427
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
423
|
-
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
428
|
+
readonly key: v.PicklistSchema<["id", "title", "teamwork_id", "teamwork_name", "utm_sheet_id", "is_active", "is_hidden", "is_featured", "allow_create_utm_link", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"], undefined>;
|
|
424
429
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
425
430
|
}, undefined>, undefined>;
|
|
426
431
|
}, undefined>;
|
|
@@ -432,6 +437,7 @@ declare const SCreateClientDocument: v.ObjectSchema<{
|
|
|
432
437
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
433
438
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
434
439
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
440
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
435
441
|
readonly is_featured: v.BooleanSchema<undefined>;
|
|
436
442
|
readonly allow_create_utm_link: v.BooleanSchema<undefined>;
|
|
437
443
|
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
@@ -446,6 +452,7 @@ declare const SUpdateClientDocument: v.ObjectSchema<{
|
|
|
446
452
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
447
453
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
448
454
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
455
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
449
456
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
450
457
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
451
458
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -462,6 +469,7 @@ declare const SUpdateClientDocumentRequest: v.ObjectSchema<{
|
|
|
462
469
|
readonly gainapp_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
463
470
|
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
464
471
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
472
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
465
473
|
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
466
474
|
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
467
475
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
@@ -641,7 +649,7 @@ declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
|
641
649
|
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
642
650
|
|
|
643
651
|
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.ObjectSchema<{
|
|
644
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "createdAt", "updatedAt"], undefined>;
|
|
652
|
+
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"], undefined>;
|
|
645
653
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
646
654
|
}, undefined>, undefined>;
|
|
647
655
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
@@ -651,8 +659,10 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
|
651
659
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
652
660
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
653
661
|
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>;
|
|
662
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
663
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
654
664
|
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
655
|
-
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "createdAt", "updatedAt"], undefined>;
|
|
665
|
+
readonly key: v.PicklistSchema<["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"], undefined>;
|
|
656
666
|
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
657
667
|
}, undefined>, undefined>;
|
|
658
668
|
}, undefined>;
|
|
@@ -661,6 +671,8 @@ declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
661
671
|
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
662
672
|
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>]>]>;
|
|
663
673
|
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>;
|
|
674
|
+
readonly is_active: v.BooleanSchema<undefined>;
|
|
675
|
+
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
664
676
|
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
665
677
|
}, undefined>;
|
|
666
678
|
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
@@ -668,7 +680,9 @@ declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
|
668
680
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
669
681
|
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>;
|
|
670
682
|
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>;
|
|
671
|
-
readonly
|
|
683
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
684
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
685
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
672
686
|
}, undefined>;
|
|
673
687
|
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
674
688
|
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
@@ -677,7 +691,9 @@ declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
|
677
691
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
678
692
|
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>;
|
|
679
693
|
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>;
|
|
680
|
-
readonly
|
|
694
|
+
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
695
|
+
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
696
|
+
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
681
697
|
}, undefined>;
|
|
682
698
|
}, undefined>;
|
|
683
699
|
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
@@ -709,6 +725,7 @@ declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
709
725
|
readonly is_active: v.BooleanSchema<undefined>;
|
|
710
726
|
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
711
727
|
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>;
|
|
728
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
712
729
|
}, undefined>;
|
|
713
730
|
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
714
731
|
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
@@ -718,6 +735,7 @@ declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
|
718
735
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
719
736
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
720
737
|
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>;
|
|
738
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
721
739
|
}, undefined>;
|
|
722
740
|
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
723
741
|
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
@@ -729,6 +747,7 @@ declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
|
729
747
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
730
748
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
731
749
|
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>;
|
|
750
|
+
readonly gcflytour_snaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>]>, undefined>;
|
|
732
751
|
}, undefined>;
|
|
733
752
|
}, undefined>;
|
|
734
753
|
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
package/dist/schemas.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { QuerySortBlogPosts, QuerySortCategories, QuerySortClientContentPillars, QuerySortClientMediaPlatformContentTypes, QuerySortClientMediaPlatforms, QuerySortClientProjects, QuerySortClientReports, QuerySortClientStyleguides, QuerySortClientUsers, QuerySortClients, QuerySortContentPillars, QuerySortEntities, QuerySortGCFlyTourSnaps, QuerySortGCFlyTours, QuerySortMediaContentType, QuerySortMediaPlatforms, QuerySortTeamMembers, QuerySortTeamworkProjectHealth, QuerySortUrlRedirects, QuerySortUsers, QuerySortUtmTrackingLinks, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiCommentsFlat, QueryStrapiCommentsInHeirarchy, QueryStrapiFilterComments, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchCategories, QueryStrapiSearchClientContentPillars, QueryStrapiSearchClientMediaPlatformContentTypes, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchContentPillars, QueryStrapiSearchGCFlyTourSnaps, QueryStrapiSearchGCFlyTours, QueryStrapiSearchMediaContentTypes, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchTeamMembers, QueryStrapiSearchTeamworkProjectHealth, QueryStrapiSearchUtmTrackingLinks, QueryStrapiSortComments, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, SAssociateClientMediaPlatformContentTypesToMediaContentType, SAssociateClientToClientProjectDocument, SAssociateClientsToGCFlyTour, SAssociateMediaContentTypesToClientMediaPlatform, SAssociateMediaContentTypesToMediaPlatform, SAssociateMediaPlatformsToMediaContentType, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, SConnectOneEntityRelation, SCreateCategoryDocument, SCreateClientContentPillarDocument, SCreateClientDocument, SCreateClientMediaPlatformContentTypeDocument, SCreateClientMediaPlatformDocument, SCreateClientProjectDocument, SCreateClientReportDocument, SCreateClientStyleguideDocument, SCreateClientUserDocument, SCreateCommentDocument, SCreateContentPillarDocument, SCreateGCFlyTourDocument, SCreateGCFlyTourSnapDocument, SCreateLeadDocument, SCreateMediaContentTypeDocument, SCreateMediaPlatformDocument, SCreateMultipleStrapiMediaUploadDocument, SCreateNewsletterSignup, SCreateNewsletterSignupDocument, SCreateResume, SCreateResumeInfo, SCreateResumeInfoDocument, SCreateStrapiMediaUploadDocument, SCreateUserDocument, SCreateUtmTrackingLinkDocument, SCreateUtmTrackingLinkDocumentRequest, SCreateUtmTrackingLinkParts, SDeleteCommentDocument, SDisconnectManyEntityRelation, SDisconnectOneEntityRelation, SEntityRelation, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SReportCommentDocument, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, SSetOneEntityRelation, SUpdateCategoryDocument, SUpdateCategoryDocumentRequest, SUpdateClientContentPillarDocument, SUpdateClientContentPillarDocumentRequest, SUpdateClientDocument, SUpdateClientDocumentRequest, SUpdateClientMediaPlatformContentTypeDocument, SUpdateClientMediaPlatformContentTypeDocumentRequest, SUpdateClientMediaPlatformDocument, SUpdateClientMediaPlatformDocumentRequest, SUpdateClientProjectDocument, SUpdateClientProjectDocumentRequest, SUpdateClientReportDocument, SUpdateClientReportDocumentRequest, SUpdateClientStyleguideDocument, SUpdateClientStyleguideDocumentRequest, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateCommentDocument, SUpdateContentPillarDocument, SUpdateContentPillarDocumentRequest, SUpdateGCFlyTourDocument, SUpdateGCFlyTourDocumentRequest, SUpdateGCFlyTourSnapDocument, SUpdateGCFlyTourSnapDocumentRequest, SUpdateLeadDocument, SUpdateLeadRequest, SUpdateMediaContentTypeDocument, SUpdateMediaContentTypeDocumentRequest, SUpdateMediaPlatformDocument, SUpdateMediaPlatformDocumentRequest, SUpdateNewsletterSignupDocument, SUpdateNewsletterSignupRequest, SUpdateResumeInfo, SUpdateResumeInfoDocument, SUpdateResumeInfoRequest, SUpdateStrapiMediaFileInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, SUtmLinkBuilderTableForm, SVerifyClientUserDocument, SharpSpringSignUpToDownload, TeamworkProjectHealthProjectStatusOptions, TeamworkProjectHealthSelectSortOptions, checkIsValidUrlList } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { QuerySortBlogPosts, QuerySortCategories, QuerySortClientContentPillars, QuerySortClientMediaPlatformContentTypes, QuerySortClientMediaPlatforms, QuerySortClientProjects, QuerySortClientReports, QuerySortClientStyleguides, QuerySortClientUsers, QuerySortClients, QuerySortContentPillars, QuerySortEntities, QuerySortGCFlyTourSnaps, QuerySortGCFlyTours, QuerySortMediaContentType, QuerySortMediaPlatforms, QuerySortTeamMembers, QuerySortTeamworkProjectHealth, QuerySortUrlRedirects, QuerySortUsers, QuerySortUtmTrackingLinks, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiCommentsFlat, QueryStrapiCommentsInHeirarchy, QueryStrapiFilterComments, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchCategories, QueryStrapiSearchClientContentPillars, QueryStrapiSearchClientMediaPlatformContentTypes, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchContentPillars, QueryStrapiSearchGCFlyTourSnaps, QueryStrapiSearchGCFlyTours, QueryStrapiSearchMediaContentTypes, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchTeamMembers, QueryStrapiSearchTeamworkProjectHealth, QueryStrapiSearchUtmTrackingLinks, QueryStrapiSortComments, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, SAssociateClientMediaPlatformContentTypesToMediaContentType, SAssociateClientToClientProjectDocument, SAssociateClientsToGCFlyTour, SAssociateMediaContentTypesToClientMediaPlatform, SAssociateMediaContentTypesToMediaPlatform, SAssociateMediaPlatformsToMediaContentType, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, SConnectOneEntityRelation, SCreateCategoryDocument, SCreateClientContentPillarDocument, SCreateClientDocument, SCreateClientMediaPlatformContentTypeDocument, SCreateClientMediaPlatformDocument, SCreateClientProjectDocument, SCreateClientReportDocument, SCreateClientStyleguideDocument, SCreateClientUserDocument, SCreateCommentDocument, SCreateContentPillarDocument, SCreateGCFlyTourDocument, SCreateGCFlyTourSnapDocument, SCreateLeadDocument, SCreateMediaContentTypeDocument, SCreateMediaPlatformDocument, SCreateMultipleStrapiMediaUploadDocument, SCreateNewsletterSignup, SCreateNewsletterSignupDocument, SCreateResume, SCreateResumeInfo, SCreateResumeInfoDocument, SCreateStrapiMediaUploadDocument, SCreateUserDocument, SCreateUtmTrackingLinkDocument, SCreateUtmTrackingLinkDocumentRequest, SCreateUtmTrackingLinkParts, SDeleteCommentDocument, SDisconnectManyEntityRelation, SDisconnectOneEntityRelation, SEntityRelation, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SReportCommentDocument, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, SSetOneEntityRelation, SUpdateCategoryDocument, SUpdateCategoryDocumentRequest, SUpdateClientContentPillarDocument, SUpdateClientContentPillarDocumentRequest, SUpdateClientDocument, SUpdateClientDocumentRequest, SUpdateClientMediaPlatformContentTypeDocument, SUpdateClientMediaPlatformContentTypeDocumentRequest, SUpdateClientMediaPlatformDocument, SUpdateClientMediaPlatformDocumentRequest, SUpdateClientProjectDocument, SUpdateClientProjectDocumentRequest, SUpdateClientReportDocument, SUpdateClientReportDocumentRequest, SUpdateClientStyleguideDocument, SUpdateClientStyleguideDocumentRequest, SUpdateClientUserDocument, SUpdateClientUserDocumentRequest, SUpdateCommentDocument, SUpdateContentPillarDocument, SUpdateContentPillarDocumentRequest, SUpdateGCFlyTourDocument, SUpdateGCFlyTourDocumentRequest, SUpdateGCFlyTourSnapDocument, SUpdateGCFlyTourSnapDocumentRequest, SUpdateLeadDocument, SUpdateLeadRequest, SUpdateMediaContentTypeDocument, SUpdateMediaContentTypeDocumentRequest, SUpdateMediaPlatformDocument, SUpdateMediaPlatformDocumentRequest, SUpdateNewsletterSignupDocument, SUpdateNewsletterSignupRequest, SUpdateResumeInfo, SUpdateResumeInfoDocument, SUpdateResumeInfoRequest, SUpdateStrapiMediaFileInfo, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, SUtmLinkBuilderTableForm, SVerifyClientUserDocument, SharpSpringSignUpToDownload, TeamworkProjectHealthProjectStatusOptions, TeamworkProjectHealthSelectSortOptions, checkIsValidUrlList } from './chunk-2JX4HLXP.js';
|
|
2
|
+
import './chunk-7N7UME6I.js';
|
|
3
3
|
import './chunk-6QXOUWYU.js';
|
|
4
|
-
import './chunk-UJQSM7DK.js';
|
|
5
4
|
//# sourceMappingURL=schemas.js.map
|
|
6
5
|
//# sourceMappingURL=schemas.js.map
|
package/dist/types.cjs
CHANGED
|
@@ -1,36 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
require('./chunk-BHSJM3GA.cjs');
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "ClientProjectPhaseOptions", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkHX7LBH7I_cjs.ClientProjectPhaseOptions; }
|
|
10
|
-
});
|
|
11
|
-
Object.defineProperty(exports, "ClientProjectPhaseSelectOptions", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () { return chunkHX7LBH7I_cjs.ClientProjectPhaseSelectOptions; }
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "ClientProjectStatusOptions", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () { return chunkHX7LBH7I_cjs.ClientProjectStatusOptions; }
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "CommentApprovalStatus", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkHX7LBH7I_cjs.CommentApprovalStatus; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "CommentApprovalStatusOptions", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkHX7LBH7I_cjs.CommentApprovalStatusOptions; }
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "ReportCommentReason", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunkHX7LBH7I_cjs.ReportCommentReason; }
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "ReportCommentReasonOptions", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () { return chunkHX7LBH7I_cjs.ReportCommentReasonOptions; }
|
|
34
|
-
});
|
|
35
5
|
//# sourceMappingURL=types.cjs.map
|
|
36
6
|
//# sourceMappingURL=types.cjs.map
|
package/dist/types.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { j as RichTextBlock, w as MediaUploadDocument, e as ComponentBlockVideo, t as BaseDocument, d as BlockVideoEmbed, c as ComponentBlockFullscreenContent, k as ComponentSharedRichTextBlock,
|
|
2
|
-
export {
|
|
1
|
+
import { j as RichTextBlock, w as MediaUploadDocument, e as ComponentBlockVideo, t as BaseDocument, d as BlockVideoEmbed, c as ComponentBlockFullscreenContent, k as ComponentSharedRichTextBlock, Z as TagDocument, o as SeoMeta, s as ComponentUtmOption } from './comment.document-BYpo9fTo.cjs';
|
|
2
|
+
export { a0 as AuthorizedUserDocument, B as BlockBrandLogos, b as BlockFullscreenContent, a as BlockFullscreenContentType, f as BrandStyleguideColor, h as BrandStyleguideFont, x as ClientContentPillarDocument, H as ClientDocument, y as ClientMediaPlatformContentTypeDocument, z as ClientMediaPlatformDocument, A as ClientProjectDocument, D as ClientReportDocument, E as ClientStyleguideDocument, F as ClientUserDocument, G as ClientUserDocumentStatus, J as CommentDocument, I as CommentReportDocument, C as ComponentBlockBrandLogos, g as ComponentBrandStyleguideColor, i as ComponentBrandStyleguideFont, n as ComponentMetaSocial, l as ComponentOpenGraph, p as ComponentSeoMeta, K as ContentPillarDocument, N as GCFlyTourDocument, L as GCFlyTourSnapDocument, P as MediaContentTypeDocument, u as MediaFormat, v as MediaFormats, Q as MediaPlatformDocument, m as MetaSocial, M as MetaSocialNetwork, O as OpenGraph, T as PermissionDocument, W as ProductDocument, V as ProductHighlightDocument, R as RichTextBlockChildren, Y as RoleDocument, X as RoleType, S as SharedRichTextBlock, _ as UserAccountDocument, a1 as UserAuthorizationLoginResponse, a2 as UserAuthorizationSuccessResponse, $ as UserDocument, U as UtmClassificationKey, r as UtmOption, q as UtmSourceKey, a3 as UtmTrackingLinkDocument } from './comment.document-BYpo9fTo.cjs';
|
|
3
3
|
export { e as StrapiAttributeErrorDetail, c as StrapiAttributeErrorKey, i as StrapiAttributeErrorResponse, d as StrapiErrorDetail, h as StrapiErrorResponse, j as StrapiErrorResult, g as StrapiListResponse, S as StrapiPagination, a as StrapiResponseMeta, b as StrapiResponseMetaWithPagination, f as StrapiSingleResponse } from './response-8Bkawql4.cjs';
|
|
4
|
-
import './font.constants-
|
|
4
|
+
import './font.constants-BVwxlH3J.cjs';
|
|
5
5
|
import './permission.constants-Chqmz1hY.cjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -22,6 +22,14 @@ type StrapiLinkTarget = "_blank" | "_self" | "_parent" | "_top" | null;
|
|
|
22
22
|
type StrapiLinkReferrerPolicy = "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
|
23
23
|
type StrapiLinkRel = "alternate" | "author" | "bookmark" | "external" | "help" | "license" | "next" | "nofollow" | "noreferrer" | "noopener" | "prev" | "search" | "tag";
|
|
24
24
|
|
|
25
|
+
type FormSelectInputOption = {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
description?: string | null;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
meta?: Record<string, any>;
|
|
31
|
+
};
|
|
32
|
+
|
|
25
33
|
type SharedLink = {
|
|
26
34
|
id: number;
|
|
27
35
|
href: string;
|
|
@@ -769,4 +777,4 @@ type TeamworkUserAccount = {
|
|
|
769
777
|
updatedAt: string;
|
|
770
778
|
};
|
|
771
779
|
|
|
772
|
-
export { BaseDocument, type BlockAnnouncementBar, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockGraphicImage, type BlockPullQuote, type BlockSectionTitle, type BlockTextDetails, BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type CareersPageDocument, type CategoryDocument, type ComponentBlockAnnouncementBar, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, ComponentBlockFullscreenContent, type ComponentBlockGraphicImage, type ComponentBlockPullQuote, type ComponentBlockSectionTitle, type ComponentBlockTextDetails, ComponentBlockVideo, type ComponentFormDownload, type ComponentFormSelect, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, ComponentUtmOption, type FAQPageDocument, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, type LandingPageDocument, type LeadDocument, MediaUploadDocument, type NewsletterSignupDocument, type PolicyPageDocument, type ResumeDocument, RichTextBlock, SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SlideContent, type SlideType, type SliderBreakpoint, type SliderOrigin, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowComponentProps, type SlideshowComponentSlideSettings, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiTextColorOptions, type StrapiThemeOptions, TagDocument, type TeamMemberDocument, type TeamMemberGroup, type TeamMemberTier, type TeamPageDocument, type TeamworkActivePages, type TeamworkCompany, type TeamworkLockdown, type TeamworkProject, type TeamworkProjectResponse, type TeamworkProjectResponseMeta, type TeamworkProjectTaskStat, type TeamworkProjectUpdate, type TeamworkProjectsResponse, type TeamworkRelatedMeta, type TeamworkResponseMeta, type TeamworkResponseMetaPagination, type TeamworkResponseMetaProjectStats, type TeamworkTag, type TeamworkTagResponse, type TeamworkTagResponseMeta, type TeamworkTagsResponse, type TeamworkTask, type TeamworkTaskCard, type TeamworkTaskResponse, type TeamworkTaskResponseMeta, type TeamworkTaskUserPermissions, type TeamworkTasklist, type TeamworkTasklistResponse, type TeamworkTasklistResponseMeta, type TeamworkTasklistsResponse, type TeamworkTasksResponse, type TeamworkUserAccount, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UtmMetaPageDocument };
|
|
780
|
+
export { BaseDocument, type BlockAnnouncementBar, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockGraphicImage, type BlockPullQuote, type BlockSectionTitle, type BlockTextDetails, BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type CareersPageDocument, type CategoryDocument, type ComponentBlockAnnouncementBar, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, ComponentBlockFullscreenContent, type ComponentBlockGraphicImage, type ComponentBlockPullQuote, type ComponentBlockSectionTitle, type ComponentBlockTextDetails, ComponentBlockVideo, type ComponentFormDownload, type ComponentFormSelect, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, ComponentUtmOption, type FAQPageDocument, type FormDownload, type FormDownloadKeys, type FormSelect, type FormSelectInputOption, type FormUID, type LandingPageDocument, type LeadDocument, MediaUploadDocument, type NewsletterSignupDocument, type PolicyPageDocument, type ResumeDocument, RichTextBlock, SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SlideContent, type SlideType, type SliderBreakpoint, type SliderOrigin, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowComponentProps, type SlideshowComponentSlideSettings, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiTextColorOptions, type StrapiThemeOptions, TagDocument, type TeamMemberDocument, type TeamMemberGroup, type TeamMemberTier, type TeamPageDocument, type TeamworkActivePages, type TeamworkCompany, type TeamworkLockdown, type TeamworkProject, type TeamworkProjectResponse, type TeamworkProjectResponseMeta, type TeamworkProjectTaskStat, type TeamworkProjectUpdate, type TeamworkProjectsResponse, type TeamworkRelatedMeta, type TeamworkResponseMeta, type TeamworkResponseMetaPagination, type TeamworkResponseMetaProjectStats, type TeamworkTag, type TeamworkTagResponse, type TeamworkTagResponseMeta, type TeamworkTagsResponse, type TeamworkTask, type TeamworkTaskCard, type TeamworkTaskResponse, type TeamworkTaskResponseMeta, type TeamworkTaskUserPermissions, type TeamworkTasklist, type TeamworkTasklistResponse, type TeamworkTasklistResponseMeta, type TeamworkTasklistsResponse, type TeamworkTasksResponse, type TeamworkUserAccount, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UtmMetaPageDocument };
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { j as RichTextBlock, w as MediaUploadDocument, e as ComponentBlockVideo, t as BaseDocument, d as BlockVideoEmbed, c as ComponentBlockFullscreenContent, k as ComponentSharedRichTextBlock,
|
|
2
|
-
export {
|
|
1
|
+
import { j as RichTextBlock, w as MediaUploadDocument, e as ComponentBlockVideo, t as BaseDocument, d as BlockVideoEmbed, c as ComponentBlockFullscreenContent, k as ComponentSharedRichTextBlock, Z as TagDocument, o as SeoMeta, s as ComponentUtmOption } from './comment.document-BefWOXLs.js';
|
|
2
|
+
export { a0 as AuthorizedUserDocument, B as BlockBrandLogos, b as BlockFullscreenContent, a as BlockFullscreenContentType, f as BrandStyleguideColor, h as BrandStyleguideFont, x as ClientContentPillarDocument, H as ClientDocument, y as ClientMediaPlatformContentTypeDocument, z as ClientMediaPlatformDocument, A as ClientProjectDocument, D as ClientReportDocument, E as ClientStyleguideDocument, F as ClientUserDocument, G as ClientUserDocumentStatus, J as CommentDocument, I as CommentReportDocument, C as ComponentBlockBrandLogos, g as ComponentBrandStyleguideColor, i as ComponentBrandStyleguideFont, n as ComponentMetaSocial, l as ComponentOpenGraph, p as ComponentSeoMeta, K as ContentPillarDocument, N as GCFlyTourDocument, L as GCFlyTourSnapDocument, P as MediaContentTypeDocument, u as MediaFormat, v as MediaFormats, Q as MediaPlatformDocument, m as MetaSocial, M as MetaSocialNetwork, O as OpenGraph, T as PermissionDocument, W as ProductDocument, V as ProductHighlightDocument, R as RichTextBlockChildren, Y as RoleDocument, X as RoleType, S as SharedRichTextBlock, _ as UserAccountDocument, a1 as UserAuthorizationLoginResponse, a2 as UserAuthorizationSuccessResponse, $ as UserDocument, U as UtmClassificationKey, r as UtmOption, q as UtmSourceKey, a3 as UtmTrackingLinkDocument } from './comment.document-BefWOXLs.js';
|
|
3
3
|
export { e as StrapiAttributeErrorDetail, c as StrapiAttributeErrorKey, i as StrapiAttributeErrorResponse, d as StrapiErrorDetail, h as StrapiErrorResponse, j as StrapiErrorResult, g as StrapiListResponse, S as StrapiPagination, a as StrapiResponseMeta, b as StrapiResponseMetaWithPagination, f as StrapiSingleResponse } from './response-8Bkawql4.js';
|
|
4
|
-
import './font.constants-
|
|
4
|
+
import './font.constants-BVwxlH3J.js';
|
|
5
5
|
import './permission.constants-Chqmz1hY.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -22,6 +22,14 @@ type StrapiLinkTarget = "_blank" | "_self" | "_parent" | "_top" | null;
|
|
|
22
22
|
type StrapiLinkReferrerPolicy = "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
|
23
23
|
type StrapiLinkRel = "alternate" | "author" | "bookmark" | "external" | "help" | "license" | "next" | "nofollow" | "noreferrer" | "noopener" | "prev" | "search" | "tag";
|
|
24
24
|
|
|
25
|
+
type FormSelectInputOption = {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
description?: string | null;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
meta?: Record<string, any>;
|
|
31
|
+
};
|
|
32
|
+
|
|
25
33
|
type SharedLink = {
|
|
26
34
|
id: number;
|
|
27
35
|
href: string;
|
|
@@ -769,4 +777,4 @@ type TeamworkUserAccount = {
|
|
|
769
777
|
updatedAt: string;
|
|
770
778
|
};
|
|
771
779
|
|
|
772
|
-
export { BaseDocument, type BlockAnnouncementBar, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockGraphicImage, type BlockPullQuote, type BlockSectionTitle, type BlockTextDetails, BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type CareersPageDocument, type CategoryDocument, type ComponentBlockAnnouncementBar, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, ComponentBlockFullscreenContent, type ComponentBlockGraphicImage, type ComponentBlockPullQuote, type ComponentBlockSectionTitle, type ComponentBlockTextDetails, ComponentBlockVideo, type ComponentFormDownload, type ComponentFormSelect, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, ComponentUtmOption, type FAQPageDocument, type FormDownload, type FormDownloadKeys, type FormSelect, type FormUID, type LandingPageDocument, type LeadDocument, MediaUploadDocument, type NewsletterSignupDocument, type PolicyPageDocument, type ResumeDocument, RichTextBlock, SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SlideContent, type SlideType, type SliderBreakpoint, type SliderOrigin, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowComponentProps, type SlideshowComponentSlideSettings, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiTextColorOptions, type StrapiThemeOptions, TagDocument, type TeamMemberDocument, type TeamMemberGroup, type TeamMemberTier, type TeamPageDocument, type TeamworkActivePages, type TeamworkCompany, type TeamworkLockdown, type TeamworkProject, type TeamworkProjectResponse, type TeamworkProjectResponseMeta, type TeamworkProjectTaskStat, type TeamworkProjectUpdate, type TeamworkProjectsResponse, type TeamworkRelatedMeta, type TeamworkResponseMeta, type TeamworkResponseMetaPagination, type TeamworkResponseMetaProjectStats, type TeamworkTag, type TeamworkTagResponse, type TeamworkTagResponseMeta, type TeamworkTagsResponse, type TeamworkTask, type TeamworkTaskCard, type TeamworkTaskResponse, type TeamworkTaskResponseMeta, type TeamworkTaskUserPermissions, type TeamworkTasklist, type TeamworkTasklistResponse, type TeamworkTasklistResponseMeta, type TeamworkTasklistsResponse, type TeamworkTasksResponse, type TeamworkUserAccount, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UtmMetaPageDocument };
|
|
780
|
+
export { BaseDocument, type BlockAnnouncementBar, type BlockButtonGroup, type BlockContact, type BlockCtaLink, type BlockFaq, type BlockGraphicImage, type BlockPullQuote, type BlockSectionTitle, type BlockTextDetails, BlockVideoEmbed, type BlogPageDocument, type BlogPostBlock, type BlogPostDocument, type CareersPageDocument, type CategoryDocument, type ComponentBlockAnnouncementBar, type ComponentBlockButtonGroup, type ComponentBlockContact, type ComponentBlockCtaLink, type ComponentBlockFaq, ComponentBlockFullscreenContent, type ComponentBlockGraphicImage, type ComponentBlockPullQuote, type ComponentBlockSectionTitle, type ComponentBlockTextDetails, ComponentBlockVideo, type ComponentFormDownload, type ComponentFormSelect, type ComponentSharedButton, type ComponentSharedLink, type ComponentSharedQuestionAnswer, ComponentSharedRichTextBlock, type ComponentSlideContent, type ComponentSliderSettings, type ComponentSlideshow, type ComponentSlideshowSettings, ComponentUtmOption, type FAQPageDocument, type FormDownload, type FormDownloadKeys, type FormSelect, type FormSelectInputOption, type FormUID, type LandingPageDocument, type LeadDocument, MediaUploadDocument, type NewsletterSignupDocument, type PolicyPageDocument, type ResumeDocument, RichTextBlock, SeoMeta, type SharedButton, type SharedLink, type SharedQuestionAnswer, type SlideContent, type SlideType, type SliderBreakpoint, type SliderOrigin, type SliderSettings, type SliderSpacing, type Slideshow, type SlideshowComponentProps, type SlideshowComponentSlideSettings, type SlideshowMode, type SlideshowSettings, type StrapiBgColorOptions, type StrapiDirection, type StrapiGapSizes, type StrapiIconName, type StrapiIconPosition, type StrapiLinkReferrerPolicy, type StrapiLinkRel, type StrapiLinkTarget, type StrapiLinkType, type StrapiTextColorOptions, type StrapiThemeOptions, TagDocument, type TeamMemberDocument, type TeamMemberGroup, type TeamMemberTier, type TeamPageDocument, type TeamworkActivePages, type TeamworkCompany, type TeamworkLockdown, type TeamworkProject, type TeamworkProjectResponse, type TeamworkProjectResponseMeta, type TeamworkProjectTaskStat, type TeamworkProjectUpdate, type TeamworkProjectsResponse, type TeamworkRelatedMeta, type TeamworkResponseMeta, type TeamworkResponseMetaPagination, type TeamworkResponseMetaProjectStats, type TeamworkTag, type TeamworkTagResponse, type TeamworkTagResponseMeta, type TeamworkTagsResponse, type TeamworkTask, type TeamworkTaskCard, type TeamworkTaskResponse, type TeamworkTaskResponseMeta, type TeamworkTaskUserPermissions, type TeamworkTasklist, type TeamworkTasklistResponse, type TeamworkTasklistResponseMeta, type TeamworkTasklistsResponse, type TeamworkTasksResponse, type TeamworkUserAccount, type TrendDocument, type UrlRedirectDocument, type UrlRedirectQueryParams, type UrlRedirectStatusCode, type UtmMetaPageDocument };
|
package/dist/types.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import './chunk-DZUPSCFM.js';
|
|
2
2
|
//# sourceMappingURL=types.js.map
|
|
3
3
|
//# sourceMappingURL=types.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity web-stack types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.197",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"type": "module",
|