@solibo/home-api 1.7.7-37eeecc-1781516979575-SNAPSHOT → 1.7.8

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 (63) 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 +12 -12
  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.mjs +36 -37
  33. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +0 -1
  34. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +0 -1
  35. package/MultiplatformSettings-multiplatform-settings.mjs.map +0 -1
  36. package/kotlin-kotlin-stdlib.mjs.map +0 -1
  37. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +0 -1
  38. package/kotlinx-atomicfu.mjs.map +0 -1
  39. package/kotlinx-browser.mjs.map +0 -1
  40. package/kotlinx-coroutines-core.mjs.map +0 -1
  41. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +0 -1
  42. package/kotlinx-io-kotlinx-io-core.mjs.map +0 -1
  43. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +0 -1
  44. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +0 -1
  45. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +0 -1
  46. package/ktor-ktor-client-auth.mjs.map +0 -1
  47. package/ktor-ktor-client-content-negotiation.mjs.map +0 -1
  48. package/ktor-ktor-client-core.mjs.map +0 -1
  49. package/ktor-ktor-client-encoding.mjs.map +0 -1
  50. package/ktor-ktor-client-logging.mjs.map +0 -1
  51. package/ktor-ktor-client-websockets.mjs.map +0 -1
  52. package/ktor-ktor-events.mjs.map +0 -1
  53. package/ktor-ktor-http-cio.mjs.map +0 -1
  54. package/ktor-ktor-http.mjs.map +0 -1
  55. package/ktor-ktor-io.mjs.map +0 -1
  56. package/ktor-ktor-serialization-kotlinx-json.mjs.map +0 -1
  57. package/ktor-ktor-serialization-kotlinx.mjs.map +0 -1
  58. package/ktor-ktor-serialization.mjs.map +0 -1
  59. package/ktor-ktor-sse.mjs.map +0 -1
  60. package/ktor-ktor-utils.mjs.map +0 -1
  61. package/ktor-ktor-websocket-serialization.mjs.map +0 -1
  62. package/ktor-ktor-websockets.mjs.map +0 -1
  63. 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,6 +48,17 @@ if (typeof Math.clz32 === 'undefined') {
59
48
  };
60
49
  }(Math.log, Math.LN2);
