@solibo/solibo-sdk 1.7.10 → 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 +11 -11
- 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 -0
- 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
|
@@ -248495,6 +248495,7 @@ export {
|
|
|
248495
248495
|
CreateSettlementCommand as CreateSettlementCommand3f1eur2x4jmwf,
|
|
248496
248496
|
CreateSettlementCustomCostCommand as CreateSettlementCustomCostCommand1uutyqa3kejmc,
|
|
248497
248497
|
CreateStorageRoomCommand as CreateStorageRoomCommand9izud8tm4kxq,
|
|
248498
|
+
CreateSupplierCommand as CreateSupplierCommandfh39nq63o2nr,
|
|
248498
248499
|
CreateSupplierForCompanyCommand as CreateSupplierForCompanyCommand1p653sj8kbkx2,
|
|
248499
248500
|
CreateTaskCommand as CreateTaskCommand196nmgt6vlaz4,
|
|
248500
248501
|
CreateTokensCommand as CreateTokensCommand2teu9plersyu9,
|
|
@@ -248670,8 +248671,10 @@ export {
|
|
|
248670
248671
|
SupplierContactParticipant as SupplierContactParticipant3chwsqgxenjja,
|
|
248671
248672
|
SupplierContact as SupplierContact3cz3f92ph8k5o,
|
|
248672
248673
|
SupplierForCompany as SupplierForCompanyqow4i3k0vep5,
|
|
248674
|
+
SupplierInvoiceApprovalCounts as SupplierInvoiceApprovalCountsh6srktvof04s,
|
|
248673
248675
|
SupplierInvoiceList as SupplierInvoiceList11seso4ew7qpd,
|
|
248674
248676
|
SupplierInvoiceNotification as SupplierInvoiceNotification34nyvzk9lywsq,
|
|
248677
|
+
Supplier as Supplier11k5ssuz2lvhr,
|
|
248675
248678
|
Task as Task3mk7db9a2jzm9,
|
|
248676
248679
|
ThirdPartyInformationYear as ThirdPartyInformationYear2fhlbmx5fl4gq,
|
|
248677
248680
|
ThirdPartyInformation as ThirdPartyInformation3pkzstk43alk1,
|
|
@@ -248699,6 +248702,7 @@ export {
|
|
|
248699
248702
|
UpdateSectionCommand as UpdateSectionCommand1tp0dralylp86,
|
|
248700
248703
|
UpdateSettlementProviderConfigurationCommand as UpdateSettlementProviderConfigurationCommandbhept26eao5r,
|
|
248701
248704
|
UpdateStorageRoomCommand as UpdateStorageRoomCommand29tbof62wpif,
|
|
248705
|
+
UpdateSupplierCommand as UpdateSupplierCommand12q6y2f4hp3v9,
|
|
248702
248706
|
UpdateSupplierForCompanyCommand as UpdateSupplierForCompanyCommand3nuygeyqd7fgd,
|
|
248703
248707
|
UpdateTaskCommand as UpdateTaskCommand1xybmyod0l05w,
|
|
248704
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[]>;
|