@getcommunity/gc-validators 0.0.215 → 0.0.217
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-CKQMccvm.cjs +28 -0
- package/dist/constants.cjs +461 -438
- package/dist/constants.cjs.map +1 -1
- package/dist/constants.d.cts +2 -233
- package/dist/constants.d.mts +2 -0
- package/dist/constants.mjs +355 -0
- package/dist/constants.mjs.map +1 -0
- package/dist/index-B6pNPQrV.d.mts +4192 -0
- package/dist/index-CQtazKyX.d.cts +4192 -0
- package/dist/index-CiWVYf_f.d.cts +292 -0
- package/dist/index-DOR_It7I.d.mts +292 -0
- package/dist/index.cjs +350 -1388
- package/dist/index.d.cts +3 -10
- package/dist/index.d.mts +3 -0
- package/dist/index.mjs +6 -0
- package/dist/permissions.cjs +757 -30
- package/dist/permissions.cjs.map +1 -1
- package/dist/permissions.d.cts +2 -747
- package/dist/permissions.d.mts +2 -0
- package/dist/permissions.mjs +753 -0
- package/dist/permissions.mjs.map +1 -0
- package/dist/schemas.cjs +1781 -896
- package/dist/schemas.cjs.map +1 -1
- package/dist/schemas.d.cts +2 -1935
- package/dist/schemas.d.mts +2 -0
- package/dist/schemas.mjs +1559 -0
- package/dist/schemas.mjs.map +1 -0
- package/dist/types.cjs +0 -6
- package/dist/types.d.cts +2 -851
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/dist/utilities.cjs +76 -38
- package/dist/utilities.cjs.map +1 -1
- package/dist/utilities.d.cts +2 -26
- package/dist/utilities.d.mts +2 -0
- package/dist/utilities.mjs +68 -0
- package/dist/utilities.mjs.map +1 -0
- package/package.json +5 -6
- package/dist/chunk-57PRSDKM.cjs +0 -368
- package/dist/chunk-57PRSDKM.cjs.map +0 -1
- package/dist/chunk-7CI3M2JM.js +0 -3
- package/dist/chunk-7CI3M2JM.js.map +0 -1
- package/dist/chunk-ABPKJ5AP.js +0 -259
- package/dist/chunk-ABPKJ5AP.js.map +0 -1
- package/dist/chunk-BYTL5J7D.js +0 -2606
- package/dist/chunk-BYTL5J7D.js.map +0 -1
- package/dist/chunk-CDBT3J75.cjs +0 -4
- package/dist/chunk-CDBT3J75.cjs.map +0 -1
- package/dist/chunk-DU5WCXJJ.js +0 -685
- package/dist/chunk-DU5WCXJJ.js.map +0 -1
- package/dist/chunk-IMI6XEMX.cjs +0 -2849
- package/dist/chunk-IMI6XEMX.cjs.map +0 -1
- package/dist/chunk-NMDMJZPF.cjs +0 -692
- package/dist/chunk-NMDMJZPF.cjs.map +0 -1
- package/dist/chunk-NNLSUHMQ.js +0 -63
- package/dist/chunk-NNLSUHMQ.js.map +0 -1
- package/dist/chunk-UAQWYRXG.cjs +0 -92
- package/dist/chunk-UAQWYRXG.cjs.map +0 -1
- package/dist/comment.document-HT6qJLh5.d.cts +0 -468
- package/dist/comment.document-xCsfHOer.d.ts +0 -468
- package/dist/constants.d.ts +0 -233
- package/dist/constants.js +0 -3
- package/dist/constants.js.map +0 -1
- package/dist/font.constants-BVwxlH3J.d.cts +0 -52
- package/dist/font.constants-BVwxlH3J.d.ts +0 -52
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts +0 -10
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/permission.constants-B99nobws.d.cts +0 -30
- package/dist/permission.constants-B99nobws.d.ts +0 -30
- package/dist/permissions.d.ts +0 -747
- package/dist/permissions.js +0 -3
- package/dist/permissions.js.map +0 -1
- package/dist/response-8Bkawql4.d.cts +0 -56
- package/dist/response-8Bkawql4.d.ts +0 -56
- package/dist/schemas.d.ts +0 -1935
- package/dist/schemas.js +0 -5
- package/dist/schemas.js.map +0 -1
- package/dist/types.cjs.map +0 -1
- package/dist/types.d.ts +0 -851
- package/dist/types.js +0 -3
- package/dist/types.js.map +0 -1
- package/dist/utilities.d.ts +0 -26
- package/dist/utilities.js +0 -3
- package/dist/utilities.js.map +0 -1
package/dist/schemas.d.cts
CHANGED
|
@@ -1,1935 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const BlogPostSortKeys: readonly ["id", "title", "slug", "is_live", "is_featured", "is_public", "published", "createdAt", "updatedAt"];
|
|
5
|
-
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
6
|
-
declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
|
|
7
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
8
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
9
|
-
readonly search: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
10
|
-
readonly category: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
11
|
-
readonly tags: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
12
|
-
readonly status: v.OptionalSchema<v.PicklistSchema<["draft", "published"], undefined>, undefined>;
|
|
13
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
14
|
-
}, undefined>;
|
|
15
|
-
type QueryStrapiSearchBlogPosts = v.InferOutput<typeof QueryStrapiSearchBlogPosts>;
|
|
16
|
-
declare const QueryStrapiSearchBlogPostsBySlug: v.ObjectSchema<{
|
|
17
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
18
|
-
readonly status: v.OptionalSchema<v.PicklistSchema<["draft", "published"], undefined>, "published">;
|
|
19
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC" | "published:DESC")[], 9, undefined>]>, undefined>;
|
|
20
|
-
}, undefined>;
|
|
21
|
-
type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBlogPostsBySlug>;
|
|
22
|
-
|
|
23
|
-
declare const CategorySortKeys: readonly ["id", "label", "slug", "createdAt", "updatedAt"];
|
|
24
|
-
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
25
|
-
type QuerySortCategories = v.InferOutput<typeof QuerySortCategories>;
|
|
26
|
-
declare const QueryStrapiSearchCategories: v.ObjectSchema<{
|
|
27
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
28
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
29
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
31
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
32
|
-
}, undefined>;
|
|
33
|
-
type QueryStrapiSearchCategories = v.InferOutput<typeof QueryStrapiSearchCategories>;
|
|
34
|
-
declare const SCreateCategoryDocument: v.ObjectSchema<{
|
|
35
|
-
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
36
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
37
|
-
}, undefined>;
|
|
38
|
-
type SCreateCategoryDocument = v.InferOutput<typeof SCreateCategoryDocument>;
|
|
39
|
-
declare const SUpdateCategoryDocument: v.ObjectSchema<{
|
|
40
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
41
|
-
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>;
|
|
42
|
-
}, undefined>;
|
|
43
|
-
type SUpdateCategoryDocument = v.InferOutput<typeof SUpdateCategoryDocument>;
|
|
44
|
-
declare const SUpdateCategoryDocumentRequest: v.ObjectSchema<{
|
|
45
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
46
|
-
readonly data: v.ObjectSchema<{
|
|
47
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
|
-
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>;
|
|
49
|
-
}, undefined>;
|
|
50
|
-
}, undefined>;
|
|
51
|
-
type SUpdateCategoryDocumentRequest = v.InferOutput<typeof SUpdateCategoryDocumentRequest>;
|
|
52
|
-
|
|
53
|
-
declare const ClientContentPillarSortKeys: readonly ["id", "is_active", "content_pillar.title", "content_pillar.slug", "createdAt", "updatedAt"];
|
|
54
|
-
declare const QuerySortClientContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "is_active:DESC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "is_active:DESC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
55
|
-
type QuerySortClientContentPillars = v.InferOutput<typeof QuerySortClientContentPillars>;
|
|
56
|
-
declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
57
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
58
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
59
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
60
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
61
|
-
readonly content_pillar_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
62
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "is_active:DESC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "is_active:DESC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
63
|
-
}, undefined>;
|
|
64
|
-
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
65
|
-
declare const SCreateClientContentPillarDocument: v.ObjectSchema<{
|
|
66
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
67
|
-
readonly content_pillar: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
68
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
69
|
-
}, undefined>;
|
|
70
|
-
type SCreateClientContentPillarDocument = v.InferOutput<typeof SCreateClientContentPillarDocument>;
|
|
71
|
-
declare const SUpdateClientContentPillarDocument: v.ObjectSchema<{
|
|
72
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
73
|
-
}, undefined>;
|
|
74
|
-
type SUpdateClientContentPillarDocument = v.InferOutput<typeof SUpdateClientContentPillarDocument>;
|
|
75
|
-
declare const SUpdateClientContentPillarDocumentRequest: v.ObjectSchema<{
|
|
76
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
77
|
-
readonly data: v.ObjectSchema<{
|
|
78
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
79
|
-
}, undefined>;
|
|
80
|
-
}, undefined>;
|
|
81
|
-
type SUpdateClientContentPillarDocumentRequest = v.InferOutput<typeof SUpdateClientContentPillarDocumentRequest>;
|
|
82
|
-
|
|
83
|
-
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"];
|
|
84
|
-
declare const QuerySortClientMediaPlatformContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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>;
|
|
85
|
-
type QuerySortClientMediaPlatformContentTypes = v.InferOutput<typeof QuerySortClientMediaPlatformContentTypes>;
|
|
86
|
-
declare const QueryStrapiSearchClientMediaPlatformContentTypes: v.ObjectSchema<{
|
|
87
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
88
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
89
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
90
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
91
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
92
|
-
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>;
|
|
93
|
-
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>;
|
|
94
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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>;
|
|
95
|
-
}, undefined>;
|
|
96
|
-
type QueryStrapiSearchClientMediaPlatformContentTypes = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatformContentTypes>;
|
|
97
|
-
declare const SCreateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
98
|
-
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
99
|
-
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
100
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
101
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
102
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
103
|
-
}, undefined>;
|
|
104
|
-
type SCreateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SCreateClientMediaPlatformContentTypeDocument>;
|
|
105
|
-
declare const SUpdateClientMediaPlatformContentTypeDocument: v.ObjectSchema<{
|
|
106
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
107
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
108
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
109
|
-
}, undefined>;
|
|
110
|
-
type SUpdateClientMediaPlatformContentTypeDocument = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocument>;
|
|
111
|
-
declare const SUpdateClientMediaPlatformContentTypeDocumentRequest: v.ObjectSchema<{
|
|
112
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
113
|
-
readonly data: v.ObjectSchema<{
|
|
114
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
115
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
116
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
117
|
-
}, undefined>;
|
|
118
|
-
}, undefined>;
|
|
119
|
-
type SUpdateClientMediaPlatformContentTypeDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformContentTypeDocumentRequest>;
|
|
120
|
-
|
|
121
|
-
declare const ClientMediaPlatformSortKeys: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "media_platform.title", "media_platform.slug", "media_content_types.title", "media_content_types.slug", "createdAt", "updatedAt"];
|
|
122
|
-
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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>;
|
|
123
|
-
type QuerySortClientMediaPlatforms = v.InferOutput<typeof QuerySortClientMediaPlatforms>;
|
|
124
|
-
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
125
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
126
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
127
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
128
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
129
|
-
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>;
|
|
130
|
-
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>;
|
|
131
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "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>;
|
|
132
|
-
}, undefined>;
|
|
133
|
-
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
134
|
-
declare const SCreateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
135
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
136
|
-
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
137
|
-
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>]>;
|
|
138
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
139
|
-
}, undefined>;
|
|
140
|
-
type SCreateClientMediaPlatformDocument = v.InferOutput<typeof SCreateClientMediaPlatformDocument>;
|
|
141
|
-
declare const SUpdateClientMediaPlatformDocument: v.ObjectSchema<{
|
|
142
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
143
|
-
}, undefined>;
|
|
144
|
-
type SUpdateClientMediaPlatformDocument = v.InferOutput<typeof SUpdateClientMediaPlatformDocument>;
|
|
145
|
-
declare const SUpdateClientMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
146
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
147
|
-
readonly data: v.ObjectSchema<{
|
|
148
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
149
|
-
}, undefined>;
|
|
150
|
-
}, undefined>;
|
|
151
|
-
type SUpdateClientMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateClientMediaPlatformDocumentRequest>;
|
|
152
|
-
declare const SAssociateMediaContentTypesToClientMediaPlatform: v.ObjectSchema<{
|
|
153
|
-
readonly client_media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
154
|
-
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>]>;
|
|
155
|
-
}, undefined>;
|
|
156
|
-
type SAssociateMediaContentTypesToClientMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToClientMediaPlatform>;
|
|
157
|
-
|
|
158
|
-
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"];
|
|
159
|
-
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
|
|
160
|
-
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
161
|
-
declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
162
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
163
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
164
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
165
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
166
|
-
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>;
|
|
167
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
168
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
169
|
-
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>;
|
|
170
|
-
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
171
|
-
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>;
|
|
172
|
-
readonly project_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
173
|
-
readonly project_pricing: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
174
|
-
readonly project_address: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
175
|
-
readonly phone_number: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
176
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
177
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
178
|
-
readonly buyer_profile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
179
|
-
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
180
|
-
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
181
|
-
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
182
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "is_hidden:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
|
|
183
|
-
}, undefined>;
|
|
184
|
-
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
185
|
-
declare const SCreateClientProjectDocument: v.ObjectSchema<{
|
|
186
|
-
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>]>;
|
|
187
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
188
|
-
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: - _ .">]>;
|
|
189
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
190
|
-
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
191
|
-
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.">]>;
|
|
192
|
-
readonly project_phase: v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>;
|
|
193
|
-
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>;
|
|
194
|
-
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
195
|
-
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
196
|
-
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
197
|
-
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
198
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
199
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
200
|
-
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
201
|
-
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
202
|
-
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
203
|
-
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
204
|
-
}, undefined>;
|
|
205
|
-
type SCreateClientProjectDocument = v.InferOutput<typeof SCreateClientProjectDocument>;
|
|
206
|
-
declare const SUpdateClientProjectDocument: v.ObjectSchema<{
|
|
207
|
-
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>;
|
|
208
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
209
|
-
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>;
|
|
210
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
211
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
212
|
-
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>;
|
|
213
|
-
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
214
|
-
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>;
|
|
215
|
-
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
216
|
-
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
217
|
-
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
218
|
-
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
219
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
220
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
221
|
-
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
222
|
-
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
223
|
-
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
224
|
-
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
225
|
-
}, undefined>;
|
|
226
|
-
type SUpdateClientProjectDocument = v.InferOutput<typeof SUpdateClientProjectDocument>;
|
|
227
|
-
declare const SUpdateClientProjectDocumentRequest: v.ObjectSchema<{
|
|
228
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
229
|
-
readonly data: v.ObjectSchema<{
|
|
230
|
-
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>;
|
|
231
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
232
|
-
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>;
|
|
233
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
234
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
235
|
-
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>;
|
|
236
|
-
readonly project_phase: v.OptionalSchema<v.PicklistSchema<readonly ["brand", "p1", "p2", "p3", "p4", "p5", "closed"], undefined>, undefined>;
|
|
237
|
-
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>;
|
|
238
|
-
readonly project_type: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
239
|
-
readonly project_pricing: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
240
|
-
readonly project_address: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
241
|
-
readonly phone_number: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
242
|
-
readonly num_of_models: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
243
|
-
readonly num_of_units_remain: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
244
|
-
readonly buyer_profile: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
245
|
-
readonly social_organic_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
246
|
-
readonly paid_media_start_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
247
|
-
readonly go_date: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>, undefined>;
|
|
248
|
-
}, undefined>;
|
|
249
|
-
}, undefined>;
|
|
250
|
-
type SUpdateClientProjectDocumentRequest = v.InferOutput<typeof SUpdateClientProjectDocumentRequest>;
|
|
251
|
-
declare const SAssociateClientToClientProjectDocument: v.ObjectSchema<{
|
|
252
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
253
|
-
readonly client_project: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
254
|
-
}, undefined>;
|
|
255
|
-
type SAssociateClientToClientProjectDocument = v.InferOutput<typeof SAssociateClientToClientProjectDocument>;
|
|
256
|
-
|
|
257
|
-
declare const ClientReportSortKeys: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
258
|
-
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
259
|
-
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
260
|
-
declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
261
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
262
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
263
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
264
|
-
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
265
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
266
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
267
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
268
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
269
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
270
|
-
}, undefined>;
|
|
271
|
-
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
272
|
-
declare const SCreateClientReportDocument: v.ObjectSchema<{
|
|
273
|
-
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>]>;
|
|
274
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
275
|
-
readonly report_id: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>]>;
|
|
276
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
277
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
278
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, false>;
|
|
279
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
280
|
-
}, undefined>;
|
|
281
|
-
type SCreateClientReportDocument = v.InferOutput<typeof SCreateClientReportDocument>;
|
|
282
|
-
declare const SUpdateClientReportDocument: v.ObjectSchema<{
|
|
283
|
-
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>;
|
|
284
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
285
|
-
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
286
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
287
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
288
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
289
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
290
|
-
}, undefined>;
|
|
291
|
-
type SUpdateClientReportDocument = v.InferOutput<typeof SUpdateClientReportDocument>;
|
|
292
|
-
declare const SUpdateClientReportDocumentRequest: v.ObjectSchema<{
|
|
293
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
294
|
-
readonly data: v.ObjectSchema<{
|
|
295
|
-
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>;
|
|
296
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
297
|
-
readonly report_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
298
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
299
|
-
readonly is_external: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
300
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
301
|
-
readonly scopes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.StringSchema<"Please provide a valid list of scopes.">, undefined>]>, readonly ["user:*"]>;
|
|
302
|
-
}, undefined>;
|
|
303
|
-
}, undefined>;
|
|
304
|
-
type SUpdateClientReportDocumentRequest = v.InferOutput<typeof SUpdateClientReportDocumentRequest>;
|
|
305
|
-
|
|
306
|
-
declare const ClientStyleguideSortKeys: readonly ["id", "title", "createdAt", "updatedAt"];
|
|
307
|
-
declare const QuerySortClientStyleguides: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], 4, undefined>]>, undefined>;
|
|
308
|
-
type QuerySortClientStyleguides = v.InferOutput<typeof QuerySortClientStyleguides>;
|
|
309
|
-
declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
|
|
310
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
311
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
312
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
313
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
314
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
315
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], 4, undefined>]>, undefined>;
|
|
316
|
-
}, undefined>;
|
|
317
|
-
type QueryStrapiSearchClientStyleguide = v.InferOutput<typeof QueryStrapiSearchClientStyleguide>;
|
|
318
|
-
declare const SCreateClientStyleguideDocument: v.ObjectSchema<{
|
|
319
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
320
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
321
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, true>;
|
|
322
|
-
}, undefined>;
|
|
323
|
-
type SCreateClientStyleguideDocument = v.InferOutput<typeof SCreateClientStyleguideDocument>;
|
|
324
|
-
declare const SUpdateClientStyleguideDocument: v.ObjectSchema<{
|
|
325
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
326
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
327
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
328
|
-
}, undefined>;
|
|
329
|
-
type SUpdateClientStyleguideDocument = v.InferOutput<typeof SUpdateClientStyleguideDocument>;
|
|
330
|
-
declare const SUpdateClientStyleguideDocumentRequest: v.ObjectSchema<{
|
|
331
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
332
|
-
readonly data: v.ObjectSchema<{
|
|
333
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
334
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
335
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
336
|
-
}, undefined>;
|
|
337
|
-
}, undefined>;
|
|
338
|
-
type SUpdateClientStyleguideDocumentRequest = v.InferOutput<typeof SUpdateClientStyleguideDocumentRequest>;
|
|
339
|
-
|
|
340
|
-
declare const ClientUserSortKeys: readonly ["id", "client.title", "client.teamwork_id", "client.teamwork_name", "client.is_active", "client.allow_create_utm_link", "client.is_paid_media", "client.is_organic_social", "user.username", "user.email", "user.confirmed", "user.blocked", "createdAt", "updatedAt"];
|
|
341
|
-
declare const QuerySortClientUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "client.title:ASC" | "client.teamwork_id:ASC" | "client.teamwork_name:ASC" | "client.is_active:ASC" | "client.allow_create_utm_link:ASC" | "client.is_paid_media:ASC" | "client.is_organic_social:ASC" | "user.username:ASC" | "user.email:ASC" | "user.confirmed:ASC" | "user.blocked:ASC" | "client.title:DESC" | "client.teamwork_id:DESC" | "client.teamwork_name:DESC" | "client.is_active:DESC" | "client.allow_create_utm_link:DESC" | "client.is_paid_media:DESC" | "client.is_organic_social:DESC" | "user.username:DESC" | "user.email:DESC" | "user.confirmed:DESC" | "user.blocked:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "client.title:ASC" | "client.teamwork_id:ASC" | "client.teamwork_name:ASC" | "client.is_active:ASC" | "client.allow_create_utm_link:ASC" | "client.is_paid_media:ASC" | "client.is_organic_social:ASC" | "user.username:ASC" | "user.email:ASC" | "user.confirmed:ASC" | "user.blocked:ASC" | "client.title:DESC" | "client.teamwork_id:DESC" | "client.teamwork_name:DESC" | "client.is_active:DESC" | "client.allow_create_utm_link:DESC" | "client.is_paid_media:DESC" | "client.is_organic_social:DESC" | "user.username:DESC" | "user.email:DESC" | "user.confirmed:DESC" | "user.blocked:DESC")[], 14, undefined>]>, undefined>;
|
|
342
|
-
type QuerySortClientUsers = v.InferOutput<typeof QuerySortClientUsers>;
|
|
343
|
-
declare const SQueryListClientUserDocuments: v.ObjectSchema<{
|
|
344
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
345
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
346
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
347
|
-
}, undefined>;
|
|
348
|
-
type SQueryListClientUserDocuments = v.InferOutput<typeof SQueryListClientUserDocuments>;
|
|
349
|
-
declare const SCreateClientUserDocument: v.ObjectSchema<{
|
|
350
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
351
|
-
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
352
|
-
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
353
|
-
}, undefined>;
|
|
354
|
-
type SCreateClientUserDocument = v.InferOutput<typeof SCreateClientUserDocument>;
|
|
355
|
-
declare const SUpdateClientUserDocument: v.ObjectSchema<{
|
|
356
|
-
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
357
|
-
}, undefined>;
|
|
358
|
-
type SUpdateClientUserDocument = v.InferOutput<typeof SUpdateClientUserDocument>;
|
|
359
|
-
declare const SUpdateClientUserDocumentRequest: v.ObjectSchema<{
|
|
360
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
361
|
-
readonly data: v.ObjectSchema<{
|
|
362
|
-
readonly scopes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.PicklistSchema<ClientEntityScope[], undefined>]>, "Please provide a valid list of scopes.">, v.MaxLengthAction<ClientEntityScope[], number, "You cannot provide more scopes than there are available.">]>;
|
|
363
|
-
}, undefined>;
|
|
364
|
-
}, undefined>;
|
|
365
|
-
type SUpdateClientUserDocumentRequest = v.InferOutput<typeof SUpdateClientUserDocumentRequest>;
|
|
366
|
-
declare const SVerifyClientUserDocument: v.ObjectSchema<{
|
|
367
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
368
|
-
readonly user: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
369
|
-
}, undefined>;
|
|
370
|
-
type SVerifyClientUserDocument = v.InferOutput<typeof SVerifyClientUserDocument>;
|
|
371
|
-
|
|
372
|
-
declare const ClientSortKeys: readonly ["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"];
|
|
373
|
-
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_featured:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_featured:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_featured:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_featured:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
374
|
-
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
375
|
-
declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
376
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
377
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
378
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
379
|
-
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
380
|
-
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
381
|
-
readonly gainapp_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
382
|
-
readonly utm_sheet_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
383
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
384
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
385
|
-
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
386
|
-
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
387
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
388
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
389
|
-
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
390
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_featured:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_featured:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_featured:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_featured:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
391
|
-
}, undefined>;
|
|
392
|
-
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
393
|
-
declare const SCreateClientDocument: v.ObjectSchema<{
|
|
394
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
395
|
-
readonly teamwork_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
396
|
-
readonly teamwork_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
397
|
-
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>;
|
|
398
|
-
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>;
|
|
399
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
400
|
-
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
401
|
-
readonly is_featured: v.BooleanSchema<undefined>;
|
|
402
|
-
readonly allow_create_utm_link: v.BooleanSchema<undefined>;
|
|
403
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
404
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
405
|
-
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
406
|
-
}, undefined>;
|
|
407
|
-
type SCreateClientDocument = v.InferOutput<typeof SCreateClientDocument>;
|
|
408
|
-
declare const SUpdateClientDocument: v.ObjectSchema<{
|
|
409
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
410
|
-
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
411
|
-
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
412
|
-
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>;
|
|
413
|
-
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>;
|
|
414
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
415
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
416
|
-
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
417
|
-
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
418
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
419
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
420
|
-
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
421
|
-
}, undefined>;
|
|
422
|
-
type SUpdateClientDocument = v.InferOutput<typeof SUpdateClientDocument>;
|
|
423
|
-
declare const SUpdateClientDocumentRequest: v.ObjectSchema<{
|
|
424
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
425
|
-
readonly data: v.ObjectSchema<{
|
|
426
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
427
|
-
readonly teamwork_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
428
|
-
readonly teamwork_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
429
|
-
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>;
|
|
430
|
-
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>;
|
|
431
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
432
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
433
|
-
readonly is_featured: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
434
|
-
readonly allow_create_utm_link: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
435
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
436
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
437
|
-
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
438
|
-
}, undefined>;
|
|
439
|
-
}, undefined>;
|
|
440
|
-
type SUpdateClientDocumentRequest = v.InferOutput<typeof SUpdateClientDocumentRequest>;
|
|
441
|
-
|
|
442
|
-
declare const StrapiCommentSortKeys: readonly ["id", "content", "blocked", "blockedThread", "approvalStatus", "createdAt", "updatedAt"];
|
|
443
|
-
declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
444
|
-
type QuerySortStrapiComments = v.InferOutput<typeof QuerySortStrapiComments>;
|
|
445
|
-
declare const QueryFilterStrapiComments: v.ObjectSchema<{
|
|
446
|
-
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
447
|
-
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
448
|
-
}, undefined>, undefined>;
|
|
449
|
-
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
450
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
451
|
-
}, undefined>, undefined>;
|
|
452
|
-
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
453
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
454
|
-
}, undefined>, undefined>;
|
|
455
|
-
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
456
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
457
|
-
}, undefined>, undefined>;
|
|
458
|
-
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
459
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
460
|
-
}, undefined>, undefined>;
|
|
461
|
-
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
462
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
463
|
-
}, undefined>, undefined>;
|
|
464
|
-
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
465
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
466
|
-
}, undefined>, undefined>;
|
|
467
|
-
}, undefined>;
|
|
468
|
-
type QueryFilterStrapiComments = v.InferOutput<typeof QueryFilterStrapiComments>;
|
|
469
|
-
declare const QueryStrapiCommentsInHeirarchy: v.ObjectSchema<{
|
|
470
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
471
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
472
|
-
readonly filters: v.OptionalSchema<v.ObjectSchema<{
|
|
473
|
-
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
474
|
-
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
475
|
-
}, undefined>, undefined>;
|
|
476
|
-
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
477
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
478
|
-
}, undefined>, undefined>;
|
|
479
|
-
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
480
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
481
|
-
}, undefined>, undefined>;
|
|
482
|
-
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
483
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
484
|
-
}, undefined>, undefined>;
|
|
485
|
-
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
486
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
487
|
-
}, undefined>, undefined>;
|
|
488
|
-
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
489
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
490
|
-
}, undefined>, undefined>;
|
|
491
|
-
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
492
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
493
|
-
}, undefined>, undefined>;
|
|
494
|
-
}, undefined>, undefined>;
|
|
495
|
-
readonly nested_levels: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>, undefined>;
|
|
496
|
-
}, undefined>;
|
|
497
|
-
type QueryStrapiCommentsInHeirarchy = v.InferOutput<typeof QueryStrapiCommentsInHeirarchy>;
|
|
498
|
-
declare const QueryStrapiCommentsFlat: v.ObjectSchema<{
|
|
499
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
500
|
-
readonly filters: v.OptionalSchema<v.ObjectSchema<{
|
|
501
|
-
readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
|
|
502
|
-
readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
|
|
503
|
-
}, undefined>, undefined>;
|
|
504
|
-
readonly authorName: v.OptionalSchema<v.ObjectSchema<{
|
|
505
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
506
|
-
}, undefined>, undefined>;
|
|
507
|
-
readonly authorEmail: v.OptionalSchema<v.ObjectSchema<{
|
|
508
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
509
|
-
}, undefined>, undefined>;
|
|
510
|
-
readonly blocked: v.OptionalSchema<v.ObjectSchema<{
|
|
511
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
512
|
-
}, undefined>, undefined>;
|
|
513
|
-
readonly blockedThread: v.OptionalSchema<v.ObjectSchema<{
|
|
514
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
515
|
-
}, undefined>, undefined>;
|
|
516
|
-
readonly content: v.OptionalSchema<v.ObjectSchema<{
|
|
517
|
-
readonly containsi: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
518
|
-
}, undefined>, undefined>;
|
|
519
|
-
readonly removed: v.OptionalSchema<v.ObjectSchema<{
|
|
520
|
-
readonly eq: v.BooleanSchema<undefined>;
|
|
521
|
-
}, undefined>, undefined>;
|
|
522
|
-
}, undefined>, undefined>;
|
|
523
|
-
readonly pagination: v.OptionalSchema<v.ObjectSchema<{
|
|
524
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
525
|
-
readonly pageSize: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>, undefined>;
|
|
526
|
-
}, undefined>, undefined>;
|
|
527
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "blockedThread:ASC" | "approvalStatus:ASC" | "blocked:DESC" | "content:DESC" | "blockedThread:DESC" | "approvalStatus:DESC")[], 7, undefined>]>, undefined>;
|
|
528
|
-
}, undefined>;
|
|
529
|
-
type QueryStrapiCommentsFlat = v.InferOutput<typeof QueryStrapiCommentsFlat>;
|
|
530
|
-
declare const SCreateCommentDocument: v.ObjectSchema<{
|
|
531
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
532
|
-
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
533
|
-
readonly author: v.ObjectSchema<{
|
|
534
|
-
readonly id: v.NumberSchema<undefined>;
|
|
535
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
536
|
-
}, undefined>;
|
|
537
|
-
readonly threadOf: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
538
|
-
}, undefined>;
|
|
539
|
-
type SCreateCommentDocument = v.InferOutput<typeof SCreateCommentDocument>;
|
|
540
|
-
declare const SUpdateCommentDocument: v.ObjectSchema<{
|
|
541
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
542
|
-
readonly id: v.NumberSchema<undefined>;
|
|
543
|
-
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
544
|
-
readonly author: v.ObjectSchema<{
|
|
545
|
-
readonly id: v.NumberSchema<undefined>;
|
|
546
|
-
}, undefined>;
|
|
547
|
-
}, undefined>;
|
|
548
|
-
type SUpdateCommentDocument = v.InferOutput<typeof SUpdateCommentDocument>;
|
|
549
|
-
declare const SDeleteCommentDocument: v.ObjectSchema<{
|
|
550
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
551
|
-
readonly id: v.NumberSchema<undefined>;
|
|
552
|
-
readonly author: v.ObjectSchema<{
|
|
553
|
-
readonly id: v.NumberSchema<undefined>;
|
|
554
|
-
}, undefined>;
|
|
555
|
-
}, undefined>;
|
|
556
|
-
type SDeleteCommentDocument = v.InferOutput<typeof SDeleteCommentDocument>;
|
|
557
|
-
declare const SReportCommentDocument: v.ObjectSchema<{
|
|
558
|
-
readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
559
|
-
readonly commentId: v.NumberSchema<undefined>;
|
|
560
|
-
readonly content: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
561
|
-
readonly reason: v.PicklistSchema<("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[], "You must select a valid reason for reporting this comment.">;
|
|
562
|
-
}, undefined>;
|
|
563
|
-
type SReportCommentDocument = v.InferOutput<typeof SReportCommentDocument>;
|
|
564
|
-
|
|
565
|
-
declare const ContentPillarSortKeys: readonly ["id", "title", "slug", "createdAt", "updatedAt"];
|
|
566
|
-
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
|
|
567
|
-
type QuerySortContentPillars = v.InferOutput<typeof QuerySortContentPillars>;
|
|
568
|
-
declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
569
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
570
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
571
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
572
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
573
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
|
|
574
|
-
}, undefined>;
|
|
575
|
-
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
576
|
-
declare const SCreateContentPillarDocument: v.ObjectSchema<{
|
|
577
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
578
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
579
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
580
|
-
}, undefined>;
|
|
581
|
-
type SCreateContentPillarDocument = v.InferOutput<typeof SCreateContentPillarDocument>;
|
|
582
|
-
declare const SUpdateContentPillarDocument: v.ObjectSchema<{
|
|
583
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
584
|
-
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>;
|
|
585
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
586
|
-
}, undefined>;
|
|
587
|
-
type SUpdateContentPillarDocument = v.InferOutput<typeof SUpdateContentPillarDocument>;
|
|
588
|
-
declare const SUpdateContentPillarDocumentRequest: v.ObjectSchema<{
|
|
589
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
590
|
-
readonly data: v.ObjectSchema<{
|
|
591
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
592
|
-
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>;
|
|
593
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
594
|
-
}, undefined>;
|
|
595
|
-
}, undefined>;
|
|
596
|
-
type SUpdateContentPillarDocumentRequest = v.InferOutput<typeof SUpdateContentPillarDocumentRequest>;
|
|
597
|
-
|
|
598
|
-
declare const GCFlyTourSnapSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
599
|
-
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
600
|
-
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
601
|
-
declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
602
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
603
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
604
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
605
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
606
|
-
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>;
|
|
607
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
608
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
609
|
-
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
610
|
-
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>;
|
|
611
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
612
|
-
}, undefined>;
|
|
613
|
-
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
614
|
-
declare const SCreateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
615
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
616
|
-
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>]>]>;
|
|
617
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
618
|
-
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>;
|
|
619
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
620
|
-
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
621
|
-
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
622
|
-
}, undefined>;
|
|
623
|
-
type SCreateGCFlyTourSnapDocument = v.InferOutput<typeof SCreateGCFlyTourSnapDocument>;
|
|
624
|
-
declare const SUpdateGCFlyTourSnapDocument: v.ObjectSchema<{
|
|
625
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
626
|
-
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>;
|
|
627
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
628
|
-
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>;
|
|
629
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
630
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
631
|
-
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
632
|
-
}, undefined>;
|
|
633
|
-
type SUpdateGCFlyTourSnapDocument = v.InferOutput<typeof SUpdateGCFlyTourSnapDocument>;
|
|
634
|
-
declare const SUpdateGCFlyTourSnapDocumentRequest: v.ObjectSchema<{
|
|
635
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
636
|
-
readonly data: v.ObjectSchema<{
|
|
637
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
638
|
-
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>;
|
|
639
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
640
|
-
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>;
|
|
641
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
642
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
643
|
-
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
644
|
-
}, undefined>;
|
|
645
|
-
}, undefined>;
|
|
646
|
-
type SUpdateGCFlyTourSnapDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourSnapDocumentRequest>;
|
|
647
|
-
|
|
648
|
-
declare const GCFlyTourSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
649
|
-
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
650
|
-
type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
|
|
651
|
-
declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
652
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
653
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
654
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
655
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
656
|
-
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>;
|
|
657
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
658
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
659
|
-
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>;
|
|
660
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 8, undefined>]>, undefined>;
|
|
661
|
-
}, undefined>;
|
|
662
|
-
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
663
|
-
declare const SCreateGCFlyTourDocument: v.ObjectSchema<{
|
|
664
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
665
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
666
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
667
|
-
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>;
|
|
668
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
669
|
-
readonly is_hidden: v.BooleanSchema<undefined>;
|
|
670
|
-
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>;
|
|
671
|
-
}, undefined>;
|
|
672
|
-
type SCreateGCFlyTourDocument = v.InferOutput<typeof SCreateGCFlyTourDocument>;
|
|
673
|
-
declare const SUpdateGCFlyTourDocument: v.ObjectSchema<{
|
|
674
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
675
|
-
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>;
|
|
676
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
677
|
-
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>;
|
|
678
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
679
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
680
|
-
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>;
|
|
681
|
-
}, undefined>;
|
|
682
|
-
type SUpdateGCFlyTourDocument = v.InferOutput<typeof SUpdateGCFlyTourDocument>;
|
|
683
|
-
declare const SUpdateGCFlyTourDocumentRequest: v.ObjectSchema<{
|
|
684
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
685
|
-
readonly data: v.ObjectSchema<{
|
|
686
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
687
|
-
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>;
|
|
688
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
689
|
-
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>;
|
|
690
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
691
|
-
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
692
|
-
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>;
|
|
693
|
-
}, undefined>;
|
|
694
|
-
}, undefined>;
|
|
695
|
-
type SUpdateGCFlyTourDocumentRequest = v.InferOutput<typeof SUpdateGCFlyTourDocumentRequest>;
|
|
696
|
-
declare const SAssociateClientsToGCFlyTour: v.ObjectSchema<{
|
|
697
|
-
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
698
|
-
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>]>;
|
|
699
|
-
}, undefined>;
|
|
700
|
-
type SAssociateClientsToGCFlyTour = v.InferOutput<typeof SAssociateClientsToGCFlyTour>;
|
|
701
|
-
declare const SAssociateGcFlyTourSnapsToGCFlyTour: v.ObjectSchema<{
|
|
702
|
-
readonly gcflytour: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
703
|
-
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>]>;
|
|
704
|
-
}, undefined>;
|
|
705
|
-
type SAssociateGcFlyTourSnapsToGCFlyTour = v.InferOutput<typeof SAssociateGcFlyTourSnapsToGCFlyTour>;
|
|
706
|
-
|
|
707
|
-
declare const EntitySortKeys: readonly ["id", "createdAt", "updatedAt"];
|
|
708
|
-
declare const QuerySortEntities: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
709
|
-
type QuerySortEntities = v.InferOutput<typeof QuerySortEntities>;
|
|
710
|
-
declare const QueryStrapiPaginated: v.ObjectSchema<{
|
|
711
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
712
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
713
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
714
|
-
}, undefined>;
|
|
715
|
-
type QueryStrapiPaginated = v.InferOutput<typeof QueryStrapiPaginated>;
|
|
716
|
-
declare const QueryStrapiById: v.ObjectSchema<{
|
|
717
|
-
readonly id: v.NumberSchema<undefined>;
|
|
718
|
-
}, undefined>;
|
|
719
|
-
type QueryStrapiById = v.InferOutput<typeof QueryStrapiById>;
|
|
720
|
-
declare const QueryStrapiByDocumentId: v.ObjectSchema<{
|
|
721
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
722
|
-
}, undefined>;
|
|
723
|
-
type QueryStrapiByDocumentId = v.InferOutput<typeof QueryStrapiByDocumentId>;
|
|
724
|
-
declare const QueryStrapiBySlug: v.ObjectSchema<{
|
|
725
|
-
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
726
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
727
|
-
}, undefined>;
|
|
728
|
-
type QueryStrapiBySlug = v.InferOutput<typeof QueryStrapiBySlug>;
|
|
729
|
-
declare const QueryStrapiByEmail: v.ObjectSchema<{
|
|
730
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
731
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
732
|
-
}, undefined>;
|
|
733
|
-
type QueryStrapiByEmail = v.InferOutput<typeof QueryStrapiByEmail>;
|
|
734
|
-
declare const QueryStrapiByPhone: v.ObjectSchema<{
|
|
735
|
-
readonly phone: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
736
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
737
|
-
}, undefined>;
|
|
738
|
-
type QueryStrapiByPhone = v.InferOutput<typeof QueryStrapiByPhone>;
|
|
739
|
-
declare const QueryStrapiByName: v.ObjectSchema<{
|
|
740
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
741
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC")[], 3, undefined>]>, undefined>;
|
|
742
|
-
}, undefined>;
|
|
743
|
-
type QueryStrapiByName = v.InferOutput<typeof QueryStrapiByName>;
|
|
744
|
-
|
|
745
|
-
declare const SCreateLeadDocument: v.ObjectSchema<{
|
|
746
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
747
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
748
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
749
|
-
readonly phone: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
750
|
-
readonly company: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
751
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
752
|
-
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
753
|
-
readonly product_interest: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
754
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
755
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
756
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
757
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
758
|
-
}, undefined>;
|
|
759
|
-
type SCreateLeadDocument = v.InferOutput<typeof SCreateLeadDocument>;
|
|
760
|
-
declare const SUpdateLeadDocument: v.ObjectSchema<{
|
|
761
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
762
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
763
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
764
|
-
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
765
|
-
readonly company: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
766
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
767
|
-
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
768
|
-
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
769
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
770
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
771
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
772
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
773
|
-
}, undefined>;
|
|
774
|
-
type SUpdateLeadDocument = v.InferOutput<typeof SUpdateLeadDocument>;
|
|
775
|
-
declare const SUpdateLeadRequest: v.ObjectSchema<{
|
|
776
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
777
|
-
readonly data: v.ObjectSchema<{
|
|
778
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
779
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
780
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
781
|
-
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
782
|
-
readonly company: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
783
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
784
|
-
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
785
|
-
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
786
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
787
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
788
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
789
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
790
|
-
}, undefined>;
|
|
791
|
-
}, undefined>;
|
|
792
|
-
type SUpdateLeadRequest = v.InferOutput<typeof SUpdateLeadRequest>;
|
|
793
|
-
|
|
794
|
-
declare const MediaContentTypeSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"];
|
|
795
|
-
declare const QuerySortMediaContentType: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
796
|
-
type QuerySortMediaContentType = v.InferOutput<typeof QuerySortMediaContentType>;
|
|
797
|
-
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
798
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
799
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
800
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
801
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
802
|
-
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>;
|
|
803
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
804
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
805
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
806
|
-
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>;
|
|
807
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
808
|
-
}, undefined>;
|
|
809
|
-
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
810
|
-
declare const SCreateMediaContentTypeDocument: v.ObjectSchema<{
|
|
811
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
812
|
-
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>]>]>;
|
|
813
|
-
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>;
|
|
814
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
815
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
816
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
817
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
818
|
-
}, undefined>;
|
|
819
|
-
type SCreateMediaContentTypeDocument = v.InferOutput<typeof SCreateMediaContentTypeDocument>;
|
|
820
|
-
declare const SUpdateMediaContentTypeDocument: v.ObjectSchema<{
|
|
821
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
822
|
-
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>;
|
|
823
|
-
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>;
|
|
824
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
825
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
826
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
827
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
828
|
-
}, undefined>;
|
|
829
|
-
type SUpdateMediaContentTypeDocument = v.InferOutput<typeof SUpdateMediaContentTypeDocument>;
|
|
830
|
-
declare const SUpdateMediaContentTypeDocumentRequest: v.ObjectSchema<{
|
|
831
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
832
|
-
readonly data: v.ObjectSchema<{
|
|
833
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
834
|
-
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>;
|
|
835
|
-
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>;
|
|
836
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
837
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
838
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
839
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
840
|
-
}, undefined>;
|
|
841
|
-
}, undefined>;
|
|
842
|
-
type SUpdateMediaContentTypeDocumentRequest = v.InferOutput<typeof SUpdateMediaContentTypeDocumentRequest>;
|
|
843
|
-
declare const SAssociateMediaPlatformsToMediaContentType: v.ObjectSchema<{
|
|
844
|
-
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
845
|
-
readonly media_platforms: 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>]>;
|
|
846
|
-
}, undefined>;
|
|
847
|
-
type SAssociateMediaPlatformsToMediaContentType = v.InferOutput<typeof SAssociateMediaPlatformsToMediaContentType>;
|
|
848
|
-
declare const SAssociateClientMediaPlatformContentTypesToMediaContentType: v.ObjectSchema<{
|
|
849
|
-
readonly media_content_type: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
850
|
-
readonly client_media_platform_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>]>;
|
|
851
|
-
}, undefined>;
|
|
852
|
-
type SAssociateClientMediaPlatformContentTypesToMediaContentType = v.InferOutput<typeof SAssociateClientMediaPlatformContentTypesToMediaContentType>;
|
|
853
|
-
|
|
854
|
-
declare const MediaPlatformSortKeys: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt"];
|
|
855
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
856
|
-
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
857
|
-
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
858
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
859
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
860
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
861
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
862
|
-
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>;
|
|
863
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
864
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
865
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
866
|
-
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>;
|
|
867
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:DESC" | "is_active:ASC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "utm_key:DESC")[], 9, undefined>]>, undefined>;
|
|
868
|
-
}, undefined>;
|
|
869
|
-
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
870
|
-
declare const SCreateMediaPlatformDocument: v.ObjectSchema<{
|
|
871
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
872
|
-
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>]>]>;
|
|
873
|
-
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>;
|
|
874
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
875
|
-
readonly is_organic_social: v.BooleanSchema<undefined>;
|
|
876
|
-
readonly is_paid_media: v.BooleanSchema<undefined>;
|
|
877
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
878
|
-
}, undefined>;
|
|
879
|
-
type SCreateMediaPlatformDocument = v.InferOutput<typeof SCreateMediaPlatformDocument>;
|
|
880
|
-
declare const SUpdateMediaPlatformDocument: v.ObjectSchema<{
|
|
881
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
882
|
-
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>;
|
|
883
|
-
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>;
|
|
884
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
885
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
886
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
887
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
888
|
-
}, undefined>;
|
|
889
|
-
type SUpdateMediaPlatformDocument = v.InferOutput<typeof SUpdateMediaPlatformDocument>;
|
|
890
|
-
declare const SUpdateMediaPlatformDocumentRequest: v.ObjectSchema<{
|
|
891
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
892
|
-
readonly data: v.ObjectSchema<{
|
|
893
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
894
|
-
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>;
|
|
895
|
-
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>;
|
|
896
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
897
|
-
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
898
|
-
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
899
|
-
readonly description: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
900
|
-
}, undefined>;
|
|
901
|
-
}, undefined>;
|
|
902
|
-
type SUpdateMediaPlatformDocumentRequest = v.InferOutput<typeof SUpdateMediaPlatformDocumentRequest>;
|
|
903
|
-
declare const SAssociateMediaContentTypesToMediaPlatform: v.ObjectSchema<{
|
|
904
|
-
readonly media_platform: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
905
|
-
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>]>;
|
|
906
|
-
}, undefined>;
|
|
907
|
-
type SAssociateMediaContentTypesToMediaPlatform = v.InferOutput<typeof SAssociateMediaContentTypesToMediaPlatform>;
|
|
908
|
-
|
|
909
|
-
declare const MondayWorkspaceSortKeys: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
910
|
-
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
911
|
-
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
912
|
-
declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
913
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
914
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
915
|
-
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>;
|
|
916
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
917
|
-
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
918
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
|
|
919
|
-
}, undefined>;
|
|
920
|
-
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
921
|
-
declare const SCreateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
922
|
-
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>]>;
|
|
923
|
-
readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
924
|
-
readonly workspace_id: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
925
|
-
}, undefined>;
|
|
926
|
-
type SCreateMondayWorkspaceDocument = v.InferOutput<typeof SCreateMondayWorkspaceDocument>;
|
|
927
|
-
declare const SUpdateMondayWorkspaceDocument: v.ObjectSchema<{
|
|
928
|
-
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>;
|
|
929
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
930
|
-
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
931
|
-
}, undefined>;
|
|
932
|
-
type SUpdateMondayWorkspaceDocument = v.InferOutput<typeof SUpdateMondayWorkspaceDocument>;
|
|
933
|
-
declare const SUpdateMondayWorkspaceDocumentRequest: v.ObjectSchema<{
|
|
934
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
935
|
-
readonly data: v.ObjectSchema<{
|
|
936
|
-
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>;
|
|
937
|
-
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
938
|
-
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
939
|
-
}, undefined>;
|
|
940
|
-
}, undefined>;
|
|
941
|
-
type SUpdateMondayWorkspaceDocumentRequest = v.InferOutput<typeof SUpdateMondayWorkspaceDocumentRequest>;
|
|
942
|
-
|
|
943
|
-
declare const SCreateNewsletterSignup: v.ObjectSchema<{
|
|
944
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
945
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
946
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
947
|
-
readonly download_key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
948
|
-
readonly product_interest: v.SchemaWithPipe<readonly [v.StringSchema<"It appears you are a robot, please try again.">, v.TrimAction, v.MaxLengthAction<string, 255, undefined>]>;
|
|
949
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
950
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
951
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
952
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
953
|
-
readonly middle_name: v.StringSchema<undefined>;
|
|
954
|
-
}, undefined>;
|
|
955
|
-
type SCreateNewsletterSignup = v.InferOutput<typeof SCreateNewsletterSignup>;
|
|
956
|
-
declare const SCreateNewsletterSignupDocument: v.ObjectSchema<{
|
|
957
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
958
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
959
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
960
|
-
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
961
|
-
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
962
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
963
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
964
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
965
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
966
|
-
}, undefined>;
|
|
967
|
-
type SCreateNewsletterSignupDocument = v.InferOutput<typeof SCreateNewsletterSignupDocument>;
|
|
968
|
-
declare const SUpdateNewsletterSignupDocument: v.ObjectSchema<{
|
|
969
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
970
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
971
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
972
|
-
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
973
|
-
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
974
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
975
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
976
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
977
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
978
|
-
}, undefined>;
|
|
979
|
-
type SUpdateNewsletterSignupDocument = v.InferOutput<typeof SUpdateNewsletterSignupDocument>;
|
|
980
|
-
declare const SUpdateNewsletterSignupRequest: v.ObjectSchema<{
|
|
981
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
982
|
-
readonly data: v.ObjectSchema<{
|
|
983
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
984
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
985
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
986
|
-
readonly download_key: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
987
|
-
readonly product_interest: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
988
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
989
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
990
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
991
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
992
|
-
}, undefined>;
|
|
993
|
-
}, undefined>;
|
|
994
|
-
type SUpdateNewsletterSignupRequest = v.InferOutput<typeof SUpdateNewsletterSignupRequest>;
|
|
995
|
-
|
|
996
|
-
declare const checkIsValidUrlList: (input: string) => boolean;
|
|
997
|
-
declare const SCreateResume: v.ObjectSchema<{
|
|
998
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
999
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1000
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1001
|
-
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
1002
|
-
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1003
|
-
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
1004
|
-
readonly file: v.NullableSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a PDF or Word document.">, v.MimeTypeAction<any, readonly ["application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/rtf", "text/plain", "application/vnd.oasis.opendocument.text"], "Please upload a PDF or Word document.">]>, undefined>;
|
|
1005
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
1006
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
1007
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1008
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1009
|
-
}, undefined>;
|
|
1010
|
-
type SCreateResume = v.InferOutput<typeof SCreateResume>;
|
|
1011
|
-
declare const SCreateResumeInfo: v.ObjectSchema<{
|
|
1012
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1013
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1014
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1015
|
-
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
1016
|
-
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1017
|
-
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
1018
|
-
readonly file: v.ObjectSchema<{
|
|
1019
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1020
|
-
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1021
|
-
}, undefined>;
|
|
1022
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
1023
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
1024
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1025
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1026
|
-
}, undefined>;
|
|
1027
|
-
type SCreateResumeInfo = v.InferOutput<typeof SCreateResumeInfo>;
|
|
1028
|
-
declare const SCreateResumeInfoDocument: v.ObjectSchema<{
|
|
1029
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1030
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1031
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1032
|
-
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
1033
|
-
readonly message: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1034
|
-
readonly social_profiles: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>;
|
|
1035
|
-
readonly file: v.ObjectSchema<{
|
|
1036
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1037
|
-
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1038
|
-
}, undefined>;
|
|
1039
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
1040
|
-
readonly sms_consent: v.BooleanSchema<undefined>;
|
|
1041
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1042
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1043
|
-
}, undefined>;
|
|
1044
|
-
type SCreateResumeInfoDocument = v.InferOutput<typeof SCreateResumeInfoDocument>;
|
|
1045
|
-
declare const SUpdateResumeInfo: v.ObjectSchema<{
|
|
1046
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1047
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1048
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
1049
|
-
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
1050
|
-
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1051
|
-
readonly social_profiles: v.OptionalSchema<v.NullableSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>, undefined>;
|
|
1052
|
-
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
1053
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1054
|
-
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1055
|
-
}, undefined>, undefined>;
|
|
1056
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1057
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1058
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1059
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1060
|
-
}, undefined>;
|
|
1061
|
-
type SUpdateResumeInfo = v.InferOutput<typeof SUpdateResumeInfo>;
|
|
1062
|
-
declare const SUpdateResumeInfoDocument: v.ObjectSchema<{
|
|
1063
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1064
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1065
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
1066
|
-
readonly phone: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>;
|
|
1067
|
-
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1068
|
-
readonly social_profiles: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>;
|
|
1069
|
-
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
1070
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1071
|
-
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1072
|
-
}, undefined>, undefined>;
|
|
1073
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1074
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1075
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1076
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1077
|
-
}, undefined>;
|
|
1078
|
-
type SUpdateResumeInfoDocument = v.InferOutput<typeof SUpdateResumeInfoDocument>;
|
|
1079
|
-
declare const SUpdateResumeInfoRequest: v.ObjectSchema<{
|
|
1080
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1081
|
-
readonly data: v.ObjectSchema<{
|
|
1082
|
-
readonly first_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1083
|
-
readonly last_name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1084
|
-
readonly email: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>, undefined>;
|
|
1085
|
-
readonly phone: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
1086
|
-
readonly message: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1087
|
-
readonly social_profiles: v.OptionalSchema<v.NullableSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 5000, undefined>, v.CheckAction<string, "Please enter a list of URLs separated by commas.">]>, undefined>, undefined>, undefined>;
|
|
1088
|
-
readonly file: v.OptionalSchema<v.ObjectSchema<{
|
|
1089
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1090
|
-
readonly src: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1091
|
-
}, undefined>, undefined>;
|
|
1092
|
-
readonly email_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1093
|
-
readonly sms_consent: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1094
|
-
readonly on_page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1095
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1096
|
-
}, undefined>;
|
|
1097
|
-
}, undefined>;
|
|
1098
|
-
type SUpdateResumeInfoRequest = v.InferOutput<typeof SUpdateResumeInfoRequest>;
|
|
1099
|
-
|
|
1100
|
-
/**
|
|
1101
|
-
* Basic number validator
|
|
1102
|
-
*/
|
|
1103
|
-
declare const VNumberNullable: () => v.OptionalSchema<v.NullableSchema<v.NumberSchema<undefined>, undefined>, undefined>;
|
|
1104
|
-
declare const VIntegerNullable: () => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1105
|
-
/**
|
|
1106
|
-
* Basic string validator with trim and min length
|
|
1107
|
-
*/
|
|
1108
|
-
declare const VString: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>]>;
|
|
1109
|
-
/**
|
|
1110
|
-
* String validator with trim, min length, and max length (Short)
|
|
1111
|
-
*/
|
|
1112
|
-
declare const VStringShort: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1113
|
-
/**
|
|
1114
|
-
* String validator with trim, min length, and max length (Long)
|
|
1115
|
-
*/
|
|
1116
|
-
declare const VStringLong: (minLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>;
|
|
1117
|
-
/**
|
|
1118
|
-
* String validator with trim, and max length
|
|
1119
|
-
*/
|
|
1120
|
-
declare const VStringMax: (maxLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1121
|
-
/**
|
|
1122
|
-
* String validator with trim, and max length
|
|
1123
|
-
*/
|
|
1124
|
-
declare const VStringMaxRegex: (maxLength: number | undefined, pattern: RegExp, message: string) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1125
|
-
/**
|
|
1126
|
-
* String validator with trim, min length, and max length
|
|
1127
|
-
*/
|
|
1128
|
-
declare const VStringMinMax: (minLength?: number, maxLength?: number) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1129
|
-
/**
|
|
1130
|
-
* String validator with trim, min length, max length, and regex pattern
|
|
1131
|
-
*/
|
|
1132
|
-
declare const VStringMinMaxRegex: (minLength: number | undefined, maxLength: number | undefined, pattern: RegExp, message: string) => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1133
|
-
/**
|
|
1134
|
-
* Optional Nullable String validator (Long)
|
|
1135
|
-
*/
|
|
1136
|
-
declare const VStringLongNullable: (minLength?: number) => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>, undefined>, undefined>;
|
|
1137
|
-
/**
|
|
1138
|
-
* Optional Nullable String validator
|
|
1139
|
-
* Commonly used for optional fields that might be null in the database or API
|
|
1140
|
-
*/
|
|
1141
|
-
declare const VStringShortNullable: (minLength?: number) => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1142
|
-
/**
|
|
1143
|
-
* URL Validator
|
|
1144
|
-
* Checks for http/https prefix and valid URL format
|
|
1145
|
-
*/
|
|
1146
|
-
declare const VStringUrl: () => 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.">]>;
|
|
1147
|
-
/**
|
|
1148
|
-
* UTM URL Validator
|
|
1149
|
-
* Checks for valid URL format that does contain utm params
|
|
1150
|
-
*/
|
|
1151
|
-
declare const VStringUrlUtm: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1152
|
-
/**
|
|
1153
|
-
* URL no utm params Validator
|
|
1154
|
-
* Checks for valid URL format that does not contain utm params
|
|
1155
|
-
*/
|
|
1156
|
-
declare const VStringUrlNoUtm: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1157
|
-
/**
|
|
1158
|
-
* Optional Nullable URL Validator
|
|
1159
|
-
*/
|
|
1160
|
-
declare const VStringUrlNullable: () => 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>;
|
|
1161
|
-
/**
|
|
1162
|
-
* Slug Validator
|
|
1163
|
-
*/
|
|
1164
|
-
declare const VStringSlug: () => 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: - _ .">]>;
|
|
1165
|
-
/**
|
|
1166
|
-
* Email Validator
|
|
1167
|
-
*/
|
|
1168
|
-
declare const VStringEmail: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1169
|
-
/**
|
|
1170
|
-
* Phone Validator (NANP)
|
|
1171
|
-
*/
|
|
1172
|
-
declare const VStringPhone: () => v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>;
|
|
1173
|
-
/**
|
|
1174
|
-
* Optional Nullable Phone Validator
|
|
1175
|
-
*/
|
|
1176
|
-
declare const VStringPhoneNullable: () => v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 7, undefined>, v.MaxLengthAction<string, 24, undefined>, v.RegexAction<string, "Please provide a valid phone number.">]>, undefined>, undefined>;
|
|
1177
|
-
/**
|
|
1178
|
-
* Pagination Page Validator
|
|
1179
|
-
*/
|
|
1180
|
-
declare const VPage: () => v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1181
|
-
/**
|
|
1182
|
-
* Pagination Size Validator
|
|
1183
|
-
*/
|
|
1184
|
-
declare const VSize: (maxSize: number) => v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1185
|
-
|
|
1186
|
-
declare const SharpSpringSignUpToDownload: v.ObjectSchema<{
|
|
1187
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1188
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1189
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1190
|
-
readonly download_key: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1191
|
-
readonly email_consent: v.BooleanSchema<undefined>;
|
|
1192
|
-
readonly on_page: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1193
|
-
readonly captcha: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1194
|
-
readonly middle_name: v.StringSchema<undefined>;
|
|
1195
|
-
}, undefined>;
|
|
1196
|
-
type SharpSpringSignUpToDownload = v.InferOutput<typeof SharpSpringSignUpToDownload>;
|
|
1197
|
-
|
|
1198
|
-
declare const SEntityRelationPositionBefore: v.ObjectSchema<{
|
|
1199
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1200
|
-
}, undefined>;
|
|
1201
|
-
type SEntityRelationPositionBefore = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
1202
|
-
declare const SEntityRelationPositionAfter: v.ObjectSchema<{
|
|
1203
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1204
|
-
}, undefined>;
|
|
1205
|
-
type SEntityRelationPositionAfter = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
1206
|
-
declare const SEntityRelationPositionStart: v.ObjectSchema<{
|
|
1207
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1208
|
-
}, undefined>;
|
|
1209
|
-
type SEntityRelationPositionStart = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
1210
|
-
declare const SEntityRelationPositionEnd: v.ObjectSchema<{
|
|
1211
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1212
|
-
}, undefined>;
|
|
1213
|
-
type SEntityRelationPositionEnd = v.InferInput<typeof SEntityRelationPositionBefore>;
|
|
1214
|
-
type SEntityRelationPositionIn = v.InferInput<typeof SEntityRelationPosition>;
|
|
1215
|
-
declare const SEntityRelationPosition: v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1216
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1217
|
-
}, undefined>, v.ObjectSchema<{
|
|
1218
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1219
|
-
}, undefined>, v.ObjectSchema<{
|
|
1220
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1221
|
-
}, undefined>, v.ObjectSchema<{
|
|
1222
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1223
|
-
}, undefined>], undefined>]>, {
|
|
1224
|
-
readonly end: true;
|
|
1225
|
-
}>;
|
|
1226
|
-
type SEntityRelationPosition = v.InferOutput<typeof SEntityRelationPosition>;
|
|
1227
|
-
type SEntityRelationIn = v.InferInput<typeof SEntityRelation>;
|
|
1228
|
-
declare const SEntityRelation: v.ObjectSchema<{
|
|
1229
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1230
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1231
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1232
|
-
}, undefined>, v.ObjectSchema<{
|
|
1233
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1234
|
-
}, undefined>, v.ObjectSchema<{
|
|
1235
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1236
|
-
}, undefined>, v.ObjectSchema<{
|
|
1237
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1238
|
-
}, undefined>], undefined>]>, {
|
|
1239
|
-
readonly end: true;
|
|
1240
|
-
}>, undefined>;
|
|
1241
|
-
}, undefined>;
|
|
1242
|
-
type SEntityRelation = v.InferOutput<typeof SEntityRelation>;
|
|
1243
|
-
type SConnectManyEntityRelationIn = v.InferInput<typeof SConnectManyEntityRelation>;
|
|
1244
|
-
declare const SConnectManyEntityRelation: v.ObjectSchema<{
|
|
1245
|
-
readonly connect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1246
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1247
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1248
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1249
|
-
}, undefined>, v.ObjectSchema<{
|
|
1250
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1251
|
-
}, undefined>, v.ObjectSchema<{
|
|
1252
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1253
|
-
}, undefined>, v.ObjectSchema<{
|
|
1254
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1255
|
-
}, undefined>], undefined>]>, {
|
|
1256
|
-
readonly end: true;
|
|
1257
|
-
}>, undefined>;
|
|
1258
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
1259
|
-
documentId: string;
|
|
1260
|
-
position?: {
|
|
1261
|
-
before: string;
|
|
1262
|
-
} | {
|
|
1263
|
-
after: string;
|
|
1264
|
-
} | {
|
|
1265
|
-
start: boolean;
|
|
1266
|
-
} | {
|
|
1267
|
-
end: boolean;
|
|
1268
|
-
} | undefined;
|
|
1269
|
-
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
1270
|
-
documentId: string;
|
|
1271
|
-
position?: {
|
|
1272
|
-
before: string;
|
|
1273
|
-
} | {
|
|
1274
|
-
after: string;
|
|
1275
|
-
} | {
|
|
1276
|
-
start: boolean;
|
|
1277
|
-
} | {
|
|
1278
|
-
end: boolean;
|
|
1279
|
-
} | undefined;
|
|
1280
|
-
})[], 100, undefined>]>;
|
|
1281
|
-
}, undefined>;
|
|
1282
|
-
type SConnectManyEntityRelation = v.InferOutput<typeof SConnectManyEntityRelation>;
|
|
1283
|
-
type SDisconnectManyEntityRelationIn = v.InferInput<typeof SDisconnectManyEntityRelation>;
|
|
1284
|
-
declare const SDisconnectManyEntityRelation: v.ObjectSchema<{
|
|
1285
|
-
readonly disconnect: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1286
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1287
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1288
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1289
|
-
}, undefined>, v.ObjectSchema<{
|
|
1290
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1291
|
-
}, undefined>, v.ObjectSchema<{
|
|
1292
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1293
|
-
}, undefined>, v.ObjectSchema<{
|
|
1294
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1295
|
-
}, undefined>], undefined>]>, {
|
|
1296
|
-
readonly end: true;
|
|
1297
|
-
}>, undefined>;
|
|
1298
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
1299
|
-
documentId: string;
|
|
1300
|
-
position?: {
|
|
1301
|
-
before: string;
|
|
1302
|
-
} | {
|
|
1303
|
-
after: string;
|
|
1304
|
-
} | {
|
|
1305
|
-
start: boolean;
|
|
1306
|
-
} | {
|
|
1307
|
-
end: boolean;
|
|
1308
|
-
} | undefined;
|
|
1309
|
-
})[], 1, undefined>, v.MaxLengthAction<(string | {
|
|
1310
|
-
documentId: string;
|
|
1311
|
-
position?: {
|
|
1312
|
-
before: string;
|
|
1313
|
-
} | {
|
|
1314
|
-
after: string;
|
|
1315
|
-
} | {
|
|
1316
|
-
start: boolean;
|
|
1317
|
-
} | {
|
|
1318
|
-
end: boolean;
|
|
1319
|
-
} | undefined;
|
|
1320
|
-
})[], 100, undefined>]>;
|
|
1321
|
-
}, undefined>;
|
|
1322
|
-
type SDisconnectManyEntityRelation = v.InferOutput<typeof SDisconnectManyEntityRelation>;
|
|
1323
|
-
type SSetManyEntityRelationIn = v.InferInput<typeof SSetManyEntityRelation>;
|
|
1324
|
-
declare const SSetManyEntityRelation: v.ObjectSchema<{
|
|
1325
|
-
readonly set: v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1326
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1327
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1328
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1329
|
-
}, undefined>, v.ObjectSchema<{
|
|
1330
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1331
|
-
}, undefined>, v.ObjectSchema<{
|
|
1332
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1333
|
-
}, undefined>, v.ObjectSchema<{
|
|
1334
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1335
|
-
}, undefined>], undefined>]>, {
|
|
1336
|
-
readonly end: true;
|
|
1337
|
-
}>, undefined>;
|
|
1338
|
-
}, undefined>], undefined>, undefined>, v.MinLengthAction<(string | {
|
|
1339
|
-
documentId: string;
|
|
1340
|
-
position?: {
|
|
1341
|
-
before: string;
|
|
1342
|
-
} | {
|
|
1343
|
-
after: string;
|
|
1344
|
-
} | {
|
|
1345
|
-
start: boolean;
|
|
1346
|
-
} | {
|
|
1347
|
-
end: boolean;
|
|
1348
|
-
} | undefined;
|
|
1349
|
-
})[], 1, undefined>]>;
|
|
1350
|
-
}, undefined>;
|
|
1351
|
-
type SSetManyEntityRelation = v.InferOutput<typeof SSetManyEntityRelation>;
|
|
1352
|
-
type SConnectOneEntityRelationIn = v.InferInput<typeof SConnectOneEntityRelation>;
|
|
1353
|
-
declare const SConnectOneEntityRelation: v.ObjectSchema<{
|
|
1354
|
-
readonly connect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1355
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1356
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1357
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1358
|
-
}, undefined>, v.ObjectSchema<{
|
|
1359
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1360
|
-
}, undefined>, v.ObjectSchema<{
|
|
1361
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1362
|
-
}, undefined>, v.ObjectSchema<{
|
|
1363
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1364
|
-
}, undefined>], undefined>]>, {
|
|
1365
|
-
readonly end: true;
|
|
1366
|
-
}>, undefined>;
|
|
1367
|
-
}, undefined>], undefined>;
|
|
1368
|
-
}, undefined>;
|
|
1369
|
-
type SConnectOneEntityRelation = v.InferOutput<typeof SConnectOneEntityRelation>;
|
|
1370
|
-
type SDisconnectOneEntityRelationIn = v.InferInput<typeof SDisconnectOneEntityRelation>;
|
|
1371
|
-
declare const SDisconnectOneEntityRelation: v.ObjectSchema<{
|
|
1372
|
-
readonly disconnect: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1373
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1374
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1375
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1376
|
-
}, undefined>, v.ObjectSchema<{
|
|
1377
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1378
|
-
}, undefined>, v.ObjectSchema<{
|
|
1379
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1380
|
-
}, undefined>, v.ObjectSchema<{
|
|
1381
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1382
|
-
}, undefined>], undefined>]>, {
|
|
1383
|
-
readonly end: true;
|
|
1384
|
-
}>, undefined>;
|
|
1385
|
-
}, undefined>], undefined>;
|
|
1386
|
-
}, undefined>;
|
|
1387
|
-
type SDisconnectOneEntityRelation = v.InferOutput<typeof SDisconnectOneEntityRelation>;
|
|
1388
|
-
type SSetOneEntityRelationIn = v.InferInput<typeof SSetOneEntityRelation>;
|
|
1389
|
-
declare const SSetOneEntityRelation: v.ObjectSchema<{
|
|
1390
|
-
readonly set: v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, v.ObjectSchema<{
|
|
1391
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1392
|
-
readonly position: v.OptionalSchema<v.SchemaWithFallback<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ObjectSchema<{
|
|
1393
|
-
readonly before: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1394
|
-
}, undefined>, v.ObjectSchema<{
|
|
1395
|
-
readonly after: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1396
|
-
}, undefined>, v.ObjectSchema<{
|
|
1397
|
-
readonly start: v.BooleanSchema<undefined>;
|
|
1398
|
-
}, undefined>, v.ObjectSchema<{
|
|
1399
|
-
readonly end: v.BooleanSchema<undefined>;
|
|
1400
|
-
}, undefined>], undefined>]>, {
|
|
1401
|
-
readonly end: true;
|
|
1402
|
-
}>, undefined>;
|
|
1403
|
-
}, undefined>], undefined>;
|
|
1404
|
-
}, undefined>;
|
|
1405
|
-
type SSetOneEntityRelation = v.InferOutput<typeof SSetOneEntityRelation>;
|
|
1406
|
-
|
|
1407
|
-
/**
|
|
1408
|
-
* @documentation [Strapi Rest API Upload Files](https://docs.strapi.io/cms/api/rest/upload)
|
|
1409
|
-
*/
|
|
1410
|
-
|
|
1411
|
-
declare const SCreateStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
1412
|
-
readonly files: v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<any, 1, undefined>, v.MaxSizeAction<any, 10485760, "File size cannot exceed 10MB.">]>;
|
|
1413
|
-
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1414
|
-
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1415
|
-
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1416
|
-
}, undefined>;
|
|
1417
|
-
type SCreateStrapiMediaUploadDocument = v.InferOutput<typeof SCreateStrapiMediaUploadDocument>;
|
|
1418
|
-
declare const SCreateMultipleStrapiMediaUploadDocument: v.ObjectSchema<{
|
|
1419
|
-
readonly files: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.FileSchema<undefined>, v.MinSizeAction<any, 1, undefined>, v.MaxSizeAction<any, 10485760, "File size cannot exceed 10MB.">]>, undefined>, v.MinLengthAction<any[], 1, undefined>]>;
|
|
1420
|
-
readonly ref: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1421
|
-
readonly refId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1422
|
-
readonly field: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
|
|
1423
|
-
}, undefined>;
|
|
1424
|
-
type SCreateMultipleStrapiMediaUploadDocument = v.InferOutput<typeof SCreateMultipleStrapiMediaUploadDocument>;
|
|
1425
|
-
declare const SUpdateStrapiMediaFileInfo: v.ObjectSchema<{
|
|
1426
|
-
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1427
|
-
readonly alternativeText: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1428
|
-
readonly caption: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1429
|
-
}, undefined>;
|
|
1430
|
-
type SUpdateStrapiMediaFileInfo = v.InferOutput<typeof SUpdateStrapiMediaFileInfo>;
|
|
1431
|
-
|
|
1432
|
-
declare const TagSortKeys: readonly ["id", "label", "slug", "createdAt", "updatedAt"];
|
|
1433
|
-
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
1434
|
-
type QuerySortTags = v.InferOutput<typeof QuerySortTags>;
|
|
1435
|
-
declare const QueryStrapiSearchTags: v.ObjectSchema<{
|
|
1436
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1437
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1438
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1439
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1440
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "slug:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:DESC" | "label:ASC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
1441
|
-
}, undefined>;
|
|
1442
|
-
type QueryStrapiSearchTags = v.InferOutput<typeof QueryStrapiSearchTags>;
|
|
1443
|
-
declare const SCreateTagDocument: v.ObjectSchema<{
|
|
1444
|
-
readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1445
|
-
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>]>]>;
|
|
1446
|
-
}, undefined>;
|
|
1447
|
-
type SCreateTagDocument = v.InferOutput<typeof SCreateTagDocument>;
|
|
1448
|
-
declare const SUpdateTagDocument: v.ObjectSchema<{
|
|
1449
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1450
|
-
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>;
|
|
1451
|
-
}, undefined>;
|
|
1452
|
-
type SUpdateTagDocument = v.InferOutput<typeof SUpdateTagDocument>;
|
|
1453
|
-
declare const SUpdateTagDocumentRequest: v.ObjectSchema<{
|
|
1454
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1455
|
-
readonly data: v.ObjectSchema<{
|
|
1456
|
-
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1457
|
-
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>;
|
|
1458
|
-
}, undefined>;
|
|
1459
|
-
}, undefined>;
|
|
1460
|
-
type SUpdateTagDocumentRequest = v.InferOutput<typeof SUpdateTagDocumentRequest>;
|
|
1461
|
-
|
|
1462
|
-
declare const TeamMemberSortKeys: readonly ["id", "name", "order", "tier", "group", "is_employed", "createdAt", "updatedAt"];
|
|
1463
|
-
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
1464
|
-
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
1465
|
-
declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
1466
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1467
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1468
|
-
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1469
|
-
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1470
|
-
readonly order: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1471
|
-
readonly tier: v.OptionalSchema<v.PicklistSchema<["owner", "manager", "employee"], undefined>, undefined>;
|
|
1472
|
-
readonly group: v.OptionalSchema<v.PicklistSchema<["account", "media", "creative"], undefined>, undefined>;
|
|
1473
|
-
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1474
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
1475
|
-
}, undefined>;
|
|
1476
|
-
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
1477
|
-
|
|
1478
|
-
declare const TeamworkProjectHealthSelectSortOptions: readonly [{
|
|
1479
|
-
readonly label: "Name";
|
|
1480
|
-
readonly value: "name";
|
|
1481
|
-
}, {
|
|
1482
|
-
readonly label: "Health";
|
|
1483
|
-
readonly value: "health";
|
|
1484
|
-
}];
|
|
1485
|
-
type TeamworkProjectHealthSortKey = (typeof TeamworkProjectHealthSelectSortOptions)[number]["value"];
|
|
1486
|
-
declare const TeamworkProjectHealthProjectStatusOptions: readonly [{
|
|
1487
|
-
readonly label: "Active";
|
|
1488
|
-
readonly value: "active";
|
|
1489
|
-
readonly description: "Projects that are currently active";
|
|
1490
|
-
}, {
|
|
1491
|
-
readonly label: "Current";
|
|
1492
|
-
readonly value: "current";
|
|
1493
|
-
readonly description: "Projects that are currently ongoing";
|
|
1494
|
-
}, {
|
|
1495
|
-
readonly label: "Late";
|
|
1496
|
-
readonly value: "late";
|
|
1497
|
-
readonly description: "Projects that are behind schedule";
|
|
1498
|
-
}, {
|
|
1499
|
-
readonly label: "Upcoming";
|
|
1500
|
-
readonly value: "upcoming";
|
|
1501
|
-
readonly description: "Projects that are scheduled to start soon";
|
|
1502
|
-
}, {
|
|
1503
|
-
readonly label: "Completed";
|
|
1504
|
-
readonly value: "completed";
|
|
1505
|
-
readonly description: "Projects that have been completed";
|
|
1506
|
-
}, {
|
|
1507
|
-
readonly label: "Archived";
|
|
1508
|
-
readonly value: "archived";
|
|
1509
|
-
readonly description: "Projects that have been archived";
|
|
1510
|
-
}];
|
|
1511
|
-
type TeamworkProjectHealthProjectStatus = (typeof TeamworkProjectHealthProjectStatusOptions)[number]["value"];
|
|
1512
|
-
declare const QuerySortTeamworkProjectHealth: v.OptionalSchema<v.ObjectSchema<{
|
|
1513
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
1514
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
1515
|
-
}, undefined>, undefined>;
|
|
1516
|
-
type QuerySortTeamworkProjectHealth = v.InferOutput<typeof QuerySortTeamworkProjectHealth>;
|
|
1517
|
-
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
1518
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1519
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1520
|
-
readonly lastPeriodDays: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1521
|
-
readonly searchTerm: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1522
|
-
readonly excludeTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1523
|
-
readonly includeArchivedProjects: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1524
|
-
readonly projectCategoryIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1525
|
-
readonly projectCompanyIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1526
|
-
readonly projectTagIds: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1527
|
-
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1528
|
-
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
1529
|
-
readonly sort: v.OptionalSchema<v.ObjectSchema<{
|
|
1530
|
-
readonly key: v.PicklistSchema<("name" | "health")[], undefined>;
|
|
1531
|
-
readonly order: v.PicklistSchema<["ASC", "DESC"], undefined>;
|
|
1532
|
-
}, undefined>, undefined>;
|
|
1533
|
-
}, undefined>;
|
|
1534
|
-
type QueryStrapiSearchTeamworkProjectHealth = v.InferOutput<typeof QueryStrapiSearchTeamworkProjectHealth>;
|
|
1535
|
-
|
|
1536
|
-
declare const SUpdateTrendsLikes: v.ObjectSchema<{
|
|
1537
|
-
readonly documentId: v.StringSchema<undefined>;
|
|
1538
|
-
readonly likes: v.NumberSchema<undefined>;
|
|
1539
|
-
}, undefined>;
|
|
1540
|
-
type SUpdateTrendsLikes = v.InferOutput<typeof SUpdateTrendsLikes>;
|
|
1541
|
-
|
|
1542
|
-
declare const UrlRedirectSortKeys: readonly ["id", "from", "to", "status_code", "query_params", "is_active", "createdAt", "updatedAt"];
|
|
1543
|
-
declare const QuerySortUrlRedirects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], 8, undefined>]>, undefined>;
|
|
1544
|
-
type QuerySortUrlRedirects = v.InferOutput<typeof QuerySortUrlRedirects>;
|
|
1545
|
-
declare const QueryStrapiPaginatedUrlRedirects: v.ObjectSchema<{
|
|
1546
|
-
readonly page: v.SchemaWithFallback<v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>, 1>, 1>;
|
|
1547
|
-
readonly size: v.SchemaWithFallback<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, 20, undefined>]>, 1000>, 1000>;
|
|
1548
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "from:ASC" | "to:ASC" | "status_code:ASC" | "query_params:ASC" | "from:DESC" | "to:DESC" | "status_code:DESC" | "query_params:DESC")[], 8, undefined>]>, undefined>;
|
|
1549
|
-
}, undefined>;
|
|
1550
|
-
type QueryStrapiPaginatedUrlRedirects = v.InferOutput<typeof QueryStrapiPaginatedUrlRedirects>;
|
|
1551
|
-
declare const QueryStrapiUrlRedirectsByFrom: v.ObjectSchema<{
|
|
1552
|
-
readonly from: v.StringSchema<undefined>;
|
|
1553
|
-
}, undefined>;
|
|
1554
|
-
type QueryStrapiUrlRedirectsByFrom = v.InferOutput<typeof QueryStrapiUrlRedirectsByFrom>;
|
|
1555
|
-
|
|
1556
|
-
declare const SReadUserAccountById: v.ObjectSchema<{
|
|
1557
|
-
readonly id: v.NumberSchema<undefined>;
|
|
1558
|
-
}, undefined>;
|
|
1559
|
-
type SReadUserAccountById = v.InferOutput<typeof SReadUserAccountById>;
|
|
1560
|
-
declare const SReadUserAccountByDocumentId: v.ObjectSchema<{
|
|
1561
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1562
|
-
}, undefined>;
|
|
1563
|
-
type SReadUserAccountByDocumentId = v.InferOutput<typeof SReadUserAccountByDocumentId>;
|
|
1564
|
-
declare const SUpdateUserAccount: v.ObjectSchema<{
|
|
1565
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1566
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1567
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1568
|
-
readonly preferred_name: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1569
|
-
}, undefined>;
|
|
1570
|
-
type SUpdateUserAccount = v.InferOutput<typeof SUpdateUserAccount>;
|
|
1571
|
-
declare const SUpdateUserAccountFirstName: v.ObjectSchema<{
|
|
1572
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1573
|
-
readonly first_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1574
|
-
}, undefined>;
|
|
1575
|
-
type SUpdateUserAccountFirstName = v.InferOutput<typeof SUpdateUserAccountFirstName>;
|
|
1576
|
-
declare const SUpdateUserAccountLastName: v.ObjectSchema<{
|
|
1577
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1578
|
-
readonly last_name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1579
|
-
}, undefined>;
|
|
1580
|
-
type SUpdateUserAccountLastName = v.InferOutput<typeof SUpdateUserAccountLastName>;
|
|
1581
|
-
declare const SUpdateUserAccountPreferredName: v.ObjectSchema<{
|
|
1582
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1583
|
-
readonly preferred_name: v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1584
|
-
}, undefined>;
|
|
1585
|
-
type SUpdateUserAccountPreferredName = v.InferOutput<typeof SUpdateUserAccountPreferredName>;
|
|
1586
|
-
|
|
1587
|
-
declare const SUserToken: v.ObjectSchema<{
|
|
1588
|
-
readonly token: v.StringSchema<undefined>;
|
|
1589
|
-
}, undefined>;
|
|
1590
|
-
type SUserToken = v.InferOutput<typeof SUserToken>;
|
|
1591
|
-
declare const SLoginUser: v.ObjectSchema<{
|
|
1592
|
-
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1593
|
-
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1594
|
-
}, undefined>;
|
|
1595
|
-
type SLoginUser = v.InferOutput<typeof SLoginUser>;
|
|
1596
|
-
declare const SRegisterUser: v.ObjectSchema<{
|
|
1597
|
-
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1598
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1599
|
-
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1600
|
-
}, undefined>;
|
|
1601
|
-
type SRegisterUser = v.InferOutput<typeof SRegisterUser>;
|
|
1602
|
-
declare const SForgotUserPassword: v.ObjectSchema<{
|
|
1603
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1604
|
-
}, undefined>;
|
|
1605
|
-
type SForgotUserPassword = v.InferOutput<typeof SForgotUserPassword>;
|
|
1606
|
-
declare const SRequestConfirmEmail: v.ObjectSchema<{
|
|
1607
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1608
|
-
}, undefined>;
|
|
1609
|
-
type SRequestConfirmEmail = v.InferOutput<typeof SRequestConfirmEmail>;
|
|
1610
|
-
declare const SResetUserPassword: v.ObjectSchema<{
|
|
1611
|
-
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1612
|
-
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1613
|
-
readonly code: v.StringSchema<undefined>;
|
|
1614
|
-
}, undefined>;
|
|
1615
|
-
type SResetUserPassword = v.InferOutput<typeof SResetUserPassword>;
|
|
1616
|
-
declare const SChangePassword: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
1617
|
-
readonly currentPassword: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1618
|
-
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1619
|
-
readonly passwordConfirmation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1620
|
-
}, undefined>, v.BaseValidation<{
|
|
1621
|
-
currentPassword: string;
|
|
1622
|
-
password: string;
|
|
1623
|
-
passwordConfirmation: string;
|
|
1624
|
-
}, {
|
|
1625
|
-
currentPassword: string;
|
|
1626
|
-
password: string;
|
|
1627
|
-
passwordConfirmation: string;
|
|
1628
|
-
}, v.PartialCheckIssue<{
|
|
1629
|
-
password: string;
|
|
1630
|
-
passwordConfirmation: string;
|
|
1631
|
-
}>>]>;
|
|
1632
|
-
type SChangePassword = v.InferOutput<typeof SChangePassword>;
|
|
1633
|
-
declare const SAuthRawAccessToken: v.ObjectSchema<{
|
|
1634
|
-
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1635
|
-
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1636
|
-
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1637
|
-
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1638
|
-
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1639
|
-
}, undefined>;
|
|
1640
|
-
type SAuthRawAccessToken = v.InferOutput<typeof SAuthRawAccessToken>;
|
|
1641
|
-
declare const SAuthConnectProviderRedirectSearch: v.ObjectSchema<{
|
|
1642
|
-
readonly id_token: v.StringSchema<undefined>;
|
|
1643
|
-
readonly access_token: v.StringSchema<undefined>;
|
|
1644
|
-
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
1645
|
-
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1646
|
-
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1647
|
-
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1648
|
-
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1649
|
-
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1650
|
-
}, undefined>, undefined>;
|
|
1651
|
-
}, undefined>;
|
|
1652
|
-
type SAuthConnectProviderRedirectSearch = v.InferOutput<typeof SAuthConnectProviderRedirectSearch>;
|
|
1653
|
-
declare const SAuthConnectProviderConfirmation: v.ObjectSchema<{
|
|
1654
|
-
readonly provider: v.StringSchema<undefined>;
|
|
1655
|
-
readonly search: v.ObjectSchema<{
|
|
1656
|
-
readonly id_token: v.StringSchema<undefined>;
|
|
1657
|
-
readonly access_token: v.StringSchema<undefined>;
|
|
1658
|
-
readonly raw: v.OptionalSchema<v.ObjectSchema<{
|
|
1659
|
-
readonly access_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1660
|
-
readonly expires_in: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1661
|
-
readonly scope: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1662
|
-
readonly token_type: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1663
|
-
readonly id_token: v.OptionalSchema<v.StringSchema<undefined>, undefined>;
|
|
1664
|
-
}, undefined>, undefined>;
|
|
1665
|
-
}, undefined>;
|
|
1666
|
-
}, undefined>;
|
|
1667
|
-
type SAuthConnectProviderConfirmation = v.InferOutput<typeof SAuthConnectProviderConfirmation>;
|
|
1668
|
-
|
|
1669
|
-
declare const UserSortKeys: readonly ["id", "username", "email", "confirmed", "blocked", "createdAt", "updatedAt"];
|
|
1670
|
-
declare const QuerySortUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "email:ASC" | "username:ASC" | "confirmed:ASC" | "email:DESC" | "username:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "email:ASC" | "username:ASC" | "confirmed:ASC" | "email:DESC" | "username:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
|
|
1671
|
-
type QuerySortUsers = v.InferOutput<typeof QuerySortUsers>;
|
|
1672
|
-
declare const QueryStrapiUsers: v.ObjectSchema<{
|
|
1673
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1674
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1675
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "email:ASC" | "username:ASC" | "confirmed:ASC" | "email:DESC" | "username:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "email:ASC" | "username:ASC" | "confirmed:ASC" | "email:DESC" | "username:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
|
|
1676
|
-
}, undefined>;
|
|
1677
|
-
type QueryStrapiUsers = v.InferOutput<typeof QueryStrapiUsers>;
|
|
1678
|
-
declare const QueryStrapiUsersByIdentifier: v.ObjectSchema<{
|
|
1679
|
-
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1680
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1681
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1682
|
-
}, undefined>;
|
|
1683
|
-
type QueryStrapiUsersByIdentifier = v.InferOutput<typeof QueryStrapiUsersByIdentifier>;
|
|
1684
|
-
declare const SCreateUserDocument: v.ObjectSchema<{
|
|
1685
|
-
readonly username: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1686
|
-
readonly email: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 5, undefined>, v.MaxLengthAction<string, 255, undefined>, v.EmailAction<string, undefined>]>;
|
|
1687
|
-
readonly password: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1688
|
-
readonly blocked: v.BooleanSchema<undefined>;
|
|
1689
|
-
readonly confirmed: v.BooleanSchema<undefined>;
|
|
1690
|
-
readonly role: v.NumberSchema<undefined>;
|
|
1691
|
-
}, undefined>;
|
|
1692
|
-
type SCreateUserDocument = v.InferOutput<typeof SCreateUserDocument>;
|
|
1693
|
-
|
|
1694
|
-
declare const SUtmLinkBuilderPartCampaignDateOptions: readonly ["annually", "quarterly", "monthly", "on a specific date", "no date"];
|
|
1695
|
-
type SUtmLinkBuilderPartCampaignDateValue = (typeof SUtmLinkBuilderPartCampaignDateOptions)[number];
|
|
1696
|
-
type SUtmLinkBuilderTableFormInput = v.InferInput<typeof SUtmLinkBuilderTableForm>;
|
|
1697
|
-
declare const SUtmLinkBuilderTableForm: v.ObjectSchema<{
|
|
1698
|
-
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1699
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1700
|
-
readonly url_destinations: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
1701
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1702
|
-
}, undefined>, undefined>, v.MinLengthAction<{
|
|
1703
|
-
url: string;
|
|
1704
|
-
}[], 1, undefined>, v.MaxLengthAction<{
|
|
1705
|
-
url: string;
|
|
1706
|
-
}[], 100, undefined>]>;
|
|
1707
|
-
readonly sources: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 10, undefined>]>;
|
|
1708
|
-
readonly mediums: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, v.MinLengthAction<string[], 1, undefined>, v.MaxLengthAction<string[], 10, undefined>]>;
|
|
1709
|
-
readonly campaign: v.ObjectSchema<{
|
|
1710
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
|
|
1711
|
-
readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1712
|
-
readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>, v.MaxLengthAction<string[], 10, undefined>]>, undefined>;
|
|
1713
|
-
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
1714
|
-
readonly campaign_date: v.ObjectSchema<{
|
|
1715
|
-
readonly format: v.PicklistSchema<readonly ["annually", "quarterly", "monthly", "on a specific date", "no date"], undefined>;
|
|
1716
|
-
readonly value: v.ObjectSchema<{
|
|
1717
|
-
readonly year: v.NumberSchema<undefined>;
|
|
1718
|
-
readonly quarter: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1719
|
-
readonly month: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1720
|
-
readonly day: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>]>, undefined>, undefined>;
|
|
1721
|
-
}, undefined>;
|
|
1722
|
-
}, undefined>;
|
|
1723
|
-
}, undefined>;
|
|
1724
|
-
readonly contents: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1725
|
-
readonly creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
1726
|
-
readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1727
|
-
readonly creative_format_variants: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1728
|
-
}, undefined>, undefined>, v.MinLengthAction<{
|
|
1729
|
-
creative_format?: string | undefined;
|
|
1730
|
-
creative_format_variants?: string[] | undefined;
|
|
1731
|
-
}[], 1, undefined>, v.MaxLengthAction<{
|
|
1732
|
-
creative_format?: string | undefined;
|
|
1733
|
-
creative_format_variants?: string[] | undefined;
|
|
1734
|
-
}[], 10, undefined>]>, undefined>;
|
|
1735
|
-
readonly id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1736
|
-
readonly notes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
1737
|
-
}, undefined>;
|
|
1738
|
-
type SUtmLinkBuilderTableForm = v.InferOutput<typeof SUtmLinkBuilderTableForm>;
|
|
1739
|
-
|
|
1740
|
-
declare const UtmTrackingLinkSortKeys: readonly ["id", "creator", "client", "url_destination", "utm_medium", "utm_source", "utm_campaign", "utm_content", "utm_creative_format", "utm_id", "campaign_phase", "campaign_product", "campaign_targeting", "campaign_key", "creative_format", "creative_format_variants", "url", "is_active", "createdAt", "updatedAt"];
|
|
1741
|
-
declare const QuerySortUtmTrackingLinks: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "client:ASC" | "url:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "campaign_phase:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "client:DESC" | "url:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "campaign_phase:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "client:ASC" | "url:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "campaign_phase:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "client:DESC" | "url:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "campaign_phase:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC")[], 20, undefined>]>, undefined>;
|
|
1742
|
-
type QuerySortUtmTrackingLinks = v.InferOutput<typeof QuerySortUtmTrackingLinks>;
|
|
1743
|
-
declare const QueryStrapiSearchUtmTrackingLinks: v.ObjectSchema<{
|
|
1744
|
-
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
1745
|
-
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
1746
|
-
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1747
|
-
readonly creator_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1748
|
-
readonly url_destination: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>, undefined>;
|
|
1749
|
-
readonly utm_medium: 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>;
|
|
1750
|
-
readonly utm_source: 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>;
|
|
1751
|
-
readonly utm_campaign: 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>;
|
|
1752
|
-
readonly utm_content: 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>;
|
|
1753
|
-
readonly utm_creative_format: 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>;
|
|
1754
|
-
readonly utm_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>, undefined>;
|
|
1755
|
-
readonly campaign_phase: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1756
|
-
readonly campaign_product: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1757
|
-
readonly campaign_targeting: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1758
|
-
readonly campaign_key: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1759
|
-
readonly creative_format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1760
|
-
readonly creative_format_variants: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1761
|
-
readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>, undefined>;
|
|
1762
|
-
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
1763
|
-
readonly notes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1764
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "client:ASC" | "url:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "campaign_phase:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "client:DESC" | "url:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "campaign_phase:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:ASC" | "is_active:DESC" | "client:ASC" | "url:ASC" | "campaign_product:ASC" | "campaign_targeting:ASC" | "campaign_key:ASC" | "campaign_phase:ASC" | "creative_format:ASC" | "creative_format_variants:ASC" | "creator:ASC" | "url_destination:ASC" | "utm_medium:ASC" | "utm_source:ASC" | "utm_campaign:ASC" | "utm_content:ASC" | "utm_creative_format:ASC" | "utm_id:ASC" | "client:DESC" | "url:DESC" | "campaign_product:DESC" | "campaign_targeting:DESC" | "campaign_key:DESC" | "campaign_phase:DESC" | "creative_format:DESC" | "creative_format_variants:DESC" | "creator:DESC" | "url_destination:DESC" | "utm_medium:DESC" | "utm_source:DESC" | "utm_campaign:DESC" | "utm_content:DESC" | "utm_creative_format:DESC" | "utm_id:DESC")[], 20, undefined>]>, undefined>;
|
|
1765
|
-
}, undefined>;
|
|
1766
|
-
type QueryStrapiSearchUtmTrackingLinks = v.InferOutput<typeof QueryStrapiSearchUtmTrackingLinks>;
|
|
1767
|
-
declare const SCreateUtmTrackingLinkDocument: v.ObjectSchema<{
|
|
1768
|
-
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1769
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1770
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1771
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1772
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1773
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1774
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1775
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1776
|
-
readonly utm_id: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1777
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1778
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1779
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1780
|
-
readonly campaign_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>;
|
|
1781
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1782
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1783
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1784
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1785
|
-
readonly notes: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 5000, undefined>]>, undefined>, undefined>;
|
|
1786
|
-
}, undefined>;
|
|
1787
|
-
type SCreateUtmTrackingLinkDocument = v.InferOutput<typeof SCreateUtmTrackingLinkDocument>;
|
|
1788
|
-
declare const SCreateUtmTrackingLinkDocumentRequest: v.ObjectSchema<{
|
|
1789
|
-
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1790
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1791
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1792
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1793
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1794
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1795
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1796
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1797
|
-
readonly utm_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>;
|
|
1798
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1799
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1800
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1801
|
-
readonly campaign_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>;
|
|
1802
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1803
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
1804
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1805
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1806
|
-
readonly notes: 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>;
|
|
1807
|
-
}, undefined>;
|
|
1808
|
-
type SCreateUtmTrackingLinkDocumentRequest = v.InferOutput<typeof SCreateUtmTrackingLinkDocumentRequest>;
|
|
1809
|
-
declare const SCreateUtmTrackingLinkParts: v.ObjectSchema<{
|
|
1810
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1811
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1812
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1813
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1814
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1815
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1816
|
-
readonly utm_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>;
|
|
1817
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1818
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1819
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1820
|
-
readonly campaign_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>;
|
|
1821
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1822
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1823
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1824
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1825
|
-
readonly notes: 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>;
|
|
1826
|
-
}, undefined>;
|
|
1827
|
-
type SCreateUtmTrackingLinkParts = v.InferOutput<typeof SCreateUtmTrackingLinkParts>;
|
|
1828
|
-
declare const SFormCreateMultipleUtmTrackingLinkDocuments: v.ObjectSchema<{
|
|
1829
|
-
readonly creator: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1830
|
-
readonly client: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1831
|
-
readonly links: v.SchemaWithPipe<readonly [v.ArraySchema<v.ObjectSchema<{
|
|
1832
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1833
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1834
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1835
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1836
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1837
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1838
|
-
readonly utm_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>;
|
|
1839
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1840
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1841
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1842
|
-
readonly campaign_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>;
|
|
1843
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1844
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1845
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1846
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1847
|
-
readonly notes: 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>;
|
|
1848
|
-
}, undefined>, undefined>, v.MinLengthAction<{
|
|
1849
|
-
url_destination: string;
|
|
1850
|
-
utm_source: string;
|
|
1851
|
-
utm_medium: string;
|
|
1852
|
-
utm_campaign: string;
|
|
1853
|
-
utm_content?: string | null | undefined;
|
|
1854
|
-
utm_creative_format?: string | null | undefined;
|
|
1855
|
-
utm_id?: string | null | undefined;
|
|
1856
|
-
campaign_phase: string;
|
|
1857
|
-
campaign_product?: string | null | undefined;
|
|
1858
|
-
campaign_targeting?: string | null | undefined;
|
|
1859
|
-
campaign_key?: string | undefined;
|
|
1860
|
-
creative_format?: string | null | undefined;
|
|
1861
|
-
creative_format_variants?: string | null | undefined;
|
|
1862
|
-
url: string;
|
|
1863
|
-
is_active: boolean;
|
|
1864
|
-
notes?: string | null | undefined;
|
|
1865
|
-
}[], 1, undefined>, v.MaxLengthAction<{
|
|
1866
|
-
url_destination: string;
|
|
1867
|
-
utm_source: string;
|
|
1868
|
-
utm_medium: string;
|
|
1869
|
-
utm_campaign: string;
|
|
1870
|
-
utm_content?: string | null | undefined;
|
|
1871
|
-
utm_creative_format?: string | null | undefined;
|
|
1872
|
-
utm_id?: string | null | undefined;
|
|
1873
|
-
campaign_phase: string;
|
|
1874
|
-
campaign_product?: string | null | undefined;
|
|
1875
|
-
campaign_targeting?: string | null | undefined;
|
|
1876
|
-
campaign_key?: string | undefined;
|
|
1877
|
-
creative_format?: string | null | undefined;
|
|
1878
|
-
creative_format_variants?: string | null | undefined;
|
|
1879
|
-
url: string;
|
|
1880
|
-
is_active: boolean;
|
|
1881
|
-
notes?: string | null | undefined;
|
|
1882
|
-
}[], 100, undefined>]>;
|
|
1883
|
-
}, undefined>;
|
|
1884
|
-
type SFormCreateMultipleUtmTrackingLinkDocuments = v.InferInput<typeof SFormCreateMultipleUtmTrackingLinkDocuments>;
|
|
1885
|
-
declare const SReadUtmTrackingLinkDocumentByUrl: v.ObjectSchema<{
|
|
1886
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1887
|
-
}, undefined>;
|
|
1888
|
-
type SReadUtmTrackingLinkDocumentByUrl = v.InferOutput<typeof SReadUtmTrackingLinkDocumentByUrl>;
|
|
1889
|
-
declare const SUpdateUtmTrackingLinkDocument: v.ObjectSchema<{
|
|
1890
|
-
readonly creator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1891
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1892
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1893
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1894
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1895
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1896
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1897
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1898
|
-
readonly utm_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>;
|
|
1899
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1900
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1901
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1902
|
-
readonly campaign_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>;
|
|
1903
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1904
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1905
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1906
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1907
|
-
readonly notes: 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>;
|
|
1908
|
-
}, undefined>;
|
|
1909
|
-
type SUpdateUtmTrackingLinkDocument = v.InferOutput<typeof SUpdateUtmTrackingLinkDocument>;
|
|
1910
|
-
declare const SUpdateUtmTrackingLinkDocumentRequest: v.ObjectSchema<{
|
|
1911
|
-
readonly documentId: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1912
|
-
readonly data: v.ObjectSchema<{
|
|
1913
|
-
readonly creator: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1914
|
-
readonly client: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
1915
|
-
readonly url_destination: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please remove any query parameters from the URL.">]>;
|
|
1916
|
-
readonly utm_source: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1917
|
-
readonly utm_medium: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1918
|
-
readonly utm_campaign: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>, v.RegexAction<string, string>]>;
|
|
1919
|
-
readonly utm_content: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1920
|
-
readonly utm_creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1921
|
-
readonly utm_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>;
|
|
1922
|
-
readonly campaign_phase: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
1923
|
-
readonly campaign_product: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1924
|
-
readonly campaign_targeting: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1925
|
-
readonly campaign_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>;
|
|
1926
|
-
readonly creative_format: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
1927
|
-
readonly creative_format_variants: v.OptionalSchema<v.NullableSchema<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.TransformAction<string[], string>]>, undefined>, undefined>;
|
|
1928
|
-
readonly url: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, "Please enter a valid URL.">, v.CheckAction<string, "Please enter a valid URL with UTM parameters.">]>;
|
|
1929
|
-
readonly is_active: v.BooleanSchema<undefined>;
|
|
1930
|
-
readonly notes: 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>;
|
|
1931
|
-
}, undefined>;
|
|
1932
|
-
}, undefined>;
|
|
1933
|
-
type SUpdateUtmTrackingLinkDocumentRequest = v.InferOutput<typeof SUpdateUtmTrackingLinkDocumentRequest>;
|
|
1934
|
-
|
|
1935
|
-
export { BlogPostSortKeys, CategorySortKeys, ClientContentPillarSortKeys, ClientMediaPlatformContentTypeSortKeys, ClientMediaPlatformSortKeys, ClientProjectSortKeys, ClientReportSortKeys, ClientSortKeys, ClientStyleguideSortKeys, ClientUserSortKeys, ContentPillarSortKeys, EntitySortKeys, GCFlyTourSnapSortKeys, GCFlyTourSortKeys, MediaContentTypeSortKeys, MediaPlatformSortKeys, MondayWorkspaceSortKeys, QueryFilterStrapiComments, QuerySortBlogPosts, QuerySortCategories, QuerySortClientContentPillars, QuerySortClientMediaPlatformContentTypes, QuerySortClientMediaPlatforms, QuerySortClientProjects, QuerySortClientReports, QuerySortClientStyleguides, QuerySortClientUsers, QuerySortClients, QuerySortContentPillars, QuerySortEntities, QuerySortGCFlyTourSnaps, QuerySortGCFlyTours, QuerySortMediaContentType, QuerySortMediaPlatforms, QuerySortMondayWorkspaces, QuerySortStrapiComments, QuerySortTags, QuerySortTeamMembers, QuerySortTeamworkProjectHealth, QuerySortUrlRedirects, QuerySortUsers, QuerySortUtmTrackingLinks, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiCommentsFlat, QueryStrapiCommentsInHeirarchy, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchCategories, QueryStrapiSearchClientContentPillars, QueryStrapiSearchClientMediaPlatformContentTypes, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchContentPillars, QueryStrapiSearchGCFlyTourSnaps, QueryStrapiSearchGCFlyTours, QueryStrapiSearchMediaContentTypes, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchMondayWorkspaces, QueryStrapiSearchTags, QueryStrapiSearchTeamMembers, QueryStrapiSearchTeamworkProjectHealth, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, SAssociateClientMediaPlatformContentTypesToMediaContentType, SAssociateClientToClientProjectDocument, SAssociateClientsToGCFlyTour, SAssociateGcFlyTourSnapsToGCFlyTour, SAssociateMediaContentTypesToClientMediaPlatform, SAssociateMediaContentTypesToMediaPlatform, SAssociateMediaPlatformsToMediaContentType, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, type SConnectManyEntityRelationIn, SConnectOneEntityRelation, type SConnectOneEntityRelationIn, SCreateCategoryDocument, SCreateClientContentPillarDocument, SCreateClientDocument, SCreateClientMediaPlatformContentTypeDocument, SCreateClientMediaPlatformDocument, SCreateClientProjectDocument, SCreateClientReportDocument, SCreateClientStyleguideDocument, SCreateClientUserDocument, SCreateCommentDocument, SCreateContentPillarDocument, SCreateGCFlyTourDocument, SCreateGCFlyTourSnapDocument, SCreateLeadDocument, SCreateMediaContentTypeDocument, SCreateMediaPlatformDocument, SCreateMondayWorkspaceDocument, SCreateMultipleStrapiMediaUploadDocument, SCreateNewsletterSignup, SCreateNewsletterSignupDocument, SCreateResume, SCreateResumeInfo, SCreateResumeInfoDocument, SCreateStrapiMediaUploadDocument, SCreateTagDocument, SCreateUserDocument, SCreateUtmTrackingLinkDocument, SCreateUtmTrackingLinkDocumentRequest, SCreateUtmTrackingLinkParts, SDeleteCommentDocument, SDisconnectManyEntityRelation, type SDisconnectManyEntityRelationIn, SDisconnectOneEntityRelation, type SDisconnectOneEntityRelationIn, SEntityRelation, type SEntityRelationIn, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, type SEntityRelationPositionIn, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SReportCommentDocument, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, type SSetManyEntityRelationIn, SSetOneEntityRelation, type SSetOneEntityRelationIn, 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, SUpdateMondayWorkspaceDocument, SUpdateMondayWorkspaceDocumentRequest, SUpdateNewsletterSignupDocument, SUpdateNewsletterSignupRequest, SUpdateResumeInfo, SUpdateResumeInfoDocument, SUpdateResumeInfoRequest, SUpdateStrapiMediaFileInfo, SUpdateTagDocument, SUpdateTagDocumentRequest, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, type SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, type SUtmLinkBuilderTableFormInput, SVerifyClientUserDocument, SharpSpringSignUpToDownload, StrapiCommentSortKeys, TagSortKeys, TeamMemberSortKeys, type TeamworkProjectHealthProjectStatus, TeamworkProjectHealthProjectStatusOptions, TeamworkProjectHealthSelectSortOptions, type TeamworkProjectHealthSortKey, UrlRedirectSortKeys, UserSortKeys, UtmTrackingLinkSortKeys, VIntegerNullable, VNumberNullable, VPage, VSize, VString, VStringEmail, VStringLong, VStringLongNullable, VStringMax, VStringMaxRegex, VStringMinMax, VStringMinMaxRegex, VStringPhone, VStringPhoneNullable, VStringShort, VStringShortNullable, VStringSlug, VStringUrl, VStringUrlNoUtm, VStringUrlNullable, VStringUrlUtm, checkIsValidUrlList };
|
|
1
|
+
import { $ as TeamworkProjectHealthSelectSortOptions, $n as GCFlyTourSnapSortKeys, $r as QuerySortClientMediaPlatforms, $t as VStringUrlNullable, A as SAuthRawAccessToken, An as SCreateMediaContentTypeDocument, Ar as SUpdateClientUserDocument, At as SSetManyEntityRelationIn, B as SUpdateUserAccount, Bn as QueryStrapiById, Br as QuerySortClientReports, Bt as VStringLong, C as QuerySortUsers, Ci as BlogPostSortKeys, Cn as SUpdateMediaPlatformDocument, Cr as SCreateClientDocument, Ct as SEntityRelationPosition, D as UserSortKeys, Dn as QueryStrapiSearchMediaContentTypes, Dr as QuerySortClientUsers, Dt as SEntityRelationPositionIn, E as SCreateUserDocument, Ei as QueryStrapiSearchBlogPostsBySlug, En as QuerySortMediaContentType, Er as ClientUserSortKeys, Et as SEntityRelationPositionEnd, F as SRequestConfirmEmail, Fn as SUpdateLeadRequest, Fr as QueryStrapiSearchClientStyleguide, Ft as VNumberNullable, G as QueryStrapiPaginatedUrlRedirects, Gn as GCFlyTourSortKeys, Gr as ClientProjectSortKeys, Gt as VStringMinMaxRegex, H as SUpdateUserAccountLastName, Hn as QueryStrapiByPhone, Hr as SCreateClientReportDocument, Ht as VStringMax, I as SResetUserPassword, In as EntitySortKeys, Ir as SCreateClientStyleguideDocument, It as VPage, J as SUpdateTrendsLikes, Jn as SAssociateClientsToGCFlyTour, Jr as SAssociateClientToClientProjectDocument, Jt as VStringShort, K as QueryStrapiUrlRedirectsByFrom, Kn as QuerySortGCFlyTours, Kr as QuerySortClientProjects, Kt as VStringPhone, L as SUserToken, Ln as QuerySortEntities, Lr as SUpdateClientStyleguideDocument, Lt as VSize, M as SForgotUserPassword, Mn as SUpdateMediaContentTypeDocumentRequest, Mr as SVerifyClientUserDocument, Mt as SSetOneEntityRelationIn, N as SLoginUser, Nn as SCreateLeadDocument, Nr as ClientStyleguideSortKeys, Nt as SharpSpringSignUpToDownload, O as SAuthConnectProviderConfirmation, On as SAssociateClientMediaPlatformContentTypesToMediaContentType, Or as SCreateClientUserDocument, Ot as SEntityRelationPositionStart, P as SRegisterUser, Pn as SUpdateLeadDocument, Pr as QuerySortClientStyleguides, Pt as VIntegerNullable, Q as TeamworkProjectHealthProjectStatusOptions, Qn as SUpdateGCFlyTourDocumentRequest, Qr as ClientMediaPlatformSortKeys, Qt as VStringUrlNoUtm, R as SReadUserAccountByDocumentId, Rn as QueryStrapiByDocumentId, Rr as SUpdateClientStyleguideDocumentRequest, Rt as VString, S as SUtmLinkBuilderTableFormInput, Si as SUpdateCategoryDocumentRequest, Sn as SCreateMediaPlatformDocument, Sr as QueryStrapiSearchClients, St as SEntityRelationIn, T as QueryStrapiUsersByIdentifier, Ti as QueryStrapiSearchBlogPosts, Tn as MediaContentTypeSortKeys, Tr as SUpdateClientDocumentRequest, Tt as SEntityRelationPositionBefore, U as SUpdateUserAccountPreferredName, Un as QueryStrapiBySlug, Ur as SUpdateClientReportDocument, Ut as VStringMaxRegex, V as SUpdateUserAccountFirstName, Vn as QueryStrapiByName, Vr as QueryStrapiSearchClientReports, Vt as VStringLongNullable, W as QuerySortUrlRedirects, Wn as QueryStrapiPaginated, Wr as SUpdateClientReportDocumentRequest, Wt as VStringMinMax, X as QueryStrapiSearchTeamworkProjectHealth, Xn as SCreateGCFlyTourDocument, Xr as SUpdateClientProjectDocument, Xt as VStringSlug, Y as QuerySortTeamworkProjectHealth, Yn as SAssociateGcFlyTourSnapsToGCFlyTour, Yr as SCreateClientProjectDocument, Yt as VStringShortNullable, Z as TeamworkProjectHealthProjectStatus, Zn as SUpdateGCFlyTourDocument, Zr as SUpdateClientProjectDocumentRequest, Zt as VStringUrl, _ as SUpdateUtmTrackingLinkDocumentRequest, _i as CategorySortKeys, _n as SUpdateMondayWorkspaceDocumentRequest, _r as SReportCommentDocument, _t as SDisconnectManyEntityRelation, ai as ClientMediaPlatformContentTypeSortKeys, an as SUpdateResumeInfoDocument, ar as ContentPillarSortKeys, at as QueryStrapiSearchTags, b as SUtmLinkBuilderPartCampaignDateValue, bi as SCreateCategoryDocument, bn as QueryStrapiSearchMediaPlatforms, br as ClientSortKeys, bt as SDisconnectOneEntityRelationIn, ci as SCreateClientMediaPlatformContentTypeDocument, cn as SCreateNewsletterSignup, cr as SCreateContentPillarDocument, ct as SUpdateTagDocumentRequest, d as SCreateUtmTrackingLinkDocument, di as ClientContentPillarSortKeys, dn as SUpdateNewsletterSignupRequest, dr as QueryFilterStrapiComments, dt as SCreateStrapiMediaUploadDocument, ei as QueryStrapiSearchClientMediaPlatforms, en as VStringUrlUtm, er as QuerySortGCFlyTourSnaps, et as TeamworkProjectHealthSortKey, f as SCreateUtmTrackingLinkDocumentRequest, fi as QuerySortClientContentPillars, fn as MondayWorkspaceSortKeys, fr as QuerySortStrapiComments, ft as SUpdateStrapiMediaFileInfo, g as SUpdateUtmTrackingLinkDocument, gi as SUpdateClientContentPillarDocumentRequest, gn as SUpdateMondayWorkspaceDocument, gr as SDeleteCommentDocument, gt as SConnectOneEntityRelationIn, h as SReadUtmTrackingLinkDocumentByUrl, hi as SUpdateClientContentPillarDocument, hn as SCreateMondayWorkspaceDocument, hr as SCreateCommentDocument, ht as SConnectOneEntityRelation, ii as SUpdateClientMediaPlatformDocumentRequest, in as SUpdateResumeInfo, ir as SUpdateGCFlyTourSnapDocumentRequest, it as QuerySortTags, j as SChangePassword, jn as SUpdateMediaContentTypeDocument, jr as SUpdateClientUserDocumentRequest, jt as SSetOneEntityRelation, k as SAuthConnectProviderRedirectSearch, kn as SAssociateMediaPlatformsToMediaContentType, kr as SQueryListClientUserDocuments, kt as SSetManyEntityRelation, l as QuerySortUtmTrackingLinks, li as SUpdateClientMediaPlatformContentTypeDocument, ln as SCreateNewsletterSignupDocument, lr as SUpdateContentPillarDocument, lt as TagSortKeys, m as SFormCreateMultipleUtmTrackingLinkDocuments, mi as SCreateClientContentPillarDocument, mn as QueryStrapiSearchMondayWorkspaces, mr as QueryStrapiCommentsInHeirarchy, mt as SConnectManyEntityRelationIn, ni as SCreateClientMediaPlatformDocument, nn as SCreateResumeInfo, nr as SCreateGCFlyTourSnapDocument, nt as QueryStrapiSearchTeamMembers, oi as QuerySortClientMediaPlatformContentTypes, on as SUpdateResumeInfoRequest, or as QuerySortContentPillars, ot as SCreateTagDocument, p as SCreateUtmTrackingLinkParts, pi as QueryStrapiSearchClientContentPillars, pn as QuerySortMondayWorkspaces, pr as QueryStrapiCommentsFlat, pt as SConnectManyEntityRelation, q as UrlRedirectSortKeys, qn as QueryStrapiSearchGCFlyTours, qr as QueryStrapiSearchClientProjects, qt as VStringPhoneNullable, ri as SUpdateClientMediaPlatformDocument, rn as SCreateResumeInfoDocument, rr as SUpdateGCFlyTourSnapDocument, rt as TeamMemberSortKeys, si as QueryStrapiSearchClientMediaPlatformContentTypes, sn as checkIsValidUrlList, sr as QueryStrapiSearchContentPillars, st as SUpdateTagDocument, ti as SAssociateMediaContentTypesToClientMediaPlatform, tn as SCreateResume, tr as QueryStrapiSearchGCFlyTourSnaps, tt as QuerySortTeamMembers, u as QueryStrapiSearchUtmTrackingLinks, ui as SUpdateClientMediaPlatformContentTypeDocumentRequest, un as SUpdateNewsletterSignupDocument, ur as SUpdateContentPillarDocumentRequest, ut as SCreateMultipleStrapiMediaUploadDocument, v as UtmTrackingLinkSortKeys, vi as QuerySortCategories, vn as MediaPlatformSortKeys, vr as SUpdateCommentDocument, vt as SDisconnectManyEntityRelationIn, w as QueryStrapiUsers, wi as QuerySortBlogPosts, wn as SUpdateMediaPlatformDocumentRequest, wr as SUpdateClientDocument, wt as SEntityRelationPositionAfter, x as SUtmLinkBuilderTableForm, xi as SUpdateCategoryDocument, xn as SAssociateMediaContentTypesToMediaPlatform, xr as QuerySortClients, xt as SEntityRelation, y as SUtmLinkBuilderPartCampaignDateOptions, yi as QueryStrapiSearchCategories, yn as QuerySortMediaPlatforms, yr as StrapiCommentSortKeys, yt as SDisconnectOneEntityRelation, z as SReadUserAccountById, zn as QueryStrapiByEmail, zr as ClientReportSortKeys, zt as VStringEmail } from "./index-CQtazKyX.cjs";
|
|
2
|
+
export { BlogPostSortKeys, CategorySortKeys, ClientContentPillarSortKeys, ClientMediaPlatformContentTypeSortKeys, ClientMediaPlatformSortKeys, ClientProjectSortKeys, ClientReportSortKeys, ClientSortKeys, ClientStyleguideSortKeys, ClientUserSortKeys, ContentPillarSortKeys, EntitySortKeys, GCFlyTourSnapSortKeys, GCFlyTourSortKeys, MediaContentTypeSortKeys, MediaPlatformSortKeys, MondayWorkspaceSortKeys, QueryFilterStrapiComments, QuerySortBlogPosts, QuerySortCategories, QuerySortClientContentPillars, QuerySortClientMediaPlatformContentTypes, QuerySortClientMediaPlatforms, QuerySortClientProjects, QuerySortClientReports, QuerySortClientStyleguides, QuerySortClientUsers, QuerySortClients, QuerySortContentPillars, QuerySortEntities, QuerySortGCFlyTourSnaps, QuerySortGCFlyTours, QuerySortMediaContentType, QuerySortMediaPlatforms, QuerySortMondayWorkspaces, QuerySortStrapiComments, QuerySortTags, QuerySortTeamMembers, QuerySortTeamworkProjectHealth, QuerySortUrlRedirects, QuerySortUsers, QuerySortUtmTrackingLinks, QueryStrapiByDocumentId, QueryStrapiByEmail, QueryStrapiById, QueryStrapiByName, QueryStrapiByPhone, QueryStrapiBySlug, QueryStrapiCommentsFlat, QueryStrapiCommentsInHeirarchy, QueryStrapiPaginated, QueryStrapiPaginatedUrlRedirects, QueryStrapiSearchBlogPosts, QueryStrapiSearchBlogPostsBySlug, QueryStrapiSearchCategories, QueryStrapiSearchClientContentPillars, QueryStrapiSearchClientMediaPlatformContentTypes, QueryStrapiSearchClientMediaPlatforms, QueryStrapiSearchClientProjects, QueryStrapiSearchClientReports, QueryStrapiSearchClientStyleguide, QueryStrapiSearchClients, QueryStrapiSearchContentPillars, QueryStrapiSearchGCFlyTourSnaps, QueryStrapiSearchGCFlyTours, QueryStrapiSearchMediaContentTypes, QueryStrapiSearchMediaPlatforms, QueryStrapiSearchMondayWorkspaces, QueryStrapiSearchTags, QueryStrapiSearchTeamMembers, QueryStrapiSearchTeamworkProjectHealth, QueryStrapiSearchUtmTrackingLinks, QueryStrapiUrlRedirectsByFrom, QueryStrapiUsers, QueryStrapiUsersByIdentifier, SAssociateClientMediaPlatformContentTypesToMediaContentType, SAssociateClientToClientProjectDocument, SAssociateClientsToGCFlyTour, SAssociateGcFlyTourSnapsToGCFlyTour, SAssociateMediaContentTypesToClientMediaPlatform, SAssociateMediaContentTypesToMediaPlatform, SAssociateMediaPlatformsToMediaContentType, SAuthConnectProviderConfirmation, SAuthConnectProviderRedirectSearch, SAuthRawAccessToken, SChangePassword, SConnectManyEntityRelation, SConnectManyEntityRelationIn, SConnectOneEntityRelation, SConnectOneEntityRelationIn, SCreateCategoryDocument, SCreateClientContentPillarDocument, SCreateClientDocument, SCreateClientMediaPlatformContentTypeDocument, SCreateClientMediaPlatformDocument, SCreateClientProjectDocument, SCreateClientReportDocument, SCreateClientStyleguideDocument, SCreateClientUserDocument, SCreateCommentDocument, SCreateContentPillarDocument, SCreateGCFlyTourDocument, SCreateGCFlyTourSnapDocument, SCreateLeadDocument, SCreateMediaContentTypeDocument, SCreateMediaPlatformDocument, SCreateMondayWorkspaceDocument, SCreateMultipleStrapiMediaUploadDocument, SCreateNewsletterSignup, SCreateNewsletterSignupDocument, SCreateResume, SCreateResumeInfo, SCreateResumeInfoDocument, SCreateStrapiMediaUploadDocument, SCreateTagDocument, SCreateUserDocument, SCreateUtmTrackingLinkDocument, SCreateUtmTrackingLinkDocumentRequest, SCreateUtmTrackingLinkParts, SDeleteCommentDocument, SDisconnectManyEntityRelation, SDisconnectManyEntityRelationIn, SDisconnectOneEntityRelation, SDisconnectOneEntityRelationIn, SEntityRelation, SEntityRelationIn, SEntityRelationPosition, SEntityRelationPositionAfter, SEntityRelationPositionBefore, SEntityRelationPositionEnd, SEntityRelationPositionIn, SEntityRelationPositionStart, SForgotUserPassword, SFormCreateMultipleUtmTrackingLinkDocuments, SLoginUser, SQueryListClientUserDocuments, SReadUserAccountByDocumentId, SReadUserAccountById, SReadUtmTrackingLinkDocumentByUrl, SRegisterUser, SReportCommentDocument, SRequestConfirmEmail, SResetUserPassword, SSetManyEntityRelation, SSetManyEntityRelationIn, SSetOneEntityRelation, SSetOneEntityRelationIn, 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, SUpdateMondayWorkspaceDocument, SUpdateMondayWorkspaceDocumentRequest, SUpdateNewsletterSignupDocument, SUpdateNewsletterSignupRequest, SUpdateResumeInfo, SUpdateResumeInfoDocument, SUpdateResumeInfoRequest, SUpdateStrapiMediaFileInfo, SUpdateTagDocument, SUpdateTagDocumentRequest, SUpdateTrendsLikes, SUpdateUserAccount, SUpdateUserAccountFirstName, SUpdateUserAccountLastName, SUpdateUserAccountPreferredName, SUpdateUtmTrackingLinkDocument, SUpdateUtmTrackingLinkDocumentRequest, SUserToken, SUtmLinkBuilderPartCampaignDateOptions, SUtmLinkBuilderPartCampaignDateValue, SUtmLinkBuilderTableForm, SUtmLinkBuilderTableFormInput, SVerifyClientUserDocument, SharpSpringSignUpToDownload, StrapiCommentSortKeys, TagSortKeys, TeamMemberSortKeys, TeamworkProjectHealthProjectStatus, TeamworkProjectHealthProjectStatusOptions, TeamworkProjectHealthSelectSortOptions, TeamworkProjectHealthSortKey, UrlRedirectSortKeys, UserSortKeys, UtmTrackingLinkSortKeys, VIntegerNullable, VNumberNullable, VPage, VSize, VString, VStringEmail, VStringLong, VStringLongNullable, VStringMax, VStringMaxRegex, VStringMinMax, VStringMinMaxRegex, VStringPhone, VStringPhoneNullable, VStringShort, VStringShortNullable, VStringSlug, VStringUrl, VStringUrlNoUtm, VStringUrlNullable, VStringUrlUtm, checkIsValidUrlList };
|