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.
- package/dist/types/utility.d.ts +2 -1
- package/package.json +1 -1
- package/src/types/utility.ts +2 -1
package/dist/types/utility.d.ts
CHANGED
|
@@ -529,9 +529,10 @@ export type GoChannelPartner = {
|
|
|
529
529
|
}[];
|
|
530
530
|
visitsgivenat: ProjectsList[];
|
|
531
531
|
projectcolor: {
|
|
532
|
-
project:
|
|
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
package/src/types/utility.ts
CHANGED
|
@@ -562,9 +562,10 @@ export type GoChannelPartner = {
|
|
|
562
562
|
}[];
|
|
563
563
|
visitsgivenat: ProjectsList[];
|
|
564
564
|
projectcolor: {
|
|
565
|
-
project:
|
|
565
|
+
project: ProjectsList;
|
|
566
566
|
color: string;
|
|
567
567
|
}[];
|
|
568
|
+
projectsassigned: ProjectsList[];
|
|
568
569
|
};
|
|
569
570
|
|
|
570
571
|
export type ScheduledVisitEntry = {
|