waldur-js-client 8.0.6-dev.3 → 8.0.6-dev.5

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.
@@ -222,6 +222,7 @@ export type AgentIdentity = {
222
222
  * UUID of an offering with a site-agent compatible type.
223
223
  */
224
224
  offering: string;
225
+ readonly created_by: string;
225
226
  name: string;
226
227
  version?: string | null;
227
228
  dependencies?: unknown;
@@ -3372,10 +3373,6 @@ export type ChatRequestRequest = {
3372
3373
  * Existing thread UUID. If omitted, a new thread is created.
3373
3374
  */
3374
3375
  thread_uuid?: string | null;
3375
- /**
3376
- * Thread UUID whose name should be set to the assistant's response. Skips message persistence for this call.
3377
- */
3378
- update_thread_name?: string | null;
3379
3376
  /**
3380
3377
  * 'reload': replace the last assistant response. 'edit': edit a user message and re-stream. Omit for normal new-message behavior.
3381
3378
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.6-dev.3",
3
+ "version": "8.0.6-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",