@heseya/store-core
Advanced tools
Comparing version 8.0.0-beta.8 to 8.0.0-beta.9
@@ -0,1 +1,2 @@ | ||
import { StrNumber } from './Number'; | ||
import { UUID } from './UUID'; | ||
@@ -35,3 +36,3 @@ export interface PriceMapListed { | ||
schema_option_name: string; | ||
schema_option_price: string; | ||
schema_option_price: StrNumber; | ||
} | ||
@@ -42,3 +43,3 @@ export interface PriceMapPrice { | ||
product_name: string; | ||
product_price: string; | ||
product_price: StrNumber; | ||
schema_options: PriceMapProductSchemaPrice[]; | ||
@@ -49,7 +50,7 @@ } | ||
id: UUID; | ||
value: string; | ||
value: StrNumber; | ||
}[]; | ||
schema_options: { | ||
id: UUID; | ||
value: string; | ||
value: StrNumber; | ||
}[]; | ||
@@ -69,7 +70,7 @@ } | ||
currency: string; | ||
price: string; | ||
price: StrNumber; | ||
} | ||
export type PriceMapProductPriceUpdateDto = { | ||
price_map_id: UUID; | ||
price: string; | ||
price: StrNumber; | ||
}[]; | ||
@@ -87,3 +88,3 @@ /** | ||
id: UUID; | ||
price: string; | ||
price: StrNumber; | ||
}[]; | ||
@@ -96,4 +97,4 @@ } | ||
id: UUID; | ||
price: string; | ||
price: StrNumber; | ||
}[]; | ||
}[]; |
@@ -41,4 +41,4 @@ import { CartItemSchemaValue } from './CartItem'; | ||
options: SchemaOptionDto[]; | ||
required: true; | ||
default: ''; | ||
required: boolean; | ||
default: string; | ||
used_schemas: UUID[]; | ||
@@ -45,0 +45,0 @@ product_id: UUID | null; |
{ | ||
"name": "@heseya/store-core", | ||
"version": "8.0.0-beta.8", | ||
"version": "8.0.0-beta.9", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1030937
9362