@serenity-star/sdk 2.6.6 → 2.6.7

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/dist/index.d.mts CHANGED
@@ -475,6 +475,8 @@ type ChatWidgetRes = {
475
475
  theme: ThemeRes;
476
476
  enableFeedbackRecollection: boolean;
477
477
  targetAgentVersion?: number;
478
+ fabPhotoURL?: string;
479
+ closeFabOnOpen: boolean;
478
480
  };
479
481
  type EngagementMessageRes = {
480
482
  enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -475,6 +475,8 @@ type ChatWidgetRes = {
475
475
  theme: ThemeRes;
476
476
  enableFeedbackRecollection: boolean;
477
477
  targetAgentVersion?: number;
478
+ fabPhotoURL?: string;
479
+ closeFabOnOpen: boolean;
478
480
  };
479
481
  type EngagementMessageRes = {
480
482
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-star/sdk",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "The Serenity Star JavaScript SDK provides a convenient way to interact with the Serenity Star API, enabling you to build custom applications.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",