nuki-api-js 1.0.0 → 1.1.0
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/README.md +68 -0
- package/dist/components-eiu9qz9x.js +2351 -0
- package/dist/components-iddduu87.cjs +2458 -0
- package/dist/components.cjs +108 -2454
- package/dist/components.d.mts +249 -1973
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -2351
- package/dist/effect.cjs +3 -2138
- package/dist/effect.d.mts +1 -3009
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -2136
- package/dist/index.cjs +875 -6000
- package/dist/index.d.ts +40173 -10526
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +5 -5210
- package/dist/schemas-hyottnja.cjs +3592 -0
- package/dist/schemas-n5izlvad.js +2739 -0
- package/dist/schemas.cjs +835 -3414
- package/dist/schemas.d.mts +37140 -3776
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -2665
- package/dist/types.cjs +3 -5
- package/dist/types.d.mts +2748 -6460
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +3 -5
- package/package.json +10 -11
package/dist/types.cjs
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* Generated by Kubb (https://kubb.dev/).
|
|
5
|
-
* Do not edit manually.
|
|
6
|
-
*/
|
|
7
|
-
* @type object
|
|
8
|
-
*/ const accountDescentOriginEnum = {
|
|
4
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
5
|
+
* Do not edit manually.
|
|
6
|
+
*/ const accountDescentOriginEnum = {
|
|
9
7
|
GOOGLE: "GOOGLE",
|
|
10
8
|
APPLE: "APPLE"
|
|
11
9
|
};
|