@compassdigital/sdk.typescript 4.614.0 → 4.615.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.
|
@@ -2535,7 +2535,7 @@ export interface PostConsumerShoppingCartBulkBodyRequest {
|
|
|
2535
2535
|
ids: string[];
|
|
2536
2536
|
}
|
|
2537
2537
|
export interface PostConsumerShoppingCartBulkResponse {
|
|
2538
|
-
|
|
2538
|
+
shoppingcarts: PostConsumerShoppingCartResponse[];
|
|
2539
2539
|
}
|
|
2540
2540
|
export interface ConsumerDeleteMealplanBody {
|
|
2541
2541
|
tenders?: string[];
|
package/package.json
CHANGED
|
@@ -3607,7 +3607,7 @@ export interface PostConsumerShoppingCartBulkBodyRequest {
|
|
|
3607
3607
|
|
|
3608
3608
|
export interface PostConsumerShoppingCartBulkResponse {
|
|
3609
3609
|
// shopping carts
|
|
3610
|
-
|
|
3610
|
+
shoppingcarts: PostConsumerShoppingCartResponse[];
|
|
3611
3611
|
}
|
|
3612
3612
|
|
|
3613
3613
|
export interface ConsumerDeleteMealplanBody {
|