sk-front-lib 0.19.11 → 0.19.13

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.
@@ -90,6 +90,7 @@ export interface ISkAddress {
90
90
  address?: string;
91
91
  address2?: string;
92
92
  isDefault?: boolean;
93
+ customsCode?: string;
93
94
  }
94
95
  export interface ISkStore {
95
96
  id?: number;
@@ -151,6 +151,7 @@ export interface ISkOrderReqProgress {
151
151
  memo?: string;
152
152
  method?: SkShippingMethod;
153
153
  useCoupons?: string[];
154
+ customsCode?: string;
154
155
  }
155
156
  export interface ISkOrderLog extends IAudit {
156
157
  id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-front-lib",
3
- "version": "0.19.11",
3
+ "version": "0.19.13",
4
4
  "peerDependencies": {
5
5
  "@angular/router": "^15.2.10",
6
6
  "@angular/animations": "^15.2.10",