@solibo/solibo-sdk 1.0.35-SNAPSHOT → 1.0.36

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.
@@ -4555,6 +4555,42 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
4555
4555
  }
4556
4556
  }
4557
4557
  }
4558
+ export declare namespace no.solibo.oss.sdk.api.gen.models {
4559
+ class GlobalPreview {
4560
+ constructor(companyId: bigint, previews: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver>);
4561
+ get companyId(): bigint;
4562
+ get previews(): kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver>;
4563
+ copy(companyId?: bigint, previews?: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver>): no.solibo.oss.sdk.api.gen.models.GlobalPreview;
4564
+ toString(): string;
4565
+ hashCode(): number;
4566
+ equals(other: Nullable<any>): boolean;
4567
+ }
4568
+ namespace GlobalPreview {
4569
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
4570
+ namespace $metadata$ {
4571
+ const constructor: abstract new () => GlobalPreview;
4572
+ }
4573
+ }
4574
+ }
4575
+ export declare namespace no.solibo.oss.sdk.api.gen.models {
4576
+ class GlobalPreviewReceiver {
4577
+ constructor(dueDate: any/* kotlin.time.Instant */, invoiceDate: any/* kotlin.time.Instant */, payerId: bigint, payerName: string);
4578
+ get dueDate(): any/* kotlin.time.Instant */;
4579
+ get invoiceDate(): any/* kotlin.time.Instant */;
4580
+ get payerId(): bigint;
4581
+ get payerName(): string;
4582
+ copy(dueDate?: any/* kotlin.time.Instant */, invoiceDate?: any/* kotlin.time.Instant */, payerId?: bigint, payerName?: string): no.solibo.oss.sdk.api.gen.models.GlobalPreviewReceiver;
4583
+ toString(): string;
4584
+ hashCode(): number;
4585
+ equals(other: Nullable<any>): boolean;
4586
+ }
4587
+ namespace GlobalPreviewReceiver {
4588
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
4589
+ namespace $metadata$ {
4590
+ const constructor: abstract new () => GlobalPreviewReceiver;
4591
+ }
4592
+ }
4593
+ }
4558
4594
  export declare namespace no.solibo.oss.sdk.api.gen.models {
4559
4595
  class HmsSettings {
4560
4596
  constructor(routineDraftGroups: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.RoutineGroup>);
@@ -7892,16 +7928,18 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
7892
7928
  }
7893
7929
  export declare namespace no.solibo.oss.sdk.api.gen.models {
7894
7930
  class OwnerChangeSectionCommand {
7895
- constructor(at: any/* kotlin.time.Instant */, inIds?: Nullable<kotlin.collections.KtList<bigint>>, inNew?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreatePersonOwner>>, inNewOrgs?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreateOrganizationOwner>>, inOrgs?: Nullable<kotlin.collections.KtList<string>>, outIds?: Nullable<kotlin.collections.KtList<bigint>>, outOrgs?: Nullable<kotlin.collections.KtList<string>>, removeContactPersons?: Nullable<boolean>);
7931
+ constructor(amount: Nullable<bigint> | undefined, at: any/* kotlin.time.Instant */, inIds?: Nullable<kotlin.collections.KtList<bigint>>, inNew?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreatePersonOwner>>, inNewOrgs?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreateOrganizationOwner>>, inOrgs?: Nullable<kotlin.collections.KtList<string>>, note?: Nullable<string>, outIds?: Nullable<kotlin.collections.KtList<bigint>>, outOrgs?: Nullable<kotlin.collections.KtList<string>>, removeContactPersons?: Nullable<boolean>);
7932
+ get amount(): Nullable<bigint>;
7896
7933
  get at(): any/* kotlin.time.Instant */;
7897
7934
  get inIds(): Nullable<kotlin.collections.KtList<bigint>>;
7898
7935
  get inNew(): Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreatePersonOwner>>;
7899
7936
  get inNewOrgs(): Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreateOrganizationOwner>>;
7900
7937
  get inOrgs(): Nullable<kotlin.collections.KtList<string>>;
7938
+ get note(): Nullable<string>;
7901
7939
  get outIds(): Nullable<kotlin.collections.KtList<bigint>>;
7902
7940
  get outOrgs(): Nullable<kotlin.collections.KtList<string>>;
7903
7941
  get removeContactPersons(): Nullable<boolean>;
7904
- copy(at?: any/* kotlin.time.Instant */, inIds?: Nullable<kotlin.collections.KtList<bigint>>, inNew?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreatePersonOwner>>, inNewOrgs?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreateOrganizationOwner>>, inOrgs?: Nullable<kotlin.collections.KtList<string>>, outIds?: Nullable<kotlin.collections.KtList<bigint>>, outOrgs?: Nullable<kotlin.collections.KtList<string>>, removeContactPersons?: Nullable<boolean>): no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand;
7942
+ copy(amount?: Nullable<bigint>, at?: any/* kotlin.time.Instant */, inIds?: Nullable<kotlin.collections.KtList<bigint>>, inNew?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreatePersonOwner>>, inNewOrgs?: Nullable<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CreateOrganizationOwner>>, inOrgs?: Nullable<kotlin.collections.KtList<string>>, note?: Nullable<string>, outIds?: Nullable<kotlin.collections.KtList<bigint>>, outOrgs?: Nullable<kotlin.collections.KtList<string>>, removeContactPersons?: Nullable<boolean>): no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand;
7905
7943
  toString(): string;
7906
7944
  hashCode(): number;
7907
7945
  equals(other: Nullable<any>): boolean;
@@ -7913,6 +7951,50 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
7913
7951
  }
7914
7952
  }
7915
7953
  }
