nuki-api-js 0.0.2 → 0.0.4
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 +12 -12
- package/dist/index.d.mts +12 -12
- package/dist/index.d.ts +12 -12
- 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.4 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.7.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1169,22 +1169,22 @@ type Company = {
|
|
|
1169
1169
|
email?: string;
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
|
-
|
|
1172
|
+
cancelled?: boolean;
|
|
1173
1173
|
completedExceptionally?: boolean;
|
|
1174
1174
|
/**
|
|
1175
1175
|
* @format int32
|
|
1176
1176
|
*/
|
|
1177
1177
|
numberOfDependents?: number;
|
|
1178
|
-
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
|
-
|
|
1181
|
+
cancelled?: boolean;
|
|
1182
1182
|
completedExceptionally?: boolean;
|
|
1183
1183
|
/**
|
|
1184
1184
|
* @format int32
|
|
1185
1185
|
*/
|
|
1186
1186
|
numberOfDependents?: number;
|
|
1187
|
-
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1797,9 +1797,9 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
+
identifier?: string;
|
|
1800
1801
|
schemeSpecificPart?: string;
|
|
1801
1802
|
relative?: boolean;
|
|
1802
|
-
identifier?: string;
|
|
1803
1803
|
path?: string;
|
|
1804
1804
|
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
@@ -1854,15 +1854,15 @@ type Representation = {
|
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
1856
|
stream?: InputStream;
|
|
1857
|
-
reader?: Reader;
|
|
1858
1857
|
text?: string;
|
|
1859
|
-
|
|
1860
|
-
selectable?: boolean;
|
|
1861
|
-
transient?: boolean;
|
|
1858
|
+
reader?: Reader;
|
|
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
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.7.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.7.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.7.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1169,22 +1169,22 @@ type Company = {
|
|
|
1169
1169
|
email?: string;
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
|
-
|
|
1172
|
+
cancelled?: boolean;
|
|
1173
1173
|
completedExceptionally?: boolean;
|
|
1174
1174
|
/**
|
|
1175
1175
|
* @format int32
|
|
1176
1176
|
*/
|
|
1177
1177
|
numberOfDependents?: number;
|
|
1178
|
-
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
|
-
|
|
1181
|
+
cancelled?: boolean;
|
|
1182
1182
|
completedExceptionally?: boolean;
|
|
1183
1183
|
/**
|
|
1184
1184
|
* @format int32
|
|
1185
1185
|
*/
|
|
1186
1186
|
numberOfDependents?: number;
|
|
1187
|
-
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1797,9 +1797,9 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
+
identifier?: string;
|
|
1800
1801
|
schemeSpecificPart?: string;
|
|
1801
1802
|
relative?: boolean;
|
|
1802
|
-
identifier?: string;
|
|
1803
1803
|
path?: string;
|
|
1804
1804
|
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
@@ -1854,15 +1854,15 @@ type Representation = {
|
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
1856
|
stream?: InputStream;
|
|
1857
|
-
reader?: Reader;
|
|
1858
1857
|
text?: string;
|
|
1859
|
-
|
|
1860
|
-
selectable?: boolean;
|
|
1861
|
-
transient?: boolean;
|
|
1858
|
+
reader?: Reader;
|
|
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
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.7.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.7.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.7.0
|
|
5
5
|
*/
|
|
6
6
|
type Account = {
|
|
7
7
|
/**
|
|
@@ -1169,22 +1169,22 @@ type Company = {
|
|
|
1169
1169
|
email?: string;
|
|
1170
1170
|
};
|
|
1171
1171
|
type CompletableFuture = {
|
|
1172
|
-
|
|
1172
|
+
cancelled?: boolean;
|
|
1173
1173
|
completedExceptionally?: boolean;
|
|
1174
1174
|
/**
|
|
1175
1175
|
* @format int32
|
|
1176
1176
|
*/
|
|
1177
1177
|
numberOfDependents?: number;
|
|
1178
|
-
|
|
1178
|
+
done?: boolean;
|
|
1179
1179
|
};
|
|
1180
1180
|
type CompletableFutureListApiKey = {
|
|
1181
|
-
|
|
1181
|
+
cancelled?: boolean;
|
|
1182
1182
|
completedExceptionally?: boolean;
|
|
1183
1183
|
/**
|
|
1184
1184
|
* @format int32
|
|
1185
1185
|
*/
|
|
1186
1186
|
numberOfDependents?: number;
|
|
1187
|
-
|
|
1187
|
+
done?: boolean;
|
|
1188
1188
|
};
|
|
1189
1189
|
type Conditions = {
|
|
1190
1190
|
match?: Tag[];
|
|
@@ -1797,9 +1797,9 @@ type RecipientInfo = {
|
|
|
1797
1797
|
};
|
|
1798
1798
|
type Reference = {
|
|
1799
1799
|
baseRef?: Reference;
|
|
1800
|
+
identifier?: string;
|
|
1800
1801
|
schemeSpecificPart?: string;
|
|
1801
1802
|
relative?: boolean;
|
|
1802
|
-
identifier?: string;
|
|
1803
1803
|
path?: string;
|
|
1804
1804
|
scheme?: string;
|
|
1805
1805
|
fragment?: string;
|
|
@@ -1854,15 +1854,15 @@ type Representation = {
|
|
|
1854
1854
|
*/
|
|
1855
1855
|
size?: number;
|
|
1856
1856
|
stream?: InputStream;
|
|
1857
|
-
reader?: Reader;
|
|
1858
1857
|
text?: string;
|
|
1859
|
-
|
|
1860
|
-
selectable?: boolean;
|
|
1861
|
-
transient?: boolean;
|
|
1858
|
+
reader?: Reader;
|
|
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
|
};
|
|
@@ -3824,7 +3824,7 @@ type ErrorWrapper<TError> = TError | {
|
|
|
3824
3824
|
/**
|
|
3825
3825
|
* Generated by @openapi-codegen
|
|
3826
3826
|
*
|
|
3827
|
-
* @version 3.
|
|
3827
|
+
* @version 3.7.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.7.0
|
|
3841
3841
|
*/
|
|
3842
3842
|
|
|
3843
3843
|
type GetAccountsResourceError = ErrorWrapper<undefined>;
|