stentor-models 1.57.152 → 1.57.155

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.
@@ -61,7 +61,7 @@ export declare abstract class AbstractResponseBuilder<R = any> {
61
61
  /**
62
62
  * Tag used by supported 3rd party analytics to track the response.
63
63
  */
64
- tag: string | undefined;
64
+ tag: string | string[] | undefined;
65
65
  constructor(props: ResponseBuilderProps);
66
66
  /**
67
67
  * Respond to the user.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.57.152",
7
+ "version": "1.57.155",
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"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/api-extractor": "7.35.0",
20
+ "@microsoft/api-extractor": "7.35.1",
21
21
  "@rollup/plugin-typescript": "11.1.1",
22
22
  "@xapp/config": "0.2.3",
23
23
  "rollup": "3.23.0",
@@ -33,5 +33,5 @@
33
33
  "dependencies": {
34
34
  "@xapp/patterns": "2.0.1"
35
35
  },
36
- "gitHead": "0616b9c9df113625b6964a6846143fda5b0c4a82"
36
+ "gitHead": "6f0c39d4491ab426517da9da264b95723033f79b"
37
37
  }