Skip to content

Commit d2ae508

Browse files
Merge pull request #535 from marisuch/master
16036: Model update
2 parents e6cfc80 + 3679beb commit d2ae508

10 files changed

Lines changed: 1858 additions & 4194 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DeviceCleanupConfiguration } from './Device';
2-
export type CleanupConfigurationData = Pick<DeviceCleanupConfiguration, 'content' | 'discriminator' | 'enabled' | 'osType' | 'description'>;
2+
export type CleanupConfigurationData = Pick<DeviceCleanupConfiguration, 'content' | 'name' | 'enabled' | 'osType' | 'description'>;
33
export interface SpecificCleanupConfigurationQueryParams {
44
serialId: string;
55
}

dist/api/models/Device.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export type DeviceCleanupConfiguration = {
7474
createdByEmail: string;
7575
createdById: number;
7676
description: string;
77-
discriminator: string;
77+
name: string;
7878
enabled: boolean;
7979
global: boolean;
8080
example: true;

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.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.

0 commit comments

Comments
 (0)