@leavittsoftware/lg-core-typescript 2.58.0 → 2.59.0

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.
@@ -425,7 +425,7 @@ export interface LifeRaterUpsertDto {
425
425
  Id: number | null;
426
426
  IsActive: boolean;
427
427
  Phone: string | null;
428
- RicochetCampaignEndpoint: number | null;
428
+ RicochetCampaignId: number | null;
429
429
  ToolbarTitle: string | null;
430
430
  }
431
431
 
@@ -470,7 +470,7 @@ export interface WidgetLifeRaterUpsertDto {
470
470
  Id: number | null;
471
471
  IsActive: boolean;
472
472
  Phone: string | null;
473
- RicochetCampaignEndpoint: number | null;
473
+ RicochetCampaignId: number | null;
474
474
  ShowWealthManagementFields: boolean;
475
475
  }
476
476
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.58.0",
3
+ "version": "2.59.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [