@audiotool/nexus - v0.0.12
    Preparing search index...

    Enumeration ProjectRoleTypeGenerated

    ProjectRoleType defines the role of a collaborator.

    from enum audiotool.project.v1.ProjectRoleType

    Index

    Enumeration Members

    EDITOR: 3

    Editor can edit the project.

    from enum value: PROJECT_ROLE_TYPE_EDITOR = 3;

    EDITOR_UNPUBLISHED: 4

    Will not be synced as a contributor to a track.

    from enum value: PROJECT_ROLE_TYPE_EDITOR_UNPUBLISHED = 4;

    OWNER: 1

    Owner can edit the project and has full control over it.

    from enum value: PROJECT_ROLE_TYPE_OWNER = 1;

    OWNER_UNPUBLISHED: 2

    Will not be synced as a contributor to a track.

    from enum value: PROJECT_ROLE_TYPE_OWNER_UNPUBLISHED = 2;

    UNSPECIFIED: 0

    Unspecified role.

    from enum value: PROJECT_ROLE_TYPE_UNSPECIFIED = 0;

    VIEWER: 5

    Viewer can view the project.

    Will not be synced as a contributor to a track.

    from enum value: PROJECT_ROLE_TYPE_VIEWER = 5;