@evercam/api 1.0.0-447c246ee → 1.0.0-4530231e7

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 (116) hide show
  1. package/README.md +3 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +27 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +104 -62
  4. package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +48 -45
  5. package/dist/api/api/authzApi.d.ts +38 -0
  6. package/dist/api/{client → api/client}/axios.d.ts +2 -1
  7. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  8. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  9. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  10. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  11. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +97 -96
  12. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +8 -4
  13. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  14. package/dist/api/api/index.d.ts +13 -0
  15. package/dist/api/api/ingestApi.d.ts +145 -0
  16. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
  17. package/dist/api/api/videoWallApi.d.ts +9 -0
  18. package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
  19. package/dist/api/index.d.ts +3 -13
  20. package/dist/api/types/360.d.ts +276 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/{types → api/types}/analytics.d.ts +135 -11
  24. package/dist/{types → api/types}/anpr.d.ts +15 -13
  25. package/dist/{types → api/types}/auditLogs.d.ts +1 -1
  26. package/dist/api/types/authz.d.ts +60 -0
  27. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  28. package/dist/api/types/automation.d.ts +86 -0
  29. package/dist/{types → api/types}/axios.d.ts +21 -1
  30. package/dist/{types → api/types}/bim.d.ts +11 -5
  31. package/dist/{types → api/types}/camera.d.ts +97 -72
  32. package/dist/{types → api/types}/comments.d.ts +21 -9
  33. package/dist/api/types/company.d.ts +115 -0
  34. package/dist/{types → api/types}/compare.d.ts +20 -5
  35. package/dist/{types → api/types}/connector.d.ts +2 -5
  36. package/dist/{types → api/types}/coolify.d.ts +3 -1
  37. package/dist/{types → api/types}/copilot.d.ts +1 -1
  38. package/dist/{types → api/types}/countries.d.ts +0 -7
  39. package/dist/{types → api/types}/credentials.d.ts +1 -0
  40. package/dist/api/types/detections.d.ts +121 -0
  41. package/dist/{types → api/types}/errors.d.ts +13 -0
  42. package/dist/{types → api/types}/gateReport.d.ts +32 -128
  43. package/dist/{types → api/types}/hdd.d.ts +26 -1
  44. package/dist/{types → api/types}/index.d.ts +6 -0
  45. package/dist/api/types/ingest.d.ts +132 -0
  46. package/dist/{types → api/types}/kit.d.ts +64 -9
  47. package/dist/{types → api/types}/media.d.ts +1 -1
  48. package/dist/api/types/notification.d.ts +57 -0
  49. package/dist/{types → api/types}/planner.d.ts +7 -0
  50. package/dist/api/types/posthog.d.ts +33 -0
  51. package/dist/{types → api/types}/procore.d.ts +26 -16
  52. package/dist/{types → api/types}/progressPhoto.d.ts +10 -23
  53. package/dist/api/types/project.d.ts +241 -0
  54. package/dist/{types → api/types}/recording.d.ts +3 -3
  55. package/dist/api/types/recycleBin.d.ts +14 -0
  56. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  57. package/dist/{types → api/types}/router.d.ts +20 -1
  58. package/dist/{types → api/types}/shared.d.ts +12 -10
  59. package/dist/api/types/shares.d.ts +58 -0
  60. package/dist/{types → api/types}/sim.d.ts +6 -6
  61. package/dist/api/types/siteAnalytics.d.ts +297 -0
  62. package/dist/{types → api/types}/snapshots.d.ts +10 -1
  63. package/dist/api/types/sso.d.ts +55 -0
  64. package/dist/api/types/storyblok.d.ts +40 -0
  65. package/dist/{types → api/types}/streaming.d.ts +4 -5
  66. package/dist/{types → api/types}/tag.d.ts +1 -1
  67. package/dist/api/types/time.d.ts +7 -0
  68. package/dist/{types → api/types}/timelapse.d.ts +3 -4
  69. package/dist/{types → api/types}/user.d.ts +105 -35
  70. package/dist/api/types/videoWall.d.ts +66 -0
  71. package/dist/api/types/weather.d.ts +153 -0
  72. package/dist/{types → api/types}/widget.d.ts +96 -16
  73. package/dist/{types → api/types}/xweather.d.ts +4 -4
  74. package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
  75. package/dist/index.d.ts +2 -3
  76. package/dist/index.js +1321 -843
  77. package/dist/index.js.map +1 -1
  78. package/dist/index.umd.cjs +1 -1
  79. package/dist/index.umd.cjs.map +1 -1
  80. package/dist/shared/api/index.d.ts +3 -0
  81. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  82. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  83. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  84. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  85. package/dist/shared/types/components.d.ts +270 -0
  86. package/dist/shared/types/imagePlayer.d.ts +34 -0
  87. package/dist/shared/types/index.d.ts +4 -0
  88. package/dist/shared/types/timeline.d.ts +10 -0
  89. package/package.json +5 -4
  90. package/dist/api/3dFirebaseApi.d.ts +0 -10
  91. package/dist/api/authzApi.d.ts +0 -21
  92. package/dist/api/ingestApi.d.ts +0 -68
  93. package/dist/api/videoWallApi.d.ts +0 -9
  94. package/dist/types/360.d.ts +0 -83
  95. package/dist/types/aconex.d.ts +0 -45
  96. package/dist/types/automation.d.ts +0 -6
  97. package/dist/types/company.d.ts +0 -46
  98. package/dist/types/detections.d.ts +0 -76
  99. package/dist/types/ingest.d.ts +0 -43
  100. package/dist/types/notification.d.ts +0 -27
  101. package/dist/types/project.d.ts +0 -124
  102. package/dist/types/shares.d.ts +0 -196
  103. package/dist/types/siteAnalytics.d.ts +0 -123
  104. package/dist/types/time.d.ts +0 -19
  105. package/dist/types/videoWall.d.ts +0 -33
  106. package/dist/types/weather.d.ts +0 -87
  107. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  108. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  109. /package/dist/{types → api/types}/drone.d.ts +0 -0
  110. /package/dist/{types → api/types}/map.d.ts +0 -0
  111. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  112. /package/dist/{types → api/types}/roi.d.ts +0 -0
  113. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  114. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  115. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  116. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
