@lls/typings 24.35.0-fac1bf4f → 24.35.0

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,9 +48,5 @@ 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
53
51
  }
54
- var bunvi: typeof bun
55
- var fetch: Window['fetch']
56
52
  }
@@ -16,9 +16,8 @@ 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: () => string
19
+ getVisitorId: () => number
20
20
  }
21
- paReady?: () => void
22
21
  playwrightInplaceNavigate: (value: string) => void
23
22
  playwrightStoryId: string
24
23
  fbq?: (...args: any[]) => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.35.0-fac1bf4f",
3
+ "version": "24.35.0",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {