chayns-api 2.2.20 → 2.2.21
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.
|
@@ -229,6 +229,7 @@ export declare const getSite: () => ChaynsApiSite;
|
|
|
229
229
|
export declare const getCurrentPage: () => {
|
|
230
230
|
id: number;
|
|
231
231
|
siteId: string;
|
|
232
|
+
identifier?: string | number;
|
|
232
233
|
};
|
|
233
234
|
export declare const getDevice: () => ChaynsApiDevice;
|
|
234
235
|
export declare const getLanguage: () => {
|
|
@@ -300,6 +300,7 @@ export interface ChaynsReactValues {
|
|
|
300
300
|
currentPage: {
|
|
301
301
|
id: number;
|
|
302
302
|
siteId: string;
|
|
303
|
+
identifier?: string | number;
|
|
303
304
|
};
|
|
304
305
|
device: ChaynsApiDevice;
|
|
305
306
|
language: {
|
|
@@ -829,6 +830,7 @@ export interface Page {
|
|
|
829
830
|
sortId: number;
|
|
830
831
|
siteId: string;
|
|
831
832
|
uacGroups: UacGroup[];
|
|
833
|
+
url: string;
|
|
832
834
|
}
|
|
833
835
|
export declare enum Gender {
|
|
834
836
|
Unknown = 0,
|