@getcommunity/gc-validators 0.0.301 → 0.0.302
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities/client/document.cjs +1 -1
- package/dist/entities/client/document.mjs +1 -1
- package/dist/entities/client-content-pillar/document.cjs +1 -1
- package/dist/entities/client-content-pillar/document.mjs +1 -1
- package/dist/entities/client-email/document.cjs +1 -1
- package/dist/entities/client-email/document.mjs +1 -1
- package/dist/entities/client-media-platform/document.cjs +1 -1
- package/dist/entities/client-media-platform/document.mjs +1 -1
- package/dist/entities/client-project/document.cjs +1 -1
- package/dist/entities/client-project/document.mjs +1 -1
- package/dist/entities/client-report/document.cjs +1 -1
- package/dist/entities/client-report/document.mjs +1 -1
- package/dist/entities/client-styleguide/document.cjs +1 -1
- package/dist/entities/client-styleguide/document.mjs +1 -1
- package/dist/entities/client-user/document.cjs +1 -1
- package/dist/entities/client-user/document.mjs +1 -1
- package/dist/entities/client-user/query.d.cts +1 -1
- package/dist/entities/client-user/query.d.mts +1 -1
- package/dist/entities/content-pillar/document.cjs +1 -1
- package/dist/entities/content-pillar/document.mjs +1 -1
- package/dist/entities/gcflytour/document.cjs +1 -1
- package/dist/entities/gcflytour/document.mjs +1 -1
- package/dist/entities/gcflytour-snap/document.cjs +1 -1
- package/dist/entities/gcflytour-snap/document.mjs +1 -1
- package/dist/entities/media-content-type/document.cjs +1 -1
- package/dist/entities/media-content-type/document.mjs +1 -1
- package/dist/entities/media-creative-format/document.cjs +1 -1
- package/dist/entities/media-creative-format/document.mjs +1 -1
- package/dist/entities/media-medium/document.cjs +1 -1
- package/dist/entities/media-medium/document.mjs +1 -1
- package/dist/entities/media-platform/document.cjs +1 -1
- package/dist/entities/media-platform/document.mjs +1 -1
- package/dist/entities/monday-workspace/document.cjs +1 -1
- package/dist/entities/monday-workspace/document.mjs +1 -1
- package/dist/entities/product-highlight/document.cjs +1 -1
- package/dist/entities/product-highlight/document.mjs +1 -1
- package/dist/entities/team-member/query.d.cts +4 -4
- package/dist/entities/team-member/query.d.mts +4 -4
- package/dist/entities/teamwork/query.d.cts +1 -0
- package/dist/entities/teamwork/query.d.mts +1 -0
- package/dist/entities/up-permission/document.cjs +1 -1
- package/dist/entities/up-permission/document.mjs +1 -1
- package/dist/entities/up-role/document.cjs +1 -1
- package/dist/entities/up-role/document.mjs +1 -1
- package/dist/entities/up-role/query.d.cts +1 -1
- package/dist/entities/up-role/query.d.mts +1 -1
- package/dist/entities/up-user/document.cjs +1 -1
- package/dist/entities/up-user/document.mjs +1 -1
- package/dist/entities/up-user/query.d.cts +1 -1
- package/dist/entities/up-user/query.d.mts +1 -1
- package/dist/entities/user-account/document.cjs +1 -1
- package/dist/entities/user-account/document.mjs +1 -1
- package/dist/entities/utm-tracking-link/document.cjs +1 -1
- package/dist/entities/utm-tracking-link/document.mjs +1 -1
- package/dist/entities/utm-tracking-link/query.d.cts +1 -1
- package/dist/entities/utm-tracking-link/query.d.mts +1 -1
- package/dist/{query-BnpGeQJF.d.mts → query-D9LqPGhB.d.mts} +1 -1
- package/dist/{query-BIuwqQkz.d.mts → query-Dg1THb-M.d.mts} +4 -4
- package/dist/{query-HA_Yf8M1.d.cts → query-DuJSUW6L.d.cts} +1 -1
- package/dist/{query-DfQvaAIM.d.cts → query-URgE7B7v.d.cts} +4 -4
- package/package.json +1 -1
- package/dist/{document-y3W3rg2J.cjs → document-eG2aS9gt.cjs} +1 -1
- package/dist/{document-0ZHuVdfl.mjs → document-wwyNKJjZ.mjs} +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as ClientDocument } from "../../document-
|
|
1
|
+
import { t as ClientDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientContentPillarDocument = require_document.ClientContentPillarDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { S as ClientContentPillarDocument } from "../../document-
|
|
1
|
+
import { S as ClientContentPillarDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientContentPillarDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientEmailDocument = require_document.ClientEmailDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { b as ClientEmailDocument } from "../../document-
|
|
1
|
+
import { b as ClientEmailDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientEmailDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientMediaPlatformDocument = require_document.ClientMediaPlatformDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { h as ClientMediaPlatformDocument } from "../../document-
|
|
1
|
+
import { h as ClientMediaPlatformDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientMediaPlatformDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientProjectDocument = require_document.ClientProjectDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { x as ClientProjectDocument } from "../../document-
|
|
1
|
+
import { x as ClientProjectDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientProjectDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientReportDocument = require_document.ClientReportDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { m as ClientReportDocument } from "../../document-
|
|
1
|
+
import { m as ClientReportDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientReportDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientStyleguideDocument = require_document.ClientStyleguideDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { p as ClientStyleguideDocument } from "../../document-
|
|
1
|
+
import { p as ClientStyleguideDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientStyleguideDocument };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ClientUserDocument = require_document.ClientUserDocument;
|
|
4
4
|
exports.ClientUserDocumentStatus = require_document.ClientUserDocumentStatus;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { o as ClientUserDocument, s as ClientUserDocumentStatus } from "../../document-
|
|
1
|
+
import { o as ClientUserDocument, s as ClientUserDocumentStatus } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ClientUserDocument, ClientUserDocumentStatus };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-
|
|
1
|
+
import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-DuJSUW6L.cjs";
|
|
2
2
|
export { FilterStrapiClientUsers, QueryStrapiSearchClientUsers };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-
|
|
1
|
+
import { n as QueryStrapiSearchClientUsers, t as FilterStrapiClientUsers } from "../../query-D9LqPGhB.mjs";
|
|
2
2
|
export { FilterStrapiClientUsers, QueryStrapiSearchClientUsers };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ContentPillarDocument = require_document.ContentPillarDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as ContentPillarDocument } from "../../document-
|
|
1
|
+
import { C as ContentPillarDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ContentPillarDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as GCFlyTourDocument } from "../../document-
|
|
1
|
+
import { i as GCFlyTourDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { GCFlyTourDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.GCFlyTourSnapDocument = require_document.GCFlyTourSnapDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as GCFlyTourSnapDocument } from "../../document-
|
|
1
|
+
import { a as GCFlyTourSnapDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { GCFlyTourSnapDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.MediaContentTypeDocument = require_document.MediaContentTypeDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { v as MediaContentTypeDocument } from "../../document-
|
|
1
|
+
import { v as MediaContentTypeDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { MediaContentTypeDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.MediaCreativeFormatDocument = require_document.MediaCreativeFormatDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { y as MediaCreativeFormatDocument } from "../../document-
|
|
1
|
+
import { y as MediaCreativeFormatDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { MediaCreativeFormatDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.MediaMediumDocument = require_document.MediaMediumDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as MediaMediumDocument } from "../../document-
|
|
1
|
+
import { _ as MediaMediumDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { MediaMediumDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.MediaPlatformDocument = require_document.MediaPlatformDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { g as MediaPlatformDocument } from "../../document-
|
|
1
|
+
import { g as MediaPlatformDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { MediaPlatformDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.MondayWorkspaceDocument = require_document.MondayWorkspaceDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { r as MondayWorkspaceDocument } from "../../document-
|
|
1
|
+
import { r as MondayWorkspaceDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { MondayWorkspaceDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.ProductHighlightDocument = require_document.ProductHighlightDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as ProductHighlightDocument } from "../../document-
|
|
1
|
+
import { n as ProductHighlightDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { ProductHighlightDocument };
|
|
@@ -5,16 +5,16 @@ import * as v from "valibot";
|
|
|
5
5
|
declare const FilterTeamMemberTier: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
|
|
6
6
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
7
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
9
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
10
10
|
readonly $eq: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
11
11
|
readonly $ne: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
12
12
|
} & {
|
|
13
13
|
$not: StrapiFilterObjectSchema<{
|
|
14
14
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
15
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
17
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
18
18
|
readonly $eq: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
19
19
|
readonly $ne: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
20
20
|
}>;
|
|
@@ -5,16 +5,16 @@ import * as v from "valibot";
|
|
|
5
5
|
declare const FilterTeamMemberTier: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
|
|
6
6
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
7
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
9
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
10
10
|
readonly $eq: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
11
11
|
readonly $ne: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
12
12
|
} & {
|
|
13
13
|
$not: StrapiFilterObjectSchema<{
|
|
14
14
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
15
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
17
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>, undefined>, v.MinLengthAction<("employee" | "manager" | "owner")[], 1, undefined>]>;
|
|
18
18
|
readonly $eq: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
19
19
|
readonly $ne: v.PicklistSchema<readonly ["owner", "manager", "employee"], undefined>;
|
|
20
20
|
}>;
|
|
@@ -12,6 +12,7 @@ declare const FilterStrapiTeamworkProjectHealth: v.ObjectSchema<{
|
|
|
12
12
|
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
13
13
|
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
14
14
|
}, undefined>;
|
|
15
|
+
type FilterStrapiTeamworkProjectHealth = v.InferOutput<typeof FilterStrapiTeamworkProjectHealth>;
|
|
15
16
|
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
16
17
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
17
18
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
@@ -12,6 +12,7 @@ declare const FilterStrapiTeamworkProjectHealth: v.ObjectSchema<{
|
|
|
12
12
|
readonly projectHealths: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
13
13
|
readonly projectStatuses: v.OptionalSchema<v.PicklistSchema<("active" | "current" | "late" | "upcoming" | "completed" | "archived")[], undefined>, "active">;
|
|
14
14
|
}, undefined>;
|
|
15
|
+
type FilterStrapiTeamworkProjectHealth = v.InferOutput<typeof FilterStrapiTeamworkProjectHealth>;
|
|
15
16
|
declare const QueryStrapiSearchTeamworkProjectHealth: v.ObjectSchema<{
|
|
16
17
|
readonly page: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>]>, undefined>;
|
|
17
18
|
readonly size: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.PermissionDocument = require_document.PermissionDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { f as PermissionDocument } from "../../document-
|
|
1
|
+
import { f as PermissionDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { PermissionDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { d as RoleDocument } from "../../document-
|
|
1
|
+
import { d as RoleDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { RoleDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-
|
|
1
|
+
import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-URgE7B7v.cjs";
|
|
2
2
|
export { FilterRoleType, FilterStrapiRoles };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-
|
|
1
|
+
import { n as FilterStrapiRoles, t as FilterRoleType } from "../../query-Dg1THb-M.mjs";
|
|
2
2
|
export { FilterRoleType, FilterStrapiRoles };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as UserDocument } from "../../document-
|
|
1
|
+
import { c as UserDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { UserDocument };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-
|
|
1
|
+
import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-DuJSUW6L.cjs";
|
|
2
2
|
export { FilterStrapiUsers, QueryStrapiSearchUsers, QueryStrapiSearchUsersByIdentifier };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-
|
|
1
|
+
import { a as QueryStrapiSearchUsersByIdentifier, i as QueryStrapiSearchUsers, r as FilterStrapiUsers } from "../../query-D9LqPGhB.mjs";
|
|
2
2
|
export { FilterStrapiUsers, QueryStrapiSearchUsers, QueryStrapiSearchUsersByIdentifier };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.UserAccountDocument = require_document.UserAccountDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { u as UserAccountDocument } from "../../document-
|
|
1
|
+
import { u as UserAccountDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { UserAccountDocument };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_document = require("../../document-
|
|
2
|
+
const require_document = require("../../document-eG2aS9gt.cjs");
|
|
3
3
|
exports.UtmTrackingLinkDocument = require_document.UtmTrackingLinkDocument;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { l as UtmTrackingLinkDocument } from "../../document-
|
|
1
|
+
import { l as UtmTrackingLinkDocument } from "../../document-wwyNKJjZ.mjs";
|
|
2
2
|
export { UtmTrackingLinkDocument };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as BooleanFilter, at as StrapiLogicalFilter, f as IdFilter, ot as StrapiLogicalFilterBaseSchema, t as LongStringFilter, u as DocumentIdFilter, v as DateTimeFilter } from "../../index-DbCg1Vgf.cjs";
|
|
2
2
|
import { n as FilterStrapiClients } from "../../query-CAe5hSDw.cjs";
|
|
3
|
-
import { r as FilterStrapiUsers } from "../../query-
|
|
3
|
+
import { r as FilterStrapiUsers } from "../../query-DuJSUW6L.cjs";
|
|
4
4
|
import * as v from "valibot";
|
|
5
5
|
|
|
6
6
|
//#region src/entities/utm-tracking-link/query.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as BooleanFilter, at as StrapiLogicalFilter, f as IdFilter, ot as StrapiLogicalFilterBaseSchema, t as LongStringFilter, u as DocumentIdFilter, v as DateTimeFilter } from "../../index-DbCg1Vgf.mjs";
|
|
2
2
|
import { n as FilterStrapiClients } from "../../query-CNhx8ajb.mjs";
|
|
3
|
-
import { r as FilterStrapiUsers } from "../../query-
|
|
3
|
+
import { r as FilterStrapiUsers } from "../../query-D9LqPGhB.mjs";
|
|
4
4
|
import * as v from "valibot";
|
|
5
5
|
|
|
6
6
|
//#region src/entities/utm-tracking-link/query.d.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { S as BooleanFilter, at as StrapiLogicalFilter, d as EmailFilter, f as IdFilter, n as StringFilter, ot as StrapiLogicalFilterBaseSchema, u as DocumentIdFilter, v as DateTimeFilter } from "./index-DbCg1Vgf.mjs";
|
|
2
2
|
import { n as FilterStrapiClients } from "./query-CNhx8ajb.mjs";
|
|
3
3
|
import { t as FilterScopes } from "./fields-C6dnxNRf.mjs";
|
|
4
|
-
import { n as FilterStrapiRoles } from "./query-
|
|
4
|
+
import { n as FilterStrapiRoles } from "./query-Dg1THb-M.mjs";
|
|
5
5
|
import * as v from "valibot";
|
|
6
6
|
|
|
7
7
|
//#region src/entities/up-user/query.d.ts
|
|
@@ -5,16 +5,16 @@ import * as v from "valibot";
|
|
|
5
5
|
declare const FilterRoleType: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
|
|
6
6
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
7
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
9
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
10
10
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
11
11
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
12
12
|
} & {
|
|
13
13
|
$not: StrapiFilterObjectSchema<{
|
|
14
14
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
15
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
17
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
18
18
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
19
19
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
20
20
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { S as BooleanFilter, at as StrapiLogicalFilter, d as EmailFilter, f as IdFilter, n as StringFilter, ot as StrapiLogicalFilterBaseSchema, u as DocumentIdFilter, v as DateTimeFilter } from "./index-DbCg1Vgf.cjs";
|
|
2
2
|
import { n as FilterStrapiClients } from "./query-CAe5hSDw.cjs";
|
|
3
3
|
import { t as FilterScopes } from "./fields-5xDdL4s5.cjs";
|
|
4
|
-
import { n as FilterStrapiRoles } from "./query-
|
|
4
|
+
import { n as FilterStrapiRoles } from "./query-URgE7B7v.cjs";
|
|
5
5
|
import * as v from "valibot";
|
|
6
6
|
|
|
7
7
|
//#region src/entities/up-user/query.d.ts
|
|
@@ -5,16 +5,16 @@ import * as v from "valibot";
|
|
|
5
5
|
declare const FilterRoleType: FilterWithMetadata<v.ObjectSchema<OptionalStrapiFilterEntries<{
|
|
6
6
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
7
7
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
8
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
9
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
8
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
9
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
10
10
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
11
11
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
12
12
|
} & {
|
|
13
13
|
$not: StrapiFilterObjectSchema<{
|
|
14
14
|
readonly $notNull: v.LiteralSchema<true, undefined>;
|
|
15
15
|
readonly $null: v.LiteralSchema<true, undefined>;
|
|
16
|
-
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
17
|
-
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("
|
|
16
|
+
readonly $in: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
17
|
+
readonly $notIn: v.SchemaWithPipe<readonly [v.ArraySchema<v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>, undefined>, v.MinLengthAction<("authenticated" | "public" | "employee" | "manager" | "client")[], 1, undefined>]>;
|
|
18
18
|
readonly $eq: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
19
19
|
readonly $ne: v.PicklistSchema<readonly ["authenticated", "public", "employee", "manager", "client"], undefined>;
|
|
20
20
|
}>;
|
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.
|
|
4
|
+
"version": "0.0.302",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"type": "module",
|
|
@@ -3,9 +3,9 @@ const require_document = require("./document-ELoPkmwU.cjs");
|
|
|
3
3
|
const require_string = require("./string-AHrZ--r_.cjs");
|
|
4
4
|
const require_media_upload = require("./media-upload-CZiaeBiQ.cjs");
|
|
5
5
|
const require_relation = require("./relation-D8saD46Q.cjs");
|
|
6
|
+
const require_components_brand_index = require("./components/brand/index.cjs");
|
|
6
7
|
const require_components_shared_index = require("./components/shared/index.cjs");
|
|
7
8
|
const require_components_blocks_index = require("./components/blocks/index.cjs");
|
|
8
|
-
const require_components_brand_index = require("./components/brand/index.cjs");
|
|
9
9
|
const require_components_utm_index = require("./components/utm/index.cjs");
|
|
10
10
|
const require_entities_tag_document = require("./entities/tag/document.cjs");
|
|
11
11
|
const require_entities_client_project_fields = require("./entities/client-project/fields.cjs");
|
|
@@ -2,9 +2,9 @@ import { t as BaseDocument } from "./document-CBGZr7I-.mjs";
|
|
|
2
2
|
import { i as VStringMax, s as VStringShort } from "./string-v2gu3xz0.mjs";
|
|
3
3
|
import { r as MediaUploadDocument } from "./media-upload-CnRvtycg.mjs";
|
|
4
4
|
import { n as VDocumentRelationManyRequired, r as VDocumentRelationOne, t as VDocumentRelationMany } from "./relation-CleGc56b.mjs";
|
|
5
|
+
import { ComponentBrandStyleguideColor, ComponentBrandStyleguideFont } from "./components/brand/index.mjs";
|
|
5
6
|
import { RichTextBlock } from "./components/shared/index.mjs";
|
|
6
7
|
import { BlockBrandLogos, BlockFullscreenContent } from "./components/blocks/index.mjs";
|
|
7
|
-
import { ComponentBrandStyleguideColor, ComponentBrandStyleguideFont } from "./components/brand/index.mjs";
|
|
8
8
|
import { UtmClassificationKey } from "./components/utm/index.mjs";
|
|
9
9
|
import { TagDocument } from "./entities/tag/document.mjs";
|
|
10
10
|
import { ClientProjectPhase, ClientProjectStatus } from "./entities/client-project/fields.mjs";
|