@solibo/solibo-sdk 1.9.10 → 1.9.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/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/client.d.mts +6 -0
- package/client.mjs +17 -0
- 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/index.mjs +2 -0
- 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-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 +34082 -33716
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +52 -3
- package/solibo-sdk-sdk.mjs +3861 -3840
- package/solibo-sdk-sdk.mjs.map +1 -1
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -2237,6 +2237,48 @@ export declare namespace BulkPublishSMSBroadcastsSummary {
|
|
|
2237
2237
|
const constructor: abstract new () => BulkPublishSMSBroadcastsSummary;
|
|
2238
2238
|
}
|
|
2239
2239
|
}
|
|
2240
|
+
export declare abstract class BulkRetroactiveKartverketItemStatus {
|
|
2241
|
+
private constructor();
|
|
2242
|
+
static get UPDATED(): BulkRetroactiveKartverketItemStatus & {
|
|
2243
|
+
get name(): "UPDATED";
|
|
2244
|
+
get ordinal(): 0;
|
|
2245
|
+
};
|
|
2246
|
+
static get FAILED(): BulkRetroactiveKartverketItemStatus & {
|
|
2247
|
+
get name(): "FAILED";
|
|
2248
|
+
get ordinal(): 1;
|
|
2249
|
+
};
|
|
2250
|
+
static get Updated(): BulkRetroactiveKartverketItemStatus & {
|
|
2251
|
+
get name(): "UPDATED";
|
|
2252
|
+
get ordinal(): 0;
|
|
2253
|
+
};
|
|
2254
|
+
static get Failed(): BulkRetroactiveKartverketItemStatus & {
|
|
2255
|
+
get name(): "FAILED";
|
|
2256
|
+
get ordinal(): 1;
|
|
2257
|
+
};
|
|
2258
|
+
static values(): [typeof BulkRetroactiveKartverketItemStatus.UPDATED, typeof BulkRetroactiveKartverketItemStatus.FAILED];
|
|
2259
|
+
static valueOf(value: string): BulkRetroactiveKartverketItemStatus;
|
|
2260
|
+
get name(): "UPDATED" | "FAILED";
|
|
2261
|
+
get ordinal(): 0 | 1;
|
|
2262
|
+
get value(): string;
|
|
2263
|
+
}
|
|
2264
|
+
export declare namespace BulkRetroactiveKartverketItemStatus {
|
|
2265
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2266
|
+
namespace $metadata$ {
|
|
2267
|
+
const constructor: abstract new () => BulkRetroactiveKartverketItemStatus;
|
|
2268
|
+
}
|
|
2269
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
2270
|
+
private constructor();
|
|
2271
|
+
}
|
|
2272
|
+
namespace Companion {
|
|
2273
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2274
|
+
namespace $metadata$ {
|
|
2275
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
2276
|
+
fromValue(value: string): BulkRetroactiveKartverketItemStatus | null | undefined;
|
|
2277
|
+
private constructor();
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2240
2282
|
export interface BulkUpdateCompanyDetailedCommandProps {
|
|
2241
2283
|
dryRun?: boolean | null | undefined;
|
|
2242
2284
|
items: BulkUpdateCompanyDetailedItemCommandProps[];
|
|
@@ -5741,6 +5783,7 @@ export interface CreateSectionCommandProps {
|
|
|
5741
5783
|
sectionAddressId?: bigint | null | undefined;
|
|
5742
5784
|
sectionType: SectionType;
|
|
5743
5785
|
sectioningFraction?: string | null | undefined;
|
|
5786
|
+
shareNumbers?: string[] | null | undefined;
|
|
5744
5787
|
toiletCount?: bigint | null | undefined;
|
|
5745
5788
|
unitKartverketId?: string | null | undefined;
|
|
5746
5789
|
unitType?: string | null | undefined;
|
|
@@ -5749,7 +5792,7 @@ export interface CreateSectionCommandProps {
|
|
|
5749
5792
|
}
|
|
5750
5793
|
export declare class CreateSectionCommand {
|
|
5751
5794
|
constructor(props: CreateSectionCommandProps);
|
|
5752
|
-
constructor(apartmentNr: string | null | undefined, areaSqm: number | null | undefined, bathroomCount: bigint | null | undefined, buildingId: bigint | null | undefined, companyId: bigint, floorId: bigint | null | undefined, hNr: string | null | undefined, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, isProtected: boolean | null | undefined, isRentalArea: boolean | null | undefined, kartverketId: string | null | undefined, kitchenAccess: string | null | undefined, kitchenAccessCode: string | null | undefined, kostraFunction: string | null | undefined, kostraFunctionCode: string | null | undefined, markedForRemoval: boolean | null | undefined, note: string | null | undefined, ownerFraction: string | null | undefined, residenceNr: bigint | null | undefined, roomCount: bigint | null | undefined, sectionAddressId: bigint | null | undefined, sectionType: SectionType, sectioningFraction?: string | null | undefined, toiletCount?: bigint | null | undefined, unitKartverketId?: string | null | undefined, unitType?: string | null | undefined, unitTypeCode?: string | null | undefined, wealthFraction?: string | null | undefined);
|
|
5795
|
+
constructor(apartmentNr: string | null | undefined, areaSqm: number | null | undefined, bathroomCount: bigint | null | undefined, buildingId: bigint | null | undefined, companyId: bigint, floorId: bigint | null | undefined, hNr: string | null | undefined, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, isProtected: boolean | null | undefined, isRentalArea: boolean | null | undefined, kartverketId: string | null | undefined, kitchenAccess: string | null | undefined, kitchenAccessCode: string | null | undefined, kostraFunction: string | null | undefined, kostraFunctionCode: string | null | undefined, markedForRemoval: boolean | null | undefined, note: string | null | undefined, ownerFraction: string | null | undefined, residenceNr: bigint | null | undefined, roomCount: bigint | null | undefined, sectionAddressId: bigint | null | undefined, sectionType: SectionType, sectioningFraction?: string | null | undefined, shareNumbers?: string[] | null | undefined, toiletCount?: bigint | null | undefined, unitKartverketId?: string | null | undefined, unitType?: string | null | undefined, unitTypeCode?: string | null | undefined, wealthFraction?: string | null | undefined);
|
|
5753
5796
|
get apartmentNr(): string | null | undefined;
|
|
5754
5797
|
get areaSqm(): number | null | undefined;
|
|
5755
5798
|
get bathroomCount(): bigint | null | undefined;
|
|
@@ -5777,6 +5820,7 @@ export declare class CreateSectionCommand {
|
|
|
5777
5820
|
get sectionAddressId(): bigint | null | undefined;
|
|
5778
5821
|
get sectionType(): SectionType;
|
|
5779
5822
|
get sectioningFraction(): string | null | undefined;
|
|
5823
|
+
get shareNumbers(): string[] | null | undefined;
|
|
5780
5824
|
get toiletCount(): bigint | null | undefined;
|
|
5781
5825
|
get unitKartverketId(): string | null | undefined;
|
|
5782
5826
|
get unitType(): string | null | undefined;
|
|
@@ -17768,6 +17812,7 @@ export interface SectionProps {
|
|
|
17768
17812
|
roomCount?: bigint | null | undefined;
|
|
17769
17813
|
sectionAddressId?: bigint | null | undefined;
|
|
17770
17814
|
sectioningFraction?: string | null | undefined;
|
|
17815
|
+
shareNumbers?: string[] | null | undefined;
|
|
17771
17816
|
snr?: string | null | undefined;
|
|
17772
17817
|
storageRooms?: StorageRoomOwnershipProps[] | null | undefined;
|
|
17773
17818
|
streetAddress?: string | null | undefined;
|
|
@@ -17780,7 +17825,7 @@ export interface SectionProps {
|
|
|
17780
17825
|
}
|
|
17781
17826
|
export declare class Section {
|
|
17782
17827
|
constructor(props: SectionProps);
|
|
17783
|
-
constructor(anr: string | null | undefined, apartmentNr: string | null | undefined, area: string | null | undefined, areaSqm: number | null | undefined, bathroomCount: bigint | null | undefined, bnr: string | null | undefined, building: Building | null | undefined, buildingId: bigint | null | undefined, capabilities: string[] | null | undefined, children: Section[] | null | undefined, classification: SectionType, companyClassification: string | null | undefined, companyId: bigint, deletedAt: SoliboInstant /* Instant */ | null | undefined, deletionReason: SectionDeletionReason | null | undefined, floor: BuildingFloor | null | undefined, floorId: bigint | null | undefined, fnr: string | null | undefined, gnr: string | null | undefined, hNr: string | null | undefined, id: bigint, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, isBusiness: boolean, isProtected?: boolean | null | undefined, isRentalArea?: boolean | null | undefined, kitchenAccess?: string | null | undefined, kitchenAccessCode?: string | null | undefined, knr?: string | null | undefined, kostraFunction?: string | null | undefined, kostraFunctionCode?: string | null | undefined, markedForRemoval?: boolean | null | undefined, note?: string | null | undefined, ownerFraction?: string | null | undefined, parentId?: bigint | null | undefined, parkingSpaces?: ParkingSpaceOwnership[] | null | undefined, residenceNr?: bigint | null | undefined, roomCount?: bigint | null | undefined, sectionAddressId?: bigint | null | undefined, sectioningFraction?: string | null | undefined, snr?: string | null | undefined, storageRooms?: StorageRoomOwnership[] | null | undefined, streetAddress?: string | null | undefined, toiletCount?: bigint | null | undefined, unitKartverketId?: string | null | undefined, unitType?: string | null | undefined, unitTypeCode?: string | null | undefined, wealthFraction?: string | null | undefined, zipCode?: string | null | undefined);
|
|
17828
|
+
constructor(anr: string | null | undefined, apartmentNr: string | null | undefined, area: string | null | undefined, areaSqm: number | null | undefined, bathroomCount: bigint | null | undefined, bnr: string | null | undefined, building: Building | null | undefined, buildingId: bigint | null | undefined, capabilities: string[] | null | undefined, children: Section[] | null | undefined, classification: SectionType, companyClassification: string | null | undefined, companyId: bigint, deletedAt: SoliboInstant /* Instant */ | null | undefined, deletionReason: SectionDeletionReason | null | undefined, floor: BuildingFloor | null | undefined, floorId: bigint | null | undefined, fnr: string | null | undefined, gnr: string | null | undefined, hNr: string | null | undefined, id: bigint, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, isBusiness: boolean, isProtected?: boolean | null | undefined, isRentalArea?: boolean | null | undefined, kitchenAccess?: string | null | undefined, kitchenAccessCode?: string | null | undefined, knr?: string | null | undefined, kostraFunction?: string | null | undefined, kostraFunctionCode?: string | null | undefined, markedForRemoval?: boolean | null | undefined, note?: string | null | undefined, ownerFraction?: string | null | undefined, parentId?: bigint | null | undefined, parkingSpaces?: ParkingSpaceOwnership[] | null | undefined, residenceNr?: bigint | null | undefined, roomCount?: bigint | null | undefined, sectionAddressId?: bigint | null | undefined, sectioningFraction?: string | null | undefined, shareNumbers?: string[] | null | undefined, snr?: string | null | undefined, storageRooms?: StorageRoomOwnership[] | null | undefined, streetAddress?: string | null | undefined, toiletCount?: bigint | null | undefined, unitKartverketId?: string | null | undefined, unitType?: string | null | undefined, unitTypeCode?: string | null | undefined, wealthFraction?: string | null | undefined, zipCode?: string | null | undefined);
|
|
17784
17829
|
get anr(): string | null | undefined;
|
|
17785
17830
|
get apartmentNr(): string | null | undefined;
|
|
17786
17831
|
get area(): string | null | undefined;
|
|
@@ -17824,6 +17869,7 @@ export declare class Section {
|
|
|
17824
17869
|
get roomCount(): bigint | null | undefined;
|
|
17825
17870
|
get sectionAddressId(): bigint | null | undefined;
|
|
17826
17871
|
get sectioningFraction(): string | null | undefined;
|
|
17872
|
+
get shareNumbers(): string[] | null | undefined;
|
|
17827
17873
|
get snr(): string | null | undefined;
|
|
17828
17874
|
get storageRooms(): StorageRoomOwnership[] | null | undefined;
|
|
17829
17875
|
get streetAddress(): string | null | undefined;
|
|
@@ -21808,11 +21854,12 @@ export interface UpdateSectionCommandProps {
|
|
|
21808
21854
|
sectionAddressId?: bigint | null | undefined;
|
|
21809
21855
|
sectionType: SectionType;
|
|
21810
21856
|
sectioningFraction?: string | null | undefined;
|
|
21857
|
+
shareNumbers?: string[] | null | undefined;
|
|
21811
21858
|
wealthFraction?: string | null | undefined;
|
|
21812
21859
|
}
|
|
21813
21860
|
export declare class UpdateSectionCommand {
|
|
21814
21861
|
constructor(props: UpdateSectionCommandProps);
|
|
21815
|
-
constructor(apartmentNr: string | null | undefined, areaSqm: number | null | undefined, companyId: bigint, hnr: string | null | undefined, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, note: string | null | undefined, ownerFraction: string | null | undefined, residenceNr: bigint | null | undefined, sectionAddressId: bigint | null | undefined, sectionType: SectionType, sectioningFraction?: string | null | undefined, wealthFraction?: string | null | undefined);
|
|
21862
|
+
constructor(apartmentNr: string | null | undefined, areaSqm: number | null | undefined, companyId: bigint, hnr: string | null | undefined, identifier: string | null | undefined, inFourFraction: string | null | undefined, inOneFraction: string | null | undefined, inThreeFraction: string | null | undefined, inTwoFraction: string | null | undefined, note: string | null | undefined, ownerFraction: string | null | undefined, residenceNr: bigint | null | undefined, sectionAddressId: bigint | null | undefined, sectionType: SectionType, sectioningFraction?: string | null | undefined, shareNumbers?: string[] | null | undefined, wealthFraction?: string | null | undefined);
|
|
21816
21863
|
get apartmentNr(): string | null | undefined;
|
|
21817
21864
|
get areaSqm(): number | null | undefined;
|
|
21818
21865
|
get companyId(): bigint;
|
|
@@ -21828,6 +21875,7 @@ export declare class UpdateSectionCommand {
|
|
|
21828
21875
|
get sectionAddressId(): bigint | null | undefined;
|
|
21829
21876
|
get sectionType(): SectionType;
|
|
21830
21877
|
get sectioningFraction(): string | null | undefined;
|
|
21878
|
+
get shareNumbers(): string[] | null | undefined;
|
|
21831
21879
|
get wealthFraction(): string | null | undefined;
|
|
21832
21880
|
}
|
|
21833
21881
|
export declare namespace UpdateSectionCommand {
|
|
@@ -22849,6 +22897,7 @@ export declare class InvoicingApi extends ApiClient.$metadata$.constructor {
|
|
|
22849
22897
|
showInvoicingPlanSettings(companyId: bigint, invoicePlanId: bigint, at?: bigint | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<InvoicePlanSettings>>;
|
|
22850
22898
|
showInvoicingPlanTransactionInvoices(companyId: bigint, invoicePlanId: bigint, transactionId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListInvoice>>;
|
|
22851
22899
|
showInvoicingPlanTransactions(companyId: bigint, invoicePlanId: bigint, at?: bigint | null | undefined, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListInvoicePlanTransaction>>;
|
|
22900
|
+
showInvoicingSectionInvoicePdfs(companyId: bigint, sectionId: bigint): Promise<HttpResponse<Base64ByteArray>>;
|
|
22852
22901
|
showInvoicingSettings(companyId: bigint, fields?: string | null | undefined): Promise<HttpResponse<InvoiceSettings>>;
|
|
22853
22902
|
toggleInvoicingPlanTransactionOverdue(companyId: bigint, invoicePlanId: bigint, transactionId: bigint): Promise<HttpResponse<void>>;
|
|
22854
22903
|
updateAdHocInvoicing(companyId: bigint, adHocInvoiceLinesUpdateInputCommand: AdHocInvoiceLinesUpdateInputCommand, allLines?: boolean | null | undefined, idsToDelete?: string | null | undefined): Promise<HttpResponse<KtList<AdHocInvoiceLine>>>;
|