@serenity-star/sdk 2.2.0 → 2.2.1

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
@@ -142,7 +142,7 @@ type PendingAction = {
142
142
  auth_type: string;
143
143
  url: string;
144
144
  connector_name: string;
145
- connector_image_url?: string;
145
+ connector_img_url?: string;
146
146
  connector_id?: string;
147
147
  };
148
148
  type AgentResult = {
package/dist/index.d.ts CHANGED
@@ -142,7 +142,7 @@ type PendingAction = {
142
142
  auth_type: string;
143
143
  url: string;
144
144
  connector_name: string;
145
- connector_image_url?: string;
145
+ connector_img_url?: string;
146
146
  connector_id?: string;
147
147
  };
148
148
  type AgentResult = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-star/sdk",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
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",