@supernova-studio/client 1.22.1 → 1.22.2
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 +9 -1
- package/dist/index.d.ts +9 -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
|
@@ -9216,6 +9216,9 @@ var DTOFeatureIterationCreateInput = DTOFeatureIteration.pick({
|
|
|
9216
9216
|
artifactIds: true,
|
|
9217
9217
|
startedFromMessageId: true
|
|
9218
9218
|
});
|
|
9219
|
+
var DTOFeatureIterationPromoteInput = z312.object({
|
|
9220
|
+
id: Id
|
|
9221
|
+
});
|
|
9219
9222
|
var DTOFeatureMessageResponse = z312.object({
|
|
9220
9223
|
message: DTOFeatureMessage
|
|
9221
9224
|
});
|
|
@@ -18245,6 +18248,7 @@ export {
|
|
|
18245
18248
|
DTOFeatureIteration,
|
|
18246
18249
|
DTOFeatureIterationCreateInput,
|
|
18247
18250
|
DTOFeatureIterationListResponse,
|
|
18251
|
+
DTOFeatureIterationPromoteInput,
|
|
18248
18252
|
DTOFeatureIterationResponse,
|
|
18249
18253
|
DTOFeatureMessage,
|
|
18250
18254
|
DTOFeatureMessageAgentSender,
|