@bitbar/cloud-api-client 1.2.6 → 1.2.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.
@@ -7,7 +7,6 @@ import { DeviceCleanupConfiguration, DeviceCleanupConfigurationData, DeviceLabel
7
7
  import { NoQueryParams, QueryParams } from './models/HTTP';
8
8
  export declare class APIAdminResourceDevice extends APIResource<AdminDevice, NoQueryParams, AdminDeviceData> {
9
9
  constructor(parent: APIAdminResource, id: number);
10
- blink(): APIResource<AdminDevice, NoQueryParams, void>;
11
10
  cleanupConfiguration(): APIResource<DeviceCleanupConfiguration, QueryParams, DeviceCleanupConfigurationData>;
12
11
  labels(): APIList<DeviceProperty, NoQueryParams, DeviceLabelData>;
13
12
  label(id: number): APIResource<DeviceProperty, NoQueryParams, void>;
@@ -1,4 +1,4 @@
1
- /* @bitbar/cloud-api-client v1.2.6 | Copyright 2024 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v1.2.7 | Copyright 2024 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('axios'), require('@bitbar/finka'), require('qs'), require('node-abort-controller')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'axios', '@bitbar/finka', 'qs', 'node-abort-controller'], factory) :
@@ -10,7 +10,7 @@
10
10
  var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
11
11
  var finka__default = /*#__PURE__*/_interopDefaultLegacy(finka);
12
12
 
13
- var version = "1.2.6";
13
+ var version = "1.2.7";
14
14
 
15
15
  /******************************************************************************
16
16
  Copyright (c) Microsoft Corporation.
@@ -585,9 +585,6 @@
585
585
  super(parent);
586
586
  this.push('admin', 'devices', id);
587
587
  }
588
- blink() {
589
- return new APIResource(this).push('blink').post();
590
- }
591
588
  cleanupConfiguration() {
592
589
  return new APIResource(this).push('cleanup-configuration');
593
590
  }