@cemiar/cemiarlink-sdk 1.0.31 → 1.0.33

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;
@@ -105,6 +106,7 @@ export interface CreatePolicy {
105
106
  Status: string;
106
107
  TypeDescription?: string;
107
108
  InvoiceToType?: string;
109
+ InvoiceToContactId?: string;
108
110
  }
109
111
  export interface PolicyCategory {
110
112
  Category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cemiar/cemiarlink-sdk",
3
- "version": "1.0.31",
3
+ "version": "1.0.33",
4
4
  "description": "CemiarLink SDK to access CemiarLink API services",
5
5
  "engines": {
6
6
  "npm": ">=9.5.1",