@solibo/home-api 1.5.12 → 1.5.13-27e697d-1778701418406-SNAPSHOT

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.
@@ -59,6 +59,12 @@ if (typeof Math.clz32 === 'undefined') {
59
59
  };
60
60
  }(Math.log, Math.LN2);
61
61
  }
62
+ if (typeof String.prototype.startsWith === 'undefined') {
63
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
64
+ position = position || 0;
65
+ return this.lastIndexOf(searchString, position) === position;
66
+ }});
67
+ }
62
68
  if (typeof String.prototype.endsWith === 'undefined') {
63
69
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
64
70
  var subjectString = this.toString();
@@ -70,12 +76,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
70
76
  return lastIndex !== -1 && lastIndex === position;
71
77
  }});
72
78
  }
73
- if (typeof String.prototype.startsWith === 'undefined') {
74
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
75
- position = position || 0;
76
- return this.lastIndexOf(searchString, position) === position;
77
- }});
78
- }
79
79
  //endregion
80
80
  //region block: imports
81
81
  var imul_0 = Math.imul;
@@ -263,7 +263,7 @@ initMetadataForClass(ContextScope, 'ContextScope', VOID, VOID, [CoroutineScope])
263
263
  initMetadataForClass(Symbol, 'Symbol');
264
264
  initMetadataForInterface(SelectInstance, 'SelectInstance');
265
265
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
266
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
266
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
267
267
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
268
268
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [Delay], [1]);
269
269
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.5.12",
3
+ "version": "1.5.13-27e697d-1778701418406-SNAPSHOT",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -9091,6 +9091,22 @@ export declare namespace PagedListDraftOverview {
9091
9091
  const constructor: abstract new () => PagedListDraftOverview;
9092
9092
  }
9093
9093
  }
