@edgeiq/edgeiq-api-js 1.12.4 → 1.12.5

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.
@@ -1,6 +1,7 @@
1
1
  import { Base, Filter, Filters, Pagination } from '../models';
2
2
  export declare type VersionSourceType = 'apt' | 'snap';
3
3
  export interface SoftwareVersion extends Base {
4
+ id: string;
4
5
  device_id: string;
5
6
  name: string;
6
7
  notes?: string;
@@ -14,7 +14,7 @@ export interface PaginatedTimeseriesDeviceEventStatusChanges {
14
14
  pagination: Pagination;
15
15
  }
16
16
  export declare type Aggregation = 'count' | 'sum' | 'avg' | 'min' | 'max' | 'stddev' | 'variance' | 'median' | 'histogram' | `p${number}`;
17
- export declare type TimeseriesTable = 'device_events' | 'heartbeats' | 'reports' | 'settings_application_record' | 'command_executions' | 'command_execution_statuses' | 'workflow_executions' | 'workflow_execution_statuses' | 'gateway_commands' | 'device_errors' | 'notifications' | 'integration_events' | 'bulk_response_statuses' | 'bulk_responses' | 'network_interface_infos' | 'network_interface_latency_reports' | 'network_interface_performance_reports' | 'network_interface_reports' | 'user_events';
17
+ export declare type TimeseriesTable = 'device_events' | 'heartbeats' | 'reports' | 'settings_application_record' | 'command_executions' | 'command_execution_statuses' | 'agg_workflow_executions' | 'gateway_commands' | 'device_errors' | 'notifications' | 'integration_events' | 'bulk_response_statuses' | 'bulk_responses' | 'network_interface_infos' | 'network_interface_latency_reports' | 'network_interface_performance_reports' | 'network_interface_reports' | 'user_events';
18
18
  export interface GenericTimeseriesQuery extends Filters {
19
19
  metrics?: string | string[];
20
20
  aggregation?: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.12.4",
3
+ "version": "1.12.5",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",
@@ -50,7 +50,10 @@
50
50
  "lint-staged": "^11.2.0",
51
51
  "prettier": "^2.4.1",
52
52
  "ts-jest": "^27.0.5",
53
- "typescript": "^4.4.3"
53
+ "typescript": "^4.4.3",
54
+ "form-data": "^4.0.4",
55
+ "cross-spawn": "^7.0.6",
56
+ "@babel/helpers": "^7.26.10"
54
57
  },
55
58
  "files": [
56
59
  "dist/**/*"