@getcommunity/gc-validators 0.0.213 → 0.0.214
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/{chunk-JULLUORM.cjs → chunk-AFCN5IYK.cjs} +7 -7
- package/dist/{chunk-JULLUORM.cjs.map → chunk-AFCN5IYK.cjs.map} +1 -1
- package/dist/{chunk-Q6TCMSOO.js → chunk-FZQDB4NR.js} +6 -6
- package/dist/{chunk-Q6TCMSOO.js.map → chunk-FZQDB4NR.js.map} +1 -1
- package/dist/{monday-workspace.document-C3MD5or8.d.cts → comment.document-HT6qJLh5.d.cts} +7 -6
- package/dist/{monday-workspace.document-Cg5L2bfK.d.ts → comment.document-xCsfHOer.d.ts} +7 -6
- package/dist/index.cjs +225 -225
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/permissions.d.cts +1 -1
- package/dist/permissions.d.ts +1 -1
- package/dist/schemas.cjs +225 -225
- package/dist/schemas.d.cts +5 -5
- package/dist/schemas.d.ts +5 -5
- package/dist/schemas.js +1 -1
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -366,6 +366,12 @@ type GCFlyTourDocument = {
|
|
|
366
366
|
gcflytour_snaps?: GCFlyTourSnapDocument[];
|
|
367
367
|
} & BaseDocument;
|
|
368
368
|
|
|
369
|
+
type MondayWorkspaceDocument = {
|
|
370
|
+
clients?: ClientDocument[];
|
|
371
|
+
title: string;
|
|
372
|
+
workspace_id: string;
|
|
373
|
+
} & BaseDocument;
|
|
374
|
+
|
|
369
375
|
type ProductDocument = {
|
|
370
376
|
seo?: SeoMeta;
|
|
371
377
|
title: string;
|
|
@@ -411,6 +417,7 @@ type ClientDocument = {
|
|
|
411
417
|
client_projects?: ClientProjectDocument[];
|
|
412
418
|
client_reports?: ClientReportDocument[];
|
|
413
419
|
users?: ClientUserDocument[];
|
|
420
|
+
monday_workspaces?: MondayWorkspaceDocument[];
|
|
414
421
|
utm_tracking_links?: UtmTrackingLinkDocument[];
|
|
415
422
|
styleguides?: ClientStyleguideDocument[];
|
|
416
423
|
media_platforms?: ClientMediaPlatformDocument[];
|
|
@@ -458,10 +465,4 @@ type CommentDocument = {
|
|
|
458
465
|
children: CommentDocument[] | null;
|
|
459
466
|
};
|
|
460
467
|
|
|
461
|
-
type MondayWorkspaceDocument = {
|
|
462
|
-
clients?: ClientDocument[];
|
|
463
|
-
title: string;
|
|
464
|
-
workspace_id: string;
|
|
465
|
-
} & BaseDocument;
|
|
466
|
-
|
|
467
468
|
export type { UserAccountDocument as $, ClientProjectDocument as A, BlockBrandLogos as B, ComponentBlockBrandLogos as C, ClientReportDocument as D, ClientStyleguideDocument as E, ClientUserDocument as F, ClientUserDocumentStatus as G, ClientDocument as H, CommentReportDocument as I, CommentDocument as J, ContentPillarDocument as K, GCFlyTourSnapDocument as L, MetaSocialNetwork as M, GCFlyTourDocument as N, OpenGraph as O, MediaContentTypeDocument as P, MediaPlatformDocument as Q, RichTextBlockChildren as R, SharedRichTextBlock as S, MondayWorkspaceDocument as T, UtmClassificationKey as U, PermissionDocument as V, ProductHighlightDocument as W, ProductDocument as X, RoleType as Y, RoleDocument as Z, TagDocument as _, BlockFullscreenContentType as a, UserDocument as a0, AuthorizedUserDocument as a1, UserAuthorizationLoginResponse as a2, UserAuthorizationSuccessResponse as a3, UtmTrackingLinkDocument as a4, BlockFullscreenContent as b, ComponentBlockFullscreenContent as c, BlockVideoEmbed as d, ComponentBlockVideo as e, BrandStyleguideColor as f, ComponentBrandStyleguideColor as g, BrandStyleguideFont as h, ComponentBrandStyleguideFont as i, RichTextBlock as j, ComponentSharedRichTextBlock as k, ComponentOpenGraph as l, MetaSocial as m, ComponentMetaSocial as n, SeoMeta as o, ComponentSeoMeta as p, UtmSourceKey as q, UtmOption as r, ComponentUtmOption as s, BaseDocument as t, MediaFormat as u, MediaFormats as v, MediaUploadDocument as w, ClientContentPillarDocument as x, ClientMediaPlatformContentTypeDocument as y, ClientMediaPlatformDocument as z };
|
|
@@ -366,6 +366,12 @@ type GCFlyTourDocument = {
|
|
|
366
366
|
gcflytour_snaps?: GCFlyTourSnapDocument[];
|
|
367
367
|
} & BaseDocument;
|
|
368
368
|
|
|
369
|
+
type MondayWorkspaceDocument = {
|
|
370
|
+
clients?: ClientDocument[];
|
|
371
|
+
title: string;
|
|
372
|
+
workspace_id: string;
|
|
373
|
+
} & BaseDocument;
|
|
374
|
+
|
|
369
375
|
type ProductDocument = {
|
|
370
376
|
seo?: SeoMeta;
|
|
371
377
|
title: string;
|
|
@@ -411,6 +417,7 @@ type ClientDocument = {
|
|
|
411
417
|
client_projects?: ClientProjectDocument[];
|
|
412
418
|
client_reports?: ClientReportDocument[];
|
|
413
419
|
users?: ClientUserDocument[];
|
|
420
|
+
monday_workspaces?: MondayWorkspaceDocument[];
|
|
414
421
|
utm_tracking_links?: UtmTrackingLinkDocument[];
|
|
415
422
|
styleguides?: ClientStyleguideDocument[];
|
|
416
423
|
media_platforms?: ClientMediaPlatformDocument[];
|
|
@@ -458,10 +465,4 @@ type CommentDocument = {
|
|
|
458
465
|
children: CommentDocument[] | null;
|
|
459
466
|
};
|
|
460
467
|
|
|
461
|
-
type MondayWorkspaceDocument = {
|
|
462
|
-
clients?: ClientDocument[];
|
|
463
|
-
title: string;
|
|
464
|
-
workspace_id: string;
|
|
465
|
-
} & BaseDocument;
|
|
466
|
-
|
|
467
468
|
export type { UserAccountDocument as $, ClientProjectDocument as A, BlockBrandLogos as B, ComponentBlockBrandLogos as C, ClientReportDocument as D, ClientStyleguideDocument as E, ClientUserDocument as F, ClientUserDocumentStatus as G, ClientDocument as H, CommentReportDocument as I, CommentDocument as J, ContentPillarDocument as K, GCFlyTourSnapDocument as L, MetaSocialNetwork as M, GCFlyTourDocument as N, OpenGraph as O, MediaContentTypeDocument as P, MediaPlatformDocument as Q, RichTextBlockChildren as R, SharedRichTextBlock as S, MondayWorkspaceDocument as T, UtmClassificationKey as U, PermissionDocument as V, ProductHighlightDocument as W, ProductDocument as X, RoleType as Y, RoleDocument as Z, TagDocument as _, BlockFullscreenContentType as a, UserDocument as a0, AuthorizedUserDocument as a1, UserAuthorizationLoginResponse as a2, UserAuthorizationSuccessResponse as a3, UtmTrackingLinkDocument as a4, BlockFullscreenContent as b, ComponentBlockFullscreenContent as c, BlockVideoEmbed as d, ComponentBlockVideo as e, BrandStyleguideColor as f, ComponentBrandStyleguideColor as g, BrandStyleguideFont as h, ComponentBrandStyleguideFont as i, RichTextBlock as j, ComponentSharedRichTextBlock as k, ComponentOpenGraph as l, MetaSocial as m, ComponentMetaSocial as n, SeoMeta as o, ComponentSeoMeta as p, UtmSourceKey as q, UtmOption as r, ComponentUtmOption as s, BaseDocument as t, MediaFormat as u, MediaFormats as v, MediaUploadDocument as w, ClientContentPillarDocument as x, ClientMediaPlatformContentTypeDocument as y, ClientMediaPlatformDocument as z };
|