@solibo/home-api 1.7.4 → 1.7.6-6d42e20-1781428384257-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/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
- package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +1 -1
- package/MultiplatformSettings-multiplatform-settings.mjs +1 -1
- package/kotlin-kotlin-stdlib.mjs +1 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +1 -1
- package/kotlinx-atomicfu.mjs +1 -1
- package/kotlinx-browser.mjs +1 -1
- package/kotlinx-coroutines-core.mjs +8 -8
- package/kotlinx-io-kotlinx-io-bytestring.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1 -1
- package/ktor-ktor-client-auth.mjs +1 -1
- package/ktor-ktor-client-content-negotiation.mjs +1 -1
- package/ktor-ktor-client-core.mjs +1 -1
- package/ktor-ktor-client-encoding.mjs +1 -1
- package/ktor-ktor-client-logging.mjs +1 -1
- package/ktor-ktor-client-websockets.mjs +1 -1
- package/ktor-ktor-events.mjs +1 -1
- package/ktor-ktor-http-cio.mjs +1 -1
- package/ktor-ktor-http.mjs +1 -1
- package/ktor-ktor-io.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx.mjs +1 -1
- package/ktor-ktor-serialization.mjs +1 -1
- package/ktor-ktor-sse.mjs +1 -1
- package/ktor-ktor-utils.mjs +1 -1
- package/ktor-ktor-websocket-serialization.mjs +1 -1
- package/ktor-ktor-websockets.mjs +3 -3
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +36 -6
- package/solibo-sdk-sdk-home-api.mjs +16852 -16551
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +0 -1
- package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +0 -1
- package/MultiplatformSettings-multiplatform-settings.mjs.map +0 -1
- package/kotlin-kotlin-stdlib.mjs.map +0 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +0 -1
- package/kotlinx-atomicfu.mjs.map +0 -1
- package/kotlinx-browser.mjs.map +0 -1
- package/kotlinx-coroutines-core.mjs.map +0 -1
- package/kotlinx-io-kotlinx-io-bytestring.mjs.map +0 -1
- package/kotlinx-io-kotlinx-io-core.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +0 -1
- package/ktor-ktor-client-auth.mjs.map +0 -1
- package/ktor-ktor-client-content-negotiation.mjs.map +0 -1
- package/ktor-ktor-client-core.mjs.map +0 -1
- package/ktor-ktor-client-encoding.mjs.map +0 -1
- package/ktor-ktor-client-logging.mjs.map +0 -1
- package/ktor-ktor-client-websockets.mjs.map +0 -1
- package/ktor-ktor-events.mjs.map +0 -1
- package/ktor-ktor-http-cio.mjs.map +0 -1
- package/ktor-ktor-http.mjs.map +0 -1
- package/ktor-ktor-io.mjs.map +0 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs.map +0 -1
- package/ktor-ktor-serialization-kotlinx.mjs.map +0 -1
- package/ktor-ktor-serialization.mjs.map +0 -1
- package/ktor-ktor-sse.mjs.map +0 -1
- package/ktor-ktor-utils.mjs.map +0 -1
- package/ktor-ktor-websocket-serialization.mjs.map +0 -1
- package/ktor-ktor-websockets.mjs.map +0 -1
- package/solibo-sdk-sdk-home-api.mjs.map +0 -1
package/kotlin-kotlin-stdlib.mjs
CHANGED
|
@@ -16970,4 +16970,4 @@ export {
|
|
|
16970
16970
|
};
|
|
16971
16971
|
//endregion
|
|
16972
16972
|
|
|
16973
|
-
|
|
16973
|
+
|
package/kotlinx-atomicfu.mjs
CHANGED
package/kotlinx-browser.mjs
CHANGED
|
@@ -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]);
|
|
@@ -8901,4 +8901,4 @@ export {
|
|
|
8901
8901
|
};
|
|
8902
8902
|
//endregion
|
|
8903
8903
|
|
|
8904
|
-
|
|
8904
|
+
|
|
@@ -10022,4 +10022,4 @@ export {
|
|
|
10022
10022
|
};
|
|
10023
10023
|
//endregion
|
|
10024
10024
|
|
|
10025
|
-
|
|
10025
|
+
|
package/ktor-ktor-events.mjs
CHANGED
package/ktor-ktor-http-cio.mjs
CHANGED
package/ktor-ktor-http.mjs
CHANGED
package/ktor-ktor-io.mjs
CHANGED
package/ktor-ktor-sse.mjs
CHANGED
package/ktor-ktor-utils.mjs
CHANGED
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);
|
|
@@ -2531,4 +2531,4 @@ export {
|
|
|
2531
2531
|
};
|
|
2532
2532
|
//endregion
|
|
2533
2533
|
|
|
2534
|
-
|
|
2534
|
+
|
package/package.json
CHANGED
|
@@ -15319,6 +15319,36 @@ export declare namespace Typing {
|
|
|
15319
15319
|
const constructor: abstract new () => Typing;
|
|
15320
15320
|
}
|
|
15321
15321
|
}
|
|
15322
|
+
export declare class UnassignParkingSpaceCommand {
|
|
15323
|
+
constructor(validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */);
|
|
15324
|
+
get validFrom(): Nullable<any>/* Nullable<Instant> */;
|
|
15325
|
+
get validTo(): Nullable<any>/* Nullable<Instant> */;
|
|
15326
|
+
copy(validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */): UnassignParkingSpaceCommand;
|
|
15327
|
+
toString(): string;
|
|
15328
|
+
hashCode(): number;
|
|
15329
|
+
equals(other: Nullable<any>): boolean;
|
|
15330
|
+
}
|
|
15331
|
+
export declare namespace UnassignParkingSpaceCommand {
|
|
15332
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15333
|
+
namespace $metadata$ {
|
|
15334
|
+
const constructor: abstract new () => UnassignParkingSpaceCommand;
|
|
15335
|
+
}
|
|
15336
|
+
}
|
|
15337
|
+
export declare class UnassignStorageRoomCommand {
|
|
15338
|
+
constructor(validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */);
|
|
15339
|
+
get validFrom(): Nullable<any>/* Nullable<Instant> */;
|
|
15340
|
+
get validTo(): Nullable<any>/* Nullable<Instant> */;
|
|
15341
|
+
copy(validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */): UnassignStorageRoomCommand;
|
|
15342
|
+
toString(): string;
|
|
15343
|
+
hashCode(): number;
|
|
15344
|
+
equals(other: Nullable<any>): boolean;
|
|
15345
|
+
}
|
|
15346
|
+
export declare namespace UnassignStorageRoomCommand {
|
|
15347
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15348
|
+
namespace $metadata$ {
|
|
15349
|
+
const constructor: abstract new () => UnassignStorageRoomCommand;
|
|
15350
|
+
}
|
|
15351
|
+
}
|
|
15322
15352
|
export declare class UpdateActiveManagement {
|
|
15323
15353
|
constructor(accounting?: Nullable<KtList<Person>>, administrators?: Nullable<KtList<Person>>, collection?: Nullable<KtList<Person>>, ownership?: Nullable<KtList<Person>>);
|
|
15324
15354
|
get accounting(): Nullable<KtList<Person>>;
|
|
@@ -17229,9 +17259,9 @@ export declare class ParkingApi extends ApiClient.$metadata$.constructor {
|
|
|
17229
17259
|
parkingSpaceAllocationOverview(companyId: bigint, searchDate?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<ParkingSpaceAllocationOverview>>;
|
|
17230
17260
|
parkingSpaceVacancy(companyId: bigint, parkingSpaceId: bigint, searchDate?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<ParkingSpaceVacancy>>;
|
|
17231
17261
|
showParkingSpace(companyId: bigint, parkingSpaceId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ParkingSpace>>;
|
|
17232
|
-
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
|
|
17233
|
-
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<HttpResponse<void>>;
|
|
17234
|
-
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
17262
|
+
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
17263
|
+
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
17264
|
+
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
17235
17265
|
updateParkingSpace(companyId: bigint, parkingSpaceId: bigint, updateParkingSpaceCommand: UpdateParkingSpaceCommand): Promise<HttpResponse<ParkingSpace>>;
|
|
17236
17266
|
}
|
|
17237
17267
|
export declare namespace ParkingApi {
|
|
@@ -17421,9 +17451,9 @@ export declare class StorageApi extends ApiClient.$metadata$.constructor {
|
|
|
17421
17451
|
showStorageRoom(companyId: bigint, storageRoomId: bigint, fields?: Nullable<string>): Promise<HttpResponse<StorageRoom>>;
|
|
17422
17452
|
storageRoomAllocationOverview(companyId: bigint, searchDate?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<StorageRoomAllocationOverview>>;
|
|
17423
17453
|
storageRoomVacancy(companyId: bigint, storageRoomId: bigint, searchDate?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<StorageRoomVacancy>>;
|
|
17424
|
-
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
|
|
17425
|
-
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<HttpResponse<void>>;
|
|
17426
|
-
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
17454
|
+
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
17455
|
+
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
17456
|
+
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
17427
17457
|
updateStorageRoom(companyId: bigint, storageRoomId: bigint, updateStorageRoomCommand: UpdateStorageRoomCommand): Promise<HttpResponse<StorageRoom>>;
|
|
17428
17458
|
}
|
|
17429
17459
|
export declare namespace StorageApi {
|