@naturali/sdk 0.51.0 → 0.51.1

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
@@ -2067,7 +2067,7 @@ type RunUsage = {
2067
2067
  };
2068
2068
  type Run = {
2069
2069
  /**
2070
- * Public run ID (run_ prefix).
2070
+ * Public run ID (orch_run_ prefix).
2071
2071
  */
2072
2072
  id: string;
2073
2073
  project_id: string;
@@ -3131,7 +3131,7 @@ type ConverterId = string;
3131
3131
  */
3132
3132
  type ProviderId = string;
3133
3133
  /**
3134
- * Run public ID (run_ prefix).
3134
+ * Run public ID (orch_run_ prefix).
3135
3135
  */
3136
3136
  type RunId = string;
3137
3137
  /**
@@ -6507,7 +6507,7 @@ type GetRunData = {
6507
6507
  */
6508
6508
  project_id: string;
6509
6509
  /**
6510
- * Run public ID (run_ prefix).
6510
+ * Run public ID (orch_run_ prefix).
6511
6511
  */
6512
6512
  run_id: string;
6513
6513
  };
@@ -6544,7 +6544,7 @@ type CancelRunData = {
6544
6544
  */
6545
6545
  project_id: string;
6546
6546
  /**
6547
- * Run public ID (run_ prefix).
6547
+ * Run public ID (orch_run_ prefix).
6548
6548
  */
6549
6549
  run_id: string;
6550
6550
  };
@@ -6585,7 +6585,7 @@ type ResumeRunData = {
6585
6585
  */
6586
6586
  project_id: string;
6587
6587
  /**
6588
- * Run public ID (run_ prefix).
6588
+ * Run public ID (orch_run_ prefix).
6589
6589
  */
6590
6590
  run_id: string;
6591
6591
  };
package/dist/index.d.mts CHANGED
@@ -2067,7 +2067,7 @@ type RunUsage = {
2067
2067
  };
2068
2068
  type Run = {
2069
2069
  /**
2070
- * Public run ID (run_ prefix).
2070
+ * Public run ID (orch_run_ prefix).
2071
2071
  */
2072
2072
  id: string;
2073
2073
  project_id: string;
@@ -3131,7 +3131,7 @@ type ConverterId = string;
3131
3131
  */
3132
3132
  type ProviderId = string;
3133
3133
  /**
3134
- * Run public ID (run_ prefix).
3134
+ * Run public ID (orch_run_ prefix).
3135
3135
  */
3136
3136
  type RunId = string;
3137
3137
  /**
@@ -6507,7 +6507,7 @@ type GetRunData = {
6507
6507
  */
6508
6508
  project_id: string;
6509
6509
  /**
6510
- * Run public ID (run_ prefix).
6510
+ * Run public ID (orch_run_ prefix).
6511
6511
  */
6512
6512
  run_id: string;
6513
6513
  };
@@ -6544,7 +6544,7 @@ type CancelRunData = {
6544
6544
  */
6545
6545
  project_id: string;
6546
6546
  /**
6547
- * Run public ID (run_ prefix).
6547
+ * Run public ID (orch_run_ prefix).
6548
6548
  */
6549
6549
  run_id: string;
6550
6550
  };
@@ -6585,7 +6585,7 @@ type ResumeRunData = {
6585
6585
  */
6586
6586
  project_id: string;
6587
6587
  /**
6588
- * Run public ID (run_ prefix).
6588
+ * Run public ID (orch_run_ prefix).
6589
6589
  */
6590
6590
  run_id: string;
6591
6591
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturali/sdk",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
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.51.0"
40
+ "@naturali/api": "0.51.1"
41
41
  },
42
42
  "scripts": {
43
43
  "generate": "tsx scripts/generate.ts",