@nikcli-ai/sdk 1.228.0 → 1.229.0

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.
@@ -152,6 +152,7 @@ export type MessageContextOverflowError = {
152
152
  name: "MessageContextOverflowError";
153
153
  data: {
154
154
  message: string;
155
+ statusCode?: number;
155
156
  responseBody?: string;
156
157
  };
157
158
  };
@@ -181,6 +182,7 @@ export type ApiError = {
181
182
  metadata?: {
182
183
  [key: string]: string;
183
184
  };
185
+ classification?: "payload-too-large";
184
186
  };
185
187
  };
186
188
  export type AssistantMessage = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@nikcli-ai/sdk",
4
- "version": "1.228.0",
4
+ "version": "1.229.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {