@solibo/home-api 1.9.21 → 1.10.0-c087f35-1787952764211-SNAPSHOT

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.
Files changed (64) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  2. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +1 -1
  3. package/MultiplatformSettings-multiplatform-settings.mjs +1 -1
  4. package/kotlin-kotlin-stdlib.mjs +17 -17
  5. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +1 -1
  6. package/kotlinx-atomicfu.mjs +1 -1
  7. package/kotlinx-browser.mjs +1 -1
  8. package/kotlinx-coroutines-core.mjs +1 -1
  9. package/kotlinx-io-kotlinx-io-bytestring.mjs +1 -1
  10. package/kotlinx-io-kotlinx-io-core.mjs +1 -1
  11. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1 -1
  12. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +1 -1
  13. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1 -1
  14. package/ktor-ktor-client-auth.mjs +1 -1
  15. package/ktor-ktor-client-content-negotiation.mjs +1 -1
  16. package/ktor-ktor-client-core.mjs +1 -1
  17. package/ktor-ktor-client-encoding.mjs +1 -1
  18. package/ktor-ktor-client-logging.mjs +1 -1
  19. package/ktor-ktor-client-websockets.mjs +1 -1
  20. package/ktor-ktor-events.mjs +1 -1
  21. package/ktor-ktor-http-cio.mjs +1 -1
  22. package/ktor-ktor-http.mjs +1 -1
  23. package/ktor-ktor-io.mjs +1 -1
  24. package/ktor-ktor-serialization-kotlinx-json.mjs +1 -1
  25. package/ktor-ktor-serialization-kotlinx.mjs +1 -1
  26. package/ktor-ktor-serialization.mjs +1 -1
  27. package/ktor-ktor-sse.mjs +1 -1
  28. package/ktor-ktor-utils.mjs +1 -1
  29. package/ktor-ktor-websocket-serialization.mjs +1 -1
  30. package/ktor-ktor-websockets.mjs +1 -1
  31. package/package.json +1 -1
  32. package/solibo-sdk-sdk-home-api.d.mts +768 -35
  33. package/solibo-sdk-sdk-home-api.mjs +57067 -44690
  34. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +0 -1
  35. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +0 -1
  36. package/MultiplatformSettings-multiplatform-settings.mjs.map +0 -1
  37. package/kotlin-kotlin-stdlib.mjs.map +0 -1
  38. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +0 -1
  39. package/kotlinx-atomicfu.mjs.map +0 -1
  40. package/kotlinx-browser.mjs.map +0 -1
  41. package/kotlinx-coroutines-core.mjs.map +0 -1
  42. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +0 -1
  43. package/kotlinx-io-kotlinx-io-core.mjs.map +0 -1
  44. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +0 -1
  45. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +0 -1
  46. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +0 -1
  47. package/ktor-ktor-client-auth.mjs.map +0 -1
  48. package/ktor-ktor-client-content-negotiation.mjs.map +0 -1
  49. package/ktor-ktor-client-core.mjs.map +0 -1
  50. package/ktor-ktor-client-encoding.mjs.map +0 -1
  51. package/ktor-ktor-client-logging.mjs.map +0 -1
  52. package/ktor-ktor-client-websockets.mjs.map +0 -1
  53. package/ktor-ktor-events.mjs.map +0 -1
  54. package/ktor-ktor-http-cio.mjs.map +0 -1
  55. package/ktor-ktor-http.mjs.map +0 -1
  56. package/ktor-ktor-io.mjs.map +0 -1
  57. package/ktor-ktor-serialization-kotlinx-json.mjs.map +0 -1
  58. package/ktor-ktor-serialization-kotlinx.mjs.map +0 -1
  59. package/ktor-ktor-serialization.mjs.map +0 -1
  60. package/ktor-ktor-sse.mjs.map +0 -1
  61. package/ktor-ktor-utils.mjs.map +0 -1
  62. package/ktor-ktor-websocket-serialization.mjs.map +0 -1
  63. package/ktor-ktor-websockets.mjs.map +0 -1
  64. package/solibo-sdk-sdk-home-api.mjs.map +0 -1
@@ -3597,4 +3597,4 @@ export {
3597
3597
  };
3598
3598
  //endregion
3599
3599
 
3600
- //# sourceMappingURL=Kotlin-DateTime-library-kotlinx-datetime.mjs.map
3600
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=MultiplatformSettings-multiplatform-settings-no-arg.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=MultiplatformSettings-multiplatform-settings.mjs.map
4
+
@@ -37,17 +37,6 @@ if (typeof Array.prototype.fill === 'undefined') {
37
37
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
38
38
  }
39
39
  });
40
- if (typeof Math.trunc === 'undefined') {
41
- Math.trunc = function (x) {
42
- if (isNaN(x)) {
43
- return NaN;
44
- }
45
- if (x > 0) {
46
- return Math.floor(x);
47
- }
48
- return Math.ceil(x);
49
- };
50
- }
51
40
  if (typeof Math.clz32 === 'undefined') {
52
41
  Math.clz32 = function (log, LN2) {
53
42
  return function (x) {
@@ -59,11 +48,16 @@ if (typeof Math.clz32 === 'undefined') {
59
48
  };
60
49
  }(Math.log, Math.LN2);
61
50
  }
62
- if (typeof String.prototype.startsWith === 'undefined') {
63
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
64
- position = position || 0;
65
- return this.lastIndexOf(searchString, position) === position;
66
- }});
51
+ if (typeof Math.trunc === 'undefined') {
52
+ Math.trunc = function (x) {
53
+ if (isNaN(x)) {
54
+ return NaN;
55
+ }
56
+ if (x > 0) {
57
+ return Math.floor(x);
58
+ }
59
+ return Math.ceil(x);
60
+ };
67
61
  }
