@lls/typings 24.35.0-bed80eff → 24.35.0-d41871f1

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.
@@ -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-bed80eff",
3
+ "version": "24.35.0-d41871f1",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {