@evercam/api 1.0.0-213bdb2b3 → 1.0.0-2194163b3

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 (97) hide show
  1. package/README.md +2 -0
  2. package/dist/api/{3dFirebaseApi.d.ts → api/3dFirebaseApi.d.ts} +2 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +47 -23
  4. package/dist/api/api/aiApi.d.ts +143 -0
  5. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  6. package/dist/api/{client → api/client}/interceptors.d.ts +3 -2
  7. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +51 -17
  8. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +6 -10
  9. package/dist/api/api/index.d.ts +13 -0
  10. package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +8 -5
  11. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +1 -1
  12. package/dist/api/api/weatherApi.d.ts +9 -0
  13. package/dist/api/index.d.ts +3 -13
  14. package/dist/{types → api/types}/360.d.ts +8 -2
  15. package/dist/{types → api/types}/aconex.d.ts +1 -1
  16. package/dist/{types → api/types}/analytics.d.ts +65 -68
  17. package/dist/{types → api/types}/anpr.d.ts +11 -6
  18. package/dist/{types → api/types}/automation.d.ts +4 -0
  19. package/dist/{types → api/types}/axios.d.ts +1 -1
  20. package/dist/{types → api/types}/camera.d.ts +10 -53
  21. package/dist/{types → api/types}/comments.d.ts +15 -8
  22. package/dist/{types → api/types}/connector.d.ts +6 -1
  23. package/dist/api/types/coolify.d.ts +18 -0
  24. package/dist/{types → api/types}/copilot.d.ts +9 -8
  25. package/dist/{types → api/types}/detections.d.ts +62 -8
  26. package/dist/{types → api/types}/errors.d.ts +12 -0
  27. package/dist/api/types/hdd.d.ts +63 -0
  28. package/dist/{types → api/types}/index.d.ts +7 -2
  29. package/dist/{types → api/types}/ingest.d.ts +4 -0
  30. package/dist/{types → api/types}/kit.d.ts +37 -4
  31. package/dist/{types → api/types}/nvr.d.ts +2 -1
  32. package/dist/{types/sitePlanner.d.ts → api/types/planner.d.ts} +8 -2
  33. package/dist/api/types/posthog.d.ts +18 -0
  34. package/dist/api/types/procore.d.ts +219 -0
  35. package/dist/{types → api/types}/progressPhoto.d.ts +2 -0
  36. package/dist/{types → api/types}/project.d.ts +9 -1
  37. package/dist/{types → api/types}/recording.d.ts +1 -2
  38. package/dist/{types → api/types}/roi.d.ts +2 -1
  39. package/dist/{types → api/types}/routeParams.d.ts +2 -1
  40. package/dist/{types → api/types}/shared.d.ts +2 -11
  41. package/dist/{types → api/types}/shares.d.ts +5 -1
  42. package/dist/api/types/siteAnalytics.d.ts +141 -0
  43. package/dist/{types → api/types}/streaming.d.ts +2 -23
  44. package/dist/api/types/systemCheck.d.ts +11 -0
  45. package/dist/api/types/tag.d.ts +12 -0
  46. package/dist/{types → api/types}/time.d.ts +2 -0
  47. package/dist/{types → api/types}/timelapse.d.ts +15 -0
  48. package/dist/{types → api/types}/weather.d.ts +6 -2
  49. package/dist/{types → api/types}/widget.d.ts +8 -5
  50. package/dist/api/types/xweather.d.ts +12 -0
  51. package/dist/index.d.ts +2 -3
  52. package/dist/index.js +1011 -721
  53. package/dist/index.js.map +1 -1
  54. package/dist/index.umd.cjs +1 -1
  55. package/dist/index.umd.cjs.map +1 -1
  56. package/dist/shared/api/index.d.ts +3 -0
  57. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  58. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  59. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  60. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  61. package/dist/shared/types/components.d.ts +184 -0
  62. package/dist/shared/types/imagePlayer.d.ts +34 -0
  63. package/dist/shared/types/index.d.ts +4 -0
  64. package/dist/shared/types/timeline.d.ts +9 -0
  65. package/package.json +5 -5
  66. package/dist/api/aiApi.d.ts +0 -79
  67. package/dist/api/weatherApi.d.ts +0 -25
  68. package/dist/types/devices.d.ts +0 -228
  69. package/dist/types/procore.d.ts +0 -76
  70. package/dist/types/siteAnalytics.d.ts +0 -5
  71. /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
  72. /package/dist/api/{client → api/client}/axios.d.ts +0 -0
  73. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  74. /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
  75. /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
  76. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  77. /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
  78. /package/dist/{types → api/types}/autodesk.d.ts +0 -0
  79. /package/dist/{types → api/types}/bim.d.ts +0 -0
  80. /package/dist/{types → api/types}/company.d.ts +0 -0
  81. /package/dist/{types → api/types}/compare.d.ts +0 -0
  82. /package/dist/{types → api/types}/countries.d.ts +0 -0
  83. /package/dist/{types → api/types}/credentials.d.ts +0 -0
  84. /package/dist/{types → api/types}/drone.d.ts +0 -0
  85. /package/dist/{types → api/types}/gateReport.d.ts +0 -0
  86. /package/dist/{types → api/types}/map.d.ts +0 -0
  87. /package/dist/{types → api/types}/media.d.ts +0 -0
  88. /package/dist/{types → api/types}/notification.d.ts +0 -0
  89. /package/dist/{types → api/types}/router.d.ts +0 -0
  90. /package/dist/{types → api/types}/sim.d.ts +0 -0
  91. /package/dist/{types → api/types}/snapshots.d.ts +0 -0
  92. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  93. /package/dist/{types → api/types}/user.d.ts +0 -0
  94. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  95. /package/dist/{types → api/types}/videoWall.d.ts +0 -0
  96. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  97. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -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,5 +0,0 @@
1
- export declare enum SiteAnalyticsMode {
2
- Cranes = "cranes",
3
- Detections = "detections",
4
- Segments = "segments"
5
- }
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