Skip to content

Interface: Version

Defined in: src/v1/models/version.ts:8

Properties

_expandable?

ts
optional _expandable?: object;

Defined in: src/v1/models/version.ts:17

collaborators?

ts
optional collaborators?: string;

content?

ts
optional content?: string;

ts
optional _links?: object;

Defined in: src/v1/models/version.ts:21

Index Signature

ts
[key: string]: unknown

base?

ts
optional base?: string;

Base URL of the Confluence site.

byOperation?

ts
optional byOperation?: string;

Link to the restrictions grouped by operation.

collection?

ts
optional collection?: string;

Link to the collection this entity belongs to.

context?

ts
optional context?: string;

Context path of the Confluence site.

download?

ts
optional download?: string;

Download link for the content.

editui?

ts
optional editui?: string;

Edit UI link of the content.

edituiv2?

ts
optional edituiv2?: string;

Edit UI (v2 editor) link of the content.

next?

ts
optional next?: string;

Relative URL of the next page of results.

prev?

ts
optional prev?: string;

Relative URL of the previous page of results.

self?

ts
optional self?: string;

Canonical link to this entity.

tinyui?

ts
optional tinyui?: string;

Short web UI link of the content.

webui?

ts
optional webui?: string;

Web UI link of the content.


by?

ts
optional by?: User;

Defined in: src/v1/models/version.ts:9


collaborators?

ts
optional collaborators?: UsersUserKeys;

Defined in: src/v1/models/version.ts:16


confRev?

ts
optional confRev?: string | null;

Defined in: src/v1/models/version.ts:23


content?

ts
optional content?: Content;

Defined in: src/v1/models/version.ts:15


contentTypeModified?

ts
optional contentTypeModified?: boolean;

Defined in: src/v1/models/version.ts:22


friendlyWhen?

ts
optional friendlyWhen?: string | null;

Defined in: src/v1/models/version.ts:11


message?

ts
optional message?: string | null;

Defined in: src/v1/models/version.ts:12


minorEdit

ts
minorEdit: boolean;

Defined in: src/v1/models/version.ts:14


ncsStepVersion?

ts
optional ncsStepVersion?: string;

Defined in: src/v1/models/version.ts:26


ncsStepVersionSource?

ts
optional ncsStepVersionSource?: string;

Defined in: src/v1/models/version.ts:27


number

ts
number: number;

Defined in: src/v1/models/version.ts:13


syncRev?

ts
optional syncRev?: string | null;

Defined in: src/v1/models/version.ts:24


syncRevSource?

ts
optional syncRevSource?: string | null;

Defined in: src/v1/models/version.ts:25


when

ts
when: Date | null;

Defined in: src/v1/models/version.ts:10