placementt-core 1.400.834 → 1.400.835

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.
@@ -2365,6 +2365,7 @@ export type SiteErrorLog = {
2365
2365
  resolvedDate?: string;
2366
2366
  type: "frontend" | "backend";
2367
2367
  requestData?: string;
2368
+ clickupTaskId?: string;
2368
2369
  };
2369
2370
  export type Lead = {
2370
2371
  forename?: 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.834",
5
+ "version": "1.400.835",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2305,6 +2305,7 @@ export type SiteErrorLog = {
2305
2305
  resolvedDate?: string,
2306
2306
  type: "frontend"|"backend",
2307
2307
  requestData?: string,
2308
+ clickupTaskId?: string,
2308
2309
  }
2309
2310
 
2310
2311
  export type Lead = {