@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.
- package/api3.leavitt.com.ts +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -425,7 +425,7 @@ export interface LifeRaterUpsertDto {
|
|
|
425
425
|
Id: number | null;
|
|
426
426
|
IsActive: boolean;
|
|
427
427
|
Phone: string | null;
|
|
428
|
-
|
|
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
|
-
|
|
473
|
+
RicochetCampaignId: number | null;
|
|
474
474
|
ShowWealthManagementFields: boolean;
|
|
475
475
|
}
|
|
476
476
|
|