@cemiar/cemiarlink-sdk 1.0.30 → 1.0.32

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.
@@ -55,6 +55,7 @@ export interface Policy {
55
55
  BrokerCommissionAgreementId?: string;
56
56
  Culture?: string;
57
57
  InvoiceToType?: string;
58
+ InvoiceToContactId?: number;
58
59
  }
59
60
  export interface CreatePolicy {
60
61
  AccountId: string;
@@ -104,6 +105,8 @@ export interface CreatePolicy {
104
105
  Stage?: string;
105
106
  Status: string;
106
107
  TypeDescription?: string;
108
+ InvoiceToType?: string;
109
+ InvoiceToContactId?: number;
107
110
  }
108
111
  export interface PolicyCategory {
109
112
  Category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cemiar/cemiarlink-sdk",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "CemiarLink SDK to access CemiarLink API services",
5
5
  "engines": {
6
6
  "npm": ">=9.5.1",