@avallon-labs/sdk 6.3.0 → 6.4.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -442,7 +442,7 @@ interface Artifact {
442
442
  */
443
443
  type ArtifactCreatedItem = {
444
444
  artifact_id: string;
445
- /** Processing message identifier */
445
+ /** @deprecated */
446
446
  message_id: string;
447
447
  status: string;
448
448
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "6.3.0",
3
+ "version": "6.4.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",