@supernova-studio/client 1.65.3 → 1.65.4
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10482,7 +10482,7 @@ var DTOForgeProjectContextUpdateV2 = DTOForgeProjectContextV2.omit({
|
|
|
10482
10482
|
updatedAt: true,
|
|
10483
10483
|
thumbnail: true
|
|
10484
10484
|
}).partial().extend({
|
|
10485
|
-
thumbnailFileId: z325.string().
|
|
10485
|
+
thumbnailFileId: z325.string().nullish()
|
|
10486
10486
|
});
|
|
10487
10487
|
var DTOForgeProjectContextResponseV2 = z325.object({ context: DTOForgeProjectContextV2 });
|
|
10488
10488
|
var DTOForgeProjectContextListQueryV2 = z325.object({
|
|
@@ -20846,6 +20846,7 @@ export {
|
|
|
20846
20846
|
ForgeDocumentsEndpoint,
|
|
20847
20847
|
ForgeEndpoint,
|
|
20848
20848
|
ForgeFeatureArtifactsEndpoint,
|
|
20849
|
+
ForgeFeatureIterationTagsEndpoint,
|
|
20849
20850
|
ForgeFeatureIterationsEndpoint,
|
|
20850
20851
|
ForgeFeatureMessagesEndpoint,
|
|
20851
20852
|
ForgeMemoryEndpoint,
|