@getcommunity/gc-validators 0.0.271-alpha.14 → 0.0.271-alpha.16

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.
Files changed (69) hide show
  1. package/dist/entities/blog-post/index.d.cts +1 -1
  2. package/dist/entities/blog-post/index.d.mts +1 -1
  3. package/dist/entities/category/index.d.cts +1 -1
  4. package/dist/entities/category/index.d.mts +1 -1
  5. package/dist/entities/client/index.d.cts +1 -1
  6. package/dist/entities/client/index.d.mts +1 -1
  7. package/dist/entities/client-content-pillar/index.d.cts +1 -1
  8. package/dist/entities/client-content-pillar/index.d.mts +1 -1
  9. package/dist/entities/client-media-platform/index.d.cts +1 -1
  10. package/dist/entities/client-media-platform/index.d.mts +1 -1
  11. package/dist/entities/client-project/index.d.cts +1 -1
  12. package/dist/entities/client-project/index.d.mts +1 -1
  13. package/dist/entities/client-report/index.d.cts +1 -1
  14. package/dist/entities/client-report/index.d.mts +1 -1
  15. package/dist/entities/client-styleguide/index.d.cts +1 -1
  16. package/dist/entities/client-styleguide/index.d.mts +1 -1
  17. package/dist/entities/client-user/index.d.cts +1 -1
  18. package/dist/entities/client-user/index.d.mts +1 -1
  19. package/dist/entities/comment/index.d.cts +1 -1
  20. package/dist/entities/comment/index.d.mts +1 -1
  21. package/dist/entities/content-pillar/index.d.cts +1 -1
  22. package/dist/entities/content-pillar/index.d.mts +1 -1
  23. package/dist/entities/gcflytour/index.d.cts +1 -1
  24. package/dist/entities/gcflytour/index.d.mts +1 -1
  25. package/dist/entities/gcflytour-snap/index.d.cts +1 -1
  26. package/dist/entities/gcflytour-snap/index.d.mts +1 -1
  27. package/dist/entities/media-content-type/index.d.cts +3 -3
  28. package/dist/entities/media-content-type/index.d.mts +3 -3
  29. package/dist/entities/media-creative-format/index.d.cts +3 -3
  30. package/dist/entities/media-creative-format/index.d.mts +3 -3
  31. package/dist/entities/media-medium/index.d.cts +3 -3
  32. package/dist/entities/media-medium/index.d.mts +3 -3
  33. package/dist/entities/media-platform/index.d.cts +1 -1
  34. package/dist/entities/media-platform/index.d.mts +1 -1
  35. package/dist/entities/monday-workspace/index.d.cts +1 -1
  36. package/dist/entities/monday-workspace/index.d.mts +1 -1
  37. package/dist/entities/product-highlight/index.d.cts +1 -1
  38. package/dist/entities/product-highlight/index.d.mts +1 -1
  39. package/dist/entities/team-member/index.cjs +2 -1
  40. package/dist/entities/team-member/index.d.cts +1 -1
  41. package/dist/entities/team-member/index.d.mts +1 -1
  42. package/dist/entities/team-member/index.mjs +2 -1
  43. package/dist/entities/trend/index.d.cts +1 -1
  44. package/dist/entities/trend/index.d.mts +1 -1
  45. package/dist/entities/up-auth/index.d.cts +1 -1
  46. package/dist/entities/up-auth/index.d.mts +1 -1
  47. package/dist/entities/up-permission/index.d.cts +1 -1
  48. package/dist/entities/up-permission/index.d.mts +1 -1
  49. package/dist/entities/up-role/index.d.cts +1 -1
  50. package/dist/entities/up-role/index.d.mts +1 -1
  51. package/dist/entities/up-user/index.d.cts +1 -1
  52. package/dist/entities/up-user/index.d.mts +1 -1
  53. package/dist/entities/url-redirect/index.d.cts +2 -2
  54. package/dist/entities/url-redirect/index.d.mts +2 -2
  55. package/dist/entities/user-account/index.d.cts +1 -1
  56. package/dist/entities/user-account/index.d.mts +1 -1
  57. package/dist/entities/utm-tracking-link/index.d.cts +1 -1
  58. package/dist/entities/utm-tracking-link/index.d.mts +1 -1
  59. package/dist/{index-_ncAGiP4.d.mts → index-29gaO-_U.d.mts} +21 -21
  60. package/dist/{index-6_RAhKx7.d.mts → index-CJbOOH3-.d.mts} +7 -6
  61. package/dist/{index-CDIKbejq.d.mts → index-D3KnOYr7.d.mts} +3 -3
  62. package/dist/{index-CQIgIFuD.d.cts → index-DHgEC_OW.d.cts} +7 -6
  63. package/dist/{index-CDk3qATI.d.cts → index-D_YPjLxv.d.cts} +3 -3
  64. package/dist/{index-DIFchI6E.d.cts → index-_TTaSI5W.d.cts} +21 -21
  65. package/dist/permissions/index.d.cts +1 -1
  66. package/dist/permissions/index.d.mts +1 -1
  67. package/dist/utilities/index.d.cts +1 -1
  68. package/dist/utilities/index.d.mts +1 -1
  69. package/package.json +1 -1
