@runtypelabs/sdk 4.17.0 → 4.17.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
@@ -539,6 +539,13 @@ interface paths {
539
539
  };
540
540
  };
541
541
  };
542
+ /** @description Canonical first page (no cursor/search, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
543
+ 304: {
544
+ headers: {
545
+ [name: string]: unknown;
546
+ };
547
+ content?: never;
548
+ };
542
549
  /** @description Invalid parameters */
543
550
  400: {
544
551
  headers: {
@@ -27647,6 +27654,13 @@ interface paths {
27647
27654
  };
27648
27655
  };
27649
27656
  };
27657
+ /** @description Canonical first page (no cursor/filters, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
27658
+ 304: {
27659
+ headers: {
27660
+ [name: string]: unknown;
27661
+ };
27662
+ content?: never;
27663
+ };
27650
27664
  /** @description Invalid parameters */
27651
27665
  400: {
27652
27666
  headers: {
@@ -29395,6 +29409,13 @@ interface paths {
29395
29409
  };
29396
29410
  };
29397
29411
  };
29412
+ /** @description Canonical first page (no cursor/search/status, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
29413
+ 304: {
29414
+ headers: {
29415
+ [name: string]: unknown;
29416
+ };
29417
+ content?: never;
29418
+ };
29398
29419
  /** @description Bad request */
29399
29420
  400: {
29400
29421
  headers: {
@@ -32993,6 +33014,13 @@ interface paths {
32993
33014
  };
32994
33015
  };
32995
33016
  };
33017
+ /** @description Canonical first page (no cursor/filters, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
33018
+ 304: {
33019
+ headers: {
33020
+ [name: string]: unknown;
33021
+ };
33022
+ content?: never;
33023
+ };
32996
33024
  /** @description Invalid parameters */
32997
33025
  400: {
32998
33026
  headers: {
package/dist/index.d.ts CHANGED
@@ -539,6 +539,13 @@ interface paths {
539
539
  };
540
540
  };
541
541
  };
542
+ /** @description Canonical first page (no cursor/search, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
543
+ 304: {
544
+ headers: {
545
+ [name: string]: unknown;
546
+ };
547
+ content?: never;
548
+ };
542
549
  /** @description Invalid parameters */
543
550
  400: {
544
551
  headers: {
@@ -27647,6 +27654,13 @@ interface paths {
27647
27654
  };
27648
27655
  };
27649
27656
  };
27657
+ /** @description Canonical first page (no cursor/filters, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
27658
+ 304: {
27659
+ headers: {
27660
+ [name: string]: unknown;
27661
+ };
27662
+ content?: never;
27663
+ };
27650
27664
  /** @description Invalid parameters */
27651
27665
  400: {
27652
27666
  headers: {
@@ -29395,6 +29409,13 @@ interface paths {
29395
29409
  };
29396
29410
  };
29397
29411
  };
29412
+ /** @description Canonical first page (no cursor/search/status, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
29413
+ 304: {
29414
+ headers: {
29415
+ [name: string]: unknown;
29416
+ };
29417
+ content?: never;
29418
+ };
29398
29419
  /** @description Bad request */
29399
29420
  400: {
29400
29421
  headers: {
@@ -32993,6 +33014,13 @@ interface paths {
32993
33014
  };
32994
33015
  };
32995
33016
  };
33017
+ /** @description Canonical first page (no cursor/filters, includeCount=true) is unchanged since the ETag echoed in If-None-Match. No body. */
33018
+ 304: {
33019
+ headers: {
33020
+ [name: string]: unknown;
33021
+ };
33022
+ content?: never;
33023
+ };
32996
33024
  /** @description Invalid parameters */
32997
33025
  400: {
32998
33026
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "4.17.0",
3
+ "version": "4.17.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",