Add atomic Revit initial import
This commit is contained in:
parent
e87a3289fa
commit
c634570018
16 changed files with 3150 additions and 8 deletions
|
|
@ -126,6 +126,7 @@ describe("external model state repository", () => {
|
|||
fileName: "revit.csv",
|
||||
sha256: "hash",
|
||||
appliedProjectRevision: 1,
|
||||
configurationVersion: 1,
|
||||
configurationSnapshot: configuration,
|
||||
originalBytes: Buffer.from(bytes),
|
||||
document,
|
||||
|
|
@ -388,6 +389,7 @@ function insertLinkedExternalFixture(database: ReturnType<typeof createDatabaseC
|
|||
fileName: "revit.csv",
|
||||
sha256: "a".repeat(64),
|
||||
appliedProjectRevision: 0,
|
||||
configurationVersion: 1,
|
||||
configurationSnapshot: configuration,
|
||||
originalBytes: Buffer.from(bytes),
|
||||
document: parseExternalCsv(bytes, configuration),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue