@bitbar/cloud-api-client 0.55.0 → 0.55.1

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.
@@ -1,4 +1,4 @@
1
- /* @bitbar/cloud-api-client v0.55.0 | Copyright 2021 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v0.55.1 | Copyright 2021 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@bitbar/finka'), require('axios'), require('qs')) :
4
4
  typeof define === 'function' && define.amd ? define(['@bitbar/finka', 'axios', 'qs'], factory) :
@@ -11,7 +11,7 @@
11
11
 
12
12
  finka();
13
13
 
14
- var version = "0.55.0";
14
+ var version = "0.55.1";
15
15
 
16
16
  var ALLOWED_HTTP_METHODS;
17
17
  (function (ALLOWED_HTTP_METHODS) {
@@ -1496,7 +1496,7 @@
1496
1496
  throw new Error('Resource ID cannot be null!');
1497
1497
  }
1498
1498
  super(parent);
1499
- this.push('device-models', id);
1499
+ this.push('admin', 'device-models', id);
1500
1500
  }
1501
1501
  browsers() {
1502
1502
  return new APIList(this).push('browsers');