61
50
  }
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
+ };
61
+ }
62
62
  if (typeof String.prototype.endsWith === 'undefined') {
63
63
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
64
64
  var subjectString = this.toString();
@@ -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
+
@@ -5059,4 +5059,4 @@ export {
5059
5059
  };
5060
5060
  //endregion
5061
5061
 
5062
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-json.mjs.map
5062
+
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.7.7-37eeecc-1781516979575-SNAPSHOT",
3
+ "version": "1.7.8",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -47,7 +47,6 @@ import {
47
47
  KtList3hktaavzmj137 as KtList,
48
48
  joinToString1cxrrlmo0chqs as joinToString,
49
49
  ArrayList_init_$Create$2byt5m5yn22yy as ArrayList_init_$Create$,
50
- ArrayList3it5z8td81qkl as ArrayList_BridgeFix,
51
50
  lazy2hsh8ze7j6ikd as lazy_0,
52
51
  KProperty1ca4yb4wlo496 as KProperty1,
53
52
  getPropertyCallableRef3hckxc0xueiaj as getPropertyCallableRef,
@@ -148280,7 +148279,7 @@ protoOf(OAuth).f8v = function (query, headers) {
148280
148279
  headers.s2(tmp2, value);
148281
148280
  };
148282
148281
  function AppStoresApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
148283
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
148282
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
148284
148283
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
148285
148284
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
148286
148285
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -148429,7 +148428,7 @@ protoOf(AppStoresApi).j8w = function ($completion) {
148429
148428
  function AppStoresApi() {
148430
148429
  }
148431
148430
  function AuthApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
148432
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
148431
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
148433
148432
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
148434
148433
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
148435
148434
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -152489,7 +152488,7 @@ protoOf(AuthApi).m9o = function (verifyMfaCommand, $completion) {
152489
152488
  function AuthApi() {
152490
152489
  }
152491
152490
  function BoardApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
152492
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
152491
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
152493
152492
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
152494
152493
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
152495
152494
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -153323,7 +153322,7 @@ protoOf(BoardApi).j9u = function (companyId, personId, fields, $completion) {
153323
153322
  function BoardApi() {
153324
153323
  }
153325
153324
  function CommunicationApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
153326
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
153325
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
153327
153326
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
153328
153327
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
153329
153328
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -157295,7 +157294,7 @@ function Companion_getInstance_682() {
157295
157294
  return Companion_instance_679;
157296
157295
  }
157297
157296
  function CompanyApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
157298
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
157297
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
157299
157298
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
157300
157299
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
157301
157300
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -161621,7 +161620,7 @@ function Companion_getInstance_686() {
161621
161620
  return Companion_instance_683;
161622
161621
  }
161623
161622
  function ConversationApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
161624
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
161623
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
161625
161624
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
161626
161625
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
161627
161626
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -168041,7 +168040,7 @@ protoOf(ConversationApi).icr = function (companyId, folderId, updateFolderComman
168041
168040
  function ConversationApi() {
168042
168041
  }
168043
168042
  function DocumentApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
168044
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
168043
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
168045
168044
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
168046
168045
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
168047
168046
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -170956,7 +170955,7 @@ protoOf(DocumentApi).rdc = function (companyId, documentId, $completion) {
170956
170955
  function DocumentApi() {
170957
170956
  }
170958
170957
  function EconomyApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
170959
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
170958
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
170960
170959
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
170961
170960
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
170962
170961
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -172009,7 +172008,7 @@ protoOf(EconomyApi).ddk = function (companyId, reportId, fields, $completion) {
172009
172008
  function EconomyApi() {
172010
172009
  }
172011
172010
  function ExpenseApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
172012
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
172011
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
172013
172012
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
172014
172013
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
172015
172014
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -173469,7 +173468,7 @@ protoOf(ExpenseApi).pdu = function (companyId, expenseId, fields, $completion) {
173469
173468
  function ExpenseApi() {
173470
173469
  }
173471
173470
  function HMSApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
173472
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
173471
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
173473
173472
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
173474
173473
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
173475
173474
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -173898,7 +173897,7 @@ protoOf(HMSApi).qdx = function (companyId, fields, $completion) {
173898
173897
  function HMSApi() {
173899
173898
  }
173900
173899
  function HomepageApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
173901
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
173900
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
173902
173901
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
173903
173902
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
173904
173903
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -177601,7 +177600,7 @@ protoOf(HomepageApi).eeo = function (companyId, practicalInformationId, updatePo
177601
177600
  function HomepageApi() {
177602
177601
  }
177603
177602
  function InsuranceApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
177604
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
177603
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
177605
177604
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
177606
177605
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
177607
177606
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -178767,7 +178766,7 @@ protoOf(InsuranceApi).qew = function (companyId, insuranceId, fields, $completio
178767
178766
  function InsuranceApi() {
178768
178767
  }
178769
178768
  function InvoiceApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
178770
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
178769
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
178771
178770
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
178772
178771
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
178773
178772
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -180691,7 +180690,7 @@ function Companion_getInstance_688() {
180691
180690
  return Companion_instance_685;
180692
180691
  }
180693
180692
  function InvoicingApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
180694
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
180693
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
180695
180694
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
180696
180695
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
180697
180696
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -194710,7 +194709,7 @@ protoOf(InvoicingApi).fi7 = function (companyId, updateInvoiceSettingsCommand, $
194710
194709
  function InvoicingApi() {
194711
194710
  }
194712
194711
  function IssueApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
194713
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
194712
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
194714
194713
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
194715
194714
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
194716
194715
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -197236,7 +197235,7 @@ protoOf(IssueApi).eiq = function (companyId, issueId, changeResponsibleCommand,
197236
197235
  function IssueApi() {
197237
197236
  }
197238
197237
  function LanguageApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
197239
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
197238
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
197240
197239
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
197241
197240
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
197242
197241
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -197569,7 +197568,7 @@ protoOf(LanguageApi).kis = function (countryId, body, $completion) {
197569
197568
  function LanguageApi() {
197570
197569
  }
197571
197570
  function LoanApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
197572
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
197571
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
197573
197572
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
197574
197573
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
197575
197574
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -199375,7 +199374,7 @@ protoOf(LoanApi).pj5 = function (companyId, loanId, updateLoanInterestCommand, $
199375
199374
  function LoanApi() {
199376
199375
  }
199377
199376
  function MarketingApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
199378
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
199377
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
199379
199378
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
199380
199379
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
199381
199380
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -200054,7 +200053,7 @@ protoOf(MarketingApi).eja = function (newsletterSubscribeCommand, $completion) {
200054
200053
  function MarketingApi() {
200055
200054
  }
200056
200055
  function MeetingApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
200057
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
200056
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
200058
200057
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
200059
200058
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
200060
200059
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -203212,7 +203211,7 @@ protoOf(MeetingApi).ejy = function (companyId, meetingId, updateMeetingParticipa
203212
203211
  function MeetingApi() {
203213
203212
  }
203214
203213
  function OrganizationApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
203215
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
203214
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
203216
203215
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
203217
203216
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
203218
203217
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -205684,7 +205683,7 @@ function Companion_getInstance_689() {
205684
205683
  return Companion_instance_686;
205685
205684
  }
205686
205685
  function ParkingApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
205687
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
205686
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
205688
205687
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
205689
205688
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
205690
205689
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -208170,7 +208169,7 @@ function Companion_getInstance_691() {
208170
208169
  return Companion_instance_688;
208171
208170
  }
208172
208171
  function PersonApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
208173
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
208172
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
208174
208173
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
208175
208174
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
208176
208175
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -210333,7 +210332,7 @@ protoOf(PersonApi).yld = function (companyId, residentType, residentId, editResi
210333
210332
  function PersonApi() {
210334
210333
  }
210335
210334
  function ResidentApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
210336
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
210335
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
210337
210336
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
210338
210337
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
210339
210338
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -212706,7 +212705,7 @@ protoOf(ResidentApi).hlw = function (companyId, residentType, residentId, update
212706
212705
  function ResidentApi() {
212707
212706
  }
212708
212707
  function RoutinesApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
212709
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
212708
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
212710
212709
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
212711
212710
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
212712
212711
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -214274,7 +214273,7 @@ function Companion_getInstance_692() {
214274
214273
  return Companion_instance_689;
214275
214274
  }
214276
214275
  function ScopedContactApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
214277
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
214276
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
214278
214277
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
214279
214278
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
214280
214279
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -215368,7 +215367,7 @@ function Companion_getInstance_696() {
215368
215367
  return Companion_instance_693;
215369
215368
  }
215370
215369
  function SectionApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
215371
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
215370
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
215372
215371
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
215373
215372
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
215374
215373
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -220315,7 +220314,7 @@ protoOf(SectionApi).yne = function (companyId, sectionId, updateStatusCommand, s
220315
220314
  function SectionApi() {
220316
220315
  }
220317
220316
  function SettlementApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
220318
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
220317
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
220319
220318
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
220320
220319
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
220321
220320
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -223462,7 +223461,7 @@ function Companion_getInstance_697() {
223462
223461
  return Companion_instance_694;
223463
223462
  }
223464
223463
  function StorageApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
223465
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
223464
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
223466
223465
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
223467
223466
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
223468
223467
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -225846,7 +225845,7 @@ protoOf(StorageApi).dok = function (companyId, storageRoomId, updateStorageRoomC
225846
225845
  function StorageApi() {
225847
225846
  }
225848
225847
  function SupplierApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
225849
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
225848
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
225850
225849
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
225851
225850
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
225852
225851
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -228640,7 +228639,7 @@ protoOf(SupplierApi).up4 = function (supplierId, updateServiceCategoriesCommand,
228640
228639
  function SupplierApi() {
228641
228640
  }
228642
228641
  function TaskApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
228643
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
228642
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
228644
228643
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
228645
228644
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
228646
228645
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -229793,7 +229792,7 @@ protoOf(TaskApi).cpd = function (companyId, taskId, updateTaskCommand, $completi
229793
229792
  function TaskApi() {
229794
229793
  }
229795
229794
  function ThirdPartyInformationApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
229796
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
229795
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
229797
229796
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
229798
229797
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
229799
229798
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -231923,7 +231922,7 @@ protoOf(ThirdPartyInformationApi).cpt = function (companyId, thirdPartyInformati
231923
231922
  function ThirdPartyInformationApi() {
231924
231923
  }
231925
231924
  function UnsubscribeApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
231926
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
231925
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
231927
231926
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
231928
231927
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
231929
231928
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -232218,7 +232217,7 @@ protoOf(UnsubscribeApi).cpv = function (token, $completion) {
232218
232217
  function UnsubscribeApi() {
232219
232218
  }
232220
232219
  function UserApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
232221
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
232220
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
232222
232221
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
232223
232222
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
232224
232223
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -233563,7 +233562,7 @@ protoOf(UserApi).cq4 = function ($completion) {
233563
233562
  function UserApi() {
233564
233563
  }
233565
233564
  function WebSocketApi_init_$Init$(baseUrl, httpClientEngine, httpClientConfig, jsonSerializer, $this) {
233566
- baseUrl = baseUrl === VOID ? 'https://rearden.dev.solibo.io/api' : baseUrl;
233565
+ baseUrl = baseUrl === VOID ? 'https://home.solibo.no/api' : baseUrl;
233567
233566
  httpClientEngine = httpClientEngine === VOID ? null : httpClientEngine;
233568
233567
  httpClientConfig = httpClientConfig === VOID ? null : httpClientConfig;
233569
233568
  jsonSerializer = jsonSerializer === VOID ? Companion_getInstance_698().JSON_DEFAULT : jsonSerializer;
@@ -233803,7 +233802,7 @@ function _get_authentications__apunwq($this) {
233803
233802
  }
233804
233803
  function Companion_695() {
233805
233804
  Companion_instance_695 = this;
233806
- this.BASE_URL = 'https://rearden.dev.solibo.io/api';
233805
+ this.BASE_URL = 'https://home.solibo.no/api';
233807
233806
  var tmp = this;
233808
233807
  tmp.JSON_DEFAULT = Json(VOID, ApiClient$Companion$JSON_DEFAULT$lambda);
233809
233808
  this.h8v_1 = listOf_0('Content-Type');
@@ -238288,4 +238287,4 @@ export {
238288
238287
  };
238289
238288
  //endregion
238290
238289
 
238291
- //# sourceMappingURL=solibo-sdk-sdk-home-api.mjs.map
238290
+