@scayle/storefront-nuxt 7.85.7 → 7.85.9

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 (47) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/index.d.mts +5 -15
  3. package/dist/index.d.ts +5 -15
  4. package/dist/index.mjs +2 -16
  5. package/dist/module.d.mts +4 -4
  6. package/dist/module.d.ts +4 -4
  7. package/dist/module.mjs +5 -25
  8. package/dist/rpc.d.mts +1 -16
  9. package/dist/rpc.d.ts +1 -16
  10. package/dist/rpc.mjs +1 -20
  11. package/dist/runtime/api/rpcHandler.d.ts +55 -1
  12. package/dist/runtime/api/rpcHandler.mjs +1 -1
  13. package/dist/runtime/composables/core/useAvailableShops.d.ts +1 -1
  14. package/dist/runtime/composables/core/useRpc.d.ts +3 -3
  15. package/dist/runtime/composables/storefront/useFacet.d.ts +28 -24
  16. package/dist/runtime/composables/storefront/useOrder.d.ts +15 -14
  17. package/dist/runtime/composables/storefront/useOrder.mjs +4 -20
  18. package/dist/runtime/composables/storefront/useOrderConfirmation.d.ts +15 -14
  19. package/dist/runtime/composables/storefront/useOrderConfirmation.mjs +1 -19
  20. package/dist/runtime/composables/storefront/useSearch.d.ts +3 -3
  21. package/dist/runtime/composables/storefront/useStorefrontSearch.d.ts +2 -2
  22. package/dist/runtime/context.mjs +1 -1
  23. package/dist/runtime/error/handler.d.ts +1 -1
  24. package/dist/runtime/nitro/plugins/cacheRuntimeConfig.d.ts +1 -1
  25. package/dist/runtime/nitro/plugins/cacheRuntimeConfig.mjs +2 -1
  26. package/dist/runtime/nitro/plugins/configValidation.d.ts +8 -3
  27. package/dist/runtime/nitro/plugins/configValidation.mjs +7 -5
  28. package/dist/runtime/nitro/plugins/nitroLogger.d.ts +1 -1
  29. package/dist/runtime/nitro/plugins/nitroLogger.mjs +2 -1
  30. package/dist/runtime/nitro/plugins/nitroRuntimeStorageConfig.d.ts +1 -1
  31. package/dist/runtime/nitro/plugins/nitroRuntimeStorageConfig.mjs +7 -5
  32. package/dist/runtime/nitro/plugins/nitroSetXPoweredByHeader.d.ts +1 -1
  33. package/dist/runtime/nitro/plugins/nitroSetXPoweredByHeader.mjs +1 -1
  34. package/dist/runtime/server/middleware/bootstrap.mjs +1 -1
  35. package/dist/runtime/server/middleware/bootstrap.utils.d.ts +6 -2
  36. package/dist/runtime/server/middleware/bootstrap.utils.mjs +2 -2
  37. package/dist/runtime/server/tsconfig.json +1 -1
  38. package/dist/runtime/utils/zodSchema.d.ts +261 -153
  39. package/dist/runtime/utils/zodSchema.mjs +16 -7
  40. package/dist/shared/storefront-nuxt.77c99ba5.d.mts +102 -0
  41. package/dist/shared/storefront-nuxt.77c99ba5.d.ts +102 -0
  42. package/package.json +13 -13
  43. package/dist/module.json +0 -8
  44. package/dist/shared/storefront-nuxt.891170da.d.mts +0 -1205
  45. package/dist/shared/storefront-nuxt.891170da.d.ts +0 -1205
  46. package/dist/types.d.mts +0 -14
  47. package/dist/types.d.ts +0 -14
package/dist/types.d.mts DELETED
@@ -1,14 +0,0 @@
1
-
2
- import type { ModulePublicRuntimeConfig } from './module.js'
3
-
4
-
5
- declare module '@nuxt/schema' {
6
- interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
7
- }
8
-
9
- declare module 'nuxt/schema' {
10
- interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
11
- }
12
-
13
-
14
- export type { AdditionalShopConfig, AppKeys, BapiConfig, CheckoutEvent, CheckoutShopConfig, ModulePublicRuntimeConfig, PublicShopConfig, RedisConfig, SapiConfig, SessionConfig, ShopConfig, ShopConfigIndexed, StorageConfig, StorageEntity, StorageProvider, StorefrontConfig } from './module.js'
package/dist/types.d.ts DELETED
@@ -1,14 +0,0 @@
1
-
2
- import type { ModulePublicRuntimeConfig } from './module'
3
-
4
-
5
- declare module '@nuxt/schema' {
6
- interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
7
- }
8
-
9
- declare module 'nuxt/schema' {
10
- interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
11
- }
12
-
13
-
14
- export type { AdditionalShopConfig, AppKeys, BapiConfig, CheckoutEvent, CheckoutShopConfig, ModulePublicRuntimeConfig, PublicShopConfig, RedisConfig, SapiConfig, SessionConfig, ShopConfig, ShopConfigIndexed, StorageConfig, StorageEntity, StorageProvider, StorefrontConfig } from './module'