@bitbar/cloud-api-client 1.6.3 → 1.6.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.
@@ -38,6 +38,7 @@ export type AccountUsageSummary = {
38
38
  osVersionsCount: number;
39
39
  projectsCount: number;
40
40
  usersCount: number;
41
+ previous: AccountUsageSummary;
41
42
  };
42
43
  export type AccountUsage = {
43
44
  timestamp: number;
@@ -18,6 +18,7 @@ export declare enum DeviceSessionState {
18
18
  ABORTED = "ABORTED",
19
19
  EXCLUDED = "EXCLUDED",
20
20
  FAILED = "FAILED",
21
+ FINISHING = "FINISHING",
21
22
  RUNNING = "RUNNING",
22
23
  SUCCEEDED = "SUCCEEDED",
23
24
  TIMEOUT = "TIMEOUT",
@@ -1,11 +1,11 @@
1
- /* @bitbar/cloud-api-client v1.6.3 | Copyright 2026 (c) SmartBear Software and contributors | .git/blob/master/LICENSE */
1
+ /* @bitbar/cloud-api-client v1.6.4 | Copyright 2026 (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('@bitbar/finka'), require('qs'), require('node-abort-controller')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', '@bitbar/finka', 'qs', 'node-abort-controller'], factory) :
5
5
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["bitbar-cloud-api-client"] = {}, global["@bitbar/finka"], global.qs, global["node-abort-controller"]));
6
6
  })(this, (function (exports, finka, qs, nodeAbortController) { 'use strict';
7
7
 
8
- var version = "1.6.3";
8
+ var version = "1.6.4";
9
9
 
10
10
  /******************************************************************************
11
11
  Copyright (c) Microsoft Corporation.
@@ -2100,6 +2100,7 @@
2100
2100
  DeviceSessionState["ABORTED"] = "ABORTED";
2101
2101
  DeviceSessionState["EXCLUDED"] = "EXCLUDED";
2102
2102
  DeviceSessionState["FAILED"] = "FAILED";
2103
+ DeviceSessionState["FINISHING"] = "FINISHING";
2103
2104
  DeviceSessionState["RUNNING"] = "RUNNING";
2104
2105
  DeviceSessionState["SUCCEEDED"] = "SUCCEEDED";
2105
2106
  DeviceSessionState["TIMEOUT"] = "TIMEOUT";