@strivacity/sdk-nuxt 2.1.1 → 2.2.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.
Files changed (40) hide show
  1. package/.nuxt/app-component.mjs +1 -1
  2. package/.nuxt/components.d.ts +46 -46
  3. package/.nuxt/error-component.mjs +1 -1
  4. package/.nuxt/middleware.mjs +1 -1
  5. package/.nuxt/nitro.client.mjs +1 -1
  6. package/.nuxt/nuxt.d.ts +5 -6
  7. package/.nuxt/nuxt.node.d.ts +13 -0
  8. package/.nuxt/nuxt.shared.d.ts +5 -0
  9. package/.nuxt/paths.mjs +1 -1
  10. package/.nuxt/plugins.client.mjs +14 -14
  11. package/.nuxt/plugins.server.mjs +6 -6
  12. package/.nuxt/root-component.mjs +1 -1
  13. package/.nuxt/strivacity-sdk-logging.d.ts +13 -0
  14. package/.nuxt/strivacity-sdk-logging.mjs +1 -0
  15. package/.nuxt/strivacity-sdk-storage.mjs +1 -1
  16. package/.nuxt/test-component-wrapper.mjs +1 -1
  17. package/.nuxt/types/components.d.ts +46 -46
  18. package/.nuxt/types/middleware.d.ts +5 -0
  19. package/.nuxt/types/modules.d.ts +59 -0
  20. package/.nuxt/types/nitro-imports.d.ts +2 -2
  21. package/.nuxt/types/nitro-nuxt.d.ts +26 -2
  22. package/.nuxt/types/nitro-routes.d.ts +1 -1
  23. package/.nuxt/types/plugins.d.ts +8 -8
  24. package/.nuxt/types/runtime-config.d.ts +44 -0
  25. package/.nuxt/unhead-options.mjs +1 -3
  26. package/CHANGELOG.md +21 -0
  27. package/README.md +88 -0
  28. package/dist/module.d.mts +3 -1
  29. package/dist/module.json +3 -3
  30. package/dist/module.mjs +21 -0
  31. package/dist/module.mjs.map +1 -1
  32. package/dist/runtime/composables.d.ts +1 -1
  33. package/dist/runtime/composables.js +2 -1
  34. package/dist/runtime/login-renderer.vue +12 -7
  35. package/dist/runtime/login-renderer.vue.d.ts +2 -1
  36. package/dist/types.d.mts +5 -1
  37. package/package.json +7 -3
  38. package/.nuxt/types/app-defaults.d.ts +0 -7
  39. package/.nuxt/types/schema.d.ts +0 -114
  40. /package/.nuxt/manifest/meta/{ed58a8ed-593a-49bb-8bea-4ce793c57443.json → a41f6cc8-433d-4287-b51e-946204a91660.json} +0 -0
@@ -1 +1 @@
1
- export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue";
1
+ export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/welcome.vue";
@@ -14,53 +14,53 @@ type HydrationStrategies = {
14
14
  type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }> & T
15
15
 
16
16
 
17
- export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']
18
- export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
19
- export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
20
- export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']
21
- export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']
22
- export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']
23
- export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']
24
- export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
25
- export const NuxtTime: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
26
- export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
27
- export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
28
- export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
17
+ export const NuxtWelcome: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
18
+ export const NuxtLayout: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
19
+ export const NuxtErrorBoundary: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
20
+ export const ClientOnly: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/client-only")['default']
21
+ export const DevOnly: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/dev-only")['default']
22
+ export const ServerPlaceholder: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
23
+ export const NuxtLink: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
24
+ export const NuxtLoadingIndicator: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
25
+ export const NuxtTime: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
26
+ export const NuxtRouteAnnouncer: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
27
+ export const NuxtImg: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
28
+ export const NuxtPicture: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
29
29
  export const StyLoginRenderer: typeof import("../src/runtime/login-renderer.vue")['default']
