Add Revit circuit list object feed
This commit is contained in:
@@ -12,6 +12,7 @@ import { RoomModal } from "../src/frontend/components/room-modal.js";
|
||||
import {
|
||||
applyExternalInitialImport,
|
||||
getExternalCsvConfiguration,
|
||||
getExternalCircuitListObjects,
|
||||
planExternalInitialImport,
|
||||
previewExternalCsv,
|
||||
updateExternalCsvConfiguration,
|
||||
@@ -39,6 +40,7 @@ describe("Revit CSV frontend API", () => {
|
||||
|
||||
try {
|
||||
await getExternalCsvConfiguration("project-1");
|
||||
await getExternalCircuitListObjects("project-1", "list-1");
|
||||
await updateExternalCsvConfiguration("project-1", 7, configuration);
|
||||
await previewExternalCsv("project-1", "revit.csv", "YWJj");
|
||||
await planExternalInitialImport("project-1", "revit.csv", "YWJj");
|
||||
@@ -62,6 +64,11 @@ describe("Revit CSV frontend API", () => {
|
||||
method: "GET",
|
||||
body: null,
|
||||
},
|
||||
{
|
||||
url: "/api/projects/project-1/circuit-lists/list-1/external-objects",
|
||||
method: "GET",
|
||||
body: null,
|
||||
},
|
||||
{
|
||||
url: "/api/projects/project-1/external-csv/configuration",
|
||||
method: "PUT",
|
||||
|
||||
Reference in New Issue
Block a user