@solibo/home-api 1.9.14 → 1.9.15
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/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +1 -0
- package/solibo-sdk-sdk-home-api.mjs +3196 -2995
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
package/package.json
CHANGED
|
@@ -20297,6 +20297,7 @@ export declare class SectionApi extends ApiClient.$metadata$.constructor {
|
|
|
20297
20297
|
deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
|
|
20298
20298
|
exportSectionAssets(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
|
|
20299
20299
|
indexCompanyOwnershipChanges(companyId: bigint, changeAtFrom?: Nullable<bigint>, changeAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
|
|
20300
|
+
indexCompanyOwnershipChangesBySection(companyId: bigint, sectionId: bigint, changeAtFrom?: Nullable<bigint>, changeAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
|
|
20300
20301
|
indexLoansByFraction(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<TripletexAccountFractionsResponse>>;
|
|
20301
20302
|
indexOwnershipChanges(changeAtFrom?: Nullable<bigint>, changeAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
|
|
20302
20303
|
indexSection(companyId: bigint, status?: Nullable<SectionState>, query?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSection>>;
|