TypeDef

TypeDef

Type definitions

DocParamsGet

DocParamsGet: Object

the GET document interface query parameters

Properties

DocParamsPost

DocParamsPost: Object

the POST document interface query parameters

Properties

DocParamsPut

DocParamsPut: Object

the PUT document interface query parameters

Properties

DocParamsDelete

DocParamsDelete: Object

the DELETE document interface query parameters

Properties

GraphRef

GraphRef: "schema/main" | "instance/main" | string

DataFormatObj

DataFormatObj: Object

(export/import)

Properties

FuntionType

FuntionType: "add_quad" | "delete_quad" | "add_triple" | "delete_triple" | "quad" | "triple"

ResourceType

ResourceType: "commits" | "meta" | "branch" | "ref" | "repo" | "db"

GraphType

GraphType: "instance" | "schema"

CredentialObj

CredentialObj: Object

Properties

ActionType

ActionType: 'graph' | 'db' | 'clone' | 'triples' | 'woql' | 'fetch' | 'pull' | 'rebase' | 'branch' | 'reset' | 'push' | 'squash'

ParamsObj

ParamsObj: Object

Properties

RolesObj

RolesObj: Object

Properties

ScopeType

ScopeType: "database" | "organization"

RepoType

RepoType: "local" | "remote"

DbDetails

DbDetails: Object

Properties

DbDoc

DbDoc: Object

Properties

RemoteRepoDetails

RemoteRepoDetails: Object

{remote: "origin", "remote_branch": "main", "author": "admin","message": "message"}

Properties

CloneSourceDetails

CloneSourceDetails: Object

Properties

CapabilityCommand

CapabilityCommand: "grant" | "revoke"

the manage capability command type

RolesActions

RolesActions: Array.<ACTIONS>

[ACTIONS.CREATE_DATABASE | ACTIONS.DELETE_DATABASE]

Last updated