@inkeep/agents-ui-js-cloud 0.0.0-dev-20260509021601 → 0.0.0-dev-20260511170227

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/types.d.ts CHANGED
@@ -166,7 +166,7 @@ export declare interface AssistantMessageLinkOpenedEvent {
166
166
  eventName: 'assistant_message_inline_link_opened'
167
167
  properties: {
168
168
  // message: Message
169
- conversationId?: string
169
+ conversationId: string
170
170
  messageId?: string
171
171
  title?: string
172
172
  url?: string
@@ -1120,12 +1120,6 @@ export declare type InkeepCallbackEvent = InkeepEventWithCommon
1120
1120
  export declare interface InkeepCloudAIChatSettings extends InkeepAIChatSettings {}
1121
1121
 
1122
1122
  export declare interface InkeepCloudBaseSettings extends InkeepBaseSettings {
1123
- /**
1124
- * Custom base URL for analytics API endpoints.
1125
- * Useful when routing analytics requests through a proxy.
1126
- * Should include protocol (e.g., 'https://analytics.your-proxy.com')
1127
- */
1128
- analyticsApiBaseUrl?: string
1129
1123
  /**
1130
1124
  * Environment setting for the widget.
1131
1125
  * Affects API endpoints and debug behaviors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-ui-js-cloud",
3
- "version": "0.0.0-dev-20260509021601",
3
+ "version": "0.0.0-dev-20260511170227",
4
4
  "description": "",
5
5
  "license": "Inkeep, Inc. Customer License (IICL) v1.1",
6
6
  "homepage": "",
@@ -38,7 +38,7 @@
38
38
  "react": "19.0.0",
39
39
  "react-dom": "19.0.0",
40
40
  "uuid": "^11.1.0",
41
- "@inkeep/agents-ui-cloud": "0.0.0-dev-20260509021601"
41
+ "@inkeep/agents-ui-cloud": "0.0.0-dev-20260511170227"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@biomejs/biome": "1.9.4",
@@ -56,7 +56,7 @@
56
56
  "vite": "5.4.11",
57
57
  "vite-bundle-visualizer": "^1.2.1",
58
58
  "vite-plugin-dts": "4.4.0",
59
- "@inkeep/agents-ui": "0.0.0-dev-20260509021601"
59
+ "@inkeep/agents-ui": "0.0.0-dev-20260511170227"
60
60
  },
61
61
  "module": "./dist/embed.js",
62
62
  "types": "./dist/types.d.ts",