@cemiar/cemiarlink-sdk 1.0.30 → 1.0.31

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.
@@ -104,6 +104,7 @@ export interface CreatePolicy {
104
104
  Stage?: string;
105
105
  Status: string;
106
106
  TypeDescription?: string;
107
+ InvoiceToType?: string;
107
108
  }
108
109
  export interface PolicyCategory {
109
110
  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.31",
4
4
  "description": "CemiarLink SDK to access CemiarLink API services",
5
5
  "engines": {
6
6
  "npm": ">=9.5.1",