@fragus/sam-types 1.0.18 → 1.0.20

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.18",
2
+ "version": "1.0.20",
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",
@@ -10,7 +10,7 @@ export interface IPaymentChart {
10
10
  totalEarnings: PriceSpecification // summary.
11
11
  totalCosts: PriceSpecification // summary.
12
12
  totalBalance: PriceSpecification // summary.
13
- providerShare: PriceSpecification // summary.
13
+ providerTotalCost: PriceSpecification // summary.
14
14
  contractStartDate: Date | string // chart legend.
15
15
  contractEndDate: Date | string // chart legend.
16
16
  duration: {
@@ -10,7 +10,6 @@ export interface IContractProviderRequest extends IProviderCustomizationResponse
10
10
  country: ICountryRequest
11
11
  omnicarFee: number
12
12
  paymentGateways: PaymentGateway[]
13
- postmarkFromEmail: string
14
13
 
15
14
  logo: string
16
15
  contactFormUrl: string