Skip to content

Commit 6d60bde

Browse files
committed
SDCB-16004: Type update
1 parent 37fa1f2 commit 6d60bde

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

dist/api/models/AccountConcurrencyStatusMap.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export type AccountConcurrencyStatusMap = {
1010
id: number;
1111
AUTOMATIC: ConcurrencyDetails;
1212
MANUAL: ConcurrencyDetails;
13+
DEDICATED: ConcurrencyDetails;
1314
};
1415
export {};

dist/bitbar-cloud-api-client.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bitbar-cloud-api-client.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitbar/cloud-api-client",
3-
"version": "1.4.10",
3+
"version": "1.4.11",
44
"description": "Bitbar Cloud API Client for JavaScript",
55
"main": "dist/bitbar-cloud-api-client.min.js",
66
"types": "dist/index.d.ts",

src/api/models/AccountConcurrencyStatusMap.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ type ConcurrencyDetails = {
1010
export type AccountConcurrencyStatusMap = {
1111
id: number;
1212
AUTOMATIC: ConcurrencyDetails,
13-
MANUAL: ConcurrencyDetails
13+
MANUAL: ConcurrencyDetails,
14+
DEDICATED: ConcurrencyDetails
1415
}

0 commit comments

Comments
 (0)