stentor-models 1.68.23 → 1.69.6

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.
Files changed (2) hide show
  1. package/lib/Crm.d.ts +6 -0
  2. package/package.json +3 -3
package/lib/Crm.d.ts CHANGED
@@ -47,6 +47,12 @@ export interface ExternalLead {
47
47
  * Is it abandoned (unfinished)?
48
48
  */
49
49
  isAbandoned?: boolean;
50
+ /**
51
+ * Optional Google Place ID identifying which business location
52
+ * this lead originated from. Used for multi-location businesses
53
+ * to route leads to the correct external system.
54
+ */
55
+ placeId?: string;
50
56
  }
51
57
  export interface CrmResponse {
52
58
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.68.23",
7
+ "version": "1.69.6",
8
8
  "description": "Models for 📣 stentor",
9
9
  "types": "lib/index",
10
10
  "typings": "lib/index",
@@ -17,7 +17,7 @@
17
17
  "node": "^12 || ^14 || ^16 || ^18 || ^20 || ^22 || ^24.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/api-extractor": "7.56.3",
20
+ "@microsoft/api-extractor": "7.57.3",
21
21
  "@rollup/plugin-typescript": "12.3.0",
22
22
  "@xapp/config": "0.2.3",
23
23
  "rollup": "3.29.5",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.2"
35
35
  },
36
- "gitHead": "6c554d947304e85778369ec4de8fc1433c370317"
36
+ "gitHead": "b506cdfc1143e88ff73d6ed267899ce51c012eca"
37
37
  }