@lls/typings 24.35.0 → 24.36.0-0bcd522f

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.
@@ -48,5 +48,9 @@ declare global {
48
48
  mocked: <T>(t: T) => TODO
49
49
  mockCustom: <T, U>(fn: (t: T) => U) => (t: T) => U
50
50
  unmockAll: AnyFunction
51
+ mock: (src: string, keysOrfn: string[] | AnyFunction) => unknown
52
+ fn: any
51
53
  }
54
+ var bunvi: typeof bun
55
+ var fetch: Window['fetch']
52
56
  }
@@ -16,8 +16,9 @@ interface Window {
16
16
  setUser?: (user_id: TPianoOpts['user_id'], user_category: TPianoOpts['user_category']) => void
17
17
  }
18
18
  sendEvent?: (name: string, opts: TPianoOpts) => void
19
- getVisitorId: () => number
19
+ getVisitorId: () => string
20
20
  }
21
+ paReady?: () => void
21
22
  playwrightInplaceNavigate: (value: string) => void
22
23
  playwrightStoryId: string
23
24
  fbq?: (...args: any[]) => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.35.0",
3
+ "version": "24.36.0-0bcd522f",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "devDependencies": {
13
13
  "@types/domhandler": "2.4.5",
14
- "@types/lodash": "4.17.20",
14
+ "@types/lodash": "4.17.21",
15
15
  "@types/react": "18.3.12",
16
16
  "@yorab/react-paint": "0.14.0",
17
17
  "cheerio": "1.1.2",