@getcommunity/gc-validators 0.0.271-alpha.0 → 0.0.271-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/README.md +16 -0
- package/dist/base/index.d.cts +1 -1
- package/dist/base/index.d.mts +1 -1
- package/dist/{document-DWapIF7V.d.cts → document-D4fJt3zX.d.cts} +2 -2
- package/dist/{document-qcC-10Nd.d.mts → document-DdRo9TdG.d.mts} +2 -2
- package/dist/entities/audit-log/index.d.cts +2 -2
- package/dist/entities/audit-log/index.d.mts +2 -2
- package/dist/entities/client/index.d.cts +2 -2
- package/dist/entities/client/index.d.mts +2 -2
- package/dist/entities/client-media-platform/index.d.cts +2 -2
- package/dist/entities/client-media-platform/index.d.mts +2 -2
- package/dist/entities/client-project/index.d.cts +2 -2
- package/dist/entities/client-project/index.d.mts +2 -2
- package/dist/entities/client-report/index.d.cts +2 -2
- package/dist/entities/client-report/index.d.mts +2 -2
- package/dist/entities/client-user/index.d.cts +1 -1
- package/dist/entities/client-user/index.d.mts +1 -1
- package/dist/entities/comment/index.d.cts +1 -1
- package/dist/entities/comment/index.d.mts +1 -1
- package/dist/entities/gcflytour/index.d.cts +2 -2
- package/dist/entities/gcflytour/index.d.mts +2 -2
- package/dist/entities/gcflytour-snap/index.d.cts +2 -2
- package/dist/entities/gcflytour-snap/index.d.mts +2 -2
- package/dist/entities/media-content-type/index.d.cts +2 -2
- package/dist/entities/media-content-type/index.d.mts +2 -2
- package/dist/entities/media-creative-format/index.d.cts +2 -2
- package/dist/entities/media-creative-format/index.d.mts +2 -2
- package/dist/entities/media-medium/index.d.cts +2 -2
- package/dist/entities/media-medium/index.d.mts +2 -2
- package/dist/entities/media-platform/index.d.cts +2 -2
- package/dist/entities/media-platform/index.d.mts +2 -2
- package/dist/entities/monday-workspace/index.d.cts +2 -2
- package/dist/entities/monday-workspace/index.d.mts +2 -2
- package/dist/entities/team-member/index.d.cts +2 -2
- package/dist/entities/team-member/index.d.mts +2 -2
- package/dist/entities/up-auth/index.d.cts +2 -2
- package/dist/entities/up-auth/index.d.mts +2 -2
- package/dist/entities/up-user/index.d.cts +2 -2
- package/dist/entities/up-user/index.d.mts +2 -2
- package/dist/entities/url-redirect/index.d.cts +2 -2
- package/dist/entities/url-redirect/index.d.mts +2 -2
- package/dist/entities/utm-tracking-link/index.d.cts +2 -2
- package/dist/entities/utm-tracking-link/index.d.mts +2 -2
- package/dist/{index-CPUGB8lZ.d.mts → index-BI8tN-QZ.d.mts} +5 -1
- package/dist/{index-DmLVZdb3.d.cts → index-BLE_fX1Q.d.cts} +3 -3
- package/dist/{index-Dl6KBLdT.d.mts → index-Bht1Jd5l.d.mts} +2 -2
- package/dist/{index-DDYmaYSm.d.mts → index-DYPjS1qh.d.mts} +3 -3
- package/dist/{index-H4RC0v4h.d.cts → index-DpYYzY_9.d.cts} +5 -1
- package/dist/{index-Dv9bgrpo.d.cts → index-ZBDWYTfn.d.cts} +2 -2
- package/dist/permissions/index.d.cts +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ declare const LIMIT_GCFLYTOUR_SNAP_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const GCFLYTOUR_SNAP_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_hidden", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/gcflytour-snap/fields.d.ts
|
|
10
|
-
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortGCFlyTourSnaps: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_hidden:ASC" | "is_active:DESC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_hidden:ASC" | "is_active:DESC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortGCFlyTourSnaps = v.InferOutput<typeof QuerySortGCFlyTourSnaps>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/gcflytour-snap/mutation.d.ts
|
|
@@ -52,7 +52,7 @@ declare const QueryStrapiSearchGCFlyTourSnaps: v.ObjectSchema<{
|
|
|
52
52
|
readonly is_hidden: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
53
53
|
readonly gcflytour: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
54
|
readonly gcflytours: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
55
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
55
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_hidden:ASC" | "is_active:DESC" | "is_hidden:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_hidden:ASC" | "is_active:DESC" | "is_hidden:DESC")[], 7, undefined>]>, undefined>;
|
|
56
56
|
}, undefined>;
|
|
57
57
|
type QueryStrapiSearchGCFlyTourSnaps = v.InferOutput<typeof QueryStrapiSearchGCFlyTourSnaps>;
|
|
58
58
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CONTENT_TYPE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CONTENT_TYPE_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platforms.title", "media_platforms.slug", "media_platforms.utm_key", "media_platforms.is_active", "media_platforms.is_organic_social", "media_platforms.is_paid_media", "media_platforms.createdAt", "media_platforms.updatedAt", "media_creative_formats.title", "media_creative_formats.slug", "media_creative_formats.is_active", "media_creative_formats.createdAt", "media_creative_formats.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-content-type/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaContentTypes = v.InferOutput<typeof QuerySortMediaContentTypes>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-content-type/mutation.d.ts
|
|
@@ -59,7 +59,7 @@ declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
|
59
59
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
60
60
|
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
61
61
|
readonly media_creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
62
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
62
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
63
63
|
}, undefined>;
|
|
64
64
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
65
65
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CONTENT_TYPE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CONTENT_TYPE_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "media_platforms.title", "media_platforms.slug", "media_platforms.utm_key", "media_platforms.is_active", "media_platforms.is_organic_social", "media_platforms.is_paid_media", "media_platforms.createdAt", "media_platforms.updatedAt", "media_creative_formats.title", "media_creative_formats.slug", "media_creative_formats.is_active", "media_creative_formats.createdAt", "media_creative_formats.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-content-type/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaContentTypes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaContentTypes = v.InferOutput<typeof QuerySortMediaContentTypes>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-content-type/mutation.d.ts
|
|
@@ -59,7 +59,7 @@ declare const QueryStrapiSearchMediaContentTypes: v.ObjectSchema<{
|
|
|
59
59
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
60
60
|
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
61
61
|
readonly media_creative_formats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
62
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
62
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC" | "media_creative_formats.title:ASC" | "media_creative_formats.slug:ASC" | "media_creative_formats.is_active:ASC" | "media_creative_formats.createdAt:ASC" | "media_creative_formats.updatedAt:ASC" | "media_creative_formats.title:DESC" | "media_creative_formats.slug:DESC" | "media_creative_formats.is_active:DESC" | "media_creative_formats.createdAt:DESC" | "media_creative_formats.updatedAt:DESC")[], 21, undefined>]>, undefined>;
|
|
63
63
|
}, undefined>;
|
|
64
64
|
type QueryStrapiSearchMediaContentTypes = v.InferOutput<typeof QueryStrapiSearchMediaContentTypes>;
|
|
65
65
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CREATIVE_FORMAT_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CREATIVE_FORMAT_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "createdAt", "updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-creative-format/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaCreativeFormats = v.InferOutput<typeof QuerySortMediaCreativeFormats>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-creative-format/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
|
47
47
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
49
49
|
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
53
53
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_CREATIVE_FORMAT_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_CREATIVE_FORMAT_SORT_KEYS: readonly ["id", "title", "slug", "is_active", "createdAt", "updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-creative-format/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaCreativeFormats: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaCreativeFormats = v.InferOutput<typeof QuerySortMediaCreativeFormats>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-creative-format/mutation.d.ts
|
|
@@ -47,7 +47,7 @@ declare const QueryStrapiSearchMediaCreativeFormats: v.ObjectSchema<{
|
|
|
47
47
|
readonly slug: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
readonly is_active: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
49
49
|
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
50
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
50
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_active:ASC" | "is_active:DESC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC")[], 13, undefined>]>, undefined>;
|
|
51
51
|
}, undefined>;
|
|
52
52
|
type QueryStrapiSearchMediaCreativeFormats = v.InferOutput<typeof QueryStrapiSearchMediaCreativeFormats>;
|
|
53
53
|
//#endregion
|
|
@@ -22,7 +22,7 @@ declare const MediaMediumDocument: v.ObjectSchema<{
|
|
|
22
22
|
type MediaMediumDocument = v.InferOutput<typeof MediaMediumDocument>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/media-medium/fields.d.ts
|
|
25
|
-
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
25
|
+
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
26
26
|
type QuerySortMediaMediums = v.InferOutput<typeof QuerySortMediaMediums>;
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/entities/media-medium/mutation.d.ts
|
|
@@ -70,7 +70,7 @@ declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
|
70
70
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
71
71
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
72
72
|
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
73
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
73
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
74
74
|
}, undefined>;
|
|
75
75
|
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
76
76
|
//#endregion
|
|
@@ -22,7 +22,7 @@ declare const MediaMediumDocument: v.ObjectSchema<{
|
|
|
22
22
|
type MediaMediumDocument = v.InferOutput<typeof MediaMediumDocument>;
|
|
23
23
|
//#endregion
|
|
24
24
|
//#region src/entities/media-medium/fields.d.ts
|
|
25
|
-
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
25
|
+
declare const QuerySortMediaMediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
26
26
|
type QuerySortMediaMediums = v.InferOutput<typeof QuerySortMediaMediums>;
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/entities/media-medium/mutation.d.ts
|
|
@@ -70,7 +70,7 @@ declare const QueryStrapiSearchMediaMediums: v.ObjectSchema<{
|
|
|
70
70
|
readonly is_organic_social: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
71
71
|
readonly is_paid_media: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
72
72
|
readonly media_platforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
73
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
73
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "title:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "media_platforms.title:ASC" | "media_platforms.slug:ASC" | "media_platforms.utm_key:ASC" | "media_platforms.is_active:ASC" | "media_platforms.is_organic_social:ASC" | "media_platforms.is_paid_media:ASC" | "media_platforms.createdAt:ASC" | "media_platforms.updatedAt:ASC" | "media_platforms.title:DESC" | "media_platforms.slug:DESC" | "media_platforms.utm_key:DESC" | "media_platforms.is_active:DESC" | "media_platforms.is_organic_social:DESC" | "media_platforms.is_paid_media:DESC" | "media_platforms.createdAt:DESC" | "media_platforms.updatedAt:DESC")[], 16, undefined>]>, undefined>;
|
|
74
74
|
}, undefined>;
|
|
75
75
|
type QueryStrapiSearchMediaMediums = v.InferOutput<typeof QueryStrapiSearchMediaMediums>;
|
|
76
76
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt", "media_mediums.title", "media_mediums.slug", "media_mediums.is_active", "media_mediums.is_organic_social", "media_mediums.is_paid_media", "media_mediums.createdAt", "media_mediums.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-platform/mutation.d.ts
|
|
@@ -67,7 +67,7 @@ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
|
67
67
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
68
68
|
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
69
69
|
readonly media_mediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
70
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
70
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
71
71
|
}, undefined>;
|
|
72
72
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
73
73
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MEDIA_PLATFORM_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MEDIA_PLATFORM_SORT_KEYS: readonly ["id", "title", "slug", "utm_key", "is_active", "is_organic_social", "is_paid_media", "createdAt", "updatedAt", "clients.title", "clients.teamwork_id", "clients.teamwork_name", "clients.is_organic_social", "clients.is_paid_media", "clients.createdAt", "clients.updatedAt", "media_content_types.title", "media_content_types.slug", "media_content_types.is_active", "media_content_types.is_organic_social", "media_content_types.is_paid_media", "media_content_types.createdAt", "media_content_types.updatedAt", "media_mediums.title", "media_mediums.slug", "media_mediums.is_active", "media_mediums.is_organic_social", "media_mediums.is_paid_media", "media_mediums.createdAt", "media_mediums.updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/media-platform/fields.d.ts
|
|
10
|
-
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
10
|
+
declare const QuerySortMediaPlatforms: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMediaPlatforms = v.InferOutput<typeof QuerySortMediaPlatforms>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/media-platform/mutation.d.ts
|
|
@@ -67,7 +67,7 @@ declare const QueryStrapiSearchMediaPlatforms: v.ObjectSchema<{
|
|
|
67
67
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
68
68
|
readonly media_content_types: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
69
69
|
readonly media_mediums: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
70
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "
|
|
70
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "slug:ASC" | "slug:DESC" | "title:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC" | "is_organic_social:ASC" | "is_paid_media:ASC" | "is_active:ASC" | "is_organic_social:DESC" | "is_paid_media:DESC" | "is_active:DESC" | "utm_key:ASC" | "clients.teamwork_id:ASC" | "clients.is_organic_social:ASC" | "clients.is_paid_media:ASC" | "clients.createdAt:ASC" | "clients.updatedAt:ASC" | "media_content_types.title:ASC" | "media_content_types.slug:ASC" | "media_content_types.is_active:ASC" | "media_content_types.is_organic_social:ASC" | "media_content_types.is_paid_media:ASC" | "media_content_types.createdAt:ASC" | "media_content_types.updatedAt:ASC" | "media_mediums.title:ASC" | "media_mediums.slug:ASC" | "media_mediums.is_active:ASC" | "media_mediums.is_organic_social:ASC" | "media_mediums.is_paid_media:ASC" | "media_mediums.createdAt:ASC" | "media_mediums.updatedAt:ASC" | "utm_key:DESC" | "clients.teamwork_id:DESC" | "clients.is_organic_social:DESC" | "clients.is_paid_media:DESC" | "clients.createdAt:DESC" | "clients.updatedAt:DESC" | "media_content_types.title:DESC" | "media_content_types.slug:DESC" | "media_content_types.is_active:DESC" | "media_content_types.is_organic_social:DESC" | "media_content_types.is_paid_media:DESC" | "media_content_types.createdAt:DESC" | "media_content_types.updatedAt:DESC" | "media_mediums.title:DESC" | "media_mediums.slug:DESC" | "media_mediums.is_active:DESC" | "media_mediums.is_organic_social:DESC" | "media_mediums.is_paid_media:DESC" | "media_mediums.createdAt:DESC" | "media_mediums.updatedAt:DESC")[], 30, undefined>]>, undefined>;
|
|
71
71
|
}, undefined>;
|
|
72
72
|
type QueryStrapiSearchMediaPlatforms = v.InferOutput<typeof QueryStrapiSearchMediaPlatforms>;
|
|
73
73
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MONDAY_WORKSPACE_SORT_KEYS: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/monday-workspace/fields.d.ts
|
|
10
|
-
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "
|
|
10
|
+
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/monday-workspace/mutation.d.ts
|
|
@@ -40,7 +40,7 @@ declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
|
40
40
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
41
41
|
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
42
42
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
43
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "
|
|
43
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
|
|
44
44
|
}, undefined>;
|
|
45
45
|
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
46
46
|
//#endregion
|
|
@@ -7,7 +7,7 @@ declare const LIMIT_MONDAY_WORKSPACE_PAGINATION_MAX_SIZE = 1000;
|
|
|
7
7
|
declare const MONDAY_WORKSPACE_SORT_KEYS: readonly ["id", "clients.title", "clients.teamwork_name", "title", "workspace_id", "createdAt", "updatedAt"];
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/entities/monday-workspace/fields.d.ts
|
|
10
|
-
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "
|
|
10
|
+
declare const QuerySortMondayWorkspaces: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
|
|
11
11
|
type QuerySortMondayWorkspaces = v.InferOutput<typeof QuerySortMondayWorkspaces>;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/entities/monday-workspace/mutation.d.ts
|
|
@@ -40,7 +40,7 @@ declare const QueryStrapiSearchMondayWorkspaces: v.ObjectSchema<{
|
|
|
40
40
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
41
41
|
readonly workspace_id: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
42
42
|
readonly clients: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, number, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>]>, undefined>;
|
|
43
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "
|
|
43
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "title:ASC" | "workspace_id:ASC" | "clients.title:ASC" | "clients.teamwork_name:ASC" | "title:DESC" | "workspace_id:DESC" | "clients.title:DESC" | "clients.teamwork_name:DESC")[], 7, undefined>]>, undefined>;
|
|
44
44
|
}, undefined>;
|
|
45
45
|
type QueryStrapiSearchMondayWorkspaces = v.InferOutput<typeof QueryStrapiSearchMondayWorkspaces>;
|
|
46
46
|
//#endregion
|
|
@@ -186,7 +186,7 @@ declare const TeamMemberDocument: v.ObjectSchema<{
|
|
|
186
186
|
type TeamMemberDocument = v.InferOutput<typeof TeamMemberDocument>;
|
|
187
187
|
//#endregion
|
|
188
188
|
//#region src/entities/team-member/fields.d.ts
|
|
189
|
-
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
189
|
+
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
190
190
|
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
191
191
|
declare const TeamMemberTier: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
192
192
|
type TeamMemberTier = v.InferOutput<typeof TeamMemberTier>;
|
|
@@ -203,7 +203,7 @@ declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
|
203
203
|
readonly tier: v.OptionalSchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>;
|
|
204
204
|
readonly group: v.OptionalSchema<v.PicklistSchema<readonly ["account", "media", "creative"], undefined>, undefined>;
|
|
205
205
|
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
206
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
206
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
207
207
|
}, undefined>;
|
|
208
208
|
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
209
209
|
//#endregion
|
|
@@ -186,7 +186,7 @@ declare const TeamMemberDocument: v.ObjectSchema<{
|
|
|
186
186
|
type TeamMemberDocument = v.InferOutput<typeof TeamMemberDocument>;
|
|
187
187
|
//#endregion
|
|
188
188
|
//#region src/entities/team-member/fields.d.ts
|
|
189
|
-
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
189
|
+
declare const QuerySortTeamMembers: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
190
190
|
type QuerySortTeamMembers = v.InferOutput<typeof QuerySortTeamMembers>;
|
|
191
191
|
declare const TeamMemberTier: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
192
192
|
type TeamMemberTier = v.InferOutput<typeof TeamMemberTier>;
|
|
@@ -203,7 +203,7 @@ declare const QueryStrapiSearchTeamMembers: v.ObjectSchema<{
|
|
|
203
203
|
readonly tier: v.OptionalSchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>;
|
|
204
204
|
readonly group: v.OptionalSchema<v.PicklistSchema<readonly ["account", "media", "creative"], undefined>, undefined>;
|
|
205
205
|
readonly is_employed: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
206
|
-
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "
|
|
206
|
+
readonly sort: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], undefined>, undefined>, v.MaxLengthAction<("id:ASC" | "createdAt:ASC" | "updatedAt:ASC" | "name:ASC" | "order:ASC" | "tier:ASC" | "group:ASC" | "is_employed:ASC" | "id:DESC" | "createdAt:DESC" | "updatedAt:DESC" | "name:DESC" | "order:DESC" | "tier:DESC" | "group:DESC" | "is_employed:DESC")[], 8, undefined>]>, undefined>;
|
|
207
207
|
}, undefined>;
|
|
208
208
|
type QueryStrapiSearchTeamMembers = v.InferOutput<typeof QueryStrapiSearchTeamMembers>;
|
|
209
209
|
//#endregion
|