Skip to content

Commit 99b6b4c

Browse files
authored
Merge pull request #490 from piotrsapiejewskismartbear/master
add missing BillingPeriod model export
2 parents c7328c7 + c755745 commit 99b6b4c

8 files changed

+19
-10
lines changed

dist/bitbar-cloud-api-client.js

Lines changed: 9 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.js.map

Lines changed: 1 addition & 1 deletion
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.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/models.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ export * from './api/models/AdminDeviceSessionStatistics';
1111
export * from './api/models/AdminDeviceType';
1212
export * from './api/models/AdminEmail';
1313
export * from './api/models/AdminError';
14-
export * from './api/models/Administrator';
1514
export * from './api/models/AdminFrameworkStatistics';
15+
export * from './api/models/Administrator';
1616
export * from './api/models/AdminOverview';
1717
export * from './api/models/AdminTestRun';
18+
export * from './api/models/BillingPeriod';
1819
export * from './api/models/Broker';
1920
export * from './api/models/Browser';
2021
export * from './api/models/CleanupConfiguration';

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.5",
3+
"version": "1.2.6",
44
"description": "Bitbar Cloud API Client for JavaScript",
55
"main": "dist/bitbar-cloud-api-client.min.js",
66
"types": "dist/index.d.ts",

src/models.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ export * from './api/models/AdminDeviceSessionStatistics';
1111
export * from './api/models/AdminDeviceType';
1212
export * from './api/models/AdminEmail';
1313
export * from './api/models/AdminError';
14-
export * from './api/models/Administrator';
1514
export * from './api/models/AdminFrameworkStatistics';
15+
export * from './api/models/Administrator';
1616
export * from './api/models/AdminOverview';
1717
export * from './api/models/AdminTestRun';
18+
export * from './api/models/BillingPeriod';
1819
export * from './api/models/Broker';
1920
export * from './api/models/Browser';
2021
export * from './api/models/CleanupConfiguration';

0 commit comments

Comments
 (0)