@solibo/home-api 1.1.12 → 1.1.13
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/ktor-ktor-websockets.mjs
CHANGED
|
@@ -71,8 +71,8 @@ import {
|
|
|
71
71
|
_ChannelResult___get_isClosed__impl__mg7kuu1xlv81pnrlsg7 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
72
72
|
close$default29t9kascifp5w as close$default,
|
|
73
73
|
cancel$default3ekkkwpkem73o as cancel$default,
|
|
74
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
75
74
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
75
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
76
76
|
} from './kotlinx-coroutines-core.mjs';
|
|
77
77
|
import {
|
|
78
78
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -137,7 +137,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
137
137
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
138
138
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
139
139
|
initMetadataForCompanion(Companion_4);
|
|
140
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
140
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
141
141
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
142
142
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
143
143
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -2942,15 +2942,16 @@ export declare namespace CustomerCommentCreatedBy {
|
|
|
2942
2942
|
}
|
|
2943
2943
|
}
|
|
2944
2944
|
export declare class CustomerMetadata {
|
|
2945
|
-
constructor(alternateEHFReference: Nullable<string> | undefined, customerId: bigint, customerReference: Nullable<string> | undefined, customerType: CustomerType, groupInvoices: boolean, id: bigint, overdueProcessing: boolean);
|
|
2945
|
+
constructor(alternateEHFReference: Nullable<string> | undefined, companyId: bigint, customerId: bigint, customerReference: Nullable<string> | undefined, customerType: CustomerType, groupInvoices: boolean, id: bigint, overdueProcessing: boolean);
|
|
2946
2946
|
get alternateEHFReference(): Nullable<string>;
|
|
2947
|
+
get companyId(): bigint;
|
|
2947
2948
|
get customerId(): bigint;
|
|
2948
2949
|
get customerReference(): Nullable<string>;
|
|
2949
2950
|
get customerType(): CustomerType;
|
|
2950
2951
|
get groupInvoices(): boolean;
|
|
2951
2952
|
get id(): bigint;
|
|
2952
2953
|
get overdueProcessing(): boolean;
|
|
2953
|
-
copy(alternateEHFReference?: Nullable<string>, customerId?: bigint, customerReference?: Nullable<string>, customerType?: CustomerType, groupInvoices?: boolean, id?: bigint, overdueProcessing?: boolean): CustomerMetadata;
|
|
2954
|
+
copy(alternateEHFReference?: Nullable<string>, companyId?: bigint, customerId?: bigint, customerReference?: Nullable<string>, customerType?: CustomerType, groupInvoices?: boolean, id?: bigint, overdueProcessing?: boolean): CustomerMetadata;
|
|
2954
2955
|
toString(): string;
|
|
2955
2956
|
hashCode(): number;
|
|
2956
2957
|
equals(other: Nullable<any>): boolean;
|
|
@@ -4380,10 +4381,10 @@ export declare namespace GenghisVoucher {
|
|
|
4380
4381
|
}
|
|
4381
4382
|
}
|
|
4382
4383
|
export declare class GlobalPreview {
|
|
4383
|
-
constructor(companyId: bigint,
|
|
4384
|
+
constructor(companyId: bigint, upcoming: KtList<GlobalPreviewUpcoming>);
|
|
4384
4385
|
get companyId(): bigint;
|
|
4385
|
-
get
|
|
4386
|
-
copy(companyId?: bigint,
|
|
4386
|
+
get upcoming(): KtList<GlobalPreviewUpcoming>;
|
|
4387
|
+
copy(companyId?: bigint, upcoming?: KtList<GlobalPreviewUpcoming>): GlobalPreview;
|
|
4387
4388
|
toString(): string;
|
|
4388
4389
|
hashCode(): number;
|
|
4389
4390
|
equals(other: Nullable<any>): boolean;
|
|
@@ -4394,21 +4395,22 @@ export declare namespace GlobalPreview {
|
|
|
4394
4395
|
const constructor: abstract new () => GlobalPreview;
|
|
4395
4396
|
}
|
|
4396
4397
|
}
|
|
4397
|
-
export declare class
|
|
4398
|
-
constructor(dueDate: any/* Instant */, invoiceDate: any/* Instant */,
|
|
4398
|
+
export declare class GlobalPreviewUpcoming {
|
|
4399
|
+
constructor(dueDate: any/* Instant */, id: bigint, invoiceCount: bigint, invoiceDate: any/* Instant */, name: string);
|
|
4399
4400
|
get dueDate(): any/* Instant */;
|
|
4401
|
+
get id(): bigint;
|
|
4402
|
+
get invoiceCount(): bigint;
|
|
4400
4403
|
get invoiceDate(): any/* Instant */;
|
|
4401
|
-
get
|
|
4402
|
-
|
|
4403
|
-
copy(dueDate?: any/* Instant */, invoiceDate?: any/* Instant */, payerId?: bigint, payerName?: string): GlobalPreviewReceiver;
|
|
4404
|
+
get name(): string;
|
|
4405
|
+
copy(dueDate?: any/* Instant */, id?: bigint, invoiceCount?: bigint, invoiceDate?: any/* Instant */, name?: string): GlobalPreviewUpcoming;
|
|
4404
4406
|
toString(): string;
|
|
4405
4407
|
hashCode(): number;
|
|
4406
4408
|
equals(other: Nullable<any>): boolean;
|
|
4407
4409
|
}
|
|
4408
|
-
export declare namespace
|
|
4410
|
+
export declare namespace GlobalPreviewUpcoming {
|
|
4409
4411
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
4410
4412
|
namespace $metadata$ {
|
|
4411
|
-
const constructor: abstract new () =>
|
|
4413
|
+
const constructor: abstract new () => GlobalPreviewUpcoming;
|
|
4412
4414
|
}
|
|
4413
4415
|
}
|
|
4414
4416
|
export declare class HmsSettings {
|
|
@@ -9510,6 +9512,24 @@ export declare namespace Section {
|
|
|
9510
9512
|
const constructor: abstract new () => Section;
|
|
9511
9513
|
}
|
|
9512
9514
|
}
|
|
9515
|
+
export declare class SectionAccountFraction {
|
|
9516
|
+
constructor(accountName: Nullable<string> | undefined, accountNumber: bigint, fractionedBalance: number, ownerFraction: string, totalBalance: number);
|
|
9517
|
+
get accountName(): Nullable<string>;
|
|
9518
|
+
get accountNumber(): bigint;
|
|
9519
|
+
get fractionedBalance(): number;
|
|
9520
|
+
get ownerFraction(): string;
|
|
9521
|
+
get totalBalance(): number;
|
|
9522
|
+
copy(accountName?: Nullable<string>, accountNumber?: bigint, fractionedBalance?: number, ownerFraction?: string, totalBalance?: number): SectionAccountFraction;
|
|
9523
|
+
toString(): string;
|
|
9524
|
+
hashCode(): number;
|
|
9525
|
+
equals(other: Nullable<any>): boolean;
|
|
9526
|
+
}
|
|
9527
|
+
export declare namespace SectionAccountFraction {
|
|
9528
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
9529
|
+
namespace $metadata$ {
|
|
9530
|
+
const constructor: abstract new () => SectionAccountFraction;
|
|
9531
|
+
}
|
|
9532
|
+
}
|
|
9513
9533
|
export declare class SectionFraction {
|
|
9514
9534
|
constructor(bolignr: Nullable<bigint> | undefined, identifier: Nullable<string> | undefined, inFourFraction: string, inOneFraction: string, inThreeFraction: string, inTwoFraction: string, ownerFraction: string, sectionFraction: string, sectionId: bigint, snapshotDate: Nullable<any>/* Nullable<Instant> */ | undefined, validFrom: any/* Instant */, wealthFraction: string);
|
|
9515
9535
|
get bolignr(): Nullable<bigint>;
|
|
@@ -12534,7 +12554,7 @@ export declare class AuthApi extends ApiClient.$metadata$.constructor {
|
|
|
12534
12554
|
indexUserDevices(): Promise<HttpResponse<KtList<Device>>>;
|
|
12535
12555
|
refreshTokens(refreshTokensCommand: RefreshTokensCommand): Promise<HttpResponse<SoliboAuthentication>>;
|
|
12536
12556
|
registerFCMDeviceForUser(registerDeviceCommand: RegisterDeviceCommand): Promise<HttpResponse<void>>;
|
|
12537
|
-
reportPushNotificationRead(trackingId: string): Promise<HttpResponse<void>>;
|
|
12557
|
+
reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
|
|
12538
12558
|
revokeTokens(clientId?: Nullable<string>, deviceKey?: Nullable<string>, deviceKeyGroup?: Nullable<string>, userId?: Nullable<string>, refreshToken?: Nullable<string>): Promise<HttpResponse<void>>;
|
|
12539
12559
|
verifyCreateTOTPMfa(verifyAssociateTotpMfaCommand: VerifyAssociateTotpMfaCommand): Promise<HttpResponse<SoftwareTokenAssociation>>;
|
|
12540
12560
|
verifySMSMfa(verifyMfaCommand: VerifyMfaCommand): Promise<HttpResponse<SoliboAuthentication>>;
|
|
@@ -13166,6 +13186,7 @@ export declare class SectionApi extends ApiClient.$metadata$.constructor {
|
|
|
13166
13186
|
deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
13167
13187
|
eierskifteSection(companyId: bigint, sectionId: bigint, ownerChangeSectionCommand: OwnerChangeSectionCommand): Promise<HttpResponse<void>>;
|
|
13168
13188
|
indexCompanyOwnershipChanges(companyId: bigint): Promise<HttpResponse<KtList<OwnershipChange>>>;
|
|
13189
|
+
indexLoansByFraction(companyId: bigint, sectionId: bigint): Promise<HttpResponse<KtList<SectionAccountFraction>>>;
|
|
13169
13190
|
indexOwnershipChanges(): Promise<HttpResponse<KtList<OwnershipChange>>>;
|
|
13170
13191
|
indexSection(companyId: bigint, status?: Nullable<SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<HttpResponse<SectionList>>;
|
|
13171
13192
|
indexSectionFractions(companyId: bigint, fractionType?: Nullable<FractionType>, sectionIds?: Nullable<KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<HttpResponse<KtMap<string, KtList<SectionFractionSectionFractionMapValue>>>>;
|