@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 /
|
|
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 /
|
|
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 /
|
|
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
|
/**
|