@supernova-studio/client 1.71.2 → 1.72.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 +11 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10903,7 +10903,8 @@ var DTOForgeProjectMemberRemoveResponse = z331.object({
|
|
|
10903
10903
|
ok: z331.literal(true)
|
|
10904
10904
|
});
|
|
10905
10905
|
var DTOAddMembersToForgeProject = z331.object({
|
|
10906
|
-
membersToInvite: DTOCreateForgeProjectInvitation.array().min(1)
|
|
10906
|
+
membersToInvite: DTOCreateForgeProjectInvitation.array().min(1),
|
|
10907
|
+
featureId: z331.string().optional()
|
|
10907
10908
|
});
|
|
10908
10909
|
|
|
10909
10910
|
// src/api/dto/forge/project-room.ts
|
|
@@ -11260,7 +11261,8 @@ var DTONotificationProjectInvitationPayload = z342.object({
|
|
|
11260
11261
|
projectId: z342.string(),
|
|
11261
11262
|
projectTitle: z342.string(),
|
|
11262
11263
|
invitedByUserId: z342.string(),
|
|
11263
|
-
invitationRole: z342.string()
|
|
11264
|
+
invitationRole: z342.string(),
|
|
11265
|
+
featureId: z342.string().optional()
|
|
11264
11266
|
});
|
|
11265
11267
|
var DTONotificationProjectDocumentCommentPayload = z342.object({
|
|
11266
11268
|
documentId: z342.string(),
|