@fragus/sam-types 1.0.87 → 1.0.88

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.87",
2
+ "version": "1.0.88",
3
3
  "name": "@fragus/sam-types",
4
4
  "description": "Typescript interfaces for all types used to communicate between SAM client(s) and the SAM API",
5
5
  "author": "Fragus",
@@ -19,6 +19,7 @@ export interface IContractCreationData {
19
19
  cars: ICarCollection
20
20
  templates: IGenericContractTemplateResponse[]
21
21
  templatesAllDisabled?: boolean
22
+ hiddenNetPrice: boolean
22
23
  }
23
24
 
24
25
  export interface IProviderHasAccessToProductsRequest {
@@ -40,6 +40,7 @@ export interface IContractProviderRequest extends IProviderCustomizationResponse
40
40
  generalConditions?: string
41
41
  optionsConditions?: string
42
42
  fetchWarrantiesFromV4: boolean
43
+ hiddenNetPrice: boolean
43
44
  }
44
45
 
45
46
  export interface IContractProviderResponse extends IProviderCustomizationResponse {
@@ -88,6 +89,7 @@ export interface IContractProviderResponse extends IProviderCustomizationRespons
88
89
  fetchWarrantiesFromV4: boolean
89
90
  created: Date
90
91
  updated: Date
92
+ hiddenNetPrice: boolean
91
93
  }
92
94
 
93
95
  export interface IContractProviderListItemResponse {