@getcommunity/gc-validators 0.0.127 → 0.0.128
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -719,7 +719,7 @@ type MediaContentTypeDocument = {
|
|
|
719
719
|
is_paid_media: boolean;
|
|
720
720
|
description: string;
|
|
721
721
|
information: RichTextBlock[] | null;
|
|
722
|
-
|
|
722
|
+
media_platforms?: MediaPlatformDocument[];
|
|
723
723
|
client_media_platform_content_types?: ClientMediaPlatformContentTypeDocument[];
|
|
724
724
|
} & BaseDocument;
|
|
725
725
|
|
package/dist/index.d.ts
CHANGED
|
@@ -719,7 +719,7 @@ type MediaContentTypeDocument = {
|
|
|
719
719
|
is_paid_media: boolean;
|
|
720
720
|
description: string;
|
|
721
721
|
information: RichTextBlock[] | null;
|
|
722
|
-
|
|
722
|
+
media_platforms?: MediaPlatformDocument[];
|
|
723
723
|
client_media_platform_content_types?: ClientMediaPlatformContentTypeDocument[];
|
|
724
724
|
} & BaseDocument;
|
|
725
725
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/gc-validators",
|
|
3
3
|
"description": "Schema Validator for GetCommunity types",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.128",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"main": "dist/index.js",
|