Skip to content

Commit

Permalink
feat: add logId to SimulatorModelRevision (#1075)
Browse files Browse the repository at this point in the history
* feat: add logId to SimulatorModelRevision

* feat: make logId required
  • Loading branch information
bkuzma committed Apr 4, 2024
1 parent 36f91c5 commit 33b79ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/alpha/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export interface SimulatorModelRevision {
metadata?: Record<string, string>;
createdTime: Date;
lastUpdatedTime: Date;
logId: CogniteInternalId;
}

export interface SimulatorModelRevisionCreate {
Expand Down

0 comments on commit 33b79ed

Please sign in to comment.