@privateaim/client-vue 0.8.6 → 0.8.7

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/dist/index.cjs CHANGED
@@ -2197,7 +2197,7 @@ class BaseAPI {
2197
2197
  * Author Peter Placzek (tada5hi)
2198
2198
  * For the full copyright and license information,
2199
2199
  * view the LICENSE file that was distributed with this source code.
2200
- */ function asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, key, arg) {
2200
+ */ function asyncGeneratorStep$f(gen, resolve, reject, _next, _throw, key, arg) {
2201
2201
  try {
2202
2202
  var info = gen[key](arg);
2203
2203
  var value = info.value;
@@ -2211,16 +2211,16 @@ class BaseAPI {
2211
2211
  Promise.resolve(value).then(_next, _throw);
2212
2212
  }
2213
2213
  }
2214
- function _async_to_generator$e(fn) {
2214
+ function _async_to_generator$f(fn) {
2215
2215
  return function() {
2216
2216
  var self = this, args = arguments;
2217
2217
  return new Promise(function(resolve, reject) {
2218
2218
  var gen = fn.apply(self, args);
2219
2219
  function _next(value) {
2220
- asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, "next", value);
2220
+ asyncGeneratorStep$f(gen, resolve, reject, _next, _throw, "next", value);
2221
2221
  }
2222
2222
  function _throw(err) {
2223
- asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, "throw", err);
2223
+ asyncGeneratorStep$f(gen, resolve, reject, _next, _throw, "throw", err);
2224
2224
  }
2225
2225
  _next(undefined);
2226
2226
  });
@@ -2229,21 +2229,21 @@ function _async_to_generator$e(fn) {
2229
2229
  class MasterImageGroupAPI extends BaseAPI {
2230
2230
  getMany(data) {
2231
2231
  var _this = this;
2232
- return _async_to_generator$e(function*() {
2232
+ return _async_to_generator$f(function*() {
2233
2233
  const response = yield _this.client.get(`master-image-groups${rapiq.buildQuery(data)}`);
2234
2234
  return response.data;
2235
2235
  })();
2236
2236
  }
2237
2237
  getOne(id) {
2238
2238
  var _this = this;
2239
- return _async_to_generator$e(function*() {
2239
+ return _async_to_generator$f(function*() {
2240
2240
  const response = yield _this.client.delete(`master-image-groups/${id}`);
2241
2241
  return response.data;
2242
2242
  })();
2243
2243
  }
2244
2244
  delete(id) {
2245
2245
  var _this = this;
2246
- return _async_to_generator$e(function*() {
2246
+ return _async_to_generator$f(function*() {
2247
2247
  const response = yield _this.client.delete(`master-image-groups/${id}`);
2248
2248
  return response.data;
2249
2249
  })();
@@ -2254,7 +2254,7 @@ class MasterImageGroupAPI extends BaseAPI {
2254
2254
  * Author Peter Placzek (tada5hi)
2255
2255
  * For the full copyright and license information,
2256
2256
  * view the LICENSE file that was distributed with this source code.
2257
- */ function asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, key, arg) {
2257
+ */ function asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, key, arg) {
2258
2258
  try {
2259
2259
  var info = gen[key](arg);
2260
2260
  var value = info.value;
@@ -2268,16 +2268,16 @@ class MasterImageGroupAPI extends BaseAPI {
2268
2268
  Promise.resolve(value).then(_next, _throw);
2269
2269
  }
2270
2270
  }
2271
- function _async_to_generator$d(fn) {
2271
+ function _async_to_generator$e(fn) {
2272
2272
  return function() {
2273
2273
  var self = this, args = arguments;
2274
2274
  return new Promise(function(resolve, reject) {
2275
2275
  var gen = fn.apply(self, args);
2276
2276
  function _next(value) {
2277
- asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, "next", value);
2277
+ asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, "next", value);
2278
2278
  }
2279
2279
  function _throw(err) {
2280
- asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, "throw", err);
2280
+ asyncGeneratorStep$e(gen, resolve, reject, _next, _throw, "throw", err);
2281
2281
  }
2282
2282
  _next(undefined);
2283
2283
  });
@@ -2314,28 +2314,28 @@ function _object_spread$3(target) {
2314
2314
  class MasterImageAPI extends BaseAPI {
2315
2315
  getMany(data) {
2316
2316
  var _this = this;
2317
- return _async_to_generator$d(function*() {
2317
+ return _async_to_generator$e(function*() {
2318
2318
  const response = yield _this.client.get(`master-images${rapiq.buildQuery(data)}`);
2319
2319
  return response.data;
2320
2320
  })();
2321
2321
  }
2322
2322
  getOne(id, data) {
2323
2323
  var _this = this;
2324
- return _async_to_generator$d(function*() {
2324
+ return _async_to_generator$e(function*() {
2325
2325
  const response = yield _this.client.get(`master-images/${id}${rapiq.buildQuery(data)}`);
2326
2326
  return response.data;
2327
2327
  })();
2328
2328
  }
2329
2329
  delete(id) {
2330
2330
  var _this = this;
2331
- return _async_to_generator$d(function*() {
2331
+ return _async_to_generator$e(function*() {
2332
2332
  const response = yield _this.client.delete(`master-images/${id}`);
2333
2333
  return response.data;
2334
2334
  })();
2335
2335
  }
2336
2336
  runCommand(command, data = {}) {
2337
2337
  var _this = this;
2338
- return _async_to_generator$d(function*() {
2338
+ return _async_to_generator$e(function*() {
2339
2339
  const actionData = _object_spread$3({
2340
2340
  command
2341
2341
  }, data);
@@ -2349,7 +2349,7 @@ class MasterImageAPI extends BaseAPI {
2349
2349
  * Author Peter Placzek (tada5hi)
2350
2350
  * For the full copyright and license information,
2351
2351
  * view the LICENSE file that was distributed with this source code.
2352
- */ function asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, key, arg) {
2352
+ */ function asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, key, arg) {
2353
2353
  try {
2354
2354
  var info = gen[key](arg);
2355
2355
  var value = info.value;
@@ -2363,16 +2363,16 @@ class MasterImageAPI extends BaseAPI {
2363
2363
  Promise.resolve(value).then(_next, _throw);
2364
2364
  }
2365
2365
  }
2366
- function _async_to_generator$c(fn) {
2366
+ function _async_to_generator$d(fn) {
2367
2367
  return function() {
2368
2368
  var self = this, args = arguments;
2369
2369
  return new Promise(function(resolve, reject) {
2370
2370
  var gen = fn.apply(self, args);
2371
2371
  function _next(value) {
2372
- asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, "next", value);
2372
+ asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, "next", value);
2373
2373
  }
2374
2374
  function _throw(err) {
2375
- asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, "throw", err);
2375
+ asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, "throw", err);
2376
2376
  }
2377
2377
  _next(undefined);
2378
2378
  });
@@ -2381,35 +2381,35 @@ function _async_to_generator$c(fn) {
2381
2381
  class MasterImageEventLogAPI extends BaseAPI {
2382
2382
  getMany(options) {
2383
2383
  var _this = this;
2384
- return _async_to_generator$c(function*() {
2384
+ return _async_to_generator$d(function*() {
2385
2385
  const { data: response } = yield _this.client.get(`master-image-event-logs${rapiq.buildQuery(options)}`);
2386
2386
  return response;
2387
2387
  })();
2388
2388
  }
2389
2389
  getOne(id) {
2390
2390
  var _this = this;
2391
- return _async_to_generator$c(function*() {
2391
+ return _async_to_generator$d(function*() {
2392
2392
  const { data: response } = yield _this.client.get(`master-image-event-logs/${id}`);
2393
2393
  return response;
2394
2394
  })();
2395
2395
  }
2396
2396
  delete(id) {
2397
2397
  var _this = this;
2398
- return _async_to_generator$c(function*() {
2398
+ return _async_to_generator$d(function*() {
2399
2399
  const { data: response } = yield _this.client.delete(`master-image-event-logs/${id}`);
2400
2400
  return response;
2401
2401
  })();
2402
2402
  }
2403
2403
  update(id, data) {
2404
2404
  var _this = this;
2405
- return _async_to_generator$c(function*() {
2405
+ return _async_to_generator$d(function*() {
2406
2406
  const { data: response } = yield _this.client.post(`master-image-event-logs/${id}`, data);
2407
2407
  return response;
2408
2408
  })();
2409
2409
  }
2410
2410
  create(data) {
2411
2411
  var _this = this;
2412
- return _async_to_generator$c(function*() {
2412
+ return _async_to_generator$d(function*() {
2413
2413
  const { data: response } = yield _this.client.post('master-image-event-logs', data);
2414
2414
  return response;
2415
2415
  })();
@@ -2429,7 +2429,7 @@ function nullifyEmptyObjectProperties(data) {
2429
2429
  * Author Peter Placzek (tada5hi)
2430
2430
  * For the full copyright and license information,
2431
2431
  * view the LICENSE file that was distributed with this source code.
2432
- */ function asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, key, arg) {
2432
+ */ function asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, key, arg) {
2433
2433
  try {
2434
2434
  var info = gen[key](arg);
2435
2435
  var value = info.value;
@@ -2443,16 +2443,16 @@ function nullifyEmptyObjectProperties(data) {
2443
2443
  Promise.resolve(value).then(_next, _throw);
2444
2444
  }
2445
2445
  }
2446
- function _async_to_generator$b(fn) {
2446
+ function _async_to_generator$c(fn) {
2447
2447
  return function() {
2448
2448
  var self = this, args = arguments;
2449
2449
  return new Promise(function(resolve, reject) {
2450
2450
  var gen = fn.apply(self, args);
2451
2451
  function _next(value) {
2452
- asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, "next", value);
2452
+ asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, "next", value);
2453
2453
  }
2454
2454
  function _throw(err) {
2455
- asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, "throw", err);
2455
+ asyncGeneratorStep$c(gen, resolve, reject, _next, _throw, "throw", err);
2456
2456
  }
2457
2457
  _next(undefined);
2458
2458
  });
@@ -2461,35 +2461,35 @@ function _async_to_generator$b(fn) {
2461
2461
  class ProjectAPI extends BaseAPI {
2462
2462
  getMany(record) {
2463
2463
  var _this = this;
2464
- return _async_to_generator$b(function*() {
2464
+ return _async_to_generator$c(function*() {
2465
2465
  const response = yield _this.client.get(`projects${rapiq.buildQuery(record)}`);
2466
2466
  return response.data;
2467
2467
  })();
2468
2468
  }
2469
2469
  getOne(id, requestRecord) {
2470
2470
  var _this = this;
2471
- return _async_to_generator$b(function*() {
2471
+ return _async_to_generator$c(function*() {
2472
2472
  const response = yield _this.client.get(`projects/${id}${rapiq.buildQuery(requestRecord)}`);
2473
2473
  return response.data;
2474
2474
  })();
2475
2475
  }
2476
2476
  create(data) {
2477
2477
  var _this = this;
2478
- return _async_to_generator$b(function*() {
2478
+ return _async_to_generator$c(function*() {
2479
2479
  const response = yield _this.client.post('projects', nullifyEmptyObjectProperties(data));
2480
2480
  return response.data;
2481
2481
  })();
2482
2482
  }
2483
2483
  delete(id) {
2484
2484
  var _this = this;
2485
- return _async_to_generator$b(function*() {
2485
+ return _async_to_generator$c(function*() {
2486
2486
  const response = yield _this.client.delete(`projects/${id}`);
2487
2487
  return response.data;
2488
2488
  })();
2489
2489
  }
2490
2490
  update(id, data) {
2491
2491
  var _this = this;
2492
- return _async_to_generator$b(function*() {
2492
+ return _async_to_generator$c(function*() {
2493
2493
  const response = yield _this.client.post(`projects/${id}`, nullifyEmptyObjectProperties(data));
2494
2494
  return response.data;
2495
2495
  })();
@@ -2500,7 +2500,7 @@ class ProjectAPI extends BaseAPI {
2500
2500
  * Author Peter Placzek (tada5hi)
2501
2501
  * For the full copyright and license information,
2502
2502
  * view the LICENSE file that was distributed with this source code.
2503
- */ function asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, key, arg) {
2503
+ */ function asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, key, arg) {
2504
2504
  try {
2505
2505
  var info = gen[key](arg);
2506
2506
  var value = info.value;
@@ -2514,16 +2514,16 @@ class ProjectAPI extends BaseAPI {
2514
2514
  Promise.resolve(value).then(_next, _throw);
2515
2515
  }
2516
2516
  }
2517
- function _async_to_generator$a(fn) {
2517
+ function _async_to_generator$b(fn) {
2518
2518
  return function() {
2519
2519
  var self = this, args = arguments;
2520
2520
  return new Promise(function(resolve, reject) {
2521
2521
  var gen = fn.apply(self, args);
2522
2522
  function _next(value) {
2523
- asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, "next", value);
2523
+ asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, "next", value);
2524
2524
  }
2525
2525
  function _throw(err) {
2526
- asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, "throw", err);
2526
+ asyncGeneratorStep$b(gen, resolve, reject, _next, _throw, "throw", err);
2527
2527
  }
2528
2528
  _next(undefined);
2529
2529
  });
@@ -2532,35 +2532,35 @@ function _async_to_generator$a(fn) {
2532
2532
  class ProjectNodeAPI extends BaseAPI {
2533
2533
  getMany(data) {
2534
2534
  var _this = this;
2535
- return _async_to_generator$a(function*() {
2535
+ return _async_to_generator$b(function*() {
2536
2536
  const response = yield _this.client.get(`project-nodes${rapiq.buildQuery(data)}`);
2537
2537
  return response.data;
2538
2538
  })();
2539
2539
  }
2540
2540
  getOne(id, data) {
2541
2541
  var _this = this;
2542
- return _async_to_generator$a(function*() {
2542
+ return _async_to_generator$b(function*() {
2543
2543
  const response = yield _this.client.get(`project-nodes/${id}${rapiq.buildQuery(data)}`);
2544
2544
  return response.data;
2545
2545
  })();
2546
2546
  }
2547
2547
  create(data) {
2548
2548
  var _this = this;
2549
- return _async_to_generator$a(function*() {
2549
+ return _async_to_generator$b(function*() {
2550
2550
  const response = yield _this.client.post('project-nodes', data);
2551
2551
  return response.data;
2552
2552
  })();
2553
2553
  }
2554
2554
  update(id, data) {
2555
2555
  var _this = this;
2556
- return _async_to_generator$a(function*() {
2556
+ return _async_to_generator$b(function*() {
2557
2557
  const response = yield _this.client.post(`project-nodes/${id}`, nullifyEmptyObjectProperties(data));
2558
2558
  return response.data;
2559
2559
  })();
2560
2560
  }
2561
2561
  delete(id) {
2562
2562
  var _this = this;
2563
- return _async_to_generator$a(function*() {
2563
+ return _async_to_generator$b(function*() {
2564
2564
  const response = yield _this.client.delete(`project-nodes/${id}`);
2565
2565
  return response.data;
2566
2566
  })();
@@ -2571,7 +2571,7 @@ class ProjectNodeAPI extends BaseAPI {
2571
2571
  * Author Peter Placzek (tada5hi)
2572
2572
  * For the full copyright and license information,
2573
2573
  * view the LICENSE file that was distributed with this source code.
2574
- */ function asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, key, arg) {
2574
+ */ function asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, key, arg) {
2575
2575
  try {
2576
2576
  var info = gen[key](arg);
2577
2577
  var value = info.value;
@@ -2585,16 +2585,16 @@ class ProjectNodeAPI extends BaseAPI {
2585
2585
  Promise.resolve(value).then(_next, _throw);
2586
2586
  }
2587
2587
  }
2588
- function _async_to_generator$9(fn) {
2588
+ function _async_to_generator$a(fn) {
2589
2589
  return function() {
2590
2590
  var self = this, args = arguments;
2591
2591
  return new Promise(function(resolve, reject) {
2592
2592
  var gen = fn.apply(self, args);
2593
2593
  function _next(value) {
2594
- asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, "next", value);
2594
+ asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, "next", value);
2595
2595
  }
2596
2596
  function _throw(err) {
2597
- asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, "throw", err);
2597
+ asyncGeneratorStep$a(gen, resolve, reject, _next, _throw, "throw", err);
2598
2598
  }
2599
2599
  _next(undefined);
2600
2600
  });
@@ -2603,35 +2603,35 @@ function _async_to_generator$9(fn) {
2603
2603
  class RegistryAPI extends BaseAPI {
2604
2604
  getMany(options) {
2605
2605
  var _this = this;
2606
- return _async_to_generator$9(function*() {
2606
+ return _async_to_generator$a(function*() {
2607
2607
  const response = yield _this.client.get(`registries${rapiq.buildQuery(options)}`);
2608
2608
  return response.data;
2609
2609
  })();
2610
2610
  }
2611
2611
  getOne(id, options) {
2612
2612
  var _this = this;
2613
- return _async_to_generator$9(function*() {
2613
+ return _async_to_generator$a(function*() {
2614
2614
  const response = yield _this.client.get(`registries/${id}${rapiq.buildQuery(options)}`);
2615
2615
  return response.data;
2616
2616
  })();
2617
2617
  }
2618
2618
  create(data) {
2619
2619
  var _this = this;
2620
- return _async_to_generator$9(function*() {
2620
+ return _async_to_generator$a(function*() {
2621
2621
  const response = yield _this.client.post('registries', nullifyEmptyObjectProperties(data));
2622
2622
  return response.data;
2623
2623
  })();
2624
2624
  }
2625
2625
  update(id, data) {
2626
2626
  var _this = this;
2627
- return _async_to_generator$9(function*() {
2627
+ return _async_to_generator$a(function*() {
2628
2628
  const response = yield _this.client.post(`registries/${id}`, nullifyEmptyObjectProperties(data));
2629
2629
  return response.data;
2630
2630
  })();
2631
2631
  }
2632
2632
  delete(id) {
2633
2633
  var _this = this;
2634
- return _async_to_generator$9(function*() {
2634
+ return _async_to_generator$a(function*() {
2635
2635
  const response = yield _this.client.delete(`registries/${id}`);
2636
2636
  return response.data;
2637
2637
  })();
@@ -2642,7 +2642,7 @@ class RegistryAPI extends BaseAPI {
2642
2642
  * Author Peter Placzek (tada5hi)
2643
2643
  * For the full copyright and license information,
2644
2644
  * view the LICENSE file that was distributed with this source code.
2645
- */ function asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, key, arg) {
2645
+ */ function asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, key, arg) {
2646
2646
  try {
2647
2647
  var info = gen[key](arg);
2648
2648
  var value = info.value;
@@ -2656,16 +2656,16 @@ class RegistryAPI extends BaseAPI {
2656
2656
  Promise.resolve(value).then(_next, _throw);
2657
2657
  }
2658
2658
  }
2659
- function _async_to_generator$8(fn) {
2659
+ function _async_to_generator$9(fn) {
2660
2660
  return function() {
2661
2661
  var self = this, args = arguments;
2662
2662
  return new Promise(function(resolve, reject) {
2663
2663
  var gen = fn.apply(self, args);
2664
2664
  function _next(value) {
2665
- asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, "next", value);
2665
+ asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, "next", value);
2666
2666
  }
2667
2667
  function _throw(err) {
2668
- asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, "throw", err);
2668
+ asyncGeneratorStep$9(gen, resolve, reject, _next, _throw, "throw", err);
2669
2669
  }
2670
2670
  _next(undefined);
2671
2671
  });
@@ -2674,35 +2674,35 @@ function _async_to_generator$8(fn) {
2674
2674
  class RegistryProjectAPI extends BaseAPI {
2675
2675
  getMany(options) {
2676
2676
  var _this = this;
2677
- return _async_to_generator$8(function*() {
2677
+ return _async_to_generator$9(function*() {
2678
2678
  const response = yield _this.client.get(`registry-projects${rapiq.buildQuery(options)}`);
2679
2679
  return response.data;
2680
2680
  })();
2681
2681
  }
2682
2682
  getOne(id, options) {
2683
2683
  var _this = this;
2684
- return _async_to_generator$8(function*() {
2684
+ return _async_to_generator$9(function*() {
2685
2685
  const response = yield _this.client.get(`registry-projects/${id}${rapiq.buildQuery(options)}`);
2686
2686
  return response.data;
2687
2687
  })();
2688
2688
  }
2689
2689
  create(data) {
2690
2690
  var _this = this;
2691
- return _async_to_generator$8(function*() {
2691
+ return _async_to_generator$9(function*() {
2692
2692
  const response = yield _this.client.post('registry-projects', nullifyEmptyObjectProperties(data));
2693
2693
  return response.data;
2694
2694
  })();
2695
2695
  }
2696
2696
  update(id, data) {
2697
2697
  var _this = this;
2698
- return _async_to_generator$8(function*() {
2698
+ return _async_to_generator$9(function*() {
2699
2699
  const response = yield _this.client.post(`registry-projects/${id}`, nullifyEmptyObjectProperties(data));
2700
2700
  return response.data;
2701
2701
  })();
2702
2702
  }
2703
2703
  delete(id) {
2704
2704
  var _this = this;
2705
- return _async_to_generator$8(function*() {
2705
+ return _async_to_generator$9(function*() {
2706
2706
  const response = yield _this.client.delete(`registry-projects/${id}`);
2707
2707
  return response.data;
2708
2708
  })();
@@ -2713,7 +2713,7 @@ class RegistryProjectAPI extends BaseAPI {
2713
2713
  * Author Peter Placzek (tada5hi)
2714
2714
  * For the full copyright and license information,
2715
2715
  * view the LICENSE file that was distributed with this source code.
2716
- */ function asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, key, arg) {
2716
+ */ function asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, key, arg) {
2717
2717
  try {
2718
2718
  var info = gen[key](arg);
2719
2719
  var value = info.value;
@@ -2727,16 +2727,16 @@ class RegistryProjectAPI extends BaseAPI {
2727
2727
  Promise.resolve(value).then(_next, _throw);
2728
2728
  }
2729
2729
  }
2730
- function _async_to_generator$7(fn) {
2730
+ function _async_to_generator$8(fn) {
2731
2731
  return function() {
2732
2732
  var self = this, args = arguments;
2733
2733
  return new Promise(function(resolve, reject) {
2734
2734
  var gen = fn.apply(self, args);
2735
2735
  function _next(value) {
2736
- asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, "next", value);
2736
+ asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, "next", value);
2737
2737
  }
2738
2738
  function _throw(err) {
2739
- asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, "throw", err);
2739
+ asyncGeneratorStep$8(gen, resolve, reject, _next, _throw, "throw", err);
2740
2740
  }
2741
2741
  _next(undefined);
2742
2742
  });
@@ -2773,42 +2773,42 @@ function _object_spread$2(target) {
2773
2773
  class NodeAPI extends BaseAPI {
2774
2774
  getMany(options) {
2775
2775
  var _this = this;
2776
- return _async_to_generator$7(function*() {
2776
+ return _async_to_generator$8(function*() {
2777
2777
  const response = yield _this.client.get(`nodes${rapiq.buildQuery(options)}`);
2778
2778
  return response.data;
2779
2779
  })();
2780
2780
  }
2781
2781
  getOne(id, options) {
2782
2782
  var _this = this;
2783
- return _async_to_generator$7(function*() {
2783
+ return _async_to_generator$8(function*() {
2784
2784
  const response = yield _this.client.get(`nodes/${id}${rapiq.buildQuery(options)}`);
2785
2785
  return response.data;
2786
2786
  })();
2787
2787
  }
2788
2788
  create(data) {
2789
2789
  var _this = this;
2790
- return _async_to_generator$7(function*() {
2790
+ return _async_to_generator$8(function*() {
2791
2791
  const response = yield _this.client.post('nodes', nullifyEmptyObjectProperties(data));
2792
2792
  return response.data;
2793
2793
  })();
2794
2794
  }
2795
2795
  update(id, data) {
2796
2796
  var _this = this;
2797
- return _async_to_generator$7(function*() {
2797
+ return _async_to_generator$8(function*() {
2798
2798
  const response = yield _this.client.post(`nodes/${id}`, nullifyEmptyObjectProperties(data));
2799
2799
  return response.data;
2800
2800
  })();
2801
2801
  }
2802
2802
  delete(id) {
2803
2803
  var _this = this;
2804
- return _async_to_generator$7(function*() {
2804
+ return _async_to_generator$8(function*() {
2805
2805
  const response = yield _this.client.delete(`nodes/${id}`);
2806
2806
  return response.data;
2807
2807
  })();
2808
2808
  }
2809
2809
  runCommand(id, task, data) {
2810
2810
  var _this = this;
2811
- return _async_to_generator$7(function*() {
2811
+ return _async_to_generator$8(function*() {
2812
2812
  const response = yield _this.client.post(`nodes/${id}/task`, _object_spread$2({
2813
2813
  task
2814
2814
  }, data));
@@ -2821,7 +2821,7 @@ class NodeAPI extends BaseAPI {
2821
2821
  * Author Peter Placzek (tada5hi)
2822
2822
  * For the full copyright and license information,
2823
2823
  * view the LICENSE file that was distributed with this source code.
2824
- */ function asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, key, arg) {
2824
+ */ function asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, key, arg) {
2825
2825
  try {
2826
2826
  var info = gen[key](arg);
2827
2827
  var value = info.value;
@@ -2835,16 +2835,16 @@ class NodeAPI extends BaseAPI {
2835
2835
  Promise.resolve(value).then(_next, _throw);
2836
2836
  }
2837
2837
  }
2838
- function _async_to_generator$6(fn) {
2838
+ function _async_to_generator$7(fn) {
2839
2839
  return function() {
2840
2840
  var self = this, args = arguments;
2841
2841
  return new Promise(function(resolve, reject) {
2842
2842
  var gen = fn.apply(self, args);
2843
2843
  function _next(value) {
2844
- asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, "next", value);
2844
+ asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, "next", value);
2845
2845
  }
2846
2846
  function _throw(err) {
2847
- asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, "throw", err);
2847
+ asyncGeneratorStep$7(gen, resolve, reject, _next, _throw, "throw", err);
2848
2848
  }
2849
2849
  _next(undefined);
2850
2850
  });
@@ -2894,42 +2894,42 @@ class AnalysisAPI extends BaseAPI {
2894
2894
  }
2895
2895
  getMany(options) {
2896
2896
  var _this = this;
2897
- return _async_to_generator$6(function*() {
2897
+ return _async_to_generator$7(function*() {
2898
2898
  const { data: response } = yield _this.client.get(`analyses${rapiq.buildQuery(options)}`);
2899
2899
  return response;
2900
2900
  })();
2901
2901
  }
2902
2902
  getOne(id, options, requestConfig) {
2903
2903
  var _this = this;
2904
- return _async_to_generator$6(function*() {
2904
+ return _async_to_generator$7(function*() {
2905
2905
  const { data: response } = yield _this.client.get(`analyses/${id}${rapiq.buildQuery(options)}`, requestConfig);
2906
2906
  return response;
2907
2907
  })();
2908
2908
  }
2909
2909
  delete(id) {
2910
2910
  var _this = this;
2911
- return _async_to_generator$6(function*() {
2911
+ return _async_to_generator$7(function*() {
2912
2912
  const { data: response } = yield _this.client.delete(`analyses/${id}`);
2913
2913
  return response;
2914
2914
  })();
2915
2915
  }
2916
2916
  update(id, data) {
2917
2917
  var _this = this;
2918
- return _async_to_generator$6(function*() {
2918
+ return _async_to_generator$7(function*() {
2919
2919
  const { data: response } = yield _this.client.post(`analyses/${id}`, nullifyEmptyObjectProperties(data));
2920
2920
  return response;
2921
2921
  })();
2922
2922
  }
2923
2923
  create(data) {
2924
2924
  var _this = this;
2925
- return _async_to_generator$6(function*() {
2925
+ return _async_to_generator$7(function*() {
2926
2926
  const { data: response } = yield _this.client.post('analyses', nullifyEmptyObjectProperties(data));
2927
2927
  return response;
2928
2928
  })();
2929
2929
  }
2930
2930
  runCommand(id, command, data = {}) {
2931
2931
  var _this = this;
2932
- return _async_to_generator$6(function*() {
2932
+ return _async_to_generator$7(function*() {
2933
2933
  const actionData = _object_spread$1({
2934
2934
  command
2935
2935
  }, data);
@@ -2939,7 +2939,7 @@ class AnalysisAPI extends BaseAPI {
2939
2939
  }
2940
2940
  streamFiles(id) {
2941
2941
  var _this = this;
2942
- return _async_to_generator$6(function*() {
2942
+ return _async_to_generator$7(function*() {
2943
2943
  const response = yield _this.client.get(_this.getFilesDownloadPath(id), {
2944
2944
  responseType: 'stream'
2945
2945
  });
@@ -2948,7 +2948,7 @@ class AnalysisAPI extends BaseAPI {
2948
2948
  }
2949
2949
  downloadResult(id) {
2950
2950
  var _this = this;
2951
- return _async_to_generator$6(function*() {
2951
+ return _async_to_generator$7(function*() {
2952
2952
  const response = yield _this.client.get(_this.getResultDownloadPath(id), {
2953
2953
  responseType: 'stream'
2954
2954
  });
@@ -2961,7 +2961,7 @@ class AnalysisAPI extends BaseAPI {
2961
2961
  * Author Peter Placzek (tada5hi)
2962
2962
  * For the full copyright and license information,
2963
2963
  * view the LICENSE file that was distributed with this source code.
2964
- */ function asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, key, arg) {
2964
+ */ function asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, key, arg) {
2965
2965
  try {
2966
2966
  var info = gen[key](arg);
2967
2967
  var value = info.value;
@@ -2975,16 +2975,16 @@ class AnalysisAPI extends BaseAPI {
2975
2975
  Promise.resolve(value).then(_next, _throw);
2976
2976
  }
2977
2977
  }
2978
- function _async_to_generator$5(fn) {
2978
+ function _async_to_generator$6(fn) {
2979
2979
  return function() {
2980
2980
  var self = this, args = arguments;
2981
2981
  return new Promise(function(resolve, reject) {
2982
2982
  var gen = fn.apply(self, args);
2983
2983
  function _next(value) {
2984
- asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "next", value);
2984
+ asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, "next", value);
2985
2985
  }
2986
2986
  function _throw(err) {
2987
- asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "throw", err);
2987
+ asyncGeneratorStep$6(gen, resolve, reject, _next, _throw, "throw", err);
2988
2988
  }
2989
2989
  _next(undefined);
2990
2990
  });
@@ -2993,40 +2993,111 @@ function _async_to_generator$5(fn) {
2993
2993
  class AnalysisBucketFileAPI extends BaseAPI {
2994
2994
  getMany(options) {
2995
2995
  var _this = this;
2996
- return _async_to_generator$5(function*() {
2996
+ return _async_to_generator$6(function*() {
2997
2997
  const response = yield _this.client.get(`analysis-bucket-files${rapiq.buildQuery(options)}`);
2998
2998
  return response.data;
2999
2999
  })();
3000
3000
  }
3001
3001
  getOne(id) {
3002
3002
  var _this = this;
3003
- return _async_to_generator$5(function*() {
3003
+ return _async_to_generator$6(function*() {
3004
3004
  const response = yield _this.client.get(`analysis-bucket-files/${id}`);
3005
3005
  return response.data;
3006
3006
  })();
3007
3007
  }
3008
3008
  delete(id) {
3009
3009
  var _this = this;
3010
- return _async_to_generator$5(function*() {
3010
+ return _async_to_generator$6(function*() {
3011
3011
  const response = yield _this.client.delete(`analysis-bucket-files/${id}`);
3012
3012
  return response.data;
3013
3013
  })();
3014
3014
  }
3015
3015
  update(id, data) {
3016
3016
  var _this = this;
3017
- return _async_to_generator$5(function*() {
3017
+ return _async_to_generator$6(function*() {
3018
3018
  const { data: response } = yield _this.client.post(`analysis-bucket-files/${id}`, nullifyEmptyObjectProperties(data));
3019
3019
  return response;
3020
3020
  })();
3021
3021
  }
3022
3022
  create(data) {
3023
3023
  var _this = this;
3024
- return _async_to_generator$5(function*() {
3024
+ return _async_to_generator$6(function*() {
3025
3025
  const { data: response } = yield _this.client.post('analysis-bucket-files', nullifyEmptyObjectProperties(data));
3026
3026
  return response;
3027
3027
  })();
3028
3028
  }
3029
3029
  }
3030
+ /*
3031
+ * Copyright (c) 2021-2024.
3032
+ * Author Peter Placzek (tada5hi)
3033
+ * For the full copyright and license information,
3034
+ * view the LICENSE file that was distributed with this source code.
3035
+ */ function asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, key, arg) {
3036
+ try {
3037
+ var info = gen[key](arg);
3038
+ var value = info.value;
3039
+ } catch (error) {
3040
+ reject(error);
3041
+ return;
3042
+ }
3043
+ if (info.done) {
3044
+ resolve(value);
3045
+ } else {
3046
+ Promise.resolve(value).then(_next, _throw);
3047
+ }
3048
+ }
3049
+ function _async_to_generator$5(fn) {
3050
+ return function() {
3051
+ var self = this, args = arguments;
3052
+ return new Promise(function(resolve, reject) {
3053
+ var gen = fn.apply(self, args);
3054
+ function _next(value) {
3055
+ asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "next", value);
3056
+ }
3057
+ function _throw(err) {
3058
+ asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, "throw", err);
3059
+ }
3060
+ _next(undefined);
3061
+ });
3062
+ };
3063
+ }
3064
+ class AnalysisLogAPI extends BaseAPI {
3065
+ getMany(options) {
3066
+ var _this = this;
3067
+ return _async_to_generator$5(function*() {
3068
+ const { data: response } = yield _this.client.get(`analysis-logs${rapiq.buildQuery(options)}`);
3069
+ return response;
3070
+ })();
3071
+ }
3072
+ getOne(id) {
3073
+ var _this = this;
3074
+ return _async_to_generator$5(function*() {
3075
+ const { data: response } = yield _this.client.get(`analysis-logs/${id}`);
3076
+ return response;
3077
+ })();
3078
+ }
3079
+ delete(id) {
3080
+ var _this = this;
3081
+ return _async_to_generator$5(function*() {
3082
+ const { data: response } = yield _this.client.delete(`analysis-logs/${id}`);
3083
+ return response;
3084
+ })();
3085
+ }
3086
+ update(id, data) {
3087
+ var _this = this;
3088
+ return _async_to_generator$5(function*() {
3089
+ const { data: response } = yield _this.client.post(`analysis-logs/${id}`, data);
3090
+ return response;
3091
+ })();
3092
+ }
3093
+ create(data) {
3094
+ var _this = this;
3095
+ return _async_to_generator$5(function*() {
3096
+ const { data: response } = yield _this.client.post('analysis-logs', data);
3097
+ return response;
3098
+ })();
3099
+ }
3100
+ }
3030
3101
  /*
3031
3102
  * Copyright (c) 2021-2024.
3032
3103
  * Author Peter Placzek (tada5hi)
@@ -3061,39 +3132,39 @@ function _async_to_generator$4(fn) {
3061
3132
  });
3062
3133
  };
3063
3134
  }
3064
- class AnalysisLogAPI extends BaseAPI {
3135
+ class TrainStationAPI extends BaseAPI {
3065
3136
  getMany(options) {
3066
3137
  var _this = this;
3067
3138
  return _async_to_generator$4(function*() {
3068
- const { data: response } = yield _this.client.get(`analysis-logs${rapiq.buildQuery(options)}`);
3139
+ const { data: response } = yield _this.client.get(`analysis-nodes${rapiq.buildQuery(options)}`);
3069
3140
  return response;
3070
3141
  })();
3071
3142
  }
3072
3143
  getOne(id) {
3073
3144
  var _this = this;
3074
3145
  return _async_to_generator$4(function*() {
3075
- const { data: response } = yield _this.client.get(`analysis-logs/${id}`);
3146
+ const { data: response } = yield _this.client.get(`analysis-nodes/${id}`);
3076
3147
  return response;
3077
3148
  })();
3078
3149
  }
3079
3150
  delete(id) {
3080
3151
  var _this = this;
3081
3152
  return _async_to_generator$4(function*() {
3082
- const { data: response } = yield _this.client.delete(`analysis-logs/${id}`);
3153
+ const { data: response } = yield _this.client.delete(`analysis-nodes/${id}`);
3083
3154
  return response;
3084
3155
  })();
3085
3156
  }
3086
3157
  update(id, data) {
3087
3158
  var _this = this;
3088
3159
  return _async_to_generator$4(function*() {
3089
- const { data: response } = yield _this.client.post(`analysis-logs/${id}`, data);
3160
+ const { data: response } = yield _this.client.post(`analysis-nodes/${id}`, data);
3090
3161
  return response;
3091
3162
  })();
3092
3163
  }
3093
3164
  create(data) {
3094
3165
  var _this = this;
3095
3166
  return _async_to_generator$4(function*() {
3096
- const { data: response } = yield _this.client.post('analysis-logs', data);
3167
+ const { data: response } = yield _this.client.post('analysis-nodes', data);
3097
3168
  return response;
3098
3169
  })();
3099
3170
  }
@@ -3132,39 +3203,39 @@ function _async_to_generator$3(fn) {
3132
3203
  });
3133
3204
  };
3134
3205
  }
3135
- class TrainStationAPI extends BaseAPI {
3206
+ class AnalysisNodeLogAPI extends BaseAPI {
3136
3207
  getMany(options) {
3137
3208
  var _this = this;
3138
3209
  return _async_to_generator$3(function*() {
3139
- const { data: response } = yield _this.client.get(`analysis-nodes${rapiq.buildQuery(options)}`);
3210
+ const { data: response } = yield _this.client.get(`analysis-node-logs${rapiq.buildQuery(options)}`);
3140
3211
  return response;
3141
3212
  })();
3142
3213
  }
3143
3214
  getOne(id) {
3144
3215
  var _this = this;
3145
3216
  return _async_to_generator$3(function*() {
3146
- const { data: response } = yield _this.client.get(`analysis-nodes/${id}`);
3217
+ const { data: response } = yield _this.client.get(`analysis-node-logs/${id}`);
3147
3218
  return response;
3148
3219
  })();
3149
3220
  }
3150
3221
  delete(id) {
3151
3222
  var _this = this;
3152
3223
  return _async_to_generator$3(function*() {
3153
- const { data: response } = yield _this.client.delete(`analysis-nodes/${id}`);
3224
+ const { data: response } = yield _this.client.delete(`analysis-node-logs/${id}`);
3154
3225
  return response;
3155
3226
  })();
3156
3227
  }
3157
3228
  update(id, data) {
3158
3229
  var _this = this;
3159
3230
  return _async_to_generator$3(function*() {
3160
- const { data: response } = yield _this.client.post(`analysis-nodes/${id}`, data);
3231
+ const { data: response } = yield _this.client.post(`analysis-node-logs/${id}`, data);
3161
3232
  return response;
3162
3233
  })();
3163
3234
  }
3164
3235
  create(data) {
3165
3236
  var _this = this;
3166
3237
  return _async_to_generator$3(function*() {
3167
- const { data: response } = yield _this.client.post('analysis-nodes', data);
3238
+ const { data: response } = yield _this.client.post('analysis-node-logs', data);
3168
3239
  return response;
3169
3240
  })();
3170
3241
  }
@@ -3404,7 +3475,7 @@ class AnalysisBucketAPI extends BaseAPI {
3404
3475
  }
3405
3476
  class Client extends Client$1 {
3406
3477
  constructor(config){
3407
- super(config), _define_property(this, "masterImage", void 0), _define_property(this, "masterImageGroup", void 0), _define_property(this, "masterImageEventLog", void 0), _define_property(this, "project", void 0), _define_property(this, "projectNode", void 0), _define_property(this, "registry", void 0), _define_property(this, "registryProject", void 0), _define_property(this, "node", void 0), _define_property(this, "analysis", void 0), _define_property(this, "analysisBucket", void 0), _define_property(this, "analysisBucketFile", void 0), _define_property(this, "analysisLog", void 0), _define_property(this, "analysisNode", void 0), _define_property(this, "analysisPermission", void 0), _define_property(this, "service", void 0);
3478
+ super(config), _define_property(this, "masterImage", void 0), _define_property(this, "masterImageGroup", void 0), _define_property(this, "masterImageEventLog", void 0), _define_property(this, "project", void 0), _define_property(this, "projectNode", void 0), _define_property(this, "registry", void 0), _define_property(this, "registryProject", void 0), _define_property(this, "node", void 0), _define_property(this, "analysis", void 0), _define_property(this, "analysisBucket", void 0), _define_property(this, "analysisBucketFile", void 0), _define_property(this, "analysisLog", void 0), _define_property(this, "analysisNode", void 0), _define_property(this, "analysisNodeLog", void 0), _define_property(this, "analysisPermission", void 0), _define_property(this, "service", void 0);
3408
3479
  this.masterImage = new MasterImageAPI({
3409
3480
  client: this
3410
3481
  });
@@ -3444,6 +3515,9 @@ class Client extends Client$1 {
3444
3515
  this.analysisNode = new TrainStationAPI({
3445
3516
  client: this
3446
3517
  });
3518
+ this.analysisNodeLog = new AnalysisNodeLogAPI({
3519
+ client: this
3520
+ });
3447
3521
  this.analysisPermission = new AnalysisPermissionAPI({
3448
3522
  client: this
3449
3523
  });
@@ -12835,11 +12909,6 @@ var FAnalysisLog = vue.defineComponent({
12835
12909
  parts.push(vue.h('strong', refs.entity.value.error_code));
12836
12910
  parts.push(' ');
12837
12911
  }
12838
- if (refs.entity.value.step) {
12839
- parts.push('during the step ');
12840
- parts.push(vue.h('strong', refs.entity.value.step));
12841
- parts.push(' ');
12842
- }
12843
12912
  parts.push('occurred');
12844
12913
  message = vue.h('span', parts);
12845
12914
  } else if (refs.entity.value.status) {