@leavittsoftware/lg-core-typescript 2.0.404 → 2.0.405
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/lg.net.core.ts +6 -6
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -2933,12 +2933,6 @@ export interface CrmAccountMondayItem {
|
|
|
2933
2933
|
SpreadSheetItemId: number | null;
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
|
-
export interface PersonMondayAccount {
|
|
2937
|
-
Id: number;
|
|
2938
|
-
MondayId: number;
|
|
2939
|
-
Person: Partial<Person> | null;
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
2936
|
export interface GpNomination {
|
|
2943
2937
|
AwardedByPerson: Partial<Person> | null;
|
|
2944
2938
|
AwardedByPersonId: number | null;
|
|
@@ -4253,6 +4247,12 @@ export interface SurgeViewerToPeopleGroup {
|
|
|
4253
4247
|
SurgeId: number;
|
|
4254
4248
|
}
|
|
4255
4249
|
|
|
4250
|
+
export interface PersonMondayAccount {
|
|
4251
|
+
Id: number;
|
|
4252
|
+
MondayId: number;
|
|
4253
|
+
Person: Partial<Person> | null;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
4256
|
export interface CrmActivityPlanner {
|
|
4257
4257
|
ActivityPlannerId: string;
|
|
4258
4258
|
ActivityPlannerName: string | null;
|