@@ -20,7 +20,7 @@ declare const CommentApprovalStatus: v.PicklistSchema<("PENDING" | "APPROVED" |
20
20
  type CommentApprovalStatus = v.InferOutput<typeof CommentApprovalStatus>;
21
21
  declare const ReportCommentReason: v.PicklistSchema<("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[], undefined>;
22
22
  type ReportCommentReason = v.InferOutput<typeof ReportCommentReason>;
23
- declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
23
+ declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
24
24
  type QuerySortStrapiComments = v.InferOutput<typeof QuerySortStrapiComments>;
25
25
  //#endregion
26
26
  //#region src/entities/comment/document.d.ts
@@ -137,7 +137,7 @@ declare const QueryFilterStrapiComments: v.ObjectSchema<{
137
137
  type QueryFilterStrapiComments = v.InferOutput<typeof QueryFilterStrapiComments>;
138
138
  declare const QueryStrapiCommentsInHeirarchy: v.ObjectSchema<{
139
139
  readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
140
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
140
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
141
141
  readonly filters: v.OptionalSchema<v.ObjectSchema<{
142
142
  readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
143
143
  readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
@@ -193,7 +193,7 @@ declare const QueryStrapiCommentsFlat: v.ObjectSchema<{
193
193
  readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
194
194
  readonly pageSize: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>, undefined>;
195
195
  }, undefined>, undefined>;
196
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
196
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
197
197
  }, undefined>;
198
198
  type QueryStrapiCommentsFlat = v.InferOutput<typeof QueryStrapiCommentsFlat>;
199
199
  //#endregion
@@ -43,7 +43,8 @@ type QuerySortTeamMembers = TeamMemberSort[] | undefined;
43
43
  declare const QuerySortTeamMembers: v.GenericSchema<QuerySortTeamMembers>;
44
44
  //#endregion
45
45
  //#region src/entities/team-member/query.d.ts
46
- type QueryStrapiSearchTeamMembers = {
46
+ declare const QueryStrapiSearchTeamMembers: v.GenericSchema<{
47
+ only_managers: boolean;
47
48
  page?: number;
48
49
  size?: number;
49
50
  name?: string;
@@ -53,8 +54,8 @@ type QueryStrapiSearchTeamMembers = {
53
54
  group?: TeamMemberGroup;
54
55
  is_employed?: boolean;
55
56
  sort?: QuerySortTeamMembers;
56
- };
57
- declare const QueryStrapiSearchTeamMembers: v.GenericSchema<QueryStrapiSearchTeamMembers>;
57
+ }>;
58
+ type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
58
59
  //#endregion
59
60
  //#region src/entities/trend/document.d.ts
60
61
  declare const TrendDocument: v.ObjectSchema<{
@@ -258,7 +259,7 @@ declare const TeamMemberDocument: v.GenericSchema<{
258
259
  type TeamMemberDocument = v.InferOutput<typeof TeamMemberDocument>;
259
260
  //#endregion
260
261
  //#region src/entities/blog-post/fields.d.ts
261
- declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
262
+ declare const QuerySortBlogPosts: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
262
263
  type QuerySortBlogPosts = v.InferOutput<typeof QuerySortBlogPosts>;
263
264
  declare const BlogPostLayout: v.PicklistSchema<readonly ["main-aside", "center-column"], undefined>;
264
265
  type BlogPostLayout = v.InferOutput<typeof BlogPostLayout>;
@@ -931,13 +932,13 @@ declare const QueryStrapiSearchBlogPosts: v.ObjectSchema<{
931
932
  readonly category: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
932
933
  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>;
933
934
  readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, undefined>;
934
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
935
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
935
936
  }, undefined>;
936
937
  type QueryStrapiSearchBlogPosts = v.InferOutput<typeof QueryStrapiSearchBlogPosts>;
937
938
  declare const QueryStrapiSearchBlogPostsBySlug: v.ObjectSchema<{
938
939
  readonly slug: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
939
940
  readonly status: v.OptionalSchema<v.PicklistSchema<readonly ["draft", "published"], undefined>, "published">;
940
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
941
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "published:ASC" | "is_live:ASC" | "is_featured:ASC" | "is_public:ASC" | "published:DESC" | "is_live:DESC" | "is_featured:DESC" | "is_public:DESC")[], 9, undefined>]>, undefined>;
941
942
  }, undefined>;
942
943
  type QueryStrapiSearchBlogPostsBySlug = v.InferOutput<typeof QueryStrapiSearchBlogPostsBySlug>;
943
944
  //#endregion
@@ -20,7 +20,7 @@ declare const CommentApprovalStatus: v.PicklistSchema<("PENDING" | "APPROVED" |
20
20
  type CommentApprovalStatus = v.InferOutput<typeof CommentApprovalStatus>;
21
21
  declare const ReportCommentReason: v.PicklistSchema<("BAD_LANGUAGE" | "DISCRIMINATION" | "OTHER")[], undefined>;
22
22
  type ReportCommentReason = v.InferOutput<typeof ReportCommentReason>;
23
- declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
23
+ declare const QuerySortStrapiComments: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
24
24
  type QuerySortStrapiComments = v.InferOutput<typeof QuerySortStrapiComments>;
25
25
  //#endregion
26
26
  //#region src/entities/comment/document.d.ts
@@ -137,7 +137,7 @@ declare const QueryFilterStrapiComments: v.ObjectSchema<{
137
137
  type QueryFilterStrapiComments = v.InferOutput<typeof QueryFilterStrapiComments>;
138
138
  declare const QueryStrapiCommentsInHeirarchy: v.ObjectSchema<{
139
139
  readonly relation: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>;
140
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
140
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
141
141
  readonly filters: v.OptionalSchema<v.ObjectSchema<{
142
142
  readonly approvalStatus: v.OptionalSchema<v.ObjectSchema<{
143
143
  readonly eq: v.PicklistSchema<("PENDING" | "APPROVED" | "REJECTED")[], undefined>;
@@ -193,7 +193,7 @@ declare const QueryStrapiCommentsFlat: v.ObjectSchema<{
193
193
  readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
194
194
  readonly pageSize: v.OptionalSchema<v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>, undefined>;
195
195
  }, undefined>, undefined>;
196
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "blocked:DESC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
196
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "content:ASC" | "approvalStatus:ASC" | "blockedThread:ASC" | "content:DESC" | "approvalStatus:DESC" | "blockedThread:DESC")[], 7, undefined>]>, undefined>;
197
197
  }, undefined>;
198
198
  type QueryStrapiCommentsFlat = v.InferOutput<typeof QueryStrapiCommentsFlat>;
199
199
  //#endregion
@@ -4,7 +4,7 @@ import { i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont }
4
4
  import { l as RichTextBlock } from "./index-BbwsFaWE.cjs";
5
5
  import { n as UtmClassificationKey } from "./index-D11tQdCv.cjs";
6
6
  import { t as TagDocument } from "./document-i-h3Orv7.cjs";
7
- import { c as CommentAuthor, d as CommentThread, f as CommentApprovalStatus, l as CommentDocument } from "./index-CDk3qATI.cjs";
7
+ import { c as CommentAuthor, d as CommentThread, f as CommentApprovalStatus, l as CommentDocument } from "./index-D_YPjLxv.cjs";
8
8
  import { t as ProductDocument } from "./document-C78SHfT3.cjs";
9
9
  import * as v from "valibot";
10
10
 
@@ -101,7 +101,7 @@ declare const ClientMediaPlatformDocument: v.GenericSchema<{
101
101
  type ClientMediaPlatformDocument = v.InferOutput<typeof ClientMediaPlatformDocument>;
102
102
  //#endregion
103
103
  //#region src/entities/client-project/fields.d.ts
104
- declare const QuerySortClientProjects: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "slug:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "slug:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC")[], 19, undefined>]>, undefined>;
104
+ 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" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
105
105
  type QuerySortClientProjects = v.InferOutput<typeof QuerySortClientProjects>;
106
106
  declare const ClientProjectStatus: v.PicklistSchema<readonly ["coming-soon", "now-open", "for-sale", "sold-out", "available"], undefined>;
107
107
  type ClientProjectStatus = v.InferOutput<typeof ClientProjectStatus>;
@@ -278,7 +278,7 @@ declare const LIMIT_USER_PAGINATION_MAX_SIZE = 10;
278
278
  declare const USER_SORT_KEYS: readonly ["id", "username", "email", "confirmed", "blocked", "createdAt", "updatedAt"];
279
279
  //#endregion
280
280
  //#region src/entities/up-user/fields.d.ts
281
- declare const QuerySortUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
281
+ declare const QuerySortUsers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "blocked:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC" | "blocked:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "blocked:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC" | "blocked:DESC")[], 7, undefined>]>, undefined>;
282
282
  type QuerySortUsers = v.InferOutput<typeof QuerySortUsers>;
283
283
  //#endregion
284
284
  //#region src/entities/up-user/mutation.d.ts
@@ -296,7 +296,7 @@ type CreateUserDocument = v.InferOutput<typeof CreateUserDocument>;
296
296
  declare const QueryStrapiUsers: v.ObjectSchema<{
297
297
  readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
298
298
  readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
299
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "blocked:ASC" | "blocked:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC")[], 7, undefined>]>, undefined>;
299
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "blocked:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC" | "blocked:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "username:ASC" | "email:ASC" | "confirmed:ASC" | "blocked:ASC" | "username:DESC" | "email:DESC" | "confirmed:DESC" | "blocked:DESC")[], 7, undefined>]>, undefined>;
300
300
  }, undefined>;
301
301
  type QueryStrapiUsers = v.InferOutput<typeof QueryStrapiUsers>;
302
302
  declare const QueryStrapiUsersByIdentifier: v.ObjectSchema<{
@@ -474,7 +474,7 @@ declare const CLIENT_SORT_KEYS: readonly ["id", "title", "teamwork_id", "teamwor
474
474
  declare const CLIENT_CLASSIFICATIONS: readonly ["organic", "paid"];
475
475
  //#endregion
476
476
  //#region src/entities/client/fields.d.ts
477
- declare const QuerySortClients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_featured:ASC" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_featured:ASC" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
477
+ 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" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "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" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
478
478
  type QuerySortClients = v.InferOutput<typeof QuerySortClients>;
479
479
  declare const ClientClassification: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>;
480
480
  //#endregion
@@ -544,7 +544,7 @@ declare const QueryStrapiSearchClients: v.ObjectSchema<{
544
544
  readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
545
545
  readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
546
546
  readonly classification: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["organic", "paid"], undefined>, undefined>, v.MaxLengthAction<("organic" | "paid")[], 2, undefined>]>, undefined>;
547
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_featured:ASC" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_featured:ASC" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
547
+ 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" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "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" | "is_featured:DESC" | "teamwork_id:ASC" | "teamwork_name:ASC" | "utm_sheet_id:ASC" | "allow_create_utm_link:ASC" | "teamwork_id:DESC" | "teamwork_name:DESC" | "utm_sheet_id:DESC" | "allow_create_utm_link:DESC")[], 13, undefined>]>, undefined>;
548
548
  }, undefined>;
549
549
  type QueryStrapiSearchClients = v.InferOutput<typeof QueryStrapiSearchClients>;
550
550
  //#endregion
@@ -705,7 +705,7 @@ declare const QueryStrapiSearchClientProjects: v.ObjectSchema<{
705
705
  readonly social_organic_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
706
706
  readonly paid_media_start_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
707
707
  readonly go_date: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.IsoDateAction<string, undefined>]>, undefined>;
708
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "slug:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "slug:DESC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC")[], 19, undefined>]>, undefined>;
708
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC" | "project_phase:ASC" | "project_url:ASC" | "project_type:ASC" | "project_pricing:ASC" | "project_address:ASC" | "phone_number:ASC" | "num_of_models:ASC" | "num_of_units_remain:ASC" | "buyer_profile:ASC" | "social_organic_start_date:ASC" | "paid_media_start_date:ASC" | "go_date:ASC" | "project_phase:DESC" | "project_url:DESC" | "project_type:DESC" | "project_pricing:DESC" | "project_address:DESC" | "phone_number:DESC" | "num_of_models:DESC" | "num_of_units_remain:DESC" | "buyer_profile:DESC" | "social_organic_start_date:DESC" | "paid_media_start_date:DESC" | "go_date:DESC")[], 19, undefined>]>, undefined>;
709
709
  }, undefined>;
710
710
  type QueryStrapiSearchClientProjects = v.InferOutput<typeof QueryStrapiSearchClientProjects>;
711
711
  //#endregion
@@ -715,7 +715,7 @@ declare const LIMIT_CLIENT_REPORT_PAGINATION_MAX_SIZE = 100;
715
715
  declare const CLIENT_REPORT_SORT_KEYS: readonly ["id", "title", "is_active", "is_external", "is_hidden", "createdAt", "updatedAt"];
716
716
  //#endregion
717
717
  //#region src/entities/client-report/fields.d.ts
718
- declare const QuerySortClientReports: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_external:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_external:DESC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_external:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_external:DESC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
718
+ 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>;
719
719
  type QuerySortClientReports = v.InferOutput<typeof QuerySortClientReports>;
720
720
  //#endregion
721
721
  //#region src/entities/client-report/mutation.d.ts
@@ -764,7 +764,7 @@ declare const QueryStrapiSearchClientReports: v.ObjectSchema<{
764
764
  readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
765
765
  readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
766
766
  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>;
767
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_external:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_external:DESC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_external:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_external:DESC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
767
+ 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>;
768
768
  }, undefined>;
769
769
  type QueryStrapiSearchClientReports = v.InferOutput<typeof QueryStrapiSearchClientReports>;
770
770
  //#endregion
@@ -787,7 +787,7 @@ declare const MondayWorkspaceDocument: v.GenericSchema<{
787
787
  type MondayWorkspaceDocument = v.InferOutput<typeof MondayWorkspaceDocument>;
788
788
  //#endregion
789
789
  //#region src/entities/monday-workspace/fields.d.ts
790
- declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
790
+ declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
791
791
  type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
792
792
  //#endregion
793
793
  //#region src/entities/monday-workspace/mutation.d.ts
@@ -820,7 +820,7 @@ declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
820
820
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
821
821
  readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
822
822
  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>;
823
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "workspace_id:DESC")[], 7, undefined>]>, undefined>;
823
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
824
824
  }, undefined>;
825
825
  type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
826
826
  //#endregion
@@ -1036,7 +1036,7 @@ declare const LIMIT_CLIENT_STYLEGUIDE_PAGINATION_MAX_SIZE = 100;
1036
1036
  declare const CLIENT_STYLEGUIDE_SORT_KEYS: readonly ["id", "title", "createdAt", "updatedAt"];
1037
1037
  //#endregion
1038
1038
  //#region src/entities/client-styleguide/fields.d.ts
1039
- declare const QuerySortClientStyleguides: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], 4, undefined>]>, undefined>;
1039
+ declare const QuerySortClientStyleguides: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], 4, undefined>]>, undefined>;
1040
1040
  type QuerySortClientStyleguides = v.InferOutput<typeof QuerySortClientStyleguides>;
