@dotcms/types 1.2.5-next.7 → 1.3.0-next.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/types",
3
- "version": "1.2.5-next.7",
3
+ "version": "1.3.0-next.1",
4
4
  "keywords": [
5
5
  "dotCMS",
6
6
  "CMS",
@@ -1087,6 +1087,7 @@ export interface DotCMSGraphQLPage {
1087
1087
  statusIcons: string;
1088
1088
  runningExperimentId?: string;
1089
1089
  canSeeRules?: boolean;
1090
+ numberContents?: number;
1090
1091
  conLanguage: {
1091
1092
  id: number;
1092
1093
  language: string;