chayns-api 2.4.0 → 2.4.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.
@@ -840,6 +840,9 @@ export interface Page {
840
840
  siteId: string;
841
841
  uacGroups: UacGroup[];
842
842
  url: string;
843
+ viewMode: number;
844
+ originalTappId?: number;
845
+ apiVersion?: number;
843
846
  }
844
847
  export declare enum Gender {
845
848
  Unknown = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",