@leavittsoftware/lg-core-typescript 5.344.0 → 5.345.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.
@@ -1800,8 +1800,8 @@ export interface CampaignDashboardPhoneContactDto {
1800
1800
  BlockedByPersonId: number | null;
1801
1801
  BlockedReason: string | null;
1802
1802
  Id: number;
1803
- IsArchived: boolean;
1804
- IsUnsubscribed: boolean;
1803
+ IsArchived: boolean | null;
1804
+ IsUnsubscribed: boolean | null;
1805
1805
  Name: string | null;
1806
1806
  PhoneNumber: string;
1807
1807
  UnsubscribedByPersonId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.344.0",
3
+ "version": "5.345.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [