@solibo/solibo-sdk 1.7.9 → 1.7.11
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/kotlin-kotlin-stdlib.mjs +15 -15
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +8 -8
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +4 -1
- package/solibo-sdk-sdk.d.mts +1 -0
- package/solibo-sdk-sdk.mjs +2570 -2458
- package/solibo-sdk-sdk.mjs.map +1 -1
package/ktor-ktor-websockets.mjs
CHANGED
|
@@ -72,8 +72,8 @@ import {
|
|
|
72
72
|
_ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
73
73
|
close$default1evna6yun3t5h as close$default,
|
|
74
74
|
cancel$default1fq6eekptkf7a as cancel$default,
|
|
75
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
76
75
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
77
77
|
} from './kotlinx-coroutines-core.mjs';
|
|
78
78
|
import {
|
|
79
79
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -139,7 +139,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
139
139
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
140
140
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
141
141
|
initMetadataForCompanion(Companion_4);
|
|
142
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
142
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
143
143
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
144
144
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
145
145
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -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,
|
|
@@ -248496,6 +248495,7 @@ export {
|
|
|
248496
248495
|
CreateSettlementCommand as CreateSettlementCommand3f1eur2x4jmwf,
|
|
248497
248496
|
CreateSettlementCustomCostCommand as CreateSettlementCustomCostCommand1uutyqa3kejmc,
|
|
248498
248497
|
CreateStorageRoomCommand as CreateStorageRoomCommand9izud8tm4kxq,
|
|
248498
|
+
CreateSupplierCommand as CreateSupplierCommandfh39nq63o2nr,
|
|
248499
248499
|
CreateSupplierForCompanyCommand as CreateSupplierForCompanyCommand1p653sj8kbkx2,
|
|
248500
248500
|
CreateTaskCommand as CreateTaskCommand196nmgt6vlaz4,
|
|
248501
248501
|
CreateTokensCommand as CreateTokensCommand2teu9plersyu9,
|
|
@@ -248671,8 +248671,10 @@ export {
|
|
|
248671
248671
|
SupplierContactParticipant as SupplierContactParticipant3chwsqgxenjja,
|
|
248672
248672
|
SupplierContact as SupplierContact3cz3f92ph8k5o,
|
|
248673
248673
|
SupplierForCompany as SupplierForCompanyqow4i3k0vep5,
|
|
248674
|
+
SupplierInvoiceApprovalCounts as SupplierInvoiceApprovalCountsh6srktvof04s,
|
|
248674
248675
|
SupplierInvoiceList as SupplierInvoiceList11seso4ew7qpd,
|
|
248675
248676
|
SupplierInvoiceNotification as SupplierInvoiceNotification34nyvzk9lywsq,
|
|
248677
|
+
Supplier as Supplier11k5ssuz2lvhr,
|
|
248676
248678
|
Task as Task3mk7db9a2jzm9,
|
|
248677
248679
|
ThirdPartyInformationYear as ThirdPartyInformationYear2fhlbmx5fl4gq,
|
|
248678
248680
|
ThirdPartyInformation as ThirdPartyInformation3pkzstk43alk1,
|
|
@@ -248700,6 +248702,7 @@ export {
|
|
|
248700
248702
|
UpdateSectionCommand as UpdateSectionCommand1tp0dralylp86,
|
|
248701
248703
|
UpdateSettlementProviderConfigurationCommand as UpdateSettlementProviderConfigurationCommandbhept26eao5r,
|
|
248702
248704
|
UpdateStorageRoomCommand as UpdateStorageRoomCommand29tbof62wpif,
|
|
248705
|
+
UpdateSupplierCommand as UpdateSupplierCommand12q6y2f4hp3v9,
|
|
248703
248706
|
UpdateSupplierForCompanyCommand as UpdateSupplierForCompanyCommand3nuygeyqd7fgd,
|
|
248704
248707
|
UpdateTaskCommand as UpdateTaskCommand1xybmyod0l05w,
|
|
248705
248708
|
UrlWrapper as UrlWrapper3umakd9cerbkr,
|
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -21002,6 +21002,7 @@ export declare class MockBackend {
|
|
|
21002
21002
|
get residentsPerCompany(): Map<bigint, Resident[]>;
|
|
21003
21003
|
get boardMembersPerCompany(): Map<bigint, Person[]>;
|
|
21004
21004
|
get boardMemberPersonnummers(): Map<bigint, BoardmemberPersonnummer>;
|
|
21005
|
+
get globalSuppliers(): Map<bigint, Supplier>;
|
|
21005
21006
|
get suppliersPerCompany(): Map<bigint, SupplierForCompany[]>;
|
|
21006
21007
|
get expensesPerCompany(): Map<bigint, Expense[]>;
|
|
21007
21008
|
get smsBroadcastsPerCompany(): Map<bigint, SMSBroadcast[]>;
|