@fragus/sam-types 1.0.5 → 1.0.7

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.5",
2
+ "version": "1.0.7",
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",
@@ -9,4 +9,5 @@ export interface IAccessKey {
9
9
  representativeUserEmail?: string
10
10
  contractProviderIds: number[]
11
11
  allProvidersAllowed: boolean
12
+ description?: string
12
13
  }
@@ -1,2 +1,2 @@
1
- export declare type TV4PTProductType = 'ServiceAgreement' | 'Warranty' | 'WarrantyAndServiceAgreement' | 'Vary';
1
+ export declare type TV4PTProductType = 'ServiceAgreement' | 'Warranty' | 'WarrantyAndServiceAgreement';
2
2
  export declare type TV4PTPaymentType = 'DealerPaid' | 'CustomerSubscription';
@@ -1,4 +1,4 @@
1
- export type TV4PTProductType = 'ServiceAgreement' | 'Warranty' | 'WarrantyAndServiceAgreement' | 'Vary' // Some other product type in V4.
1
+ export type TV4PTProductType = 'ServiceAgreement' | 'Warranty' | 'WarrantyAndServiceAgreement' // Some other product type in V4.
2
2
 
3
3
  // V4PricingTool Payment Type.
4
4
  export type TV4PTPaymentType =