@getcommunity/gc-validators 0.0.287 → 0.0.288-alpha.1
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/base/index.cjs +6 -7
- package/dist/base/index.d.cts +1 -1
- package/dist/base/index.d.mts +1 -1
- package/dist/base/index.mjs +2 -3
- package/dist/boolean-BwqaNE9c.cjs +23 -0
- package/dist/boolean-cJxcC8gC.mjs +10 -0
- package/dist/constants/index.d.cts +1 -1
- package/dist/constants/index.d.mts +1 -1
- package/dist/{document-Cv0UyYmb.d.cts → document-CPHhI3jF.d.cts} +118 -19
- package/dist/{document-Cxhs9JXi.d.mts → document-DHJf5HxE.d.mts} +118 -19
- package/dist/entities/audit-log/mutation.cjs +1 -1
- package/dist/entities/audit-log/mutation.mjs +1 -1
- package/dist/entities/audit-log/query.cjs +29 -18
- package/dist/entities/audit-log/query.d.cts +64 -16
- package/dist/entities/audit-log/query.d.mts +64 -16
- package/dist/entities/audit-log/query.mjs +28 -19
- package/dist/entities/blog-post/fields.cjs +1 -1
- package/dist/entities/blog-post/fields.mjs +1 -1
- package/dist/entities/blog-post/query.cjs +32 -7
- package/dist/entities/blog-post/query.d.cts +60 -5
- package/dist/entities/blog-post/query.d.mts +60 -5
- package/dist/entities/blog-post/query.mjs +29 -6
- package/dist/entities/category/mutation.cjs +1 -1
- package/dist/entities/category/mutation.mjs +1 -1
- package/dist/entities/category/query.cjs +13 -4
- package/dist/entities/category/query.d.cts +19 -3
- package/dist/entities/category/query.d.mts +19 -3
- package/dist/entities/category/query.mjs +13 -5
- package/dist/entities/client/document.d.cts +1 -1
- package/dist/entities/client/document.d.mts +1 -1
- package/dist/entities/client/fields.cjs +3 -1
- package/dist/entities/client/fields.d.cts +3 -1
- package/dist/entities/client/fields.d.mts +3 -1
- package/dist/entities/client/fields.mjs +3 -2
- package/dist/entities/client/mutation.cjs +1 -1
- package/dist/entities/client/mutation.mjs +1 -1
- package/dist/entities/client/query.cjs +27 -14
- package/dist/entities/client/query.d.cts +2 -23
- package/dist/entities/client/query.d.mts +2 -23
- package/dist/entities/client/query.mjs +27 -16
- package/dist/entities/client-content-pillar/document.d.cts +1 -1
- package/dist/entities/client-content-pillar/document.d.mts +1 -1
- package/dist/entities/client-content-pillar/mutation.cjs +1 -1
- package/dist/entities/client-content-pillar/mutation.mjs +1 -1
- package/dist/entities/client-content-pillar/query.cjs +3 -20
- package/dist/entities/client-content-pillar/query.d.cts +2 -16
- package/dist/entities/client-content-pillar/query.d.mts +2 -16
- package/dist/entities/client-content-pillar/query.mjs +2 -18
- package/dist/entities/client-media-platform/document.d.cts +1 -1
- package/dist/entities/client-media-platform/document.d.mts +1 -1
- package/dist/entities/client-media-platform/mutation.cjs +1 -1
- package/dist/entities/client-media-platform/mutation.mjs +1 -1
- package/dist/entities/client-media-platform/query.cjs +3 -22
- package/dist/entities/client-media-platform/query.d.cts +2 -17
- package/dist/entities/client-media-platform/query.d.mts +2 -17
- package/dist/entities/client-media-platform/query.mjs +2 -20
- package/dist/entities/client-project/document.d.cts +1 -1
- package/dist/entities/client-project/document.d.mts +1 -1
- package/dist/entities/client-project/mutation.cjs +2 -2
- package/dist/entities/client-project/mutation.mjs +2 -2
- package/dist/entities/client-project/query.cjs +36 -26
- package/dist/entities/client-project/query.d.cts +89 -19
- package/dist/entities/client-project/query.d.mts +89 -19
- package/dist/entities/client-project/query.mjs +34 -27
- package/dist/entities/client-report/document.d.cts +1 -1
- package/dist/entities/client-report/document.d.mts +1 -1
- package/dist/entities/client-report/mutation.cjs +1 -1
- package/dist/entities/client-report/mutation.mjs +1 -1
- package/dist/entities/client-report/query.cjs +23 -10
- package/dist/entities/client-report/query.d.cts +49 -8
- package/dist/entities/client-report/query.d.mts +49 -8
- package/dist/entities/client-report/query.mjs +22 -11
- package/dist/entities/client-styleguide/document.d.cts +1 -1
- package/dist/entities/client-styleguide/document.d.mts +1 -1
- package/dist/entities/client-styleguide/mutation.cjs +1 -1
- package/dist/entities/client-styleguide/mutation.mjs +1 -1
- package/dist/entities/client-styleguide/query.cjs +16 -7
- package/dist/entities/client-styleguide/query.d.cts +22 -5
- package/dist/entities/client-styleguide/query.d.mts +22 -5
- package/dist/entities/client-styleguide/query.mjs +16 -8
- package/dist/entities/client-user/document.d.cts +1 -1
- package/dist/entities/client-user/document.d.mts +1 -1
- package/dist/entities/client-user/fields.cjs +2 -0
- package/dist/entities/client-user/fields.d.cts +2 -2
- package/dist/entities/client-user/fields.d.mts +2 -2
- package/dist/entities/client-user/fields.mjs +2 -1
- package/dist/entities/client-user/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.d.cts +1 -1
- package/dist/entities/client-user/mutation.d.mts +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +3 -13
- package/dist/entities/client-user/query.d.cts +2 -11
- package/dist/entities/client-user/query.d.mts +2 -11
- package/dist/entities/client-user/query.mjs +2 -11
- package/dist/entities/content-pillar/document.d.cts +1 -1
- package/dist/entities/content-pillar/document.d.mts +1 -1
- package/dist/entities/content-pillar/mutation.cjs +1 -1
- package/dist/entities/content-pillar/mutation.mjs +1 -1
- package/dist/entities/content-pillar/query.cjs +3 -17
- package/dist/entities/content-pillar/query.d.cts +2 -14
- package/dist/entities/content-pillar/query.d.mts +2 -14
- package/dist/entities/content-pillar/query.mjs +2 -15
- package/dist/entities/formatter/constants.d.cts +1 -1
- package/dist/entities/formatter/constants.d.mts +1 -1
- package/dist/entities/formatter/fields.d.cts +4 -4
- package/dist/entities/formatter/fields.d.mts +4 -4
- package/dist/entities/gcflytour/document.d.cts +1 -1
- package/dist/entities/gcflytour/document.d.mts +1 -1
- package/dist/entities/gcflytour/mutation.cjs +1 -1
- package/dist/entities/gcflytour/mutation.mjs +1 -1
- package/dist/entities/gcflytour/query.cjs +3 -20
- package/dist/entities/gcflytour/query.d.cts +2 -16
- package/dist/entities/gcflytour/query.d.mts +2 -16
- package/dist/entities/gcflytour/query.mjs +2 -18
- package/dist/entities/gcflytour-snap/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap/mutation.cjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.mjs +1 -1
- package/dist/entities/gcflytour-snap/query.cjs +3 -21
- package/dist/entities/gcflytour-snap/query.d.cts +2 -17
- package/dist/entities/gcflytour-snap/query.d.mts +2 -17
- package/dist/entities/gcflytour-snap/query.mjs +2 -19
- package/dist/entities/lead/mutation.cjs +1 -1
- package/dist/entities/lead/mutation.mjs +1 -1
- package/dist/entities/media-content-type/document.d.cts +1 -1
- package/dist/entities/media-content-type/document.d.mts +1 -1
- package/dist/entities/media-content-type/mutation.cjs +1 -1
- package/dist/entities/media-content-type/mutation.mjs +1 -1
- package/dist/entities/media-content-type/query.cjs +3 -22
- package/dist/entities/media-content-type/query.d.cts +2 -18
- package/dist/entities/media-content-type/query.d.mts +2 -18
- package/dist/entities/media-content-type/query.mjs +2 -20
- package/dist/entities/media-creative-format/document.d.cts +1 -1
- package/dist/entities/media-creative-format/document.d.mts +1 -1
- package/dist/entities/media-creative-format/mutation.cjs +1 -1
- package/dist/entities/media-creative-format/mutation.mjs +1 -1
- package/dist/entities/media-creative-format/query.cjs +3 -20
- package/dist/entities/media-creative-format/query.d.cts +2 -16
- package/dist/entities/media-creative-format/query.d.mts +2 -16
- package/dist/entities/media-creative-format/query.mjs +2 -18
- package/dist/entities/media-medium/document.d.cts +1 -1
- package/dist/entities/media-medium/document.d.mts +1 -1
- package/dist/entities/media-medium/mutation.cjs +1 -1
- package/dist/entities/media-medium/mutation.mjs +1 -1
- package/dist/entities/media-medium/query.cjs +3 -21
- package/dist/entities/media-medium/query.d.cts +2 -17
- package/dist/entities/media-medium/query.d.mts +2 -17
- package/dist/entities/media-medium/query.mjs +2 -19
- package/dist/entities/media-platform/document.d.cts +1 -1
- package/dist/entities/media-platform/document.d.mts +1 -1
- package/dist/entities/media-platform/mutation.cjs +1 -1
- package/dist/entities/media-platform/mutation.mjs +1 -1
- package/dist/entities/media-platform/query.cjs +3 -25
- package/dist/entities/media-platform/query.d.cts +2 -20
- package/dist/entities/media-platform/query.d.mts +2 -20
- package/dist/entities/media-platform/query.mjs +2 -23
- package/dist/entities/monday-workspace/document.d.cts +1 -1
- package/dist/entities/monday-workspace/document.d.mts +1 -1
- package/dist/entities/monday-workspace/mutation.cjs +1 -1
- package/dist/entities/monday-workspace/mutation.mjs +1 -1
- package/dist/entities/monday-workspace/query.cjs +15 -6
- package/dist/entities/monday-workspace/query.d.cts +22 -4
- package/dist/entities/monday-workspace/query.d.mts +22 -4
- package/dist/entities/monday-workspace/query.mjs +15 -7
- package/dist/entities/newsletter-signup/mutation.cjs +1 -1
- package/dist/entities/newsletter-signup/mutation.mjs +1 -1
- package/dist/entities/product-highlight/document.d.cts +1 -1
- package/dist/entities/product-highlight/document.d.mts +1 -1
- package/dist/entities/resume/mutation.cjs +1 -1
- package/dist/entities/resume/mutation.mjs +1 -1
- package/dist/entities/tag/mutation.cjs +1 -1
- package/dist/entities/tag/mutation.mjs +1 -1
- package/dist/entities/tag/query.cjs +13 -4
- package/dist/entities/tag/query.d.cts +19 -3
- package/dist/entities/tag/query.d.mts +19 -3
- package/dist/entities/tag/query.mjs +13 -5
- package/dist/entities/team-member/query.cjs +24 -9
- package/dist/entities/team-member/query.d.cts +66 -7
- package/dist/entities/team-member/query.d.mts +66 -7
- package/dist/entities/team-member/query.mjs +22 -10
- package/dist/entities/teamwork/query.cjs +0 -1
- package/dist/entities/teamwork/query.mjs +0 -1
- package/dist/entities/trend/mutation.cjs +1 -1
- package/dist/entities/trend/mutation.mjs +1 -1
- package/dist/entities/up-auth/mutation.d.cts +1 -103
- package/dist/entities/up-auth/mutation.d.mts +1 -103
- package/dist/entities/up-permission/document.d.cts +1 -1
- package/dist/entities/up-permission/document.d.mts +1 -1
- package/dist/entities/up-permission/fields.cjs +7 -0
- package/dist/entities/up-permission/fields.d.cts +2 -0
- package/dist/entities/up-permission/fields.d.mts +2 -0
- package/dist/entities/up-permission/fields.mjs +6 -0
- package/dist/entities/up-role/document.d.cts +1 -1
- package/dist/entities/up-role/document.d.mts +1 -1
- package/dist/entities/up-role/query.cjs +19 -0
- package/dist/entities/up-role/query.d.cts +2 -0
- package/dist/entities/up-role/query.d.mts +2 -0
- package/dist/entities/up-role/query.mjs +17 -0
- package/dist/entities/up-user/document.d.cts +1 -1
- package/dist/entities/up-user/document.d.mts +1 -1
- package/dist/entities/up-user/query.cjs +4 -20
- package/dist/entities/up-user/query.d.cts +2 -17
- package/dist/entities/up-user/query.d.mts +2 -17
- package/dist/entities/up-user/query.mjs +2 -17
- package/dist/entities/url-redirect/query.cjs +25 -3
- package/dist/entities/url-redirect/query.d.cts +64 -3
- package/dist/entities/url-redirect/query.d.mts +64 -3
- package/dist/entities/url-redirect/query.mjs +22 -3
- package/dist/entities/user-account/document.d.cts +1 -1
- package/dist/entities/user-account/document.d.mts +1 -1
- package/dist/entities/user-account/mutation.cjs +1 -1
- package/dist/entities/user-account/mutation.mjs +1 -1
- package/dist/entities/user-account/query.cjs +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +1 -1
- package/dist/entities/utm-link-builder/mutation.mjs +1 -1
- package/dist/entities/utm-tracking-link/document.d.cts +1 -1
- package/dist/entities/utm-tracking-link/document.d.mts +1 -1
- package/dist/entities/utm-tracking-link/mutation.cjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.mjs +1 -1
- package/dist/entities/utm-tracking-link/query.cjs +32 -25
- package/dist/entities/utm-tracking-link/query.d.cts +53 -21
- package/dist/entities/utm-tracking-link/query.d.mts +53 -21
- package/dist/entities/utm-tracking-link/query.mjs +32 -26
- package/dist/fields-BN1MQEFa.d.mts +25 -0
- package/dist/{fields-BNrM_SmR.d.cts → fields-CPhXlK2H.d.cts} +3 -1
- package/dist/{fields-BNrM_SmR.d.mts → fields-CPhXlK2H.d.mts} +3 -1
- package/dist/fields-KhJJEwDn.d.cts +25 -0
- package/dist/filters/index.cjs +173 -0
- package/dist/filters/index.d.cts +110 -0
- package/dist/filters/index.d.mts +110 -0
- package/dist/filters/index.mjs +148 -0
- package/dist/{index-DHHJwRNf.d.mts → index-26DCj3kM.d.mts} +6 -6
- package/dist/index-CJnvK9aa.d.cts +395 -0
- package/dist/index-CJoIbrN-.d.mts +395 -0
- package/dist/index-CstRGKNl.d.cts +10 -0
- package/dist/index-CstRGKNl.d.mts +10 -0
- package/dist/{index-zDQP0gcQ.d.cts → index-RcVef_Z2.d.cts} +6 -6
- package/dist/logical-operators-Bku8NPDs.cjs +24 -0
- package/dist/logical-operators-C0-wSK0P.mjs +17 -0
- package/dist/null-operators-CyK5Nxn3.cjs +96 -0
- package/dist/null-operators-DvwH8j8n.mjs +47 -0
- package/dist/permissions/index.d.cts +2 -2
- package/dist/permissions/index.d.mts +2 -2
- package/dist/picklist-DMZjp2EE.cjs +29 -0
- package/dist/picklist-DayZlSoN.mjs +16 -0
- package/dist/query-7_zddNOX.d.mts +68 -0
- package/dist/query-9XKj-s81.d.mts +75 -0
- package/dist/query-CI3ZWJqL2.cjs +74 -0
- package/dist/query-CI5JQhH_.d.cts +73 -0
- package/dist/query-CY7W3BZ5.mjs +49 -0
- package/dist/query-CeillfBr.d.cts +35 -0
- package/dist/query-CgWG7dSl.mjs +43 -0
- package/dist/query-CtCcNIyW.d.cts +75 -0
- package/dist/query-CyYPluP3.d.mts +73 -0
- package/dist/query-D1mBqALL.cjs +68 -0
- package/dist/query-DD39dkbH.d.cts +174 -0
- package/dist/query-DVcH4-JK.cjs +171 -0
- package/dist/query-DZdytwSD.d.cts +61 -0
- package/dist/query-Do-3hcZD.d.mts +35 -0
- package/dist/{query-iF2acn2f.cjs → query-DqwF7V2G.cjs} +1 -1
- package/dist/{query-Bflh6Vd8.mjs → query-DuuwYQWE.mjs} +1 -1
- package/dist/query-Q18zizCQ.mjs +110 -0
- package/dist/query-Wt8Cx9OF.mjs +54 -0
- package/dist/query-emzTCCDq.d.mts +174 -0
- package/dist/query-qb1G3OKt.cjs +85 -0
- package/dist/query-vsyN6YiK.d.mts +61 -0
- package/dist/query-y7Fuj2mF.d.cts +68 -0
- package/dist/{relationships-yGO2L8BR.cjs → relationships-B7XakNhb.cjs} +34 -4
- package/dist/{relationships-fCFeEt1G.mjs → relationships-DYr9eF1a.mjs} +8 -2
- package/dist/string-DnXY8Tir.cjs +227 -0
- package/dist/string-cbk3BUGq.mjs +106 -0
- package/dist/utilities/index.d.cts +2 -3
- package/dist/utilities/index.d.mts +2 -3
- package/dist/validators/index.cjs +2 -2
- package/dist/validators/index.mjs +2 -2
- package/package.json +20 -6
- package/dist/strapi-B79JabkQ.cjs +0 -34
- package/dist/strapi-BgfOZjWn.mjs +0 -9
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, f as EmailFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJnvK9aa.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-y7Fuj2mF.cjs";
|
|
3
|
+
import { t as FilterScopes } from "./fields-KhJJEwDn.cjs";
|
|
4
|
+
import { n as FilterStrapiRoles } from "./query-CeillfBr.cjs";
|
|
5
|
+
import * as v from "valibot";
|
|
6
|
+
|
|
7
|
+
//#region src/entities/up-user/query.d.ts
|
|
8
|
+
declare const FilterStrapiUsers: v.GenericSchema<{
|
|
9
|
+
id?: IdFilter;
|
|
10
|
+
documentId?: DocumentIdFilter;
|
|
11
|
+
createdAt?: DateTimeFilter;
|
|
12
|
+
updatedAt?: DateTimeFilter;
|
|
13
|
+
username?: StringFilter;
|
|
14
|
+
email?: EmailFilter;
|
|
15
|
+
confirmed?: BooleanFilter;
|
|
16
|
+
blocked?: BooleanFilter;
|
|
17
|
+
clerk_user_id?: StringFilter;
|
|
18
|
+
role?: FilterStrapiRoles;
|
|
19
|
+
clients?: FilterStrapiClientUsers;
|
|
20
|
+
}>;
|
|
21
|
+
type FilterStrapiUsers = v.InferOutput<typeof FilterStrapiUsers>;
|
|
22
|
+
declare const QueryStrapiSearchUsers: v.ObjectSchema<{
|
|
23
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
24
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
25
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
26
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
27
|
+
id?: IdFilter;
|
|
28
|
+
documentId?: DocumentIdFilter;
|
|
29
|
+
createdAt?: DateTimeFilter;
|
|
30
|
+
updatedAt?: DateTimeFilter;
|
|
31
|
+
username?: StringFilter;
|
|
32
|
+
email?: EmailFilter;
|
|
33
|
+
confirmed?: BooleanFilter;
|
|
34
|
+
blocked?: BooleanFilter;
|
|
35
|
+
clerk_user_id?: StringFilter;
|
|
36
|
+
role?: FilterStrapiRoles;
|
|
37
|
+
clients?: FilterStrapiClientUsers;
|
|
38
|
+
}>, undefined>;
|
|
39
|
+
}, undefined>;
|
|
40
|
+
type QueryStrapiSearchUsers = v.InferOutput<typeof QueryStrapiSearchUsers>;
|
|
41
|
+
declare const QueryStrapiSearchUsersByIdentifier: v.ObjectSchema<{
|
|
42
|
+
readonly identifier: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, 255, undefined>]>;
|
|
43
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
44
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
45
|
+
}, undefined>;
|
|
46
|
+
type QueryStrapiSearchUsersByIdentifier = v.InferOutput<typeof QueryStrapiSearchUsersByIdentifier>;
|
|
47
|
+
//#endregion
|
|
48
|
+
//#region src/entities/client-user/query.d.ts
|
|
49
|
+
declare const FilterStrapiClientUsers: v.GenericSchema<{
|
|
50
|
+
id?: IdFilter;
|
|
51
|
+
documentId?: DocumentIdFilter;
|
|
52
|
+
createdAt?: DateTimeFilter;
|
|
53
|
+
updatedAt?: DateTimeFilter;
|
|
54
|
+
scopes?: FilterScopes;
|
|
55
|
+
client?: FilterStrapiClients;
|
|
56
|
+
user?: FilterStrapiUsers;
|
|
57
|
+
}>;
|
|
58
|
+
type FilterStrapiClientUsers = v.InferOutput<typeof FilterStrapiClientUsers>;
|
|
59
|
+
declare const QueryStrapiSearchClientUsers: v.ObjectSchema<{
|
|
60
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
61
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
62
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
63
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
64
|
+
id?: IdFilter;
|
|
65
|
+
documentId?: DocumentIdFilter;
|
|
66
|
+
createdAt?: DateTimeFilter;
|
|
67
|
+
updatedAt?: DateTimeFilter;
|
|
68
|
+
scopes?: FilterScopes;
|
|
69
|
+
client?: FilterStrapiClients;
|
|
70
|
+
user?: FilterStrapiUsers;
|
|
71
|
+
}>, undefined>;
|
|
72
|
+
}, undefined>;
|
|
73
|
+
type QueryStrapiSearchClientUsers = v.InferOutput<typeof QueryStrapiSearchClientUsers>;
|
|
74
|
+
//#endregion
|
|
75
|
+
export { QueryStrapiSearchUsersByIdentifier as a, QueryStrapiSearchUsers as i, QueryStrapiSearchClientUsers as n, FilterStrapiUsers as r, FilterStrapiClientUsers as t };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJoIbrN-.mjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-7_zddNOX.mjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/gcflytour/query.d.ts
|
|
6
|
+
declare const FilterStrapiGCFlyTours: v.GenericSchema<{
|
|
7
|
+
id?: IdFilter;
|
|
8
|
+
documentId?: DocumentIdFilter;
|
|
9
|
+
createdAt?: DateTimeFilter;
|
|
10
|
+
updatedAt?: DateTimeFilter;
|
|
11
|
+
title?: StringFilter;
|
|
12
|
+
description?: LongStringFilter;
|
|
13
|
+
slug?: SlugFilter;
|
|
14
|
+
is_active?: BooleanFilter;
|
|
15
|
+
is_hidden?: BooleanFilter;
|
|
16
|
+
gcflytour_snaps?: FilterStrapiGCFlyTourSnaps;
|
|
17
|
+
clients?: FilterStrapiClients;
|
|
18
|
+
}>;
|
|
19
|
+
type FilterStrapiGCFlyTours = v.InferOutput<typeof FilterStrapiGCFlyTours>;
|
|
20
|
+
declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
21
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
22
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
23
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
24
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
25
|
+
id?: IdFilter;
|
|
26
|
+
documentId?: DocumentIdFilter;
|
|
27
|
+
createdAt?: DateTimeFilter;
|
|
28
|
+
updatedAt?: DateTimeFilter;
|
|
29
|
+
title?: StringFilter;
|
|
30
|
+
description?: LongStringFilter;
|
|
31
|
+
slug?: SlugFilter;
|
|
32
|
+
is_active?: BooleanFilter;
|
|
33
|
+
is_hidden?: BooleanFilter;
|
|
34
|
+
gcflytour_snaps?: FilterStrapiGCFlyTourSnaps;
|
|
35
|
+
clients?: FilterStrapiClients;
|
|
36
|
+
}>, undefined>;
|
|
37
|
+
}, undefined>;
|
|
38
|
+
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/entities/gcflytour-snap/query.d.ts
|
|
41
|
+
declare const FilterStrapiGCFlyTourSnaps: v.GenericSchema<{
|
|
42
|
+
id?: IdFilter;
|
|
43
|
+
documentId?: DocumentIdFilter;
|
|
44
|
+
createdAt?: DateTimeFilter;
|
|
45
|
+
updatedAt?: DateTimeFilter;
|
|
46
|
+
title?: StringFilter;
|
|
47
|
+
description?: LongStringFilter;
|
|
48
|
+
slug?: SlugFilter;
|
|
49
|
+
is_active?: BooleanFilter;
|
|
50
|
+
is_hidden?: BooleanFilter;
|
|
51
|
+
gcflytour?: FilterStrapiGCFlyTours;
|
|
52
|
+
}>;
|
|
53
|
+
type FilterStrapiGCFlyTourSnaps = v.InferOutput<typeof FilterStrapiGCFlyTourSnaps>;
|
|
54
|
+
declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
55
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
56
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
57
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
58
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
59
|
+
id?: IdFilter;
|
|
60
|
+
documentId?: DocumentIdFilter;
|
|
61
|
+
createdAt?: DateTimeFilter;
|
|
62
|
+
updatedAt?: DateTimeFilter;
|
|
63
|
+
title?: StringFilter;
|
|
64
|
+
description?: LongStringFilter;
|
|
65
|
+
slug?: SlugFilter;
|
|
66
|
+
is_active?: BooleanFilter;
|
|
67
|
+
is_hidden?: BooleanFilter;
|
|
68
|
+
gcflytour?: FilterStrapiGCFlyTours;
|
|
69
|
+
}>, undefined>;
|
|
70
|
+
}, undefined>;
|
|
71
|
+
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
72
|
+
//#endregion
|
|
73
|
+
export { QueryStrapiSearchGCFlyTours as i, QueryStrapiSearchGCFlyTourSnaps as n, FilterStrapiGCFlyTours as r, FilterStrapiGCFlyTourSnaps as t };
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const require_chunk = require("./chunk-D6vf50IK.cjs");
|
|
2
|
+
const require_pagination = require("./pagination-DhAgQr7d.cjs");
|
|
3
|
+
const require_sort = require("./sort-CYllFl6q.cjs");
|
|
4
|
+
const require_logical_operators = require("./logical-operators-Bku8NPDs.cjs");
|
|
5
|
+
const require_string = require("./string-DnXY8Tir.cjs");
|
|
6
|
+
const require_boolean = require("./boolean-BwqaNE9c.cjs");
|
|
7
|
+
const require_entities_client_query = require("./entities/client/query.cjs");
|
|
8
|
+
let valibot = require("valibot");
|
|
9
|
+
valibot = require_chunk.__toESM(valibot, 1);
|
|
10
|
+
//#region src/entities/content-pillar/query.ts
|
|
11
|
+
const FilterStrapiContentPillars = require_logical_operators.createStrapiFilterSchema({
|
|
12
|
+
id: require_string.IdFilter,
|
|
13
|
+
documentId: require_string.DocumentIdFilter,
|
|
14
|
+
createdAt: require_string.DateTimeFilter,
|
|
15
|
+
updatedAt: require_string.DateTimeFilter,
|
|
16
|
+
title: require_string.StringFilter,
|
|
17
|
+
slug: require_string.SlugFilter,
|
|
18
|
+
description: require_string.LongStringFilter,
|
|
19
|
+
clients: valibot.optional(valibot.lazy(() => FilterStrapiClientContentPillars))
|
|
20
|
+
});
|
|
21
|
+
const QueryStrapiSearchContentPillars = valibot.object({
|
|
22
|
+
page: require_pagination.VPage(),
|
|
23
|
+
size: require_pagination.VSize(),
|
|
24
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
25
|
+
f: valibot.optional(FilterStrapiContentPillars)
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/entities/client-content-pillar/query.ts
|
|
29
|
+
const FilterStrapiClientContentPillars = require_logical_operators.createStrapiFilterSchema({
|
|
30
|
+
id: require_string.IdFilter,
|
|
31
|
+
documentId: require_string.DocumentIdFilter,
|
|
32
|
+
createdAt: require_string.DateTimeFilter,
|
|
33
|
+
updatedAt: require_string.DateTimeFilter,
|
|
34
|
+
is_active: require_boolean.BooleanFilter,
|
|
35
|
+
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients)),
|
|
36
|
+
content_pillar: valibot.optional(valibot.lazy(() => FilterStrapiContentPillars))
|
|
37
|
+
});
|
|
38
|
+
const QueryStrapiSearchClientContentPillars = valibot.object({
|
|
39
|
+
page: require_pagination.VPage(),
|
|
40
|
+
size: require_pagination.VSize(),
|
|
41
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
42
|
+
f: valibot.optional(FilterStrapiClientContentPillars)
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
Object.defineProperty(exports, "FilterStrapiClientContentPillars", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function() {
|
|
48
|
+
return FilterStrapiClientContentPillars;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "FilterStrapiContentPillars", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function() {
|
|
54
|
+
return FilterStrapiContentPillars;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "QueryStrapiSearchClientContentPillars", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function() {
|
|
60
|
+
return QueryStrapiSearchClientContentPillars;
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "QueryStrapiSearchContentPillars", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function() {
|
|
66
|
+
return QueryStrapiSearchContentPillars;
|
|
67
|
+
}
|
|
68
|
+
});
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJnvK9aa.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-y7Fuj2mF.cjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/media-creative-format/query.d.ts
|
|
6
|
+
declare const FilterStrapiMediaCreativeFormats: v.GenericSchema<{
|
|
7
|
+
id?: IdFilter;
|
|
8
|
+
documentId?: DocumentIdFilter;
|
|
9
|
+
createdAt?: DateTimeFilter;
|
|
10
|
+
updatedAt?: DateTimeFilter;
|
|
11
|
+
title?: StringFilter;
|
|
12
|
+
slug?: SlugFilter;
|
|
13
|
+
is_active?: BooleanFilter;
|
|
14
|
+
is_universal?: BooleanFilter;
|
|
15
|
+
description?: LongStringFilter;
|
|
16
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
17
|
+
}>;
|
|
18
|
+
type FilterStrapiMediaCreativeFormats = v.InferOutput<typeof FilterStrapiMediaCreativeFormats>;
|
|
19
|
+
declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
20
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
21
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
22
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
23
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
24
|
+
id?: IdFilter;
|
|
25
|
+
documentId?: DocumentIdFilter;
|
|
26
|
+
createdAt?: DateTimeFilter;
|
|
27
|
+
updatedAt?: DateTimeFilter;
|
|
28
|
+
title?: StringFilter;
|
|
29
|
+
slug?: SlugFilter;
|
|
30
|
+
is_active?: BooleanFilter;
|
|
31
|
+
is_universal?: BooleanFilter;
|
|
32
|
+
description?: LongStringFilter;
|
|
33
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
34
|
+
}>, undefined>;
|
|
35
|
+
}, undefined>;
|
|
36
|
+
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
37
|
+
//#endregion
|
|
38
|
+
//#region src/entities/media-content-type/query.d.ts
|
|
39
|
+
declare const FilterStrapiMediaContentTypes: v.GenericSchema<{
|
|
40
|
+
id?: IdFilter;
|
|
41
|
+
documentId?: DocumentIdFilter;
|
|
42
|
+
createdAt?: DateTimeFilter;
|
|
43
|
+
updatedAt?: DateTimeFilter;
|
|
44
|
+
title?: StringFilter;
|
|
45
|
+
slug?: SlugFilter;
|
|
46
|
+
is_active?: BooleanFilter;
|
|
47
|
+
is_organic_social?: BooleanFilter;
|
|
48
|
+
is_paid_media?: BooleanFilter;
|
|
49
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
50
|
+
media_creative_formats?: FilterStrapiMediaCreativeFormats;
|
|
51
|
+
}>;
|
|
52
|
+
type FilterStrapiMediaContentTypes = v.InferOutput<typeof FilterStrapiMediaContentTypes>;
|
|
53
|
+
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
54
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
55
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
56
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
57
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
58
|
+
id?: IdFilter;
|
|
59
|
+
documentId?: DocumentIdFilter;
|
|
60
|
+
createdAt?: DateTimeFilter;
|
|
61
|
+
updatedAt?: DateTimeFilter;
|
|
62
|
+
title?: StringFilter;
|
|
63
|
+
slug?: SlugFilter;
|
|
64
|
+
is_active?: BooleanFilter;
|
|
65
|
+
is_organic_social?: BooleanFilter;
|
|
66
|
+
is_paid_media?: BooleanFilter;
|
|
67
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
68
|
+
media_creative_formats?: FilterStrapiMediaCreativeFormats;
|
|
69
|
+
}>, undefined>;
|
|
70
|
+
}, undefined>;
|
|
71
|
+
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/entities/media-medium/query.d.ts
|
|
74
|
+
declare const FilterStrapiMediaMediums: v.GenericSchema<{
|
|
75
|
+
id?: IdFilter;
|
|
76
|
+
documentId?: DocumentIdFilter;
|
|
77
|
+
createdAt?: DateTimeFilter;
|
|
78
|
+
updatedAt?: DateTimeFilter;
|
|
79
|
+
title?: StringFilter;
|
|
80
|
+
slug?: SlugFilter;
|
|
81
|
+
is_active?: BooleanFilter;
|
|
82
|
+
is_organic_social?: BooleanFilter;
|
|
83
|
+
is_paid_media?: BooleanFilter;
|
|
84
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
85
|
+
}>;
|
|
86
|
+
type FilterStrapiMediaMediums = v.InferOutput<typeof FilterStrapiMediaMediums>;
|
|
87
|
+
declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
88
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
89
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
90
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
91
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
92
|
+
id?: IdFilter;
|
|
93
|
+
documentId?: DocumentIdFilter;
|
|
94
|
+
createdAt?: DateTimeFilter;
|
|
95
|
+
updatedAt?: DateTimeFilter;
|
|
96
|
+
title?: StringFilter;
|
|
97
|
+
slug?: SlugFilter;
|
|
98
|
+
is_active?: BooleanFilter;
|
|
99
|
+
is_organic_social?: BooleanFilter;
|
|
100
|
+
is_paid_media?: BooleanFilter;
|
|
101
|
+
media_platforms?: FilterStrapiMediaPlatforms;
|
|
102
|
+
}>, undefined>;
|
|
103
|
+
}, undefined>;
|
|
104
|
+
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
105
|
+
//#endregion
|
|
106
|
+
//#region src/entities/media-platform/query.d.ts
|
|
107
|
+
declare const FilterStrapiMediaPlatforms: v.GenericSchema<{
|
|
108
|
+
id?: IdFilter;
|
|
109
|
+
documentId?: DocumentIdFilter;
|
|
110
|
+
createdAt?: DateTimeFilter;
|
|
111
|
+
updatedAt?: DateTimeFilter;
|
|
112
|
+
title?: StringFilter;
|
|
113
|
+
slug?: SlugFilter;
|
|
114
|
+
utm_key?: SlugFilter;
|
|
115
|
+
is_active?: BooleanFilter;
|
|
116
|
+
is_organic_social?: BooleanFilter;
|
|
117
|
+
is_paid_media?: BooleanFilter;
|
|
118
|
+
clients?: FilterStrapiClientMediaPlatforms;
|
|
119
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
120
|
+
media_mediums?: FilterStrapiMediaMediums;
|
|
121
|
+
}>;
|
|
122
|
+
type FilterStrapiMediaPlatforms = v.InferOutput<typeof FilterStrapiMediaPlatforms>;
|
|
123
|
+
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
124
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
125
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
126
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
127
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
128
|
+
id?: IdFilter;
|
|
129
|
+
documentId?: DocumentIdFilter;
|
|
130
|
+
createdAt?: DateTimeFilter;
|
|
131
|
+
updatedAt?: DateTimeFilter;
|
|
132
|
+
title?: StringFilter;
|
|
133
|
+
slug?: SlugFilter;
|
|
134
|
+
utm_key?: SlugFilter;
|
|
135
|
+
is_active?: BooleanFilter;
|
|
136
|
+
is_organic_social?: BooleanFilter;
|
|
137
|
+
is_paid_media?: BooleanFilter;
|
|
138
|
+
clients?: FilterStrapiClientMediaPlatforms;
|
|
139
|
+
media_content_types?: FilterStrapiMediaContentTypes;
|
|
140
|
+
media_mediums?: FilterStrapiMediaMediums;
|
|
141
|
+
}>, undefined>;
|
|
142
|
+
}, undefined>;
|
|
143
|
+
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
144
|
+
//#endregion
|
|
145
|
+
//#region src/entities/client-media-platform/query.d.ts
|
|
146
|
+
declare const FilterStrapiClientMediaPlatforms: v.GenericSchema<{
|
|
147
|
+
id?: IdFilter;
|
|
148
|
+
documentId?: DocumentIdFilter;
|
|
149
|
+
createdAt?: DateTimeFilter;
|
|
150
|
+
updatedAt?: DateTimeFilter;
|
|
151
|
+
url?: LongStringFilter;
|
|
152
|
+
is_active?: BooleanFilter;
|
|
153
|
+
client?: FilterStrapiClients;
|
|
154
|
+
media_platform?: FilterStrapiMediaPlatforms;
|
|
155
|
+
}>;
|
|
156
|
+
type FilterStrapiClientMediaPlatforms = v.InferOutput<typeof FilterStrapiClientMediaPlatforms>;
|
|
157
|
+
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
158
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
159
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
160
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
161
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
162
|
+
id?: IdFilter;
|
|
163
|
+
documentId?: DocumentIdFilter;
|
|
164
|
+
createdAt?: DateTimeFilter;
|
|
165
|
+
updatedAt?: DateTimeFilter;
|
|
166
|
+
url?: LongStringFilter;
|
|
167
|
+
is_active?: BooleanFilter;
|
|
168
|
+
client?: FilterStrapiClients;
|
|
169
|
+
media_platform?: FilterStrapiMediaPlatforms;
|
|
170
|
+
}>, undefined>;
|
|
171
|
+
}, undefined>;
|
|
172
|
+
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
173
|
+
//#endregion
|
|
174
|
+
export { FilterStrapiMediaMediums as a, QueryStrapiSearchMediaContentTypes as c, QueryStrapiSearchMediaPlatforms as i, FilterStrapiMediaCreativeFormats as l, QueryStrapiSearchClientMediaPlatforms as n, QueryStrapiSearchMediaMediums as o, FilterStrapiMediaPlatforms as r, FilterStrapiMediaContentTypes as s, FilterStrapiClientMediaPlatforms as t, QueryStrapiSearchMediaCreativeFormats as u };
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
const require_chunk = require("./chunk-D6vf50IK.cjs");
|
|
2
|
+
const require_pagination = require("./pagination-DhAgQr7d.cjs");
|
|
3
|
+
const require_sort = require("./sort-CYllFl6q.cjs");
|
|
4
|
+
const require_logical_operators = require("./logical-operators-Bku8NPDs.cjs");
|
|
5
|
+
const require_string = require("./string-DnXY8Tir.cjs");
|
|
6
|
+
const require_boolean = require("./boolean-BwqaNE9c.cjs");
|
|
7
|
+
const require_entities_client_query = require("./entities/client/query.cjs");
|
|
8
|
+
let valibot = require("valibot");
|
|
9
|
+
valibot = require_chunk.__toESM(valibot, 1);
|
|
10
|
+
//#region src/entities/media-creative-format/query.ts
|
|
11
|
+
const FilterStrapiMediaCreativeFormats = require_logical_operators.createStrapiFilterSchema({
|
|
12
|
+
id: require_string.IdFilter,
|
|
13
|
+
documentId: require_string.DocumentIdFilter,
|
|
14
|
+
createdAt: require_string.DateTimeFilter,
|
|
15
|
+
updatedAt: require_string.DateTimeFilter,
|
|
16
|
+
title: require_string.StringFilter,
|
|
17
|
+
slug: require_string.SlugFilter,
|
|
18
|
+
is_active: require_boolean.BooleanFilter,
|
|
19
|
+
is_universal: require_boolean.BooleanFilter,
|
|
20
|
+
description: require_string.LongStringFilter,
|
|
21
|
+
media_content_types: valibot.optional(valibot.lazy(() => FilterStrapiMediaContentTypes))
|
|
22
|
+
});
|
|
23
|
+
const QueryStrapiSearchMediaCreativeFormats = valibot.object({
|
|
24
|
+
page: require_pagination.VPage(),
|
|
25
|
+
size: require_pagination.VSize(),
|
|
26
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
27
|
+
f: valibot.optional(FilterStrapiMediaCreativeFormats)
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
//#region src/entities/media-content-type/query.ts
|
|
31
|
+
const FilterStrapiMediaContentTypes = require_logical_operators.createStrapiFilterSchema({
|
|
32
|
+
id: require_string.IdFilter,
|
|
33
|
+
documentId: require_string.DocumentIdFilter,
|
|
34
|
+
createdAt: require_string.DateTimeFilter,
|
|
35
|
+
updatedAt: require_string.DateTimeFilter,
|
|
36
|
+
title: require_string.StringFilter,
|
|
37
|
+
slug: require_string.SlugFilter,
|
|
38
|
+
is_active: require_boolean.BooleanFilter,
|
|
39
|
+
is_organic_social: require_boolean.BooleanFilter,
|
|
40
|
+
is_paid_media: require_boolean.BooleanFilter,
|
|
41
|
+
media_platforms: valibot.optional(valibot.lazy(() => FilterStrapiMediaPlatforms)),
|
|
42
|
+
media_creative_formats: valibot.optional(valibot.lazy(() => FilterStrapiMediaCreativeFormats))
|
|
43
|
+
});
|
|
44
|
+
const QueryStrapiSearchMediaContentTypes = valibot.object({
|
|
45
|
+
page: require_pagination.VPage(),
|
|
46
|
+
size: require_pagination.VSize(),
|
|
47
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
48
|
+
f: valibot.optional(FilterStrapiMediaContentTypes)
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
//#region src/entities/media-medium/query.ts
|
|
52
|
+
const FilterStrapiMediaMediums = require_logical_operators.createStrapiFilterSchema({
|
|
53
|
+
id: require_string.IdFilter,
|
|
54
|
+
documentId: require_string.DocumentIdFilter,
|
|
55
|
+
createdAt: require_string.DateTimeFilter,
|
|
56
|
+
updatedAt: require_string.DateTimeFilter,
|
|
57
|
+
title: require_string.StringFilter,
|
|
58
|
+
slug: require_string.SlugFilter,
|
|
59
|
+
is_active: require_boolean.BooleanFilter,
|
|
60
|
+
is_organic_social: require_boolean.BooleanFilter,
|
|
61
|
+
is_paid_media: require_boolean.BooleanFilter,
|
|
62
|
+
media_platforms: valibot.optional(valibot.lazy(() => FilterStrapiMediaPlatforms))
|
|
63
|
+
});
|
|
64
|
+
const QueryStrapiSearchMediaMediums = valibot.object({
|
|
65
|
+
page: require_pagination.VPage(),
|
|
66
|
+
size: require_pagination.VSize(),
|
|
67
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
68
|
+
f: valibot.optional(FilterStrapiMediaMediums)
|
|
69
|
+
});
|
|
70
|
+
//#endregion
|
|
71
|
+
//#region src/entities/media-platform/query.ts
|
|
72
|
+
const FilterStrapiMediaPlatforms = require_logical_operators.createStrapiFilterSchema({
|
|
73
|
+
id: require_string.IdFilter,
|
|
74
|
+
documentId: require_string.DocumentIdFilter,
|
|
75
|
+
createdAt: require_string.DateTimeFilter,
|
|
76
|
+
updatedAt: require_string.DateTimeFilter,
|
|
77
|
+
title: require_string.StringFilter,
|
|
78
|
+
slug: require_string.SlugFilter,
|
|
79
|
+
utm_key: require_string.SlugFilter,
|
|
80
|
+
is_active: require_boolean.BooleanFilter,
|
|
81
|
+
is_organic_social: require_boolean.BooleanFilter,
|
|
82
|
+
is_paid_media: require_boolean.BooleanFilter,
|
|
83
|
+
clients: valibot.optional(valibot.lazy(() => FilterStrapiClientMediaPlatforms)),
|
|
84
|
+
media_content_types: valibot.optional(valibot.lazy(() => FilterStrapiMediaContentTypes)),
|
|
85
|
+
media_mediums: valibot.optional(valibot.lazy(() => FilterStrapiMediaMediums))
|
|
86
|
+
});
|
|
87
|
+
const QueryStrapiSearchMediaPlatforms = valibot.object({
|
|
88
|
+
page: require_pagination.VPage(),
|
|
89
|
+
size: require_pagination.VSize(),
|
|
90
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
91
|
+
f: valibot.optional(FilterStrapiMediaPlatforms)
|
|
92
|
+
});
|
|
93
|
+
//#endregion
|
|
94
|
+
//#region src/entities/client-media-platform/query.ts
|
|
95
|
+
const FilterStrapiClientMediaPlatforms = require_logical_operators.createStrapiFilterSchema({
|
|
96
|
+
id: require_string.IdFilter,
|
|
97
|
+
documentId: require_string.DocumentIdFilter,
|
|
98
|
+
createdAt: require_string.DateTimeFilter,
|
|
99
|
+
updatedAt: require_string.DateTimeFilter,
|
|
100
|
+
url: require_string.LongStringFilter,
|
|
101
|
+
is_active: require_boolean.BooleanFilter,
|
|
102
|
+
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients)),
|
|
103
|
+
media_platform: valibot.optional(valibot.lazy(() => FilterStrapiMediaPlatforms))
|
|
104
|
+
});
|
|
105
|
+
const QueryStrapiSearchClientMediaPlatforms = valibot.object({
|
|
106
|
+
page: require_pagination.VPage(),
|
|
107
|
+
size: require_pagination.VSize(),
|
|
108
|
+
sort: valibot.optional(require_sort.QuerySortValues),
|
|
109
|
+
f: valibot.optional(FilterStrapiClientMediaPlatforms)
|
|
110
|
+
});
|
|
111
|
+
//#endregion
|
|
112
|
+
Object.defineProperty(exports, "FilterStrapiClientMediaPlatforms", {
|
|
113
|
+
enumerable: true,
|
|
114
|
+
get: function() {
|
|
115
|
+
return FilterStrapiClientMediaPlatforms;
|
|
116
|
+
}
|
|
117
|
+
});
|
|
118
|
+
Object.defineProperty(exports, "FilterStrapiMediaContentTypes", {
|
|
119
|
+
enumerable: true,
|
|
120
|
+
get: function() {
|
|
121
|
+
return FilterStrapiMediaContentTypes;
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
Object.defineProperty(exports, "FilterStrapiMediaCreativeFormats", {
|
|
125
|
+
enumerable: true,
|
|
126
|
+
get: function() {
|
|
127
|
+
return FilterStrapiMediaCreativeFormats;
|
|
128
|
+
}
|
|
129
|
+
});
|
|
130
|
+
Object.defineProperty(exports, "FilterStrapiMediaMediums", {
|
|
131
|
+
enumerable: true,
|
|
132
|
+
get: function() {
|
|
133
|
+
return FilterStrapiMediaMediums;
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
Object.defineProperty(exports, "FilterStrapiMediaPlatforms", {
|
|
137
|
+
enumerable: true,
|
|
138
|
+
get: function() {
|
|
139
|
+
return FilterStrapiMediaPlatforms;
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
Object.defineProperty(exports, "QueryStrapiSearchClientMediaPlatforms", {
|
|
143
|
+
enumerable: true,
|
|
144
|
+
get: function() {
|
|
145
|
+
return QueryStrapiSearchClientMediaPlatforms;
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
Object.defineProperty(exports, "QueryStrapiSearchMediaContentTypes", {
|
|
149
|
+
enumerable: true,
|
|
150
|
+
get: function() {
|
|
151
|
+
return QueryStrapiSearchMediaContentTypes;
|
|
152
|
+
}
|
|
153
|
+
});
|
|
154
|
+
Object.defineProperty(exports, "QueryStrapiSearchMediaCreativeFormats", {
|
|
155
|
+
enumerable: true,
|
|
156
|
+
get: function() {
|
|
157
|
+
return QueryStrapiSearchMediaCreativeFormats;
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(exports, "QueryStrapiSearchMediaMediums", {
|
|
161
|
+
enumerable: true,
|
|
162
|
+
get: function() {
|
|
163
|
+
return QueryStrapiSearchMediaMediums;
|
|
164
|
+
}
|
|
165
|
+
});
|
|
166
|
+
Object.defineProperty(exports, "QueryStrapiSearchMediaPlatforms", {
|
|
167
|
+
enumerable: true,
|
|
168
|
+
get: function() {
|
|
169
|
+
return QueryStrapiSearchMediaPlatforms;
|
|
170
|
+
}
|
|
171
|
+
});
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { C as BooleanFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJnvK9aa.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-y7Fuj2mF.cjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/content-pillar/query.d.ts
|
|
6
|
+
declare const FilterStrapiContentPillars: v.GenericSchema<{
|
|
7
|
+
id?: IdFilter;
|
|
8
|
+
documentId?: DocumentIdFilter;
|
|
9
|
+
createdAt?: DateTimeFilter;
|
|
10
|
+
updatedAt?: DateTimeFilter;
|
|
11
|
+
title?: StringFilter;
|
|
12
|
+
slug?: SlugFilter;
|
|
13
|
+
description?: LongStringFilter;
|
|
14
|
+
clients?: FilterStrapiClientContentPillars;
|
|
15
|
+
}>;
|
|
16
|
+
type FilterStrapiContentPillars = v.InferOutput<typeof FilterStrapiContentPillars>;
|
|
17
|
+
declare const QueryStrapiSearchContentPillars: v.ObjectSchema<{
|
|
18
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
19
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
20
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
21
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
22
|
+
id?: IdFilter;
|
|
23
|
+
documentId?: DocumentIdFilter;
|
|
24
|
+
createdAt?: DateTimeFilter;
|
|
25
|
+
updatedAt?: DateTimeFilter;
|
|
26
|
+
title?: StringFilter;
|
|
27
|
+
slug?: SlugFilter;
|
|
28
|
+
description?: LongStringFilter;
|
|
29
|
+
clients?: FilterStrapiClientContentPillars;
|
|
30
|
+
}>, undefined>;
|
|
31
|
+
}, undefined>;
|
|
32
|
+
type QueryStrapiSearchContentPillars = v.InferOutput<typeof QueryStrapiSearchContentPillars>;
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/entities/client-content-pillar/query.d.ts
|
|
35
|
+
declare const FilterStrapiClientContentPillars: v.GenericSchema<{
|
|
36
|
+
id?: IdFilter;
|
|
37
|
+
documentId?: DocumentIdFilter;
|
|
38
|
+
createdAt?: DateTimeFilter;
|
|
39
|
+
updatedAt?: DateTimeFilter;
|
|
40
|
+
is_active?: BooleanFilter;
|
|
41
|
+
client?: FilterStrapiClients;
|
|
42
|
+
content_pillar?: FilterStrapiContentPillars;
|
|
43
|
+
}>;
|
|
44
|
+
type FilterStrapiClientContentPillars = v.InferOutput<typeof FilterStrapiClientContentPillars>;
|
|
45
|
+
declare const QueryStrapiSearchClientContentPillars: v.ObjectSchema<{
|
|
46
|
+
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
47
|
+
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
48
|
+
readonly sort: v.OptionalSchema<v.UnionSchema<[v.ArraySchema<v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, undefined>, v.SchemaWithPipe<readonly [v.CustomSchema<`${string}:asc` | `${string}:desc`, undefined>, v.TransformAction<`${string}:asc` | `${string}:desc`, (`${string}:asc` | `${string}:desc`)[]>]>], undefined>, undefined>;
|
|
49
|
+
readonly f: v.OptionalSchema<v.GenericSchema<{
|
|
50
|
+
id?: IdFilter;
|
|
51
|
+
documentId?: DocumentIdFilter;
|
|
52
|
+
createdAt?: DateTimeFilter;
|
|
53
|
+
updatedAt?: DateTimeFilter;
|
|
54
|
+
is_active?: BooleanFilter;
|
|
55
|
+
client?: FilterStrapiClients;
|
|
56
|
+
content_pillar?: FilterStrapiContentPillars;
|
|
57
|
+
}>, undefined>;
|
|
58
|
+
}, undefined>;
|
|
59
|
+
type QueryStrapiSearchClientContentPillars = v.InferOutput<typeof QueryStrapiSearchClientContentPillars>;
|
|
60
|
+
//#endregion
|
|
61
|
+
export { QueryStrapiSearchContentPillars as i, QueryStrapiSearchClientContentPillars as n, FilterStrapiContentPillars as r, FilterStrapiClientContentPillars as t };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { t as StrapiStrictFilterObjectSchema } from "./index-CstRGKNl.mjs";
|
|
2
|
+
import { d as DocumentIdFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJoIbrN-.mjs";
|
|
3
|
+
import * as v from "valibot";
|
|
4
|
+
|
|
5
|
+
//#region src/entities/up-role/query.d.ts
|
|
6
|
+
declare const FilterRoleType: StrapiStrictFilterObjectSchema<{
|
|
7
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
9
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
10
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
11
|
+
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
12
|
+
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
13
|
+
} & {
|
|
14
|
+
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
|
+
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
|
+
readonly $null: v.LiteralSchema<true, undefined>;
|
|
17
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
18
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("client" | "manager" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
19
|
+
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
20
|
+
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
21
|
+
}>;
|
|
22
|
+
}>;
|
|
23
|
+
type FilterRoleType = v.InferOutput<typeof FilterRoleType>;
|
|
24
|
+
declare const FilterStrapiRoles: v.GenericSchema<{
|
|
25
|
+
id?: IdFilter;
|
|
26
|
+
documentId?: DocumentIdFilter;
|
|
27
|
+
createdAt?: DateTimeFilter;
|
|
28
|
+
updatedAt?: DateTimeFilter;
|
|
29
|
+
type?: FilterRoleType;
|
|
30
|
+
name?: StringFilter;
|
|
31
|
+
description?: LongStringFilter;
|
|
32
|
+
}>;
|
|
33
|
+
type FilterStrapiRoles = v.InferOutput<typeof FilterStrapiRoles>;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { FilterStrapiRoles as n, FilterRoleType as t };
|