stentor-models 1.52.28 → 1.52.33

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/Context.d.ts +6 -0
  2. 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.28",
7
+ "version": "1.52.33",
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.68.0",
23
+ "rollup": "2.69.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"
34
+ "@xapp/patterns": "1.40.63"
35
35
  },
36
- "gitHead": "aa64b4b2bfcf8169f0550456239d92c3a7cd1040"
36
+ "gitHead": "de6d2332824f8892015770cd832b6a4577f0afb0"
37
37
  }