stentor-models 1.68.6 → 1.69.0
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.
- package/lib/Crm.d.ts +6 -0
- 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.
|
|
7
|
+
"version": "1.69.0",
|
|
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.
|
|
20
|
+
"@microsoft/api-extractor": "7.56.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": "
|
|
36
|
+
"gitHead": "8007f47aa20852f33297bb69ffe872bb1ad8b963"
|
|
37
37
|
}
|