placementt-core 1.400.838 → 1.400.839

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.
@@ -2368,6 +2368,7 @@ export type SiteErrorLog = {
2368
2368
  type: "frontend" | "backend";
2369
2369
  requestData?: string;
2370
2370
  clickupTaskId?: string;
2371
+ clickupTaskName?: string;
2371
2372
  };
2372
2373
  export type Lead = {
2373
2374
  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.838",
5
+ "version": "1.400.839",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2308,6 +2308,7 @@ export type SiteErrorLog = {
2308
2308
  type: "frontend"|"backend",
2309
2309
  requestData?: string,
2310
2310
  clickupTaskId?: string,
2311
+ clickupTaskName?: string,
2311
2312
  }
2312
2313
 
2313
2314
  export type Lead = {