@supernova-studio/client 1.55.4 → 1.56.0
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 +12 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10716,6 +10716,10 @@ var DTOForgeProjectFeatureDeleteInput = z329.object({
|
|
|
10716
10716
|
var DTOForgeProjectFeatureGetByIdParam = z329.object({
|
|
10717
10717
|
id: Id
|
|
10718
10718
|
});
|
|
10719
|
+
var DTOFeatureArtifactListQuery = z329.object({
|
|
10720
|
+
messageId: z329.string().optional(),
|
|
10721
|
+
iterationId: z329.string().optional()
|
|
10722
|
+
});
|
|
10719
10723
|
var DTOForgeProjectFeatureMoveInput = DTOForgeSectionItemMoveInput;
|
|
10720
10724
|
|
|
10721
10725
|
// src/api/dto/forge/project-action.ts
|
|
@@ -20221,6 +20225,7 @@ export {
|
|
|
20221
20225
|
DTOFeatureArtifactCreateInput,
|
|
20222
20226
|
DTOFeatureArtifactDeleteInput,
|
|
20223
20227
|
DTOFeatureArtifactGetByIdParam,
|
|
20228
|
+
DTOFeatureArtifactListQuery,
|
|
20224
20229
|
DTOFeatureArtifactListResponse,
|
|
20225
20230
|
DTOFeatureArtifactResponse,
|
|
20226
20231
|
DTOFeatureArtifactWithContentResponse,
|