@@ -1,87 +0,0 @@
1
- import { Date_YYYY_MM_DD, DateType } from "@/types/time";
2
- export type HistoryWeatherRequestPayload = {
3
- day: string;
4
- provider: WeatherProvider;
5
- };
6
- export type CurrentWeatherRequestPayload = {
7
- provider: WeatherProvider;
8
- };
9
- export type WeatherResponsePayload = Array<{
10
- hour?: number;
11
- temp?: number;
12
- clouds?: number;
13
- feelsLike?: number;
14
- pressure?: number;
15
- humidity?: number;
16
- windSpeed?: number;
17
- windDegree?: number;
18
- weather?: [WeatherSummary];
19
- rain?: HourlyReading;
20
- snow?: HourlyReading;
21
- }>;
22
- export type WeatherSummary = {
23
- id?: number;
24
- main?: string;
25
- description?: string;
26
- icon?: string;
27
- };
28
- export type HourlyReading = {
29
- "1h"?: number;
30
- "3h"?: number;
31
- };
32
- export declare enum WeatherProvider {
33
- WeatherStack = "weather_stack",
34
- XWeather = "xweather"
35
- }
36
- export type Weatherstatus = {
37
- description: string;
38
- hour: DateType;
39
- id: number;
40
- temp: number;
41
- };
42
- export type WeatherDataResponse = {
43
- minFeelsLike: number;
44
- id: number;
45
- sunhour: number;
46
- maxFeelsLike: number;
47
- minWindchill: number;
48
- minPressure: number;
49
- minWindDegree: number;
50
- minDewpoint: number;
51
- maxClouds: number;
52
- maxWindgust: number;
53
- minWindSpeed: number;
54
- astro: {
55
- moonIllumination: number;
56
- moonPhase: string;
57
- moonrise: string;
58
- moonset: string;
59
- sunrise: string;
60
- sunset: string;
61
- };
62
- insertedAt: string;
63
- maxDewpoint: number;
64
- maxTemp: number;
65
- minClouds: number;
66
- weather: Weatherstatus[];
67
- minHeatindex: number;
68
- minPrecip: number;
69
- maxWindDegree: number;
70
- maxUvIndex: number;
71
- minHumidity: number;
72
- maxWindSpeed: number;
73
- minWindgust: number;
74
- updatedAt: DateType;
75
- maxPrecip: number;
76
- uvIndex: number;
77
- maxHeatindex: number;
78
- minTemp: number;
79
- date: Date_YYYY_MM_DD;
80
- totalsnow: number;
81
- maxPressure: number;
82
- maxWindchill: number;
83
- maxHumidity: number;
84
- avgtemp: number;
85
- projectId: number;
86
- minUvIndex: number;
87
- };
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