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