chayns-api 1.0.43 → 1.0.45
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.
|
@@ -228,9 +228,7 @@ export declare const getParameters: () => {
|
|
|
228
228
|
};
|
|
229
229
|
export declare const getPages: () => import("../types/IChaynsReact").Page[];
|
|
230
230
|
export declare const getEnvironment: () => {
|
|
231
|
-
buildEnvironment: import("../types/IChaynsReact").Environment;
|
|
232
|
-
* Refresh badge count in navigation, user information and pages
|
|
233
|
-
*/
|
|
231
|
+
buildEnvironment: import("../types/IChaynsReact").Environment;
|
|
234
232
|
runtimeEnvironment: string | import("../types/IChaynsReact").RuntimeEnviroment;
|
|
235
233
|
};
|
|
236
234
|
export declare const user: UserInfo;
|
|
@@ -248,8 +246,6 @@ export declare const parameters: {
|
|
|
248
246
|
};
|
|
249
247
|
export declare const pages: import("../types/IChaynsReact").Page[];
|
|
250
248
|
export declare const environment: {
|
|
251
|
-
buildEnvironment: import("../types/IChaynsReact").Environment;
|
|
252
|
-
* Refresh badge count in navigation, user information and pages
|
|
253
|
-
*/
|
|
249
|
+
buildEnvironment: import("../types/IChaynsReact").Environment;
|
|
254
250
|
runtimeEnvironment: string | import("../types/IChaynsReact").RuntimeEnviroment;
|
|
255
251
|
};
|