1041
1041
  //#endregion
1042
1042
  //#region src/entities/client-styleguide/mutation.d.ts
@@ -1070,7 +1070,7 @@ declare const QueryStrapiSearchClientStyleguide: v.ObjectSchema<{
1070
1070
  readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
1071
1071
  readonly client_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
1072
1072
  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>;
1073
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC")[], 4, undefined>]>, undefined>;
1073
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "title:DESC")[], 4, undefined>]>, undefined>;
1074
1074
  }, undefined>;
1075
1075
  type QueryStrapiSearchClientStyleguide = v.InferOutput<typeof QueryStrapiSearchClientStyleguide>;
1076
1076
  //#endregion
@@ -1162,7 +1162,7 @@ declare const GCFlyTourDocument: v.GenericSchema<{
1162
1162
  type GCFlyTourDocument = v.InferOutput<typeof GCFlyTourDocument>;
1163
1163
  //#endregion
1164
1164
  //#region src/entities/gcflytour/fields.d.ts
1165
- declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], 7, undefined>]>, undefined>;
1165
+ declare const QuerySortGCFlyTours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
1166
1166
  type QuerySortGCFlyTours = v.InferOutput<typeof QuerySortGCFlyTours>;
1167
1167
  //#endregion
1168
1168
  //#region src/entities/gcflytour/mutation.d.ts
