files.com 1.0.235 → 1.0.237
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.
- package/_VERSION +1 -1
- package/docs/models/Bundle.md +9 -2
- package/docs/models/BundleNotification.md +35 -0
- package/docs/models/BundleRegistration.md +3 -1
- package/docs/models/InboxRegistration.md +3 -1
- package/docs/models/Site.md +2 -0
- package/lib/Api.js +153 -159
- package/lib/isomorphic/File.node.js +24 -28
- package/lib/models/ActionNotificationExport.js +97 -101
- package/lib/models/ActionNotificationExportResult.js +44 -46
- package/lib/models/ActionWebhookFailure.js +42 -44
- package/lib/models/ApiKey.js +271 -287
- package/lib/models/App.js +26 -28
- package/lib/models/As2IncomingMessage.js +32 -34
- package/lib/models/As2OutgoingMessage.js +32 -34
- package/lib/models/As2Partner.js +231 -241
- package/lib/models/As2Station.js +219 -229
- package/lib/models/Automation.js +333 -343
- package/lib/models/AutomationRun.js +75 -79
- package/lib/models/BandwidthSnapshot.js +26 -28
- package/lib/models/Behavior.js +323 -337
- package/lib/models/Bundle.js +381 -387
- package/lib/models/BundleDownload.js +38 -40
- package/lib/models/BundleNotification.js +223 -173
- package/lib/models/BundleRecipient.js +104 -108
- package/lib/models/BundleRegistration.js +41 -40
- package/lib/models/Clickwrap.js +213 -223
- package/lib/models/DnsRecord.js +26 -28
- package/lib/models/ExternalEvent.js +93 -99
- package/lib/models/File.js +726 -766
- package/lib/models/FileComment.js +180 -188
- package/lib/models/FileCommentReaction.js +84 -88
- package/lib/models/FileMigration.js +31 -33
- package/lib/models/Folder.js +94 -98
- package/lib/models/FormFieldSet.js +189 -199
- package/lib/models/Group.js +207 -217
- package/lib/models/GroupUser.js +230 -238
- package/lib/models/History.js +266 -276
- package/lib/models/HistoryExport.js +175 -179
- package/lib/models/HistoryExportResult.js +44 -46
- package/lib/models/InboxRecipient.js +104 -108
- package/lib/models/InboxRegistration.js +35 -34
- package/lib/models/InboxUpload.js +38 -40
- package/lib/models/Invoice.js +57 -61
- package/lib/models/IpAddress.js +78 -84
- package/lib/models/Lock.js +148 -154
- package/lib/models/Message.js +267 -277
- package/lib/models/MessageComment.js +207 -217
- package/lib/models/MessageCommentReaction.js +147 -155
- package/lib/models/MessageReaction.js +147 -155
- package/lib/models/Notification.js +255 -265
- package/lib/models/Payment.js +57 -61
- package/lib/models/Permission.js +128 -134
- package/lib/models/Priority.js +45 -47
- package/lib/models/Project.js +183 -193
- package/lib/models/PublicKey.js +207 -217
- package/lib/models/RemoteBandwidthSnapshot.js +26 -28
- package/lib/models/RemoteServer.js +805 -819
- package/lib/models/Request.js +166 -174
- package/lib/models/Session.js +47 -51
- package/lib/models/SettingsChange.js +26 -28
- package/lib/models/SftpHostKey.js +177 -187
- package/lib/models/Site.js +415 -418
- package/lib/models/SsoStrategy.js +99 -105
- package/lib/models/Style.js +127 -133
- package/lib/models/UsageDailySnapshot.js +26 -28
- package/lib/models/UsageSnapshot.js +26 -28
- package/lib/models/User.js +587 -603
- package/lib/models/UserCipherUse.js +32 -34
- package/lib/models/UserRequest.js +147 -155
- package/lib/models/WebhookTest.js +54 -56
- package/package.json +1 -1
- package/src/models/Bundle.js +10 -1
- package/src/models/BundleNotification.js +39 -1
- package/src/models/BundleRegistration.js +3 -0
- package/src/models/InboxRegistration.js +3 -0
- package/src/models/Site.js +3 -0
package/lib/models/PublicKey.js
CHANGED
@@ -69,72 +69,70 @@ var PublicKey = /*#__PURE__*/(0, _createClass2.default)(function PublicKey() {
|
|
69
69
|
response,
|
70
70
|
_args = arguments;
|
71
71
|
return _regenerator.default.wrap(function _callee$(_context) {
|
72
|
-
while (1) {
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
if (params['id']) {
|
102
|
-
_context.next = 16;
|
103
|
-
break;
|
104
|
-
}
|
105
|
-
if (!_this.attributes.id) {
|
106
|
-
_context.next = 15;
|
107
|
-
break;
|
108
|
-
}
|
109
|
-
params['id'] = _this.id;
|
72
|
+
while (1) switch (_context.prev = _context.next) {
|
73
|
+
case 0:
|
74
|
+
params = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
|
75
|
+
if (_this.attributes.id) {
|
76
|
+
_context.next = 3;
|
77
|
+
break;
|
78
|
+
}
|
79
|
+
throw new errors.EmptyPropertyError('Current object has no id');
|
80
|
+
case 3:
|
81
|
+
if ((0, _utils.isObject)(params)) {
|
82
|
+
_context.next = 5;
|
83
|
+
break;
|
84
|
+
}
|
85
|
+
throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
|
86
|
+
case 5:
|
87
|
+
params.id = _this.attributes.id;
|
88
|
+
if (!(params['id'] && !(0, _utils.isInt)(params['id']))) {
|
89
|
+
_context.next = 8;
|
90
|
+
break;
|
91
|
+
}
|
92
|
+
throw new errors.InvalidParameterError("Bad parameter: id must be of type Int, received ".concat((0, _utils.getType)(id)));
|
93
|
+
case 8:
|
94
|
+
if (!(params['title'] && !(0, _utils.isString)(params['title']))) {
|
95
|
+
_context.next = 10;
|
96
|
+
break;
|
97
|
+
}
|
98
|
+
throw new errors.InvalidParameterError("Bad parameter: title must be of type String, received ".concat((0, _utils.getType)(title)));
|
99
|
+
case 10:
|
100
|
+
if (params['id']) {
|
110
101
|
_context.next = 16;
|
111
102
|
break;
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
103
|
+
}
|
104
|
+
if (!_this.attributes.id) {
|
105
|
+
_context.next = 15;
|
106
|
+
break;
|
107
|
+
}
|
108
|
+
params['id'] = _this.id;
|
109
|
+
_context.next = 16;
|
110
|
+
break;
|
111
|
+
case 15:
|
112
|
+
throw new errors.MissingParameterError('Parameter missing: id');
|
113
|
+
case 16:
|
114
|
+
if (params['title']) {
|
124
115
|
_context.next = 22;
|
125
116
|
break;
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
117
|
+
}
|
118
|
+
if (!_this.attributes.title) {
|
119
|
+
_context.next = 21;
|
120
|
+
break;
|
121
|
+
}
|
122
|
+
params['title'] = _this.title;
|
123
|
+
_context.next = 22;
|
124
|
+
break;
|
125
|
+
case 21:
|
126
|
+
throw new errors.MissingParameterError('Parameter missing: title');
|
127
|
+
case 22:
|
128
|
+
_context.next = 24;
|
129
|
+
return _Api.default.sendRequest("/public_keys/".concat(encodeURIComponent(params['id'])), 'PATCH', params, _this.options);
|
130
|
+
case 24:
|
131
|
+
response = _context.sent;
|
132
|
+
return _context.abrupt("return", new PublicKey(response === null || response === void 0 ? void 0 : response.data, _this.options));
|
133
|
+
case 26:
|
134
|
+
case "end":
|
135
|
+
return _context.stop();
|
138
136
|
}
|
139
137
|
}, _callee);
|
140
138
|
})));
|
@@ -143,52 +141,50 @@ var PublicKey = /*#__PURE__*/(0, _createClass2.default)(function PublicKey() {
|
|
143
141
|
response,
|
144
142
|
_args2 = arguments;
|
145
143
|
return _regenerator.default.wrap(function _callee2$(_context2) {
|
146
|
-
while (1) {
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
if (params['id']) {
|
170
|
-
_context2.next = 14;
|
171
|
-
break;
|
172
|
-
}
|
173
|
-
if (!_this.attributes.id) {
|
174
|
-
_context2.next = 13;
|
175
|
-
break;
|
176
|
-
}
|
177
|
-
params['id'] = _this.id;
|
144
|
+
while (1) switch (_context2.prev = _context2.next) {
|
145
|
+
case 0:
|
146
|
+
params = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : {};
|
147
|
+
if (_this.attributes.id) {
|
148
|
+
_context2.next = 3;
|
149
|
+
break;
|
150
|
+
}
|
151
|
+
throw new errors.EmptyPropertyError('Current object has no id');
|
152
|
+
case 3:
|
153
|
+
if ((0, _utils.isObject)(params)) {
|
154
|
+
_context2.next = 5;
|
155
|
+
break;
|
156
|
+
}
|
157
|
+
throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
|
158
|
+
case 5:
|
159
|
+
params.id = _this.attributes.id;
|
160
|
+
if (!(params['id'] && !(0, _utils.isInt)(params['id']))) {
|
161
|
+
_context2.next = 8;
|
162
|
+
break;
|
163
|
+
}
|
164
|
+
throw new errors.InvalidParameterError("Bad parameter: id must be of type Int, received ".concat((0, _utils.getType)(id)));
|
165
|
+
case 8:
|
166
|
+
if (params['id']) {
|
178
167
|
_context2.next = 14;
|
179
168
|
break;
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
169
|
+
}
|
170
|
+
if (!_this.attributes.id) {
|
171
|
+
_context2.next = 13;
|
172
|
+
break;
|
173
|
+
}
|
174
|
+
params['id'] = _this.id;
|
175
|
+
_context2.next = 14;
|
176
|
+
break;
|
177
|
+
case 13:
|
178
|
+
throw new errors.MissingParameterError('Parameter missing: id');
|
179
|
+
case 14:
|
180
|
+
_context2.next = 16;
|
181
|
+
return _Api.default.sendRequest("/public_keys/".concat(encodeURIComponent(params['id'])), 'DELETE', params, _this.options);
|
182
|
+
case 16:
|
183
|
+
response = _context2.sent;
|
184
|
+
return _context2.abrupt("return", response === null || response === void 0 ? void 0 : response.data);
|
185
|
+
case 18:
|
186
|
+
case "end":
|
187
|
+
return _context2.stop();
|
192
188
|
}
|
193
189
|
}, _callee2);
|
194
190
|
})));
|
@@ -225,40 +221,38 @@ var PublicKey = /*#__PURE__*/(0, _createClass2.default)(function PublicKey() {
|
|
225
221
|
response,
|
226
222
|
_args3 = arguments;
|
227
223
|
return _regenerator.default.wrap(function _callee3$(_context3) {
|
228
|
-
while (1) {
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
return
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
return _context3.stop();
|
261
|
-
}
|
224
|
+
while (1) switch (_context3.prev = _context3.next) {
|
225
|
+
case 0:
|
226
|
+
params = _args3.length > 0 && _args3[0] !== undefined ? _args3[0] : {};
|
227
|
+
options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {};
|
228
|
+
if (!(params['user_id'] && !(0, _utils.isInt)(params['user_id']))) {
|
229
|
+
_context3.next = 4;
|
230
|
+
break;
|
231
|
+
}
|
232
|
+
throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params['user_id'])));
|
233
|
+
case 4:
|
234
|
+
if (!(params['cursor'] && !(0, _utils.isString)(params['cursor']))) {
|
235
|
+
_context3.next = 6;
|
236
|
+
break;
|
237
|
+
}
|
238
|
+
throw new errors.InvalidParameterError("Bad parameter: cursor must be of type String, received ".concat((0, _utils.getType)(params['cursor'])));
|
239
|
+
case 6:
|
240
|
+
if (!(params['per_page'] && !(0, _utils.isInt)(params['per_page']))) {
|
241
|
+
_context3.next = 8;
|
242
|
+
break;
|
243
|
+
}
|
244
|
+
throw new errors.InvalidParameterError("Bad parameter: per_page must be of type Int, received ".concat((0, _utils.getType)(params['per_page'])));
|
245
|
+
case 8:
|
246
|
+
_context3.next = 10;
|
247
|
+
return _Api.default.sendRequest("/public_keys", 'GET', params, options);
|
248
|
+
case 10:
|
249
|
+
response = _context3.sent;
|
250
|
+
return _context3.abrupt("return", (response === null || response === void 0 ? void 0 : (_response$data = response.data) === null || _response$data === void 0 ? void 0 : _response$data.map(function (obj) {
|
251
|
+
return new PublicKey(obj, options);
|
252
|
+
})) || []);
|
253
|
+
case 12:
|
254
|
+
case "end":
|
255
|
+
return _context3.stop();
|
262
256
|
}
|
263
257
|
}, _callee3);
|
264
258
|
})));
|
@@ -274,39 +268,37 @@ var PublicKey = /*#__PURE__*/(0, _createClass2.default)(function PublicKey() {
|
|
274
268
|
response,
|
275
269
|
_args4 = arguments;
|
276
270
|
return _regenerator.default.wrap(function _callee4$(_context4) {
|
277
|
-
while (1) {
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
return _context4.stop();
|
309
|
-
}
|
271
|
+
while (1) switch (_context4.prev = _context4.next) {
|
272
|
+
case 0:
|
273
|
+
params = _args4.length > 1 && _args4[1] !== undefined ? _args4[1] : {};
|
274
|
+
options = _args4.length > 2 && _args4[2] !== undefined ? _args4[2] : {};
|
275
|
+
if ((0, _utils.isObject)(params)) {
|
276
|
+
_context4.next = 4;
|
277
|
+
break;
|
278
|
+
}
|
279
|
+
throw new errors.InvalidParameterError("Bad parameter: params must be of type object, received ".concat((0, _utils.getType)(params)));
|
280
|
+
case 4:
|
281
|
+
params['id'] = id;
|
282
|
+
if (params['id']) {
|
283
|
+
_context4.next = 7;
|
284
|
+
break;
|
285
|
+
}
|
286
|
+
throw new errors.MissingParameterError('Parameter missing: id');
|
287
|
+
case 7:
|
288
|
+
if (!(params['id'] && !(0, _utils.isInt)(params['id']))) {
|
289
|
+
_context4.next = 9;
|
290
|
+
break;
|
291
|
+
}
|
292
|
+
throw new errors.InvalidParameterError("Bad parameter: id must be of type Int, received ".concat((0, _utils.getType)(params['id'])));
|
293
|
+
case 9:
|
294
|
+
_context4.next = 11;
|
295
|
+
return _Api.default.sendRequest("/public_keys/".concat(encodeURIComponent(params['id'])), 'GET', params, options);
|
296
|
+
case 11:
|
297
|
+
response = _context4.sent;
|
298
|
+
return _context4.abrupt("return", new PublicKey(response === null || response === void 0 ? void 0 : response.data, options));
|
299
|
+
case 13:
|
300
|
+
case "end":
|
301
|
+
return _context4.stop();
|
310
302
|
}
|
311
303
|
}, _callee4);
|
312
304
|
}));
|
@@ -325,50 +317,48 @@ var PublicKey = /*#__PURE__*/(0, _createClass2.default)(function PublicKey() {
|
|
325
317
|
response,
|
326
318
|
_args5 = arguments;
|
327
319
|
return _regenerator.default.wrap(function _callee5$(_context5) {
|
328
|
-
while (1) {
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
return _context5.stop();
|
371
|
-
}
|
320
|
+
while (1) switch (_context5.prev = _context5.next) {
|
321
|
+
case 0:
|
322
|
+
params = _args5.length > 0 && _args5[0] !== undefined ? _args5[0] : {};
|
323
|
+
options = _args5.length > 1 && _args5[1] !== undefined ? _args5[1] : {};
|
324
|
+
if (params['title']) {
|
325
|
+
_context5.next = 4;
|
326
|
+
break;
|
327
|
+
}
|
328
|
+
throw new errors.MissingParameterError('Parameter missing: title');
|
329
|
+
case 4:
|
330
|
+
if (params['public_key']) {
|
331
|
+
_context5.next = 6;
|
332
|
+
break;
|
333
|
+
}
|
334
|
+
throw new errors.MissingParameterError('Parameter missing: public_key');
|
335
|
+
case 6:
|
336
|
+
if (!(params['user_id'] && !(0, _utils.isInt)(params['user_id']))) {
|
337
|
+
_context5.next = 8;
|
338
|
+
break;
|
339
|
+
}
|
340
|
+
throw new errors.InvalidParameterError("Bad parameter: user_id must be of type Int, received ".concat((0, _utils.getType)(params['user_id'])));
|
341
|
+
case 8:
|
342
|
+
if (!(params['title'] && !(0, _utils.isString)(params['title']))) {
|
343
|
+
_context5.next = 10;
|
344
|
+
break;
|
345
|
+
}
|
346
|
+
throw new errors.InvalidParameterError("Bad parameter: title must be of type String, received ".concat((0, _utils.getType)(params['title'])));
|
347
|
+
case 10:
|
348
|
+
if (!(params['public_key'] && !(0, _utils.isString)(params['public_key']))) {
|
349
|
+
_context5.next = 12;
|
350
|
+
break;
|
351
|
+
}
|
352
|
+
throw new errors.InvalidParameterError("Bad parameter: public_key must be of type String, received ".concat((0, _utils.getType)(params['public_key'])));
|
353
|
+
case 12:
|
354
|
+
_context5.next = 14;
|
355
|
+
return _Api.default.sendRequest("/public_keys", 'POST', params, options);
|
356
|
+
case 14:
|
357
|
+
response = _context5.sent;
|
358
|
+
return _context5.abrupt("return", new PublicKey(response === null || response === void 0 ? void 0 : response.data, options));
|
359
|
+
case 16:
|
360
|
+
case "end":
|
361
|
+
return _context5.stop();
|
372
362
|
}
|
373
363
|
}, _callee5);
|
374
364
|
})));
|
@@ -66,34 +66,32 @@ var RemoteBandwidthSnapshot = /*#__PURE__*/(0, _createClass2.default)(function R
|
|
66
66
|
response,
|
67
67
|
_args = arguments;
|
68
68
|
return _regenerator.default.wrap(function _callee$(_context) {
|
69
|
-
while (1) {
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
return
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
return _context.stop();
|
96
|
-
}
|
69
|
+
while (1) switch (_context.prev = _context.next) {
|
70
|
+
case 0:
|
71
|
+
params = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
|
72
|
+
options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {};
|
73
|
+
if (!(params['cursor'] && !(0, _utils.isString)(params['cursor']))) {
|
74
|
+
_context.next = 4;
|
75
|
+
break;
|
76
|
+
}
|
77
|
+
throw new errors.InvalidParameterError("Bad parameter: cursor must be of type String, received ".concat((0, _utils.getType)(params['cursor'])));
|
78
|
+
case 4:
|
79
|
+
if (!(params['per_page'] && !(0, _utils.isInt)(params['per_page']))) {
|
80
|
+
_context.next = 6;
|
81
|
+
break;
|
82
|
+
}
|
83
|
+
throw new errors.InvalidParameterError("Bad parameter: per_page must be of type Int, received ".concat((0, _utils.getType)(params['per_page'])));
|
84
|
+
case 6:
|
85
|
+
_context.next = 8;
|
86
|
+
return _Api.default.sendRequest("/remote_bandwidth_snapshots", 'GET', params, options);
|
87
|
+
case 8:
|
88
|
+
response = _context.sent;
|
89
|
+
return _context.abrupt("return", (response === null || response === void 0 ? void 0 : (_response$data = response.data) === null || _response$data === void 0 ? void 0 : _response$data.map(function (obj) {
|
90
|
+
return new RemoteBandwidthSnapshot(obj, options);
|
91
|
+
})) || []);
|
92
|
+
case 10:
|
93
|
+
case "end":
|
94
|
+
return _context.stop();
|
97
95
|
}
|
98
96
|
}, _callee);
|
99
97
|
})));
|