@fragus/sam-types 1.0.19 → 1.0.21

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.19",
2
+ "version": "1.0.21",
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,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
@@ -27,7 +27,6 @@ export interface PaymentPlan {
27
27
  */
28
28
  export interface IPreparePaymentRequest {
29
29
  prettyIdentifier: string
30
- cancel_url: string
31
30
  success_url: string
32
31
  }
33
32