@@ -1209,7 +1209,7 @@ declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
1209
1209
  readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
1210
1210
  readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
1211
1211
  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>;
1212
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], 7, undefined>]>, undefined>;
1212
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
1213
1213
  }, undefined>;
1214
1214
  type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
1215
1215
  //#endregion
@@ -1234,7 +1234,7 @@ declare const ContentPillarDocument: v.GenericSchema<{
1234
1234
  type ContentPillarDocument = v.InferOutput<typeof ContentPillarDocument>;
1235
1235
  //#endregion
1236
1236
  //#region src/entities/content-pillar/fields.d.ts
1237
- declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC")[], 5, undefined>]>, undefined>;
1237
+ declare const QuerySortContentPillars: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
1238
1238
  type QuerySortContentPillars = v.InferOutput<typeof QuerySortContentPillars>;
1239
1239
  //#endregion
1240
1240
  //#region src/entities/content-pillar/mutation.d.ts
@@ -1270,7 +1270,7 @@ declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
1270
1270
  readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
1271
1271
  readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
1272
1272
  readonly clients: v.OptionalSchema<v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
1273
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "slug:ASC" | "slug:DESC")[], 5, undefined>]>, undefined>;
1273
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC")[], 5, undefined>]>, undefined>;
1274
1274
  }, undefined>;
1275
1275
  type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
1276
1276
  //#endregion
@@ -1280,7 +1280,7 @@ declare const LIMIT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 1000;
1280
1280
  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"];
1281
1281
  //#endregion
1282
1282
  //#region src/entities/media-platform/fields.d.ts
1283
- declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "clients.teamwork_id: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" | "utm_key:DESC" | "clients.teamwork_id: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" | "title:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "clients.teamwork_id: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" | "utm_key:DESC" | "clients.teamwork_id: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>;
1283
+ declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.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" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.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" | "title:ASC" | "slug:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.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" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.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>;
1284
1284
  type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
1285
1285
  //#endregion
1286
1286
  //#region src/entities/media-platform/mutation.d.ts
@@ -1340,7 +1340,7 @@ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
1340
1340
  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>;
1341
1341
  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>;
1342
1342
  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>;
1343
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "clients.teamwork_id: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" | "utm_key:DESC" | "clients.teamwork_id: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" | "title:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "slug:ASC" | "slug:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "utm_key:ASC" | "clients.teamwork_id: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" | "utm_key:DESC" | "clients.teamwork_id: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>;
1343
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.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" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.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" | "title:ASC" | "slug:ASC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "title:DESC" | "slug:DESC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.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" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.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>;
1344
1344
  }, undefined>;
