@naturali/sdk 0.83.4 → 0.84.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.
package/dist/index.d.cts CHANGED
@@ -4371,7 +4371,7 @@ type Model = {
4371
4371
  /**
4372
4372
  * The model's name, and the only model string this API accepts or returns. Use it verbatim as a provider's `default_model` and as an agent's `model`.
4373
4373
  *
4374
- * It is naturali's own name, not the vendor's: it states a version explicitly and never changes, so a vendor relabelling its model cannot move a name you have already written down. A vendor's own invocation string is refused where this is expected — one model has one name.
4374
+ * It reads `<vendor>.<the vendor's own name for the model>`, so it is the vocabulary the vendor's own documentation uses, and it never changes. A vendor's own invocation string is refused where this is expected — one model has one name.
4375
4375
  *
4376
4376
  */
4377
4377
  model: string;
package/dist/index.d.mts CHANGED
@@ -4371,7 +4371,7 @@ type Model = {
4371
4371
  /**
4372
4372
  * The model's name, and the only model string this API accepts or returns. Use it verbatim as a provider's `default_model` and as an agent's `model`.
4373
4373
  *
4374
- * It is naturali's own name, not the vendor's: it states a version explicitly and never changes, so a vendor relabelling its model cannot move a name you have already written down. A vendor's own invocation string is refused where this is expected — one model has one name.
4374
+ * It reads `<vendor>.<the vendor's own name for the model>`, so it is the vocabulary the vendor's own documentation uses, and it never changes. A vendor's own invocation string is refused where this is expected — one model has one name.
4375
4375
  *
4376
4376
  */
4377
4377
  model: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturali/sdk",
3
- "version": "0.83.4",
3
+ "version": "0.84.0",
4
4
  "description": "TypeScript SDK for the naturali.ai API, generated from its OpenAPI specs",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "tsx": "^4.23.1",
38
38
  "typescript": "~6.0.3",
39
39
  "vitest": "^4.1.10",
40
- "@naturali/api": "0.83.4"
40
+ "@naturali/api": "0.84.0"
41
41
  },
42
42
  "scripts": {
43
43
  "generate": "tsx scripts/generate.ts",