service/domain/workflow/subproject_permission_granted
Api Code Documentation / Exports / service/domain/workflow/subproject_permission_granted
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/workflow/subproject_permission_granted.ts:27
Functions
createEvent
▸ createEvent(source
, publisher
, projectId
, subprojectId
, permission
, grantee
, time?
, metadata?
): Type
<Event
>
Parameters
Name | Type |
---|---|
source | string |
publisher | string |
projectId | string |
subprojectId | string |
permission | default |
grantee | string |
time | string |
metadata? | UserMetadata |
Returns
Defined in
src/service/domain/workflow/subproject_permission_granted.ts:39
mutate
▸ mutate(subproject
, event
): Type
<void
>
Applies the event to the given subproject, or returns an error.
When an error is returned (or thrown), any already applied modifications are discarded.
This function is not expected to validate its changes; instead, the modified
subproject is automatically validated when obtained using
subproject_eventsourcing.ts
:newSubprojectFromEvent
.
Parameters
Name | Type |
---|---|
subproject | Subproject |
event | Event |
Returns
Type
<void
>
Defined in
src/service/domain/workflow/subproject_permission_granted.ts:83
validate
▸ validate(input
): Type
<Event
>
Parameters
Name | Type |
---|---|
input | any |
Returns
Defined in
src/service/domain/workflow/subproject_permission_granted.ts:68