@getcommunity/gc-validators 0.0.208 → 0.0.209
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/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.cts
CHANGED
|
@@ -700,7 +700,7 @@ type TeamworkProjectResponseMeta = {
|
|
|
700
700
|
projectStats?: TeamworkResponseMetaProjectStats;
|
|
701
701
|
};
|
|
702
702
|
type TeamworkProjectsResponse = {
|
|
703
|
-
projects:
|
|
703
|
+
projects: TeamworkProject[];
|
|
704
704
|
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
|
|
705
705
|
integrations: Record<string, string[]>;
|
|
706
706
|
permissions: Record<string, string[]>;
|
package/dist/types.d.ts
CHANGED
|
@@ -700,7 +700,7 @@ type TeamworkProjectResponseMeta = {
|
|
|
700
700
|
projectStats?: TeamworkResponseMetaProjectStats;
|
|
701
701
|
};
|
|
702
702
|
type TeamworkProjectsResponse = {
|
|
703
|
-
projects:
|
|
703
|
+
projects: TeamworkProject[];
|
|
704
704
|
meta: TeamworkResponseMeta & TeamworkProjectResponseMeta & {
|
|
705
705
|
integrations: Record<string, string[]>;
|
|
706
706
|
permissions: Record<string, string[]>;
|
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.209",
|
|
5
5
|
"author": "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)",
|
|
6
6
|
"contributors": [],
|
|
7
7
|
"type": "module",
|