stallions-types 1.1.42 → 1.1.43

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.
@@ -529,9 +529,10 @@ export type GoChannelPartner = {
529
529
  }[];
530
530
  visitsgivenat: ProjectsList[];
531
531
  projectcolor: {
532
- project: LeadFields18614['mx_Interested_In'];
532
+ project: ProjectsList;
533
533
  color: string;
534
534
  }[];
535
+ projectsassigned: ProjectsList[];
535
536
  };
536
537
  export type ScheduledVisitEntry = {
537
538
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stallions-types",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "description": "Typescript types for Stallions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -562,9 +562,10 @@ export type GoChannelPartner = {
562
562
  }[];
563
563
  visitsgivenat: ProjectsList[];
564
564
  projectcolor: {
565
- project: LeadFields18614['mx_Interested_In'];
565
+ project: ProjectsList;
566
566
  color: string;
567
567
  }[];
568
+ projectsassigned: ProjectsList[];
568
569
  };
569
570
 
570
571
  export type ScheduledVisitEntry = {