1345
1345
  type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
1346
1346
  //#endregion
@@ -1350,7 +1350,7 @@ declare const LIMIT_GCFLYTOUR_SNAP_PAGINATION_MAX_SIZE = 1000;
1350
1350
  declare const GCFLYTOUR_SNAP_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
1351
1351
  //#endregion
1352
1352
  //#region src/entities/gcflytour-snap/fields.d.ts
1353
- declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], 7, undefined>]>, undefined>;
1353
+ declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
1354
1354
  type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
1355
1355
  //#endregion
1356
1356
  //#region src/entities/gcflytour-snap/mutation.d.ts
@@ -1395,7 +1395,7 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
1395
1395
  readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
1396
1396
  readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
1397
1397
  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>;
1398
- readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "title:ASC" | "is_active:ASC" | "is_hidden:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:DESC" | "is_active:DESC" | "is_hidden:DESC" | "slug:ASC" | "slug:DESC")[], 7, undefined>]>, undefined>;
1398
+ readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "is_active:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "is_active:DESC" | "title:ASC" | "slug:ASC" | "title:DESC" | "slug:DESC" | "is_hidden:ASC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
1399
1399
  }, undefined>;
1400
1400
  type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
1401
1401
  //#endregion
@@ -1,2 +1,2 @@
1
- import { Sn as ClientEntityScope, _n as CLIENT_ENTITY_KEYS, bn as ClientEntityActions, d as Permissions, f as RolesWithPermissions, p as ROLE_PERMISSIONS, u as LCRUDActions, vn as CLIENT_ENTITY_PERMISSIONS, xn as ClientEntityKey, yn as CLIENT_ENTITY_SCOPES } from "../index-DIFchI6E.cjs";
1
+ import { Sn as ClientEntityScope, _n as CLIENT_ENTITY_KEYS, bn as ClientEntityActions, d as Permissions, f as RolesWithPermissions, p as ROLE_PERMISSIONS, u as LCRUDActions, vn as CLIENT_ENTITY_PERMISSIONS, xn as ClientEntityKey, yn as CLIENT_ENTITY_SCOPES } from "../index-_TTaSI5W.cjs";
2
2
  export { CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, ClientEntityActions, ClientEntityKey, ClientEntityScope, LCRUDActions, Permissions, ROLE_PERMISSIONS, RolesWithPermissions };
