@evercam/api 1.0.0-4dd161dd9 → 1.0.0-4e1875453

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