@solibo/solibo-sdk 1.1.28 → 1.1.29
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 +99 -99
- package/KotlinBigInteger-bignum.mjs +1114 -1114
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +4 -4
- 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 +240 -240
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/kotlin-kotlin-stdlib.mjs +4 -4
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-logging.mjs +516 -516
- package/ktor-ktor-client-mock.mjs +39 -39
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +13519 -13368
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +30 -12
- package/solibo-sdk-sdk.mjs +2324 -2324
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -1671,7 +1671,7 @@ export interface ConversationCountProps {
|
|
|
1671
1671
|
done: bigint;
|
|
1672
1672
|
draft: bigint;
|
|
1673
1673
|
inProgress: bigint;
|
|
1674
|
-
|
|
1674
|
+
new: bigint;
|
|
1675
1675
|
total?: bigint | null | undefined;
|
|
1676
1676
|
}
|
|
1677
1677
|
export declare class ConversationCount {
|
|
@@ -1693,7 +1693,7 @@ export interface ConversationCountConversationCountMapProps {
|
|
|
1693
1693
|
done: bigint;
|
|
1694
1694
|
draft: bigint;
|
|
1695
1695
|
inProgress: bigint;
|
|
1696
|
-
|
|
1696
|
+
new: bigint;
|
|
1697
1697
|
total?: bigint | null | undefined;
|
|
1698
1698
|
}
|
|
1699
1699
|
export declare class ConversationCountConversationCountMap {
|
|
@@ -1715,7 +1715,7 @@ export interface ConversationCountConversationCountMapValueProps {
|
|
|
1715
1715
|
done: bigint;
|
|
1716
1716
|
draft: bigint;
|
|
1717
1717
|
inProgress: bigint;
|
|
1718
|
-
|
|
1718
|
+
new: bigint;
|
|
1719
1719
|
total?: bigint | null | undefined;
|
|
1720
1720
|
}
|
|
1721
1721
|
export declare class ConversationCountConversationCountMapValue {
|
|
@@ -3043,7 +3043,7 @@ export interface CreatePostCommandProps {
|
|
|
3043
3043
|
notificationSMSGroups?: KtList<NotificationGroupProps> | null | undefined;
|
|
3044
3044
|
pictureUrl?: ContentProps | null | undefined;
|
|
3045
3045
|
pinned?: boolean | null | undefined;
|
|
3046
|
-
|
|
3046
|
+
private?: boolean | null | undefined;
|
|
3047
3047
|
publishedAt?: any | null | undefined/* Instant | null | undefined */ | undefined;
|
|
3048
3048
|
title: string;
|
|
3049
3049
|
weighting?: bigint | null | undefined;
|
|
@@ -3075,7 +3075,7 @@ export interface CreatePracticalInfoCommandProps {
|
|
|
3075
3075
|
notificationSMSGroups?: KtList<NotificationGroupProps> | null | undefined;
|
|
3076
3076
|
pictureUrl?: ContentProps | null | undefined;
|
|
3077
3077
|
pinned?: boolean | null | undefined;
|
|
3078
|
-
|
|
3078
|
+
private?: boolean | null | undefined;
|
|
3079
3079
|
publishedAt?: any | null | undefined/* Instant | null | undefined */ | undefined;
|
|
3080
3080
|
title: string;
|
|
3081
3081
|
weighting?: bigint | null | undefined;
|
|
@@ -7543,7 +7543,7 @@ export interface LoanLogProps {
|
|
|
7543
7543
|
change: LOANLOGTYPE;
|
|
7544
7544
|
id: bigint;
|
|
7545
7545
|
loanId: bigint;
|
|
7546
|
-
|
|
7546
|
+
new: string;
|
|
7547
7547
|
old: string;
|
|
7548
7548
|
performedAt: any/* Instant */;
|
|
7549
7549
|
performedBy: bigint;
|
|
@@ -10117,7 +10117,7 @@ export interface PostProps {
|
|
|
10117
10117
|
pictureUrl?: ContentProps | null | undefined;
|
|
10118
10118
|
pinned: boolean;
|
|
10119
10119
|
postType: string;
|
|
10120
|
-
|
|
10120
|
+
private: boolean;
|
|
10121
10121
|
publishedAt?: any | null | undefined/* Instant | null | undefined */ | undefined;
|
|
10122
10122
|
publishedById: bigint;
|
|
10123
10123
|
smsRecipientStatus?: KtList<MassCommunicationRecipientStatusProps> | null | undefined;
|
|
@@ -11744,7 +11744,7 @@ export declare namespace SectionStatusSectionStatusMapValue {
|
|
|
11744
11744
|
}
|
|
11745
11745
|
export interface SectionTagProps {
|
|
11746
11746
|
name: string;
|
|
11747
|
-
|
|
11747
|
+
protected: boolean;
|
|
11748
11748
|
}
|
|
11749
11749
|
export declare class SectionTag {
|
|
11750
11750
|
constructor(props: SectionTagProps);
|
|
@@ -11774,7 +11774,7 @@ export declare namespace SectionTagCommand {
|
|
|
11774
11774
|
}
|
|
11775
11775
|
export interface SectionTagTagsBySectionMapValueProps {
|
|
11776
11776
|
name: string;
|
|
11777
|
-
|
|
11777
|
+
protected: boolean;
|
|
11778
11778
|
}
|
|
11779
11779
|
export declare class SectionTagTagsBySectionMapValue {
|
|
11780
11780
|
constructor(props: SectionTagTagsBySectionMapValueProps);
|
|
@@ -13425,6 +13425,24 @@ export declare namespace TransmissionDialogType {
|
|
|
13425
13425
|
}
|
|
13426
13426
|
}
|
|
13427
13427
|
}
|
|
13428
|
+
export interface TripletexAccountFractionsResponseProps {
|
|
13429
|
+
fractions: KtList<SectionAccountFractionProps>;
|
|
13430
|
+
isNewCompany: boolean;
|
|
13431
|
+
isTripletex: boolean;
|
|
13432
|
+
}
|
|
13433
|
+
export declare class TripletexAccountFractionsResponse {
|
|
13434
|
+
constructor(props: TripletexAccountFractionsResponseProps);
|
|
13435
|
+
constructor(fractions: KtList<SectionAccountFraction>, isNewCompany: boolean, isTripletex: boolean);
|
|
13436
|
+
get fractions(): KtList<SectionAccountFraction>;
|
|
13437
|
+
get isNewCompany(): boolean;
|
|
13438
|
+
get isTripletex(): boolean;
|
|
13439
|
+
}
|
|
13440
|
+
export declare namespace TripletexAccountFractionsResponse {
|
|
13441
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
13442
|
+
namespace $metadata$ {
|
|
13443
|
+
const constructor: abstract new () => TripletexAccountFractionsResponse;
|
|
13444
|
+
}
|
|
13445
|
+
}
|
|
13428
13446
|
export interface TriplewinOverdueInvoiceOverviewProps {
|
|
13429
13447
|
companyOverviews: KtList<CompanyOverdueInvoiceOverviewProps>;
|
|
13430
13448
|
interestDemanded: number;
|
|
@@ -14377,7 +14395,7 @@ export interface UpdatePostCommandProps {
|
|
|
14377
14395
|
pictureDocumentId?: bigint | null | undefined;
|
|
14378
14396
|
pictureUrl?: ContentProps | null | undefined;
|
|
14379
14397
|
pinned?: boolean | null | undefined;
|
|
14380
|
-
|
|
14398
|
+
private?: boolean | null | undefined;
|
|
14381
14399
|
publishedAt?: any | null | undefined/* Instant | null | undefined */ | undefined;
|
|
14382
14400
|
title: string;
|
|
14383
14401
|
weighting?: bigint | null | undefined;
|
|
@@ -14411,7 +14429,7 @@ export interface UpdatePracticalInfoCommandProps {
|
|
|
14411
14429
|
pictureDocumentId?: bigint | null | undefined;
|
|
14412
14430
|
pictureUrl?: ContentProps | null | undefined;
|
|
14413
14431
|
pinned?: boolean | null | undefined;
|
|
14414
|
-
|
|
14432
|
+
private?: boolean | null | undefined;
|
|
14415
14433
|
publishedAt?: any | null | undefined/* Instant | null | undefined */ | undefined;
|
|
14416
14434
|
title: string;
|
|
14417
14435
|
weighting?: bigint | null | undefined;
|
|
@@ -15701,7 +15719,7 @@ export declare class SectionApi extends ApiClient.$metadata$.constructor {
|
|
|
15701
15719
|
deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
15702
15720
|
eierskifteSection(companyId: bigint, sectionId: bigint, ownerChangeSectionCommand: OwnerChangeSectionCommand): Promise<HttpResponse<void>>;
|
|
15703
15721
|
indexCompanyOwnershipChanges(companyId: bigint): Promise<HttpResponse<KtList<OwnershipChange>>>;
|
|
15704
|
-
indexLoansByFraction(companyId: bigint, sectionId: bigint): Promise<HttpResponse<
|
|
15722
|
+
indexLoansByFraction(companyId: bigint, sectionId: bigint, at?: bigint | null | undefined): Promise<HttpResponse<TripletexAccountFractionsResponse>>;
|
|
15705
15723
|
indexOwnershipChanges(): Promise<HttpResponse<KtList<OwnershipChange>>>;
|
|
15706
15724
|
indexSection(companyId: bigint, status?: SectionState | null | undefined, autoPaginate?: boolean | null | undefined, query?: string | null | undefined, pageToken?: string | null | undefined): Promise<HttpResponse<SectionList>>;
|
|
15707
15725
|
indexSectionFractions(companyId: bigint, fractionType?: FractionType | null | undefined, sectionIds?: KtList<bigint> | null | undefined, validFrom?: bigint | null | undefined): Promise<HttpResponse<KtMap<string, KtList<SectionFractionSectionFractionMapValue>>>>;
|