@naturali/sdk 0.37.0 → 0.37.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.cjs CHANGED
@@ -1692,7 +1692,7 @@ var Tasks = class {
1692
1692
  /**
1693
1693
  * List the task's moves
1694
1694
  *
1695
- * The card's append-only history, oldest first: every move it made, what kind of actor made it, and what caused it. Returned whole — `next_cursor` is always null.
1695
+ * The card's append-only history, oldest first: every move it made, what kind of principal made it, and what caused it. Returned whole — `next_cursor` is always null.
1696
1696
  *
1697
1697
  */
1698
1698
  static listTaskTransitions(options) {
package/dist/index.d.cts CHANGED
@@ -604,7 +604,7 @@ type BoardDispatch = {
604
604
  };
605
605
  };
606
606
  /**
607
- * One routing rule. Rules are evaluated **in order** and the first match fires its move, as the `automation` actor, through the same single door a person uses. End with `{"when": true, …}` for a catch-all.
607
+ * One routing rule. Rules are evaluated **in order** and the first match fires its move, as the `automation` principal, through the same single door a person uses. End with `{"when": true, …}` for a catch-all.
608
608
  *
609
609
  */
610
610
  type BoardCompletionRule = {
@@ -6419,7 +6419,7 @@ declare class Tasks {
6419
6419
  /**
6420
6420
  * List the task's moves
6421
6421
  *
6422
- * The card's append-only history, oldest first: every move it made, what kind of actor made it, and what caused it. Returned whole — `next_cursor` is always null.
6422
+ * The card's append-only history, oldest first: every move it made, what kind of principal made it, and what caused it. Returned whole — `next_cursor` is always null.
6423
6423
  *
6424
6424
  */
6425
6425
  static listTaskTransitions<ThrowOnError extends boolean = false>(options: Options<ListTaskTransitionsData, ThrowOnError>): RequestResult<ListTaskTransitionsResponses, ListTaskTransitionsErrors, ThrowOnError>;
package/dist/index.d.mts CHANGED
@@ -604,7 +604,7 @@ type BoardDispatch = {
604
604
  };
605
605
  };
606
606
  /**
607
- * One routing rule. Rules are evaluated **in order** and the first match fires its move, as the `automation` actor, through the same single door a person uses. End with `{"when": true, …}` for a catch-all.
607
+ * One routing rule. Rules are evaluated **in order** and the first match fires its move, as the `automation` principal, through the same single door a person uses. End with `{"when": true, …}` for a catch-all.
608
608
  *
609
609
  */
610
610
  type BoardCompletionRule = {
@@ -6419,7 +6419,7 @@ declare class Tasks {
6419
6419
  /**
6420
6420
  * List the task's moves
6421
6421
  *
6422
- * The card's append-only history, oldest first: every move it made, what kind of actor made it, and what caused it. Returned whole — `next_cursor` is always null.
6422
+ * The card's append-only history, oldest first: every move it made, what kind of principal made it, and what caused it. Returned whole — `next_cursor` is always null.
6423
6423
  *
6424
6424
  */
6425
6425
  static listTaskTransitions<ThrowOnError extends boolean = false>(options: Options<ListTaskTransitionsData, ThrowOnError>): RequestResult<ListTaskTransitionsResponses, ListTaskTransitionsErrors, ThrowOnError>;
package/dist/index.mjs CHANGED
@@ -1691,7 +1691,7 @@ var Tasks = class {
1691
1691
  /**
1692
1692
  * List the task's moves
1693
1693
  *
1694
- * The card's append-only history, oldest first: every move it made, what kind of actor made it, and what caused it. Returned whole — `next_cursor` is always null.
1694
+ * The card's append-only history, oldest first: every move it made, what kind of principal made it, and what caused it. Returned whole — `next_cursor` is always null.
1695
1695
  *
1696
1696
  */
1697
1697
  static listTaskTransitions(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturali/sdk",
3
- "version": "0.37.0",
3
+ "version": "0.37.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.37.0"
40
+ "@naturali/api": "0.37.1"
41
41
  },
42
42
  "scripts": {
43
43
  "generate": "tsx scripts/generate.ts",