@supernova-studio/client 1.68.0 → 1.69.1
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 +479 -1
- package/dist/index.d.ts +479 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11090,11 +11090,16 @@ var DTOForgeProjectIterationTagSet = z336.object({
|
|
|
11090
11090
|
type: z336.literal("ProjectIterationTagSet"),
|
|
11091
11091
|
data: DTOFeatureIterationTag
|
|
11092
11092
|
});
|
|
11093
|
+
var DTOForgeProjectIterationUpdated = z336.object({
|
|
11094
|
+
type: z336.literal("ProjectIterationUpdated"),
|
|
11095
|
+
data: DTOFeatureIteration
|
|
11096
|
+
});
|
|
11093
11097
|
var DTOForgeProjectRoomEvent = z336.discriminatedUnion("type", [
|
|
11094
11098
|
DTOForgeProjectMembersCreated,
|
|
11095
11099
|
DTOForgeProjectMemberUpdated,
|
|
11096
11100
|
DTOForgeProjectMemberDeleted,
|
|
11097
|
-
DTOForgeProjectIterationTagSet
|
|
11101
|
+
DTOForgeProjectIterationTagSet,
|
|
11102
|
+
DTOForgeProjectIterationUpdated
|
|
11098
11103
|
]);
|
|
11099
11104
|
|
|
11100
11105
|
// src/api/dto/events/workspace.ts
|
|
@@ -20555,6 +20560,7 @@ export {
|
|
|
20555
20560
|
DTOForgeProjectIterationListResponse,
|
|
20556
20561
|
DTOForgeProjectIterationMergeMeta,
|
|
20557
20562
|
DTOForgeProjectIterationTagSet,
|
|
20563
|
+
DTOForgeProjectIterationUpdated,
|
|
20558
20564
|
DTOForgeProjectListResponse,
|
|
20559
20565
|
DTOForgeProjectMember,
|
|
20560
20566
|
DTOForgeProjectMemberCreateResponse,
|