nuki-api-js 0.0.1 → 0.0.3
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/index.d.cts +16 -16
- package/dist/index.d.mts +16 -16
- package/dist/index.d.ts +16 -16
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> nuki-api-js@0.0.
|
|
2
|
+
> nuki-api-js@0.0.3 build /home/runner/work/openapi-clients/openapi-clients/packages/nuki-api-js
|
|
3
3
|
> unbuild
|
|
4
4
|
|
|
5
5
|
[info] Automatically detected entries: src/index [esm] [cjs] [dts]
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by @openapi-codegen
|
|
3
3
|
*
|
|
4
|
-
* @version 3.
|
|
4
|
+
* @version 3.6.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1055,10 +1055,10 @@ type Application = {
|
|
|
1055
1055
|
metadataService?: MetadataService;
|
|
1056
1056
|
converterService?: ConverterService;
|
|
1057
1057
|
rangeService?: RangeService;
|
|
1058
|
-
taskService?: TaskService;
|
|
1059
1058
|
connectorService?: ConnectorService;
|
|
1060
1059
|
decoderService?: DecoderService;
|
|
1061
1060
|
encoderService?: EncoderService;
|
|
1061
|
+
taskService?: TaskService;
|
|
1062
1062
|
tunnelService?: TunnelService;
|
|
1063
1063
|
logger?: Logger;
|
|
1064
1064
|
application?: Application;
|
|
@@ -1170,21 +1170,21 @@ type Company = {
|
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
1172
|
cancelled?: boolean;
|
|
1173
|
-
done?: boolean;
|
|
1174
1173
|
completedExceptionally?: boolean;
|
|
1175
1174
|
/**
|
|
1176
1175
|
* @format int32
|
|
1177
1176
|
*/
|
|
1178
1177
|
numberOfDependents?: number;
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
1181
|
cancelled?: boolean;
|
|
1182
|
-
done?: boolean;
|
|
1183
1182
|
completedExceptionally?: boolean;
|
|
1184
1183
|
/**
|
|
1185
1184
|
* @format int32
|
|
1186
1185
|
*/
|
|
1187
1186
|
numberOfDependents?: number;
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1410,11 +1410,11 @@ type MetadataService = {
|
|
|
1410
1410
|
defaultEncoding?: Encoding;
|
|
1411
1411
|
defaultLanguage?: Language;
|
|
1412
1412
|
defaultMediaType?: MediaType;
|
|
1413
|
-
allCharacterSetExtensionNames?: string[];
|
|
1414
1413
|
allEncodingExtensionNames?: string[];
|
|
1415
1414
|
allExtensionNames?: string[];
|
|
1416
1415
|
allLanguageExtensionNames?: string[];
|
|
1417
1416
|
allMediaTypeExtensionNames?: string[];
|
|
1417
|
+
allCharacterSetExtensionNames?: string[];
|
|
1418
1418
|
stopped?: boolean;
|
|
1419
1419
|
};
|
|
1420
1420
|
type Method = {
|
|
@@ -1797,16 +1797,17 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
-
schemeSpecificPart?: string;
|
|
1801
1800
|
identifier?: string;
|
|
1801
|
+
schemeSpecificPart?: string;
|
|
1802
1802
|
relative?: boolean;
|
|
1803
|
-
scheme?: string;
|
|
1804
1803
|
path?: string;
|
|
1804
|
+
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
1806
|
+
userInfo?: string;
|
|
1807
|
+
query?: string;
|
|
1806
1808
|
matrix?: string;
|
|
1807
1809
|
matrixAsForm?: Parameter[];
|
|
1808
1810
|
queryAsForm?: Parameter[];
|
|
1809
|
-
query?: string;
|
|
1810
1811
|
extensionsAsArray?: string[];
|
|
1811
1812
|
hierarchicalPart?: string;
|
|
1812
1813
|
hostDomain?: string;
|
|
@@ -1825,7 +1826,6 @@ type Reference = {
|
|
|
1825
1826
|
targetRef?: Reference;
|
|
1826
1827
|
hierarchical?: boolean;
|
|
1827
1828
|
authority?: string;
|
|
1828
|
-
userInfo?: string;
|
|
1829
1829
|
absolute?: boolean;
|
|
1830
1830
|
opaque?: boolean;
|
|
1831
1831
|
extensions?: string;
|
|
@@ -1853,16 +1853,16 @@ type Representation = {
|
|
|
1853
1853
|
* @format int64
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
|
-
|
|
1856
|
+
stream?: InputStream;
|
|
1857
1857
|
text?: string;
|
|
1858
1858
|
reader?: Reader;
|
|
1859
|
-
stream?: InputStream;
|
|
1860
|
-
registration?: SelectionRegistration;
|
|
1861
|
-
selectable?: boolean;
|
|
1862
1859
|
/**
|
|
1863
1860
|
* @format int64
|
|
1864
1861
|
*/
|
|
1865
1862
|
availableSize?: number;
|
|
1863
|
+
registration?: SelectionRegistration;
|
|
1864
|
+
selectable?: boolean;
|
|
1865
|
+
transient?: boolean;
|
|
1866
1866
|
empty?: boolean;
|
|
1867
1867
|
channel?: ReadableByteChannel;
|
|
1868
1868
|
};
|
|
@@ -2036,8 +2036,8 @@ type SelectionRegistration = {
|
|
|
2036
2036
|
readyOperations?: number;
|
|
2037
2037
|
selectableChannel?: SelectableChannel;
|
|
2038
2038
|
wakeupListener?: WakeupListener;
|
|
2039
|
-
writable?: boolean;
|
|
2040
2039
|
readable?: boolean;
|
|
2040
|
+
writable?: boolean;
|
|
2041
2041
|
connectable?: boolean;
|
|
2042
2042
|
interestReady?: boolean;
|
|
2043
2043
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.6.0
|
|
3828
3828
|
*/
|
|
3829
3829
|
|
|
3830
3830
|
type SmartlockAction = SmartlockAction$1;
|
|
@@ -3837,7 +3837,7 @@ declare namespace requestBodies {
|
|
|
3837
3837
|
/**
|
|
3838
3838
|
* Generated by @openapi-codegen
|
|
3839
3839
|
*
|
|
3840
|
-
* @version 3.
|
|
3840
|
+
* @version 3.6.0
|
|
3841
3841
|
*/
|
|
3842
3842
|
|
|
3843
3843
|
type GetAccountsResourceError = ErrorWrapper<undefined>;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by @openapi-codegen
|
|
3
3
|
*
|
|
4
|
-
* @version 3.
|
|
4
|
+
* @version 3.6.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1055,10 +1055,10 @@ type Application = {
|
|
|
1055
1055
|
metadataService?: MetadataService;
|
|
1056
1056
|
converterService?: ConverterService;
|
|
1057
1057
|
rangeService?: RangeService;
|
|
1058
|
-
taskService?: TaskService;
|
|
1059
1058
|
connectorService?: ConnectorService;
|
|
1060
1059
|
decoderService?: DecoderService;
|
|
1061
1060
|
encoderService?: EncoderService;
|
|
1061
|
+
taskService?: TaskService;
|
|
1062
1062
|
tunnelService?: TunnelService;
|
|
1063
1063
|
logger?: Logger;
|
|
1064
1064
|
application?: Application;
|
|
@@ -1170,21 +1170,21 @@ type Company = {
|
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
1172
|
cancelled?: boolean;
|
|
1173
|
-
done?: boolean;
|
|
1174
1173
|
completedExceptionally?: boolean;
|
|
1175
1174
|
/**
|
|
1176
1175
|
* @format int32
|
|
1177
1176
|
*/
|
|
1178
1177
|
numberOfDependents?: number;
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
1181
|
cancelled?: boolean;
|
|
1182
|
-
done?: boolean;
|
|
1183
1182
|
completedExceptionally?: boolean;
|
|
1184
1183
|
/**
|
|
1185
1184
|
* @format int32
|
|
1186
1185
|
*/
|
|
1187
1186
|
numberOfDependents?: number;
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1410,11 +1410,11 @@ type MetadataService = {
|
|
|
1410
1410
|
defaultEncoding?: Encoding;
|
|
1411
1411
|
defaultLanguage?: Language;
|
|
1412
1412
|
defaultMediaType?: MediaType;
|
|
1413
|
-
allCharacterSetExtensionNames?: string[];
|
|
1414
1413
|
allEncodingExtensionNames?: string[];
|
|
1415
1414
|
allExtensionNames?: string[];
|
|
1416
1415
|
allLanguageExtensionNames?: string[];
|
|
1417
1416
|
allMediaTypeExtensionNames?: string[];
|
|
1417
|
+
allCharacterSetExtensionNames?: string[];
|
|
1418
1418
|
stopped?: boolean;
|
|
1419
1419
|
};
|
|
1420
1420
|
type Method = {
|
|
@@ -1797,16 +1797,17 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
-
schemeSpecificPart?: string;
|
|
1801
1800
|
identifier?: string;
|
|
1801
|
+
schemeSpecificPart?: string;
|
|
1802
1802
|
relative?: boolean;
|
|
1803
|
-
scheme?: string;
|
|
1804
1803
|
path?: string;
|
|
1804
|
+
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
1806
|
+
userInfo?: string;
|
|
1807
|
+
query?: string;
|
|
1806
1808
|
matrix?: string;
|
|
1807
1809
|
matrixAsForm?: Parameter[];
|
|
1808
1810
|
queryAsForm?: Parameter[];
|
|
1809
|
-
query?: string;
|
|
1810
1811
|
extensionsAsArray?: string[];
|
|
1811
1812
|
hierarchicalPart?: string;
|
|
1812
1813
|
hostDomain?: string;
|
|
@@ -1825,7 +1826,6 @@ type Reference = {
|
|
|
1825
1826
|
targetRef?: Reference;
|
|
1826
1827
|
hierarchical?: boolean;
|
|
1827
1828
|
authority?: string;
|
|
1828
|
-
userInfo?: string;
|
|
1829
1829
|
absolute?: boolean;
|
|
1830
1830
|
opaque?: boolean;
|
|
1831
1831
|
extensions?: string;
|
|
@@ -1853,16 +1853,16 @@ type Representation = {
|
|
|
1853
1853
|
* @format int64
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
|
-
|
|
1856
|
+
stream?: InputStream;
|
|
1857
1857
|
text?: string;
|
|
1858
1858
|
reader?: Reader;
|
|
1859
|
-
stream?: InputStream;
|
|
1860
|
-
registration?: SelectionRegistration;
|
|
1861
|
-
selectable?: boolean;
|
|
1862
1859
|
/**
|
|
1863
1860
|
* @format int64
|
|
1864
1861
|
*/
|
|
1865
1862
|
availableSize?: number;
|
|
1863
|
+
registration?: SelectionRegistration;
|
|
1864
|
+
selectable?: boolean;
|
|
1865
|
+
transient?: boolean;
|
|
1866
1866
|
empty?: boolean;
|
|
1867
1867
|
channel?: ReadableByteChannel;
|
|
1868
1868
|
};
|
|
@@ -2036,8 +2036,8 @@ type SelectionRegistration = {
|
|
|
2036
2036
|
readyOperations?: number;
|
|
2037
2037
|
selectableChannel?: SelectableChannel;
|
|
2038
2038
|
wakeupListener?: WakeupListener;
|
|
2039
|
-
writable?: boolean;
|
|
2040
2039
|
readable?: boolean;
|
|
2040
|
+
writable?: boolean;
|
|
2041
2041
|
connectable?: boolean;
|
|
2042
2042
|
interestReady?: boolean;
|
|
2043
2043
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.6.0
|
|
3828
3828
|
*/
|
|
3829
3829
|
|
|
3830
3830
|
type SmartlockAction = SmartlockAction$1;
|
|
@@ -3837,7 +3837,7 @@ declare namespace requestBodies {
|
|
|
3837
3837
|
/**
|
|
3838
3838
|
* Generated by @openapi-codegen
|
|
3839
3839
|
*
|
|
3840
|
-
* @version 3.
|
|
3840
|
+
* @version 3.6.0
|
|
3841
3841
|
*/
|
|
3842
3842
|
|
|
3843
3843
|
type GetAccountsResourceError = ErrorWrapper<undefined>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated by @openapi-codegen
|
|
3
3
|
*
|
|
4
|
-
* @version 3.
|
|
4
|
+
* @version 3.6.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1055,10 +1055,10 @@ type Application = {
|
|
|
1055
1055
|
metadataService?: MetadataService;
|
|
1056
1056
|
converterService?: ConverterService;
|
|
1057
1057
|
rangeService?: RangeService;
|
|
1058
|
-
taskService?: TaskService;
|
|
1059
1058
|
connectorService?: ConnectorService;
|
|
1060
1059
|
decoderService?: DecoderService;
|
|
1061
1060
|
encoderService?: EncoderService;
|
|
1061
|
+
taskService?: TaskService;
|
|
1062
1062
|
tunnelService?: TunnelService;
|
|
1063
1063
|
logger?: Logger;
|
|
1064
1064
|
application?: Application;
|
|
@@ -1170,21 +1170,21 @@ type Company = {
|
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
1172
|
cancelled?: boolean;
|
|
1173
|
-
done?: boolean;
|
|
1174
1173
|
completedExceptionally?: boolean;
|
|
1175
1174
|
/**
|
|
1176
1175
|
* @format int32
|
|
1177
1176
|
*/
|
|
1178
1177
|
numberOfDependents?: number;
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
1181
|
cancelled?: boolean;
|
|
1182
|
-
done?: boolean;
|
|
1183
1182
|
completedExceptionally?: boolean;
|
|
1184
1183
|
/**
|
|
1185
1184
|
* @format int32
|
|
1186
1185
|
*/
|
|
1187
1186
|
numberOfDependents?: number;
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1410,11 +1410,11 @@ type MetadataService = {
|
|
|
1410
1410
|
defaultEncoding?: Encoding;
|
|
1411
1411
|
defaultLanguage?: Language;
|
|
1412
1412
|
defaultMediaType?: MediaType;
|
|
1413
|
-
allCharacterSetExtensionNames?: string[];
|
|
1414
1413
|
allEncodingExtensionNames?: string[];
|
|
1415
1414
|
allExtensionNames?: string[];
|
|
1416
1415
|
allLanguageExtensionNames?: string[];
|
|
1417
1416
|
allMediaTypeExtensionNames?: string[];
|
|
1417
|
+
allCharacterSetExtensionNames?: string[];
|
|
1418
1418
|
stopped?: boolean;
|
|
1419
1419
|
};
|
|
1420
1420
|
type Method = {
|
|
@@ -1797,16 +1797,17 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
-
schemeSpecificPart?: string;
|
|
1801
1800
|
identifier?: string;
|
|
1801
|
+
schemeSpecificPart?: string;
|
|
1802
1802
|
relative?: boolean;
|
|
1803
|
-
scheme?: string;
|
|
1804
1803
|
path?: string;
|
|
1804
|
+
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
1806
|
+
userInfo?: string;
|
|
1807
|
+
query?: string;
|
|
1806
1808
|
matrix?: string;
|
|
1807
1809
|
matrixAsForm?: Parameter[];
|
|
1808
1810
|
queryAsForm?: Parameter[];
|
|
1809
|
-
query?: string;
|
|
1810
1811
|
extensionsAsArray?: string[];
|
|
1811
1812
|
hierarchicalPart?: string;
|
|
1812
1813
|
hostDomain?: string;
|
|
@@ -1825,7 +1826,6 @@ type Reference = {
|
|
|
1825
1826
|
targetRef?: Reference;
|
|
1826
1827
|
hierarchical?: boolean;
|
|
1827
1828
|
authority?: string;
|
|
1828
|
-
userInfo?: string;
|
|
1829
1829
|
absolute?: boolean;
|
|
1830
1830
|
opaque?: boolean;
|
|
1831
1831
|
extensions?: string;
|
|
@@ -1853,16 +1853,16 @@ type Representation = {
|
|
|
1853
1853
|
* @format int64
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
|
-
|
|
1856
|
+
stream?: InputStream;
|
|
1857
1857
|
text?: string;
|
|
1858
1858
|
reader?: Reader;
|
|
1859
|
-
stream?: InputStream;
|
|
1860
|
-
registration?: SelectionRegistration;
|
|
1861
|
-
selectable?: boolean;
|
|
1862
1859
|
/**
|
|
1863
1860
|
* @format int64
|
|
1864
1861
|
*/
|
|
1865
1862
|
availableSize?: number;
|
|
1863
|
+
registration?: SelectionRegistration;
|
|
1864
|
+
selectable?: boolean;
|
|
1865
|
+
transient?: boolean;
|
|
1866
1866
|
empty?: boolean;
|
|
1867
1867
|
channel?: ReadableByteChannel;
|
|
1868
1868
|
};
|
|
@@ -2036,8 +2036,8 @@ type SelectionRegistration = {
|
|
|
2036
2036
|
readyOperations?: number;
|
|
2037
2037
|
selectableChannel?: SelectableChannel;
|
|
2038
2038
|
wakeupListener?: WakeupListener;
|
|
2039
|
-
writable?: boolean;
|
|
2040
2039
|
readable?: boolean;
|
|
2040
|
+
writable?: boolean;
|
|
2041
2041
|
connectable?: boolean;
|
|
2042
2042
|
interestReady?: boolean;
|
|
2043
2043
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.6.0
|
|
3828
3828
|
*/
|
|
3829
3829
|
|
|
3830
3830
|
type SmartlockAction = SmartlockAction$1;
|
|
@@ -3837,7 +3837,7 @@ declare namespace requestBodies {
|
|
|
3837
3837
|
/**
|
|
3838
3838
|
* Generated by @openapi-codegen
|
|
3839
3839
|
*
|
|
3840
|
-
* @version 3.
|
|
3840
|
+
* @version 3.6.0
|
|
3841
3841
|
*/
|
|
3842
3842
|
|
|
3843
3843
|
type GetAccountsResourceError = ErrorWrapper<undefined>;
|