@getcommunity/gc-validators 0.0.288-alpha.1 → 0.0.288-alpha.3
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 +3 -2
- package/dist/base/index.d.cts +3 -3
- package/dist/base/index.d.mts +3 -3
- package/dist/base/index.mjs +3 -3
- package/dist/constants/index.cjs +2 -2
- package/dist/constants/index.mjs +2 -2
- package/dist/entities/audit-log/mutation.cjs +3 -3
- package/dist/entities/audit-log/mutation.mjs +3 -3
- package/dist/entities/audit-log/query.cjs +9 -8
- package/dist/entities/audit-log/query.d.cts +6 -26
- package/dist/entities/audit-log/query.d.mts +6 -26
- package/dist/entities/audit-log/query.mjs +4 -3
- 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 +16 -15
- package/dist/entities/blog-post/query.d.cts +6 -22
- package/dist/entities/blog-post/query.d.mts +6 -22
- package/dist/entities/blog-post/query.mjs +6 -5
- package/dist/entities/category/mutation.cjs +1 -1
- package/dist/entities/category/mutation.mjs +1 -1
- package/dist/entities/category/query.cjs +8 -7
- package/dist/entities/category/query.d.cts +6 -12
- package/dist/entities/category/query.d.mts +6 -12
- package/dist/entities/category/query.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 +8 -7
- package/dist/entities/client/query.d.cts +1 -1
- package/dist/entities/client/query.d.mts +1 -1
- package/dist/entities/client/query.mjs +4 -3
- 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 +1 -1
- package/dist/entities/client-content-pillar/query.d.cts +1 -1
- package/dist/entities/client-content-pillar/query.d.mts +1 -1
- package/dist/entities/client-content-pillar/query.mjs +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 +1 -1
- package/dist/entities/client-media-platform/query.d.cts +1 -1
- package/dist/entities/client-media-platform/query.d.mts +1 -1
- package/dist/entities/client-media-platform/query.mjs +1 -1
- package/dist/entities/client-project/mutation.cjs +3 -3
- package/dist/entities/client-project/mutation.mjs +3 -3
- package/dist/entities/client-project/query.cjs +14 -13
- package/dist/entities/client-project/query.d.cts +7 -30
- package/dist/entities/client-project/query.d.mts +7 -30
- package/dist/entities/client-project/query.mjs +4 -3
- 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 +8 -7
- package/dist/entities/client-report/query.d.cts +7 -19
- package/dist/entities/client-report/query.d.mts +7 -19
- package/dist/entities/client-report/query.mjs +4 -3
- 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 +8 -7
- package/dist/entities/client-styleguide/query.d.cts +7 -14
- package/dist/entities/client-styleguide/query.d.mts +7 -14
- package/dist/entities/client-styleguide/query.mjs +4 -3
- package/dist/entities/client-user/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +1 -1
- package/dist/entities/client-user/query.d.cts +1 -1
- package/dist/entities/client-user/query.d.mts +1 -1
- package/dist/entities/client-user/query.mjs +1 -1
- package/dist/entities/comment/query.cjs +2 -2
- package/dist/entities/comment/query.mjs +2 -2
- 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 +1 -1
- package/dist/entities/content-pillar/query.d.cts +1 -1
- package/dist/entities/content-pillar/query.d.mts +1 -1
- package/dist/entities/content-pillar/query.mjs +1 -1
- package/dist/entities/gcflytour/mutation.cjs +1 -1
- package/dist/entities/gcflytour/mutation.mjs +1 -1
- package/dist/entities/gcflytour/query.cjs +1 -1
- package/dist/entities/gcflytour/query.d.cts +1 -1
- package/dist/entities/gcflytour/query.d.mts +1 -1
- package/dist/entities/gcflytour/query.mjs +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 +1 -1
- package/dist/entities/gcflytour-snap/query.d.cts +1 -1
- package/dist/entities/gcflytour-snap/query.d.mts +1 -1
- package/dist/entities/gcflytour-snap/query.mjs +1 -1
- package/dist/entities/lead/mutation.cjs +2 -2
- package/dist/entities/lead/mutation.mjs +2 -2
- 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 +1 -1
- package/dist/entities/media-content-type/query.d.cts +1 -1
- package/dist/entities/media-content-type/query.d.mts +1 -1
- package/dist/entities/media-content-type/query.mjs +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 +1 -1
- package/dist/entities/media-creative-format/query.d.cts +1 -1
- package/dist/entities/media-creative-format/query.d.mts +1 -1
- package/dist/entities/media-creative-format/query.mjs +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 +1 -1
- package/dist/entities/media-medium/query.d.cts +1 -1
- package/dist/entities/media-medium/query.d.mts +1 -1
- package/dist/entities/media-medium/query.mjs +1 -1
- package/dist/entities/media-platform/mutation.cjs +2 -2
- package/dist/entities/media-platform/mutation.mjs +2 -2
- package/dist/entities/media-platform/query.cjs +1 -1
- package/dist/entities/media-platform/query.d.cts +1 -1
- package/dist/entities/media-platform/query.d.mts +1 -1
- package/dist/entities/media-platform/query.mjs +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 +7 -6
- package/dist/entities/monday-workspace/query.d.cts +7 -14
- package/dist/entities/monday-workspace/query.d.mts +7 -14
- package/dist/entities/monday-workspace/query.mjs +3 -2
- package/dist/entities/newsletter-signup/mutation.cjs +2 -2
- package/dist/entities/newsletter-signup/mutation.mjs +2 -2
- package/dist/entities/resume/mutation.cjs +3 -3
- package/dist/entities/resume/mutation.mjs +3 -3
- package/dist/entities/sharpspring/mutation.cjs +1 -1
- package/dist/entities/sharpspring/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 +8 -7
- package/dist/entities/tag/query.d.cts +6 -12
- package/dist/entities/tag/query.d.mts +6 -12
- package/dist/entities/tag/query.mjs +3 -2
- package/dist/entities/team-member/query.cjs +10 -9
- package/dist/entities/team-member/query.d.cts +6 -18
- package/dist/entities/team-member/query.d.mts +6 -18
- package/dist/entities/team-member/query.mjs +4 -3
- package/dist/entities/teamwork/query.cjs +1 -1
- package/dist/entities/teamwork/query.mjs +1 -1
- package/dist/entities/trend/mutation.cjs +1 -1
- package/dist/entities/trend/mutation.mjs +1 -1
- package/dist/entities/up-auth/mutation.cjs +1 -1
- package/dist/entities/up-auth/mutation.mjs +1 -1
- package/dist/entities/up-permission/fields.d.cts +1 -1
- package/dist/entities/up-permission/fields.d.mts +1 -1
- package/dist/entities/up-role/query.cjs +6 -5
- package/dist/entities/up-role/query.d.cts +1 -1
- package/dist/entities/up-role/query.d.mts +1 -1
- package/dist/entities/up-role/query.mjs +2 -1
- package/dist/entities/up-user/fields.cjs +2 -1
- package/dist/entities/up-user/fields.mjs +1 -1
- package/dist/entities/up-user/mutation.cjs +1 -1
- package/dist/entities/up-user/mutation.mjs +1 -1
- package/dist/entities/up-user/query.cjs +1 -1
- package/dist/entities/up-user/query.d.cts +1 -1
- package/dist/entities/up-user/query.d.mts +1 -1
- package/dist/entities/up-user/query.mjs +1 -1
- package/dist/entities/url-redirect/query.cjs +8 -7
- package/dist/entities/url-redirect/query.d.cts +6 -16
- package/dist/entities/url-redirect/query.d.mts +6 -16
- package/dist/entities/url-redirect/query.mjs +4 -3
- 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.d.cts +1 -1
- package/dist/entities/user-account/query.d.mts +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +2 -2
- package/dist/entities/utm-link-builder/mutation.mjs +2 -2
- package/dist/entities/utm-tracking-link/fields.cjs +1 -1
- package/dist/entities/utm-tracking-link/fields.mjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.cjs +2 -2
- package/dist/entities/utm-tracking-link/mutation.mjs +2 -2
- package/dist/entities/utm-tracking-link/query.cjs +9 -8
- package/dist/entities/utm-tracking-link/query.d.cts +8 -30
- package/dist/entities/utm-tracking-link/query.d.mts +8 -30
- package/dist/entities/utm-tracking-link/query.mjs +5 -4
- package/dist/{fields-BN1MQEFa.d.mts → fields-BoIWv7BD.d.mts} +1 -1
- package/dist/{fields-KhJJEwDn.d.cts → fields-DaAvm6kj.d.cts} +1 -1
- package/dist/filters/index.cjs +19 -18
- package/dist/filters/index.d.cts +1 -1
- package/dist/filters/index.d.mts +1 -1
- package/dist/filters/index.mjs +2 -1
- package/dist/{string-cbk3BUGq.mjs → identifier-CXlBnKdk.mjs} +3 -37
- package/dist/{string-DnXY8Tir.cjs → identifier-Dmax1xo2.cjs} +2 -54
- package/dist/{index-CJoIbrN-.d.mts → index-BgZbDm41.d.cts} +13 -2
- package/dist/{index-CJnvK9aa.d.cts → index-BgZbDm41.d.mts} +13 -2
- package/dist/{index-RcVef_Z2.d.cts → index-CPxt9kfS.d.cts} +2 -0
- package/dist/{index-26DCj3kM.d.mts → index-QwaC0W5H.d.mts} +2 -0
- package/dist/{query-Do-3hcZD.d.mts → query-0MyyHYA2.d.mts} +9 -9
- package/dist/{query-CI5JQhH_.d.cts → query-9J5wmu64.d.mts} +12 -33
- package/dist/{query-CI3ZWJqL2.cjs → query-B-6-qAuN.cjs} +25 -24
- package/dist/{query-DPFgSbu5.d.mts → query-BOv5YhYc.d.cts} +16 -1
- package/dist/{query-DPFgSbu5.d.cts → query-BQkvCQDy.d.mts} +16 -1
- package/dist/{query-CtCcNIyW.d.cts → query-BSphap4l.d.mts} +14 -32
- package/dist/{query-DuuwYQWE.mjs → query-B_Kr4diZ.mjs} +16 -5
- package/dist/{query-emzTCCDq.d.mts → query-BdS6AzQM.d.mts} +27 -79
- package/dist/{query-CyYPluP3.d.mts → query-BiM_LW7b.d.cts} +12 -33
- package/dist/{query-Wt8Cx9OF.mjs → query-BkrbXapq.mjs} +5 -4
- package/dist/{query-CeillfBr.d.cts → query-C0STzKW-.d.cts} +9 -9
- package/dist/{query-DVcH4-JK.cjs → query-C1EUVVMT.cjs} +29 -28
- package/dist/{query-9XKj-s81.d.mts → query-CCAKLxKT.d.cts} +14 -32
- package/dist/{query-Q18zizCQ.mjs → query-CQEN_HJN.mjs} +4 -3
- package/dist/{query-CgWG7dSl.mjs → query-CSOBMIJi.mjs} +4 -3
- package/dist/{query-qb1G3OKt.cjs → query-CTqyKcbH.cjs} +17 -16
- package/dist/{query-DZdytwSD.d.cts → query-CbCFSDNP.d.cts} +12 -27
- package/dist/{query-y7Fuj2mF.d.cts → query-DIQPfsSq.d.cts} +6 -23
- package/dist/{query-7_zddNOX.d.mts → query-DQvrkaL2.d.mts} +6 -23
- package/dist/{query-D1mBqALL.cjs → query-D_xMsBEz.cjs} +13 -12
- package/dist/{query-vsyN6YiK.d.mts → query-DlpZHcIM.d.mts} +12 -27
- package/dist/{query-DD39dkbH.d.cts → query-PKg23GyY.d.cts} +27 -79
- package/dist/{query-CY7W3BZ5.mjs → query-k67TaoJs.mjs} +16 -15
- package/dist/{query-DqwF7V2G.cjs → query-okrI1jn4.cjs} +21 -4
- package/dist/string-By4lqNB3.cjs +53 -0
- package/dist/string-CHEFvHQa.mjs +36 -0
- package/dist/utilities/index.d.cts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/validators/index.cjs +4 -4
- package/dist/validators/index.mjs +4 -4
- package/package.json +1 -1
- package/dist/index-CstRGKNl.d.cts +0 -10
- package/dist/index-CstRGKNl.d.mts +0 -10
- package/dist/{relationships-DYr9eF1a.mjs → relationships-BFmesnzw.mjs} +1 -1
- package/dist/{relationships-B7XakNhb.cjs → relationships-BjJkIfbK.cjs} +1 -1
- package/dist/{utm-B6km5JHd.mjs → utm-Bt8jPpRI.mjs} +1 -1
- package/dist/{utm-DxODH4Ry.cjs → utm-Dt4mu8AU.cjs} +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
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-
|
|
2
|
-
import { n as FilterStrapiClients } from "./query-
|
|
1
|
+
import { C as BooleanFilter, T as StrapiLogicalFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-BgZbDm41.mjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-DQvrkaL2.mjs";
|
|
3
3
|
import * as v from "valibot";
|
|
4
4
|
|
|
5
5
|
//#region src/entities/media-creative-format/query.d.ts
|
|
6
|
-
|
|
6
|
+
type FilterStrapiMediaCreativeFormatsFields = {
|
|
7
7
|
id?: IdFilter;
|
|
8
8
|
documentId?: DocumentIdFilter;
|
|
9
9
|
createdAt?: DateTimeFilter;
|
|
@@ -14,29 +14,19 @@ declare const FilterStrapiMediaCreativeFormats: v.GenericSchema<{
|
|
|
14
14
|
is_universal?: BooleanFilter;
|
|
15
15
|
description?: LongStringFilter;
|
|
16
16
|
media_content_types?: FilterStrapiMediaContentTypes;
|
|
17
|
-
}
|
|
18
|
-
type FilterStrapiMediaCreativeFormats =
|
|
17
|
+
};
|
|
18
|
+
type FilterStrapiMediaCreativeFormats = StrapiLogicalFilter<FilterStrapiMediaCreativeFormatsFields>;
|
|
19
|
+
declare const FilterStrapiMediaCreativeFormats: v.GenericSchema<FilterStrapiMediaCreativeFormats>;
|
|
19
20
|
declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
20
21
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
21
22
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
22
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>;
|
|
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>;
|
|
24
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiMediaCreativeFormats>, undefined>;
|
|
35
25
|
}, undefined>;
|
|
36
26
|
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
37
27
|
//#endregion
|
|
38
28
|
//#region src/entities/media-content-type/query.d.ts
|
|
39
|
-
|
|
29
|
+
type FilterStrapiMediaContentTypesFields = {
|
|
40
30
|
id?: IdFilter;
|
|
41
31
|
documentId?: DocumentIdFilter;
|
|
42
32
|
createdAt?: DateTimeFilter;
|
|
@@ -48,30 +38,19 @@ declare const FilterStrapiMediaContentTypes: v.GenericSchema<{
|
|
|
48
38
|
is_paid_media?: BooleanFilter;
|
|
49
39
|
media_platforms?: FilterStrapiMediaPlatforms;
|
|
50
40
|
media_creative_formats?: FilterStrapiMediaCreativeFormats;
|
|
51
|
-
}
|
|
52
|
-
type FilterStrapiMediaContentTypes =
|
|
41
|
+
};
|
|
42
|
+
type FilterStrapiMediaContentTypes = StrapiLogicalFilter<FilterStrapiMediaContentTypesFields>;
|
|
43
|
+
declare const FilterStrapiMediaContentTypes: v.GenericSchema<FilterStrapiMediaContentTypes>;
|
|
53
44
|
declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
54
45
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
55
46
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
56
47
|
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>;
|
|
48
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiMediaContentTypes>, undefined>;
|
|
70
49
|
}, undefined>;
|
|
71
50
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
72
51
|
//#endregion
|
|
73
52
|
//#region src/entities/media-medium/query.d.ts
|
|
74
|
-
|
|
53
|
+
type FilterStrapiMediaMediumsFields = {
|
|
75
54
|
id?: IdFilter;
|
|
76
55
|
documentId?: DocumentIdFilter;
|
|
77
56
|
createdAt?: DateTimeFilter;
|
|
@@ -82,29 +61,19 @@ declare const FilterStrapiMediaMediums: v.GenericSchema<{
|
|
|
82
61
|
is_organic_social?: BooleanFilter;
|
|
83
62
|
is_paid_media?: BooleanFilter;
|
|
84
63
|
media_platforms?: FilterStrapiMediaPlatforms;
|
|
85
|
-
}
|
|
86
|
-
type FilterStrapiMediaMediums =
|
|
64
|
+
};
|
|
65
|
+
type FilterStrapiMediaMediums = StrapiLogicalFilter<FilterStrapiMediaMediumsFields>;
|
|
66
|
+
declare const FilterStrapiMediaMediums: v.GenericSchema<FilterStrapiMediaMediums>;
|
|
87
67
|
declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
88
68
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
89
69
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
90
70
|
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>;
|
|
71
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiMediaMediums>, undefined>;
|
|
103
72
|
}, undefined>;
|
|
104
73
|
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
105
74
|
//#endregion
|
|
106
75
|
//#region src/entities/media-platform/query.d.ts
|
|
107
|
-
|
|
76
|
+
type FilterStrapiMediaPlatformsFields = {
|
|
108
77
|
id?: IdFilter;
|
|
109
78
|
documentId?: DocumentIdFilter;
|
|
110
79
|
createdAt?: DateTimeFilter;
|
|
@@ -118,32 +87,19 @@ declare const FilterStrapiMediaPlatforms: v.GenericSchema<{
|
|
|
118
87
|
clients?: FilterStrapiClientMediaPlatforms;
|
|
119
88
|
media_content_types?: FilterStrapiMediaContentTypes;
|
|
120
89
|
media_mediums?: FilterStrapiMediaMediums;
|
|
121
|
-
}
|
|
122
|
-
type FilterStrapiMediaPlatforms =
|
|
90
|
+
};
|
|
91
|
+
type FilterStrapiMediaPlatforms = StrapiLogicalFilter<FilterStrapiMediaPlatformsFields>;
|
|
92
|
+
declare const FilterStrapiMediaPlatforms: v.GenericSchema<FilterStrapiMediaPlatforms>;
|
|
123
93
|
declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
124
94
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
125
95
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
126
96
|
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>;
|
|
97
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiMediaPlatforms>, undefined>;
|
|
142
98
|
}, undefined>;
|
|
143
99
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
144
100
|
//#endregion
|
|
145
101
|
//#region src/entities/client-media-platform/query.d.ts
|
|
146
|
-
|
|
102
|
+
type FilterStrapiClientMediaPlatformsFields = {
|
|
147
103
|
id?: IdFilter;
|
|
148
104
|
documentId?: DocumentIdFilter;
|
|
149
105
|
createdAt?: DateTimeFilter;
|
|
@@ -152,22 +108,14 @@ declare const FilterStrapiClientMediaPlatforms: v.GenericSchema<{
|
|
|
152
108
|
is_active?: BooleanFilter;
|
|
153
109
|
client?: FilterStrapiClients;
|
|
154
110
|
media_platform?: FilterStrapiMediaPlatforms;
|
|
155
|
-
}
|
|
156
|
-
type FilterStrapiClientMediaPlatforms =
|
|
111
|
+
};
|
|
112
|
+
type FilterStrapiClientMediaPlatforms = StrapiLogicalFilter<FilterStrapiClientMediaPlatformsFields>;
|
|
113
|
+
declare const FilterStrapiClientMediaPlatforms: v.GenericSchema<FilterStrapiClientMediaPlatforms>;
|
|
157
114
|
declare const QueryStrapiSearchClientMediaPlatforms: v.ObjectSchema<{
|
|
158
115
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
159
116
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
160
117
|
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>;
|
|
118
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientMediaPlatforms>, undefined>;
|
|
171
119
|
}, undefined>;
|
|
172
120
|
type QueryStrapiSearchClientMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchClientMediaPlatforms>;
|
|
173
121
|
//#endregion
|
|
@@ -1,9 +1,9 @@
|
|
|
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-
|
|
2
|
-
import { n as FilterStrapiClients } from "./query-
|
|
1
|
+
import { C as BooleanFilter, T as StrapiLogicalFilter, d as DocumentIdFilter, h as SlugFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-BgZbDm41.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-DIQPfsSq.cjs";
|
|
3
3
|
import * as v from "valibot";
|
|
4
4
|
|
|
5
5
|
//#region src/entities/gcflytour/query.d.ts
|
|
6
|
-
|
|
6
|
+
type FilterStrapiGCFlyToursFields = {
|
|
7
7
|
id?: IdFilter;
|
|
8
8
|
documentId?: DocumentIdFilter;
|
|
9
9
|
createdAt?: DateTimeFilter;
|
|
@@ -15,30 +15,19 @@ declare const FilterStrapiGCFlyTours: v.GenericSchema<{
|
|
|
15
15
|
is_hidden?: BooleanFilter;
|
|
16
16
|
gcflytour_snaps?: FilterStrapiGCFlyTourSnaps;
|
|
17
17
|
clients?: FilterStrapiClients;
|
|
18
|
-
}
|
|
19
|
-
type FilterStrapiGCFlyTours =
|
|
18
|
+
};
|
|
19
|
+
type FilterStrapiGCFlyTours = StrapiLogicalFilter<FilterStrapiGCFlyToursFields>;
|
|
20
|
+
declare const FilterStrapiGCFlyTours: v.GenericSchema<FilterStrapiGCFlyTours>;
|
|
20
21
|
declare const QueryStrapiSearchGCFlyTours: v.ObjectSchema<{
|
|
21
22
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
22
23
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
23
24
|
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>;
|
|
25
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiGCFlyTours>, undefined>;
|
|
37
26
|
}, undefined>;
|
|
38
27
|
type QueryStrapiSearchGCFlyTours = v.InferOutput<typeof QueryStrapiSearchGCFlyTours>;
|
|
39
28
|
//#endregion
|
|
40
29
|
//#region src/entities/gcflytour-snap/query.d.ts
|
|
41
|
-
|
|
30
|
+
type FilterStrapiGCFlyTourSnapsFields = {
|
|
42
31
|
id?: IdFilter;
|
|
43
32
|
documentId?: DocumentIdFilter;
|
|
44
33
|
createdAt?: DateTimeFilter;
|
|
@@ -49,24 +38,14 @@ declare const FilterStrapiGCFlyTourSnaps: v.GenericSchema<{
|
|
|
49
38
|
is_active?: BooleanFilter;
|
|
50
39
|
is_hidden?: BooleanFilter;
|
|
51
40
|
gcflytour?: FilterStrapiGCFlyTours;
|
|
52
|
-
}
|
|
53
|
-
type FilterStrapiGCFlyTourSnaps =
|
|
41
|
+
};
|
|
42
|
+
type FilterStrapiGCFlyTourSnaps = StrapiLogicalFilter<FilterStrapiGCFlyTourSnapsFields>;
|
|
43
|
+
declare const FilterStrapiGCFlyTourSnaps: v.GenericSchema<FilterStrapiGCFlyTourSnaps>;
|
|
54
44
|
declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
55
45
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
56
46
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
57
47
|
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>;
|
|
48
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiGCFlyTourSnaps>, undefined>;
|
|
70
49
|
}, undefined>;
|
|
71
50
|
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
72
51
|
//#endregion
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
2
|
-
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
3
|
-
import { s as VStringShort } from "./string-v2gu3xz0.mjs";
|
|
4
1
|
import { t as createStrapiFilterSchema } from "./logical-operators-C0-wSK0P.mjs";
|
|
5
|
-
import {
|
|
2
|
+
import { r as StringFilter } from "./string-CHEFvHQa.mjs";
|
|
6
3
|
import { t as BooleanFilter } from "./boolean-cJxcC8gC.mjs";
|
|
4
|
+
import { m as DateTimeFilter, n as EmailFilter, r as IdFilter, t as DocumentIdFilter } from "./identifier-CXlBnKdk.mjs";
|
|
5
|
+
import { s as VStringShort } from "./string-v2gu3xz0.mjs";
|
|
6
|
+
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
7
|
+
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
7
8
|
import { FilterStrapiClients } from "./entities/client/query.mjs";
|
|
8
9
|
import { FilterScopes } from "./entities/up-permission/fields.mjs";
|
|
9
10
|
import { FilterStrapiRoles } from "./entities/up-role/query.mjs";
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { d as DocumentIdFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-CJnvK9aa.cjs";
|
|
1
|
+
import { E as StrapiStrictFilterObjectSchema, T as StrapiLogicalFilter, d as DocumentIdFilter, n as LongStringFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-BgZbDm41.cjs";
|
|
3
2
|
import * as v from "valibot";
|
|
4
3
|
|
|
5
4
|
//#region src/entities/up-role/query.d.ts
|
|
6
5
|
declare const FilterRoleType: StrapiStrictFilterObjectSchema<{
|
|
7
6
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
8
7
|
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<("
|
|
10
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("manager" | "client" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("manager" | "client" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
11
10
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
12
11
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
13
12
|
} & {
|
|
14
13
|
readonly $not: StrapiStrictFilterObjectSchema<{
|
|
15
14
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
16
15
|
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<("
|
|
18
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("manager" | "client" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("manager" | "client" | "authenticated" | "public" | "employee")[], 1, undefined>]>;
|
|
19
18
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
20
19
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
21
20
|
}>;
|
|
22
21
|
}>;
|
|
23
22
|
type FilterRoleType = v.InferOutput<typeof FilterRoleType>;
|
|
24
|
-
|
|
23
|
+
type FilterStrapiRolesFields = {
|
|
25
24
|
id?: IdFilter;
|
|
26
25
|
documentId?: DocumentIdFilter;
|
|
27
26
|
createdAt?: DateTimeFilter;
|
|
@@ -29,7 +28,8 @@ declare const FilterStrapiRoles: v.GenericSchema<{
|
|
|
29
28
|
type?: FilterRoleType;
|
|
30
29
|
name?: StringFilter;
|
|
31
30
|
description?: LongStringFilter;
|
|
32
|
-
}
|
|
33
|
-
type FilterStrapiRoles =
|
|
31
|
+
};
|
|
32
|
+
type FilterStrapiRoles = StrapiLogicalFilter<FilterStrapiRolesFields>;
|
|
33
|
+
declare const FilterStrapiRoles: v.GenericSchema<FilterStrapiRoles>;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { FilterStrapiRoles as n, FilterRoleType as t };
|
|
@@ -1,20 +1,21 @@
|
|
|
1
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
2
|
const require_logical_operators = require("./logical-operators-Bku8NPDs.cjs");
|
|
5
|
-
const require_string = require("./string-
|
|
3
|
+
const require_string = require("./string-By4lqNB3.cjs");
|
|
6
4
|
const require_boolean = require("./boolean-BwqaNE9c.cjs");
|
|
5
|
+
const require_identifier = require("./identifier-Dmax1xo2.cjs");
|
|
6
|
+
const require_pagination = require("./pagination-DhAgQr7d.cjs");
|
|
7
|
+
const require_sort = require("./sort-CYllFl6q.cjs");
|
|
7
8
|
const require_entities_client_query = require("./entities/client/query.cjs");
|
|
8
9
|
let valibot = require("valibot");
|
|
9
10
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
10
11
|
//#region src/entities/media-creative-format/query.ts
|
|
11
12
|
const FilterStrapiMediaCreativeFormats = require_logical_operators.createStrapiFilterSchema({
|
|
12
|
-
id:
|
|
13
|
-
documentId:
|
|
14
|
-
createdAt:
|
|
15
|
-
updatedAt:
|
|
13
|
+
id: require_identifier.IdFilter,
|
|
14
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
15
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
16
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
16
17
|
title: require_string.StringFilter,
|
|
17
|
-
slug:
|
|
18
|
+
slug: require_identifier.SlugFilter,
|
|
18
19
|
is_active: require_boolean.BooleanFilter,
|
|
19
20
|
is_universal: require_boolean.BooleanFilter,
|
|
20
21
|
description: require_string.LongStringFilter,
|
|
@@ -29,12 +30,12 @@ const QueryStrapiSearchMediaCreativeFormats = valibot.object({
|
|
|
29
30
|
//#endregion
|
|
30
31
|
//#region src/entities/media-content-type/query.ts
|
|
31
32
|
const FilterStrapiMediaContentTypes = require_logical_operators.createStrapiFilterSchema({
|
|
32
|
-
id:
|
|
33
|
-
documentId:
|
|
34
|
-
createdAt:
|
|
35
|
-
updatedAt:
|
|
33
|
+
id: require_identifier.IdFilter,
|
|
34
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
35
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
36
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
36
37
|
title: require_string.StringFilter,
|
|
37
|
-
slug:
|
|
38
|
+
slug: require_identifier.SlugFilter,
|
|
38
39
|
is_active: require_boolean.BooleanFilter,
|
|
39
40
|
is_organic_social: require_boolean.BooleanFilter,
|
|
40
41
|
is_paid_media: require_boolean.BooleanFilter,
|
|
@@ -50,12 +51,12 @@ const QueryStrapiSearchMediaContentTypes = valibot.object({
|
|
|
50
51
|
//#endregion
|
|
51
52
|
//#region src/entities/media-medium/query.ts
|
|
52
53
|
const FilterStrapiMediaMediums = require_logical_operators.createStrapiFilterSchema({
|
|
53
|
-
id:
|
|
54
|
-
documentId:
|
|
55
|
-
createdAt:
|
|
56
|
-
updatedAt:
|
|
54
|
+
id: require_identifier.IdFilter,
|
|
55
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
56
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
57
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
57
58
|
title: require_string.StringFilter,
|
|
58
|
-
slug:
|
|
59
|
+
slug: require_identifier.SlugFilter,
|
|
59
60
|
is_active: require_boolean.BooleanFilter,
|
|
60
61
|
is_organic_social: require_boolean.BooleanFilter,
|
|
61
62
|
is_paid_media: require_boolean.BooleanFilter,
|
|
@@ -70,13 +71,13 @@ const QueryStrapiSearchMediaMediums = valibot.object({
|
|
|
70
71
|
//#endregion
|
|
71
72
|
//#region src/entities/media-platform/query.ts
|
|
72
73
|
const FilterStrapiMediaPlatforms = require_logical_operators.createStrapiFilterSchema({
|
|
73
|
-
id:
|
|
74
|
-
documentId:
|
|
75
|
-
createdAt:
|
|
76
|
-
updatedAt:
|
|
74
|
+
id: require_identifier.IdFilter,
|
|
75
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
76
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
77
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
77
78
|
title: require_string.StringFilter,
|
|
78
|
-
slug:
|
|
79
|
-
utm_key:
|
|
79
|
+
slug: require_identifier.SlugFilter,
|
|
80
|
+
utm_key: require_identifier.SlugFilter,
|
|
80
81
|
is_active: require_boolean.BooleanFilter,
|
|
81
82
|
is_organic_social: require_boolean.BooleanFilter,
|
|
82
83
|
is_paid_media: require_boolean.BooleanFilter,
|
|
@@ -93,10 +94,10 @@ const QueryStrapiSearchMediaPlatforms = valibot.object({
|
|
|
93
94
|
//#endregion
|
|
94
95
|
//#region src/entities/client-media-platform/query.ts
|
|
95
96
|
const FilterStrapiClientMediaPlatforms = require_logical_operators.createStrapiFilterSchema({
|
|
96
|
-
id:
|
|
97
|
-
documentId:
|
|
98
|
-
createdAt:
|
|
99
|
-
updatedAt:
|
|
97
|
+
id: require_identifier.IdFilter,
|
|
98
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
99
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
100
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
100
101
|
url: require_string.LongStringFilter,
|
|
101
102
|
is_active: require_boolean.BooleanFilter,
|
|
102
103
|
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients)),
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { C as BooleanFilter, d as DocumentIdFilter, f as EmailFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-
|
|
2
|
-
import { n as FilterStrapiClients } from "./query-
|
|
3
|
-
import { t as FilterScopes } from "./fields-
|
|
4
|
-
import { n as FilterStrapiRoles } from "./query-
|
|
1
|
+
import { C as BooleanFilter, T as StrapiLogicalFilter, d as DocumentIdFilter, f as EmailFilter, p as IdFilter, r as StringFilter, y as DateTimeFilter } from "./index-BgZbDm41.cjs";
|
|
2
|
+
import { n as FilterStrapiClients } from "./query-DIQPfsSq.cjs";
|
|
3
|
+
import { t as FilterScopes } from "./fields-DaAvm6kj.cjs";
|
|
4
|
+
import { n as FilterStrapiRoles } from "./query-C0STzKW-.cjs";
|
|
5
5
|
import * as v from "valibot";
|
|
6
6
|
|
|
7
7
|
//#region src/entities/up-user/query.d.ts
|
|
8
|
-
|
|
8
|
+
type FilterStrapiUsersFields = {
|
|
9
9
|
id?: IdFilter;
|
|
10
10
|
documentId?: DocumentIdFilter;
|
|
11
11
|
createdAt?: DateTimeFilter;
|
|
@@ -17,25 +17,14 @@ declare const FilterStrapiUsers: v.GenericSchema<{
|
|
|
17
17
|
clerk_user_id?: StringFilter;
|
|
18
18
|
role?: FilterStrapiRoles;
|
|
19
19
|
clients?: FilterStrapiClientUsers;
|
|
20
|
-
}
|
|
21
|
-
type FilterStrapiUsers =
|
|
20
|
+
};
|
|
21
|
+
type FilterStrapiUsers = StrapiLogicalFilter<FilterStrapiUsersFields>;
|
|
22
|
+
declare const FilterStrapiUsers: v.GenericSchema<FilterStrapiUsers>;
|
|
22
23
|
declare const QueryStrapiSearchUsers: v.ObjectSchema<{
|
|
23
24
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
24
25
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
25
26
|
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>;
|
|
27
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiUsers>, undefined>;
|
|
39
28
|
}, undefined>;
|
|
40
29
|
type QueryStrapiSearchUsers = v.InferOutput<typeof QueryStrapiSearchUsers>;
|
|
41
30
|
declare const QueryStrapiSearchUsersByIdentifier: v.ObjectSchema<{
|
|
@@ -46,7 +35,7 @@ declare const QueryStrapiSearchUsersByIdentifier: v.ObjectSchema<{
|
|
|
46
35
|
type QueryStrapiSearchUsersByIdentifier = v.InferOutput<typeof QueryStrapiSearchUsersByIdentifier>;
|
|
47
36
|
//#endregion
|
|
48
37
|
//#region src/entities/client-user/query.d.ts
|
|
49
|
-
|
|
38
|
+
type FilterStrapiClientUsersFields = {
|
|
50
39
|
id?: IdFilter;
|
|
51
40
|
documentId?: DocumentIdFilter;
|
|
52
41
|
createdAt?: DateTimeFilter;
|
|
@@ -54,21 +43,14 @@ declare const FilterStrapiClientUsers: v.GenericSchema<{
|
|
|
54
43
|
scopes?: FilterScopes;
|
|
55
44
|
client?: FilterStrapiClients;
|
|
56
45
|
user?: FilterStrapiUsers;
|
|
57
|
-
}
|
|
58
|
-
type FilterStrapiClientUsers =
|
|
46
|
+
};
|
|
47
|
+
type FilterStrapiClientUsers = StrapiLogicalFilter<FilterStrapiClientUsersFields>;
|
|
48
|
+
declare const FilterStrapiClientUsers: v.GenericSchema<FilterStrapiClientUsers>;
|
|
59
49
|
declare const QueryStrapiSearchClientUsers: v.ObjectSchema<{
|
|
60
50
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
61
51
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
62
52
|
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>;
|
|
53
|
+
readonly f: v.OptionalSchema<v.GenericSchema<FilterStrapiClientUsers>, undefined>;
|
|
72
54
|
}, undefined>;
|
|
73
55
|
type QueryStrapiSearchClientUsers = v.InferOutput<typeof QueryStrapiSearchClientUsers>;
|
|
74
56
|
//#endregion
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
2
|
-
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
3
1
|
import { t as createStrapiFilterSchema } from "./logical-operators-C0-wSK0P.mjs";
|
|
4
|
-
import {
|
|
2
|
+
import { n as LongStringFilter, r as StringFilter } from "./string-CHEFvHQa.mjs";
|
|
5
3
|
import { t as BooleanFilter } from "./boolean-cJxcC8gC.mjs";
|
|
4
|
+
import { a as SlugFilter, m as DateTimeFilter, r as IdFilter, t as DocumentIdFilter } from "./identifier-CXlBnKdk.mjs";
|
|
5
|
+
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
6
|
+
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
6
7
|
import { FilterStrapiClients } from "./entities/client/query.mjs";
|
|
7
8
|
import * as v from "valibot";
|
|
8
9
|
//#region src/entities/media-creative-format/query.ts
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
2
|
-
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
3
1
|
import { t as createStrapiFilterSchema } from "./logical-operators-C0-wSK0P.mjs";
|
|
4
|
-
import {
|
|
2
|
+
import { n as LongStringFilter, r as StringFilter } from "./string-CHEFvHQa.mjs";
|
|
5
3
|
import { t as BooleanFilter } from "./boolean-cJxcC8gC.mjs";
|
|
4
|
+
import { a as SlugFilter, m as DateTimeFilter, r as IdFilter, t as DocumentIdFilter } from "./identifier-CXlBnKdk.mjs";
|
|
5
|
+
import { n as VSize, t as VPage } from "./pagination-CK-mJT5q.mjs";
|
|
6
|
+
import { t as QuerySortValues } from "./sort-FYsWXlaD.mjs";
|
|
6
7
|
import { FilterStrapiClients } from "./entities/client/query.mjs";
|
|
7
8
|
import * as v from "valibot";
|
|
8
9
|
//#region src/entities/content-pillar/query.ts
|
|
@@ -1,10 +1,11 @@
|
|
|
1
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_string = require("./string-AHrZ--r_.cjs");
|
|
5
2
|
const require_logical_operators = require("./logical-operators-Bku8NPDs.cjs");
|
|
6
|
-
const require_string
|
|
3
|
+
const require_string = require("./string-By4lqNB3.cjs");
|
|
7
4
|
const require_boolean = require("./boolean-BwqaNE9c.cjs");
|
|
5
|
+
const require_identifier = require("./identifier-Dmax1xo2.cjs");
|
|
6
|
+
const require_string$1 = require("./string-AHrZ--r_.cjs");
|
|
7
|
+
const require_pagination = require("./pagination-DhAgQr7d.cjs");
|
|
8
|
+
const require_sort = require("./sort-CYllFl6q.cjs");
|
|
8
9
|
const require_entities_client_query = require("./entities/client/query.cjs");
|
|
9
10
|
const require_entities_up_permission_fields = require("./entities/up-permission/fields.cjs");
|
|
10
11
|
const require_entities_up_role_query = require("./entities/up-role/query.cjs");
|
|
@@ -12,15 +13,15 @@ let valibot = require("valibot");
|
|
|
12
13
|
valibot = require_chunk.__toESM(valibot, 1);
|
|
13
14
|
//#region src/entities/up-user/query.ts
|
|
14
15
|
const FilterStrapiUsers = require_logical_operators.createStrapiFilterSchema({
|
|
15
|
-
id:
|
|
16
|
-
documentId:
|
|
17
|
-
createdAt:
|
|
18
|
-
updatedAt:
|
|
19
|
-
username: require_string
|
|
20
|
-
email:
|
|
16
|
+
id: require_identifier.IdFilter,
|
|
17
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
18
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
19
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
20
|
+
username: require_string.StringFilter,
|
|
21
|
+
email: require_identifier.EmailFilter,
|
|
21
22
|
confirmed: require_boolean.BooleanFilter,
|
|
22
23
|
blocked: require_boolean.BooleanFilter,
|
|
23
|
-
clerk_user_id: require_string
|
|
24
|
+
clerk_user_id: require_string.StringFilter,
|
|
24
25
|
role: valibot.optional(valibot.lazy(() => require_entities_up_role_query.FilterStrapiRoles)),
|
|
25
26
|
clients: valibot.optional(valibot.lazy(() => FilterStrapiClientUsers))
|
|
26
27
|
});
|
|
@@ -31,17 +32,17 @@ const QueryStrapiSearchUsers = valibot.object({
|
|
|
31
32
|
f: valibot.optional(FilterStrapiUsers)
|
|
32
33
|
});
|
|
33
34
|
const QueryStrapiSearchUsersByIdentifier = valibot.object({
|
|
34
|
-
identifier: require_string.VStringShort(0),
|
|
35
|
+
identifier: require_string$1.VStringShort(0),
|
|
35
36
|
page: require_pagination.VPage(),
|
|
36
37
|
size: require_pagination.VSize()
|
|
37
38
|
});
|
|
38
39
|
//#endregion
|
|
39
40
|
//#region src/entities/client-user/query.ts
|
|
40
41
|
const FilterStrapiClientUsers = require_logical_operators.createStrapiFilterSchema({
|
|
41
|
-
id:
|
|
42
|
-
documentId:
|
|
43
|
-
createdAt:
|
|
44
|
-
updatedAt:
|
|
42
|
+
id: require_identifier.IdFilter,
|
|
43
|
+
documentId: require_identifier.DocumentIdFilter,
|
|
44
|
+
createdAt: require_identifier.DateTimeFilter,
|
|
45
|
+
updatedAt: require_identifier.DateTimeFilter,
|
|
45
46
|
scopes: require_entities_up_permission_fields.FilterScopes,
|
|
46
47
|
client: valibot.optional(valibot.lazy(() => require_entities_client_query.FilterStrapiClients)),
|
|
47
48
|
user: valibot.optional(valibot.lazy(() => FilterStrapiUsers))
|