@xapp/stentor-form-widget-channel 1.74.7 → 1.76.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.
@@ -87,6 +87,10 @@ export interface FormWidgetEnv {
87
87
  * When provided, for stand-alone pages, it will display the chat widget
88
88
  */
89
89
  readonly chatWidgetKey?: string;
90
+ /**
91
+ * When provided, it will display custom partner content (white label partner)
92
+ */
93
+ readonly partnerId?: string;
90
94
  /**
91
95
  * Extra custom values
92
96
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.74.7",
7
+ "version": "1.76.0",
8
8
  "description": "Form Widget Channel for stentor 📣",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -23,13 +23,13 @@
23
23
  "mocha": "9.2.2",
24
24
  "sinon": "13.0.2",
25
25
  "sinon-chai": "3.7.0",
26
- "stentor-models": "1.59.144",
26
+ "stentor-models": "1.60.5",
27
27
  "ts-node": "10.9.2",
28
- "typescript": "5.5.4"
28
+ "typescript": "5.8.2"
29
29
  },
30
30
  "dependencies": {
31
- "stentor-constants": "1.59.144",
32
- "stentor-guards": "1.59.144"
31
+ "stentor-constants": "1.60.5",
32
+ "stentor-guards": "1.60.5"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "stentor-models": "1.X"
@@ -38,5 +38,5 @@
38
38
  "build": "tsc -d true -p .",
39
39
  "clean": "rm -rf ./lib/*"
40
40
  },
41
- "gitHead": "2d1ee2370fb777eb344d1257804aa9669c354cb8"
41
+ "gitHead": "fb698062d9809227c7d1383fb71927311bb973f3"
42
42
  }