sk-front-lib 0.19.9 → 0.19.11

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.
@@ -75,6 +75,8 @@ export interface ISkOrderDetail {
75
75
  cancelDesc?: string;
76
76
  refundAccount?: string;
77
77
  shipping?: ISkShipping;
78
+ overseas?: boolean;
79
+ customsCode?: string;
78
80
  user?: ISkUser;
79
81
  memo?: string;
80
82
  total?: number;
@@ -100,6 +102,8 @@ export declare class SkOrderDetail {
100
102
  cancelDesc?: string;
101
103
  refundAccount?: string;
102
104
  shipping: ISkShipping;
105
+ overseas: boolean;
106
+ customsCode: string;
103
107
  user: SkUser;
104
108
  memo: string;
105
109
  total: number;
@@ -232,6 +232,7 @@ export interface SkProductListItem {
232
232
  brandName?: string;
233
233
  brandId?: number;
234
234
  brands?: ISkProductBrandItem[];
235
+ overseas?: boolean;
235
236
  wishlistCount?: number;
236
237
  wishlistMe?: boolean;
237
238
  image?: ISkFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-front-lib",
3
- "version": "0.19.9",
3
+ "version": "0.19.11",
4
4
  "peerDependencies": {
5
5
  "@angular/router": "^15.2.10",
6
6
  "@angular/animations": "^15.2.10",