7954
+ export declare namespace no.solibo.oss.sdk.api.gen.models {
7955
+ class OwnershipChange {
7956
+ constructor(amount: Nullable<bigint> | undefined, changeAt: any/* kotlin.time.Instant */, id: bigint, note: Nullable<string> | undefined, roles: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole>);
7957
+ get amount(): Nullable<bigint>;
7958
+ get changeAt(): any/* kotlin.time.Instant */;
7959
+ get id(): bigint;
7960
+ get note(): Nullable<string>;
7961
+ get roles(): kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole>;
7962
+ copy(amount?: Nullable<bigint>, changeAt?: any/* kotlin.time.Instant */, id?: bigint, note?: Nullable<string>, roles?: kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole>): no.solibo.oss.sdk.api.gen.models.OwnershipChange;
7963
+ toString(): string;
7964
+ hashCode(): number;
7965
+ equals(other: Nullable<any>): boolean;
7966
+ }
7967
+ namespace OwnershipChange {
7968
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7969
+ namespace $metadata$ {
7970
+ const constructor: abstract new () => OwnershipChange;
7971
+ }
7972
+ }
7973
+ }
7974
+ export declare namespace no.solibo.oss.sdk.api.gen.models {
7975
+ class OwnershipChangeRole {
7976
+ constructor(organizationId: Nullable<bigint> | undefined, personId: Nullable<bigint> | undefined, residentId: bigint, residentName: string, residentType: no.solibo.oss.sdk.api.gen.models.ResidentType, roleId: bigint, roleType: Nullable<string> | undefined, sectionId: Nullable<bigint> | undefined, transitionType: string);
7977
+ get organizationId(): Nullable<bigint>;
7978
+ get personId(): Nullable<bigint>;
7979
+ get residentId(): bigint;
7980
+ get residentName(): string;
7981
+ get residentType(): no.solibo.oss.sdk.api.gen.models.ResidentType;
7982
+ get roleId(): bigint;
7983
+ get roleType(): Nullable<string>;
7984
+ get sectionId(): Nullable<bigint>;
7985
+ get transitionType(): string;
7986
+ copy(organizationId?: Nullable<bigint>, personId?: Nullable<bigint>, residentId?: bigint, residentName?: string, residentType?: no.solibo.oss.sdk.api.gen.models.ResidentType, roleId?: bigint, roleType?: Nullable<string>, sectionId?: Nullable<bigint>, transitionType?: string): no.solibo.oss.sdk.api.gen.models.OwnershipChangeRole;
7987
+ toString(): string;
7988
+ hashCode(): number;
7989
+ equals(other: Nullable<any>): boolean;
7990
+ }
7991
+ namespace OwnershipChangeRole {
7992
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7993
+ namespace $metadata$ {
7994
+ const constructor: abstract new () => OwnershipChangeRole;
7995
+ }
7996
+ }
7997
+ }
7916
7998
  export declare namespace no.solibo.oss.sdk.api.gen.models {
7917
7999
  class Paging {
7918
8000
  constructor(next?: Nullable<string>, previous?: Nullable<string>, self?: Nullable<string>);
@@ -13088,6 +13170,7 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
13088
13170
  indexCompanySectionTags(companyId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTag>> */>;
13089
13171
  indexCompanyTypes(): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CompanySubType>> */>;
13090
13172
  indexImportDraft(): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.DraftOverview>> */>;
13173
+ indexNewlyManagedCompanies(): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Company>> */>;
13091
13174
  indexSectionTagsBySection(companyId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTagTagsBySectionMapValue>>> */>;
13092
13175
  massUpdateRoles(companyId: bigint, massEditRolesCommand: no.solibo.oss.sdk.api.gen.models.MassEditRolesCommand): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13093
13176
  resetCompany(companyId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
@@ -13363,6 +13446,7 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
13363
13446
  indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoiceRecipient>> */>;
13364
13447
  indexInvoicingSectionInvoices(companyId: bigint, sectionId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Invoice>> */>;
13365
13448
  indexInvoicingSectionPlans(companyId: bigint, sectionId: bigint, active?: Nullable<boolean>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.InvoicePlan>> */>;
13449
+ indexUpcomingInvoicing(): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.GlobalPreview>> */>;
13366
13450
  lossInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13367
13451
  putCompanyInvoiceClose(companyId: bigint, invoiceId: string, closeInvoiceCommand: no.solibo.oss.sdk.api.gen.models.CloseInvoiceCommand): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13368
13452
  putCompanyInvoiceDisableOverdueNotices(companyId: bigint, invoiceId: string): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
@@ -13680,11 +13764,13 @@ export declare namespace no.solibo.oss.sdk.api.gen.client.apis {
13680
13764
  deleteSectionStatus(companyId: bigint, sectionId: bigint, statusType?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13681
13765
  deleteTagOnSection(companyId: bigint, sectionId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13682
13766
  eierskifteSection(companyId: bigint, sectionId: bigint, ownerChangeSectionCommand: no.solibo.oss.sdk.api.gen.models.OwnerChangeSectionCommand): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;
13767
+ indexCompanyOwnershipChanges(companyId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChange>> */>;
13768
+ indexOwnershipChanges(): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.OwnershipChange>> */>;
13683
13769
  indexSection(companyId: bigint, status?: Nullable<no.solibo.oss.sdk.api.gen.models.SectionState>, autoPaginate?: Nullable<boolean>, query?: Nullable<string>, pageToken?: Nullable<string>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SectionList> */>;
13684
13770
  indexSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtMap<string, kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionFractionSectionFractionMapValue>>> */>;
13685
13771
  indexSectionStatus(companyId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.CompanySectionStatusOverview>> */>;
13686
13772
  indexSectionTenants(companyId: bigint, sectionId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.ResidentRoleHistory> */>;
13687
- indexSections(query: string, pageToken?: Nullable<string>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SectionList> */>;
13773
+ indexSections(query?: Nullable<string>, pageToken?: Nullable<string>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<no.solibo.oss.sdk.api.gen.models.SectionList> */>;
13688
13774
  indexTagsOnSection(companyId: bigint, sectionId: bigint): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.SectionTag>> */>;
13689
13775
  listSectionAttendanceas(companyId: bigint, sectionId: bigint, at?: Nullable<bigint>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<kotlin.collections.KtList<no.solibo.oss.sdk.api.gen.models.Attendance>> */>;
13690
13776
  massDeleteSectionFractions(companyId: bigint, fractionType?: Nullable<no.solibo.oss.sdk.api.gen.models.FractionType>, sectionIds?: Nullable<kotlin.collections.KtList<bigint>>, validFrom?: Nullable<bigint>): Promise<any/* no.solibo.oss.sdk.api.gen.infrastructure.HttpResponse<void> */>;