Skip to content

Commit 8e85907

Browse files
CXIEP-7764: remove unused model. Add missing dependency
1 parent 275a33d commit 8e85907

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

integration-libs/s4om/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@angular/core": "^19.1.8",
2626
"@spartacus/cart": "2211.38.0-1",
2727
"@spartacus/core": "2211.38.0-1",
28+
"@spartacus/order": "2211.38.0-1",
2829
"@spartacus/pdf-invoices": "2211.38.0-1",
2930
"@spartacus/requested-delivery-date": "2211.38.0-1",
3031
"@spartacus/schematics": "2211.38.0-1",

integration-libs/s4om/root/model/s4om-order-attachments.model.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
import { Pagination } from 'projects/core/src/model/unused.model';
8-
97
export interface OrderAttachments {
108
attachments?: OrderAttachment[];
11-
pagination?: Pagination;
129
}
1310

1411
export interface OrderAttachment {

0 commit comments

Comments
 (0)