30
- export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
31
- export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']
32
- export const Link: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']
33
- export const Base: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']
34
- export const Title: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']
35
- export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']
36
- export const Style: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']
37
- export const Head: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']
38
- export const Html: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']
39
- export const Body: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']
40
- export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']
41
- export const LazyNuxtWelcome: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
42
- export const LazyNuxtLayout: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
43
- export const LazyNuxtErrorBoundary: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
44
- export const LazyClientOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']>
45
- export const LazyDevOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']>
46
- export const LazyServerPlaceholder: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
47
- export const LazyNuxtLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
48
- export const LazyNuxtLoadingIndicator: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
49
- export const LazyNuxtTime: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
50
- export const LazyNuxtRouteAnnouncer: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
51
- export const LazyNuxtImg: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
52
- export const LazyNuxtPicture: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
30
+ export const NuxtPage: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
31
+ export const NoScript: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
32
+ export const Link: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Link']
33
+ export const Base: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Base']
34
+ export const Title: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Title']
35
+ export const Meta: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Meta']
36
+ export const Style: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Style']
37
+ export const Head: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Head']
38
+ export const Html: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Html']
39
+ export const Body: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Body']
40
+ export const NuxtIsland: typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
41
+ export const LazyNuxtWelcome: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
42
+ export const LazyNuxtLayout: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
43
+ export const LazyNuxtErrorBoundary: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
44
+ export const LazyClientOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/client-only")['default']>
45
+ export const LazyDevOnly: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/dev-only")['default']>
46
+ export const LazyServerPlaceholder: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
47
+ export const LazyNuxtLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
48
+ export const LazyNuxtLoadingIndicator: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
49
+ export const LazyNuxtTime: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
50
+ export const LazyNuxtRouteAnnouncer: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
51
+ export const LazyNuxtImg: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
52
+ export const LazyNuxtPicture: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
53
53
  export const LazyStyLoginRenderer: LazyComponent<typeof import("../src/runtime/login-renderer.vue")['default']>
