@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 CHANGED
@@ -16,7 +16,7 @@
16
16
  "directory": "sdk/home-api"
17
17
  },
18
18
  "main": "solibo-sdk-sdk-home-api.mjs",
19
- "version": "1.9.14",
19
+ "version": "1.9.15",
20
20
  "name": "@solibo/home-api",
21
21
  "dependencies": {
22
22
  "ws": "8.18.3",
@@ -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>>;