nuki-api-js 0.0.3 → 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 +6 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- 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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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>;
|