Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/98sw9l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nuki-api-js": minor
---

Bump version from 4.3.0 to 4.4.0 to reflect schema adjustments
2 changes: 1 addition & 1 deletion packages/nuki-api-js/src/api/components.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 4.3.0
* @version 4.4.0
*/
import type * as Fetcher from "./fetcher";
import { fetch, FetcherExtraProps } from "./fetcher";
Expand Down
2 changes: 1 addition & 1 deletion packages/nuki-api-js/src/api/requestBodies.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 4.3.0
* @version 4.4.0
*/
import type * as Schemas from "./schemas";

Expand Down
22 changes: 11 additions & 11 deletions packages/nuki-api-js/src/api/schemas.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Generated by @openapi-codegen
*
* @version 4.3.0
* @version 4.4.0
*/
export type Account = {
/**
Expand Down Expand Up @@ -1064,13 +1064,13 @@ export type Application = {
connegService?: ConnegService;
converterService?: ConverterService;
metadataService?: MetadataService;
rangeService?: RangeService;
statusService?: StatusService;
taskService?: TaskService;
tunnelService?: TunnelService;
connectorService?: ConnectorService;
decoderService?: DecoderService;
encoderService?: EncoderService;
rangeService?: RangeService;
taskService?: TaskService;
tunnelService?: TunnelService;
logger?: Logger;
application?: Application;
stopped?: boolean;
Expand Down Expand Up @@ -1179,10 +1179,10 @@ export type ClientInfo = {
principals?: Principal[];
roles?: Role[];
user?: User;
upstreamAddress?: string;
agentName?: string;
agentVersion?: string;
mainAgentProduct?: Product;
upstreamAddress?: string;
};

export type Company = {
Expand Down Expand Up @@ -1470,11 +1470,11 @@ export type MetadataService = {
defaultEncoding?: Encoding;
defaultLanguage?: Language;
defaultMediaType?: MediaType;
allEncodingExtensionNames?: string[];
allCharacterSetExtensionNames?: string[];
allExtensionNames?: string[];
allLanguageExtensionNames?: string[];
allMediaTypeExtensionNames?: string[];
allEncodingExtensionNames?: string[];
allCharacterSetExtensionNames?: string[];
stopped?: boolean;
};

Expand Down Expand Up @@ -1659,15 +1659,15 @@ export type ObjectId = {
/**
* @format int32
*/
processIdentifier?: number;
machineIdentifier?: number;
/**
* @format int32
*/
timeSecond?: number;
processIdentifier?: number;
/**
* @format int32
*/
machineIdentifier?: number;
timeSecond?: number;
};

export type OpenerIntercomBrand = {
Expand Down Expand Up @@ -2119,8 +2119,8 @@ export type Response = {
final?: boolean;
provisional?: boolean;
confidential?: boolean;
entityAvailable?: boolean;
entityAsText?: string;
entityAvailable?: boolean;
headers?: Header[];
};

Expand Down
Loading