@fragus/sam-types 1.0.85 → 1.0.86

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.85",
2
+ "version": "1.0.86",
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",
@@ -86,6 +86,8 @@ export interface IContractProviderResponse extends IProviderCustomizationRespons
86
86
  optionsConditions?: string
87
87
  stripeForeignId?: string
88
88
  fetchWarrantiesFromV4: boolean
89
+ created: Date
90
+ updated: Date
89
91
  }
90
92
 
91
93
  export interface IContractProviderListItemResponse {