@fragus/sam-types 1.0.79 → 1.0.80

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