@lls/typings 24.1.34-bb47c96d → 24.1.34-d4d6ed70

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.
@@ -8,6 +8,7 @@ type Collection = {
8
8
 
9
9
  export type Book = {
10
10
  id?: number
11
+ uri?: string
11
12
  valid?: boolean
12
13
  subjects?: number[]
13
14
  levels?: number[]
@@ -4,6 +4,20 @@ declare global {
4
4
  // https://stackoverflow.com/questions/35074713/extending-typescript-global-object-in-node-js
5
5
  var cheerio: typeof CheerioModule
6
6
  var __SERVER__: boolean
7
+ var __VIEWER__: string | undefined
8
+ var __SUPERKIT__: string | undefined
9
+ var __KIT__: string | undefined
10
+ var __UTILS__: string | undefined
11
+ var __CONFIG__: {
12
+ env?: typeof process.env.CONF_ENV
13
+ api_url?: string
14
+ viewerVersion?: string
15
+ superkitVersion?: string
16
+ kitVersion?: string
17
+ utilsVersion?: string
18
+ }
19
+
20
+ var UNIVERSAL_VARS: Record<string, unknown> | undefined
7
21
 
8
22
  namespace NodeJS {
9
23
  interface ProcessEnv {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.34-bb47c96d",
3
+ "version": "24.1.34-d4d6ed70",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],