9094
+ export declare class PagedListEconomicReport {
9095
+ constructor(items: KtList<EconomicReport>, meta: Meta, paging: Paging);
9096
+ get items(): KtList<EconomicReport>;
9097
+ get meta(): Meta;
9098
+ get paging(): Paging;
9099
+ copy(items?: KtList<EconomicReport>, meta?: Meta, paging?: Paging): PagedListEconomicReport;
9100
+ toString(): string;
9101
+ hashCode(): number;
9102
+ equals(other: Nullable<any>): boolean;
9103
+ }
9104
+ export declare namespace PagedListEconomicReport {
9105
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
9106
+ namespace $metadata$ {
9107
+ const constructor: abstract new () => PagedListEconomicReport;
9108
+ }
9109
+ }
9094
9110
  export declare class PagedListExpense {
9095
9111
  constructor(items: KtList<Expense>, meta: Meta, paging: Paging);
9096
9112
  get items(): KtList<Expense>;
@@ -15749,7 +15765,8 @@ export declare class BoardApi extends ApiClient.$metadata$.constructor {
15749
15765
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): BoardApi;
15750
15766
  createPersonBoard(companyId: bigint, addBoardmemberCommand: AddBoardmemberCommand): Promise<HttpResponse<Person>>;
15751
15767
  deletePersonBoard(companyId: bigint, personId: bigint): Promise<HttpResponse<void>>;
15752
- indexBoard(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPerson>>;
15768
+ indexBoard(companyId: bigint, search?: Nullable<string>, roleType?: Nullable<KtList<RoleType>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPerson>>;
15769
+ indexBoardMembersUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, roleType?: Nullable<KtList<RoleType>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPerson>>;
15753
15770
  showBoardMemberPersonnummer(companyId: bigint, personId: bigint, fields?: Nullable<string>): Promise<HttpResponse<BoardmemberPersonnummer>>;
15754
15771
  }
15755
15772
  export declare namespace BoardApi {
@@ -15769,9 +15786,11 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
15769
15786
  createSMSPurchase(companyId: bigint, bundleId: bigint): Promise<HttpResponse<void>>;
15770
15787
  deleteEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<HttpResponse<void>>;
15771
15788
  deleteSMSBroadcast(companyId: bigint, broadcastId: bigint): Promise<HttpResponse<void>>;
15789
+ indexBroadcastsUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, published?: Nullable<boolean>, publishedAtFrom?: Nullable<bigint>, publishedAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBroadcast>>;
15772
15790
  indexEmailNewsletterNotificationGroups(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<MassCommunicationGroups>>;
15773
- indexEmailNewsletters(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListNewsletter>>;
15774
- indexSMSBroadcasts(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBroadcast>>;
15791
+ indexEmailNewsletters(companyId: bigint, search?: Nullable<string>, published?: Nullable<boolean>, publishedAtFrom?: Nullable<bigint>, publishedAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListNewsletter>>;
15792
+ indexNewslettersUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, published?: Nullable<boolean>, publishedAtFrom?: Nullable<bigint>, publishedAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListNewsletter>>;
15793
+ indexSMSBroadcasts(companyId: bigint, search?: Nullable<string>, published?: Nullable<boolean>, publishedAtFrom?: Nullable<bigint>, publishedAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBroadcast>>;
15775
15794
  indexSMSBundleAvailable(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBundle>>;
15776
15795
  indexSMSNotificationGroups(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<MassCommunicationGroups>>;
15777
15796
  indexSMSPurchases(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBundlePurchase>>;
@@ -15803,13 +15822,13 @@ export declare class CompanyApi extends ApiClient.$metadata$.constructor {
15803
15822
  indexActiveAdministrators(fields?: Nullable<string>): Promise<HttpResponse<SoliboContacts>>;
15804
15823
  indexAllAdministrators(fields?: Nullable<string>): Promise<HttpResponse<SoliboContacts>>;
15805
15824
  indexAvailableCompanyAdministrators(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SoliboContacts>>;
15806
- indexCompany(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompany>>;
15825
+ indexCompany(search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompany>>;
15807
15826
  indexCompanyAddress(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompanyAddress>>;
15808
15827
  indexCompanyAdministrators(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SoliboContacts>>;
15809
15828
  indexCompanySectionTags(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSectionTag>>;
15810
15829
  indexCompanyTypes(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompanySubType>>;
15811
15830
  indexImportDraft(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDraftOverview>>;
15812
- indexNewlyManagedCompanies(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompany>>;
15831
+ indexNewlyManagedCompanies(search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompany>>;
15813
15832
  indexSectionTagsBySection(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, KtList<SectionTagTagsBySectionMapValue>>>>;
15814
15833
  massUpdateRoles(companyId: bigint, massEditRolesCommand: MassEditRolesCommand): Promise<HttpResponse<void>>;
15815
15834
  offboardCompany(companyId: bigint): Promise<HttpResponse<void>>;
@@ -15838,7 +15857,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
15838
15857
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): ConversationApi;
15839
15858
  authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
15840
15859
  authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
15841
- createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>): Promise<HttpResponse<Conversation>>;
15860
+ createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand): Promise<HttpResponse<Conversation>>;
15842
15861
  createConversationCategory(companyId: bigint, createConversationCategoryCommand: CreateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
15843
15862
  createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: AddExternalConversationParticipantCommand): Promise<HttpResponse<void>>;
15844
15863
  createConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<HttpResponse<void>>;
@@ -15858,12 +15877,13 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
15858
15877
  finalizeConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
15859
15878
  indexCompanyConversationCategories(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSecureConversationCategory>>;
15860
15879
  indexCompanyConversationCategoriesForRequests(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationCategory>>;
15861
- indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
15880
+ indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
15862
15881
  indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: ParticipantType, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
15863
15882
  indexConversationCategoriesOpen(companySlug: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationCategory>>;
15864
15883
  indexConversationCount(fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountMap>>>;
15865
15884
  indexConversationCountInCompany(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ConversationCount>>;
15866
15885
  indexConversationFolders(companyId: bigint, parentId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationFolder>>;
15886
+ indexConversations(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, categoryIds?: Nullable<KtList<bigint>>, status?: Nullable<ConversationStatus>, byParticipants?: Nullable<KtList<bigint>>, byParticipantTypes?: Nullable<KtList<ParticipantType>>, folderId?: Nullable<bigint>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
15867
15887
  moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
15868
15888
  publishConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
15869
15889
  reOpenConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
@@ -15890,7 +15910,8 @@ export declare class DocumentApi extends ApiClient.$metadata$.constructor {
15890
15910
  createDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>): Promise<HttpResponse<Document>>;
15891
15911
  deleteDocument(companyId: bigint, documentId: bigint): Promise<HttpResponse<void>>;
15892
15912
  indexDocumentBelongsTo(companyId: bigint, documentType: string, belongsToId: bigint, parentId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
15893
- listDocument(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
15913
+ indexDocumentsUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, type?: Nullable<KtList<DocumentType>>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
15914
+ listDocument(companyId: bigint, search?: Nullable<string>, type?: Nullable<KtList<DocumentType>>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
15894
15915
  listDocumentByType(companyId: bigint, documentType: DocumentType, parentId?: Nullable<bigint>, isDirectory?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListDocument>>;
15895
15916
  moveDocument(companyId: bigint, documentId: bigint, parentId: string): Promise<HttpResponse<void>>;
15896
15917
  renameDocument(companyId: bigint, documentId: bigint, renameDocumentCommand: RenameDocumentCommand): Promise<HttpResponse<Document>>;
@@ -15916,6 +15937,7 @@ export declare class EconomyApi extends ApiClient.$metadata$.constructor {
15916
15937
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): EconomyApi;
15917
15938
  indexCompaniesEconomyStatus(): Promise<HttpResponse<Base64ByteArray>>;
15918
15939
  indexEconomicReport(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<EconomicReportResponse>>;
15940
+ indexEconomicReportsUser(companyIds?: Nullable<KtList<bigint>>, status?: Nullable<KtList<EconomicReportStatus>>, year?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListEconomicReport>>;
15919
15941
  indexEconomyStatus(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<AccountList>>;
15920
15942
  orderEconomicReport(companyId: bigint, orderEconomicReportCommand: OrderEconomicReportCommand): Promise<HttpResponse<void>>;
15921
15943
  putEconomicReportFile(companyId: bigint, reportId: bigint, economicReportType: string, documentId: bigint): Promise<HttpResponse<void>>;
@@ -15934,9 +15956,10 @@ export declare class ExpenseApi extends ApiClient.$metadata$.constructor {
15934
15956
  acceptExpense(companyId: bigint, expenseId: bigint): Promise<HttpResponse<void>>;
15935
15957
  createExpense(companyId: bigint, createExpenseCommand: CreateExpenseCommand): Promise<HttpResponse<Expense>>;
15936
15958
  deleteExpense(companyId: bigint, expenseId: bigint): Promise<HttpResponse<void>>;
15937
- indexExpense(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListExpense>>;
15959
+ indexExpense(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<ExpenseStatus>>, dateOfPurchaseFrom?: Nullable<bigint>, dateOfPurchaseTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListExpense>>;
15938
15960
  indexExpenseTypes(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListExpenseType>>;
15939
15961
  indexExpenseUnattested(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ExpenseCount>>;
15962
+ indexExpenseUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, status?: Nullable<KtList<ExpenseStatus>>, dateOfPurchaseFrom?: Nullable<bigint>, dateOfPurchaseTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListExpense>>;
15940
15963
  rejectExpense(companyId: bigint, expenseId: bigint, rejectExpenseCommand: RejectExpenseCommand): Promise<HttpResponse<void>>;
15941
15964
  showExpense(companyId: bigint, expenseId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Expense>>;
15942
15965
  }
@@ -15975,9 +15998,9 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
15975
15998
  homepageRssOppslagBySlug(companySlug: string): Promise<HttpResponse<string>>;
15976
15999
  homepageRssPraktiskInfoByDomain(domainName: string): Promise<HttpResponse<string>>;
15977
16000
  homepageRssPraktiskInfoBySlug(companySlug: string): Promise<HttpResponse<string>>;
15978
- listHomepageFeed(companyId: bigint, purchaseBundleId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
16001
+ listHomepageFeed(companyId: bigint, purchaseBundleId?: Nullable<bigint>, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
15979
16002
  listHomepageNotificationGroups(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListNotificationGroup>>;
15980
- listHomepagePracticalInformation(companyId: bigint, purchaseBundleId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
16003
+ listHomepagePracticalInformation(companyId: bigint, purchaseBundleId?: Nullable<bigint>, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
15981
16004
  listOpenHomepageFeed(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
15982
16005
  listOpenHomepagePracticalInformation(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPost>>;
15983
16006
  showHomepage(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Homepage>>;
@@ -16003,7 +16026,8 @@ export declare class InsuranceApi extends ApiClient.$metadata$.constructor {
16003
16026
  closeInsurance(companyId: bigint, insuranceId: bigint, closeInsuranceCommand: CloseInsuranceCommand): Promise<HttpResponse<Insurance>>;
16004
16027
  createInsurance(companyId: bigint, createInsuranceCommand: CreateInsuranceCommand): Promise<HttpResponse<Insurance>>;
16005
16028
  deleteInsurance(companyId: bigint, insuranceId: bigint): Promise<HttpResponse<void>>;
16006
- indexInsurances(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInsurance>>;
16029
+ indexInsurances(companyId: bigint, search?: Nullable<string>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, endDateFrom?: Nullable<bigint>, endDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInsurance>>;
16030
+ indexInsurancesUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, endDateFrom?: Nullable<bigint>, endDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInsurance>>;
16007
16031
  showInsurance(companyId: bigint, insuranceId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Insurance>>;
16008
16032
  }
16009
16033
  export declare namespace InsuranceApi {
@@ -16022,6 +16046,7 @@ export declare class InvoiceApi extends ApiClient.$metadata$.constructor {
16022
16046
  indexInvoice(companyId: bigint, archive?: Nullable<boolean>, year?: Nullable<number>, fields?: Nullable<string>): Promise<HttpResponse<SupplierInvoiceList>>;
16023
16047
  indexInvoiceCount(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SupplierInvoiceList>>;
16024
16048
  indexInvoiceUnattestedCount(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SupplierInvoiceCount>>;
16049
+ indexSupplierInvoicesUser(companyIds?: Nullable<KtList<bigint>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplierInvoice>>;
16025
16050
  showAccountingAvailability(companyId: bigint): Promise<HttpResponse<void>>;
16026
16051
  showInvoiceNotification(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SupplierInvoiceNotification>>;
16027
16052
  showInvoicePdf(companyId: bigint, tripletexInvoiceId: string): Promise<HttpResponse<Base64ByteArray>>;
@@ -16147,7 +16172,8 @@ export declare class IssueApi extends ApiClient.$metadata$.constructor {
16147
16172
  deleteIssue(companyId: bigint, issueId: bigint): Promise<HttpResponse<void>>;
16148
16173
  deleteIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<HttpResponse<void>>;
16149
16174
  deleteIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
16150
- indexIssue(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListIssue>>;
16175
+ indexIssue(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<IssueStatus>>, responsibleId?: Nullable<bigint>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, updatedSince?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListIssue>>;
16176
+ indexIssueUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, status?: Nullable<KtList<IssueStatus>>, responsibleId?: Nullable<bigint>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, updatedSince?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListIssue>>;
16151
16177
  reOpenIssue(companyId: bigint, issueId: bigint): Promise<HttpResponse<IssueDetails>>;
16152
16178
  showIssue(companyId: bigint, issueId: bigint, fields?: Nullable<string>): Promise<HttpResponse<IssueDetails>>;
16153
16179
  updateIssue(companyId: bigint, issueId: bigint, updateIssueCommand: UpdateIssueCommand): Promise<HttpResponse<IssueDetails>>;
@@ -16179,11 +16205,12 @@ export declare class LoanApi extends ApiClient.$metadata$.constructor {
16179
16205
  private constructor();
16180
16206
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): LoanApi;
16181
16207
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): LoanApi;
16182
- createLoan(companyId: bigint, createLoanCommand: CreateLoanCommand, active?: Nullable<boolean>): Promise<HttpResponse<Loan>>;
16208
+ createLoan(companyId: bigint, createLoanCommand: CreateLoanCommand): Promise<HttpResponse<Loan>>;
16183
16209
  deleteLoan(companyId: bigint, loanId: bigint): Promise<HttpResponse<void>>;
16184
16210
  indexLoanAccounts(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListAccount>>;
16185
16211
  indexLoanLog(companyId: bigint, loanId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListLoanLog>>;
16186
- indexLoans(companyId: bigint, active?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListLoan>>;
16212
+ indexLoans(companyId: bigint, active?: Nullable<boolean>, search?: Nullable<string>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, endDateFrom?: Nullable<bigint>, endDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListLoan>>;
16213
+ indexLoansUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, active?: Nullable<boolean>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, endDateFrom?: Nullable<bigint>, endDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListLoan>>;
16187
16214
  showLoan(companyId: bigint, loanId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Loan>>;
16188
16215
  updateLoan(companyId: bigint, loanId: bigint, closeLoanCommand: CloseLoanCommand): Promise<HttpResponse<Loan>>;
16189
16216
  updateLoanAgreement(companyId: bigint, loanId: bigint, addAgreementDocumentToLoanCommand: AddAgreementDocumentToLoanCommand): Promise<HttpResponse<Loan>>;
@@ -16222,8 +16249,8 @@ export declare class MeetingApi extends ApiClient.$metadata$.constructor {
16222
16249
  deleteMeeting(companyId: bigint, meetingId: bigint): Promise<HttpResponse<void>>;
16223
16250
  deleteMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<HttpResponse<void>>;
16224
16251
  finalizeMeetingSigning(companyId: bigint, meetingId: bigint): Promise<HttpResponse<void>>;
16225
- indexMeeting(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMeeting>>;
16226
- indexMeetingUser(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMeeting>>;
16252
+ indexMeeting(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<MeetingStatus>>, meetingDateFrom?: Nullable<bigint>, meetingDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMeeting>>;
16253
+ indexMeetingUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, status?: Nullable<KtList<MeetingStatus>>, meetingDateFrom?: Nullable<bigint>, meetingDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMeeting>>;
16227
16254
  reopenMeeting(companyId: bigint, meetingId: bigint): Promise<HttpResponse<MeetingDetails>>;
16228
16255
  reorderMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, reorderIssueInMeetingCommand: ReorderIssueInMeetingCommand): Promise<HttpResponse<void>>;
16229
16256
  sendRSVPForMeetingParticipant(companyId: bigint, meetingId: bigint, attendeeId: bigint, rsvpCommand: RsvpCommand): Promise<HttpResponse<void>>;
@@ -16255,8 +16282,8 @@ export declare class OrganizationApi extends ApiClient.$metadata$.constructor {
16255
16282
  deleteOrganizationFromSAM(companyId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
16256
16283
  deleteOrganizationRole(organizationId: bigint, roleId: bigint): Promise<HttpResponse<void>>;
16257
16284
  deleteOrganizationSectionContact(organizationId: bigint, employeeId: bigint, companyId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
16258
- indexOrganizations(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOrganization>>;
16259
- indexOrganizationsForEdit(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMassEditOrganization>>;
16285
+ indexOrganizations(search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOrganization>>;
16286
+ indexOrganizationsForEdit(companyId: bigint, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListMassEditOrganization>>;
16260
16287
  massUpdateOrganization(companyId: bigint, massEditOrganizationCommand: MassEditOrganizationCommand): Promise<HttpResponse<void>>;
16261
16288
  searchOrganizations(query?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOrganization>>;
16262
16289
  showOrganization(organizationId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Organization>>;
@@ -16283,7 +16310,8 @@ export declare class ParkingApi extends ApiClient.$metadata$.constructor {
16283
16310
  createParkingSpace(companyId: bigint, createParkingSpaceCommand: CreateParkingSpaceCommand): Promise<HttpResponse<ParkingSpace>>;
16284
16311
  deleteParkingSpace(companyId: bigint, parkingSpaceId: bigint): Promise<HttpResponse<void>>;
16285
16312
  exportAssets(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
16286
- indexParkingSpace(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListParkingSpace>>;
16313
+ indexParkingSpace(companyId: bigint, search?: Nullable<string>, type?: Nullable<KtList<ParkingSpaceType>>, charger?: Nullable<boolean>, assigned?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListParkingSpace>>;
16314
+ indexParkingSpacesUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, type?: Nullable<KtList<ParkingSpaceType>>, charger?: Nullable<boolean>, assigned?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListParkingSpace>>;
16287
16315
  showParkingSpace(companyId: bigint, parkingSpaceId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ParkingSpace>>;
16288
16316
  unAssignParkingSpaceToOrganization(companyId: bigint, parkingSpaceId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
16289
16317
  unAssignParkingSpaceToPerson(companyId: bigint, parkingSpaceId: bigint, personId: bigint): Promise<HttpResponse<void>>;
@@ -16359,6 +16387,7 @@ export declare class RoutinesApi extends ApiClient.$metadata$.constructor {
16359
16387
  indexRoutinesGroupDrafts(companyId: bigint, groupId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListRoutineDraft>>;
16360
16388
  indexRoutinesGroups(companyId: bigint, routineType?: Nullable<RoutineType>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListRoutineGroup>>;
16361
16389
  indexRoutinesTypes(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListRoutineType>>;
16390
+ indexRoutinesUser(year?: Nullable<number>, routineType?: Nullable<RoutineType>, search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListRoutine>>;
16362
16391
  showRoutine(companyId: bigint, routineId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Routine>>;
16363
16392
  updateRoutine(companyId: bigint, routineId: bigint, updateRoutineCommand: UpdateRoutineCommand): Promise<HttpResponse<Routine>>;
16364
16393
  }
@@ -16382,14 +16411,14 @@ export declare class SectionApi extends ApiClient.$metadata$.constructor {
16382
16411
  deleteSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<SectionState>): Promise<HttpResponse<void>>;
16383
16412
  deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
16384
16413
  exportSectionAssets(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
16385
- indexCompanyOwnershipChanges(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
16414
+ indexCompanyOwnershipChanges(companyId: bigint, changeAtFrom?: Nullable<bigint>, changeAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
16386
16415
  indexLoansByFraction(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<TripletexAccountFractionsResponse>>;
16387
- indexOwnershipChanges(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
16416
+ indexOwnershipChanges(changeAtFrom?: Nullable<bigint>, changeAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListOwnershipChange>>;
16388
16417
  indexSection(companyId: bigint, status?: Nullable<SectionState>, query?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSection>>;
16389
16418
  indexSectionFractions(companyId: bigint, fractionType?: Nullable<FractionType>, sectionIds?: Nullable<KtList<bigint>>, validFrom?: Nullable<bigint>, fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, KtList<SectionFractionSectionFractionMapValue>>>>;
16390
16419
  indexSectionStatus(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCompanySectionStatusOverview>>;
16391
16420
  indexSectionTenants(companyId: bigint, sectionId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ResidentRoleHistory>>;
16392
- indexSections(query?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSection>>;
16421
+ indexSections(query?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSection>>;
16393
16422
  indexTagsOnSection(companyId: bigint, sectionId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSectionTag>>;
16394
16423
  listSectionAttendanceas(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListAttendance>>;
16395
16424
  massDeleteSectionFractions(companyId: bigint, fractionType?: Nullable<FractionType>, sectionIds?: Nullable<KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<HttpResponse<void>>;
@@ -16419,12 +16448,13 @@ export declare class SettlementApi extends ApiClient.$metadata$.constructor {
16419
16448
  createSettlementProviderConfiguration(companyId: bigint, createSettlementProviderConfigurationCommand: CreateSettlementProviderConfigurationCommand): Promise<HttpResponse<SettlementProviderConfiguration>>;
16420
16449
  deleteSettlement(companyId: bigint, settlementId: bigint): Promise<HttpResponse<void>>;
16421
16450
  deleteSettlementCustomCost(companyId: bigint, settlementId: bigint, customCostId: bigint): Promise<HttpResponse<void>>;
16422
- indexSettlement(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlement>>;
16451
+ indexSettlement(companyId: bigint, search?: Nullable<string>, provider?: Nullable<KtList<SettlementProvider>>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlement>>;
16423
16452
  indexSettlementCustomCost(companyId: bigint, settlementId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlementCustomCost>>;
16424
16453
  indexSettlementInvoices(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplierInvoice>>;
16425
16454
  indexSettlementProviderConfiguration(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlementProviderConfiguration>>;
16426
16455
  indexSettlementProviders(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlementProvider>>;
16427
16456
  indexSettlementTypes(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlementType>>;
16457
+ indexSettlementsUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, provider?: Nullable<KtList<SettlementProvider>>, startDateFrom?: Nullable<bigint>, startDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSettlement>>;
16428
16458
  showSettlement(companyId: bigint, settlementId: bigint, fields?: Nullable<string>): Promise<HttpResponse<Settlement>>;
16429
16459
  showSettlementCustomCost(companyId: bigint, settlementId: bigint, customCostId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SettlementCustomCost>>;
16430
16460
  showSettlementProviderConfigurationById(companyId: bigint, configurationId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SettlementProviderConfiguration>>;
@@ -16449,7 +16479,8 @@ export declare class StorageApi extends ApiClient.$metadata$.constructor {
16449
16479
  createStorageRoom(companyId: bigint, createStorageRoomCommand: CreateStorageRoomCommand): Promise<HttpResponse<StorageRoom>>;
16450
16480
  deleteStorageRoom(companyId: bigint, storageRoomId: bigint): Promise<HttpResponse<void>>;
16451
16481
  exportStorageRooms(companyId: bigint): Promise<HttpResponse<Base64ByteArray>>;
16452
- indexStorageRoom(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListStorageRoom>>;
16482
+ indexStorageRoom(companyId: bigint, search?: Nullable<string>, assigned?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListStorageRoom>>;
16483
+ indexStorageRoomsUser(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, assigned?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListStorageRoom>>;
16453
16484
  showStorageRoom(companyId: bigint, storageRoomId: bigint, fields?: Nullable<string>): Promise<HttpResponse<StorageRoom>>;
16454
16485
  unAssignStorageRoomToOrganization(companyId: bigint, storageRoomId: bigint, organizationId: bigint): Promise<HttpResponse<void>>;
16455
16486
  unAssignStorageRoomToPerson(companyId: bigint, storageRoomId: bigint, personId: bigint): Promise<HttpResponse<void>>;
@@ -16473,9 +16504,9 @@ export declare class SupplierApi extends ApiClient.$metadata$.constructor {
16473
16504
  deleteCompanySupplier(companyId: bigint, supplierId: bigint): Promise<HttpResponse<void>>;
16474
16505
  deleteCompanySupplierContact(companyId: bigint, supplierId: bigint, contactId: bigint): Promise<HttpResponse<void>>;
16475
16506
  deleteSupplierLogo(supplierId: bigint): Promise<HttpResponse<void>>;
16476
- indexSuppliers(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplier>>;
16477
- indexSuppliersByOrgNr(ids?: Nullable<KtList<string>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplier>>;
16478
- listCompanySupplier(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplierForCompany>>;
16507
+ indexSuppliers(search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplier>>;
16508
+ indexSuppliersByOrgNr(ids?: Nullable<KtList<string>>, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplier>>;
16509
+ listCompanySupplier(companyId: bigint, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplierForCompany>>;
16479
16510
  listCompanySupplierContacts(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSupplierContact>>;
16480
16511
  showCompanySupplier(companyId: bigint, supplierId: bigint, fields?: Nullable<string>): Promise<HttpResponse<SupplierForCompany>>;
16481
16512
  showCompanySupplierLogo(companyId: bigint, supplierId: bigint, contactId: bigint, fileName: string, size?: Nullable<string>): Promise<HttpResponse<void>>;
@@ -16499,7 +16530,8 @@ export declare class TaskApi extends ApiClient.$metadata$.constructor {
16499
16530
  completeTask(companyId: bigint, taskId: bigint, completeTaskCommand: CompleteTaskCommand): Promise<HttpResponse<void>>;
16500
16531
  createTask(companyId: bigint, createTaskCommand: CreateTaskCommand): Promise<HttpResponse<Task>>;
16501
16532
  deleteTask(companyId: bigint, taskId: bigint): Promise<HttpResponse<void>>;
16502
- indexTasks(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListTask>>;
16533
+ indexTasks(companyId: bigint, search?: Nullable<string>, completed?: Nullable<boolean>, responsibleId?: Nullable<bigint>, dueDateFrom?: Nullable<bigint>, dueDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListTask>>;
16534
+ indexTasksUser(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, completed?: Nullable<boolean>, responsibleId?: Nullable<bigint>, dueDateFrom?: Nullable<bigint>, dueDateTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListTask>>;
16503
16535
  unCompleteTask(companyId: bigint, taskId: bigint): Promise<HttpResponse<void>>;
16504
16536
  updateTask(companyId: bigint, taskId: bigint, updateTaskCommand: UpdateTaskCommand): Promise<HttpResponse<Task>>;
16505
16537
  }
@@ -16539,7 +16571,7 @@ export declare class UserApi extends ApiClient.$metadata$.constructor {
16539
16571
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): UserApi;
16540
16572
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): UserApi;
16541
16573
  deleteUserImage(): Promise<HttpResponse<void>>;
16542
- indexUserConversations(unread?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListUserConversations>>;
16574
+ indexUserConversations(unread?: Nullable<boolean>, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListUserConversations>>;
16543
16575
  me(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
16544
16576
  showAuthedUser(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
16545
16577
  showUser(fields?: Nullable<string>): Promise<HttpResponse<PersonUser>>;