@supernova-studio/client 1.10.15 → 1.10.16
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.mts +602 -1
- package/dist/index.d.ts +602 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9059,6 +9059,9 @@ var DTOCreateForgeProjectResponse = z304.object({
|
|
|
9059
9059
|
var DTOUpdateForgeProjectResponse = z304.object({
|
|
9060
9060
|
project: DTOForgeProject.nullable()
|
|
9061
9061
|
});
|
|
9062
|
+
var DTOUGetForgeProjectResponse = z304.object({
|
|
9063
|
+
project: DTOForgeProject
|
|
9064
|
+
});
|
|
9062
9065
|
var DTORemoveForgeProjectResponse = z304.object({ ok: z304.literal(true) });
|
|
9063
9066
|
|
|
9064
9067
|
// src/api/dto/forge/threads.ts
|
|
@@ -17061,6 +17064,7 @@ export {
|
|
|
17061
17064
|
DTOTokenCollectionsListReponse,
|
|
17062
17065
|
DTOTransferOwnershipPayload,
|
|
17063
17066
|
DTOUGetForgeAgentResponse,
|
|
17067
|
+
DTOUGetForgeProjectResponse,
|
|
17064
17068
|
DTOUpdateDocumentationGroupInput,
|
|
17065
17069
|
DTOUpdateDocumentationPageDocumentInputV2,
|
|
17066
17070
|
DTOUpdateDocumentationPageInputV2,
|