stentor-models 1.52.30 → 1.52.36
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/Context.d.ts +6 -0
- package/package.json +4 -4
package/lib/Context.d.ts
CHANGED
|
@@ -21,7 +21,13 @@ export declare type UserData = (userDataType: UserDataType) => Promise<UserDataR
|
|
|
21
21
|
* These we want to make available for custom handlers
|
|
22
22
|
*/
|
|
23
23
|
export interface ContextServices {
|
|
24
|
+
/**
|
|
25
|
+
* Service for sending information to a CRM
|
|
26
|
+
*/
|
|
24
27
|
crmService?: CrmService;
|
|
28
|
+
/**
|
|
29
|
+
* Service for sending text messages
|
|
30
|
+
*/
|
|
25
31
|
smsService?: SMSService;
|
|
26
32
|
}
|
|
27
33
|
/**
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.52.
|
|
7
|
+
"version": "1.52.36",
|
|
8
8
|
"description": "Models for 📣 stentor",
|
|
9
9
|
"types": "lib/index",
|
|
10
10
|
"typings": "lib/index",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@microsoft/api-extractor": "7.19.4",
|
|
21
21
|
"@rollup/plugin-typescript": "8.3.1",
|
|
22
22
|
"@xapp/config": "0.2.3",
|
|
23
|
-
"rollup": "2.
|
|
23
|
+
"rollup": "2.70.0",
|
|
24
24
|
"tslib": "2.3.1",
|
|
25
25
|
"typescript": "4.6.2"
|
|
26
26
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"clean": "rm -rf ./lib/* && rm -rf ./dist/*"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xapp/patterns": "1.40.
|
|
34
|
+
"@xapp/patterns": "1.40.63"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "3c75ca0d7c0145b8dbc0e7ab5e67b76a841d2d7c"
|
|
37
37
|
}
|