placementt-core 1.400.929 → 1.400.930
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/lib/typeDefinitions.d.ts
CHANGED
|
@@ -2968,6 +2968,10 @@ export type Lead = {
|
|
|
2968
2968
|
wex?: boolean;
|
|
2969
2969
|
events?: boolean;
|
|
2970
2970
|
docCheck?: boolean;
|
|
2971
|
+
careersActivityTracking?: boolean;
|
|
2972
|
+
destinationsAndAlumni?: boolean;
|
|
2973
|
+
bookedCall?: boolean;
|
|
2974
|
+
bookedCallAt?: string;
|
|
2971
2975
|
oId?: string;
|
|
2972
2976
|
source: string;
|
|
2973
2977
|
dateAdded?: string;
|
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -2946,6 +2946,10 @@ export type Lead = {
|
|
|
2946
2946
|
wex?: boolean,
|
|
2947
2947
|
events?: boolean,
|
|
2948
2948
|
docCheck?: boolean,
|
|
2949
|
+
careersActivityTracking?: boolean,
|
|
2950
|
+
destinationsAndAlumni?: boolean,
|
|
2951
|
+
bookedCall?: boolean,
|
|
2952
|
+
bookedCallAt?: string,
|
|
2949
2953
|
oId?: string,
|
|
2950
2954
|
source: string,
|
|
2951
2955
|
dateAdded?: string,
|