@edgeiq/edgeiq-api-js 1.2.14 → 1.2.15

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 (174) 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 -211
  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__/testConstants.d.ts +7 -0
  27. package/dist/__tests__/testConstants.js +14 -0
  28. package/dist/__tests__/translators.test.d.ts +1 -1
  29. package/dist/__tests__/translators.test.js +172 -172
  30. package/dist/__tests__/users.test.d.ts +1 -1
  31. package/dist/__tests__/users.test.js +208 -208
  32. package/dist/auth/index.d.ts +8 -8
  33. package/dist/auth/index.js +158 -158
  34. package/dist/bulkResponses/index.d.ts +8 -8
  35. package/dist/bulkResponses/index.js +124 -124
  36. package/dist/bulkResponses/models.d.ts +43 -43
  37. package/dist/bulkResponses/models.js +2 -2
  38. package/dist/commands/index.d.ts +14 -14
  39. package/dist/commands/index.js +344 -344
  40. package/dist/commands/models.d.ts +38 -38
  41. package/dist/commands/models.js +15 -15
  42. package/dist/companies/index.d.ts +7 -7
  43. package/dist/companies/index.js +198 -198
  44. package/dist/companies/models.d.ts +94 -94
  45. package/dist/companies/models.js +2 -2
  46. package/dist/constants.d.ts +139 -137
  47. package/dist/constants.js +155 -153
  48. package/dist/core/ModelClass.d.ts +13 -13
  49. package/dist/core/ModelClass.js +19 -19
  50. package/dist/core/handleResponseError.d.ts +2 -2
  51. package/dist/core/handleResponseError.js +167 -167
  52. package/dist/core/index.d.ts +19 -19
  53. package/dist/core/index.js +63 -63
  54. package/dist/deviceConfigs/index.d.ts +9 -9
  55. package/dist/deviceConfigs/index.js +224 -224
  56. package/dist/deviceConfigs/models.d.ts +38 -38
  57. package/dist/deviceConfigs/models.js +2 -2
  58. package/dist/deviceErrors/index.d.ts +8 -8
  59. package/dist/deviceErrors/index.js +124 -124
  60. package/dist/deviceErrors/models.d.ts +19 -19
  61. package/dist/deviceErrors/models.js +2 -2
  62. package/dist/deviceLocationObservations/index.d.ts +5 -5
  63. package/dist/deviceLocationObservations/index.js +189 -189
  64. package/dist/deviceLocationObservations/models.d.ts +26 -26
  65. package/dist/deviceLocationObservations/models.js +2 -2
  66. package/dist/deviceTemplates/index.d.ts +9 -9
  67. package/dist/deviceTemplates/index.js +226 -226
  68. package/dist/deviceTemplates/models.d.ts +36 -36
  69. package/dist/deviceTemplates/models.js +2 -2
  70. package/dist/deviceTransferRequests/index.d.ts +7 -7
  71. package/dist/deviceTransferRequests/index.js +198 -198
  72. package/dist/deviceTransferRequests/models.d.ts +26 -26
  73. package/dist/deviceTransferRequests/models.js +2 -2
  74. package/dist/deviceTypes/index.d.ts +20 -20
  75. package/dist/deviceTypes/index.js +464 -464
  76. package/dist/deviceTypes/models.d.ts +104 -104
  77. package/dist/deviceTypes/models.js +2 -2
  78. package/dist/devices/index.d.ts +26 -22
  79. package/dist/devices/index.js +588 -537
  80. package/dist/devices/models.d.ts +113 -113
  81. package/dist/devices/models.js +2 -2
  82. package/dist/discoveredDevices/index.d.ts +15 -15
  83. package/dist/discoveredDevices/index.js +361 -361
  84. package/dist/discoveredDevices/models.d.ts +41 -41
  85. package/dist/discoveredDevices/models.js +2 -2
  86. package/dist/downstreamSystems/index.d.ts +7 -7
  87. package/dist/downstreamSystems/index.js +198 -198
  88. package/dist/downstreamSystems/models.d.ts +17 -17
  89. package/dist/downstreamSystems/models.js +2 -2
  90. package/dist/escrowDevices/index.d.ts +9 -9
  91. package/dist/escrowDevices/index.js +224 -224
  92. package/dist/escrowDevices/models.d.ts +21 -21
  93. package/dist/escrowDevices/models.js +2 -2
  94. package/dist/example/index.d.ts +1 -0
  95. package/dist/example/index.js +5 -0
  96. package/dist/filtersParser.d.ts +5 -5
  97. package/dist/filtersParser.js +54 -54
  98. package/dist/gatewayCommands/index.d.ts +10 -10
  99. package/dist/gatewayCommands/index.js +261 -261
  100. package/dist/gatewayCommands/models.d.ts +41 -41
  101. package/dist/gatewayCommands/models.js +2 -2
  102. package/dist/helpers.d.ts +3 -3
  103. package/dist/helpers.js +11 -11
  104. package/dist/index.d.ts +61 -61
  105. package/dist/index.js +105 -105
  106. package/dist/ingestors/index.d.ts +9 -9
  107. package/dist/ingestors/index.js +224 -224
  108. package/dist/ingestors/models.d.ts +37 -37
  109. package/dist/ingestors/models.js +2 -2
  110. package/dist/integrations/index.d.ts +10 -10
  111. package/dist/integrations/index.js +340 -340
  112. package/dist/integrations/models.d.ts +75 -75
  113. package/dist/integrations/models.js +2 -2
  114. package/dist/log/models.d.ts +6 -0
  115. package/dist/log/models.js +2 -0
  116. package/dist/models/index.d.ts +1893 -1893
  117. package/dist/models/index.js +2 -2
  118. package/dist/models.d.ts +67 -67
  119. package/dist/models.js +2 -2
  120. package/dist/notifications/index.d.ts +8 -8
  121. package/dist/notifications/index.js +124 -124
  122. package/dist/notifications/models.d.ts +19 -19
  123. package/dist/notifications/models.js +2 -2
  124. package/dist/pollableAttributes/index.d.ts +7 -7
  125. package/dist/pollableAttributes/index.js +198 -198
  126. package/dist/pollableAttributes/models.d.ts +40 -40
  127. package/dist/pollableAttributes/models.js +2 -2
  128. package/dist/regions/index.d.ts +5 -5
  129. package/dist/regions/index.js +173 -173
  130. package/dist/regions/models.d.ts +17 -17
  131. package/dist/regions/models.js +2 -2
  132. package/dist/reports/index.d.ts +8 -8
  133. package/dist/reports/index.js +199 -199
  134. package/dist/reports/models.d.ts +25 -25
  135. package/dist/reports/models.js +2 -2
  136. package/dist/rules/index.d.ts +9 -9
  137. package/dist/rules/index.js +224 -224
  138. package/dist/rules/models.d.ts +108 -108
  139. package/dist/rules/models.js +2 -2
  140. package/dist/secrets/index.d.ts +8 -8
  141. package/dist/secrets/index.js +199 -199
  142. package/dist/secrets/models.d.ts +17 -17
  143. package/dist/secrets/models.js +2 -2
  144. package/dist/softwareUpdates/index.d.ts +9 -9
  145. package/dist/softwareUpdates/index.js +224 -224
  146. package/dist/softwareUpdates/models.d.ts +22 -22
  147. package/dist/softwareUpdates/models.js +2 -2
  148. package/dist/stats/index.d.ts +9 -9
  149. package/dist/stats/index.js +140 -140
  150. package/dist/stats/models.d.ts +27 -27
  151. package/dist/stats/models.js +2 -2
  152. package/dist/systemCommandJobs/index.d.ts +5 -5
  153. package/dist/systemCommandJobs/index.js +173 -173
  154. package/dist/systemCommandJobs/models.d.ts +32 -32
  155. package/dist/systemCommandJobs/models.js +2 -2
  156. package/dist/systemCommands/index.d.ts +7 -7
  157. package/dist/systemCommands/index.js +198 -198
  158. package/dist/systemCommands/models.d.ts +32 -32
  159. package/dist/systemCommands/models.js +2 -2
  160. package/dist/testConstants.d.ts +47 -47
  161. package/dist/testConstants.js +229 -229
  162. package/dist/translators/index.d.ts +9 -9
  163. package/dist/translators/index.js +224 -224
  164. package/dist/translators/models.d.ts +21 -21
  165. package/dist/translators/models.js +2 -2
  166. package/dist/userTypes/index.d.ts +7 -7
  167. package/dist/userTypes/index.js +198 -198
  168. package/dist/userTypes/models.d.ts +79 -79
  169. package/dist/userTypes/models.js +2 -2
  170. package/dist/users/index.d.ts +12 -12
  171. package/dist/users/index.js +300 -300
  172. package/dist/users/models.d.ts +41 -41
  173. package/dist/users/models.js +2 -2
  174. package/package.json +56 -56
@@ -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,137 +1,139 @@
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
- };
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
+ logs: string;
88
+ };
89
+ export declare const Endpoints: {
90
+ me: string;
91
+ login: string;
92
+ apiTokenReset: string;
93
+ passwordResetRequest: string;
94
+ passwordReset: string;
95
+ bulkResponse: string;
96
+ notification: string;
97
+ command: string;
98
+ company: string;
99
+ deviceConfig: string;
100
+ deviceError: string;
101
+ deviceTransferRequest: string;
102
+ deviceTemplate: string;
103
+ deviceType: string;
104
+ device: string;
105
+ deviceLocationObservation: string;
106
+ downstreamSystem: string;
107
+ discoveredDevice: string;
108
+ escrowDevice: string;
109
+ gatewayCommand: string;
110
+ ingestor: string;
111
+ integration: string;
112
+ integrationEvent: string;
113
+ pollableAttribute: string;
114
+ region: string;
115
+ report: string;
116
+ rule: string;
117
+ secret: string;
118
+ softwareUpdate: string;
119
+ statsDevicesByHeartbeat: string;
120
+ statsDiscoveredDevicesByHeartbeat: string;
121
+ statsDevicesByType: string;
122
+ statsCellUsage: string;
123
+ systemCommand: string;
124
+ systemCommandJob: string;
125
+ translator: string;
126
+ userType: string;
127
+ user: string;
128
+ logs: string;
129
+ };
130
+ export declare const MethodsActions: {
131
+ post: string;
132
+ put: string;
133
+ delete: string;
134
+ get: string;
135
+ };
136
+ export declare const DefaultPagination: {
137
+ page: number;
138
+ itemsPerPage: number;
139
+ };