@wix/headless-restaurants-olo 0.0.40 → 0.0.42

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.
@@ -1,5 +1,5 @@
1
1
  import { type Signal, type ReadOnlySignal } from '@wix/services-definitions/core-services/signals';
2
- import { type LineItem } from '@wix/ecom/services';
2
+ import { type LineItem } from '@wix/headless-ecom/services';
3
3
  import { itemVariants } from '@wix/restaurants';
4
4
  import type { EnhancedItem } from '@wix/headless-restaurants-menus/services';
5
5
  import { AddToCartButtonState, AvailabilityStatus, FutureAvailability, WeeklyAvailability } from './common-types.js';
@@ -1,6 +1,6 @@
1
1
  import { operations as operationsSDK, operationGroups as operationGroupsSDK } from '@wix/restaurants';
2
2
  import { type Signal } from '@wix/services-definitions/core-services/signals';
3
- import { MenusServiceConfig } from '@wix/restaurants/services';
3
+ import { MenusServiceConfig } from '@wix/headless-restaurants-menus/services';
4
4
  export interface OLOSettingsServiceAPI {
5
5
  operationGroup: Signal<operationGroupsSDK.OperationGroup | undefined>;
6
6
  operation: Signal<operationsSDK.Operation | undefined>;
@@ -1,5 +1,5 @@
1
1
  import { type Signal, type ReadOnlySignal } from '@wix/services-definitions/core-services/signals';
2
- import { type LineItem } from '@wix/ecom/services';
2
+ import { type LineItem } from '@wix/headless-ecom/services';
3
3
  import { itemVariants } from '@wix/restaurants';
4
4
  import type { EnhancedItem } from '@wix/headless-restaurants-menus/services';
5
5
  import { AddToCartButtonState, AvailabilityStatus, FutureAvailability, WeeklyAvailability } from './common-types.js';
@@ -1,6 +1,6 @@
1
1
  import { operations as operationsSDK, operationGroups as operationGroupsSDK } from '@wix/restaurants';
2
2
  import { type Signal } from '@wix/services-definitions/core-services/signals';
3
- import { MenusServiceConfig } from '@wix/restaurants/services';
3
+ import { MenusServiceConfig } from '@wix/headless-restaurants-menus/services';
4
4
  export interface OLOSettingsServiceAPI {
5
5
  operationGroup: Signal<operationGroupsSDK.OperationGroup | undefined>;
6
6
  operation: Signal<operationsSDK.Operation | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-restaurants-olo",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -56,7 +56,7 @@
56
56
  "@radix-ui/react-slot": "^1.1.0",
57
57
  "@wix/atlas": "^1.0.33",
58
58
  "@wix/auto_sdk_restaurants_items": "^1.0.48",
59
- "@wix/ecom": "^1.0.1461",
59
+ "@wix/ecom": "^1.0.1560",
60
60
  "@wix/essentials": "^1.0.0",
61
61
  "@wix/headless-components": "0.0.35",
62
62
  "@wix/headless-media": "0.0.18",
@@ -78,5 +78,5 @@
78
78
  "groupId": "com.wixpress.headless-components"
79
79
  }
80
80
  },
81
- "falconPackageHash": "9ad2549f94e5aacfd7da1001597925f8d90fc959e6d336f0aea4c66b"
81
+ "falconPackageHash": "a1853e5075167da8016f17bcbec90fce909d666d3f7c8362242bf0ef"
82
82
  }