@getcommunity/gc-validators 0.0.271-alpha.1 → 0.0.271-alpha.2
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/client/index.d.cts +2 -2
- package/dist/entities/client/index.d.mts +2 -2
- package/dist/entities/client-content-pillar/index.d.cts +2 -2
- package/dist/entities/client-content-pillar/index.d.mts +2 -2
- package/dist/entities/client-media-platform/index.d.cts +2 -2
- package/dist/entities/client-media-platform/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/client-report/index.d.cts +2 -2
- package/dist/entities/client-report/index.d.mts +2 -2
- 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/monday-workspace/index.d.cts +2 -2
- package/dist/entities/monday-workspace/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/dist/entities/trend/index.cjs +1 -1
- package/dist/entities/trend/index.d.cts +2 -2
- package/dist/entities/trend/index.d.mts +2 -2
- package/dist/entities/trend/index.mjs +1 -1
- package/dist/entities/url-redirect/index.d.cts +2 -2
- package/dist/entities/url-redirect/index.d.mts +2 -2
- package/dist/entities/utm-tracking-link/index.d.cts +2 -2
- package/dist/entities/utm-tracking-link/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" | "
|
|
38
|
+
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label: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" | "
|
|
130
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label: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" | "
|
|
38
|
+
declare const QuerySortAuditLogs: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label: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" | "
|
|
130
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "url:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "url:DESC" | "path:ASC" | "method:ASC" | "request_id:ASC" | "ipaddress:ASC" | "user_agent:ASC" | "route_path:ASC" | "route_handler:ASC" | "actor_type:ASC" | "actor_id:ASC" | "actor_email:ASC" | "entity_action:ASC" | "entity_content_type:ASC" | "entity_id:ASC" | "entity_label:ASC" | "path:DESC" | "method:DESC" | "request_id:DESC" | "ipaddress:DESC" | "user_agent:DESC" | "route_path:DESC" | "route_handler:DESC" | "actor_type:DESC" | "actor_id:DESC" | "actor_email:DESC" | "entity_action:DESC" | "entity_content_type:DESC" | "entity_id:DESC" | "entity_label:DESC")[], 18, undefined>]>, undefined>;
|
|
131
131
|
}, undefined>;
|
|
132
132
|
type QueryStrapiSearchAuditLogs = v.InferOutput<typeof QueryStrapiSearchAuditLogs>;
|
|
133
133
|
//#endregion
|
|
@@ -8,7 +8,7 @@ declare const CLIENT_SORT_KEYS: readonly ["id", "title", "teamwork_id", "teamwor
|
|
|
8
8
|
declare const CLIENT_CLASSIFICATIONS: readonly ["organic", "paid"];
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/entities/client/fields.d.ts
|
|
11
|
-
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
11
|
+
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
12
12
|
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
13
13
|
declare const ClientClassification: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
|
|
14
14
|
//#endregion
|
|
@@ -78,7 +78,7 @@ declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
|
78
78
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
79
79
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
80
80
|
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
81
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
81
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
82
82
|
}, undefined>;
|
|
83
83
|
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
84
84
|
//#endregion
|
|
@@ -8,7 +8,7 @@ declare const CLIENT_SORT_KEYS: readonly ["id", "title", "teamwork_id", "teamwor
|
|
|
8
8
|
declare const CLIENT_CLASSIFICATIONS: readonly ["organic", "paid"];
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/entities/client/fields.d.ts
|
|
11
|
-
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
11
|
+
declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
12
12
|
type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
|
|
13
13
|
declare const ClientClassification: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
|
|
14
14
|
//#endregion
|
|
@@ -78,7 +78,7 @@ declare const QueryStrapiSearchClients: v.ObjectSchema<{
|
|
|
78
78
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
79
79
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
80
80
|
readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
|
|
81
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
81
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_featured:ASC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "is_featured:DESC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
|
|
82
82
|
}, undefined>;
|
|
83
83
|
type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
|
|
84
84
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_CONTENT_PILLAR_SORT_KEYS: readonly ["id", "is_active", "content_pillar.title", "content_pillar.slug", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-content-pillar/fields.d.ts
|
|
10
|
-
declare const QuerySortClientContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
10
|
+
declare const QuerySortClientContentPillars: 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" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientContentPillars = v.InferOutput<typeof QuerySortClientContentPillars>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-content-pillar/mutation.d.ts
|
|
@@ -42,7 +42,7 @@ declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
|
42
42
|
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>;
|
|
43
43
|
readonly content_pillar_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
44
44
|
readonly content_pillars: 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>;
|
|
45
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
45
|
+
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" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
46
46
|
}, undefined>;
|
|
47
47
|
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
48
48
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CLIENT_CONTENT_PILLAR_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_CONTENT_PILLAR_SORT_KEYS: readonly ["id", "is_active", "content_pillar.title", "content_pillar.slug", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-content-pillar/fields.d.ts
|
|
10
|
-
declare const QuerySortClientContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
10
|
+
declare const QuerySortClientContentPillars: 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" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientContentPillars = v.InferOutput<typeof QuerySortClientContentPillars>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-content-pillar/mutation.d.ts
|
|
@@ -42,7 +42,7 @@ declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
|
42
42
|
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>;
|
|
43
43
|
readonly content_pillar_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
44
44
|
readonly content_pillars: 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>;
|
|
45
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
45
|
+
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" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "content_pillar.title:ASC" | "content_pillar.slug:ASC" | "content_pillar.title:DESC" | "content_pillar.slug:DESC")[], 6, undefined>]>, undefined>;
|
|
46
46
|
}, undefined>;
|
|
47
47
|
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
48
48
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platform.title", "media_platform.slug", "media_platform.createdAt", "media_platform.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientMediaPlatforms = v.InferOutput<typeof QuerySortClientMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-media-platform/mutation.d.ts
|
|
@@ -46,7 +46,7 @@ declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
|
46
46
|
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>;
|
|
47
47
|
readonly media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
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>;
|
|
49
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
49
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
50
50
|
}, undefined>;
|
|
51
51
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
52
52
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CLIENT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platform.title", "media_platform.slug", "media_platform.createdAt", "media_platform.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortClientMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientMediaPlatforms = v.InferOutput<typeof QuerySortClientMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-media-platform/mutation.d.ts
|
|
@@ -46,7 +46,7 @@ declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
|
46
46
|
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>;
|
|
47
47
|
readonly media_platform_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
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>;
|
|
49
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
49
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "media_platform.title:ASC" | "media_platform.slug:ASC" | "media_platform.createdAt:ASC" | "media_platform.updatedAt:ASC" | "media_platform.title:DESC" | "media_platform.slug:DESC" | "media_platform.createdAt:DESC" | "media_platform.updatedAt:DESC")[], 10, undefined>]>, undefined>;
|
|
50
50
|
}, undefined>;
|
|
51
51
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
52
52
|
//#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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_REPORT_SORT_KEYS: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-report/fields.d.ts
|
|
10
|
-
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
10
|
+
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-report/mutation.d.ts
|
|
@@ -56,7 +56,7 @@ declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
|
56
56
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
57
57
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
58
58
|
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>;
|
|
59
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
59
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
60
60
|
}, undefined>;
|
|
61
61
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
62
62
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
|
|
|
7
7
|
declare const CLIENT_REPORT_SORT_KEYS: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/client-report/fields.d.ts
|
|
10
|
-
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
10
|
+
declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/client-report/mutation.d.ts
|
|
@@ -56,7 +56,7 @@ declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
|
|
|
56
56
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
57
57
|
readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
58
58
|
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>;
|
|
59
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
59
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "title:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "is_external:ASC" | "is_external:DESC")[], 7, undefined>]>, undefined>;
|
|
60
60
|
}, undefined>;
|
|
61
61
|
type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
|
|
62
62
|
//#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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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
|