@vendure/common
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -890,2 +890,3 @@ export declare type Maybe<T> = T | null; | ||
type: Scalars['String']; | ||
length?: Maybe<Scalars['Int']>; | ||
label?: Maybe<Array<LocalizedString>>; | ||
@@ -1561,2 +1562,3 @@ description?: Maybe<Array<LocalizedString>>; | ||
orderProcess: Array<OrderProcessState>; | ||
permittedAssetTypes: Array<Scalars['String']>; | ||
customFieldConfig: CustomFields; | ||
@@ -1563,0 +1565,0 @@ }; |
{ | ||
"name": "@vendure/common", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"main": "index.js", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "01214847e68a540abc711b42924df44003d11fdb" | ||
"gitHead": "c91b01ea3f5f4521e7fb92f85c10c003735dabf0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
204601
5713