@@ -1,2 +1,2 @@
1
- import { Sn as ClientEntityScope, _n as CLIENT_ENTITY_KEYS, bn as ClientEntityActions, d as Permissions, f as RolesWithPermissions, p as ROLE_PERMISSIONS, u as LCRUDActions, vn as CLIENT_ENTITY_PERMISSIONS, xn as ClientEntityKey, yn as CLIENT_ENTITY_SCOPES } from "../index-_ncAGiP4.mjs";
1
+ import { Sn as ClientEntityScope, _n as CLIENT_ENTITY_KEYS, bn as ClientEntityActions, d as Permissions, f as RolesWithPermissions, p as ROLE_PERMISSIONS, u as LCRUDActions, vn as CLIENT_ENTITY_PERMISSIONS, xn as ClientEntityKey, yn as CLIENT_ENTITY_SCOPES } from "../index-29gaO-_U.mjs";
2
2
  export { CLIENT_ENTITY_KEYS, CLIENT_ENTITY_PERMISSIONS, CLIENT_ENTITY_SCOPES, ClientEntityActions, ClientEntityKey, ClientEntityScope, LCRUDActions, Permissions, ROLE_PERMISSIONS, RolesWithPermissions };
@@ -1,5 +1,5 @@
1
1
  import { J as StrapiErrorResponse, K as StrapiAttributeErrorResponse } from "../index-pIkVPCOu.cjs";
2
- import { En as AuthorizedUserDocument, d as Permissions, kn as RoleType, l as ClientUserDocumentStatus } from "../index-DIFchI6E.cjs";
2
+ import { En as AuthorizedUserDocument, d as Permissions, kn as RoleType, l as ClientUserDocumentStatus } from "../index-_TTaSI5W.cjs";
3
3
  import * as v from "valibot";
4
4
 
5
5
  //#region src/utilities/permissions.d.ts
@@ -1,5 +1,5 @@
1
1
  import { J as StrapiErrorResponse, K as StrapiAttributeErrorResponse } from "../index-BETc3XfA.mjs";
2
- import { En as AuthorizedUserDocument, d as Permissions, kn as RoleType, l as ClientUserDocumentStatus } from "../index-_ncAGiP4.mjs";
2
+ import { En as AuthorizedUserDocument, d as Permissions, kn as RoleType, l as ClientUserDocumentStatus } from "../index-29gaO-_U.mjs";
3
3
  import * as v from "valibot";
4
4
 
5
5
  //#region src/utilities/permissions.d.ts
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.14",
4
+ "version": "0.0.271-alpha.16",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "type": "module",