@evercam/api 1.0.0-d7a4e6c9d → 1.0.0-d8d5ce969
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/api/api/3dFirebaseApi.d.ts +202 -13
- package/dist/api/api/adminApi.d.ts +104 -96
- package/dist/api/api/aiApi.d.ts +117 -86
- package/dist/api/api/authzApi.d.ts +34 -15
- package/dist/api/api/client/axios.d.ts +2 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +142 -101
- package/dist/api/api/evercamLabsApi.d.ts +7 -6
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +107 -46
- package/dist/api/api/ptzApi.d.ts +12 -3
- package/dist/api/api/videoWallApi.d.ts +2 -2
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +281 -27
- package/dist/api/types/aconex.d.ts +9 -9
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/aiConfigs.d.ts +154 -0
- package/dist/api/types/analytics.d.ts +145 -60
- package/dist/api/types/anpr.d.ts +48 -2
- package/dist/api/types/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +107 -0
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +37 -3
- package/dist/api/types/axios.d.ts +19 -10
- package/dist/api/types/bim.d.ts +37 -6
- package/dist/api/types/camera.d.ts +100 -99
- package/dist/api/types/comments.d.ts +10 -11
- package/dist/api/types/company.d.ts +42 -1
- package/dist/api/types/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +5 -5
- package/dist/api/types/coolify.d.ts +18 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +23 -18
- package/dist/api/types/drone.d.ts +96 -6
- package/dist/api/types/errors.d.ts +11 -0
- package/dist/api/types/gateReport.d.ts +50 -158
- package/dist/api/types/gateReportManagement.d.ts +175 -0
- package/dist/api/types/hammertech.d.ts +98 -0
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +13 -1
- package/dist/api/types/ingest.d.ts +110 -3
- package/dist/api/types/kit.d.ts +69 -7
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +10 -3
- package/dist/api/types/notification.d.ts +43 -3
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/observations.d.ts +85 -0
- package/dist/api/types/planner.d.ts +101 -1
- package/dist/api/types/posthog.d.ts +35 -0
- package/dist/api/types/procore.d.ts +13 -6
- package/dist/api/types/progressPhoto.d.ts +6 -2
- package/dist/api/types/project.d.ts +136 -21
- package/dist/api/types/recording.d.ts +9 -12
- package/dist/api/types/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +4 -3
- package/dist/api/types/router.d.ts +20 -1
- package/dist/api/types/shared.d.ts +30 -4
- package/dist/api/types/shares.d.ts +6 -144
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +171 -47
- package/dist/api/types/siteAnalyticsManagement.d.ts +92 -0
- package/dist/api/types/siteView.d.ts +73 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +49 -4
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +3 -3
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +0 -18
- package/dist/api/types/timelapse.d.ts +8 -5
- package/dist/api/types/user.d.ts +106 -35
- package/dist/api/types/videoWall.d.ts +21 -21
- package/dist/api/types/weather.d.ts +75 -11
- package/dist/api/types/widget.d.ts +71 -12
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/api/utils.d.ts +0 -1
- package/dist/index.js +2126 -1040
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/shared/types/components.d.ts +191 -16
- package/dist/shared/types/customDataTableFilters.d.ts +10 -0
- package/dist/shared/types/imagePlayer.d.ts +10 -3
- package/dist/shared/types/index.d.ts +3 -0
- package/dist/shared/types/observations.d.ts +21 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +4 -2
- package/dist/api/types/storageServers.d.ts +0 -4
|
@@ -1,95 +1,156 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from "axios";
|
|
2
|
-
import type {
|
|
3
|
-
import {
|
|
4
|
-
|
|
2
|
+
import type { SwrRequestConfig } from "@evercam/api/types";
|
|
3
|
+
import type { _360AssetsQueryParams, _360AssetsRequestPayload, _360QueueQueryParams, _360AssetsUploadPayload, _360AssetsResponse, _360AssetsCountsResponse, _360QueueResponse, _360FloorsResponse, DroneQueueResponse, DroneUploadsResponse, IngestUploadInitResponse, BimUploadsResponse, MobileAssetsQueryParams, MobileCaptureAssetsResponse, BimUploadPayload, BimUploadsQueryParams, CalculateMeasuringOperationRequestPayload, DrawingsRequestPayload, DronesQueryParams, DroneUploadUpdateRequestPayload, FlightImagesQueryParams, Generate360MapRequestPayload, GenerateFloorPayload, InspectionToolRequestPayload, JsonObject, _360WalkV2, _360FloorV2 } from "@evercam/api/types";
|
|
4
|
+
import { IngestVersions, IngestTypes } from "@evercam/api/types";
|
|
5
|
+
export declare const getIngestApiUrls: (type: string) => string[];
|
|
5
6
|
export declare const IngestApi: {
|
|
6
7
|
drone: {
|
|
7
8
|
createUpload(projectId: string, params: {
|
|
8
9
|
uploadedBy: string;
|
|
9
|
-
}): Promise<
|
|
10
|
-
reprocessDrone(id: number, params
|
|
10
|
+
}): Promise<IngestUploadInitResponse>;
|
|
11
|
+
reprocessDrone(id: number, params?: JsonObject): Promise<void>;
|
|
11
12
|
getDrones(params: {
|
|
12
13
|
params: Partial<DronesQueryParams>;
|
|
13
|
-
}): Promise<
|
|
14
|
+
}): Promise<DroneUploadsResponse>;
|
|
14
15
|
getArchive(id: number, params: {
|
|
15
16
|
dataType: string;
|
|
16
|
-
}): Promise<
|
|
17
|
-
deleteUpload(id: number): Promise<
|
|
17
|
+
}): Promise<Blob>;
|
|
18
|
+
deleteUpload(id: number): Promise<void>;
|
|
18
19
|
prepareForUpload(projectId: string, params: {
|
|
19
20
|
uploadedBy: string;
|
|
20
21
|
token: string;
|
|
21
|
-
}): Promise<
|
|
22
|
+
}): Promise<void>;
|
|
22
23
|
upload(projectId: string, params: {
|
|
23
24
|
uploadedBy: string;
|
|
24
25
|
token: string;
|
|
25
|
-
}, payload: DroneUploadUpdateRequestPayload): Promise<
|
|
26
|
+
}, payload: DroneUploadUpdateRequestPayload): Promise<void>;
|
|
26
27
|
verifyToken(projectId: string, params: {
|
|
27
28
|
token: string;
|
|
28
|
-
}): Promise<
|
|
29
|
-
calculateMeasuringOperation(projectId: string, params: CalculateMeasuringOperationRequestPayload): Promise<
|
|
30
|
-
inspectionTool(projectId: string, params: InspectionToolRequestPayload): Promise<
|
|
31
|
-
isInspectionEnabled(projectId: string, params
|
|
32
|
-
getDroneQueueSize(
|
|
33
|
-
getFlightImages(projectId: string, params: FlightImagesQueryParams): Promise<
|
|
34
|
-
checkFlightAvailableFeatures(projectId: string, params:
|
|
29
|
+
}): Promise<JsonObject>;
|
|
30
|
+
calculateMeasuringOperation(projectId: string, params: CalculateMeasuringOperationRequestPayload, ingestUrl?: string): Promise<JsonObject>;
|
|
31
|
+
inspectionTool(projectId: string, params: InspectionToolRequestPayload): Promise<JsonObject>;
|
|
32
|
+
isInspectionEnabled(projectId: string, params?: JsonObject): Promise<JsonObject>;
|
|
33
|
+
getDroneQueueSize(droneUrl: string): Promise<DroneQueueResponse>;
|
|
34
|
+
getFlightImages(projectId: string, params: FlightImagesQueryParams): Promise<JsonObject>;
|
|
35
|
+
checkFlightAvailableFeatures(projectId: string, params: JsonObject): Promise<JsonObject>;
|
|
35
36
|
};
|
|
36
37
|
assets360: {
|
|
37
38
|
get360Assets(params: {
|
|
38
39
|
params: Partial<_360AssetsQueryParams>;
|
|
39
|
-
}
|
|
40
|
+
}): Promise<_360AssetsResponse>;
|
|
40
41
|
get360AssetsCounts(projectId: string, params: {
|
|
41
42
|
uploadedBy: string;
|
|
42
|
-
}
|
|
43
|
-
get360AssetLink(projectId: string, date: string, floor: string, assetType: string, drawingId: string, marker: string | null): Promise<
|
|
44
|
-
update360(id: number, payload: _360AssetsRequestPayload
|
|
45
|
-
update360ByProjectDateName(projectId: string, date: string, floor: string, payload: _360AssetsRequestPayload
|
|
46
|
-
deleteUpload(id: number): Promise<
|
|
43
|
+
}): Promise<_360AssetsCountsResponse>;
|
|
44
|
+
get360AssetLink(projectId: string, date: string, floor: string, assetType: string, drawingId: string, marker: string | null): Promise<string>;
|
|
45
|
+
update360(id: number, payload: _360AssetsRequestPayload): Promise<_360WalkV2>;
|
|
46
|
+
update360ByProjectDateName(projectId: string, date: string, floor: string, payload: _360AssetsRequestPayload): Promise<_360WalkV2>;
|
|
47
|
+
deleteUpload(id: number): Promise<void>;
|
|
47
48
|
getArchive(id: number, params: {
|
|
48
49
|
dateType: string;
|
|
49
|
-
}): Promise<
|
|
50
|
-
createUpload(projectId: string, params: _360AssetsRequestPayload
|
|
51
|
-
upload(id: number, params:
|
|
52
|
-
reprocess360(id: number): Promise<
|
|
50
|
+
}): Promise<Blob>;
|
|
51
|
+
createUpload(projectId: string, params: _360AssetsRequestPayload): Promise<IngestUploadInitResponse>;
|
|
52
|
+
upload(id: number, params: JsonObject, payload: _360AssetsUploadPayload): Promise<_360WalkV2>;
|
|
53
|
+
reprocess360(id: number): Promise<void>;
|
|
53
54
|
drawingExists(payload: {
|
|
54
55
|
params: {
|
|
55
56
|
name: string;
|
|
56
57
|
project_id: string;
|
|
57
58
|
};
|
|
58
|
-
}
|
|
59
|
+
}): Promise<JsonObject>;
|
|
59
60
|
getDrawings(payload: {
|
|
60
61
|
params: DrawingsRequestPayload;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
62
|
+
config?: SwrRequestConfig<_360FloorsResponse>;
|
|
63
|
+
}): Promise<_360FloorsResponse>;
|
|
64
|
+
getDrawingById(id: number, projectExid: string): Promise<_360FloorV2>;
|
|
65
|
+
updateDrawing(id: number, projectExid: string, payload: GenerateFloorPayload): Promise<_360FloorV2>;
|
|
66
|
+
deleteDrawing(id: number): Promise<void>;
|
|
67
|
+
restoreDrawing(id: number): Promise<void>;
|
|
68
|
+
transferWalks(sourceId: number, targetId: number, projectExid: string): Promise<void>;
|
|
69
|
+
createDrawing(projectExid: string, payload: GenerateFloorPayload, createdBy: string): Promise<_360FloorV2>;
|
|
67
70
|
fetchDrawingOverlay(id: number, params: {
|
|
68
71
|
view: boolean;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
+
thumbnail?: boolean;
|
|
73
|
+
}, onDownloadProgress?: (progress: ProgressEvent) => void, extraConfig?: AxiosRequestConfig): Promise<string>;
|
|
74
|
+
getFloorArchive(id: number): Promise<string>;
|
|
75
|
+
generate360map(projectId: string, params: Generate360MapRequestPayload): Promise<JsonObject>;
|
|
76
|
+
get360QueueSize(ingestUrl: string, params?: _360QueueQueryParams): Promise<_360QueueResponse>;
|
|
72
77
|
};
|
|
73
78
|
bim: {
|
|
74
79
|
createUpload(projectId: string, params: {
|
|
75
80
|
uploadedBy: string;
|
|
76
|
-
}): Promise<
|
|
81
|
+
}): Promise<IngestUploadInitResponse>;
|
|
77
82
|
getBIMs(params: {
|
|
78
83
|
params: Partial<BimUploadsQueryParams>;
|
|
79
|
-
}): Promise<
|
|
80
|
-
getArchive(id: number): Promise<
|
|
81
|
-
deleteUpload(id: number): Promise<
|
|
84
|
+
}): Promise<BimUploadsResponse>;
|
|
85
|
+
getArchive(id: number): Promise<Blob>;
|
|
86
|
+
deleteUpload(id: number): Promise<void>;
|
|
82
87
|
upload(projectId: string, params: {
|
|
83
88
|
id: string;
|
|
84
89
|
name: string;
|
|
85
|
-
}, payload: BimUploadPayload): Promise<
|
|
90
|
+
}, payload: BimUploadPayload): Promise<void>;
|
|
91
|
+
};
|
|
92
|
+
webhook: {
|
|
93
|
+
notifyBimUpdated(projectId: string, bimIdentifier: string): Promise<void>;
|
|
86
94
|
};
|
|
87
95
|
mobileCapture: {
|
|
88
|
-
getProjectMobileAssets(params:
|
|
89
|
-
getMobileAssetPhoto(assetId: string | number, params:
|
|
90
|
-
|
|
96
|
+
getProjectMobileAssets(params: MobileAssetsQueryParams, extraConfig?: AxiosRequestConfig): Promise<MobileCaptureAssetsResponse>;
|
|
97
|
+
getMobileAssetPhoto(assetId: string | number, params: {
|
|
98
|
+
projectId?: string;
|
|
99
|
+
project_id?: string;
|
|
100
|
+
isThumbnail?: boolean;
|
|
101
|
+
is_thumbnail?: boolean;
|
|
102
|
+
}): Promise<string>;
|
|
103
|
+
deleteAsset(assetId: string | number): Promise<void>;
|
|
91
104
|
};
|
|
92
105
|
utils: {
|
|
93
|
-
loadAllAssetsInQueue(): Promise<
|
|
106
|
+
loadAllAssetsInQueue(): Promise<({
|
|
107
|
+
ingestVersion: string;
|
|
108
|
+
id: number;
|
|
109
|
+
projectId: string;
|
|
110
|
+
consumed: boolean;
|
|
111
|
+
token: string;
|
|
112
|
+
flightDate: string;
|
|
113
|
+
flightGeolocation: string;
|
|
114
|
+
modelZip: string;
|
|
115
|
+
orthomosaicZip: string;
|
|
116
|
+
reportPdf: string;
|
|
117
|
+
processingLog: string;
|
|
118
|
+
uploadedBy: string;
|
|
119
|
+
processingStatus: import("@evercam/api/types").IngestProcessingStatus | string;
|
|
120
|
+
modelCesiumAssetId: string;
|
|
121
|
+
updatedAt: string;
|
|
122
|
+
hasTusLinks: boolean;
|
|
123
|
+
aerialShots: import("@evercam/api/types").AerialShotItem[];
|
|
124
|
+
} | {
|
|
125
|
+
ingestVersion: string;
|
|
126
|
+
archive: string;
|
|
127
|
+
date: string;
|
|
128
|
+
deviceSerial: string | null;
|
|
129
|
+
endPosition: unknown | null;
|
|
130
|
+
floor: string;
|
|
131
|
+
floorId: number;
|
|
132
|
+
id: number;
|
|
133
|
+
images: string[];
|
|
134
|
+
insertedAt: string;
|
|
135
|
+
mobileAudios: string[];
|
|
136
|
+
mobileAudiosArchive: string;
|
|
137
|
+
mobilePhotos: string[];
|
|
138
|
+
mobilePhotosArchive: string;
|
|
139
|
+
model: string;
|
|
140
|
+
name: string;
|
|
141
|
+
processingStatus: string;
|
|
142
|
+
projectId: string;
|
|
143
|
+
report: string;
|
|
144
|
+
processingLog: string;
|
|
145
|
+
route: unknown | null;
|
|
146
|
+
startPosition: unknown | null;
|
|
147
|
+
tusLinks: unknown | null;
|
|
148
|
+
updatedAt: string;
|
|
149
|
+
uploadedBy: string;
|
|
150
|
+
videoArchive: string;
|
|
151
|
+
videos: string[];
|
|
152
|
+
})[]>;
|
|
153
|
+
getIngestVersion(ingestUrl: string): IngestVersions;
|
|
154
|
+
chooseIngestApiUrl(type: IngestTypes): Promise<string>;
|
|
94
155
|
};
|
|
95
156
|
};
|
package/dist/api/api/ptzApi.d.ts
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import { MoveParams, ZoomParams } from "
|
|
1
|
+
import { MoveParams, ZoomParams } from "@evercam/api/types";
|
|
2
2
|
export declare const PtzApi: {
|
|
3
3
|
presets: {
|
|
4
|
-
index({ cameraExid }: {
|
|
4
|
+
index({ cameraExid, }: {
|
|
5
5
|
cameraExid: string;
|
|
6
|
-
}): Promise<
|
|
6
|
+
}): Promise<{
|
|
7
|
+
presets: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
token: string;
|
|
10
|
+
}>;
|
|
11
|
+
}>;
|
|
7
12
|
go({ cameraExid, presetId, }: {
|
|
8
13
|
cameraExid: string;
|
|
9
14
|
presetId: string | number;
|
|
@@ -21,6 +26,10 @@ export declare const PtzApi: {
|
|
|
21
26
|
presetId: string | number;
|
|
22
27
|
presetName: string;
|
|
23
28
|
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
29
|
+
updateHome({ cameraExid, presetName, }: {
|
|
30
|
+
cameraExid: string;
|
|
31
|
+
presetName: string;
|
|
32
|
+
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
24
33
|
delete({ cameraExid, presetId, }: {
|
|
25
34
|
cameraExid: string;
|
|
26
35
|
presetId: string | number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PaginatedItems } from "@evercam/shared/types";
|
|
2
|
-
import { VideoWall,
|
|
2
|
+
import { VideoWall, VideoWallListParams, VideoWallCreateUpdatePayload } from "@evercam/api/types/videoWall";
|
|
3
3
|
export declare const VideoWallApi: {
|
|
4
|
-
list(params?:
|
|
4
|
+
list(params?: VideoWallListParams): Promise<import("axios").AxiosResponse<PaginatedItems<VideoWall>, any>>;
|
|
5
5
|
create(body: VideoWallCreateUpdatePayload): Promise<import("axios").AxiosResponse<VideoWall, any>>;
|
|
6
6
|
get(exid: string | number): Promise<import("axios").AxiosResponse<VideoWall, any>>;
|
|
7
7
|
update(exid: string | number, body: Partial<VideoWallCreateUpdatePayload>): Promise<import("axios").AxiosResponse<VideoWall, any>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { CurrentWeatherRequestPayload, HistoryWeatherRequestPayload, WeatherDataResponse, WeatherResponsePayload } from "@evercam/api/types";
|
|
1
|
+
import { CurrentWeatherRequestPayload, HistoryWeatherRequestPayload, WeatherDataResponse, WeatherReportRequestPayload, WeatherResponsePayload } from "@evercam/api/types";
|
|
2
2
|
import { AxiosRequestConfig } from "axios";
|
|
3
3
|
export declare const WeatherApi: {
|
|
4
4
|
current(projectExid: string, payload: CurrentWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
|
|
5
5
|
historical(projectExid: string, payload: HistoryWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
|
|
6
|
-
report(projectExid: string, payload:
|
|
6
|
+
report(projectExid: string, payload: WeatherReportRequestPayload, config?: AxiosRequestConfig): Promise<{
|
|
7
7
|
data: WeatherDataResponse[];
|
|
8
8
|
}> | undefined;
|
|
9
9
|
};
|
package/dist/api/types/360.d.ts
CHANGED
|
@@ -1,36 +1,205 @@
|
|
|
1
|
-
import { DateType } from "
|
|
2
|
-
|
|
1
|
+
import { DateType } from "@evercam/api/types/time";
|
|
2
|
+
import { GeoPoint, Point3D } from "@evercam/api/types/shared";
|
|
3
|
+
export type _360OverlayPosition = {
|
|
4
|
+
northEast: GeoPoint;
|
|
5
|
+
northWest: GeoPoint;
|
|
6
|
+
southEast: GeoPoint;
|
|
7
|
+
southWest: GeoPoint;
|
|
8
|
+
};
|
|
9
|
+
export type ForgeViewport = {
|
|
10
|
+
name: string;
|
|
11
|
+
eye: number[];
|
|
12
|
+
target: number[];
|
|
13
|
+
worldUpVector?: number[];
|
|
14
|
+
};
|
|
15
|
+
export type ForgeView = {
|
|
16
|
+
name: string;
|
|
17
|
+
viewport: ForgeViewport;
|
|
18
|
+
timestamp: string;
|
|
19
|
+
};
|
|
20
|
+
export type _360CameraRotation = {
|
|
3
21
|
azimuthAngle: number;
|
|
4
22
|
polarAngle: number;
|
|
5
23
|
};
|
|
24
|
+
export type _360Geolocation = {
|
|
25
|
+
latitude: number;
|
|
26
|
+
longitude: number;
|
|
27
|
+
};
|
|
28
|
+
export type _360Marker3D = {
|
|
29
|
+
cameraPosition: Point3D;
|
|
30
|
+
geolocation: _360Geolocation;
|
|
31
|
+
nextRoomId: _360MakerId;
|
|
32
|
+
position: Point3D;
|
|
33
|
+
rotation: {
|
|
34
|
+
_order: "XYZ" | string;
|
|
35
|
+
_x: number;
|
|
36
|
+
_y: number;
|
|
37
|
+
_z: number;
|
|
38
|
+
isEuler: boolean;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export type _360Tag = {
|
|
42
|
+
id: string;
|
|
43
|
+
tagType: string;
|
|
44
|
+
comment: string;
|
|
45
|
+
creationDate: number;
|
|
46
|
+
currentRoom: _360MakerId;
|
|
47
|
+
position: Point3D;
|
|
48
|
+
cameraRotation: _360CameraRotation;
|
|
49
|
+
};
|
|
50
|
+
export type _360FloorId = string | number;
|
|
51
|
+
export type _360Walk = Record<_360FloorId, _360Floor>;
|
|
52
|
+
export type _360MakerId = string;
|
|
6
53
|
export type _360Floor = {
|
|
7
|
-
|
|
54
|
+
_3DMarkers: _360Marker3D[];
|
|
55
|
+
cameraRotation: _360CameraRotation;
|
|
56
|
+
fbxModel: string;
|
|
57
|
+
fbxModelHQ?: string;
|
|
58
|
+
pointCloudModelHQ?: string;
|
|
59
|
+
initialMarker: _360MakerId;
|
|
60
|
+
modelViewerFeatureFlag: boolean;
|
|
61
|
+
imagesOnlyFeatureFlag?: boolean;
|
|
62
|
+
forgeBIMFeatureFlag?: boolean;
|
|
63
|
+
isForgeGravityEnabled?: boolean;
|
|
64
|
+
initialForgeView?: ForgeView | null;
|
|
65
|
+
enhancedLightFeatureFlag?: boolean;
|
|
66
|
+
calibrationDetails?: Record<string, unknown>;
|
|
67
|
+
route: {
|
|
68
|
+
cameraHeadingOffset: string;
|
|
69
|
+
overlayID: number;
|
|
70
|
+
track: string;
|
|
71
|
+
};
|
|
72
|
+
sceneScale: number;
|
|
73
|
+
steps: number;
|
|
74
|
+
tags?: Record<string, _360Tag>;
|
|
75
|
+
};
|
|
76
|
+
export type _360WalkV2 = {
|
|
77
|
+
archive: string;
|
|
78
|
+
date: string;
|
|
79
|
+
deviceSerial: string | null;
|
|
80
|
+
endPosition: unknown | null;
|
|
81
|
+
floor: string;
|
|
82
|
+
floorId: number;
|
|
83
|
+
id: number;
|
|
84
|
+
images: string[];
|
|
85
|
+
insertedAt: string;
|
|
86
|
+
mobileAudios: string[];
|
|
87
|
+
mobileAudiosArchive: string;
|
|
88
|
+
mobilePhotos: string[];
|
|
89
|
+
mobilePhotosArchive: string;
|
|
90
|
+
model: string;
|
|
91
|
+
name: string;
|
|
92
|
+
processingStatus: string;
|
|
93
|
+
projectId: string;
|
|
94
|
+
report: string;
|
|
95
|
+
processingLog: string;
|
|
96
|
+
route: unknown | null;
|
|
97
|
+
startPosition: unknown | null;
|
|
98
|
+
tusLinks: unknown | null;
|
|
99
|
+
updatedAt: string;
|
|
100
|
+
uploadedBy: string;
|
|
101
|
+
videoArchive: string;
|
|
102
|
+
videos: string[];
|
|
103
|
+
};
|
|
104
|
+
export type _360FloorV2 = {
|
|
105
|
+
id: _360FloorId;
|
|
106
|
+
assets: _360WalkV2[];
|
|
107
|
+
projectId: string;
|
|
8
108
|
name: string;
|
|
109
|
+
mapStyle: string;
|
|
110
|
+
hasOverlay: boolean;
|
|
111
|
+
isCalibrated: boolean;
|
|
112
|
+
createdBy: string | null;
|
|
113
|
+
overlayPosition: _360OverlayPosition;
|
|
114
|
+
insertedAt: string;
|
|
115
|
+
updatedAt: string;
|
|
116
|
+
deletedAt: string | null;
|
|
9
117
|
};
|
|
10
118
|
export type _360Scene = {
|
|
11
119
|
date: string;
|
|
12
|
-
dateID: string;
|
|
13
|
-
floors:
|
|
120
|
+
dateID: string | number;
|
|
121
|
+
floors: {
|
|
122
|
+
floorID: _360FloorId;
|
|
123
|
+
name: string;
|
|
124
|
+
}[];
|
|
14
125
|
polarAngle: number;
|
|
15
126
|
azimuthAngle: number;
|
|
16
127
|
};
|
|
128
|
+
export declare enum _360PinType {
|
|
129
|
+
Default = "Default"
|
|
130
|
+
}
|
|
131
|
+
export type _360Pin = {
|
|
132
|
+
position: Point3D;
|
|
133
|
+
pinType: _360PinType;
|
|
134
|
+
pinId?: string;
|
|
135
|
+
cameraExid?: string;
|
|
136
|
+
name: string;
|
|
137
|
+
currentRoom?: _360MakerId;
|
|
138
|
+
cameraRotation?: _360CameraRotation;
|
|
139
|
+
};
|
|
140
|
+
export type _360SceneRoute = {
|
|
141
|
+
cameraHeadingOffset?: number;
|
|
142
|
+
overlayID?: number;
|
|
143
|
+
track?: string;
|
|
144
|
+
};
|
|
145
|
+
export type _360ProjectListItem = {
|
|
146
|
+
integrationType: string;
|
|
147
|
+
projectId: string;
|
|
148
|
+
projectName: string;
|
|
149
|
+
providerID: string;
|
|
150
|
+
providerPrefix: string;
|
|
151
|
+
providerSuffix: string;
|
|
152
|
+
timeline: string;
|
|
153
|
+
uniqueId: string;
|
|
154
|
+
};
|
|
155
|
+
export type _360FullProject = {
|
|
156
|
+
dates: _360SceneWithFloors[];
|
|
157
|
+
integrationType: string;
|
|
158
|
+
projectId: string;
|
|
159
|
+
projectName: string;
|
|
160
|
+
providerID: string;
|
|
161
|
+
providerPrefix: string;
|
|
162
|
+
providerSuffix: string;
|
|
163
|
+
timeline: string;
|
|
164
|
+
uniqueId: string;
|
|
165
|
+
};
|
|
166
|
+
export type _360FullFloor = _360Floor & {
|
|
167
|
+
id: _360FloorId;
|
|
168
|
+
name: string;
|
|
169
|
+
};
|
|
170
|
+
export type _360SceneWithFloors = _360Scene & {
|
|
171
|
+
floors: _360FullFloor[];
|
|
172
|
+
};
|
|
17
173
|
export type _360ProjectJsonResponse = {
|
|
18
174
|
dates: _360Scene[];
|
|
19
175
|
[key: string]: any;
|
|
20
176
|
};
|
|
21
177
|
export type MobileCaptureSnapshot = {
|
|
22
|
-
id: string;
|
|
178
|
+
id: string | number;
|
|
179
|
+
projectId?: string;
|
|
23
180
|
uploadedBy: string;
|
|
24
181
|
updatedAt: string;
|
|
25
182
|
assetType: string;
|
|
26
183
|
thumbnailUrl: string;
|
|
27
184
|
};
|
|
28
185
|
export declare enum _360UrlParams {
|
|
29
|
-
DateId = "
|
|
186
|
+
DateId = "dateId",
|
|
187
|
+
Date = "date",
|
|
30
188
|
Floor = "floor",
|
|
31
189
|
Marker = "marker",
|
|
32
190
|
PolarAngle = "polarAngle",
|
|
33
|
-
AzimuthAngle = "azimuthAngle"
|
|
191
|
+
AzimuthAngle = "azimuthAngle",
|
|
192
|
+
Zoom = "zoom",
|
|
193
|
+
User = "user",
|
|
194
|
+
ViewerMode = "viewer_mode",
|
|
195
|
+
ProjectId = "projectId",
|
|
196
|
+
Unit = "unit",
|
|
197
|
+
LockDate = "lockDate",
|
|
198
|
+
LockFloor = "lockFloor",
|
|
199
|
+
LockMarker = "lockMarker",
|
|
200
|
+
IsWidget = "isWidget",
|
|
201
|
+
MediaLocked = "mediaLocked",
|
|
202
|
+
Debug = "debug"
|
|
34
203
|
}
|
|
35
204
|
export declare enum _360AssetType {
|
|
36
205
|
Video = "video",
|
|
@@ -64,7 +233,7 @@ export declare enum PathMarkerColor {
|
|
|
64
233
|
export type _360AssetsQueryParams = {
|
|
65
234
|
page: number;
|
|
66
235
|
limit: number;
|
|
67
|
-
|
|
236
|
+
projectId: string;
|
|
68
237
|
date: DateType;
|
|
69
238
|
floor: string;
|
|
70
239
|
id: string;
|
|
@@ -86,6 +255,8 @@ export type DrawingsRequestPayload = {
|
|
|
86
255
|
page?: number;
|
|
87
256
|
limit?: number;
|
|
88
257
|
paginate?: boolean;
|
|
258
|
+
withAsset?: boolean;
|
|
259
|
+
includeDeleted?: boolean;
|
|
89
260
|
};
|
|
90
261
|
export type GenerateFloorPayload = {
|
|
91
262
|
overlay?: {
|
|
@@ -96,24 +267,7 @@ export type GenerateFloorPayload = {
|
|
|
96
267
|
changedBy: string;
|
|
97
268
|
name?: string;
|
|
98
269
|
mapStyle?: string;
|
|
99
|
-
overlayPositionCorners:
|
|
100
|
-
northEast: {
|
|
101
|
-
lat: number;
|
|
102
|
-
lng: number;
|
|
103
|
-
};
|
|
104
|
-
northWest: {
|
|
105
|
-
lat: number;
|
|
106
|
-
lng: number;
|
|
107
|
-
};
|
|
108
|
-
southWest: {
|
|
109
|
-
lat: number;
|
|
110
|
-
lng: number;
|
|
111
|
-
};
|
|
112
|
-
southEast: {
|
|
113
|
-
lat: number;
|
|
114
|
-
lng: number;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
270
|
+
overlayPositionCorners: _360OverlayPosition;
|
|
117
271
|
};
|
|
118
272
|
export type _360QueueQueryParams = {
|
|
119
273
|
projectId?: string;
|
|
@@ -138,4 +292,104 @@ export type Generate360MapRequestPayload = {
|
|
|
138
292
|
cameraOffset: string;
|
|
139
293
|
startPoint: string;
|
|
140
294
|
endPoint: string;
|
|
295
|
+
drawingId?: number;
|
|
296
|
+
markers?: Array<{
|
|
297
|
+
position: {
|
|
298
|
+
x: number;
|
|
299
|
+
y: number;
|
|
300
|
+
z: number;
|
|
301
|
+
};
|
|
302
|
+
}>;
|
|
303
|
+
startPointIndex?: number;
|
|
304
|
+
endPointIndex?: number;
|
|
305
|
+
};
|
|
306
|
+
export declare enum EModelsType {
|
|
307
|
+
FBX = "FBX",
|
|
308
|
+
PointCloud = "PLY"
|
|
309
|
+
}
|
|
310
|
+
export type _360FloorRef = {
|
|
311
|
+
projectID: string;
|
|
312
|
+
dateID: string;
|
|
313
|
+
floorID: string;
|
|
314
|
+
};
|
|
315
|
+
export type _360Vector3 = {
|
|
316
|
+
x: number;
|
|
317
|
+
y: number;
|
|
318
|
+
z: number;
|
|
319
|
+
};
|
|
320
|
+
export type _360MarkerData = {
|
|
321
|
+
cameraPosition: _360Vector3;
|
|
322
|
+
nextRoomId: string;
|
|
323
|
+
position: _360Vector3;
|
|
324
|
+
geolocation?: {
|
|
325
|
+
latitude: number;
|
|
326
|
+
longitude: number;
|
|
327
|
+
};
|
|
328
|
+
rotation: {
|
|
329
|
+
_order: string;
|
|
330
|
+
_x: number;
|
|
331
|
+
_y: number;
|
|
332
|
+
_z: number;
|
|
333
|
+
isEuler: boolean;
|
|
334
|
+
};
|
|
335
|
+
};
|
|
336
|
+
export type _360Route = {
|
|
337
|
+
overlayID?: number;
|
|
338
|
+
track?: string;
|
|
339
|
+
cameraHeadingOffset?: number;
|
|
340
|
+
};
|
|
341
|
+
export type _360CalibrationDetails = {
|
|
342
|
+
baseOriginOf360Viewer?: _360Vector3;
|
|
343
|
+
baseOriginOfForgeViewer?: _360Vector3;
|
|
344
|
+
rotationMatrix?: {
|
|
345
|
+
elements: number[];
|
|
346
|
+
};
|
|
347
|
+
scaleMatrix?: {
|
|
348
|
+
elements: number[];
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
export type _360FloorData = {
|
|
352
|
+
_3DMarkers: _360MarkerData[];
|
|
353
|
+
fbxModel: string | null;
|
|
354
|
+
fbxModelHQ: string | null;
|
|
355
|
+
pointCloudModelHQ: string | null;
|
|
356
|
+
initialMarker: string;
|
|
357
|
+
cameraRotation: _360CameraRotation;
|
|
358
|
+
steps: number;
|
|
359
|
+
route: _360Route | null;
|
|
360
|
+
sceneScale: number;
|
|
361
|
+
modelViewerFeatureFlag: boolean;
|
|
362
|
+
imagesOnlyFeatureFlag: boolean;
|
|
363
|
+
forgeBIMFeatureFlag: boolean;
|
|
364
|
+
isForgeGravityEnabled: boolean;
|
|
365
|
+
initialForgeView: Record<string, unknown> | null;
|
|
366
|
+
calibrationDetails: _360CalibrationDetails;
|
|
367
|
+
enhancedLightFeatureFlag: boolean;
|
|
368
|
+
};
|
|
369
|
+
export type _360PinData = {
|
|
370
|
+
position: _360Vector3;
|
|
371
|
+
pinType: string;
|
|
372
|
+
name: string;
|
|
373
|
+
pinId?: string;
|
|
374
|
+
cameraExid?: string;
|
|
375
|
+
currentRoom?: string;
|
|
376
|
+
cameraRotation?: {
|
|
377
|
+
polarAngle: number;
|
|
378
|
+
azimuthAngle: number;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
export type _360ForgeTimelineItem = {
|
|
382
|
+
taskNumber: number;
|
|
383
|
+
taskID: string;
|
|
384
|
+
actualStartDate: string;
|
|
385
|
+
actualEndDate: string;
|
|
386
|
+
plannedStartDate: string;
|
|
387
|
+
plannedEndDate: string;
|
|
388
|
+
objectIDs: number[];
|
|
389
|
+
};
|
|
390
|
+
export type _360ForgeProject = {
|
|
391
|
+
urns?: Array<{
|
|
392
|
+
urn: string;
|
|
393
|
+
}>;
|
|
394
|
+
timeline?: _360ForgeTimelineItem[];
|
|
141
395
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type AconexUserProject = {
|
|
2
2
|
id: number;
|
|
3
3
|
name: string;
|
|
4
4
|
shortName: string;
|
|
@@ -6,8 +6,8 @@ export type AconexUserProjectsResponsePayload = Array<{
|
|
|
6
6
|
endDate: string;
|
|
7
7
|
active: boolean;
|
|
8
8
|
hidden: boolean;
|
|
9
|
-
}
|
|
10
|
-
export type
|
|
9
|
+
};
|
|
10
|
+
export type AconexDocumentSchema = {
|
|
11
11
|
dataType: AconexDocumentDataType;
|
|
12
12
|
identifier: AconexIdentifiers;
|
|
13
13
|
fieldName: string;
|
|
@@ -17,18 +17,18 @@ export type AconexDocumentSchemaResponsePayload = Array<{
|
|
|
17
17
|
id: string;
|
|
18
18
|
value: string;
|
|
19
19
|
}>;
|
|
20
|
-
}
|
|
21
|
-
export type
|
|
20
|
+
};
|
|
21
|
+
export type AconexDocumentTypeSchema = {
|
|
22
22
|
dataType: AconexDocumentDataType;
|
|
23
|
-
identifier:
|
|
23
|
+
identifier: AconexIdentifiers;
|
|
24
24
|
fieldName: string;
|
|
25
25
|
modifiedFieldName?: string;
|
|
26
|
-
mandatoryStatus:
|
|
26
|
+
mandatoryStatus: AconexMandatoryStatus;
|
|
27
27
|
specifications?: Array<AconexFieldSpecification>;
|
|
28
|
-
}
|
|
28
|
+
};
|
|
29
29
|
export type AconexDocumentSchemaField = {
|
|
30
30
|
dataType: AconexDocumentDataType;
|
|
31
|
-
identifier: AconexIdentifiers
|
|
31
|
+
identifier: AconexIdentifiers;
|
|
32
32
|
schemaValues?: Array<{
|
|
33
33
|
id: string;
|
|
34
34
|
value: string;
|