@cemiar/cemiarlink-sdk 1.0.29 → 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.
@@ -66,6 +66,7 @@ export interface CreatePolicy {
66
66
  AgreementId?: string;
67
67
  AnnualizedCommission?: number;
68
68
  BilledPremium?: number;
69
+ BillingPlan?: string;
69
70
  BillingMode?: PolicyBillingMode;
70
71
  BranchCode: string;
71
72
  BrokerCode?: string;
@@ -103,6 +104,7 @@ export interface CreatePolicy {
103
104
  Stage?: string;
104
105
  Status: string;
105
106
  TypeDescription?: string;
107
+ InvoiceToType?: string;
106
108
  }
107
109
  export interface PolicyCategory {
108
110
  Category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cemiar/cemiarlink-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "description": "CemiarLink SDK to access CemiarLink API services",
5
5
  "engines": {
6
6
  "npm": ">=9.5.1",