interface OrganizationAdapter {
    createAttachment: HandlerAndValidators<Record<string, Predicate>>;
    createChangeRequest: HandlerAndValidators<Record<string, Predicate>>;
    createFollow: HandlerAndValidators<Record<string, Predicate>>;
    createOrganization: HandlerAndValidators<Record<string, Predicate>>;
    createUpdateManyOrgUsers: HandlerAndValidators<Record<string, Predicate>>;
    deleteAttachment: HandlerAndValidators<Record<string, Predicate>>;
    deleteFollow: HandlerAndValidators<Record<string, Predicate>>;
    deleteOrgUser: HandlerAndValidators<Record<string, Predicate>>;
    deleteOrganization: HandlerAndValidators<Record<string, Predicate>>;
    getAttachment: HandlerAndValidators<Record<string, Predicate>>;
    getAttachmentUploadUrl: HandlerAndValidators<Record<string, Predicate>>;
    getOrgUserExistence: HandlerAndValidators<Record<string, Predicate>>;
    getOrgUserRole: HandlerAndValidators<Record<string, Predicate>>;
    getOrganization: HandlerAndValidators<Record<string, Predicate>>;
    listAttachments: HandlerAndValidators<Record<string, Predicate>>;
    listAttachmentsForOrganization: HandlerAndValidators<Record<string, Predicate>>;
    listChangeRequestsForOrganization: HandlerAndValidators<Record<string, Predicate>>;
    listFollowers: HandlerAndValidators<Record<string, Predicate>>;
    listFollows: HandlerAndValidators<Record<string, Predicate>>;
    listOrgUsersForOrganization: HandlerAndValidators<Record<string, Predicate>>;
    listOrganizations: HandlerAndValidators<Record<string, Predicate>>;
    listOrganizationsForUser: HandlerAndValidators<Record<string, Predicate>>;
    updateOrganization: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Implemented by

Properties

createAttachment: HandlerAndValidators<Record<string, Predicate>>
createChangeRequest: HandlerAndValidators<Record<string, Predicate>>
createFollow: HandlerAndValidators<Record<string, Predicate>>
createOrganization: HandlerAndValidators<Record<string, Predicate>>
createUpdateManyOrgUsers: HandlerAndValidators<Record<string, Predicate>>
deleteAttachment: HandlerAndValidators<Record<string, Predicate>>
deleteFollow: HandlerAndValidators<Record<string, Predicate>>
deleteOrgUser: HandlerAndValidators<Record<string, Predicate>>
deleteOrganization: HandlerAndValidators<Record<string, Predicate>>
getAttachment: HandlerAndValidators<Record<string, Predicate>>
getAttachmentUploadUrl: HandlerAndValidators<Record<string, Predicate>>
getOrgUserExistence: HandlerAndValidators<Record<string, Predicate>>
getOrgUserRole: HandlerAndValidators<Record<string, Predicate>>
getOrganization: HandlerAndValidators<Record<string, Predicate>>
listAttachments: HandlerAndValidators<Record<string, Predicate>>
listAttachmentsForOrganization: HandlerAndValidators<Record<string, Predicate>>
listChangeRequestsForOrganization: HandlerAndValidators<Record<string, Predicate>>
listFollowers: HandlerAndValidators<Record<string, Predicate>>
listFollows: HandlerAndValidators<Record<string, Predicate>>
listOrgUsersForOrganization: HandlerAndValidators<Record<string, Predicate>>
listOrganizations: HandlerAndValidators<Record<string, Predicate>>
listOrganizationsForUser: HandlerAndValidators<Record<string, Predicate>>
updateOrganization: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc