@edgeiq/edgeiq-api-js 1.4.3 → 1.4.4

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 (210) 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 +159 -159
  4. package/dist/__tests__/command.test.d.ts +1 -1
  5. package/dist/__tests__/command.test.js +212 -212
  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 +232 -232
  14. package/dist/__tests__/discoveredDevice.test.d.ts +1 -1
  15. package/dist/__tests__/discoveredDevice.test.js +155 -155
  16. package/dist/__tests__/files.test.d.ts +1 -1
  17. package/dist/__tests__/files.test.js +162 -162
  18. package/dist/__tests__/ingestors.test.d.ts +1 -1
  19. package/dist/__tests__/ingestors.test.js +198 -198
  20. package/dist/__tests__/integrations.test.d.ts +1 -1
  21. package/dist/__tests__/integrations.test.js +211 -211
  22. package/dist/__tests__/lwm2m.test.d.ts +1 -1
  23. package/dist/__tests__/lwm2m.test.js +73 -73
  24. package/dist/__tests__/notifications.test.d.ts +1 -1
  25. package/dist/__tests__/notifications.test.js +72 -72
  26. package/dist/__tests__/pollableAttributes.test.d.ts +1 -1
  27. package/dist/__tests__/pollableAttributes.test.js +172 -172
  28. package/dist/__tests__/rules.test.d.ts +1 -1
  29. package/dist/__tests__/rules.test.js +172 -172
  30. package/dist/__tests__/translators.test.d.ts +1 -1
  31. package/dist/__tests__/translators.test.js +172 -172
  32. package/dist/__tests__/users.test.d.ts +1 -1
  33. package/dist/__tests__/users.test.js +208 -208
  34. package/dist/auth/index.d.ts +9 -9
  35. package/dist/auth/index.js +183 -183
  36. package/dist/bulkResponses/index.d.ts +8 -8
  37. package/dist/bulkResponses/index.js +124 -124
  38. package/dist/bulkResponses/models.d.ts +44 -44
  39. package/dist/bulkResponses/models.js +2 -2
  40. package/dist/commandExecutions/index.d.ts +8 -8
  41. package/dist/commandExecutions/index.js +220 -220
  42. package/dist/commandExecutions/models.d.ts +25 -25
  43. package/dist/commandExecutions/models.js +2 -2
  44. package/dist/commands/index.d.ts +18 -18
  45. package/dist/commands/index.js +378 -378
  46. package/dist/commands/models.d.ts +39 -41
  47. package/dist/commands/models.js +16 -16
  48. package/dist/companies/index.d.ts +10 -10
  49. package/dist/companies/index.js +246 -246
  50. package/dist/companies/models.d.ts +110 -110
  51. package/dist/companies/models.js +2 -2
  52. package/dist/configurations/index.d.ts +9 -9
  53. package/dist/configurations/index.js +223 -223
  54. package/dist/configurations/models.d.ts +34 -34
  55. package/dist/configurations/models.js +2 -2
  56. package/dist/constants.d.ts +153 -153
  57. package/dist/constants.js +169 -169
  58. package/dist/core/ModelClass.d.ts +13 -13
  59. package/dist/core/ModelClass.js +19 -19
  60. package/dist/core/handleResponseError.d.ts +2 -2
  61. package/dist/core/handleResponseError.js +167 -167
  62. package/dist/core/index.d.ts +19 -19
  63. package/dist/core/index.js +63 -63
  64. package/dist/deviceConfigs/index.d.ts +9 -9
  65. package/dist/deviceConfigs/index.js +224 -224
  66. package/dist/deviceConfigs/models.d.ts +38 -38
  67. package/dist/deviceConfigs/models.js +2 -2
  68. package/dist/deviceErrors/index.d.ts +8 -8
  69. package/dist/deviceErrors/index.js +124 -124
  70. package/dist/deviceErrors/models.d.ts +19 -19
  71. package/dist/deviceErrors/models.js +2 -2
  72. package/dist/deviceFiles/index.d.ts +9 -0
  73. package/dist/deviceFiles/index.js +278 -0
  74. package/dist/deviceFiles/models.d.ts +17 -0
  75. package/dist/deviceFiles/models.js +2 -0
  76. package/dist/deviceLocationObservations/index.d.ts +5 -5
  77. package/dist/deviceLocationObservations/index.js +189 -189
  78. package/dist/deviceLocationObservations/models.d.ts +26 -26
  79. package/dist/deviceLocationObservations/models.js +2 -2
  80. package/dist/deviceTemplates/index.d.ts +9 -9
  81. package/dist/deviceTemplates/index.js +226 -226
  82. package/dist/deviceTemplates/models.d.ts +36 -36
  83. package/dist/deviceTemplates/models.js +2 -2
  84. package/dist/deviceTransferRequests/index.d.ts +10 -10
  85. package/dist/deviceTransferRequests/index.js +247 -247
  86. package/dist/deviceTransferRequests/models.d.ts +26 -26
  87. package/dist/deviceTransferRequests/models.js +2 -2
  88. package/dist/deviceTypes/index.d.ts +20 -20
  89. package/dist/deviceTypes/index.js +464 -464
  90. package/dist/deviceTypes/models.d.ts +109 -109
  91. package/dist/deviceTypes/models.js +2 -2
  92. package/dist/devices/index.d.ts +32 -32
  93. package/dist/devices/index.js +730 -730
  94. package/dist/devices/models.d.ts +127 -127
  95. package/dist/devices/models.js +2 -2
  96. package/dist/discoveredDevices/index.d.ts +15 -15
  97. package/dist/discoveredDevices/index.js +361 -361
  98. package/dist/discoveredDevices/models.d.ts +41 -41
  99. package/dist/discoveredDevices/models.js +2 -2
  100. package/dist/downstreamSystems/index.d.ts +7 -7
  101. package/dist/downstreamSystems/index.js +198 -198
  102. package/dist/downstreamSystems/models.d.ts +17 -17
  103. package/dist/downstreamSystems/models.js +2 -2
  104. package/dist/escrowDevices/index.d.ts +9 -9
  105. package/dist/escrowDevices/index.js +224 -224
  106. package/dist/escrowDevices/models.d.ts +32 -32
  107. package/dist/escrowDevices/models.js +2 -2
  108. package/dist/files/index.d.ts +11 -11
  109. package/dist/files/index.js +278 -278
  110. package/dist/files/models.d.ts +20 -20
  111. package/dist/files/models.js +2 -2
  112. package/dist/filtersParser.d.ts +5 -5
  113. package/dist/filtersParser.js +54 -54
  114. package/dist/gatewayCommands/index.d.ts +9 -9
  115. package/dist/gatewayCommands/index.js +224 -224
  116. package/dist/gatewayCommands/models.d.ts +81 -81
  117. package/dist/gatewayCommands/models.js +2 -2
  118. package/dist/helpers.d.ts +3 -3
  119. package/dist/helpers.js +11 -11
  120. package/dist/index.d.ts +74 -74
  121. package/dist/index.js +124 -124
  122. package/dist/ingestors/index.d.ts +9 -9
  123. package/dist/ingestors/index.js +224 -224
  124. package/dist/ingestors/models.d.ts +97 -97
  125. package/dist/ingestors/models.js +2 -2
  126. package/dist/integrations/index.d.ts +10 -10
  127. package/dist/integrations/index.js +340 -340
  128. package/dist/integrations/models.d.ts +76 -76
  129. package/dist/integrations/models.js +2 -2
  130. package/dist/log/models.d.ts +6 -6
  131. package/dist/log/models.js +2 -2
  132. package/dist/lwm2m/index.d.ts +5 -5
  133. package/dist/lwm2m/index.js +84 -84
  134. package/dist/lwm2m/models.d.ts +68 -68
  135. package/dist/lwm2m/models.js +2 -2
  136. package/dist/lwm2mState/index.d.ts +5 -5
  137. package/dist/lwm2mState/index.js +71 -71
  138. package/dist/lwm2mState/models.d.ts +10 -10
  139. package/dist/lwm2mState/models.js +2 -2
  140. package/dist/models/index.d.ts +1893 -1893
  141. package/dist/models/index.js +2 -2
  142. package/dist/models.d.ts +67 -67
  143. package/dist/models.js +2 -2
  144. package/dist/notifications/index.d.ts +8 -8
  145. package/dist/notifications/index.js +124 -124
  146. package/dist/notifications/models.d.ts +19 -19
  147. package/dist/notifications/models.js +2 -2
  148. package/dist/pollableAttributes/index.d.ts +7 -7
  149. package/dist/pollableAttributes/index.js +198 -198
  150. package/dist/pollableAttributes/models.d.ts +49 -49
  151. package/dist/pollableAttributes/models.js +2 -2
  152. package/dist/regions/index.d.ts +5 -5
  153. package/dist/regions/index.js +173 -173
  154. package/dist/regions/models.d.ts +17 -17
  155. package/dist/regions/models.js +2 -2
  156. package/dist/reports/index.d.ts +8 -8
  157. package/dist/reports/index.js +199 -199
  158. package/dist/reports/models.d.ts +25 -25
  159. package/dist/reports/models.js +2 -2
  160. package/dist/rules/index.d.ts +12 -12
  161. package/dist/rules/index.js +272 -272
  162. package/dist/rules/models.d.ts +129 -129
  163. package/dist/rules/models.js +2 -2
  164. package/dist/secrets/index.d.ts +8 -8
  165. package/dist/secrets/index.js +199 -199
  166. package/dist/secrets/models.d.ts +18 -18
  167. package/dist/secrets/models.js +2 -2
  168. package/dist/settings/index.d.ts +7 -7
  169. package/dist/settings/index.js +198 -198
  170. package/dist/settings/models.d.ts +25 -25
  171. package/dist/settings/models.js +2 -2
  172. package/dist/settingsApplicationRecord/index.d.ts +6 -6
  173. package/dist/settingsApplicationRecord/index.js +79 -79
  174. package/dist/settingsApplicationRecord/models.d.ts +28 -28
  175. package/dist/settingsApplicationRecord/models.js +2 -2
  176. package/dist/softwareUpdates/index.d.ts +15 -15
  177. package/dist/softwareUpdates/index.js +374 -374
  178. package/dist/softwareUpdates/models.d.ts +31 -31
  179. package/dist/softwareUpdates/models.js +2 -2
  180. package/dist/stats/index.d.ts +9 -9
  181. package/dist/stats/index.js +140 -140
  182. package/dist/stats/models.d.ts +27 -27
  183. package/dist/stats/models.js +2 -2
  184. package/dist/systemCommandJobs/index.d.ts +5 -5
  185. package/dist/systemCommandJobs/index.js +173 -173
  186. package/dist/systemCommandJobs/models.d.ts +32 -32
  187. package/dist/systemCommandJobs/models.js +2 -2
  188. package/dist/systemCommands/index.d.ts +7 -7
  189. package/dist/systemCommands/index.js +198 -198
  190. package/dist/systemCommands/models.d.ts +32 -32
  191. package/dist/systemCommands/models.js +2 -2
  192. package/dist/testConstants.d.ts +50 -50
  193. package/dist/testConstants.js +332 -332
  194. package/dist/translators/index.d.ts +9 -9
  195. package/dist/translators/index.js +224 -224
  196. package/dist/translators/models.d.ts +21 -21
  197. package/dist/translators/models.js +2 -2
  198. package/dist/userTypes/index.d.ts +7 -7
  199. package/dist/userTypes/index.js +198 -198
  200. package/dist/userTypes/models.d.ts +79 -79
  201. package/dist/userTypes/models.js +2 -2
  202. package/dist/users/index.d.ts +12 -12
  203. package/dist/users/index.js +300 -300
  204. package/dist/users/models.d.ts +42 -42
  205. package/dist/users/models.js +2 -2
  206. package/package.json +56 -56
  207. package/dist/__tests__/testConstants.d.ts +0 -7
  208. package/dist/__tests__/testConstants.js +0 -14
  209. package/dist/example/index.d.ts +0 -1
  210. package/dist/example/index.js +0 -5
@@ -1,730 +1,730 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- var __assign = (this && this.__assign) || function () {
18
- __assign = Object.assign || function(t) {
19
- for (var s, i = 1, n = arguments.length; i < n; i++) {
20
- s = arguments[i];
21
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
22
- t[p] = s[p];
23
- }
24
- return t;
25
- };
26
- return __assign.apply(this, arguments);
27
- };
28
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
- return new (P || (P = Promise))(function (resolve, reject) {
31
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
- step((generator = generator.apply(thisArg, _arguments || [])).next());
35
- });
36
- };
37
- var __generator = (this && this.__generator) || function (thisArg, body) {
38
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
39
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
40
- function verb(n) { return function (v) { return step([n, v]); }; }
41
- function step(op) {
42
- if (f) throw new TypeError("Generator is already executing.");
43
- while (_) try {
44
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
45
- if (y = 0, t) op = [op[0] & 2, t.value];
46
- switch (op[0]) {
47
- case 0: case 1: t = op; break;
48
- case 4: _.label++; return { value: op[1], done: false };
49
- case 5: _.label++; y = op[1]; op = [0]; continue;
50
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
51
- default:
52
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
53
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
54
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
55
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
56
- if (t[2]) _.ops.pop();
57
- _.trys.pop(); continue;
58
- }
59
- op = body.call(thisArg, _);
60
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
61
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
62
- }
63
- };
64
- Object.defineProperty(exports, "__esModule", { value: true });
65
- exports.Devices = void 0;
66
- var __1 = require("..");
67
- var constants_1 = require("../constants");
68
- var ModelClass_1 = require("../core/ModelClass");
69
- var filtersParser_1 = require("../filtersParser");
70
- var helpers_1 = require("../helpers");
71
- exports.Devices = (function (_super) {
72
- __extends(class_1, _super);
73
- function class_1() {
74
- return _super !== null && _super.apply(this, arguments) || this;
75
- }
76
- class_1.create = function (device) {
77
- return __awaiter(this, void 0, void 0, function () {
78
- var axios, data, result, error_1;
79
- return __generator(this, function (_a) {
80
- switch (_a.label) {
81
- case 0:
82
- _a.trys.push([0, 2, , 3]);
83
- this.logAction("Creating device with unique ID: " + device);
84
- axios = __1.EdgeIQAPI.getAxios();
85
- data = JSON.stringify(device);
86
- return [4, axios.post(constants_1.Endpoints.device, data)];
87
- case 1:
88
- result = _a.sent();
89
- return [2, result === null || result === void 0 ? void 0 : result.data];
90
- case 2:
91
- error_1 = _a.sent();
92
- if ((0, helpers_1.isApiError)(error_1)) {
93
- throw error_1;
94
- }
95
- throw error_1;
96
- case 3: return [2];
97
- }
98
- });
99
- });
100
- };
101
- class_1.bulkCreate = function (uniqueIds, deviceTypeId, namePrefix) {
102
- return __awaiter(this, void 0, void 0, function () {
103
- var axios, result, error_2;
104
- return __generator(this, function (_a) {
105
- switch (_a.label) {
106
- case 0:
107
- _a.trys.push([0, 2, , 3]);
108
- this.logAction("Creating " + uniqueIds.length + " devices with device type id " + deviceTypeId + " and name prefix '" + namePrefix + "'");
109
- axios = __1.EdgeIQAPI.getAxios();
110
- return [4, axios.post(constants_1.Endpoints.device + "/bulk", {
111
- data: {
112
- unique_ids: uniqueIds,
113
- device_type_id: deviceTypeId,
114
- name_prefix: namePrefix,
115
- },
116
- })];
117
- case 1:
118
- result = _a.sent();
119
- return [2, result === null || result === void 0 ? void 0 : result.data];
120
- case 2:
121
- error_2 = _a.sent();
122
- if ((0, helpers_1.isApiError)(error_2)) {
123
- throw error_2;
124
- }
125
- throw error_2;
126
- case 3: return [2];
127
- }
128
- });
129
- });
130
- };
131
- class_1.update = function (device) {
132
- return __awaiter(this, void 0, void 0, function () {
133
- var axios, data, result, error_3;
134
- return __generator(this, function (_a) {
135
- switch (_a.label) {
136
- case 0:
137
- _a.trys.push([0, 2, , 3]);
138
- this.logAction("Updating device with unique ID: " + device.unique_id);
139
- axios = __1.EdgeIQAPI.getAxios();
140
- data = JSON.stringify(device);
141
- return [4, axios.put(constants_1.Endpoints.device + "/" + device._id, data)];
142
- case 1:
143
- result = _a.sent();
144
- return [2, result === null || result === void 0 ? void 0 : result.data];
145
- case 2:
146
- error_3 = _a.sent();
147
- if ((0, helpers_1.isApiError)(error_3)) {
148
- throw error_3;
149
- }
150
- throw error_3;
151
- case 3: return [2];
152
- }
153
- });
154
- });
155
- };
156
- class_1.list = function (filters, pagination, boundingBox) {
157
- var _a, _b, _c, _d;
158
- return __awaiter(this, void 0, void 0, function () {
159
- var endpoint, axios, result, error_4;
160
- return __generator(this, function (_e) {
161
- switch (_e.label) {
162
- case 0:
163
- _e.trys.push([0, 2, , 3]);
164
- this.logAction("Listing devices with following filters: " + (filters !== null && filters !== void 0 ? filters : '{}') + ".\n And pagination " + (pagination !== null && pagination !== void 0 ? pagination : '{}'));
165
- endpoint = constants_1.Endpoints.device;
166
- if ((boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.topLeft) && boundingBox.bottomRight) {
167
- this.logAction("With bounding box, top left: " + boundingBox.topLeft + ", bottom right: " + boundingBox.bottomRight);
168
- endpoint += "/in_bounding_box/" + boundingBox.topLeft + "/" + boundingBox.bottomRight;
169
- }
170
- axios = __1.EdgeIQAPI.getAxios();
171
- return [4, axios.get(endpoint, {
172
- params: (0, filtersParser_1.parseFilters)(filters, pagination),
173
- })];
174
- case 1:
175
- result = _e.sent();
176
- return [2, {
177
- devices: (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.resources,
178
- pagination: {
179
- page: (_b = result === null || result === void 0 ? void 0 : result.data) === null || _b === void 0 ? void 0 : _b.page,
180
- itemsPerPage: (_c = result === null || result === void 0 ? void 0 : result.data) === null || _c === void 0 ? void 0 : _c.per_page,
181
- total: (_d = result === null || result === void 0 ? void 0 : result.data) === null || _d === void 0 ? void 0 : _d.total,
182
- },
183
- }];
184
- case 2:
185
- error_4 = _e.sent();
186
- if ((0, helpers_1.isApiError)(error_4)) {
187
- throw error_4;
188
- }
189
- throw error_4;
190
- case 3: return [2];
191
- }
192
- });
193
- });
194
- };
195
- class_1.getOneById = function (id) {
196
- return __awaiter(this, void 0, void 0, function () {
197
- var axios, result, error_5;
198
- return __generator(this, function (_a) {
199
- switch (_a.label) {
200
- case 0:
201
- _a.trys.push([0, 2, , 3]);
202
- this.logAction("Getting device with id: " + id);
203
- axios = __1.EdgeIQAPI.getAxios();
204
- return [4, axios.get(constants_1.Endpoints.device + "/" + id)];
205
- case 1:
206
- result = _a.sent();
207
- return [2, result === null || result === void 0 ? void 0 : result.data];
208
- case 2:
209
- error_5 = _a.sent();
210
- if ((0, helpers_1.isApiError)(error_5)) {
211
- throw error_5;
212
- }
213
- throw error_5;
214
- case 3: return [2];
215
- }
216
- });
217
- });
218
- };
219
- class_1.getOneByUniqueId = function (uniqueId) {
220
- return __awaiter(this, void 0, void 0, function () {
221
- var axios, result, error_6;
222
- return __generator(this, function (_a) {
223
- switch (_a.label) {
224
- case 0:
225
- _a.trys.push([0, 2, , 3]);
226
- this.logAction("Getting device with Unique Id: " + uniqueId);
227
- axios = __1.EdgeIQAPI.getAxios();
228
- return [4, axios.get(constants_1.Endpoints.device, {
229
- params: {
230
- unique_id: uniqueId,
231
- },
232
- })];
233
- case 1:
234
- result = _a.sent();
235
- return [2, result === null || result === void 0 ? void 0 : result.data[0]];
236
- case 2:
237
- error_6 = _a.sent();
238
- if ((0, helpers_1.isApiError)(error_6)) {
239
- throw error_6;
240
- }
241
- throw error_6;
242
- case 3: return [2];
243
- }
244
- });
245
- });
246
- };
247
- class_1.delete = function (id) {
248
- return __awaiter(this, void 0, void 0, function () {
249
- var axios, error_7;
250
- return __generator(this, function (_a) {
251
- switch (_a.label) {
252
- case 0:
253
- _a.trys.push([0, 2, , 3]);
254
- this.logAction("Deleting device with id " + id);
255
- axios = __1.EdgeIQAPI.getAxios();
256
- return [4, axios.delete(constants_1.Endpoints.device + "/" + id)];
257
- case 1:
258
- _a.sent();
259
- return [2, (0, helpers_1.getReturnDeleteMessage)('device')];
260
- case 2:
261
- error_7 = _a.sent();
262
- if ((0, helpers_1.isApiError)(error_7)) {
263
- throw error_7;
264
- }
265
- throw error_7;
266
- case 3: return [2];
267
- }
268
- });
269
- });
270
- };
271
- class_1.deleteMultiple = function (ids) {
272
- return __awaiter(this, void 0, void 0, function () {
273
- var axios, result, error_8;
274
- return __generator(this, function (_a) {
275
- switch (_a.label) {
276
- case 0:
277
- _a.trys.push([0, 2, , 3]);
278
- this.logAction("Deleting devices with id " + ids.join(', '));
279
- axios = __1.EdgeIQAPI.getAxios();
280
- return [4, axios.delete(constants_1.Endpoints.device + "/bulk", {
281
- data: { ids: ids },
282
- })];
283
- case 1:
284
- result = _a.sent();
285
- return [2, result === null || result === void 0 ? void 0 : result.data];
286
- case 2:
287
- error_8 = _a.sent();
288
- if ((0, helpers_1.isApiError)(error_8)) {
289
- throw error_8;
290
- }
291
- throw error_8;
292
- case 3: return [2];
293
- }
294
- });
295
- });
296
- };
297
- class_1.attachIngestor = function (id, ingestorId) {
298
- return __awaiter(this, void 0, void 0, function () {
299
- var axios, error_9;
300
- return __generator(this, function (_a) {
301
- switch (_a.label) {
302
- case 0:
303
- _a.trys.push([0, 2, , 3]);
304
- this.logAction("Attach ingestor with id: " + ingestorId + " to device with id: " + id);
305
- axios = __1.EdgeIQAPI.getAxios();
306
- return [4, axios.put(constants_1.Endpoints.device + "/" + id + "/ingestors/" + ingestorId)];
307
- case 1:
308
- _a.sent();
309
- return [2, (0, constants_1.getAttachMessage)('Ingestor', 'attach', 'device')];
310
- case 2:
311
- error_9 = _a.sent();
312
- if ((0, helpers_1.isApiError)(error_9)) {
313
- throw error_9;
314
- }
315
- throw error_9;
316
- case 3: return [2];
317
- }
318
- });
319
- });
320
- };
321
- class_1.detachIngestor = function (id, ingestorId) {
322
- return __awaiter(this, void 0, void 0, function () {
323
- var axios, error_10;
324
- return __generator(this, function (_a) {
325
- switch (_a.label) {
326
- case 0:
327
- _a.trys.push([0, 2, , 3]);
328
- this.logAction("Detach ingestor with id: " + ingestorId + " from device with id: " + id);
329
- axios = __1.EdgeIQAPI.getAxios();
330
- return [4, axios.delete(constants_1.Endpoints.device + "/" + id + "/ingestors/" + ingestorId)];
331
- case 1:
332
- _a.sent();
333
- return [2, (0, constants_1.getAttachMessage)('Ingestor', 'detach', 'device')];
334
- case 2:
335
- error_10 = _a.sent();
336
- if ((0, helpers_1.isApiError)(error_10)) {
337
- throw error_10;
338
- }
339
- throw error_10;
340
- case 3: return [2];
341
- }
342
- });
343
- });
344
- };
345
- class_1.getIngestors = function (id) {
346
- return __awaiter(this, void 0, void 0, function () {
347
- var axios, result, error_11;
348
- return __generator(this, function (_a) {
349
- switch (_a.label) {
350
- case 0:
351
- _a.trys.push([0, 2, , 3]);
352
- this.logAction("Getting ingestors attached to device with id " + id);
353
- axios = __1.EdgeIQAPI.getAxios();
354
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/ingestors")];
355
- case 1:
356
- result = _a.sent();
357
- return [2, result === null || result === void 0 ? void 0 : result.data];
358
- case 2:
359
- error_11 = _a.sent();
360
- if ((0, helpers_1.isApiError)(error_11)) {
361
- throw error_11;
362
- }
363
- throw error_11;
364
- case 3: return [2];
365
- }
366
- });
367
- });
368
- };
369
- class_1.attachRule = function (id, ruleId) {
370
- return __awaiter(this, void 0, void 0, function () {
371
- var axios, error_12;
372
- return __generator(this, function (_a) {
373
- switch (_a.label) {
374
- case 0:
375
- _a.trys.push([0, 2, , 3]);
376
- this.logAction("Attach rule with id: " + ruleId + " to device with id: " + id);
377
- axios = __1.EdgeIQAPI.getAxios();
378
- return [4, axios.put(constants_1.Endpoints.device + "/" + id + "/rules/" + ruleId)];
379
- case 1:
380
- _a.sent();
381
- return [2, (0, constants_1.getAttachMessage)('Rule', 'attach', 'device')];
382
- case 2:
383
- error_12 = _a.sent();
384
- if ((0, helpers_1.isApiError)(error_12)) {
385
- throw error_12;
386
- }
387
- throw error_12;
388
- case 3: return [2];
389
- }
390
- });
391
- });
392
- };
393
- class_1.bulkAttachRules = function (id, rulesIds) {
394
- return __awaiter(this, void 0, void 0, function () {
395
- var axios, result, error_13;
396
- return __generator(this, function (_a) {
397
- switch (_a.label) {
398
- case 0:
399
- _a.trys.push([0, 2, , 3]);
400
- this.logAction("Attaching " + rulesIds.length + " rules with to device with id " + id);
401
- axios = __1.EdgeIQAPI.getAxios();
402
- return [4, axios.post(constants_1.Endpoints.device + "/" + id + "/rules/bulk", {
403
- ids: rulesIds,
404
- })];
405
- case 1:
406
- result = _a.sent();
407
- return [2, result === null || result === void 0 ? void 0 : result.data];
408
- case 2:
409
- error_13 = _a.sent();
410
- if ((0, helpers_1.isApiError)(error_13)) {
411
- throw error_13;
412
- }
413
- throw error_13;
414
- case 3: return [2];
415
- }
416
- });
417
- });
418
- };
419
- class_1.detachRule = function (id, ruleId) {
420
- return __awaiter(this, void 0, void 0, function () {
421
- var axios, error_14;
422
- return __generator(this, function (_a) {
423
- switch (_a.label) {
424
- case 0:
425
- _a.trys.push([0, 2, , 3]);
426
- this.logAction("Detach rule with id: " + ruleId + " from device with id: " + id);
427
- axios = __1.EdgeIQAPI.getAxios();
428
- return [4, axios.delete(constants_1.Endpoints.device + "/" + id + "/rules/" + ruleId)];
429
- case 1:
430
- _a.sent();
431
- return [2, (0, constants_1.getAttachMessage)('Rule', 'detach', 'device')];
432
- case 2:
433
- error_14 = _a.sent();
434
- if ((0, helpers_1.isApiError)(error_14)) {
435
- throw error_14;
436
- }
437
- throw error_14;
438
- case 3: return [2];
439
- }
440
- });
441
- });
442
- };
443
- class_1.getRules = function (id) {
444
- return __awaiter(this, void 0, void 0, function () {
445
- var axios, result, error_15;
446
- return __generator(this, function (_a) {
447
- switch (_a.label) {
448
- case 0:
449
- _a.trys.push([0, 2, , 3]);
450
- this.logAction("Getting rules attached to device with id " + id);
451
- axios = __1.EdgeIQAPI.getAxios();
452
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/rules")];
453
- case 1:
454
- result = _a.sent();
455
- return [2, result === null || result === void 0 ? void 0 : result.data];
456
- case 2:
457
- error_15 = _a.sent();
458
- if ((0, helpers_1.isApiError)(error_15)) {
459
- throw error_15;
460
- }
461
- throw error_15;
462
- case 3: return [2];
463
- }
464
- });
465
- });
466
- };
467
- class_1.getCommands = function (id) {
468
- return __awaiter(this, void 0, void 0, function () {
469
- var axios, result, error_16;
470
- return __generator(this, function (_a) {
471
- switch (_a.label) {
472
- case 0:
473
- _a.trys.push([0, 2, , 3]);
474
- this.logAction("Getting commands attached to device with id " + id);
475
- axios = __1.EdgeIQAPI.getAxios();
476
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.command)];
477
- case 1:
478
- result = _a.sent();
479
- return [2, result === null || result === void 0 ? void 0 : result.data];
480
- case 2:
481
- error_16 = _a.sent();
482
- if ((0, helpers_1.isApiError)(error_16)) {
483
- throw error_16;
484
- }
485
- throw error_16;
486
- case 3: return [2];
487
- }
488
- });
489
- });
490
- };
491
- class_1.csvBulkUpload = function (file) {
492
- return __awaiter(this, void 0, void 0, function () {
493
- var axios, form, result, error_17;
494
- return __generator(this, function (_a) {
495
- switch (_a.label) {
496
- case 0:
497
- _a.trys.push([0, 2, , 3]);
498
- this.logAction("Uploading CSV file with devices");
499
- axios = __1.EdgeIQAPI.getAxios();
500
- form = new FormData();
501
- form.append('gateway_csv_upload', file);
502
- return [4, axios.post(constants_1.Endpoints.device + "/csv_bulk_upload", form, {
503
- headers: {
504
- 'Content-Type': 'multipart/form-data',
505
- },
506
- })];
507
- case 1:
508
- result = _a.sent();
509
- return [2, result === null || result === void 0 ? void 0 : result.data];
510
- case 2:
511
- error_17 = _a.sent();
512
- if ((0, helpers_1.isApiError)(error_17)) {
513
- throw error_17;
514
- }
515
- throw error_17;
516
- case 3: return [2];
517
- }
518
- });
519
- });
520
- };
521
- class_1.csvBulkDownload = function (filters) {
522
- return __awaiter(this, void 0, void 0, function () {
523
- var axios, result, error_18;
524
- return __generator(this, function (_a) {
525
- switch (_a.label) {
526
- case 0:
527
- _a.trys.push([0, 2, , 3]);
528
- this.logAction("Listing devices with following filters: " + (filters !== null && filters !== void 0 ? filters : '{}'));
529
- axios = __1.EdgeIQAPI.getAxios();
530
- return [4, axios.get(constants_1.Endpoints.device + "/csv_bulk_download", {
531
- params: (0, filtersParser_1.parseFilters)(filters, undefined, true),
532
- })];
533
- case 1:
534
- result = _a.sent();
535
- return [2, result === null || result === void 0 ? void 0 : result.data];
536
- case 2:
537
- error_18 = _a.sent();
538
- if ((0, helpers_1.isApiError)(error_18)) {
539
- throw error_18;
540
- }
541
- throw error_18;
542
- case 3: return [2];
543
- }
544
- });
545
- });
546
- };
547
- class_1.getLogs = function (id) {
548
- return __awaiter(this, void 0, void 0, function () {
549
- var axios, result, error_19;
550
- return __generator(this, function (_a) {
551
- switch (_a.label) {
552
- case 0:
553
- _a.trys.push([0, 2, , 3]);
554
- this.logAction("Getting logs attached to device with id " + id);
555
- axios = __1.EdgeIQAPI.getAxios();
556
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.logs)];
557
- case 1:
558
- result = _a.sent();
559
- return [2, result === null || result === void 0 ? void 0 : result.data];
560
- case 2:
561
- error_19 = _a.sent();
562
- if ((0, helpers_1.isApiError)(error_19)) {
563
- throw error_19;
564
- }
565
- throw error_19;
566
- case 3: return [2];
567
- }
568
- });
569
- });
570
- };
571
- class_1.requestLogs = function (id) {
572
- return __awaiter(this, void 0, void 0, function () {
573
- var axios, result, error_20;
574
- return __generator(this, function (_a) {
575
- switch (_a.label) {
576
- case 0:
577
- _a.trys.push([0, 2, , 3]);
578
- this.logAction("requesting logs for device with " + id);
579
- axios = __1.EdgeIQAPI.getAxios();
580
- return [4, axios.post(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.gatewayCommand, {
581
- command_type: 'log_upload',
582
- schedule: null,
583
- })];
584
- case 1:
585
- result = _a.sent();
586
- return [2, result === null || result === void 0 ? void 0 : result.data];
587
- case 2:
588
- error_20 = _a.sent();
589
- if ((0, helpers_1.isApiError)(error_20)) {
590
- throw error_20;
591
- }
592
- throw error_20;
593
- case 3: return [2];
594
- }
595
- });
596
- });
597
- };
598
- class_1.deviceLwm2mObjetLinks = function (id) {
599
- return __awaiter(this, void 0, void 0, function () {
600
- var axios, result, error_21;
601
- return __generator(this, function (_a) {
602
- switch (_a.label) {
603
- case 0:
604
- _a.trys.push([0, 2, , 3]);
605
- this.logAction("Getting lwm2m object links attached to device with id " + id);
606
- axios = __1.EdgeIQAPI.getAxios();
607
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.deviceLwm2mObjetLinks)];
608
- case 1:
609
- result = _a.sent();
610
- return [2, result === null || result === void 0 ? void 0 : result.data];
611
- case 2:
612
- error_21 = _a.sent();
613
- if ((0, helpers_1.isApiError)(error_21)) {
614
- throw error_21;
615
- }
616
- throw error_21;
617
- case 3: return [2];
618
- }
619
- });
620
- });
621
- };
622
- class_1.processGatewayCommand = function (deviceId, gatewayCommandRequest) {
623
- return __awaiter(this, void 0, void 0, function () {
624
- var axios, data, result, error_22;
625
- return __generator(this, function (_a) {
626
- switch (_a.label) {
627
- case 0:
628
- _a.trys.push([0, 2, , 3]);
629
- this.logAction("Process gateway command: " + gatewayCommandRequest.command_type + ", on device id: " + deviceId);
630
- axios = __1.EdgeIQAPI.getAxios();
631
- data = JSON.stringify(gatewayCommandRequest);
632
- return [4, axios.post(constants_1.Endpoints.device + "/" + deviceId + "/" + gatewayCommandRequest.command_type, data)];
633
- case 1:
634
- result = _a.sent();
635
- return [2, result === null || result === void 0 ? void 0 : result.data];
636
- case 2:
637
- error_22 = _a.sent();
638
- if ((0, helpers_1.isApiError)(error_22)) {
639
- throw error_22;
640
- }
641
- throw error_22;
642
- case 3: return [2];
643
- }
644
- });
645
- });
646
- };
647
- class_1.bulkExecuteGatewayCommand = function (ids, gatewayCommandRequest) {
648
- return __awaiter(this, void 0, void 0, function () {
649
- var axios, result, error_23;
650
- return __generator(this, function (_a) {
651
- switch (_a.label) {
652
- case 0:
653
- _a.trys.push([0, 2, , 3]);
654
- this.logAction("Execute " + gatewayCommandRequest.command_type + " command on devices with IDs: " + ids);
655
- axios = __1.EdgeIQAPI.getAxios();
656
- return [4, axios.post(constants_1.Endpoints.device + "/bulk/gateway_command", __assign(__assign({}, gatewayCommandRequest), { ids: ids }))];
657
- case 1:
658
- result = _a.sent();
659
- return [2, result === null || result === void 0 ? void 0 : result.data];
660
- case 2:
661
- error_23 = _a.sent();
662
- if ((0, helpers_1.isApiError)(error_23)) {
663
- throw error_23;
664
- }
665
- throw error_23;
666
- case 3: return [2];
667
- }
668
- });
669
- });
670
- };
671
- class_1.getFiles = function (id) {
672
- return __awaiter(this, void 0, void 0, function () {
673
- var axios, result, error_24;
674
- return __generator(this, function (_a) {
675
- switch (_a.label) {
676
- case 0:
677
- _a.trys.push([0, 2, , 3]);
678
- this.logAction("Getting files attached to device with id " + id);
679
- axios = __1.EdgeIQAPI.getAxios();
680
- return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/files")];
681
- case 1:
682
- result = _a.sent();
683
- return [2, result === null || result === void 0 ? void 0 : result.data];
684
- case 2:
685
- error_24 = _a.sent();
686
- if ((0, helpers_1.isApiError)(error_24)) {
687
- throw error_24;
688
- }
689
- throw error_24;
690
- case 3: return [2];
691
- }
692
- });
693
- });
694
- };
695
- class_1.getCommandExecutions = function (id, filters, pagination) {
696
- var _a, _b, _c, _d;
697
- return __awaiter(this, void 0, void 0, function () {
698
- var axios, result, error_25;
699
- return __generator(this, function (_e) {
700
- switch (_e.label) {
701
- case 0:
702
- _e.trys.push([0, 2, , 3]);
703
- this.logAction("Getting command executions attached to device with id " + id);
704
- axios = __1.EdgeIQAPI.getAxios();
705
- return [4, axios.get(constants_1.Endpoints.command + "/" + id + "/command_executions", {
706
- params: (0, filtersParser_1.parseFilters)(filters, pagination),
707
- })];
708
- case 1:
709
- result = _e.sent();
710
- return [2, {
711
- commandExecutions: (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.resources,
712
- pagination: {
713
- page: (_b = result === null || result === void 0 ? void 0 : result.data) === null || _b === void 0 ? void 0 : _b.page,
714
- itemsPerPage: (_c = result === null || result === void 0 ? void 0 : result.data) === null || _c === void 0 ? void 0 : _c.per_page,
715
- total: (_d = result === null || result === void 0 ? void 0 : result.data) === null || _d === void 0 ? void 0 : _d.total,
716
- },
717
- }];
718
- case 2:
719
- error_25 = _e.sent();
720
- if ((0, helpers_1.isApiError)(error_25)) {
721
- throw error_25;
722
- }
723
- throw error_25;
724
- case 3: return [2];
725
- }
726
- });
727
- });
728
- };
729
- return class_1;
730
- }(ModelClass_1.BaseModelClass));
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __assign = (this && this.__assign) || function () {
18
+ __assign = Object.assign || function(t) {
19
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
20
+ s = arguments[i];
21
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
22
+ t[p] = s[p];
23
+ }
24
+ return t;
25
+ };
26
+ return __assign.apply(this, arguments);
27
+ };
28
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
29
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
30
+ return new (P || (P = Promise))(function (resolve, reject) {
31
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
32
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
33
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
34
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
35
+ });
36
+ };
37
+ var __generator = (this && this.__generator) || function (thisArg, body) {
38
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
39
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
40
+ function verb(n) { return function (v) { return step([n, v]); }; }
41
+ function step(op) {
42
+ if (f) throw new TypeError("Generator is already executing.");
43
+ while (_) try {
44
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
45
+ if (y = 0, t) op = [op[0] & 2, t.value];
46
+ switch (op[0]) {
47
+ case 0: case 1: t = op; break;
48
+ case 4: _.label++; return { value: op[1], done: false };
49
+ case 5: _.label++; y = op[1]; op = [0]; continue;
50
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
51
+ default:
52
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
53
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
54
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
55
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
56
+ if (t[2]) _.ops.pop();
57
+ _.trys.pop(); continue;
58
+ }
59
+ op = body.call(thisArg, _);
60
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
61
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
62
+ }
63
+ };
64
+ Object.defineProperty(exports, "__esModule", { value: true });
65
+ exports.Devices = void 0;
66
+ var __1 = require("..");
67
+ var constants_1 = require("../constants");
68
+ var ModelClass_1 = require("../core/ModelClass");
69
+ var filtersParser_1 = require("../filtersParser");
70
+ var helpers_1 = require("../helpers");
71
+ exports.Devices = (function (_super) {
72
+ __extends(class_1, _super);
73
+ function class_1() {
74
+ return _super !== null && _super.apply(this, arguments) || this;
75
+ }
76
+ class_1.create = function (device) {
77
+ return __awaiter(this, void 0, void 0, function () {
78
+ var axios, data, result, error_1;
79
+ return __generator(this, function (_a) {
80
+ switch (_a.label) {
81
+ case 0:
82
+ _a.trys.push([0, 2, , 3]);
83
+ this.logAction("Creating device with unique ID: " + device);
84
+ axios = __1.EdgeIQAPI.getAxios();
85
+ data = JSON.stringify(device);
86
+ return [4, axios.post(constants_1.Endpoints.device, data)];
87
+ case 1:
88
+ result = _a.sent();
89
+ return [2, result === null || result === void 0 ? void 0 : result.data];
90
+ case 2:
91
+ error_1 = _a.sent();
92
+ if ((0, helpers_1.isApiError)(error_1)) {
93
+ throw error_1;
94
+ }
95
+ throw error_1;
96
+ case 3: return [2];
97
+ }
98
+ });
99
+ });
100
+ };
101
+ class_1.bulkCreate = function (uniqueIds, deviceTypeId, namePrefix) {
102
+ return __awaiter(this, void 0, void 0, function () {
103
+ var axios, result, error_2;
104
+ return __generator(this, function (_a) {
105
+ switch (_a.label) {
106
+ case 0:
107
+ _a.trys.push([0, 2, , 3]);
108
+ this.logAction("Creating " + uniqueIds.length + " devices with device type id " + deviceTypeId + " and name prefix '" + namePrefix + "'");
109
+ axios = __1.EdgeIQAPI.getAxios();
110
+ return [4, axios.post(constants_1.Endpoints.device + "/bulk", {
111
+ data: {
112
+ unique_ids: uniqueIds,
113
+ device_type_id: deviceTypeId,
114
+ name_prefix: namePrefix,
115
+ },
116
+ })];
117
+ case 1:
118
+ result = _a.sent();
119
+ return [2, result === null || result === void 0 ? void 0 : result.data];
120
+ case 2:
121
+ error_2 = _a.sent();
122
+ if ((0, helpers_1.isApiError)(error_2)) {
123
+ throw error_2;
124
+ }
125
+ throw error_2;
126
+ case 3: return [2];
127
+ }
128
+ });
129
+ });
130
+ };
131
+ class_1.update = function (device) {
132
+ return __awaiter(this, void 0, void 0, function () {
133
+ var axios, data, result, error_3;
134
+ return __generator(this, function (_a) {
135
+ switch (_a.label) {
136
+ case 0:
137
+ _a.trys.push([0, 2, , 3]);
138
+ this.logAction("Updating device with unique ID: " + device.unique_id);
139
+ axios = __1.EdgeIQAPI.getAxios();
140
+ data = JSON.stringify(device);
141
+ return [4, axios.put(constants_1.Endpoints.device + "/" + device._id, data)];
142
+ case 1:
143
+ result = _a.sent();
144
+ return [2, result === null || result === void 0 ? void 0 : result.data];
145
+ case 2:
146
+ error_3 = _a.sent();
147
+ if ((0, helpers_1.isApiError)(error_3)) {
148
+ throw error_3;
149
+ }
150
+ throw error_3;
151
+ case 3: return [2];
152
+ }
153
+ });
154
+ });
155
+ };
156
+ class_1.list = function (filters, pagination, boundingBox) {
157
+ var _a, _b, _c, _d;
158
+ return __awaiter(this, void 0, void 0, function () {
159
+ var endpoint, axios, result, error_4;
160
+ return __generator(this, function (_e) {
161
+ switch (_e.label) {
162
+ case 0:
163
+ _e.trys.push([0, 2, , 3]);
164
+ this.logAction("Listing devices with following filters: " + (filters !== null && filters !== void 0 ? filters : '{}') + ".\n And pagination " + (pagination !== null && pagination !== void 0 ? pagination : '{}'));
165
+ endpoint = constants_1.Endpoints.device;
166
+ if ((boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.topLeft) && boundingBox.bottomRight) {
167
+ this.logAction("With bounding box, top left: " + boundingBox.topLeft + ", bottom right: " + boundingBox.bottomRight);
168
+ endpoint += "/in_bounding_box/" + boundingBox.topLeft + "/" + boundingBox.bottomRight;
169
+ }
170
+ axios = __1.EdgeIQAPI.getAxios();
171
+ return [4, axios.get(endpoint, {
172
+ params: (0, filtersParser_1.parseFilters)(filters, pagination),
173
+ })];
174
+ case 1:
175
+ result = _e.sent();
176
+ return [2, {
177
+ devices: (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.resources,
178
+ pagination: {
179
+ page: (_b = result === null || result === void 0 ? void 0 : result.data) === null || _b === void 0 ? void 0 : _b.page,
180
+ itemsPerPage: (_c = result === null || result === void 0 ? void 0 : result.data) === null || _c === void 0 ? void 0 : _c.per_page,
181
+ total: (_d = result === null || result === void 0 ? void 0 : result.data) === null || _d === void 0 ? void 0 : _d.total,
182
+ },
183
+ }];
184
+ case 2:
185
+ error_4 = _e.sent();
186
+ if ((0, helpers_1.isApiError)(error_4)) {
187
+ throw error_4;
188
+ }
189
+ throw error_4;
190
+ case 3: return [2];
191
+ }
192
+ });
193
+ });
194
+ };
195
+ class_1.getOneById = function (id) {
196
+ return __awaiter(this, void 0, void 0, function () {
197
+ var axios, result, error_5;
198
+ return __generator(this, function (_a) {
199
+ switch (_a.label) {
200
+ case 0:
201
+ _a.trys.push([0, 2, , 3]);
202
+ this.logAction("Getting device with id: " + id);
203
+ axios = __1.EdgeIQAPI.getAxios();
204
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id)];
205
+ case 1:
206
+ result = _a.sent();
207
+ return [2, result === null || result === void 0 ? void 0 : result.data];
208
+ case 2:
209
+ error_5 = _a.sent();
210
+ if ((0, helpers_1.isApiError)(error_5)) {
211
+ throw error_5;
212
+ }
213
+ throw error_5;
214
+ case 3: return [2];
215
+ }
216
+ });
217
+ });
218
+ };
219
+ class_1.getOneByUniqueId = function (uniqueId) {
220
+ return __awaiter(this, void 0, void 0, function () {
221
+ var axios, result, error_6;
222
+ return __generator(this, function (_a) {
223
+ switch (_a.label) {
224
+ case 0:
225
+ _a.trys.push([0, 2, , 3]);
226
+ this.logAction("Getting device with Unique Id: " + uniqueId);
227
+ axios = __1.EdgeIQAPI.getAxios();
228
+ return [4, axios.get(constants_1.Endpoints.device, {
229
+ params: {
230
+ unique_id: uniqueId,
231
+ },
232
+ })];
233
+ case 1:
234
+ result = _a.sent();
235
+ return [2, result === null || result === void 0 ? void 0 : result.data[0]];
236
+ case 2:
237
+ error_6 = _a.sent();
238
+ if ((0, helpers_1.isApiError)(error_6)) {
239
+ throw error_6;
240
+ }
241
+ throw error_6;
242
+ case 3: return [2];
243
+ }
244
+ });
245
+ });
246
+ };
247
+ class_1.delete = function (id) {
248
+ return __awaiter(this, void 0, void 0, function () {
249
+ var axios, error_7;
250
+ return __generator(this, function (_a) {
251
+ switch (_a.label) {
252
+ case 0:
253
+ _a.trys.push([0, 2, , 3]);
254
+ this.logAction("Deleting device with id " + id);
255
+ axios = __1.EdgeIQAPI.getAxios();
256
+ return [4, axios.delete(constants_1.Endpoints.device + "/" + id)];
257
+ case 1:
258
+ _a.sent();
259
+ return [2, (0, helpers_1.getReturnDeleteMessage)('device')];
260
+ case 2:
261
+ error_7 = _a.sent();
262
+ if ((0, helpers_1.isApiError)(error_7)) {
263
+ throw error_7;
264
+ }
265
+ throw error_7;
266
+ case 3: return [2];
267
+ }
268
+ });
269
+ });
270
+ };
271
+ class_1.deleteMultiple = function (ids) {
272
+ return __awaiter(this, void 0, void 0, function () {
273
+ var axios, result, error_8;
274
+ return __generator(this, function (_a) {
275
+ switch (_a.label) {
276
+ case 0:
277
+ _a.trys.push([0, 2, , 3]);
278
+ this.logAction("Deleting devices with id " + ids.join(', '));
279
+ axios = __1.EdgeIQAPI.getAxios();
280
+ return [4, axios.delete(constants_1.Endpoints.device + "/bulk", {
281
+ data: { ids: ids },
282
+ })];
283
+ case 1:
284
+ result = _a.sent();
285
+ return [2, result === null || result === void 0 ? void 0 : result.data];
286
+ case 2:
287
+ error_8 = _a.sent();
288
+ if ((0, helpers_1.isApiError)(error_8)) {
289
+ throw error_8;
290
+ }
291
+ throw error_8;
292
+ case 3: return [2];
293
+ }
294
+ });
295
+ });
296
+ };
297
+ class_1.attachIngestor = function (id, ingestorId) {
298
+ return __awaiter(this, void 0, void 0, function () {
299
+ var axios, error_9;
300
+ return __generator(this, function (_a) {
301
+ switch (_a.label) {
302
+ case 0:
303
+ _a.trys.push([0, 2, , 3]);
304
+ this.logAction("Attach ingestor with id: " + ingestorId + " to device with id: " + id);
305
+ axios = __1.EdgeIQAPI.getAxios();
306
+ return [4, axios.put(constants_1.Endpoints.device + "/" + id + "/ingestors/" + ingestorId)];
307
+ case 1:
308
+ _a.sent();
309
+ return [2, (0, constants_1.getAttachMessage)('Ingestor', 'attach', 'device')];
310
+ case 2:
311
+ error_9 = _a.sent();
312
+ if ((0, helpers_1.isApiError)(error_9)) {
313
+ throw error_9;
314
+ }
315
+ throw error_9;
316
+ case 3: return [2];
317
+ }
318
+ });
319
+ });
320
+ };
321
+ class_1.detachIngestor = function (id, ingestorId) {
322
+ return __awaiter(this, void 0, void 0, function () {
323
+ var axios, error_10;
324
+ return __generator(this, function (_a) {
325
+ switch (_a.label) {
326
+ case 0:
327
+ _a.trys.push([0, 2, , 3]);
328
+ this.logAction("Detach ingestor with id: " + ingestorId + " from device with id: " + id);
329
+ axios = __1.EdgeIQAPI.getAxios();
330
+ return [4, axios.delete(constants_1.Endpoints.device + "/" + id + "/ingestors/" + ingestorId)];
331
+ case 1:
332
+ _a.sent();
333
+ return [2, (0, constants_1.getAttachMessage)('Ingestor', 'detach', 'device')];
334
+ case 2:
335
+ error_10 = _a.sent();
336
+ if ((0, helpers_1.isApiError)(error_10)) {
337
+ throw error_10;
338
+ }
339
+ throw error_10;
340
+ case 3: return [2];
341
+ }
342
+ });
343
+ });
344
+ };
345
+ class_1.getIngestors = function (id) {
346
+ return __awaiter(this, void 0, void 0, function () {
347
+ var axios, result, error_11;
348
+ return __generator(this, function (_a) {
349
+ switch (_a.label) {
350
+ case 0:
351
+ _a.trys.push([0, 2, , 3]);
352
+ this.logAction("Getting ingestors attached to device with id " + id);
353
+ axios = __1.EdgeIQAPI.getAxios();
354
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/ingestors")];
355
+ case 1:
356
+ result = _a.sent();
357
+ return [2, result === null || result === void 0 ? void 0 : result.data];
358
+ case 2:
359
+ error_11 = _a.sent();
360
+ if ((0, helpers_1.isApiError)(error_11)) {
361
+ throw error_11;
362
+ }
363
+ throw error_11;
364
+ case 3: return [2];
365
+ }
366
+ });
367
+ });
368
+ };
369
+ class_1.attachRule = function (id, ruleId) {
370
+ return __awaiter(this, void 0, void 0, function () {
371
+ var axios, error_12;
372
+ return __generator(this, function (_a) {
373
+ switch (_a.label) {
374
+ case 0:
375
+ _a.trys.push([0, 2, , 3]);
376
+ this.logAction("Attach rule with id: " + ruleId + " to device with id: " + id);
377
+ axios = __1.EdgeIQAPI.getAxios();
378
+ return [4, axios.put(constants_1.Endpoints.device + "/" + id + "/rules/" + ruleId)];
379
+ case 1:
380
+ _a.sent();
381
+ return [2, (0, constants_1.getAttachMessage)('Rule', 'attach', 'device')];
382
+ case 2:
383
+ error_12 = _a.sent();
384
+ if ((0, helpers_1.isApiError)(error_12)) {
385
+ throw error_12;
386
+ }
387
+ throw error_12;
388
+ case 3: return [2];
389
+ }
390
+ });
391
+ });
392
+ };
393
+ class_1.bulkAttachRules = function (id, rulesIds) {
394
+ return __awaiter(this, void 0, void 0, function () {
395
+ var axios, result, error_13;
396
+ return __generator(this, function (_a) {
397
+ switch (_a.label) {
398
+ case 0:
399
+ _a.trys.push([0, 2, , 3]);
400
+ this.logAction("Attaching " + rulesIds.length + " rules with to device with id " + id);
401
+ axios = __1.EdgeIQAPI.getAxios();
402
+ return [4, axios.post(constants_1.Endpoints.device + "/" + id + "/rules/bulk", {
403
+ ids: rulesIds,
404
+ })];
405
+ case 1:
406
+ result = _a.sent();
407
+ return [2, result === null || result === void 0 ? void 0 : result.data];
408
+ case 2:
409
+ error_13 = _a.sent();
410
+ if ((0, helpers_1.isApiError)(error_13)) {
411
+ throw error_13;
412
+ }
413
+ throw error_13;
414
+ case 3: return [2];
415
+ }
416
+ });
417
+ });
418
+ };
419
+ class_1.detachRule = function (id, ruleId) {
420
+ return __awaiter(this, void 0, void 0, function () {
421
+ var axios, error_14;
422
+ return __generator(this, function (_a) {
423
+ switch (_a.label) {
424
+ case 0:
425
+ _a.trys.push([0, 2, , 3]);
426
+ this.logAction("Detach rule with id: " + ruleId + " from device with id: " + id);
427
+ axios = __1.EdgeIQAPI.getAxios();
428
+ return [4, axios.delete(constants_1.Endpoints.device + "/" + id + "/rules/" + ruleId)];
429
+ case 1:
430
+ _a.sent();
431
+ return [2, (0, constants_1.getAttachMessage)('Rule', 'detach', 'device')];
432
+ case 2:
433
+ error_14 = _a.sent();
434
+ if ((0, helpers_1.isApiError)(error_14)) {
435
+ throw error_14;
436
+ }
437
+ throw error_14;
438
+ case 3: return [2];
439
+ }
440
+ });
441
+ });
442
+ };
443
+ class_1.getRules = function (id) {
444
+ return __awaiter(this, void 0, void 0, function () {
445
+ var axios, result, error_15;
446
+ return __generator(this, function (_a) {
447
+ switch (_a.label) {
448
+ case 0:
449
+ _a.trys.push([0, 2, , 3]);
450
+ this.logAction("Getting rules attached to device with id " + id);
451
+ axios = __1.EdgeIQAPI.getAxios();
452
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/rules")];
453
+ case 1:
454
+ result = _a.sent();
455
+ return [2, result === null || result === void 0 ? void 0 : result.data];
456
+ case 2:
457
+ error_15 = _a.sent();
458
+ if ((0, helpers_1.isApiError)(error_15)) {
459
+ throw error_15;
460
+ }
461
+ throw error_15;
462
+ case 3: return [2];
463
+ }
464
+ });
465
+ });
466
+ };
467
+ class_1.getCommands = function (id) {
468
+ return __awaiter(this, void 0, void 0, function () {
469
+ var axios, result, error_16;
470
+ return __generator(this, function (_a) {
471
+ switch (_a.label) {
472
+ case 0:
473
+ _a.trys.push([0, 2, , 3]);
474
+ this.logAction("Getting commands attached to device with id " + id);
475
+ axios = __1.EdgeIQAPI.getAxios();
476
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.command)];
477
+ case 1:
478
+ result = _a.sent();
479
+ return [2, result === null || result === void 0 ? void 0 : result.data];
480
+ case 2:
481
+ error_16 = _a.sent();
482
+ if ((0, helpers_1.isApiError)(error_16)) {
483
+ throw error_16;
484
+ }
485
+ throw error_16;
486
+ case 3: return [2];
487
+ }
488
+ });
489
+ });
490
+ };
491
+ class_1.csvBulkUpload = function (file) {
492
+ return __awaiter(this, void 0, void 0, function () {
493
+ var axios, form, result, error_17;
494
+ return __generator(this, function (_a) {
495
+ switch (_a.label) {
496
+ case 0:
497
+ _a.trys.push([0, 2, , 3]);
498
+ this.logAction("Uploading CSV file with devices");
499
+ axios = __1.EdgeIQAPI.getAxios();
500
+ form = new FormData();
501
+ form.append('gateway_csv_upload', file);
502
+ return [4, axios.post(constants_1.Endpoints.device + "/csv_bulk_upload", form, {
503
+ headers: {
504
+ 'Content-Type': 'multipart/form-data',
505
+ },
506
+ })];
507
+ case 1:
508
+ result = _a.sent();
509
+ return [2, result === null || result === void 0 ? void 0 : result.data];
510
+ case 2:
511
+ error_17 = _a.sent();
512
+ if ((0, helpers_1.isApiError)(error_17)) {
513
+ throw error_17;
514
+ }
515
+ throw error_17;
516
+ case 3: return [2];
517
+ }
518
+ });
519
+ });
520
+ };
521
+ class_1.csvBulkDownload = function (filters) {
522
+ return __awaiter(this, void 0, void 0, function () {
523
+ var axios, result, error_18;
524
+ return __generator(this, function (_a) {
525
+ switch (_a.label) {
526
+ case 0:
527
+ _a.trys.push([0, 2, , 3]);
528
+ this.logAction("Listing devices with following filters: " + (filters !== null && filters !== void 0 ? filters : '{}'));
529
+ axios = __1.EdgeIQAPI.getAxios();
530
+ return [4, axios.get(constants_1.Endpoints.device + "/csv_bulk_download", {
531
+ params: (0, filtersParser_1.parseFilters)(filters, undefined, true),
532
+ })];
533
+ case 1:
534
+ result = _a.sent();
535
+ return [2, result === null || result === void 0 ? void 0 : result.data];
536
+ case 2:
537
+ error_18 = _a.sent();
538
+ if ((0, helpers_1.isApiError)(error_18)) {
539
+ throw error_18;
540
+ }
541
+ throw error_18;
542
+ case 3: return [2];
543
+ }
544
+ });
545
+ });
546
+ };
547
+ class_1.getLogs = function (id) {
548
+ return __awaiter(this, void 0, void 0, function () {
549
+ var axios, result, error_19;
550
+ return __generator(this, function (_a) {
551
+ switch (_a.label) {
552
+ case 0:
553
+ _a.trys.push([0, 2, , 3]);
554
+ this.logAction("Getting logs attached to device with id " + id);
555
+ axios = __1.EdgeIQAPI.getAxios();
556
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.logs)];
557
+ case 1:
558
+ result = _a.sent();
559
+ return [2, result === null || result === void 0 ? void 0 : result.data];
560
+ case 2:
561
+ error_19 = _a.sent();
562
+ if ((0, helpers_1.isApiError)(error_19)) {
563
+ throw error_19;
564
+ }
565
+ throw error_19;
566
+ case 3: return [2];
567
+ }
568
+ });
569
+ });
570
+ };
571
+ class_1.requestLogs = function (id) {
572
+ return __awaiter(this, void 0, void 0, function () {
573
+ var axios, result, error_20;
574
+ return __generator(this, function (_a) {
575
+ switch (_a.label) {
576
+ case 0:
577
+ _a.trys.push([0, 2, , 3]);
578
+ this.logAction("requesting logs for device with " + id);
579
+ axios = __1.EdgeIQAPI.getAxios();
580
+ return [4, axios.post(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.gatewayCommand, {
581
+ command_type: 'log_upload',
582
+ schedule: null,
583
+ })];
584
+ case 1:
585
+ result = _a.sent();
586
+ return [2, result === null || result === void 0 ? void 0 : result.data];
587
+ case 2:
588
+ error_20 = _a.sent();
589
+ if ((0, helpers_1.isApiError)(error_20)) {
590
+ throw error_20;
591
+ }
592
+ throw error_20;
593
+ case 3: return [2];
594
+ }
595
+ });
596
+ });
597
+ };
598
+ class_1.deviceLwm2mObjetLinks = function (id) {
599
+ return __awaiter(this, void 0, void 0, function () {
600
+ var axios, result, error_21;
601
+ return __generator(this, function (_a) {
602
+ switch (_a.label) {
603
+ case 0:
604
+ _a.trys.push([0, 2, , 3]);
605
+ this.logAction("Getting lwm2m object links attached to device with id " + id);
606
+ axios = __1.EdgeIQAPI.getAxios();
607
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/" + constants_1.Endpoints.deviceLwm2mObjetLinks)];
608
+ case 1:
609
+ result = _a.sent();
610
+ return [2, result === null || result === void 0 ? void 0 : result.data];
611
+ case 2:
612
+ error_21 = _a.sent();
613
+ if ((0, helpers_1.isApiError)(error_21)) {
614
+ throw error_21;
615
+ }
616
+ throw error_21;
617
+ case 3: return [2];
618
+ }
619
+ });
620
+ });
621
+ };
622
+ class_1.processGatewayCommand = function (deviceId, gatewayCommandRequest) {
623
+ return __awaiter(this, void 0, void 0, function () {
624
+ var axios, data, result, error_22;
625
+ return __generator(this, function (_a) {
626
+ switch (_a.label) {
627
+ case 0:
628
+ _a.trys.push([0, 2, , 3]);
629
+ this.logAction("Process gateway command: " + gatewayCommandRequest.command_type + ", on device id: " + deviceId);
630
+ axios = __1.EdgeIQAPI.getAxios();
631
+ data = JSON.stringify(gatewayCommandRequest);
632
+ return [4, axios.post(constants_1.Endpoints.device + "/" + deviceId + "/" + gatewayCommandRequest.command_type, data)];
633
+ case 1:
634
+ result = _a.sent();
635
+ return [2, result === null || result === void 0 ? void 0 : result.data];
636
+ case 2:
637
+ error_22 = _a.sent();
638
+ if ((0, helpers_1.isApiError)(error_22)) {
639
+ throw error_22;
640
+ }
641
+ throw error_22;
642
+ case 3: return [2];
643
+ }
644
+ });
645
+ });
646
+ };
647
+ class_1.bulkExecuteGatewayCommand = function (ids, gatewayCommandRequest) {
648
+ return __awaiter(this, void 0, void 0, function () {
649
+ var axios, result, error_23;
650
+ return __generator(this, function (_a) {
651
+ switch (_a.label) {
652
+ case 0:
653
+ _a.trys.push([0, 2, , 3]);
654
+ this.logAction("Execute " + gatewayCommandRequest.command_type + " command on devices with IDs: " + ids);
655
+ axios = __1.EdgeIQAPI.getAxios();
656
+ return [4, axios.post(constants_1.Endpoints.device + "/bulk/gateway_command", __assign(__assign({}, gatewayCommandRequest), { ids: ids }))];
657
+ case 1:
658
+ result = _a.sent();
659
+ return [2, result === null || result === void 0 ? void 0 : result.data];
660
+ case 2:
661
+ error_23 = _a.sent();
662
+ if ((0, helpers_1.isApiError)(error_23)) {
663
+ throw error_23;
664
+ }
665
+ throw error_23;
666
+ case 3: return [2];
667
+ }
668
+ });
669
+ });
670
+ };
671
+ class_1.getFiles = function (id) {
672
+ return __awaiter(this, void 0, void 0, function () {
673
+ var axios, result, error_24;
674
+ return __generator(this, function (_a) {
675
+ switch (_a.label) {
676
+ case 0:
677
+ _a.trys.push([0, 2, , 3]);
678
+ this.logAction("Getting files attached to device with id " + id);
679
+ axios = __1.EdgeIQAPI.getAxios();
680
+ return [4, axios.get(constants_1.Endpoints.device + "/" + id + "/files")];
681
+ case 1:
682
+ result = _a.sent();
683
+ return [2, result === null || result === void 0 ? void 0 : result.data];
684
+ case 2:
685
+ error_24 = _a.sent();
686
+ if ((0, helpers_1.isApiError)(error_24)) {
687
+ throw error_24;
688
+ }
689
+ throw error_24;
690
+ case 3: return [2];
691
+ }
692
+ });
693
+ });
694
+ };
695
+ class_1.getCommandExecutions = function (id, filters, pagination) {
696
+ var _a, _b, _c, _d;
697
+ return __awaiter(this, void 0, void 0, function () {
698
+ var axios, result, error_25;
699
+ return __generator(this, function (_e) {
700
+ switch (_e.label) {
701
+ case 0:
702
+ _e.trys.push([0, 2, , 3]);
703
+ this.logAction("Getting command executions attached to device with id " + id);
704
+ axios = __1.EdgeIQAPI.getAxios();
705
+ return [4, axios.get(constants_1.Endpoints.command + "/" + id + "/command_executions", {
706
+ params: (0, filtersParser_1.parseFilters)(filters, pagination),
707
+ })];
708
+ case 1:
709
+ result = _e.sent();
710
+ return [2, {
711
+ commandExecutions: (_a = result === null || result === void 0 ? void 0 : result.data) === null || _a === void 0 ? void 0 : _a.resources,
712
+ pagination: {
713
+ page: (_b = result === null || result === void 0 ? void 0 : result.data) === null || _b === void 0 ? void 0 : _b.page,
714
+ itemsPerPage: (_c = result === null || result === void 0 ? void 0 : result.data) === null || _c === void 0 ? void 0 : _c.per_page,
715
+ total: (_d = result === null || result === void 0 ? void 0 : result.data) === null || _d === void 0 ? void 0 : _d.total,
716
+ },
717
+ }];
718
+ case 2:
719
+ error_25 = _e.sent();
720
+ if ((0, helpers_1.isApiError)(error_25)) {
721
+ throw error_25;
722
+ }
723
+ throw error_25;
724
+ case 3: return [2];
725
+ }
726
+ });
727
+ });
728
+ };
729
+ return class_1;
730
+ }(ModelClass_1.BaseModelClass));