@domu-ai/kiban-sdk 1.116.2 → 1.116.3

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.
@@ -147,6 +147,7 @@ export type InternalCallsIdPut500 = {
147
147
  };
148
148
  export type InternalToolsPostBodyMessageCall = {
149
149
  id: string;
150
+ [key: string]: unknown;
150
151
  };
151
152
  export type InternalToolsPostBodyMessageToolCallListItemType = typeof InternalToolsPostBodyMessageToolCallListItemType[keyof typeof InternalToolsPostBodyMessageToolCallListItemType];
152
153
  export declare const InternalToolsPostBodyMessageToolCallListItemType: {
@@ -163,6 +164,7 @@ export type InternalToolsPostBodyMessageToolCallListItem = {
163
164
  id: string;
164
165
  type: InternalToolsPostBodyMessageToolCallListItemType;
165
166
  function: InternalToolsPostBodyMessageToolCallListItemFunction;
167
+ [key: string]: unknown;
166
168
  };
167
169
  export type InternalToolsPostBodyMessageToolCallsItemType = typeof InternalToolsPostBodyMessageToolCallsItemType[keyof typeof InternalToolsPostBodyMessageToolCallsItemType];
168
170
  export declare const InternalToolsPostBodyMessageToolCallsItemType: {
@@ -179,15 +181,18 @@ export type InternalToolsPostBodyMessageToolCallsItem = {
179
181
  id: string;
180
182
  type: InternalToolsPostBodyMessageToolCallsItemType;
181
183
  function: InternalToolsPostBodyMessageToolCallsItemFunction;
184
+ [key: string]: unknown;
182
185
  };
183
186
  export type InternalToolsPostBodyMessage = {
184
187
  type: string;
185
188
  call?: InternalToolsPostBodyMessageCall;
186
189
  toolCallList?: InternalToolsPostBodyMessageToolCallListItem[];
187
190
  toolCalls?: InternalToolsPostBodyMessageToolCallsItem[];
191
+ [key: string]: unknown;
188
192
  };
189
193
  export type InternalToolsPostBody = {
190
194
  message?: InternalToolsPostBodyMessage;
195
+ [key: string]: unknown;
191
196
  };
192
197
  export type InternalToolsPost200 = {
193
198
  results: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domu-ai/kiban-sdk",
3
- "version": "1.116.2",
3
+ "version": "1.116.3",
4
4
  "description": "Generated TypeScript SDKs for Kiban public, internal, and dashboard APIs.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./index.js",