@evercam/api 1.0.0-f74a37c7f → 1.0.0-f808b37ee
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/dist/api/api/3dFirebaseApi.d.ts +20 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +61 -19
- package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +44 -8
- package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
- package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
- package/dist/api/api/client/swr/Swr.d.ts +14 -0
- package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
- package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +73 -23
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +3 -10
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +11 -7
- package/dist/api/api/weatherApi.d.ts +9 -0
- package/dist/api/index.d.ts +3 -13
- package/dist/{types → api/types}/360.d.ts +11 -0
- package/dist/{types → api/types}/aconex.d.ts +1 -1
- package/dist/{types → api/types}/analytics.d.ts +52 -42
- package/dist/{types → api/types}/anpr.d.ts +3 -0
- package/dist/{types → api/types}/automation.d.ts +4 -0
- package/dist/{types → api/types}/axios.d.ts +15 -0
- package/dist/{types → api/types}/camera.d.ts +19 -53
- package/dist/api/types/comments.d.ts +59 -0
- package/dist/{types → api/types}/company.d.ts +29 -1
- package/dist/{types → api/types}/connector.d.ts +6 -1
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/detections.d.ts +55 -5
- package/dist/{types → api/types}/errors.d.ts +12 -0
- package/dist/{types → api/types}/index.d.ts +4 -1
- package/dist/{types → api/types}/ingest.d.ts +4 -0
- package/dist/{types → api/types}/kit.d.ts +61 -7
- package/dist/{types → api/types}/planner.d.ts +4 -0
- package/dist/api/types/posthog.d.ts +18 -0
- package/dist/api/types/procore.d.ts +222 -0
- package/dist/{types → api/types}/progressPhoto.d.ts +21 -7
- package/dist/{types → api/types}/project.d.ts +11 -1
- package/dist/{types → api/types}/recording.d.ts +1 -2
- package/dist/{types → api/types}/roi.d.ts +2 -1
- package/dist/{types → api/types}/routeParams.d.ts +2 -1
- package/dist/{types → api/types}/shared.d.ts +1 -6
- package/dist/{types → api/types}/shares.d.ts +5 -0
- package/dist/api/types/siteAnalytics.d.ts +142 -0
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/{types → api/types}/streaming.d.ts +2 -23
- package/dist/api/types/systemCheck.d.ts +11 -0
- package/dist/{types → api/types}/time.d.ts +2 -0
- package/dist/{types → api/types}/user.d.ts +1 -6
- package/dist/{types → api/types}/weather.d.ts +6 -2
- package/dist/{types → api/types}/widget.d.ts +21 -2
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1209 -782
- 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/api/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
- package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
- package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
- package/dist/shared/types/components.d.ts +192 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +4 -0
- package/dist/shared/types/timeline.d.ts +9 -0
- package/package.json +3 -2
- package/dist/api/3dFirebaseApi.d.ts +0 -9
- package/dist/api/weatherApi.d.ts +0 -27
- package/dist/types/comments.d.ts +0 -36
- package/dist/types/devices.d.ts +0 -228
- package/dist/types/procore.d.ts +0 -76
- package/dist/types/siteAnalytics.d.ts +0 -84
- /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
- /package/dist/api/{client → api/client}/axios.d.ts +0 -0
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
- /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
- /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
- /package/dist/{types → api/types}/autodesk.d.ts +0 -0
- /package/dist/{types → api/types}/bim.d.ts +0 -0
- /package/dist/{types → api/types}/compare.d.ts +0 -0
- /package/dist/{types → api/types}/coolify.d.ts +0 -0
- /package/dist/{types → api/types}/copilot.d.ts +0 -0
- /package/dist/{types → api/types}/credentials.d.ts +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/gateReport.d.ts +0 -0
- /package/dist/{types → api/types}/hdd.d.ts +0 -0
- /package/dist/{types → api/types}/map.d.ts +0 -0
- /package/dist/{types → api/types}/media.d.ts +0 -0
- /package/dist/{types → api/types}/notification.d.ts +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/router.d.ts +0 -0
- /package/dist/{types → api/types}/sim.d.ts +0 -0
- /package/dist/{types → api/types}/snapshots.d.ts +0 -0
- /package/dist/{types → api/types}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/tag.d.ts +0 -0
- /package/dist/{types → api/types}/timelapse.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/videoWall.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
package/dist/types/procore.d.ts
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
export type ProcoreUserCompaniesResponsePayload = Array<{
|
|
2
|
-
id: number;
|
|
3
|
-
isActive?: boolean;
|
|
4
|
-
name: string;
|
|
5
|
-
}>;
|
|
6
|
-
export type ProcoreUserProjectRequestPayload = {
|
|
7
|
-
companyId: number;
|
|
8
|
-
};
|
|
9
|
-
export type ProcoreUserProjectsResponsePayload = Array<{
|
|
10
|
-
accountingProjectNumber?: number;
|
|
11
|
-
active: boolean;
|
|
12
|
-
address: string;
|
|
13
|
-
city: string;
|
|
14
|
-
company: {
|
|
15
|
-
id: number;
|
|
16
|
-
name: string;
|
|
17
|
-
};
|
|
18
|
-
completionDate: string;
|
|
19
|
-
countryCode: string;
|
|
20
|
-
county: string;
|
|
21
|
-
createdAt: string;
|
|
22
|
-
customFields?: object;
|
|
23
|
-
designatedMarketArea: string;
|
|
24
|
-
displayName: string;
|
|
25
|
-
estimatedValue: string;
|
|
26
|
-
id: number;
|
|
27
|
-
isDemo: boolean;
|
|
28
|
-
latitude: number;
|
|
29
|
-
longitude: number;
|
|
30
|
-
name: string;
|
|
31
|
-
originCode: string | number | null;
|
|
32
|
-
originData: string | null;
|
|
33
|
-
originId: number | null;
|
|
34
|
-
ownersProjectId: number | null;
|
|
35
|
-
parentJobId: number | null;
|
|
36
|
-
phone: string | number;
|
|
37
|
-
photoId: number;
|
|
38
|
-
projectBidTypeId: number | null;
|
|
39
|
-
projectNumber: string;
|
|
40
|
-
projectOwnerTypeId: number | null;
|
|
41
|
-
projectRegionId: number | null;
|
|
42
|
-
stage: string;
|
|
43
|
-
startDate: string;
|
|
44
|
-
stateCode: string;
|
|
45
|
-
storeNumber?: string;
|
|
46
|
-
timeZone: string;
|
|
47
|
-
totalValue: string;
|
|
48
|
-
updatedAt: string;
|
|
49
|
-
zip: number;
|
|
50
|
-
}>;
|
|
51
|
-
export type ProcoreEditedImageUploadRequestPayload = {
|
|
52
|
-
projectExid: string;
|
|
53
|
-
companyId: number;
|
|
54
|
-
projectId: number;
|
|
55
|
-
snapshot: string;
|
|
56
|
-
categoryId?: number;
|
|
57
|
-
};
|
|
58
|
-
export type ProcoreProjectsAlbumsPayload = Array<{
|
|
59
|
-
count: number;
|
|
60
|
-
coverPhoto: string | null;
|
|
61
|
-
createdAt: string;
|
|
62
|
-
id: number;
|
|
63
|
-
links: {
|
|
64
|
-
delete: string;
|
|
65
|
-
show: string;
|
|
66
|
-
update: string;
|
|
67
|
-
};
|
|
68
|
-
name: string;
|
|
69
|
-
position: number;
|
|
70
|
-
private: boolean;
|
|
71
|
-
updatedAt: string;
|
|
72
|
-
}>;
|
|
73
|
-
export type ProcoreProjectsAlbumsRequestPayload = {
|
|
74
|
-
companyId: number;
|
|
75
|
-
projectId: number;
|
|
76
|
-
};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import type { BBox, BoundingBox, DetectionLabel } from "@evercam/api/types";
|
|
2
|
-
export declare enum SiteAnalyticsMode {
|
|
3
|
-
Detections = "detections",
|
|
4
|
-
Segments = "segments"
|
|
5
|
-
}
|
|
6
|
-
export type SmartSearchOptionData = {
|
|
7
|
-
id?: string;
|
|
8
|
-
type: SmartSearchQueryComponentType;
|
|
9
|
-
value: DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData;
|
|
10
|
-
};
|
|
11
|
-
export type SmartSearchQueryPart = SmartSearchOptionData | SmartSearchQueryPart[];
|
|
12
|
-
export declare enum SmartSearchQueryComponentType {
|
|
13
|
-
Condition = "condition",
|
|
14
|
-
Object = "object",
|
|
15
|
-
Area = "in_area",
|
|
16
|
-
Time = "time",
|
|
17
|
-
Operator = "operator"
|
|
18
|
-
}
|
|
19
|
-
export type SmartSearchQueryComponentData = {
|
|
20
|
-
id: string;
|
|
21
|
-
type: SmartSearchQueryComponentType;
|
|
22
|
-
parts: SmartSearchQueryPart[];
|
|
23
|
-
};
|
|
24
|
-
export declare enum SmartSearchCondition {
|
|
25
|
-
InArea = "in_area",
|
|
26
|
-
Intersects = "intersects",
|
|
27
|
-
Time = "time"
|
|
28
|
-
}
|
|
29
|
-
export type SmartSearchConditionData = {
|
|
30
|
-
condition: SmartSearchCondition;
|
|
31
|
-
value: string | BoundingBox | DetectionLabel | Date;
|
|
32
|
-
};
|
|
33
|
-
export type SmartSearchQuery = {
|
|
34
|
-
returnTargets: SmartSearchQueryTargets[];
|
|
35
|
-
rulesLogic: SmartSearchOperatorType;
|
|
36
|
-
rules: {
|
|
37
|
-
logic: SmartSearchOperatorType;
|
|
38
|
-
conditions: {
|
|
39
|
-
type: SmartSearchQueryConditionTypes;
|
|
40
|
-
target: SmartSearchQueryTargets;
|
|
41
|
-
operator?: SmartSearchQueryOperators;
|
|
42
|
-
attribute?: string;
|
|
43
|
-
value: string | number | string[];
|
|
44
|
-
reference?: {
|
|
45
|
-
target: SmartSearchQueryTargets;
|
|
46
|
-
attribute: string;
|
|
47
|
-
value: string | number | string[];
|
|
48
|
-
};
|
|
49
|
-
polygon?: BBox;
|
|
50
|
-
}[];
|
|
51
|
-
}[];
|
|
52
|
-
returnType: SmartSearchQueryReturnType;
|
|
53
|
-
};
|
|
54
|
-
export declare enum SmartSearchQueryTargets {
|
|
55
|
-
Tracking = "tracking",
|
|
56
|
-
Segments = "segments"
|
|
57
|
-
}
|
|
58
|
-
export declare enum SmartSearchQueryReturnType {
|
|
59
|
-
All = "all",
|
|
60
|
-
FirstLastSeen = "first_last_seen"
|
|
61
|
-
}
|
|
62
|
-
export declare enum SmartSearchOperatorType {
|
|
63
|
-
And = "AND",
|
|
64
|
-
Or = "OR"
|
|
65
|
-
}
|
|
66
|
-
export declare enum SmartSearchQueryOperators {
|
|
67
|
-
Near = "near",
|
|
68
|
-
Far = "far",
|
|
69
|
-
Intersects = "intersects",
|
|
70
|
-
DoesNotIntersect = "does_not_intersect",
|
|
71
|
-
Inside = "inside",
|
|
72
|
-
Outside = "outside",
|
|
73
|
-
DistanceBelow = "distance_below",
|
|
74
|
-
DistanceAbove = "distance_above",
|
|
75
|
-
Area = "in_area"
|
|
76
|
-
}
|
|
77
|
-
export declare enum SmartSearchQueryConditionTypes {
|
|
78
|
-
Selection = "selection",
|
|
79
|
-
Spatial = "spatial",
|
|
80
|
-
Area = "area",
|
|
81
|
-
Iou = "iou",
|
|
82
|
-
Near = "near",
|
|
83
|
-
Far = "far"
|
|
84
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|