@edgeiq/edgeiq-api-js 1.2.8 → 1.2.11

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 (172) hide show
  1. package/README.md +55 -55
  2. package/dist/__tests__/auth.test.d.ts +1 -1
  3. package/dist/__tests__/auth.test.js +143 -143
  4. package/dist/__tests__/command.test.d.ts +1 -1
  5. package/dist/__tests__/command.test.js +201 -201
  6. package/dist/__tests__/companies.test.d.ts +1 -1
  7. package/dist/__tests__/companies.test.js +196 -196
  8. package/dist/__tests__/deviceErrors.test.d.ts +1 -1
  9. package/dist/__tests__/deviceErrors.test.js +72 -72
  10. package/dist/__tests__/deviceTypes.test.d.ts +1 -1
  11. package/dist/__tests__/deviceTypes.test.js +172 -172
  12. package/dist/__tests__/devices.test.d.ts +1 -1
  13. package/dist/__tests__/devices.test.js +204 -204
  14. package/dist/__tests__/discoveredDevice.test.d.ts +1 -1
  15. package/dist/__tests__/discoveredDevice.test.js +126 -126
  16. package/dist/__tests__/ingestors.test.d.ts +1 -1
  17. package/dist/__tests__/ingestors.test.js +172 -172
  18. package/dist/__tests__/integrations.test.d.ts +1 -1
  19. package/dist/__tests__/integrations.test.js +211 -192
  20. package/dist/__tests__/notifications.test.d.ts +1 -1
  21. package/dist/__tests__/notifications.test.js +72 -72
  22. package/dist/__tests__/pollableAttributes.test.d.ts +1 -1
  23. package/dist/__tests__/pollableAttributes.test.js +172 -172
  24. package/dist/__tests__/rules.test.d.ts +1 -1
  25. package/dist/__tests__/rules.test.js +172 -172
  26. package/dist/__tests__/translators.test.d.ts +1 -1
  27. package/dist/__tests__/translators.test.js +172 -172
  28. package/dist/__tests__/users.test.d.ts +1 -1
  29. package/dist/__tests__/users.test.js +208 -208
  30. package/dist/auth/index.d.ts +8 -8
  31. package/dist/auth/index.js +158 -158
  32. package/dist/bulkResponses/index.d.ts +8 -8
  33. package/dist/bulkResponses/index.js +124 -124
  34. package/dist/bulkResponses/models.d.ts +43 -43
  35. package/dist/bulkResponses/models.js +2 -2
  36. package/dist/commands/index.d.ts +13 -13
  37. package/dist/commands/index.js +344 -344
  38. package/dist/commands/models.d.ts +38 -38
  39. package/dist/commands/models.js +15 -15
  40. package/dist/companies/index.d.ts +7 -7
  41. package/dist/companies/index.js +198 -198
  42. package/dist/companies/models.d.ts +94 -94
  43. package/dist/companies/models.js +2 -2
  44. package/dist/constants.d.ts +137 -135
  45. package/dist/constants.js +153 -151
  46. package/dist/core/ModelClass.d.ts +13 -13
  47. package/dist/core/ModelClass.js +19 -19
  48. package/dist/core/handleResponseError.d.ts +2 -2
  49. package/dist/core/handleResponseError.js +167 -167
  50. package/dist/core/index.d.ts +19 -19
  51. package/dist/core/index.js +63 -63
  52. package/dist/deviceConfigs/index.d.ts +9 -9
  53. package/dist/deviceConfigs/index.js +224 -224
  54. package/dist/deviceConfigs/models.d.ts +38 -38
  55. package/dist/deviceConfigs/models.js +2 -2
  56. package/dist/deviceErrors/index.d.ts +8 -8
  57. package/dist/deviceErrors/index.js +124 -124
  58. package/dist/deviceErrors/models.d.ts +19 -19
  59. package/dist/deviceErrors/models.js +2 -2
  60. package/dist/deviceLocationObservations/index.d.ts +5 -5
  61. package/dist/deviceLocationObservations/index.js +189 -189
  62. package/dist/deviceLocationObservations/models.d.ts +26 -26
  63. package/dist/deviceLocationObservations/models.js +2 -2
  64. package/dist/deviceTemplates/index.d.ts +9 -9
  65. package/dist/deviceTemplates/index.js +226 -226
  66. package/dist/deviceTemplates/models.d.ts +36 -36
  67. package/dist/deviceTemplates/models.js +2 -2
  68. package/dist/deviceTransferRequests/index.d.ts +7 -7
  69. package/dist/deviceTransferRequests/index.js +198 -198
  70. package/dist/deviceTransferRequests/models.d.ts +26 -26
  71. package/dist/deviceTransferRequests/models.js +2 -2
  72. package/dist/deviceTypes/index.d.ts +20 -20
  73. package/dist/deviceTypes/index.js +464 -464
  74. package/dist/deviceTypes/models.d.ts +104 -104
  75. package/dist/deviceTypes/models.js +2 -2
  76. package/dist/devices/index.d.ts +22 -22
  77. package/dist/devices/index.js +537 -537
  78. package/dist/devices/models.d.ts +113 -113
  79. package/dist/devices/models.js +2 -2
  80. package/dist/discoveredDevices/index.d.ts +15 -15
  81. package/dist/discoveredDevices/index.js +361 -361
  82. package/dist/discoveredDevices/models.d.ts +41 -41
  83. package/dist/discoveredDevices/models.js +2 -2
  84. package/dist/downstreamSystems/index.d.ts +7 -7
  85. package/dist/downstreamSystems/index.js +198 -198
  86. package/dist/downstreamSystems/models.d.ts +17 -17
  87. package/dist/downstreamSystems/models.js +2 -2
  88. package/dist/escrowDevices/index.d.ts +9 -9
  89. package/dist/escrowDevices/index.js +224 -224
  90. package/dist/escrowDevices/models.d.ts +21 -21
  91. package/dist/escrowDevices/models.js +2 -2
  92. package/dist/filtersParser.d.ts +5 -5
  93. package/dist/filtersParser.js +54 -55
  94. package/dist/gatewayCommands/index.d.ts +10 -10
  95. package/dist/gatewayCommands/index.js +261 -261
  96. package/dist/gatewayCommands/models.d.ts +41 -41
  97. package/dist/gatewayCommands/models.js +2 -2
  98. package/dist/helpers.d.ts +3 -3
  99. package/dist/helpers.js +11 -11
  100. package/dist/index.d.ts +61 -61
  101. package/dist/index.js +105 -105
  102. package/dist/ingestors/index.d.ts +9 -9
  103. package/dist/ingestors/index.js +224 -224
  104. package/dist/ingestors/models.d.ts +37 -37
  105. package/dist/ingestors/models.js +2 -2
  106. package/dist/integrations/index.d.ts +10 -9
  107. package/dist/integrations/index.js +340 -306
  108. package/dist/integrations/models.d.ts +75 -61
  109. package/dist/integrations/models.js +2 -2
  110. package/dist/models/index.d.ts +1893 -1893
  111. package/dist/models/index.js +2 -2
  112. package/dist/models.d.ts +67 -67
  113. package/dist/models.js +2 -2
  114. package/dist/notifications/index.d.ts +8 -8
  115. package/dist/notifications/index.js +124 -124
  116. package/dist/notifications/models.d.ts +19 -19
  117. package/dist/notifications/models.js +2 -2
  118. package/dist/pollableAttributes/index.d.ts +7 -7
  119. package/dist/pollableAttributes/index.js +198 -198
  120. package/dist/pollableAttributes/models.d.ts +28 -28
  121. package/dist/pollableAttributes/models.js +2 -2
  122. package/dist/regions/index.d.ts +5 -5
  123. package/dist/regions/index.js +173 -173
  124. package/dist/regions/models.d.ts +17 -17
  125. package/dist/regions/models.js +2 -2
  126. package/dist/reports/index.d.ts +8 -8
  127. package/dist/reports/index.js +199 -199
  128. package/dist/reports/models.d.ts +25 -25
  129. package/dist/reports/models.js +2 -2
  130. package/dist/rules/index.d.ts +9 -9
  131. package/dist/rules/index.js +224 -224
  132. package/dist/rules/models.d.ts +108 -108
  133. package/dist/rules/models.js +2 -2
  134. package/dist/secrets/index.d.ts +5 -5
  135. package/dist/secrets/index.js +173 -173
  136. package/dist/secrets/models.d.ts +16 -16
  137. package/dist/secrets/models.js +2 -2
  138. package/dist/softwareUpdates/index.d.ts +9 -9
  139. package/dist/softwareUpdates/index.js +224 -224
  140. package/dist/softwareUpdates/models.d.ts +22 -22
  141. package/dist/softwareUpdates/models.js +2 -2
  142. package/dist/stats/index.d.ts +9 -9
  143. package/dist/stats/index.js +140 -140
  144. package/dist/stats/models.d.ts +27 -27
  145. package/dist/stats/models.js +2 -2
  146. package/dist/systemCommandJobs/index.d.ts +5 -5
  147. package/dist/systemCommandJobs/index.js +173 -173
  148. package/dist/systemCommandJobs/models.d.ts +32 -32
  149. package/dist/systemCommandJobs/models.js +2 -2
  150. package/dist/systemCommands/index.d.ts +7 -7
  151. package/dist/systemCommands/index.js +198 -198
  152. package/dist/systemCommands/models.d.ts +32 -32
  153. package/dist/systemCommands/models.js +2 -2
  154. package/dist/testConstants.d.ts +47 -47
  155. package/dist/testConstants.js +229 -229
  156. package/dist/translators/index.d.ts +9 -9
  157. package/dist/translators/index.js +224 -224
  158. package/dist/translators/models.d.ts +21 -21
  159. package/dist/translators/models.js +2 -2
  160. package/dist/userTypes/index.d.ts +7 -7
  161. package/dist/userTypes/index.js +198 -198
  162. package/dist/userTypes/models.d.ts +79 -79
  163. package/dist/userTypes/models.js +2 -2
  164. package/dist/users/index.d.ts +12 -12
  165. package/dist/users/index.js +300 -300
  166. package/dist/users/models.d.ts +41 -41
  167. package/dist/users/models.js +2 -2
  168. package/package.json +56 -56
  169. package/dist/__tests__/testConstants.d.ts +0 -7
  170. package/dist/__tests__/testConstants.js +0 -14
  171. package/dist/example/index.d.ts +0 -1
  172. package/dist/example/index.js +0 -5
@@ -1,94 +1,94 @@
1
- import { Base, Filter, Filters, Pagination } from '../models';
2
- export interface Branding {
3
- logo_url: string;
4
- icon_url: string;
5
- primary_color: string;
6
- logo_background_color: string;
7
- portal_title: string;
8
- }
9
- export interface Aliases {
10
- gateway: string;
11
- device: string;
12
- }
13
- export interface ViewAbilities {
14
- dashboard: boolean;
15
- gateways: boolean;
16
- devices: boolean;
17
- reports: boolean;
18
- errors: boolean;
19
- customers: boolean;
20
- roles: boolean;
21
- companies: boolean;
22
- integrations: boolean;
23
- notifications: boolean;
24
- firmware: boolean;
25
- }
26
- export interface PortalConfiguration {
27
- navigation: PortalNavigationVisibility;
28
- reports_options: ReportsOptions;
29
- widgets: WidgetVisibility;
30
- }
31
- export interface PortalNavigationVisibility {
32
- action_hub_hidden: boolean;
33
- onboarding_hidden: boolean;
34
- overview_hidden: boolean;
35
- messages_hidden: boolean;
36
- alerts_hidden: boolean;
37
- lifecycle_hidden: boolean;
38
- devices_hidden: boolean;
39
- rules_hidden: boolean;
40
- software_hidden: boolean;
41
- integrations_hidden: boolean;
42
- users_hidden: boolean;
43
- roles_hidden: boolean;
44
- companies_hidden: boolean;
45
- configs_hidden: boolean;
46
- ingest_hidden: boolean;
47
- transfers_hidden: boolean;
48
- ha_groups_hidden: boolean;
49
- reports_hidden: boolean;
50
- secrets_hidden: boolean;
51
- pollable_attributes_hidden: boolean;
52
- }
53
- export interface ReportsOptions {
54
- time_filter_options: TimeFilterOption[];
55
- }
56
- export interface TimeFilterOption {
57
- display: string;
58
- value: string;
59
- }
60
- export interface WidgetVisibility {
61
- software_updates_hidden: boolean;
62
- data_usage_hidden: boolean;
63
- }
64
- export interface CompanyInput {
65
- _id: string;
66
- company_id: string;
67
- name: string;
68
- view_abilities: ViewAbilities;
69
- portal_configuration: PortalConfiguration;
70
- website?: string;
71
- branding?: Branding;
72
- aliases?: Aliases;
73
- metadata?: {
74
- [key: string]: unknown;
75
- };
76
- inherited_device_type_ids?: string[];
77
- inherited_integration_ids?: string[];
78
- inherited_ingestor_ids?: string[];
79
- inherited_translator_ids?: string[];
80
- inherited_rule_ids?: string[];
81
- inherited_pollable_attributes_ids?: string[];
82
- inherited_workflow_definition_ids?: string[];
83
- device_tags?: string[];
84
- }
85
- export interface Company extends CompanyInput, Base {
86
- }
87
- export interface CompaniesFilters extends Filters {
88
- name?: Filter;
89
- website?: Filter;
90
- }
91
- export interface PaginatedCompanies {
92
- companies: Company[];
93
- pagination: Pagination;
94
- }
1
+ import { Base, Filter, Filters, Pagination } from '../models';
2
+ export interface Branding {
3
+ logo_url: string;
4
+ icon_url: string;
5
+ primary_color: string;
6
+ logo_background_color: string;
7
+ portal_title: string;
8
+ }
9
+ export interface Aliases {
10
+ gateway: string;
11
+ device: string;
12
+ }
13
+ export interface ViewAbilities {
14
+ dashboard: boolean;
15
+ gateways: boolean;
16
+ devices: boolean;
17
+ reports: boolean;
18
+ errors: boolean;
19
+ customers: boolean;
20
+ roles: boolean;
21
+ companies: boolean;
22
+ integrations: boolean;
23
+ notifications: boolean;
24
+ firmware: boolean;
25
+ }
26
+ export interface PortalConfiguration {
27
+ navigation: PortalNavigationVisibility;
28
+ reports_options: ReportsOptions;
29
+ widgets: WidgetVisibility;
30
+ }
31
+ export interface PortalNavigationVisibility {
32
+ action_hub_hidden: boolean;
33
+ onboarding_hidden: boolean;
34
+ overview_hidden: boolean;
35
+ messages_hidden: boolean;
36
+ alerts_hidden: boolean;
37
+ lifecycle_hidden: boolean;
38
+ devices_hidden: boolean;
39
+ rules_hidden: boolean;
40
+ software_hidden: boolean;
41
+ integrations_hidden: boolean;
42
+ users_hidden: boolean;
43
+ roles_hidden: boolean;
44
+ companies_hidden: boolean;
45
+ configs_hidden: boolean;
46
+ ingest_hidden: boolean;
47
+ transfers_hidden: boolean;
48
+ ha_groups_hidden: boolean;
49
+ reports_hidden: boolean;
50
+ secrets_hidden: boolean;
51
+ pollable_attributes_hidden: boolean;
52
+ }
53
+ export interface ReportsOptions {
54
+ time_filter_options: TimeFilterOption[];
55
+ }
56
+ export interface TimeFilterOption {
57
+ display: string;
58
+ value: string;
59
+ }
60
+ export interface WidgetVisibility {
61
+ software_updates_hidden: boolean;
62
+ data_usage_hidden: boolean;
63
+ }
64
+ export interface CompanyInput {
65
+ _id: string;
66
+ company_id: string;
67
+ name: string;
68
+ view_abilities: ViewAbilities;
69
+ portal_configuration: PortalConfiguration;
70
+ website?: string;
71
+ branding?: Branding;
72
+ aliases?: Aliases;
73
+ metadata?: {
74
+ [key: string]: unknown;
75
+ };
76
+ inherited_device_type_ids?: string[];
77
+ inherited_integration_ids?: string[];
78
+ inherited_ingestor_ids?: string[];
79
+ inherited_translator_ids?: string[];
80
+ inherited_rule_ids?: string[];
81
+ inherited_pollable_attributes_ids?: string[];
82
+ inherited_workflow_definition_ids?: string[];
83
+ device_tags?: string[];
84
+ }
85
+ export interface Company extends CompanyInput, Base {
86
+ }
87
+ export interface CompaniesFilters extends Filters {
88
+ name?: Filter;
89
+ website?: Filter;
90
+ }
91
+ export interface PaginatedCompanies {
92
+ companies: Company[];
93
+ pagination: Pagination;
94
+ }
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,135 +1,137 @@
1
- export declare const defaultBaseUrl = "https://api.edgeiq.io/api/v1/platform/";
2
- export declare const Errors: {
3
- noInstance: string;
4
- instanceInitiated: string;
5
- };
6
- export declare const ResponseErrorsNames: {
7
- disconnected: string;
8
- unauthorized: string;
9
- timeout: string;
10
- credentials: string;
11
- issueCommand: string;
12
- csvUpload: string;
13
- fileUpload: string;
14
- duplicatedDevice: string;
15
- deviceCharacters: string;
16
- duplicateKey: string;
17
- uniqueConstraint: string;
18
- deviceConfig: string;
19
- unEditableIntegration: string;
20
- integrationMissinValues: string;
21
- createError: string;
22
- unexpected: string;
23
- deviceLocationMissingValues: string;
24
- };
25
- export declare const ResponseErrorsMessages: {
26
- disconnected: string;
27
- unauthorized: string;
28
- timeout: string;
29
- credentials: string;
30
- noUser: string;
31
- invalidPassword: string;
32
- token: string;
33
- notFound: string;
34
- issueCommand: string;
35
- csvUpload: string;
36
- fileUpload: string;
37
- deviceId: (unique_id: string) => string;
38
- deviceCharacters: string;
39
- emailUsed: (email: string) => string;
40
- uniqueConstraint: (model: string) => string;
41
- unEditableIntegration: (type: string) => string;
42
- integrationMissinValues: (type: string, values: string[]) => string;
43
- unexpected: string;
44
- invalidTokenExpiration: string;
45
- };
46
- export declare const ErrorParts: {
47
- deviceExists: string;
48
- uniqueIdError: string;
49
- duplicateKey: string;
50
- uniqueConstraint: string;
51
- };
52
- export declare const getAttachMessage: (model: string, action: string, baseModel: string) => string;
53
- export declare const BaseEndpoints: {
54
- auth: string;
55
- bulkResponse: string;
56
- notification: string;
57
- command: string;
58
- company: string;
59
- deviceConfig: string;
60
- deviceError: string;
61
- deviceTransferRequest: string;
62
- deviceTemplate: string;
63
- deviceType: string;
64
- device: string;
65
- deviceLocationObservation: string;
66
- discoveredDevice: string;
67
- downstreamSystem: string;
68
- escrowDevice: string;
69
- file: string;
70
- gatewayCommand: string;
71
- gatewayCsvUpload: string;
72
- ingestor: string;
73
- integration: string;
74
- pollableAttribute: string;
75
- region: string;
76
- report: string;
77
- rule: string;
78
- secret: string;
79
- softwareUpdate: string;
80
- stats: string;
81
- systemCommand: string;
82
- systemCommandJob: string;
83
- translator: string;
84
- userType: string;
85
- user: string;
86
- };
87
- export declare const Endpoints: {
88
- me: string;
89
- login: string;
90
- apiTokenReset: string;
91
- passwordResetRequest: string;
92
- passwordReset: string;
93
- bulkResponse: string;
94
- notification: string;
95
- command: string;
96
- company: string;
97
- deviceConfig: string;
98
- deviceError: string;
99
- deviceTransferRequest: string;
100
- deviceTemplate: string;
101
- deviceType: string;
102
- device: string;
103
- deviceLocationObservation: string;
104
- downstreamSystem: string;
105
- discoveredDevice: string;
106
- escrowDevice: string;
107
- gatewayCommand: string;
108
- ingestor: string;
109
- integration: string;
110
- pollableAttribute: string;
111
- region: string;
112
- report: string;
113
- rule: string;
114
- secret: string;
115
- softwareUpdate: string;
116
- statsDevicesByHeartbeat: string;
117
- statsDiscoveredDevicesByHeartbeat: string;
118
- statsDevicesByType: string;
119
- statsCellUsage: string;
120
- systemCommand: string;
121
- systemCommandJob: string;
122
- translator: string;
123
- userType: string;
124
- user: string;
125
- };
126
- export declare const MethodsActions: {
127
- post: string;
128
- put: string;
129
- delete: string;
130
- get: string;
131
- };
132
- export declare const DefaultPagination: {
133
- page: number;
134
- itemsPerPage: number;
135
- };
1
+ export declare const defaultBaseUrl = "https://api.edgeiq.io/api/v1/platform/";
2
+ export declare const Errors: {
3
+ noInstance: string;
4
+ instanceInitiated: string;
5
+ };
6
+ export declare const ResponseErrorsNames: {
7
+ disconnected: string;
8
+ unauthorized: string;
9
+ timeout: string;
10
+ credentials: string;
11
+ issueCommand: string;
12
+ csvUpload: string;
13
+ fileUpload: string;
14
+ duplicatedDevice: string;
15
+ deviceCharacters: string;
16
+ duplicateKey: string;
17
+ uniqueConstraint: string;
18
+ deviceConfig: string;
19
+ unEditableIntegration: string;
20
+ integrationMissinValues: string;
21
+ createError: string;
22
+ unexpected: string;
23
+ deviceLocationMissingValues: string;
24
+ };
25
+ export declare const ResponseErrorsMessages: {
26
+ disconnected: string;
27
+ unauthorized: string;
28
+ timeout: string;
29
+ credentials: string;
30
+ noUser: string;
31
+ invalidPassword: string;
32
+ token: string;
33
+ notFound: string;
34
+ issueCommand: string;
35
+ csvUpload: string;
36
+ fileUpload: string;
37
+ deviceId: (unique_id: string) => string;
38
+ deviceCharacters: string;
39
+ emailUsed: (email: string) => string;
40
+ uniqueConstraint: (model: string) => string;
41
+ unEditableIntegration: (type: string) => string;
42
+ integrationMissinValues: (type: string, values: string[]) => string;
43
+ unexpected: string;
44
+ invalidTokenExpiration: string;
45
+ };
46
+ export declare const ErrorParts: {
47
+ deviceExists: string;
48
+ uniqueIdError: string;
49
+ duplicateKey: string;
50
+ uniqueConstraint: string;
51
+ };
52
+ export declare const getAttachMessage: (model: string, action: string, baseModel: string) => string;
53
+ export declare const BaseEndpoints: {
54
+ auth: string;
55
+ bulkResponse: string;
56
+ notification: string;
57
+ command: string;
58
+ company: string;
59
+ deviceConfig: string;
60
+ deviceError: string;
61
+ deviceTransferRequest: string;
62
+ deviceTemplate: string;
63
+ deviceType: string;
64
+ device: string;
65
+ deviceLocationObservation: string;
66
+ discoveredDevice: string;
67
+ downstreamSystem: string;
68
+ escrowDevice: string;
69
+ file: string;
70
+ gatewayCommand: string;
71
+ gatewayCsvUpload: string;
72
+ ingestor: string;
73
+ integration: string;
74
+ integrationEvent: string;
75
+ pollableAttribute: string;
76
+ region: string;
77
+ report: string;
78
+ rule: string;
79
+ secret: string;
80
+ softwareUpdate: string;
81
+ stats: string;
82
+ systemCommand: string;
83
+ systemCommandJob: string;
84
+ translator: string;
85
+ userType: string;
86
+ user: string;
87
+ };
88
+ export declare const Endpoints: {
89
+ me: string;
90
+ login: string;
91
+ apiTokenReset: string;
92
+ passwordResetRequest: string;
93
+ passwordReset: string;
94
+ bulkResponse: string;
95
+ notification: string;
96
+ command: string;
97
+ company: string;
98
+ deviceConfig: string;
99
+ deviceError: string;
100
+ deviceTransferRequest: string;
101
+ deviceTemplate: string;
102
+ deviceType: string;
103
+ device: string;
104
+ deviceLocationObservation: string;
105
+ downstreamSystem: string;
106
+ discoveredDevice: string;
107
+ escrowDevice: string;
108
+ gatewayCommand: string;
109
+ ingestor: string;
110
+ integration: string;
111
+ integrationEvent: string;
112
+ pollableAttribute: string;
113
+ region: string;
114
+ report: string;
115
+ rule: string;
116
+ secret: string;
117
+ softwareUpdate: string;
118
+ statsDevicesByHeartbeat: string;
119
+ statsDiscoveredDevicesByHeartbeat: string;
120
+ statsDevicesByType: string;
121
+ statsCellUsage: string;
122
+ systemCommand: string;
123
+ systemCommandJob: string;
124
+ translator: string;
125
+ userType: string;
126
+ user: string;
127
+ };
128
+ export declare const MethodsActions: {
129
+ post: string;
130
+ put: string;
131
+ delete: string;
132
+ get: string;
133
+ };
134
+ export declare const DefaultPagination: {
135
+ page: number;
136
+ itemsPerPage: number;
137
+ };