54
- export const LazyNuxtPage: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
55
- export const LazyNoScript: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
56
- export const LazyLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']>
57
- export const LazyBase: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']>
58
- export const LazyTitle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']>
59
- export const LazyMeta: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']>
60
- export const LazyStyle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']>
61
- export const LazyHead: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']>
62
- export const LazyHtml: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']>
63
- export const LazyBody: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']>
64
- export const LazyNuxtIsland: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
54
+ export const LazyNuxtPage: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
55
+ export const LazyNoScript: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
56
+ export const LazyLink: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Link']>
57
+ export const LazyBase: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Base']>
58
+ export const LazyTitle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Title']>
59
+ export const LazyMeta: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Meta']>
60
+ export const LazyStyle: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Style']>
61
+ export const LazyHead: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Head']>
62
+ export const LazyHtml: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Html']>
63
+ export const LazyBody: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Body']>
64
+ export const LazyNuxtIsland: LazyComponent<typeof import("../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
65
65
 
66
66
  export const componentNames: string[]
@@ -1 +1 @@
1
- export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-page.vue";
1
+ export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-error-page.vue";
@@ -1,4 +1,4 @@
1
- import manifest_45route_45rule from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js";
1
+ import manifest_45route_45rule from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/middleware/manifest-route-rule.js";
2
2
  export const globalMiddleware = [
3
3
  manifest_45route_45rule
4
4
  ]
@@ -1,2 +1,2 @@
1
1
  export const useRuntimeConfig = () =>
2
- window?.__NUXT__?.config || {}
2
+ window?.__NUXT__?.config || window?.useNuxtApp?.().payload?.config
package/.nuxt/nuxt.d.ts CHANGED
@@ -1,16 +1,15 @@
1
1
  /// <reference types="./src" />
2
- /// <reference types="@strivacity/sdk-nuxt" />
3
- /// <reference types="@nuxt/telemetry" />
4
2
  /// <reference types="@nuxt/devtools" />
3
+ /// <reference types="@strivacity/sdk-nuxt" />
5
4
  /// <reference path="types/builder-env.d.ts" />
6
- /// <reference types="nuxt" />
7
- /// <reference path="types/app-defaults.d.ts" />
8
5
  /// <reference path="types/plugins.d.ts" />
9
6
  /// <reference path="types/build.d.ts" />
10
- /// <reference path="types/schema.d.ts" />
11
7
  /// <reference path="types/app.config.d.ts" />
12
- /// <reference types="/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__db0@0.3.4_encod_bpndteslon4yrpx5pxl77ycjva/node_modules/@nuxt/nitro-server/dist/index.mjs" />
8
+ /// <reference path="types/runtime-config.d.ts" />
9
+ /// <reference types="nuxt/app" />
10
+ /// <reference types="/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__db0@0.3.4__a3a53caef1516cc79201461eb04c532f/node_modules/@nuxt/nitro-server/dist/index.mjs" />
13
11
  /// <reference path="strivacity-sdk-storage.d.ts" />
12
+ /// <reference path="strivacity-sdk-logging.d.ts" />
14
13
  /// <reference path="types/middleware.d.ts" />
15
14
  /// <reference path="types/components.d.ts" />
16
15
  /// <reference path="imports.d.ts" />
@@ -0,0 +1,13 @@
1
+ /// <reference types="./src" />
2
+ /// <reference types="@nuxt/devtools" />
3
+ /// <reference types="@strivacity/sdk-nuxt" />
4
+ /// <reference path="types/modules.d.ts" />
5
+ /// <reference path="types/runtime-config.d.ts" />
6
+ /// <reference path="types/app.config.d.ts" />
7
+ /// <reference types="nuxt" />
8
+ /// <reference types="../../../node_modules/.pnpm/@nuxt+vite-builder@4.2.1_@types+node@24.10.1_eslint@9.39.1_jiti@2.6.1__less@4.4.2_magic_591557ce78d6bb508dd9cddbe9e59199/node_modules/@nuxt/vite-builder/dist/index.mjs" />
9
+ /// <reference types="/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/@nuxt+nitro-server@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__db0@0.3.4__a3a53caef1516cc79201461eb04c532f/node_modules/@nuxt/nitro-server/dist/index.mjs" />
10
+ /// <reference path="types/middleware.d.ts" />
11
+ /// <reference path="schema/nuxt.schema.d.ts" />
12
+
13
+ export {}
@@ -0,0 +1,5 @@
1
+ /// <reference path="types/runtime-config.d.ts" />
2
+ /// <reference path="types/app.config.d.ts" />
3
+ /// <reference path="schema/nuxt.schema.d.ts" />
4
+
5
+ export {}
package/.nuxt/paths.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { joinRelativeURL } from 'ufo'
2
- import { useRuntimeConfig } from '#internal/nitro'
2
+ import { useRuntimeConfig } from 'nitropack/runtime'
3
3
  const getAppConfig = () => useRuntimeConfig().app
4
4
  export const baseURL = () => getAppConfig().baseURL
5
5
  export const buildAssetsDir = () => getAppConfig().buildAssetsDir
@@ -1,18 +1,18 @@
1
- import revive_payload_client_xBgCbod5Zqgu2Ck6LJBHFVkj3nEAMCMKlg9IUByL3dw from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.client.js";
2
- import unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
3
- import router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/router.js";
4
- import payload_client_9TWn23zI_XRkVU1PG_bGx6Xh2RgRxmaueHevqacp8io from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/payload.client.js";
5
- import navigation_repaint_client_PWSJP9SCACUVYqMdOhWzZoVInzkypH9guMJa5f_tQRU from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js";
6
- import check_outdated_build_client_TyWwNFjl2b9oM7nofxB8CIDLaDfcevsFf9aNkdcZzfM from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js";
7
- import chunk_reload_client_KQpvRQotSXG5lMt30Q7ZSnXrMFM9GwIJY8g0xVfMnhc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js";
1
+ import revive_payload_client_YjLkdevb7_2Uf0zdKHup7ZIcoujB68b4N3PeWPdC9h8 from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/revive-payload.client.js";
2
+ import unhead_CalVUZs93FiwQjVgDijtHdLKoFpT8PR68yjzXmVTa5s from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
3
+ import router_gqToMbQYczS9bZ1t_93HIq0_GU_sSGcNm7_CpySd2gc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/router.js";
4
+ import payload_client_Bj4LxgIg9vZKb6n12ZofBAgg5T8ATotFValbYAC2p_k from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/payload.client.js";
5
+ import navigation_repaint_client_6lXIeI_DH7PAr5TlWvWmFYA1SvzLX_EdyARSNqplyks from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/navigation-repaint.client.js";
6
+ import check_outdated_build_client_zwaAVO9pljDfrp_HYLkgEQofhotTUS8X0QOKXM6V3uA from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/check-outdated-build.client.js";
7
+ import chunk_reload_client_zIR4_f2NVv4SiK2exFMCKQTo1_Rx4i5C6WwGjGSVK80 from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/chunk-reload.client.js";
8
8
  import components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4 from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
9
9
  export default [
10
- revive_payload_client_xBgCbod5Zqgu2Ck6LJBHFVkj3nEAMCMKlg9IUByL3dw,
11
- unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E,
12
- router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc,
13
- payload_client_9TWn23zI_XRkVU1PG_bGx6Xh2RgRxmaueHevqacp8io,
14
- navigation_repaint_client_PWSJP9SCACUVYqMdOhWzZoVInzkypH9guMJa5f_tQRU,
15
- check_outdated_build_client_TyWwNFjl2b9oM7nofxB8CIDLaDfcevsFf9aNkdcZzfM,
16
- chunk_reload_client_KQpvRQotSXG5lMt30Q7ZSnXrMFM9GwIJY8g0xVfMnhc,
10
+ revive_payload_client_YjLkdevb7_2Uf0zdKHup7ZIcoujB68b4N3PeWPdC9h8,
11
+ unhead_CalVUZs93FiwQjVgDijtHdLKoFpT8PR68yjzXmVTa5s,
12
+ router_gqToMbQYczS9bZ1t_93HIq0_GU_sSGcNm7_CpySd2gc,
13
+ payload_client_Bj4LxgIg9vZKb6n12ZofBAgg5T8ATotFValbYAC2p_k,
14
+ navigation_repaint_client_6lXIeI_DH7PAr5TlWvWmFYA1SvzLX_EdyARSNqplyks,
15
+ check_outdated_build_client_zwaAVO9pljDfrp_HYLkgEQofhotTUS8X0QOKXM6V3uA,
16
+ chunk_reload_client_zIR4_f2NVv4SiK2exFMCKQTo1_Rx4i5C6WwGjGSVK80,
17
17
  components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4
18
18
  ]
@@ -1,10 +1,10 @@
1
- import unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
2
- import router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/router.js";
3
- import revive_payload_server_7sqUm4VBE9Ry2Hm169XHUtgAqBGJj3V8zQ5DBYZhMZQ from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/plugins/revive-payload.server.js";
1
+ import unhead_CalVUZs93FiwQjVgDijtHdLKoFpT8PR68yjzXmVTa5s from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/plugins/unhead.js";
2
+ import router_gqToMbQYczS9bZ1t_93HIq0_GU_sSGcNm7_CpySd2gc from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/router.js";
3
+ import revive_payload_server_Jr_7iAF1qxvxzJBC4ZNr6dvDMg3zFgdAkoVQEZztW94 from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/plugins/revive-payload.server.js";
4
4
  import components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4 from "/home/runner/work/sdk-js/sdk-js/packages/sdk-nuxt/.nuxt/components.plugin.mjs";
5
5
  export default [
6
- unhead_RYY1OoEPkdkmqtJjqj0_Bx2TVZY7MmY801siWWT1K_E,
7
- router_v3ky9_ZxfpfFLFbUFj7b8p30TuZldNfnOPxOQ98X2Cc,
8
- revive_payload_server_7sqUm4VBE9Ry2Hm169XHUtgAqBGJj3V8zQ5DBYZhMZQ,
6
+ unhead_CalVUZs93FiwQjVgDijtHdLKoFpT8PR68yjzXmVTa5s,
7
+ router_gqToMbQYczS9bZ1t_93HIq0_GU_sSGcNm7_CpySd2gc,
8
+ revive_payload_server_Jr_7iAF1qxvxzJBC4ZNr6dvDMg3zFgdAkoVQEZztW94,
9
9
  components_plugin_z4hgvsiddfKkfXTP6M8M4zG5Cb7sGnDhcryKVM45Di4
10
10
  ]
@@ -1 +1 @@
1
- export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-root.vue";
1
+ export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-root.vue";
@@ -0,0 +1,13 @@
1
+
2
+ import type { SDKLogging } from '@strivacity/sdk-core';
3
+
4
+ declare class CustomLogging implements SDKLogging {
5
+ xEventId: string | undefined;
6
+
7
+ debug(message: string): void;
8
+ info(message: string): void;
9
+ warn(message: string): void;
10
+ error(message: string, error: Error): void;
11
+ }
12
+
13
+ export default CustomLogging
@@ -0,0 +1 @@
1
+ export default undefined
@@ -1 +1 @@
1
- export default class t{async get(o){var e,a;return await Promise.resolve((a=(e=globalThis==null?void 0:globalThis.window)==null?void 0:e.localStorage)==null?void 0:a.getItem(o))}async delete(o){var e;await Promise.resolve((e=globalThis==null?void 0:globalThis.window)==null?void 0:e.localStorage.removeItem(o))}async set(o,e){var a;await Promise.resolve((a=globalThis==null?void 0:globalThis.window)==null?void 0:a.localStorage.setItem(o,e))}}
1
+ export default class l{async get(e){return await Promise.resolve(globalThis?.window?.localStorage?.getItem(e))}async delete(e){await Promise.resolve(globalThis?.window?.localStorage.removeItem(e))}async set(e,o){await Promise.resolve(globalThis?.window?.localStorage.setItem(e,o))}}
@@ -1 +1 @@
1
- export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/test-component-wrapper";
1
+ export { default } from "/home/runner/work/sdk-js/sdk-js/node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/test-component-wrapper";
@@ -14,54 +14,54 @@ type HydrationStrategies = {
14
14
  type LazyComponent<T> = DefineComponent<HydrationStrategies, {}, {}, {}, {}, {}, {}, { hydrated: () => void }> & T
15
15
 
16
16
  interface _GlobalComponents {
17
- 'NuxtWelcome': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']
18
- 'NuxtLayout': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
19
- 'NuxtErrorBoundary': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
20
- 'ClientOnly': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']
21
- 'DevOnly': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']
22
- 'ServerPlaceholder': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']
23
- 'NuxtLink': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']
24
- 'NuxtLoadingIndicator': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
25
- 'NuxtTime': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
26
- 'NuxtRouteAnnouncer': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
27
- 'NuxtImg': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
28
- 'NuxtPicture': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
17
+ 'NuxtWelcome': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/welcome.vue")['default']
18
+ 'NuxtLayout': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']
19
+ 'NuxtErrorBoundary': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']
20
+ 'ClientOnly': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/client-only")['default']
21
+ 'DevOnly': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/dev-only")['default']
22
+ 'ServerPlaceholder': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/server-placeholder")['default']
23
+ 'NuxtLink': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-link")['default']
24
+ 'NuxtLoadingIndicator': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']
25
+ 'NuxtTime': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']
26
+ 'NuxtRouteAnnouncer': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']
27
+ 'NuxtImg': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']
28
+ 'NuxtPicture': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']
29
29
  'StyLoginRenderer': typeof import("../../src/runtime/login-renderer.vue")['default']
30
- 'NuxtPage': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
31
- 'NoScript': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']
32
- 'Link': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']
33
- 'Base': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']
34
- 'Title': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']
35
- 'Meta': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']
36
- 'Style': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']
37
- 'Head': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']
38
- 'Html': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']
39
- 'Body': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']
40
- 'NuxtIsland': typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']
41
- 'LazyNuxtWelcome': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
42
- 'LazyNuxtLayout': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
43
- 'LazyNuxtErrorBoundary': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
44
- 'LazyClientOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/client-only")['default']>
45
- 'LazyDevOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/dev-only")['default']>
46
- 'LazyServerPlaceholder': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
47
- 'LazyNuxtLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
48
- 'LazyNuxtLoadingIndicator': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
49
- 'LazyNuxtTime': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
50
- 'LazyNuxtRouteAnnouncer': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
51
- 'LazyNuxtImg': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
52
- 'LazyNuxtPicture': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
30
+ 'NuxtPage': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']
31
+ 'NoScript': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['NoScript']
32
+ 'Link': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Link']
33
+ 'Base': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Base']
34
+ 'Title': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Title']
35
+ 'Meta': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Meta']
36
+ 'Style': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Style']
37
+ 'Head': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Head']
38
+ 'Html': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Html']
39
+ 'Body': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Body']
40
+ 'NuxtIsland': typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-island")['default']
41
+ 'LazyNuxtWelcome': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/welcome.vue")['default']>
42
+ 'LazyNuxtLayout': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-layout")['default']>
43
+ 'LazyNuxtErrorBoundary': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-error-boundary.vue")['default']>
44
+ 'LazyClientOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/client-only")['default']>
45
+ 'LazyDevOnly': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/dev-only")['default']>
46
+ 'LazyServerPlaceholder': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/server-placeholder")['default']>
47
+ 'LazyNuxtLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-link")['default']>
48
+ 'LazyNuxtLoadingIndicator': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default']>
49
+ 'LazyNuxtTime': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-time.vue")['default']>
50
+ 'LazyNuxtRouteAnnouncer': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-route-announcer")['default']>
51
+ 'LazyNuxtImg': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtImg']>
52
+ 'LazyNuxtPicture': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-stubs")['NuxtPicture']>
53
53
  'LazyStyLoginRenderer': LazyComponent<typeof import("../../src/runtime/login-renderer.vue")['default']>
54
- 'LazyNuxtPage': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
55
- 'LazyNoScript': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
56
- 'LazyLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Link']>
57
- 'LazyBase': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Base']>
58
- 'LazyTitle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Title']>
59
- 'LazyMeta': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Meta']>
60
- 'LazyStyle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Style']>
61
- 'LazyHead': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Head']>
62
- 'LazyHtml': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Html']>
63
- 'LazyBody': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/head/runtime/components")['Body']>
64
- 'LazyNuxtIsland': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@3.20.0_@capacitor+preferences@7.0.1_@capacitor+core@7.4.1__@parcel+watcher@2.4.1_@types+_r7a4gaqwscyttk4yoxb6bfcef4/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
54
+ 'LazyNuxtPage': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default']>
55
+ 'LazyNoScript': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['NoScript']>
56
+ 'LazyLink': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Link']>
57
+ 'LazyBase': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Base']>
58
+ 'LazyTitle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Title']>
59
+ 'LazyMeta': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Meta']>
60
+ 'LazyStyle': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Style']>
61
+ 'LazyHead': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Head']>
62
+ 'LazyHtml': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Html']>
63
+ 'LazyBody': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/head/runtime/components")['Body']>
64
+ 'LazyNuxtIsland': LazyComponent<typeof import("../../../../node_modules/.pnpm/nuxt@4.2.1_@capacitor+preferences@7.0.2_@capacitor+core@7.4.4__@parcel+watcher@2.4.1_@t_1d06f86fa43ea6ae8c6fb55b6f4fcdfe/node_modules/nuxt/dist/app/components/nuxt-island")['default']>
65
65
  }
66
66
 
67
67
  declare module 'vue' {
@@ -1,3 +1,8 @@
1
+ declare module 'nitropack/types' {
2
+ interface NitroRouteConfig {
3
+ appMiddleware?: string | string[] | Record<string, boolean>
4
+ }
5
+ }
1
6
  declare module 'nitropack' {
2
7
  interface NitroRouteConfig {
3
8
  appMiddleware?: string | string[] | Record<string, boolean>
@@ -0,0 +1,59 @@
1
+ import { NuxtModule, ModuleDependencyMeta } from '@nuxt/schema'
2
+ declare module '@nuxt/schema' {
3
+ interface ModuleDependencies {
4
+ ["./../../src"]?: ModuleDependencyMeta<typeof import("./../../src").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
5
+ ["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
6
+ }
7
+ interface NuxtOptions {
8
+ /**
9
+ * Configuration for `./../../src`
10
+ */
11
+ ["strivacity"]: typeof import("./../../src").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
12
+ /**
13
+ * Configuration for `@nuxt/devtools`
14
+ */
15
+ ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
16
+ }
17
+ interface NuxtConfig {
18
+ /**
19
+ * Configuration for `./../../src`
20
+ */
21
+ ["strivacity"]?: typeof import("./../../src").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
22
+ /**
23
+ * Configuration for `@nuxt/devtools`
24
+ */
25
+ ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
26
+ modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["./../../src", Exclude<NuxtConfig["strivacity"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>])[],
27
+ }
28
+ }
29
+ declare module 'nuxt/schema' {
30
+ interface ModuleDependencies {
31
+ ["./../../src"]?: ModuleDependencyMeta<typeof import("./../../src").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
32
+ ["@nuxt/devtools"]?: ModuleDependencyMeta<typeof import("@nuxt/devtools").default extends NuxtModule<infer O> ? O : Record<string, unknown>>
33
+ }
34
+ interface NuxtOptions {
35
+ /**
36
+ * Configuration for `./../../src`
37
+ * @see https://www.npmjs.com/package/./../../src
38
+ */
39
+ ["strivacity"]: typeof import("./../../src").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
40
+ /**
41
+ * Configuration for `@nuxt/devtools`
42
+ * @see https://www.npmjs.com/package/@nuxt/devtools
43
+ */
44
+ ["devtools"]: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? O : Record<string, any>
45
+ }
46
+ interface NuxtConfig {
47
+ /**
48
+ * Configuration for `./../../src`
49
+ * @see https://www.npmjs.com/package/./../../src
50
+ */
51
+ ["strivacity"]?: typeof import("./../../src").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
52
+ /**
53
+ * Configuration for `@nuxt/devtools`
54
+ * @see https://www.npmjs.com/package/@nuxt/devtools
55
+ */
56
+ ["devtools"]?: typeof import("@nuxt/devtools").default extends NuxtModule<infer O, unknown, boolean> ? Partial<O> : Record<string, any>
57
+ modules?: (undefined | null | false | NuxtModule<any> | string | [NuxtModule | string, Record<string, any>] | ["./../../src", Exclude<NuxtConfig["strivacity"], boolean>] | ["@nuxt/devtools", Exclude<NuxtConfig["devtools"], boolean>])[],
58
+ }
59
+ }