@getcommunity/gc-validators 0.0.326 → 0.0.327

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.
@@ -38,9 +38,12 @@ const GCFT_BLOCK_SETTINGS_ICONS = [
38
38
  "matterport",
39
39
  "location pin",
40
40
  "location map",
41
- "single home",
42
- "multi homes",
43
- "qmi home"
41
+ "design center",
42
+ "home design",
43
+ "home nav",
44
+ "home multi",
45
+ "home single",
46
+ "home qmi"
44
47
  ];
45
48
  const GcftBlockSettingsIcon = valibot.picklist(GCFT_BLOCK_SETTINGS_ICONS);
46
49
  const GcftBlockSettings = valibot.object({
@@ -302,18 +302,18 @@ declare const ComponentGcftBlockContent: v.ObjectSchema<{
302
302
  type ComponentGcftBlockContent = v.InferOutput<typeof ComponentGcftBlockContent>;
303
303
  //#endregion
304
304
  //#region src/components/gcft/block-settings.d.ts
305
- declare const GCFT_BLOCK_SETTINGS_ICONS: readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"];
306
- declare const GcftBlockSettingsIcon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
305
+ declare const GCFT_BLOCK_SETTINGS_ICONS: readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"];
306
+ declare const GcftBlockSettingsIcon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
307
307
  type GcftBlockSettingsIcon = v.InferOutput<typeof GcftBlockSettingsIcon>;
308
308
  declare const GcftBlockSettings: v.ObjectSchema<{
309
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
309
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
310
310
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
311
311
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
312
312
  readonly id: v.NumberSchema<undefined>;
313
313
  }, undefined>;
314
314
  type GcftBlockSettings = v.InferOutput<typeof GcftBlockSettings>;
315
315
  declare const ComponentGcftBlockSettings: v.ObjectSchema<{
316
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
316
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
317
317
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
318
318
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
319
319
  readonly id: v.NumberSchema<undefined>;
@@ -324,7 +324,7 @@ type ComponentGcftBlockSettings = v.InferOutput<typeof ComponentGcftBlockSetting
324
324
  //#region src/components/gcft/content-panel.d.ts
325
325
  declare const GcftContentPanel: v.ObjectSchema<{
326
326
  readonly settings: v.ObjectSchema<{
327
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
327
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
328
328
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
329
329
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
330
330
  readonly id: v.NumberSchema<undefined>;
@@ -483,7 +483,7 @@ declare const GcftContentPanel: v.ObjectSchema<{
483
483
  type GcftContentPanel = v.InferOutput<typeof GcftContentPanel>;
484
484
  declare const ComponentGcftContentPanel: v.ObjectSchema<{
485
485
  readonly settings: v.ObjectSchema<{
486
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
486
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
487
487
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
488
488
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
489
489
  readonly id: v.NumberSchema<undefined>;
@@ -645,7 +645,7 @@ type ComponentGcftContentPanel = v.InferOutput<typeof ComponentGcftContentPanel>
645
645
  //#region src/components/gcft/content-scrollbox.d.ts
646
646
  declare const GcftContentScrollbox: v.ObjectSchema<{
647
647
  readonly settings: v.ObjectSchema<{
648
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
648
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
649
649
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
650
650
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
651
651
  readonly id: v.NumberSchema<undefined>;
@@ -815,7 +815,7 @@ declare const GcftContentScrollbox: v.ObjectSchema<{
815
815
  type GcftContentScrollbox = v.InferOutput<typeof GcftContentScrollbox>;
816
816
  declare const ComponentGcftContentScrollbox: v.ObjectSchema<{
817
817
  readonly settings: v.ObjectSchema<{
818
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
818
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
819
819
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
820
820
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
821
821
  readonly id: v.NumberSchema<undefined>;
@@ -302,18 +302,18 @@ declare const ComponentGcftBlockContent: v.ObjectSchema<{
302
302
  type ComponentGcftBlockContent = v.InferOutput<typeof ComponentGcftBlockContent>;
303
303
  //#endregion
304
304
  //#region src/components/gcft/block-settings.d.ts
305
- declare const GCFT_BLOCK_SETTINGS_ICONS: readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"];
306
- declare const GcftBlockSettingsIcon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
305
+ declare const GCFT_BLOCK_SETTINGS_ICONS: readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"];
306
+ declare const GcftBlockSettingsIcon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
307
307
  type GcftBlockSettingsIcon = v.InferOutput<typeof GcftBlockSettingsIcon>;
308
308
  declare const GcftBlockSettings: v.ObjectSchema<{
309
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
309
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
310
310
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
311
311
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
312
312
  readonly id: v.NumberSchema<undefined>;
313
313
  }, undefined>;
314
314
  type GcftBlockSettings = v.InferOutput<typeof GcftBlockSettings>;
315
315
  declare const ComponentGcftBlockSettings: v.ObjectSchema<{
316
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
316
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
317
317
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
318
318
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
319
319
  readonly id: v.NumberSchema<undefined>;
@@ -324,7 +324,7 @@ type ComponentGcftBlockSettings = v.InferOutput<typeof ComponentGcftBlockSetting
324
324
  //#region src/components/gcft/content-panel.d.ts
325
325
  declare const GcftContentPanel: v.ObjectSchema<{
326
326
  readonly settings: v.ObjectSchema<{
327
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
327
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
328
328
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
329
329
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
330
330
  readonly id: v.NumberSchema<undefined>;
@@ -483,7 +483,7 @@ declare const GcftContentPanel: v.ObjectSchema<{
483
483
  type GcftContentPanel = v.InferOutput<typeof GcftContentPanel>;
484
484
  declare const ComponentGcftContentPanel: v.ObjectSchema<{
485
485
  readonly settings: v.ObjectSchema<{
486
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
486
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
487
487
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
488
488
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
489
489
  readonly id: v.NumberSchema<undefined>;
@@ -645,7 +645,7 @@ type ComponentGcftContentPanel = v.InferOutput<typeof ComponentGcftContentPanel>
645
645
  //#region src/components/gcft/content-scrollbox.d.ts
646
646
  declare const GcftContentScrollbox: v.ObjectSchema<{
647
647
  readonly settings: v.ObjectSchema<{
648
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
648
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
649
649
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
650
650
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
651
651
  readonly id: v.NumberSchema<undefined>;
@@ -815,7 +815,7 @@ declare const GcftContentScrollbox: v.ObjectSchema<{
815
815
  type GcftContentScrollbox = v.InferOutput<typeof GcftContentScrollbox>;
816
816
  declare const ComponentGcftContentScrollbox: v.ObjectSchema<{
817
817
  readonly settings: v.ObjectSchema<{
818
- readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "single home", "multi homes", "qmi home"], undefined>;
818
+ readonly icon: v.PicklistSchema<readonly ["info", "image", "slideshow", "video", "matterport", "location pin", "location map", "design center", "home design", "home nav", "home multi", "home single", "home qmi"], undefined>;
819
819
  readonly label: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
820
820
  readonly title: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>;
821
821
  readonly id: v.NumberSchema<undefined>;
@@ -35,9 +35,12 @@ const GCFT_BLOCK_SETTINGS_ICONS = [
35
35
  "matterport",
36
36
  "location pin",
37
37
  "location map",
38
- "single home",
39
- "multi homes",
40
- "qmi home"
38
+ "design center",
39
+ "home design",
40
+ "home nav",
41
+ "home multi",
42
+ "home single",
43
+ "home qmi"
41
44
  ];
42
45
  const GcftBlockSettingsIcon = v.picklist(GCFT_BLOCK_SETTINGS_ICONS);
43
46
  const GcftBlockSettings = v.object({
@@ -1,2 +1,2 @@
1
- import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-DtT3NP3L.cjs";
1
+ import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-3cVkRHwC.cjs";
2
2
  export { FilterStrapiClientUsers, QueryStrapiSearchClientUsers };
@@ -1,2 +1,2 @@
1
- import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-Bi68dtDV.mjs";
1
+ import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-HCWmHgbX.mjs";
2
2
  export { FilterStrapiClientUsers, QueryStrapiSearchClientUsers };
@@ -1,2 +1,2 @@
1
- import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-C1uipSRG.cjs";
1
+ import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-BGg1dU3d.cjs";
2
2
  export { FilterRoleType, FilterStrapiRoles };
@@ -1,2 +1,2 @@
1
- import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-ucbHvG6E.mjs";
1
+ import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-DIdxfhM-.mjs";
2
2
  export { FilterRoleType, FilterStrapiRoles };
@@ -1,2 +1,2 @@
1
- import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-DtT3NP3L.cjs";
1
+ import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-3cVkRHwC.cjs";
2
2
  export { FilterStrapiUsers, QueryStrapiSearchUsers, QueryStrapiSearchUsersByIdentifier };
@@ -1,2 +1,2 @@
1
- import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-Bi68dtDV.mjs";
1
+ import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-HCWmHgbX.mjs";
2
2
  export { FilterStrapiUsers, QueryStrapiSearchUsers, QueryStrapiSearchUsersByIdentifier };
@@ -1,6 +1,6 @@
1
1
  import { b as DateTimeFilter, ct as StrapiLogicalFilter, d as DocumentIdFilter, lt as StrapiLogicalFilterBaseSchema, m as IdFilter, n as LongStringFilter, r as StringFilter, w as BooleanFilter } from "../../index-DsROJsU-.cjs";
2
2
  import { n as FilterStrapiClients } from "../../query-C-VJsIrW.cjs";
3
- import { r as FilterStrapiUsers } from "../../query-DtT3NP3L.cjs";
3
+ import { r as FilterStrapiUsers } from "../../query-3cVkRHwC.cjs";
4
4
  import * as v from "valibot";
5
5
  //#region src/entities/utm-tracking-link/query.d.ts
6
6
  type FilterStrapiUtmTrackingLinksFields = {
@@ -1,6 +1,6 @@
1
1
  import { b as DateTimeFilter, ct as StrapiLogicalFilter, d as DocumentIdFilter, lt as StrapiLogicalFilterBaseSchema, m as IdFilter, n as LongStringFilter, r as StringFilter, w as BooleanFilter } from "../../index-DsROJsU-.mjs";
2
2
  import { n as FilterStrapiClients } from "../../query-BYrC5np1.mjs";
3
- import { r as FilterStrapiUsers } from "../../query-Bi68dtDV.mjs";
3
+ import { r as FilterStrapiUsers } from "../../query-HCWmHgbX.mjs";
4
4
  import * as v from "valibot";
5
5
  //#region src/entities/utm-tracking-link/query.d.ts
6
6
  type FilterStrapiUtmTrackingLinksFields = {
@@ -1,6 +1,6 @@
1
1
  import { b as DateTimeFilter, ct as StrapiLogicalFilter, d as DocumentIdFilter, lt as StrapiLogicalFilterBaseSchema, m as IdFilter, p as EmailFilter, r as StringFilter, t as JsonStringFilter, w as BooleanFilter } from "./index-DsROJsU-.cjs";
2
2
  import { n as FilterStrapiClients } from "./query-C-VJsIrW.cjs";
3
- import { n as FilterStrapiRoles } from "./query-C1uipSRG.cjs";
3
+ import { n as FilterStrapiRoles } from "./query-BGg1dU3d.cjs";
4
4
  import * as v from "valibot";
5
5
  //#region src/entities/up-user/query.d.ts
6
6
  type FilterStrapiUsersFields = {
@@ -4,16 +4,16 @@ import * as v from "valibot";
4
4
  declare const FilterRoleType: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
5
5
  readonly $notNull: v.LiteralSchema<true, undefined>;
6
6
  readonly $null: v.LiteralSchema<true, undefined>;
7
- readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
8
- readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
7
+ readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
8
+ readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
9
9
  readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
10
10
  readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
11
11
  } & {
12
12
  $not: StrapiFilterObjectSchema<{
13
13
  readonly $notNull: v.LiteralSchema<true, undefined>;
14
14
  readonly $null: v.LiteralSchema<true, undefined>;
15
- readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
16
- readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
15
+ readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
16
+ readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
17
17
  readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
18
18
  readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
19
19
  }>;
@@ -4,16 +4,16 @@ import * as v from "valibot";
4
4
  declare const FilterRoleType: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
5
5
  readonly $notNull: v.LiteralSchema<true, undefined>;
6
6
  readonly $null: v.LiteralSchema<true, undefined>;
7
- readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
8
- readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
7
+ readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
8
+ readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
9
9
  readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
10
10
  readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
11
11
  } & {
12
12
  $not: StrapiFilterObjectSchema<{
13
13
  readonly $notNull: v.LiteralSchema<true, undefined>;
14
14
  readonly $null: v.LiteralSchema<true, undefined>;
15
- readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
16
- readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("client" | "manager" | "employee" | "authenticated" | "public")[], ("client" | "manager" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("client" | "manager" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
15
+ readonly $in: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
16
+ readonly $notIn: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.TransformAction<("manager" | "client" | "employee" | "authenticated" | "public")[], ("manager" | "client" | "employee" | "authenticated" | "public")[]>, v.MinLengthAction<("manager" | "client" | "employee" | "authenticated" | "public")[], 1, undefined>]>, undefined>;
17
17
  readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
18
18
  readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
19
19
  }>;
@@ -1,6 +1,6 @@
1
1
  import { b as DateTimeFilter, ct as StrapiLogicalFilter, d as DocumentIdFilter, lt as StrapiLogicalFilterBaseSchema, m as IdFilter, p as EmailFilter, r as StringFilter, t as JsonStringFilter, w as BooleanFilter } from "./index-DsROJsU-.mjs";
2
2
  import { n as FilterStrapiClients } from "./query-BYrC5np1.mjs";
3
- import { n as FilterStrapiRoles } from "./query-ucbHvG6E.mjs";
3
+ import { n as FilterStrapiRoles } from "./query-DIdxfhM-.mjs";
4
4
  import * as v from "valibot";
5
5
  //#region src/entities/up-user/query.d.ts
6
6
  type FilterStrapiUsersFields = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getcommunity/gc-validators",
3
3
  "description": "Schema Validator for GetCommunity web-stack types",
4
- "version": "0.0.326",
4
+ "version": "0.0.327",
5
5
  "author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
6
6
  "contributors": [],
7
7
  "type": "module",