@solibo/home-api 1.7.3 → 1.7.4-ee19399-1781351557503-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.
- package/kotlinx-coroutines-core.mjs +8 -8
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +10 -6
- package/solibo-sdk-sdk-home-api.mjs +18924 -18816
|
@@ -217,6 +217,11 @@ initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
|
|
|
217
217
|
initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
|
|
218
218
|
initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
|
|
219
219
|
initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
|
|
220
|
+
function close$default(cause, $super) {
|
|
221
|
+
cause = cause === VOID ? null : cause;
|
|
222
|
+
return $super === VOID ? this.y18(cause) : $super.y18.call(this, cause);
|
|
223
|
+
}
|
|
224
|
+
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
220
225
|
function cancel$default_0(cause, $super) {
|
|
221
226
|
cause = cause === VOID ? null : cause;
|
|
222
227
|
var tmp;
|
|
@@ -229,12 +234,7 @@ function cancel$default_0(cause, $super) {
|
|
|
229
234
|
return tmp;
|
|
230
235
|
}
|
|
231
236
|
initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
|
|
232
|
-
|
|
233
|
-
cause = cause === VOID ? null : cause;
|
|
234
|
-
return $super === VOID ? this.y18(cause) : $super.y18.call(this, cause);
|
|
235
|
-
}
|
|
236
|
-
initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
|
|
237
|
-
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
|
|
237
|
+
initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
|
|
238
238
|
initMetadataForClass(WaiterEB, 'WaiterEB');
|
|
239
239
|
initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
|
|
240
240
|
initMetadataForObject(Factory, 'Factory');
|
|
@@ -244,7 +244,7 @@ initMetadataForCompanion(Companion);
|
|
|
244
244
|
initMetadataForClass(ChannelResult, 'ChannelResult');
|
|
245
245
|
initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
|
|
246
246
|
initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
|
|
247
|
-
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [
|
|
247
|
+
initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
|
|
248
248
|
initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
|
|
249
249
|
initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
|
|
250
250
|
initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
|
|
@@ -263,7 +263,7 @@ initMetadataForClass(ContextScope, 'ContextScope', VOID, VOID, [CoroutineScope])
|
|
|
263
263
|
initMetadataForClass(Symbol, 'Symbol');
|
|
264
264
|
initMetadataForInterface(SelectInstance, 'SelectInstance');
|
|
265
265
|
initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
|
|
266
|
-
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler,
|
|
266
|
+
initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
|
|
267
267
|
initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
|
|
268
268
|
initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [Delay], [1]);
|
|
269
269
|
initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [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
|
-
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
75
|
SendChannel38sllbxw662ws as SendChannel,
|
|
76
|
+
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
77
77
|
} from './kotlinx-coroutines-core.mjs';
|
|
78
78
|
import {
|
|
79
79
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -138,7 +138,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
138
138
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
139
139
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
140
140
|
initMetadataForCompanion(Companion_4);
|
|
141
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
141
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 0]);
|
|
142
142
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
143
143
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
144
144
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -8722,12 +8722,13 @@ export declare namespace OrderType {
|
|
|
8722
8722
|
}
|
|
8723
8723
|
}
|
|
8724
8724
|
export declare class Organization {
|
|
8725
|
-
constructor(accountNumber: Nullable<string> | undefined, businessAddress: Nullable<BusinessAddress> | undefined, businessContact: Nullable<BusinessContact> | undefined, classification: string, country: string, employees: Nullable<KtList<OrganizationEmployee>> | undefined, historicRoles: Nullable<KtList<Role>> | undefined, id: bigint, kartverketId: Nullable<string> | undefined, logoUrl: Nullable<string> | undefined, name: string, nationality: bigint, note?: Nullable<string>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, reservations?: Nullable<KtMap<string, Nullable<OrganizationReservations>>>, reservedEmail?: Nullable<boolean>, reservedSMS?: Nullable<boolean>, roles?: Nullable<KtList<Role>>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>);
|
|
8725
|
+
constructor(accountNumber: Nullable<string> | undefined, businessAddress: Nullable<BusinessAddress> | undefined, businessContact: Nullable<BusinessContact> | undefined, classification: string, country: string, domain: Nullable<string> | undefined, employees: Nullable<KtList<OrganizationEmployee>> | undefined, historicRoles: Nullable<KtList<Role>> | undefined, id: bigint, kartverketId: Nullable<string> | undefined, logoUrl: Nullable<string> | undefined, name: string, nationality: bigint, note?: Nullable<string>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, reservations?: Nullable<KtMap<string, Nullable<OrganizationReservations>>>, reservedEmail?: Nullable<boolean>, reservedSMS?: Nullable<boolean>, roles?: Nullable<KtList<Role>>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>);
|
|
8726
8726
|
get accountNumber(): Nullable<string>;
|
|
8727
8727
|
get businessAddress(): Nullable<BusinessAddress>;
|
|
8728
8728
|
get businessContact(): Nullable<BusinessContact>;
|
|
8729
8729
|
get classification(): string;
|
|
8730
8730
|
get country(): string;
|
|
8731
|
+
get domain(): Nullable<string>;
|
|
8731
8732
|
get employees(): Nullable<KtList<OrganizationEmployee>>;
|
|
8732
8733
|
get historicRoles(): Nullable<KtList<Role>>;
|
|
8733
8734
|
get id(): bigint;
|
|
@@ -8744,7 +8745,7 @@ export declare class Organization {
|
|
|
8744
8745
|
get reservedSMS(): Nullable<boolean>;
|
|
8745
8746
|
get roles(): Nullable<KtList<Role>>;
|
|
8746
8747
|
get storageRooms(): Nullable<KtList<StorageRoomOwnership>>;
|
|
8747
|
-
copy(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: string, country?: string, employees?: Nullable<KtList<OrganizationEmployee>>, historicRoles?: Nullable<KtList<Role>>, id?: bigint, kartverketId?: Nullable<string>, logoUrl?: Nullable<string>, name?: string, nationality?: bigint, note?: Nullable<string>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, reservations?: Nullable<KtMap<string, Nullable<OrganizationReservations>>>, reservedEmail?: Nullable<boolean>, reservedSMS?: Nullable<boolean>, roles?: Nullable<KtList<Role>>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>): Organization;
|
|
8748
|
+
copy(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: string, country?: string, domain?: Nullable<string>, employees?: Nullable<KtList<OrganizationEmployee>>, historicRoles?: Nullable<KtList<Role>>, id?: bigint, kartverketId?: Nullable<string>, logoUrl?: Nullable<string>, name?: string, nationality?: bigint, note?: Nullable<string>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, reservations?: Nullable<KtMap<string, Nullable<OrganizationReservations>>>, reservedEmail?: Nullable<boolean>, reservedSMS?: Nullable<boolean>, roles?: Nullable<KtList<Role>>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>): Organization;
|
|
8748
8749
|
toString(): string;
|
|
8749
8750
|
hashCode(): number;
|
|
8750
8751
|
equals(other: Nullable<any>): boolean;
|
|
@@ -14074,13 +14075,15 @@ export declare namespace StorageRoomVacant {
|
|
|
14074
14075
|
}
|
|
14075
14076
|
}
|
|
14076
14077
|
export declare class Supplier {
|
|
14077
|
-
constructor(id: bigint, logoUrl: Nullable<string> | undefined, name: string, orgNr: string, serviceCategories: KtList<string>);
|
|
14078
|
+
constructor(companyCount: Nullable<bigint> | undefined, domain: Nullable<string> | undefined, id: bigint, logoUrl: Nullable<string> | undefined, name: string, orgNr: string, serviceCategories: KtList<string>);
|
|
14079
|
+
get companyCount(): Nullable<bigint>;
|
|
14080
|
+
get domain(): Nullable<string>;
|
|
14078
14081
|
get id(): bigint;
|
|
14079
14082
|
get logoUrl(): Nullable<string>;
|
|
14080
14083
|
get name(): string;
|
|
14081
14084
|
get orgNr(): string;
|
|
14082
14085
|
get serviceCategories(): KtList<string>;
|
|
14083
|
-
copy(id?: bigint, logoUrl?: Nullable<string>, name?: string, orgNr?: string, serviceCategories?: KtList<string>): Supplier;
|
|
14086
|
+
copy(companyCount?: Nullable<bigint>, domain?: Nullable<string>, id?: bigint, logoUrl?: Nullable<string>, name?: string, orgNr?: string, serviceCategories?: KtList<string>): Supplier;
|
|
14084
14087
|
toString(): string;
|
|
14085
14088
|
hashCode(): number;
|
|
14086
14089
|
equals(other: Nullable<any>): boolean;
|
|
@@ -15897,11 +15900,12 @@ export declare namespace UpdateNoteCommand {
|
|
|
15897
15900
|
}
|
|
15898
15901
|
}
|
|
15899
15902
|
export declare class UpdateOrganizationCommand {
|
|
15900
|
-
constructor(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: Nullable<string>, historicRoles?: Nullable<KtList<Role>>, name?: Nullable<string>, nationality?: Nullable<bigint>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, roles?: Nullable<KtList<Role>>, soliboManaged?: Nullable<boolean>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>);
|
|
15903
|
+
constructor(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: Nullable<string>, domain?: Nullable<string>, historicRoles?: Nullable<KtList<Role>>, name?: Nullable<string>, nationality?: Nullable<bigint>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, roles?: Nullable<KtList<Role>>, soliboManaged?: Nullable<boolean>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>);
|
|
15901
15904
|
get accountNumber(): Nullable<string>;
|
|
15902
15905
|
get businessAddress(): Nullable<BusinessAddress>;
|
|
15903
15906
|
get businessContact(): Nullable<BusinessContact>;
|
|
15904
15907
|
get classification(): Nullable<string>;
|
|
15908
|
+
get domain(): Nullable<string>;
|
|
15905
15909
|
get historicRoles(): Nullable<KtList<Role>>;
|
|
15906
15910
|
get name(): Nullable<string>;
|
|
15907
15911
|
get nationality(): Nullable<bigint>;
|
|
@@ -15911,7 +15915,7 @@ export declare class UpdateOrganizationCommand {
|
|
|
15911
15915
|
get roles(): Nullable<KtList<Role>>;
|
|
15912
15916
|
get soliboManaged(): Nullable<boolean>;
|
|
15913
15917
|
get storageRooms(): Nullable<KtList<StorageRoomOwnership>>;
|
|
15914
|
-
copy(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: Nullable<string>, historicRoles?: Nullable<KtList<Role>>, name?: Nullable<string>, nationality?: Nullable<bigint>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, roles?: Nullable<KtList<Role>>, soliboManaged?: Nullable<boolean>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>): UpdateOrganizationCommand;
|
|
15918
|
+
copy(accountNumber?: Nullable<string>, businessAddress?: Nullable<BusinessAddress>, businessContact?: Nullable<BusinessContact>, classification?: Nullable<string>, domain?: Nullable<string>, historicRoles?: Nullable<KtList<Role>>, name?: Nullable<string>, nationality?: Nullable<bigint>, orgNr?: Nullable<string>, parkingSpaces?: Nullable<KtList<ParkingSpaceOwnership>>, preferredLanguage?: Nullable<bigint>, roles?: Nullable<KtList<Role>>, soliboManaged?: Nullable<boolean>, storageRooms?: Nullable<KtList<StorageRoomOwnership>>): UpdateOrganizationCommand;
|
|
15915
15919
|
toString(): string;
|
|
15916
15920
|
hashCode(): number;
|
|
15917
15921
|
equals(other: Nullable<any>): boolean;
|