Skip to content

Commit

Permalink
feat(source): added new attributes for the SourceStatus interface - C…
Browse files Browse the repository at this point in the history
…TCORE-10153 (#844)
toofff authored Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 585594f commit 59353a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/resources/Sources/SourcesSubInterfaces/Information.ts
Original file line number Diff line number Diff line change
@@ -32,7 +32,15 @@ export interface NextOperation {
}

export interface SourceStatus {
/**
* The unique identifier of the current activity of the source.
*/
activityId?: string;
allowedOperations?: ActivityOperation[];
/**
* The date when the activity was created.
*/
createdDate?: number;
/**
* The status type including transition statuses.
*/

0 comments on commit 59353a7

Please sign in to comment.