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.
@@ -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
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.929",
5
+ "version": "1.400.930",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -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,