File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.8.5 " ,
2
+ "version" : " 0.8.6 " ,
3
3
"license" : " MIT" ,
4
4
"main" : " dist/index.js" ,
5
5
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export interface VariantInterface {
120
120
uuid : string ;
121
121
ean : string ;
122
122
channel : {
123
- price : string ;
123
+ price : string | number ;
124
124
quantity : string ;
125
125
} ;
126
126
warehouses : {
@@ -253,10 +253,10 @@ export interface InputVariantParams {
253
253
} [ ] ;
254
254
channels : {
255
255
warehouses_id : string | number ;
256
- price : string ;
256
+ price : string | number ;
257
257
is_published : boolean ;
258
258
channels_id : number ,
259
- discounted_price ?: number ;
259
+ discounted_price ?: string | number ;
260
260
} [ ]
261
261
warehouse ?: {
262
262
warehouse_id : number ;
You can’t perform that action at this time.
0 commit comments