placementt-core 1.400.620 → 1.400.621

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.
@@ -2217,6 +2217,7 @@ export type Lead = {
2217
2217
  wex?: boolean;
2218
2218
  events?: boolean;
2219
2219
  docCheck?: boolean;
2220
+ oId?: string;
2220
2221
  source: string;
2221
2222
  dateAdded?: string;
2222
2223
  addedBy: 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.620",
5
+ "version": "1.400.621",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2180,6 +2180,7 @@ export type Lead = {
2180
2180
  wex?: boolean,
2181
2181
  events?: boolean,
2182
2182
  docCheck?: boolean,
2183
+ oId?: string,
2183
2184
  source: string,
2184
2185
  dateAdded?: string,
2185
2186
  addedBy: string,