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.
@@ -1,5 +1,5 @@
1
1
 
2
- > nuki-api-js@0.0.3 build /home/runner/work/openapi-clients/openapi-clients/packages/nuki-api-js
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
@@ -1,5 +1,11 @@
1
1
  # nuki-api-js
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - d5dedd9: Bump version to 3.7.0
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Generated by @openapi-codegen
3
3
  *
4
- * @version 3.6.0
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.6.0
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.6.0
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.6.0
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.6.0
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.6.0
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.6.0
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.6.0
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.6.0
3840
+ * @version 3.7.0
3841
3841
  */
3842
3842
 
3843
3843
  type GetAccountsResourceError = ErrorWrapper<undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuki-api-js",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Nuki auto-generated type-safe API client",
5
5
  "author": "SferaDev",
6
6
  "license": "ISC",