68
62
  if (typeof String.prototype.endsWith === 'undefined') {
69
63
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
@@ -76,6 +70,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
76
70
  return lastIndex !== -1 && lastIndex === position;
77
71
  }});
78
72
  }
73
+ if (typeof String.prototype.startsWith === 'undefined') {
74
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
75
+ position = position || 0;
76
+ return this.lastIndexOf(searchString, position) === position;
77
+ }});
78
+ }
79
79
  //endregion
80
80
  //region block: imports
81
81
  var imul_0 = Math.imul;
@@ -16970,4 +16970,4 @@ export {
16970
16970
  };
16971
16971
  //endregion
16972
16972
 
16973
- //# sourceMappingURL=kotlin-kotlin-stdlib.mjs.map
16973
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map
4
+
@@ -247,4 +247,4 @@ export {
247
247
  };
248
248
  //endregion
249
249
 
250
- //# sourceMappingURL=kotlinx-atomicfu.mjs.map
250
+
@@ -5,4 +5,4 @@ var undefined_0;
5
5
  undefined_0 = null;
6
6
  //endregion
7
7
 
8
- //# sourceMappingURL=kotlinx-browser.mjs.map
8
+
@@ -8901,4 +8901,4 @@ export {
8901
8901
  };
8902
8902
  //endregion
8903
8903
 
8904
- //# sourceMappingURL=kotlinx-coroutines-core.mjs.map
8904
+
@@ -199,4 +199,4 @@ export {
199
199
  };
200
200
  //endregion
201
201
 
202
- //# sourceMappingURL=kotlinx-io-kotlinx-io-bytestring.mjs.map
202
+
@@ -2021,4 +2021,4 @@ export {
2021
2021
  };
2022
2022
  //endregion
2023
2023
 
2024
- //# sourceMappingURL=kotlinx-io-kotlinx-io-core.mjs.map
2024
+
@@ -6076,4 +6076,4 @@ export {
6076
6076
  };
6077
6077
  //endregion
6078
6078
 
6079
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-core.mjs.map
6079
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-json-io.mjs.map
4
+
@@ -5060,4 +5060,4 @@ export {
5060
5060
  };
5061
5061
  //endregion
5062
5062
 
5063
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-json.mjs.map
5063
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-auth.mjs.map
4
+
@@ -747,4 +747,4 @@ export {
747
747
  };
748
748
  //endregion
749
749
 
750
- //# sourceMappingURL=ktor-ktor-client-content-negotiation.mjs.map
750
+
@@ -10022,4 +10022,4 @@ export {
10022
10022
  };
10023
10023
  //endregion
10024
10024
 
10025
- //# sourceMappingURL=ktor-ktor-client-core.mjs.map
10025
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-encoding.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-logging.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-websockets.mjs.map
4
+
@@ -79,4 +79,4 @@ export {
79
79
  };
80
80
  //endregion
81
81
 
82
- //# sourceMappingURL=ktor-ktor-events.mjs.map
82
+
@@ -2251,4 +2251,4 @@ export {
2251
2251
  };
2252
2252
  //endregion
2253
2253
 
2254
- //# sourceMappingURL=ktor-ktor-http-cio.mjs.map
2254
+
@@ -3235,4 +3235,4 @@ export {
3235
3235
  };
3236
3236
  //endregion
3237
3237
 
3238
- //# sourceMappingURL=ktor-ktor-http.mjs.map
3238
+
package/ktor-ktor-io.mjs CHANGED
@@ -3533,4 +3533,4 @@ export {
3533
3533
  };
3534
3534
  //endregion
3535
3535
 
3536
- //# sourceMappingURL=ktor-ktor-io.mjs.map
3536
+
@@ -43,4 +43,4 @@ export {
43
43
  };
44
44
  //endregion
45
45
 
46
- //# sourceMappingURL=ktor-ktor-serialization-kotlinx-json.mjs.map
46
+
@@ -841,4 +841,4 @@ export {
841
841
  };
842
842
  //endregion
843
843
 
844
- //# sourceMappingURL=ktor-ktor-serialization-kotlinx.mjs.map
844
+
@@ -360,4 +360,4 @@ export {
360
360
  };
361
361
  //endregion
362
362
 
363
- //# sourceMappingURL=ktor-ktor-serialization.mjs.map
363
+
package/ktor-ktor-sse.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-sse.mjs.map
4
+
@@ -3203,4 +3203,4 @@ export {
3203
3203
  };
3204
3204
  //endregion
3205
3205
 
3206
- //# sourceMappingURL=ktor-ktor-utils.mjs.map
3206
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-websocket-serialization.mjs.map
4
+
@@ -2531,4 +2531,4 @@ export {
2531
2531
  };
2532
2532
  //endregion
2533
2533
 
2534
- //# sourceMappingURL=ktor-ktor-websockets.mjs.map
2534
+
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "directory": "sdk/home-api"
17
17
  },
18
18
  "main": "solibo-sdk-sdk-home-api.mjs",
19
- "version": "1.9.21",
19
+ "version": "1.10.0-c087f35-1787952764211-SNAPSHOT",
20
20
  "name": "@solibo/home-api",
21
21
  "dependencies": {
22
22
  "ws": "8.18.3",