@labelbox/rl-sdk 0.0.150 → 0.0.151

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.
@@ -3858,7 +3858,7 @@ export type CreateTagDto = {
3858
3858
  description?: string | null;
3859
3859
  };
3860
3860
  /**
3861
- * Request body for POST /api/v1/organizations/:organizationId/taiga-images.
3861
+ * Request body for POST /v1/organizations/:organizationId/taiga-images.
3862
3862
  */
3863
3863
  export type CreateTaigaImageDto = {
3864
3864
  /**
@@ -21155,7 +21155,7 @@ export type TaigaImageDto = {
21155
21155
  updatedAt: string;
21156
21156
  };
21157
21157
  /**
21158
- * Response for GET /api/v1/organizations/:organizationId/taiga-images. Returned unpaginated — the catalog is bounded by manual admin actions (typically a small set per org), matching the pattern documented in apps/recursion/api/AGENTS.md for org-forms.
21158
+ * Response for GET /v1/organizations/:organizationId/taiga-images. Returned unpaginated — the catalog is bounded by manual admin actions (typically a small set per org), matching the pattern documented in apps/recursion/api/AGENTS.md for org-forms.
21159
21159
  */
21160
21160
  export type TaigaImageListDto = {
21161
21161
  /**
@@ -22820,7 +22820,7 @@ export type UpdateTagDto = {
22820
22820
  description?: string | null;
22821
22821
  };
22822
22822
  /**
22823
- * Request body for PATCH /api/v1/organizations/:organizationId/taiga-images/:taigaImageId. Only name + description are mutable; userDockerfile is immutable — delete and recreate to change image content.
22823
+ * Request body for PATCH /v1/organizations/:organizationId/taiga-images/:taigaImageId. Only name + description are mutable; userDockerfile is immutable — delete and recreate to change image content.
22824
22824
  */
22825
22825
  export type UpdateTaigaImageDto = {
22826
22826
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/rl-sdk",
3
- "version": "0.0.150",
3
+ "version": "0.0.151",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",