@solibo/solibo-sdk 1.7.5 → 1.7.6
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/KmLogging-logging.mjs +98 -98
- package/KotlinBigInteger-bignum.mjs +1114 -1114
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +33 -33
- package/bitops-library-endian.mjs +3 -3
- package/core-library-digest.mjs +29 -29
- package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/hash-library-md.mjs +30 -30
- package/kotlin-kotlin-stdlib.mjs +9 -9
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-encoding.mjs +75 -75
- package/ktor-ktor-client-logging.mjs +520 -520
- package/ktor-ktor-client-mock.mjs +39 -39
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +16867 -16518
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +38 -6
- package/solibo-sdk-sdk.mjs +3058 -3058
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -17645,6 +17645,38 @@ export declare namespace Typing {
|
|
|
17645
17645
|
const constructor: abstract new () => Typing;
|
|
17646
17646
|
}
|
|
17647
17647
|
}
|
|
17648
|
+
export interface UnassignParkingSpaceCommandProps {
|
|
17649
|
+
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
17650
|
+
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
17651
|
+
}
|
|
17652
|
+
export declare class UnassignParkingSpaceCommand {
|
|
17653
|
+
constructor(props: UnassignParkingSpaceCommandProps);
|
|
17654
|
+
constructor(validFrom?: SoliboInstant /* Instant */ | null | undefined, validTo?: SoliboInstant /* Instant */ | null | undefined);
|
|
17655
|
+
get validFrom(): SoliboInstant /* Instant */ | null | undefined;
|
|
17656
|
+
get validTo(): SoliboInstant /* Instant */ | null | undefined;
|
|
17657
|
+
}
|
|
17658
|
+
export declare namespace UnassignParkingSpaceCommand {
|
|
17659
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17660
|
+
namespace $metadata$ {
|
|
17661
|
+
const constructor: abstract new () => UnassignParkingSpaceCommand;
|
|
17662
|
+
}
|
|
17663
|
+
}
|
|
17664
|
+
export interface UnassignStorageRoomCommandProps {
|
|
17665
|
+
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
17666
|
+
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
17667
|
+
}
|
|
17668
|
+
export declare class UnassignStorageRoomCommand {
|
|
17669
|
+
constructor(props: UnassignStorageRoomCommandProps);
|
|
17670
|
+
constructor(validFrom?: SoliboInstant /* Instant */ | null | undefined, validTo?: SoliboInstant /* Instant */ | null | undefined);
|
|
17671
|
+
get validFrom(): SoliboInstant /* Instant */ | null | undefined;
|
|
17672
|
+
get validTo(): SoliboInstant /* Instant */ | null | undefined;
|
|
17673
|
+
}
|
|
17674
|
+
export declare namespace UnassignStorageRoomCommand {
|
|
17675
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17676
|
+
namespace $metadata$ {
|
|
17677
|
+
const constructor: abstract new () => UnassignStorageRoomCommand;
|
|
17678
|
+
}
|
|
17679
|
+
}
|
|
17648
17680
|
export interface UpdateActiveManagementProps {
|
|
17649
17681
|
accounting?: PersonProps[] | null | undefined;
|
|
17650
17682
|
administrators?: PersonProps[] | null | undefined;
|
|
@@ -19812,9 +19844,9 @@ export declare class ParkingApi extends ApiClient.$metadata$.constructor {
|
|
|
19812
19844
|
parkingSpaceAllocationOverview(companyId: bigint, searchDate?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<ParkingSpaceAllocationOverview>>;
|
|
19813
19845
|
parkingSpaceVacancy(companyId: bigint, parkingSpaceId: bigint, searchDate?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<ParkingSpaceVacancy>>;
|
|
19814
19846
|
showParkingSpace(companyId: bigint, parkingSpaceId: bigint, fields?: string | null | undefined): Promise<HttpResponse<ParkingSpace>>;
|
|
19815
|
-
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
|
|
19816
|
-
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<HttpResponse<void>>;
|
|
19817
|
-
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
19847
|
+
unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
19848
|
+
unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
19849
|
+
unAssignParkingSpaceToSection(companyId: bigint, parkingSpaceId: bigint, sectionId: bigint, unassignParkingSpaceCommand: UnassignParkingSpaceCommand): Promise<HttpResponse<void>>;
|
|
19818
19850
|
updateParkingSpace(companyId: bigint, parkingSpaceId: bigint, updateParkingSpaceCommand: UpdateParkingSpaceCommand): Promise<HttpResponse<ParkingSpace>>;
|
|
19819
19851
|
}
|
|
19820
19852
|
export declare namespace ParkingApi {
|
|
@@ -20004,9 +20036,9 @@ export declare class StorageApi extends ApiClient.$metadata$.constructor {
|
|
|
20004
20036
|
showStorageRoom(companyId: bigint, storageRoomId: bigint, fields?: string | null | undefined): Promise<HttpResponse<StorageRoom>>;
|
|
20005
20037
|
storageRoomAllocationOverview(companyId: bigint, searchDate?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<StorageRoomAllocationOverview>>;
|
|
20006
20038
|
storageRoomVacancy(companyId: bigint, storageRoomId: bigint, searchDate?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<StorageRoomVacancy>>;
|
|
20007
|
-
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
|
|
20008
|
-
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<HttpResponse<void>>;
|
|
20009
|
-
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
20039
|
+
unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
20040
|
+
unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
20041
|
+
unAssignStorageRoomToSection(companyId: bigint, storageRoomId: bigint, sectionId: bigint, unassignStorageRoomCommand: UnassignStorageRoomCommand): Promise<HttpResponse<void>>;
|
|
20010
20042
|
updateStorageRoom(companyId: bigint, storageRoomId: bigint, updateStorageRoomCommand: UpdateStorageRoomCommand): Promise<HttpResponse<StorageRoom>>;
|
|
20011
20043
|
}
|
|
20012
20044
|
export declare namespace StorageApi {
|