@getcommunity/gc-validators 0.0.271-alpha.3 → 0.0.271-alpha.4
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/entities/audit-log/index.d.cts +2 -2
- package/dist/entities/audit-log/index.d.mts +2 -2
- package/dist/entities/blog-post/index.d.cts +3 -3
- package/dist/entities/blog-post/index.d.mts +3 -3
- package/dist/entities/category/index.d.cts +2 -2
- package/dist/entities/category/index.d.mts +2 -2
- package/dist/entities/client-project/index.d.cts +2 -2
- package/dist/entities/client-project/index.d.mts +2 -2
- package/dist/entities/content-pillar/index.d.cts +2 -2
- package/dist/entities/content-pillar/index.d.mts +2 -2
- package/dist/entities/formatter/index.d.cts +5 -5
- package/dist/entities/formatter/index.d.mts +5 -5
- package/dist/entities/gcflytour/index.d.cts +2 -2
- package/dist/entities/gcflytour/index.d.mts +2 -2
- package/dist/entities/gcflytour-snap/index.d.cts +2 -2
- package/dist/entities/gcflytour-snap/index.d.mts +2 -2
- package/dist/entities/media-content-type/index.d.cts +2 -2
- package/dist/entities/media-content-type/index.d.mts +2 -2
- package/dist/entities/media-creative-format/index.d.cts +2 -2
- package/dist/entities/media-creative-format/index.d.mts +2 -2
- package/dist/entities/media-medium/index.d.cts +2 -2
- package/dist/entities/media-medium/index.d.mts +2 -2
- package/dist/entities/media-platform/index.d.cts +2 -2
- package/dist/entities/media-platform/index.d.mts +2 -2
- package/dist/entities/tag/index.d.cts +2 -2
- package/dist/entities/tag/index.d.mts +2 -2
- package/dist/entities/team-member/index.d.cts +2 -2
- package/dist/entities/team-member/index.d.mts +2 -2
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ declare const AuditLogDocument: v.ObjectSchema<{
|
|
|
35
35
|
type AuditLogDocument = v.InferOutput<typeof AuditLogDocument>;
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/entities/audit-log/fields.d.ts
|
|
38
|
-
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "
|
|
38
|
+
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], 18, undefined>]>, undefined>;
|
|
39
39
|
type QuerySortAuditLogs = v.InferOutput<typeof QuerySortAuditLogs>;
|
|
40
40
|
declare const AuditLogMethod: v.PicklistSchema<readonly ["GET", "POST", "PUT", "PATCH", "DELETE", "UNKNOWN"], undefined>;
|
|
41
41
|
type AuditLogMethod = v.InferOutput<typeof AuditLogMethod>;
|
|
@@ -127,7 +127,7 @@ declare const QueryStrapiSearchAuditLogs: v.ObjectSchema<{
|
|
|
127
127
|
readonly entity_content_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
128
128
|
readonly entity_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
129
129
|
readonly entity_label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
130
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "
|
|
130
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], 18, undefined>]>, undefined>;
|
|
131
131
|
}, undefined>;
|
|
132
132
|
type QueryStrapiSearchAuditLogs = v.InferOutput<typeof QueryStrapiSearchAuditLogs>;
|
|
133
133
|
//#endregion
|
|
@@ -35,7 +35,7 @@ declare const AuditLogDocument: v.ObjectSchema<{
|
|
|
35
35
|
type AuditLogDocument = v.InferOutput<typeof AuditLogDocument>;
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/entities/audit-log/fields.d.ts
|
|
38
|
-
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "
|
|
38
|
+
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], 18, undefined>]>, undefined>;
|
|
39
39
|
type QuerySortAuditLogs = v.InferOutput<typeof QuerySortAuditLogs>;
|
|
40
40
|
declare const AuditLogMethod: v.PicklistSchema<readonly ["GET", "POST", "PUT", "PATCH", "DELETE", "UNKNOWN"], undefined>;
|
|
41
41
|
type AuditLogMethod = v.InferOutput<typeof AuditLogMethod>;
|
|
@@ -127,7 +127,7 @@ declare const QueryStrapiSearchAuditLogs: v.ObjectSchema<{
|
|
|
127
127
|
readonly entity_content_type: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
128
128
|
readonly entity_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
129
129
|
readonly entity_label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
130
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "
|
|
130
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:ASC" | "url:DESC" | "path:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_id:ASC" | "entity_label:ASC" | "method:ASC" | "actor_type:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "path:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_id:DESC" | "entity_label:DESC" | "method:DESC" | "actor_type:DESC" | "entity_action:DESC" | "entity_content_type:DESC")[], 18, undefined>]>, undefined>;
|
|
131
131
|
}, undefined>;
|
|
132
132
|
type QueryStrapiSearchAuditLogs = v.InferOutput<typeof QueryStrapiSearchAuditLogs>;
|
|
133
133
|
//#endregion
|
|
@@ -256,7 +256,7 @@ declare const BlogPostDocument: v.ObjectSchema<{
|
|
|
256
256
|
type BlogPostDocument = v.InferOutput<typeof BlogPostDocument>;
|
|
257
257
|
//#endregion
|
|
258
258
|
//#region src/entities/blog-post/fields.d.ts
|
|
259
|
-
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
259
|
+
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
260
260
|
type QuerySortBlogPosts = v.InferOutput<typeof QuerySortBlogPosts>;
|
|
261
261
|
declare const BlogPostLayout: v.PicklistSchema<readonly ["main-aside", "center-column"], undefined>;
|
|
262
262
|
type BlogPostLayout = v.InferOutput<typeof BlogPostLayout>;
|
|
@@ -904,13 +904,13 @@ declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
|
|
|
904
904
|
readonly category: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
905
905
|
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>;
|
|
906
906
|
readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, undefined>;
|
|
907
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
907
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
908
908
|
}, undefined>;
|
|
909
909
|
type QueryStrapiSearchBlogPosts = v.InferOutput<typeof QueryStrapiSearchBlogPosts>;
|
|
910
910
|
declare const QueryStrapiSearchBlogPostsBySlug: v.ObjectSchema<{
|
|
911
911
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
912
912
|
readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, "published">;
|
|
913
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
913
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
914
914
|
}, undefined>;
|
|
915
915
|
type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBlogPostsBySlug>;
|
|
916
916
|
//#endregion
|
|
@@ -256,7 +256,7 @@ declare const BlogPostDocument: v.ObjectSchema<{
|
|
|
256
256
|
type BlogPostDocument = v.InferOutput<typeof BlogPostDocument>;
|
|
257
257
|
//#endregion
|
|
258
258
|
//#region src/entities/blog-post/fields.d.ts
|
|
259
|
-
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
259
|
+
declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
260
260
|
type QuerySortBlogPosts = v.InferOutput<typeof QuerySortBlogPosts>;
|
|
261
261
|
declare const BlogPostLayout: v.PicklistSchema<readonly ["main-aside", "center-column"], undefined>;
|
|
262
262
|
type BlogPostLayout = v.InferOutput<typeof BlogPostLayout>;
|
|
@@ -904,13 +904,13 @@ declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
|
|
|
904
904
|
readonly category: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
905
905
|
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>;
|
|
906
906
|
readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, undefined>;
|
|
907
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
907
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
908
908
|
}, undefined>;
|
|
909
909
|
type QueryStrapiSearchBlogPosts = v.InferOutput<typeof QueryStrapiSearchBlogPosts>;
|
|
910
910
|
declare const QueryStrapiSearchBlogPostsBySlug: v.ObjectSchema<{
|
|
911
911
|
readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
912
912
|
readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, "published">;
|
|
913
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
913
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_featured:ASC" | "is_featured:DESC" | "published:ASC" | "is_live:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
|
|
914
914
|
}, undefined>;
|
|
915
915
|
type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBlogPostsBySlug>;
|
|
916
916
|
//#endregion
|
|
@@ -264,7 +264,7 @@ declare const CategoryDocument: v.ObjectSchema<{
|
|
|
264
264
|
type CategoryDocument = v.InferOutput<typeof CategoryDocument>;
|
|
265
265
|
//#endregion
|
|
266
266
|
//#region src/entities/category/fields.d.ts
|
|
267
|
-
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
267
|
+
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
268
268
|
type QuerySortCategories = v.InferOutput<typeof QuerySortCategories>;
|
|
269
269
|
//#endregion
|
|
270
270
|
//#region src/entities/category/mutation.d.ts
|
|
@@ -293,7 +293,7 @@ declare const QueryStrapiSearchCategories: v.ObjectSchema<{
|
|
|
293
293
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
294
294
|
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
295
295
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
296
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
296
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
297
297
|
}, undefined>;
|
|
298
298
|
type QueryStrapiSearchCategories = v.InferOutput<typeof QueryStrapiSearchCategories>;
|
|
299
299
|
//#endregion
|
|
@@ -264,7 +264,7 @@ declare const CategoryDocument: v.ObjectSchema<{
|
|
|
264
264
|
type CategoryDocument = v.InferOutput<typeof CategoryDocument>;
|
|
265
265
|
//#endregion
|
|
266
266
|
//#region src/entities/category/fields.d.ts
|
|
267
|
-
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
267
|
+
declare const QuerySortCategories: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
268
268
|
type QuerySortCategories = v.InferOutput<typeof QuerySortCategories>;
|
|
269
269
|
//#endregion
|
|
270
270
|
//#region src/entities/category/mutation.d.ts
|
|
@@ -293,7 +293,7 @@ declare const QueryStrapiSearchCategories: v.ObjectSchema<{
|
|
|
293
293
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
294
294
|
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
295
295
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
296
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
296
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
297
297
|
}, undefined>;
|
|
298
298
|
type QueryStrapiSearchCategories = v.InferOutput<typeof QueryStrapiSearchCategories>;
|
|
299
299
|
//#endregion
|
|
@@ -38,7 +38,7 @@ declare const CLIENT_PROJECT_PHASE_VALUES: readonly ["brand", "p1", "p2", "p3",
|
|
|
38
38
|
declare const CLIENT_PROJECT_SORT_KEYS: 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"];
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/entities/client-project/fields.d.ts
|
|
41
|
-
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
41
|
+
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], 19, undefined>]>, undefined>;
|
|
42
42
|
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
43
43
|
declare const ClientProjectStatus: v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>;
|
|
44
44
|
type ClientProjectStatus = v.InferOutput<typeof ClientProjectStatus>;
|
|
@@ -140,7 +140,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
140
140
|
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
141
141
|
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
142
142
|
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
143
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
143
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], 19, undefined>]>, undefined>;
|
|
144
144
|
}, undefined>;
|
|
145
145
|
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
146
146
|
//#endregion
|
|
@@ -38,7 +38,7 @@ declare const CLIENT_PROJECT_PHASE_VALUES: readonly ["brand", "p1", "p2", "p3",
|
|
|
38
38
|
declare const CLIENT_PROJECT_SORT_KEYS: 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"];
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/entities/client-project/fields.d.ts
|
|
41
|
-
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
41
|
+
declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], 19, undefined>]>, undefined>;
|
|
42
42
|
type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
|
|
43
43
|
declare const ClientProjectStatus: v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>;
|
|
44
44
|
type ClientProjectStatus = v.InferOutput<typeof ClientProjectStatus>;
|
|
@@ -140,7 +140,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
|
|
|
140
140
|
readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
141
141
|
readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
142
142
|
readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
|
|
143
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
143
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "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" | "project_phase:ASC" | "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" | "project_phase:DESC")[], 19, undefined>]>, undefined>;
|
|
144
144
|
}, undefined>;
|
|
145
145
|
type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
|
|
146
146
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const CONTENT_PILLAR_SORT_KEYS: readonly ["id", "title", "slug", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/content-pillar/fields.d.ts
|
|
10
|
-
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], 5, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortContentPillars = v.InferOutput<typeof QuerySortContentPillars>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/content-pillar/mutation.d.ts
|
|
@@ -43,7 +43,7 @@ declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
|
43
43
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
44
44
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
45
45
|
readonly clients: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
46
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
46
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], 5, undefined>]>, undefined>;
|
|
47
47
|
}, undefined>;
|
|
48
48
|
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
49
49
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const CONTENT_PILLAR_SORT_KEYS: readonly ["id", "title", "slug", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/content-pillar/fields.d.ts
|
|
10
|
-
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], 5, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortContentPillars = v.InferOutput<typeof QuerySortContentPillars>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/content-pillar/mutation.d.ts
|
|
@@ -43,7 +43,7 @@ declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
|
43
43
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
44
44
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
45
45
|
readonly clients: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
46
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
46
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC")[], 5, undefined>]>, undefined>;
|
|
47
47
|
}, undefined>;
|
|
48
48
|
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
49
49
|
//#endregion
|
|
@@ -12,7 +12,7 @@ declare const FORMATTER_MODE_OPTIONS: readonly [{
|
|
|
12
12
|
readonly label: "JSON Formatter";
|
|
13
13
|
readonly value: "json";
|
|
14
14
|
}];
|
|
15
|
-
declare const FORMATTER_MODE_VALUES: ("html" | "
|
|
15
|
+
declare const FORMATTER_MODE_VALUES: ("html" | "xml" | "json")[];
|
|
16
16
|
declare const INDENT_LEVEL_OPTIONS: readonly [{
|
|
17
17
|
readonly label: "2 Spaces Indent";
|
|
18
18
|
readonly value: "TWO_SPACES";
|
|
@@ -38,7 +38,7 @@ declare const INDENT_LEVEL_VALUES: ("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES
|
|
|
38
38
|
//#endregion
|
|
39
39
|
//#region src/entities/formatter/formatter.d.ts
|
|
40
40
|
type FormatterMode = (typeof FORMATTER_MODE_VALUES)[number];
|
|
41
|
-
declare const SFormatterMode: v.PicklistSchema<("html" | "
|
|
41
|
+
declare const SFormatterMode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
42
42
|
type IndentLevel = (typeof INDENT_LEVEL_VALUES)[number];
|
|
43
43
|
declare const SIndentLevel: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
44
44
|
declare const SContentText: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 50000, `Text cannot exceed ${string} characters. Please upload a file instead if your content exceeds this limit.`>]>, undefined>;
|
|
@@ -50,13 +50,13 @@ declare const TXTMimeTypes: ["text/plain", "application/octet-stream"];
|
|
|
50
50
|
declare const allowedMimeTypes: ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"];
|
|
51
51
|
declare const SContentFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a file.">, v.MaxSizeAction<any, number, "File must be smaller than 2 MB.">, v.MimeTypeAction<any, ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"], "Please upload a valid file: text, HTML, XML, or JSON.">]>, undefined>;
|
|
52
52
|
declare const SFormatterForm: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
53
|
-
readonly formatter_mode: v.PicklistSchema<("html" | "
|
|
53
|
+
readonly formatter_mode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
54
54
|
readonly chars_per_line: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
55
55
|
readonly indent_level: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
56
56
|
readonly text_content: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 50000, `Text cannot exceed ${string} characters. Please upload a file instead if your content exceeds this limit.`>]>, undefined>;
|
|
57
57
|
readonly files: v.OptionalSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a file.">, v.MaxSizeAction<any, number, "File must be smaller than 2 MB.">, v.MimeTypeAction<any, ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"], "Please upload a valid file: text, HTML, XML, or JSON.">]>, undefined>;
|
|
58
58
|
}, undefined>, v.CheckAction<{
|
|
59
|
-
formatter_mode: "html" | "
|
|
59
|
+
formatter_mode: "html" | "xml" | "json";
|
|
60
60
|
chars_per_line?: number | undefined;
|
|
61
61
|
indent_level: "TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT";
|
|
62
62
|
text_content?: string | undefined;
|
|
@@ -64,7 +64,7 @@ declare const SFormatterForm: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
64
64
|
}, "You must provide text content or a text file.">]>;
|
|
65
65
|
type SFormatterForm = v.InferOutput<typeof SFormatterForm>;
|
|
66
66
|
declare const SFormatterRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
67
|
-
readonly formatter_mode: v.PicklistSchema<("html" | "
|
|
67
|
+
readonly formatter_mode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
68
68
|
readonly chars_per_line: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
69
69
|
readonly indent_level: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
70
70
|
readonly content: v.StringSchema<undefined>;
|
|
@@ -12,7 +12,7 @@ declare const FORMATTER_MODE_OPTIONS: readonly [{
|
|
|
12
12
|
readonly label: "JSON Formatter";
|
|
13
13
|
readonly value: "json";
|
|
14
14
|
}];
|
|
15
|
-
declare const FORMATTER_MODE_VALUES: ("html" | "
|
|
15
|
+
declare const FORMATTER_MODE_VALUES: ("html" | "xml" | "json")[];
|
|
16
16
|
declare const INDENT_LEVEL_OPTIONS: readonly [{
|
|
17
17
|
readonly label: "2 Spaces Indent";
|
|
18
18
|
readonly value: "TWO_SPACES";
|
|
@@ -38,7 +38,7 @@ declare const INDENT_LEVEL_VALUES: ("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES
|
|
|
38
38
|
//#endregion
|
|
39
39
|
//#region src/entities/formatter/formatter.d.ts
|
|
40
40
|
type FormatterMode = (typeof FORMATTER_MODE_VALUES)[number];
|
|
41
|
-
declare const SFormatterMode: v.PicklistSchema<("html" | "
|
|
41
|
+
declare const SFormatterMode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
42
42
|
type IndentLevel = (typeof INDENT_LEVEL_VALUES)[number];
|
|
43
43
|
declare const SIndentLevel: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
44
44
|
declare const SContentText: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 50000, `Text cannot exceed ${string} characters. Please upload a file instead if your content exceeds this limit.`>]>, undefined>;
|
|
@@ -50,13 +50,13 @@ declare const TXTMimeTypes: ["text/plain", "application/octet-stream"];
|
|
|
50
50
|
declare const allowedMimeTypes: ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"];
|
|
51
51
|
declare const SContentFile: v.OptionalSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a file.">, v.MaxSizeAction<any, number, "File must be smaller than 2 MB.">, v.MimeTypeAction<any, ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"], "Please upload a valid file: text, HTML, XML, or JSON.">]>, undefined>;
|
|
52
52
|
declare const SFormatterForm: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
53
|
-
readonly formatter_mode: v.PicklistSchema<("html" | "
|
|
53
|
+
readonly formatter_mode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
54
54
|
readonly chars_per_line: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
55
55
|
readonly indent_level: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
56
56
|
readonly text_content: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, 50000, `Text cannot exceed ${string} characters. Please upload a file instead if your content exceeds this limit.`>]>, undefined>;
|
|
57
57
|
readonly files: v.OptionalSchema<v.SchemaWithPipe<readonly [v.FileSchema<"Please upload a file.">, v.MaxSizeAction<any, number, "File must be smaller than 2 MB.">, v.MimeTypeAction<any, ["text/html", "application/xhtml+xml", "text/xml", "application/xml", "application/rss+xml", "application/atom+xml", "text/json", "application/json", "application/ld+json", "application/json5", "application/x-ndjson", "application/jsonlines", "text/plain", "application/octet-stream"], "Please upload a valid file: text, HTML, XML, or JSON.">]>, undefined>;
|
|
58
58
|
}, undefined>, v.CheckAction<{
|
|
59
|
-
formatter_mode: "html" | "
|
|
59
|
+
formatter_mode: "html" | "xml" | "json";
|
|
60
60
|
chars_per_line?: number | undefined;
|
|
61
61
|
indent_level: "TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT";
|
|
62
62
|
text_content?: string | undefined;
|
|
@@ -64,7 +64,7 @@ declare const SFormatterForm: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
64
64
|
}, "You must provide text content or a text file.">]>;
|
|
65
65
|
type SFormatterForm = v.InferOutput<typeof SFormatterForm>;
|
|
66
66
|
declare const SFormatterRequest: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
67
|
-
readonly formatter_mode: v.PicklistSchema<("html" | "
|
|
67
|
+
readonly formatter_mode: v.PicklistSchema<("html" | "xml" | "json")[], undefined>;
|
|
68
68
|
readonly chars_per_line: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
|
|
69
69
|
readonly indent_level: v.OptionalSchema<v.PicklistSchema<("TWO_SPACES" | "THREE_SPACES" | "FOUR_SPACES" | "TAB" | "COMPACT")[], undefined>, "TWO_SPACES">;
|
|
70
70
|
readonly content: v.StringSchema<undefined>;
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_GCFLYTOUR_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const GCFLYTOUR_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/gcflytour/fields.d.ts
|
|
10
|
-
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/gcflytour/mutation.d.ts
|
|
@@ -54,7 +54,7 @@ declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
|
54
54
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
55
55
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
56
56
|
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>]>, undefined>;
|
|
57
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
57
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
58
58
|
}, undefined>;
|
|
59
59
|
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
60
60
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_GCFLYTOUR_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const GCFLYTOUR_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/gcflytour/fields.d.ts
|
|
10
|
-
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/gcflytour/mutation.d.ts
|
|
@@ -54,7 +54,7 @@ declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
|
54
54
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
55
55
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
56
56
|
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>]>, undefined>;
|
|
57
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
57
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
58
58
|
}, undefined>;
|
|
59
59
|
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
60
60
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_GCFLYTOUR_SNAP_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const GCFLYTOUR_SNAP_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/gcflytour-snap/fields.d.ts
|
|
10
|
-
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/gcflytour-snap/mutation.d.ts
|
|
@@ -52,7 +52,7 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
|
52
52
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
53
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
54
|
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>]>, undefined>;
|
|
55
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
55
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
56
56
|
}, undefined>;
|
|
57
57
|
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
58
58
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_GCFLYTOUR_SNAP_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const GCFLYTOUR_SNAP_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/gcflytour-snap/fields.d.ts
|
|
10
|
-
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/gcflytour-snap/mutation.d.ts
|
|
@@ -52,7 +52,7 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
|
52
52
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
53
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
54
|
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>]>, undefined>;
|
|
55
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
55
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
56
56
|
}, undefined>;
|
|
57
57
|
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
58
58
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CONTENT_TYPE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CONTENT_TYPE_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platforms.title", "media_platforms.slug", "media_platforms.utm_key", "media_platforms.is_active", "media_platforms.is_organic_social", "media_platforms.is_paid_media", "media_platforms.createdAt", "media_platforms.updatedAt", "media_creative_formats.title", "media_creative_formats.slug", "media_creative_formats.is_active", "media_creative_formats.createdAt", "media_creative_formats.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-content-type/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaContentTypes = v.InferOutput<typeof QuerySortMediaContentTypes>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-content-type/mutation.d.ts
|
|
@@ -59,7 +59,7 @@ declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
|
59
59
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
60
60
|
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>]>, undefined>;
|
|
61
61
|
readonly media_creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
62
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
62
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
63
63
|
}, undefined>;
|
|
64
64
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
65
65
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CONTENT_TYPE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CONTENT_TYPE_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platforms.title", "media_platforms.slug", "media_platforms.utm_key", "media_platforms.is_active", "media_platforms.is_organic_social", "media_platforms.is_paid_media", "media_platforms.createdAt", "media_platforms.updatedAt", "media_creative_formats.title", "media_creative_formats.slug", "media_creative_formats.is_active", "media_creative_formats.createdAt", "media_creative_formats.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-content-type/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaContentTypes = v.InferOutput<typeof QuerySortMediaContentTypes>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-content-type/mutation.d.ts
|
|
@@ -59,7 +59,7 @@ declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
|
59
59
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
60
60
|
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>]>, undefined>;
|
|
61
61
|
readonly media_creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
62
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
62
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
63
63
|
}, undefined>;
|
|
64
64
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
65
65
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CREATIVE_FORMAT_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CREATIVE_FORMAT_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "createdAt", "updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-creative-format/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaCreativeFormats = v.InferOutput<typeof QuerySortMediaCreativeFormats>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-creative-format/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
|
47
47
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
49
49
|
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>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
53
53
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CREATIVE_FORMAT_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CREATIVE_FORMAT_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "createdAt", "updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-creative-format/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaCreativeFormats = v.InferOutput<typeof QuerySortMediaCreativeFormats>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-creative-format/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
|
47
47
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
49
49
|
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>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "title:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
53
53
|
//#endregion
|
|
@@ -22,7 +22,7 @@ declare const MediaMediumDocument: v.ObjectSchema<{
|
|
|
22
22
|
type MediaMediumDocument = v.InferOutput<typeof MediaMediumDocument>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/media-medium/fields.d.ts
|
|
25
|
-
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
25
|
+
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
26
26
|
type QuerySortMediaMediums = v.InferOutput<typeof QuerySortMediaMediums>;
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/entities/media-medium/mutation.d.ts
|
|
@@ -70,7 +70,7 @@ declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
|
70
70
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
71
71
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
72
72
|
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>]>, undefined>;
|
|
73
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
73
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
74
74
|
}, undefined>;
|
|
75
75
|
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
76
76
|
//#endregion
|
|
@@ -22,7 +22,7 @@ declare const MediaMediumDocument: v.ObjectSchema<{
|
|
|
22
22
|
type MediaMediumDocument = v.InferOutput<typeof MediaMediumDocument>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/media-medium/fields.d.ts
|
|
25
|
-
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
25
|
+
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
26
26
|
type QuerySortMediaMediums = v.InferOutput<typeof QuerySortMediaMediums>;
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/entities/media-medium/mutation.d.ts
|
|
@@ -70,7 +70,7 @@ declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
|
70
70
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
71
71
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
72
72
|
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>]>, undefined>;
|
|
73
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
73
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
74
74
|
}, undefined>;
|
|
75
75
|
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
76
76
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt", "media_mediums.title", "media_mediums.slug", "media_mediums.is_active", "media_mediums.is_organic_social", "media_mediums.is_paid_media", "media_mediums.createdAt", "media_mediums.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-platform/mutation.d.ts
|
|
@@ -67,7 +67,7 @@ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
|
67
67
|
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>]>, undefined>;
|
|
68
68
|
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>]>, undefined>;
|
|
69
69
|
readonly media_mediums: 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>]>, undefined>;
|
|
70
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
70
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
71
71
|
}, undefined>;
|
|
72
72
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
73
73
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt", "media_mediums.title", "media_mediums.slug", "media_mediums.is_active", "media_mediums.is_organic_social", "media_mediums.is_paid_media", "media_mediums.createdAt", "media_mediums.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
10
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-platform/mutation.d.ts
|
|
@@ -67,7 +67,7 @@ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
|
67
67
|
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>]>, undefined>;
|
|
68
68
|
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>]>, undefined>;
|
|
69
69
|
readonly media_mediums: 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>]>, undefined>;
|
|
70
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "
|
|
70
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "utm_key:ASC" | "clients.title:ASC" | "clients.teamwork_id:ASC" | "clients.teamwork_name:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:DESC" | "clients.title:DESC" | "clients.teamwork_id:DESC" | "clients.teamwork_name:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
71
71
|
}, undefined>;
|
|
72
72
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
73
73
|
//#endregion
|
|
@@ -18,7 +18,7 @@ declare const TagDocument: v.ObjectSchema<{
|
|
|
18
18
|
type TagDocument = v.InferOutput<typeof TagDocument>;
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region src/entities/tag/fields.d.ts
|
|
21
|
-
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
21
|
+
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
22
22
|
type QuerySortTags = v.InferOutput<typeof QuerySortTags>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/tag/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchTags: v.ObjectSchema<{
|
|
|
47
47
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
48
48
|
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
49
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchTags = v.InferOutput<typeof QueryStrapiSearchTags>;
|
|
53
53
|
//#endregion
|
|
@@ -18,7 +18,7 @@ declare const TagDocument: v.ObjectSchema<{
|
|
|
18
18
|
type TagDocument = v.InferOutput<typeof TagDocument>;
|
|
19
19
|
//#endregion
|
|
20
20
|
//#region src/entities/tag/fields.d.ts
|
|
21
|
-
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
21
|
+
declare const QuerySortTags: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
22
22
|
type QuerySortTags = v.InferOutput<typeof QuerySortTags>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/tag/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchTags: v.ObjectSchema<{
|
|
|
47
47
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
48
48
|
readonly label: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
49
49
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "label:ASC" | "slug:DESC" | "label:DESC")[], 5, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchTags = v.InferOutput<typeof QueryStrapiSearchTags>;
|
|
53
53
|
//#endregion
|
|
@@ -186,7 +186,7 @@ declare const TeamMemberDocument: v.ObjectSchema<{
|
|
|
186
186
|
type TeamMemberDocument = v.InferOutput<typeof TeamMemberDocument>;
|
|
187
187
|
//#endregion
|
|
188
188
|
//#region src/entities/team-member/fields.d.ts
|
|
189
|
-
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" | "
|
|
189
|
+
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" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], 8, undefined>]>, undefined>;
|
|
190
190
|
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
191
191
|
declare const TeamMemberTier: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
192
192
|
type TeamMemberTier = v.InferOutput<typeof TeamMemberTier>;
|
|
@@ -203,7 +203,7 @@ declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
|
203
203
|
readonly tier: v.OptionalSchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>;
|
|
204
204
|
readonly group: v.OptionalSchema<v.PicklistSchema<readonly ["account", "media", "creative"], undefined>, undefined>;
|
|
205
205
|
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
206
|
-
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" | "
|
|
206
|
+
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" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], 8, undefined>]>, undefined>;
|
|
207
207
|
}, undefined>;
|
|
208
208
|
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
209
209
|
//#endregion
|
|
@@ -186,7 +186,7 @@ declare const TeamMemberDocument: v.ObjectSchema<{
|
|
|
186
186
|
type TeamMemberDocument = v.InferOutput<typeof TeamMemberDocument>;
|
|
187
187
|
//#endregion
|
|
188
188
|
//#region src/entities/team-member/fields.d.ts
|
|
189
|
-
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" | "
|
|
189
|
+
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" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], 8, undefined>]>, undefined>;
|
|
190
190
|
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
191
191
|
declare const TeamMemberTier: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
192
192
|
type TeamMemberTier = v.InferOutput<typeof TeamMemberTier>;
|
|
@@ -203,7 +203,7 @@ declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
|
203
203
|
readonly tier: v.OptionalSchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>;
|
|
204
204
|
readonly group: v.OptionalSchema<v.PicklistSchema<readonly ["account", "media", "creative"], undefined>, undefined>;
|
|
205
205
|
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
206
|
-
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" | "
|
|
206
|
+
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" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "order:ASC" | "name:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC" | "order:DESC")[], 8, undefined>]>, undefined>;
|
|
207
207
|
}, undefined>;
|
|
208
208
|
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
209
209
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity web-stack types",
|
|
4
|
-
"version": "0.0.271-alpha.
|
|
4
|
+
"version": "0.0.271-alpha.4",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"type": "module",
|