@solibo/home-api 1.15.9 → 1.15.11

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.
Files changed (64) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -0
  3. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +1 -1
  4. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +1 -0
  5. package/MultiplatformSettings-multiplatform-settings.mjs +1 -1
  6. package/MultiplatformSettings-multiplatform-settings.mjs.map +1 -0
  7. package/kotlin-kotlin-stdlib.mjs +1 -1
  8. package/kotlin-kotlin-stdlib.mjs.map +1 -0
  9. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +1 -1
  10. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +1 -0
  11. package/kotlinx-atomicfu.mjs +1 -1
  12. package/kotlinx-atomicfu.mjs.map +1 -0
  13. package/kotlinx-browser.mjs +1 -1
  14. package/kotlinx-browser.mjs.map +1 -0
  15. package/kotlinx-coroutines-core.mjs +1 -1
  16. package/kotlinx-coroutines-core.mjs.map +1 -0
  17. package/kotlinx-io-kotlinx-io-bytestring.mjs +1 -1
  18. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -0
  19. package/kotlinx-io-kotlinx-io-core.mjs +1 -1
  20. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -0
  21. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1 -1
  22. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -0
  23. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +1 -1
  24. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +1 -0
  25. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1 -1
  26. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -0
  27. package/ktor-ktor-client-auth.mjs +1 -1
  28. package/ktor-ktor-client-auth.mjs.map +1 -0
  29. package/ktor-ktor-client-content-negotiation.mjs +1 -1
  30. package/ktor-ktor-client-content-negotiation.mjs.map +1 -0
  31. package/ktor-ktor-client-core.mjs +1 -1
  32. package/ktor-ktor-client-core.mjs.map +1 -0
  33. package/ktor-ktor-client-encoding.mjs +1 -1
  34. package/ktor-ktor-client-encoding.mjs.map +1 -0
  35. package/ktor-ktor-client-logging.mjs +1 -1
  36. package/ktor-ktor-client-logging.mjs.map +1 -0
  37. package/ktor-ktor-client-websockets.mjs +1 -1
  38. package/ktor-ktor-client-websockets.mjs.map +1 -0
  39. package/ktor-ktor-events.mjs +1 -1
  40. package/ktor-ktor-events.mjs.map +1 -0
  41. package/ktor-ktor-http-cio.mjs +1 -1
  42. package/ktor-ktor-http-cio.mjs.map +1 -0
  43. package/ktor-ktor-http.mjs +1 -1
  44. package/ktor-ktor-http.mjs.map +1 -0
  45. package/ktor-ktor-io.mjs +1 -1
  46. package/ktor-ktor-io.mjs.map +1 -0
  47. package/ktor-ktor-serialization-kotlinx-json.mjs +1 -1
  48. package/ktor-ktor-serialization-kotlinx-json.mjs.map +1 -0
  49. package/ktor-ktor-serialization-kotlinx.mjs +1 -1
  50. package/ktor-ktor-serialization-kotlinx.mjs.map +1 -0
  51. package/ktor-ktor-serialization.mjs +1 -1
  52. package/ktor-ktor-serialization.mjs.map +1 -0
  53. package/ktor-ktor-sse.mjs +1 -1
  54. package/ktor-ktor-sse.mjs.map +1 -0
  55. package/ktor-ktor-utils.mjs +1 -1
  56. package/ktor-ktor-utils.mjs.map +1 -0
  57. package/ktor-ktor-websocket-serialization.mjs +1 -1
  58. package/ktor-ktor-websocket-serialization.mjs.map +1 -0
  59. package/ktor-ktor-websockets.mjs +1 -1
  60. package/ktor-ktor-websockets.mjs.map +1 -0
  61. package/package.json +1 -1
  62. package/solibo-sdk-sdk-home-api.d.mts +2708 -81
  63. package/solibo-sdk-sdk-home-api.mjs +173101 -143945
  64. package/solibo-sdk-sdk-home-api.mjs.map +1 -0
@@ -392,6 +392,37 @@ export declare namespace AdHocInvoiceLinesUpdateInputCommand {
392
392
  const constructor: abstract new () => AdHocInvoiceLinesUpdateInputCommand;
393
393
  }
394
394
  }
395
+ export declare class AdHocSettlementInvoiceItem {
396
+ constructor(at: Nullable<bigint> | undefined, companyId: bigint, ids?: Nullable<KtList<bigint>>);
397
+ get at(): Nullable<bigint>;
398
+ get companyId(): bigint;
399
+ get ids(): Nullable<KtList<bigint>>;
400
+ copy(at?: Nullable<bigint>, companyId?: bigint, ids?: Nullable<KtList<bigint>>): AdHocSettlementInvoiceItem;
401
+ toString(): string;
402
+ hashCode(): number;
403
+ equals(other: Nullable<any>): boolean;
404
+ }
405
+ export declare namespace AdHocSettlementInvoiceItem {
406
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
407
+ namespace $metadata$ {
408
+ const constructor: abstract new () => AdHocSettlementInvoiceItem;
409
+ }
410
+ }
411
+ export declare class AdHocSettlementInvoiceListCommand {
412
+ constructor(items: KtList<AdHocSettlementInvoiceItem>, provider: SettlementProvider);
413
+ get items(): KtList<AdHocSettlementInvoiceItem>;
414
+ get provider(): SettlementProvider;
415
+ copy(items?: KtList<AdHocSettlementInvoiceItem>, provider?: SettlementProvider): AdHocSettlementInvoiceListCommand;
416
+ toString(): string;
417
+ hashCode(): number;
418
+ equals(other: Nullable<any>): boolean;
419
+ }
420
+ export declare namespace AdHocSettlementInvoiceListCommand {
421
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
422
+ namespace $metadata$ {
423
+ const constructor: abstract new () => AdHocSettlementInvoiceListCommand;
424
+ }
425
+ }
395
426
  export declare class AddAgreementDocumentToInsuranceCommand {
396
427
  constructor(documentId: bigint);
397
428
  get documentId(): bigint;
@@ -482,6 +513,243 @@ export declare namespace AddressSpecifics {
482
513
  const constructor: abstract new () => AddressSpecifics;
483
514
  }
484
515
  }
516
+ export declare class AltinnCommonActor {
517
+ constructor(actorId?: Nullable<string>, actorName?: Nullable<string>, actorType?: Nullable<string>);
518
+ get actorId(): Nullable<string>;
519
+ get actorName(): Nullable<string>;
520
+ get actorType(): Nullable<string>;
521
+ copy(actorId?: Nullable<string>, actorName?: Nullable<string>, actorType?: Nullable<string>): AltinnCommonActor;
522
+ toString(): string;
523
+ hashCode(): number;
524
+ equals(other: Nullable<any>): boolean;
525
+ }
526
+ export declare namespace AltinnCommonActor {
527
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
528
+ namespace $metadata$ {
529
+ const constructor: abstract new () => AltinnCommonActor;
530
+ }
531
+ }
532
+ export declare class AltinnCommonContent {
533
+ constructor(mediaType?: Nullable<string>, value?: Nullable<KtList<AltinnCommonLocalization>>);
534
+ get mediaType(): Nullable<string>;
535
+ get value(): Nullable<KtList<AltinnCommonLocalization>>;
536
+ copy(mediaType?: Nullable<string>, value?: Nullable<KtList<AltinnCommonLocalization>>): AltinnCommonContent;
537
+ toString(): string;
538
+ hashCode(): number;
539
+ equals(other: Nullable<any>): boolean;
540
+ }
541
+ export declare namespace AltinnCommonContent {
542
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
543
+ namespace $metadata$ {
544
+ const constructor: abstract new () => AltinnCommonContent;
545
+ }
546
+ }
547
+ export declare class AltinnCommonLocalization {
548
+ constructor(languageCode: string, value: string);
549
+ get languageCode(): string;
550
+ get value(): string;
551
+ copy(languageCode?: string, value?: string): AltinnCommonLocalization;
552
+ toString(): string;
553
+ hashCode(): number;
554
+ equals(other: Nullable<any>): boolean;
555
+ }
556
+ export declare namespace AltinnCommonLocalization {
557
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
558
+ namespace $metadata$ {
559
+ const constructor: abstract new () => AltinnCommonLocalization;
560
+ }
561
+ }
562
+ export declare class AltinnDialog {
563
+ constructor(content?: Nullable<DialogSearchContent>, contentUpdatedAt?: Nullable<Instant>, createdAt?: Nullable<Instant>, dueAt?: Nullable<Instant>, endUserContext?: Nullable<DialogEndUserContext>, extendedStatus?: Nullable<string>, externalReference?: Nullable<string>, fromPartyTransmissionsCount?: Nullable<bigint>, fromServiceOwnerTransmissionsCount?: Nullable<bigint>, guiAttachmentCount?: Nullable<bigint>, hasUnopenedContent?: Nullable<boolean>, id?: Nullable<string>, isApiOnly?: Nullable<boolean>, latestActivity?: Nullable<DialogActivity>, org?: Nullable<string>, party?: Nullable<string>, precedingProcess?: Nullable<string>, process?: Nullable<string>, progress?: Nullable<bigint>, seenSinceLastContentUpdate?: Nullable<KtList<DialogSeenLog>>, seenSinceLastUpdate?: Nullable<KtList<DialogSeenLog>>, serviceResource?: Nullable<string>, serviceResourceType?: Nullable<string>, status?: Nullable<DialogStatus>, systemLabel?: Nullable<DialogSystemLabel>, updatedAt?: Nullable<Instant>);
564
+ get content(): Nullable<DialogSearchContent>;
565
+ get contentUpdatedAt(): Nullable<Instant>;
566
+ get createdAt(): Nullable<Instant>;
567
+ get dueAt(): Nullable<Instant>;
568
+ get endUserContext(): Nullable<DialogEndUserContext>;
569
+ get extendedStatus(): Nullable<string>;
570
+ get externalReference(): Nullable<string>;
571
+ get fromPartyTransmissionsCount(): Nullable<bigint>;
572
+ get fromServiceOwnerTransmissionsCount(): Nullable<bigint>;
573
+ get guiAttachmentCount(): Nullable<bigint>;
574
+ get hasUnopenedContent(): Nullable<boolean>;
575
+ get id(): Nullable<string>;
576
+ get isApiOnly(): Nullable<boolean>;
577
+ get latestActivity(): Nullable<DialogActivity>;
578
+ get org(): Nullable<string>;
579
+ get party(): Nullable<string>;
580
+ get precedingProcess(): Nullable<string>;
581
+ get process(): Nullable<string>;
582
+ get progress(): Nullable<bigint>;
583
+ get seenSinceLastContentUpdate(): Nullable<KtList<DialogSeenLog>>;
584
+ get seenSinceLastUpdate(): Nullable<KtList<DialogSeenLog>>;
585
+ get serviceResource(): Nullable<string>;
586
+ get serviceResourceType(): Nullable<string>;
587
+ get status(): Nullable<DialogStatus>;
588
+ get systemLabel(): Nullable<DialogSystemLabel>;
589
+ get updatedAt(): Nullable<Instant>;
590
+ copy(content?: Nullable<DialogSearchContent>, contentUpdatedAt?: Nullable<Instant>, createdAt?: Nullable<Instant>, dueAt?: Nullable<Instant>, endUserContext?: Nullable<DialogEndUserContext>, extendedStatus?: Nullable<string>, externalReference?: Nullable<string>, fromPartyTransmissionsCount?: Nullable<bigint>, fromServiceOwnerTransmissionsCount?: Nullable<bigint>, guiAttachmentCount?: Nullable<bigint>, hasUnopenedContent?: Nullable<boolean>, id?: Nullable<string>, isApiOnly?: Nullable<boolean>, latestActivity?: Nullable<DialogActivity>, org?: Nullable<string>, party?: Nullable<string>, precedingProcess?: Nullable<string>, process?: Nullable<string>, progress?: Nullable<bigint>, seenSinceLastContentUpdate?: Nullable<KtList<DialogSeenLog>>, seenSinceLastUpdate?: Nullable<KtList<DialogSeenLog>>, serviceResource?: Nullable<string>, serviceResourceType?: Nullable<string>, status?: Nullable<DialogStatus>, systemLabel?: Nullable<DialogSystemLabel>, updatedAt?: Nullable<Instant>): AltinnDialog;
591
+ toString(): string;
592
+ hashCode(): number;
593
+ equals(other: Nullable<any>): boolean;
594
+ }
595
+ export declare namespace AltinnDialog {
596
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
597
+ namespace $metadata$ {
598
+ const constructor: abstract new () => AltinnDialog;
599
+ }
600
+ }
601
+ export declare class AltinnDialogList {
602
+ constructor(continuationToken?: Nullable<string>, hasNextPage?: Nullable<boolean>, items?: Nullable<KtList<AltinnDialog>>, orderBy?: Nullable<string>);
603
+ get continuationToken(): Nullable<string>;
604
+ get hasNextPage(): Nullable<boolean>;
605
+ get items(): Nullable<KtList<AltinnDialog>>;
606
+ get orderBy(): Nullable<string>;
607
+ copy(continuationToken?: Nullable<string>, hasNextPage?: Nullable<boolean>, items?: Nullable<KtList<AltinnDialog>>, orderBy?: Nullable<string>): AltinnDialogList;
608
+ toString(): string;
609
+ hashCode(): number;
610
+ equals(other: Nullable<any>): boolean;
611
+ }
612
+ export declare namespace AltinnDialogList {
613
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
614
+ namespace $metadata$ {
615
+ const constructor: abstract new () => AltinnDialogList;
616
+ }
617
+ }
618
+ export declare class AltinnSystemAccessPackages {
619
+ constructor(urn: string);
620
+ get urn(): string;
621
+ copy(urn?: string): AltinnSystemAccessPackages;
622
+ toString(): string;
623
+ hashCode(): number;
624
+ equals(other: Nullable<any>): boolean;
625
+ }
626
+ export declare namespace AltinnSystemAccessPackages {
627
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
628
+ namespace $metadata$ {
629
+ const constructor: abstract new () => AltinnSystemAccessPackages;
630
+ }
631
+ }
632
+ export declare class AltinnSystemDescription {
633
+ constructor(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>);
634
+ get en(): Nullable<string>;
635
+ get nb(): Nullable<string>;
636
+ get nn(): Nullable<string>;
637
+ copy(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>): AltinnSystemDescription;
638
+ toString(): string;
639
+ hashCode(): number;
640
+ equals(other: Nullable<any>): boolean;
641
+ }
642
+ export declare namespace AltinnSystemDescription {
643
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
644
+ namespace $metadata$ {
645
+ const constructor: abstract new () => AltinnSystemDescription;
646
+ }
647
+ }
648
+ export declare class AltinnSystemName {
649
+ constructor(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>);
650
+ get en(): Nullable<string>;
651
+ get nb(): Nullable<string>;
652
+ get nn(): Nullable<string>;
653
+ copy(en?: Nullable<string>, nb?: Nullable<string>, nn?: Nullable<string>): AltinnSystemName;
654
+ toString(): string;
655
+ hashCode(): number;
656
+ equals(other: Nullable<any>): boolean;
657
+ }
658
+ export declare namespace AltinnSystemName {
659
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
660
+ namespace $metadata$ {
661
+ const constructor: abstract new () => AltinnSystemName;
662
+ }
663
+ }
664
+ export declare class AltinnSystemRegisterInput {
665
+ constructor(accessPackages: Nullable<KtList<AltinnSystemAccessPackages>> | undefined, allowedRedirectUrls: Nullable<KtList<string>> | undefined, clientId: KtList<string>, description?: Nullable<AltinnSystemDescription>, id?: Nullable<string>, isDeleted?: Nullable<boolean>, isVisible?: Nullable<boolean>, name?: Nullable<AltinnSystemName>, rights?: Nullable<KtList<AltinnSystemRights>>, vendor?: Nullable<AltinnSystemVendor>);
666
+ get accessPackages(): Nullable<KtList<AltinnSystemAccessPackages>>;
667
+ get allowedRedirectUrls(): Nullable<KtList<string>>;
668
+ get clientId(): KtList<string>;
669
+ get description(): Nullable<AltinnSystemDescription>;
670
+ get id(): Nullable<string>;
671
+ get isDeleted(): Nullable<boolean>;
672
+ get isVisible(): Nullable<boolean>;
673
+ get name(): Nullable<AltinnSystemName>;
674
+ get rights(): Nullable<KtList<AltinnSystemRights>>;
675
+ get vendor(): Nullable<AltinnSystemVendor>;
676
+ copy(accessPackages?: Nullable<KtList<AltinnSystemAccessPackages>>, allowedRedirectUrls?: Nullable<KtList<string>>, clientId?: KtList<string>, description?: Nullable<AltinnSystemDescription>, id?: Nullable<string>, isDeleted?: Nullable<boolean>, isVisible?: Nullable<boolean>, name?: Nullable<AltinnSystemName>, rights?: Nullable<KtList<AltinnSystemRights>>, vendor?: Nullable<AltinnSystemVendor>): AltinnSystemRegisterInput;
677
+ toString(): string;
678
+ hashCode(): number;
679
+ equals(other: Nullable<any>): boolean;
680
+ }
681
+ export declare namespace AltinnSystemRegisterInput {
682
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
683
+ namespace $metadata$ {
684
+ const constructor: abstract new () => AltinnSystemRegisterInput;
685
+ }
686
+ }
687
+ export declare class AltinnSystemRights {
688
+ constructor(action: Nullable<string> | undefined, resource: KtList<AltinnSystemRightsResource>);
689
+ get action(): Nullable<string>;
690
+ get resource(): KtList<AltinnSystemRightsResource>;
691
+ copy(action?: Nullable<string>, resource?: KtList<AltinnSystemRightsResource>): AltinnSystemRights;
692
+ toString(): string;
693
+ hashCode(): number;
694
+ equals(other: Nullable<any>): boolean;
695
+ }
696
+ export declare namespace AltinnSystemRights {
697
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
698
+ namespace $metadata$ {
699
+ const constructor: abstract new () => AltinnSystemRights;
700
+ }
701
+ }
702
+ export declare class AltinnSystemRightsResource {
703
+ constructor(id: string, value: string);
704
+ get id(): string;
705
+ get value(): string;
706
+ copy(id?: string, value?: string): AltinnSystemRightsResource;
707
+ toString(): string;
708
+ hashCode(): number;
709
+ equals(other: Nullable<any>): boolean;
710
+ }
711
+ export declare namespace AltinnSystemRightsResource {
712
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
713
+ namespace $metadata$ {
714
+ const constructor: abstract new () => AltinnSystemRightsResource;
715
+ }
716
+ }
717
+ export declare class AltinnSystemUserRequestResult {
718
+ constructor(accessPackages: Nullable<KtList<AltinnSystemAccessPackages>> | undefined, confirmUrl: string, externalRef: string, id: string, partyOrgNo: string, redirectUrl: string, rights: Nullable<KtList<AltinnSystemRights>> | undefined, status: string, systemId: string);
719
+ get accessPackages(): Nullable<KtList<AltinnSystemAccessPackages>>;
720
+ get confirmUrl(): string;
721
+ get externalRef(): string;
722
+ get id(): string;
723
+ get partyOrgNo(): string;
724
+ get redirectUrl(): string;
725
+ get rights(): Nullable<KtList<AltinnSystemRights>>;
726
+ get status(): string;
727
+ get systemId(): string;
728
+ copy(accessPackages?: Nullable<KtList<AltinnSystemAccessPackages>>, confirmUrl?: string, externalRef?: string, id?: string, partyOrgNo?: string, redirectUrl?: string, rights?: Nullable<KtList<AltinnSystemRights>>, status?: string, systemId?: string): AltinnSystemUserRequestResult;
729
+ toString(): string;
730
+ hashCode(): number;
731
+ equals(other: Nullable<any>): boolean;
732
+ }
733
+ export declare namespace AltinnSystemUserRequestResult {
734
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
735
+ namespace $metadata$ {
736
+ const constructor: abstract new () => AltinnSystemUserRequestResult;
737
+ }
738
+ }
739
+ export declare class AltinnSystemVendor {
740
+ constructor(id?: Nullable<string>);
741
+ get id(): Nullable<string>;
742
+ copy(id?: Nullable<string>): AltinnSystemVendor;
743
+ toString(): string;
744
+ hashCode(): number;
745
+ equals(other: Nullable<any>): boolean;
746
+ }
747
+ export declare namespace AltinnSystemVendor {
748
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
749
+ namespace $metadata$ {
750
+ const constructor: abstract new () => AltinnSystemVendor;
751
+ }
752
+ }
485
753
  export declare class ApproveSupplierInvoiceCommand {
486
754
  constructor(reason?: Nullable<string>);
487
755
  get reason(): Nullable<string>;
@@ -555,6 +823,36 @@ export declare namespace AttachIssueToMeetingCommand {
555
823
  const constructor: abstract new () => AttachIssueToMeetingCommand;
556
824
  }
557
825
  }
826
+ export declare class AttachPersonPolicyCommand {
827
+ constructor(companyId: Nullable<bigint> | undefined, policyId: bigint);
828
+ get companyId(): Nullable<bigint>;
829
+ get policyId(): bigint;
830
+ copy(companyId?: Nullable<bigint>, policyId?: bigint): AttachPersonPolicyCommand;
831
+ toString(): string;
832
+ hashCode(): number;
833
+ equals(other: Nullable<any>): boolean;
834
+ }
835
+ export declare namespace AttachPersonPolicyCommand {
836
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
837
+ namespace $metadata$ {
838
+ const constructor: abstract new () => AttachPersonPolicyCommand;
839
+ }
840
+ }
841
+ export declare class AttachRoleTypePolicyRequest {
842
+ constructor(policyId: bigint, priority?: Nullable<bigint>);
843
+ get policyId(): bigint;
844
+ get priority(): Nullable<bigint>;
845
+ copy(policyId?: bigint, priority?: Nullable<bigint>): AttachRoleTypePolicyRequest;
846
+ toString(): string;
847
+ hashCode(): number;
848
+ equals(other: Nullable<any>): boolean;
849
+ }
850
+ export declare namespace AttachRoleTypePolicyRequest {
851
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
852
+ namespace $metadata$ {
853
+ const constructor: abstract new () => AttachRoleTypePolicyRequest;
854
+ }
855
+ }
558
856
  export declare class Attendance {
559
857
  constructor(companyId: bigint, id: bigint, resident: Resident, sectionId: bigint, validFrom: any/* Instant */, validTo?: Nullable<any>/* Nullable<Instant> */);
560
858
  get companyId(): bigint;
@@ -837,6 +1135,21 @@ export declare namespace BatchTrashDocumentsCommand {
837
1135
  const constructor: abstract new () => BatchTrashDocumentsCommand;
838
1136
  }
839
1137
  }
1138
+ export declare class Billing {
1139
+ constructor(id: bigint, name: string);
1140
+ get id(): bigint;
1141
+ get name(): string;
1142
+ copy(id?: bigint, name?: string): Billing;
1143
+ toString(): string;
1144
+ hashCode(): number;
1145
+ equals(other: Nullable<any>): boolean;
1146
+ }
1147
+ export declare namespace Billing {
1148
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1149
+ namespace $metadata$ {
1150
+ const constructor: abstract new () => Billing;
1151
+ }
1152
+ }
840
1153
  export declare class BoardParticipant extends Participant.$metadata$.constructor {
841
1154
  constructor(active: boolean, id: bigint, name: string, participantId: bigint);
842
1155
  get active(): boolean;
@@ -2196,6 +2509,112 @@ export declare namespace BulkPublishSMSBroadcastsSummary {
2196
2509
  const constructor: abstract new () => BulkPublishSMSBroadcastsSummary;
2197
2510
  }
2198
2511
  }
2512
+ export declare class BulkRetroactiveKartverketCommand {
2513
+ constructor(companyIds?: Nullable<KtList<bigint>>);
2514
+ get companyIds(): Nullable<KtList<bigint>>;
2515
+ copy(companyIds?: Nullable<KtList<bigint>>): BulkRetroactiveKartverketCommand;
2516
+ toString(): string;
2517
+ hashCode(): number;
2518
+ equals(other: Nullable<any>): boolean;
2519
+ }
2520
+ export declare namespace BulkRetroactiveKartverketCommand {
2521
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2522
+ namespace $metadata$ {
2523
+ const constructor: abstract new () => BulkRetroactiveKartverketCommand;
2524
+ }
2525
+ }
2526
+ export declare class BulkRetroactiveKartverketItemResult {
2527
+ constructor(companyId: bigint, index: bigint, message: Nullable<string> | undefined, status: BulkRetroactiveKartverketItemStatus);
2528
+ get companyId(): bigint;
2529
+ get index(): bigint;
2530
+ get message(): Nullable<string>;
2531
+ get status(): BulkRetroactiveKartverketItemStatus;
2532
+ copy(companyId?: bigint, index?: bigint, message?: Nullable<string>, status?: BulkRetroactiveKartverketItemStatus): BulkRetroactiveKartverketItemResult;
2533
+ toString(): string;
2534
+ hashCode(): number;
2535
+ equals(other: Nullable<any>): boolean;
2536
+ }
2537
+ export declare namespace BulkRetroactiveKartverketItemResult {
2538
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2539
+ namespace $metadata$ {
2540
+ const constructor: abstract new () => BulkRetroactiveKartverketItemResult;
2541
+ }
2542
+ }
2543
+ export declare abstract class BulkRetroactiveKartverketItemStatus {
2544
+ private constructor();
2545
+ static get UPDATED(): BulkRetroactiveKartverketItemStatus & {
2546
+ get name(): "UPDATED";
2547
+ get ordinal(): 0;
2548
+ };
2549
+ static get FAILED(): BulkRetroactiveKartverketItemStatus & {
2550
+ get name(): "FAILED";
2551
+ get ordinal(): 1;
2552
+ };
2553
+ static get Updated(): BulkRetroactiveKartverketItemStatus & {
2554
+ get name(): "UPDATED";
2555
+ get ordinal(): 0;
2556
+ };
2557
+ static get Failed(): BulkRetroactiveKartverketItemStatus & {
2558
+ get name(): "FAILED";
2559
+ get ordinal(): 1;
2560
+ };
2561
+ static values(): [typeof BulkRetroactiveKartverketItemStatus.UPDATED, typeof BulkRetroactiveKartverketItemStatus.FAILED];
2562
+ static valueOf(value: string): BulkRetroactiveKartverketItemStatus;
2563
+ get name(): "UPDATED" | "FAILED";
2564
+ get ordinal(): 0 | 1;
2565
+ get value(): string;
2566
+ toString(): string;
2567
+ }
2568
+ export declare namespace BulkRetroactiveKartverketItemStatus {
2569
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2570
+ namespace $metadata$ {
2571
+ const constructor: abstract new () => BulkRetroactiveKartverketItemStatus;
2572
+ }
2573
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
2574
+ private constructor();
2575
+ }
2576
+ namespace Companion {
2577
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2578
+ namespace $metadata$ {
2579
+ abstract class constructor /* implements SerializerFactory */ {
2580
+ fromValue(value: string): Nullable<BulkRetroactiveKartverketItemStatus>;
2581
+ private constructor();
2582
+ }
2583
+ }
2584
+ }
2585
+ }
2586
+ export declare class BulkRetroactiveKartverketResult {
2587
+ constructor(items: KtList<BulkRetroactiveKartverketItemResult>, summary?: Nullable<BulkRetroactiveKartverketSummary>);
2588
+ get items(): KtList<BulkRetroactiveKartverketItemResult>;
2589
+ get summary(): Nullable<BulkRetroactiveKartverketSummary>;
2590
+ copy(items?: KtList<BulkRetroactiveKartverketItemResult>, summary?: Nullable<BulkRetroactiveKartverketSummary>): BulkRetroactiveKartverketResult;
2591
+ toString(): string;
2592
+ hashCode(): number;
2593
+ equals(other: Nullable<any>): boolean;
2594
+ }
2595
+ export declare namespace BulkRetroactiveKartverketResult {
2596
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2597
+ namespace $metadata$ {
2598
+ const constructor: abstract new () => BulkRetroactiveKartverketResult;
2599
+ }
2600
+ }
2601
+ export declare class BulkRetroactiveKartverketSummary {
2602
+ constructor(failed: bigint, requestedAllCompanies: boolean, total: bigint, updated: bigint);
2603
+ get failed(): bigint;
2604
+ get requestedAllCompanies(): boolean;
2605
+ get total(): bigint;
2606
+ get updated(): bigint;
2607
+ copy(failed?: bigint, requestedAllCompanies?: boolean, total?: bigint, updated?: bigint): BulkRetroactiveKartverketSummary;
2608
+ toString(): string;
2609
+ hashCode(): number;
2610
+ equals(other: Nullable<any>): boolean;
2611
+ }
2612
+ export declare namespace BulkRetroactiveKartverketSummary {
2613
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2614
+ namespace $metadata$ {
2615
+ const constructor: abstract new () => BulkRetroactiveKartverketSummary;
2616
+ }
2617
+ }
2199
2618
  export declare class BulkUpdateCompanyDetailedCommand {
2200
2619
  constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkUpdateCompanyDetailedItemCommand>);
2201
2620
  get dryRun(): Nullable<boolean>;
@@ -2555,24 +2974,92 @@ export declare namespace ClientUser {
2555
2974
  const constructor: abstract new () => ClientUser;
2556
2975
  }
2557
2976
  }
2558
- export declare class ClientUserParticipant extends Participant.$metadata$.constructor {
2559
- constructor(active: boolean, id: bigint, name: string, participantId: bigint, clientId: string);
2560
- get active(): boolean;
2561
- get id(): bigint;
2562
- get name(): string;
2563
- get participantId(): bigint;
2564
- get clientId(): string;
2565
- copy(active?: boolean, id?: bigint, name?: string, participantId?: bigint, clientId?: string): ClientUserParticipant;
2977
+ export declare abstract class ClientUserCompanyScope {
2978
+ private constructor();
2979
+ static get READ_ONLY(): ClientUserCompanyScope & {
2980
+ get name(): "READ_ONLY";
2981
+ get ordinal(): 0;
2982
+ };
2983
+ static get BOARD(): ClientUserCompanyScope & {
2984
+ get name(): "BOARD";
2985
+ get ordinal(): 1;
2986
+ };
2987
+ static get ADMIN(): ClientUserCompanyScope & {
2988
+ get name(): "ADMIN";
2989
+ get ordinal(): 2;
2990
+ };
2991
+ static get ReadOnly(): ClientUserCompanyScope & {
2992
+ get name(): "READ_ONLY";
2993
+ get ordinal(): 0;
2994
+ };
2995
+ static get Board(): ClientUserCompanyScope & {
2996
+ get name(): "BOARD";
2997
+ get ordinal(): 1;
2998
+ };
2999
+ static get Admin(): ClientUserCompanyScope & {
3000
+ get name(): "ADMIN";
3001
+ get ordinal(): 2;
3002
+ };
3003
+ static values(): [typeof ClientUserCompanyScope.READ_ONLY, typeof ClientUserCompanyScope.BOARD, typeof ClientUserCompanyScope.ADMIN];
3004
+ static valueOf(value: string): ClientUserCompanyScope;
3005
+ get name(): "READ_ONLY" | "BOARD" | "ADMIN";
3006
+ get ordinal(): 0 | 1 | 2;
3007
+ get value(): string;
2566
3008
  toString(): string;
2567
- hashCode(): number;
2568
- equals(other: Nullable<any>): boolean;
2569
3009
  }
2570
- export declare namespace ClientUserParticipant {
3010
+ export declare namespace ClientUserCompanyScope {
2571
3011
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2572
3012
  namespace $metadata$ {
2573
- const constructor: abstract new () => ClientUserParticipant;
3013
+ const constructor: abstract new () => ClientUserCompanyScope;
2574
3014
  }
2575
- }
3015
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
3016
+ private constructor();
3017
+ }
3018
+ namespace Companion {
3019
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3020
+ namespace $metadata$ {
3021
+ abstract class constructor /* implements SerializerFactory */ {
3022
+ fromValue(value: string): Nullable<ClientUserCompanyScope>;
3023
+ private constructor();
3024
+ }
3025
+ }
3026
+ }
3027
+ }
3028
+ export declare class ClientUserParticipant extends Participant.$metadata$.constructor {
3029
+ constructor(active: boolean, id: bigint, name: string, participantId: bigint, clientId: string);
3030
+ get active(): boolean;
3031
+ get id(): bigint;
3032
+ get name(): string;
3033
+ get participantId(): bigint;
3034
+ get clientId(): string;
3035
+ copy(active?: boolean, id?: bigint, name?: string, participantId?: bigint, clientId?: string): ClientUserParticipant;
3036
+ toString(): string;
3037
+ hashCode(): number;
3038
+ equals(other: Nullable<any>): boolean;
3039
+ }
3040
+ export declare namespace ClientUserParticipant {
3041
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3042
+ namespace $metadata$ {
3043
+ const constructor: abstract new () => ClientUserParticipant;
3044
+ }
3045
+ }
3046
+ export declare class ClientUserScope {
3047
+ constructor(action: string, companyId: Nullable<bigint> | undefined, id: bigint, resource: string);
3048
+ get action(): string;
3049
+ get companyId(): Nullable<bigint>;
3050
+ get id(): bigint;
3051
+ get resource(): string;
3052
+ copy(action?: string, companyId?: Nullable<bigint>, id?: bigint, resource?: string): ClientUserScope;
3053
+ toString(): string;
3054
+ hashCode(): number;
3055
+ equals(other: Nullable<any>): boolean;
3056
+ }
3057
+ export declare namespace ClientUserScope {
3058
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3059
+ namespace $metadata$ {
3060
+ const constructor: abstract new () => ClientUserScope;
3061
+ }
3062
+ }
2576
3063
  export declare class CloseInsuranceCommand {
2577
3064
  constructor(endDate: any/* Instant */);
2578
3065
  get endDate(): any/* Instant */;
@@ -3127,6 +3614,65 @@ export declare namespace CommunicationState {
3127
3614
  }
3128
3615
  }
3129
3616
  }
3617
+ export declare abstract class CommunicationType {
3618
+ private constructor();
3619
+ static get NEWSLETTER(): CommunicationType & {
3620
+ get name(): "NEWSLETTER";
3621
+ get ordinal(): 0;
3622
+ };
3623
+ static get BROADCAST(): CommunicationType & {
3624
+ get name(): "BROADCAST";
3625
+ get ordinal(): 1;
3626
+ };
3627
+ static get POST(): CommunicationType & {
3628
+ get name(): "POST";
3629
+ get ordinal(): 2;
3630
+ };
3631
+ static get PRACTICAL_INFO(): CommunicationType & {
3632
+ get name(): "PRACTICAL_INFO";
3633
+ get ordinal(): 3;
3634
+ };
3635
+ static get Newsletter(): CommunicationType & {
3636
+ get name(): "NEWSLETTER";
3637
+ get ordinal(): 0;
3638
+ };
3639
+ static get Broadcast(): CommunicationType & {
3640
+ get name(): "BROADCAST";
3641
+ get ordinal(): 1;
3642
+ };
3643
+ static get Post(): CommunicationType & {
3644
+ get name(): "POST";
3645
+ get ordinal(): 2;
3646
+ };
3647
+ static get PracticalInfo(): CommunicationType & {
3648
+ get name(): "PRACTICAL_INFO";
3649
+ get ordinal(): 3;
3650
+ };
3651
+ static values(): [typeof CommunicationType.NEWSLETTER, typeof CommunicationType.BROADCAST, typeof CommunicationType.POST, typeof CommunicationType.PRACTICAL_INFO];
3652
+ static valueOf(value: string): CommunicationType;
3653
+ get name(): "NEWSLETTER" | "BROADCAST" | "POST" | "PRACTICAL_INFO";
3654
+ get ordinal(): 0 | 1 | 2 | 3;
3655
+ get value(): string;
3656
+ toString(): string;
3657
+ }
3658
+ export declare namespace CommunicationType {
3659
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3660
+ namespace $metadata$ {
3661
+ const constructor: abstract new () => CommunicationType;
3662
+ }
3663
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
3664
+ private constructor();
3665
+ }
3666
+ namespace Companion {
3667
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3668
+ namespace $metadata$ {
3669
+ abstract class constructor /* implements SerializerFactory */ {
3670
+ fromValue(value: string): Nullable<CommunicationType>;
3671
+ private constructor();
3672
+ }
3673
+ }
3674
+ }
3675
+ }
3130
3676
  export declare class Company {
3131
3677
  constructor(addresses: Nullable<KtList<CompanyAddress>> | undefined, buildings: Nullable<KtList<Building>> | undefined, classification: string, country: string, id: bigint, managed: boolean, name: string, nationality: bigint, operatingAccount: Nullable<string> | undefined, orgNr: Nullable<string> | undefined, organizationId: Nullable<bigint> | undefined, slug: Nullable<string> | undefined, status: Nullable<CompanyStatus> | undefined, subTypes: KtList<CompanySubType>, tenantId: bigint);
3132
3678
  get addresses(): Nullable<KtList<CompanyAddress>>;
@@ -3796,7 +4342,7 @@ export declare namespace ConversationCountConversationCountByCompanyMap {
3796
4342
  const constructor: abstract new () => ConversationCountConversationCountByCompanyMap;
3797
4343
  }
3798
4344
  }
3799
- export declare class ConversationCountConversationCountMap {
4345
+ export declare class ConversationCountConversationCountByCompanyMapValue {
3800
4346
  constructor(done: bigint, draft: bigint, folderCounts: Nullable<KtMap<string, Nullable<bigint>>> | undefined, inProgress: bigint, _new: bigint, root?: Nullable<bigint>, total?: Nullable<bigint>);
3801
4347
  get done(): bigint;
3802
4348
  get draft(): bigint;
@@ -3805,15 +4351,15 @@ export declare class ConversationCountConversationCountMap {
3805
4351
  get new(): bigint;
3806
4352
  get root(): Nullable<bigint>;
3807
4353
  get total(): Nullable<bigint>;
3808
- copy(done?: bigint, draft?: bigint, folderCounts?: Nullable<KtMap<string, Nullable<bigint>>>, inProgress?: bigint, _new?: bigint, root?: Nullable<bigint>, total?: Nullable<bigint>): ConversationCountConversationCountMap;
4354
+ copy(done?: bigint, draft?: bigint, folderCounts?: Nullable<KtMap<string, Nullable<bigint>>>, inProgress?: bigint, _new?: bigint, root?: Nullable<bigint>, total?: Nullable<bigint>): ConversationCountConversationCountByCompanyMapValue;
3809
4355
  toString(): string;
3810
4356
  hashCode(): number;
3811
4357
  equals(other: Nullable<any>): boolean;
3812
4358
  }
3813
- export declare namespace ConversationCountConversationCountMap {
4359
+ export declare namespace ConversationCountConversationCountByCompanyMapValue {
3814
4360
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
3815
4361
  namespace $metadata$ {
3816
- const constructor: abstract new () => ConversationCountConversationCountMap;
4362
+ const constructor: abstract new () => ConversationCountConversationCountByCompanyMapValue;
3817
4363
  }
3818
4364
  }
3819
4365
  export declare class ConversationEvent {
@@ -4060,6 +4606,57 @@ export declare namespace ConversationMessagePayload {
4060
4606
  const constructor: abstract new () => ConversationMessagePayload;
4061
4607
  }
4062
4608
  }
4609
+ export declare abstract class ConversationMessageSide {
4610
+ private constructor();
4611
+ static get BOARD(): ConversationMessageSide & {
4612
+ get name(): "BOARD";
4613
+ get ordinal(): 0;
4614
+ };
4615
+ static get NON_BOARD(): ConversationMessageSide & {
4616
+ get name(): "NON_BOARD";
4617
+ get ordinal(): 1;
4618
+ };
4619
+ static get NONE(): ConversationMessageSide & {
4620
+ get name(): "NONE";
4621
+ get ordinal(): 2;
4622
+ };
4623
+ static get Board(): ConversationMessageSide & {
4624
+ get name(): "BOARD";
4625
+ get ordinal(): 0;
4626
+ };
4627
+ static get NonBoard(): ConversationMessageSide & {
4628
+ get name(): "NON_BOARD";
4629
+ get ordinal(): 1;
4630
+ };
4631
+ static get None(): ConversationMessageSide & {
4632
+ get name(): "NONE";
4633
+ get ordinal(): 2;
4634
+ };
4635
+ static values(): [typeof ConversationMessageSide.BOARD, typeof ConversationMessageSide.NON_BOARD, typeof ConversationMessageSide.NONE];
4636
+ static valueOf(value: string): ConversationMessageSide;
4637
+ get name(): "BOARD" | "NON_BOARD" | "NONE";
4638
+ get ordinal(): 0 | 1 | 2;
4639
+ get value(): string;
4640
+ toString(): string;
4641
+ }
4642
+ export declare namespace ConversationMessageSide {
4643
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
4644
+ namespace $metadata$ {
4645
+ const constructor: abstract new () => ConversationMessageSide;
4646
+ }
4647
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
4648
+ private constructor();
4649
+ }
4650
+ namespace Companion {
4651
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
4652
+ namespace $metadata$ {
4653
+ abstract class constructor /* implements SerializerFactory */ {
4654
+ fromValue(value: string): Nullable<ConversationMessageSide>;
4655
+ private constructor();
4656
+ }
4657
+ }
4658
+ }
4659
+ }
4063
4660
  export declare abstract class ConversationOrderBy {
4064
4661
  private constructor();
4065
4662
  static get LATEST_ACTIVITY_AT(): ConversationOrderBy & {
@@ -4542,6 +5139,37 @@ export declare namespace CreateChangeRequestCommand {
4542
5139
  const constructor: abstract new () => CreateChangeRequestCommand;
4543
5140
  }
4544
5141
  }
5142
+ export declare class CreateClientUserCompanyScopeCommand {
5143
+ constructor(companyId: bigint, scope: ClientUserCompanyScope);
5144
+ get companyId(): bigint;
5145
+ get scope(): ClientUserCompanyScope;
5146
+ copy(companyId?: bigint, scope?: ClientUserCompanyScope): CreateClientUserCompanyScopeCommand;
5147
+ toString(): string;
5148
+ hashCode(): number;
5149
+ equals(other: Nullable<any>): boolean;
5150
+ }
5151
+ export declare namespace CreateClientUserCompanyScopeCommand {
5152
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5153
+ namespace $metadata$ {
5154
+ const constructor: abstract new () => CreateClientUserCompanyScopeCommand;
5155
+ }
5156
+ }
5157
+ export declare class CreateClientUserScopeCommand {
5158
+ constructor(action: Nullable<string> | undefined, companyId: Nullable<bigint> | undefined, resource: string);
5159
+ get action(): Nullable<string>;
5160
+ get companyId(): Nullable<bigint>;
5161
+ get resource(): string;
5162
+ copy(action?: Nullable<string>, companyId?: Nullable<bigint>, resource?: string): CreateClientUserScopeCommand;
5163
+ toString(): string;
5164
+ hashCode(): number;
5165
+ equals(other: Nullable<any>): boolean;
5166
+ }
5167
+ export declare namespace CreateClientUserScopeCommand {
5168
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5169
+ namespace $metadata$ {
5170
+ const constructor: abstract new () => CreateClientUserScopeCommand;
5171
+ }
5172
+ }
4545
5173
  export declare class CreateCommunicationCommentCommand {
4546
5174
  constructor(content: string, parentId?: Nullable<bigint>);
4547
5175
  get content(): string;
@@ -5291,6 +5919,21 @@ export declare namespace CreatePersonCommand {
5291
5919
  const constructor: abstract new () => CreatePersonCommand;
5292
5920
  }
5293
5921
  }
5922
+ export declare class CreatePersonInlinePolicyCommand {
5923
+ constructor(companyId: Nullable<bigint> | undefined, statements: KtList<Policy>);
5924
+ get companyId(): Nullable<bigint>;
5925
+ get statements(): KtList<Policy>;
5926
+ copy(companyId?: Nullable<bigint>, statements?: KtList<Policy>): CreatePersonInlinePolicyCommand;
5927
+ toString(): string;
5928
+ hashCode(): number;
5929
+ equals(other: Nullable<any>): boolean;
5930
+ }
5931
+ export declare namespace CreatePersonInlinePolicyCommand {
5932
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5933
+ namespace $metadata$ {
5934
+ const constructor: abstract new () => CreatePersonInlinePolicyCommand;
5935
+ }
5936
+ }
5294
5937
  export declare class CreatePersonOwner {
5295
5938
  constructor(email: Nullable<string> | undefined, invoicingEmail: Nullable<string> | undefined, mobile: Nullable<string> | undefined, name: Name, personalIdentityNumber?: Nullable<string>);
5296
5939
  get email(): Nullable<string>;
@@ -5337,6 +5980,22 @@ export declare namespace CreatePersonResidentCommand {
5337
5980
  const constructor: abstract new () => CreatePersonResidentCommand;
5338
5981
  }
5339
5982
  }
5983
+ export declare class CreatePolicyDocumentCommand {
5984
+ constructor(description: Nullable<string> | undefined, name: string, statements: KtList<Policy>);
5985
+ get description(): Nullable<string>;
5986
+ get name(): string;
5987
+ get statements(): KtList<Policy>;
5988
+ copy(description?: Nullable<string>, name?: string, statements?: KtList<Policy>): CreatePolicyDocumentCommand;
5989
+ toString(): string;
5990
+ hashCode(): number;
5991
+ equals(other: Nullable<any>): boolean;
5992
+ }
5993
+ export declare namespace CreatePolicyDocumentCommand {
5994
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5995
+ namespace $metadata$ {
5996
+ const constructor: abstract new () => CreatePolicyDocumentCommand;
5997
+ }
5998
+ }
5340
5999
  export declare class CreatePostCommand {
5341
6000
  constructor(commentsEnabled: Nullable<boolean> | undefined, content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
5342
6001
  get commentsEnabled(): Nullable<boolean>;
@@ -5393,6 +6052,20 @@ export declare namespace CreateResidentCommand {
5393
6052
  const constructor: abstract new () => CreateResidentCommand;
5394
6053
  }
5395
6054
  }
6055
+ export declare class CreateRoleInlinePolicyRequest {
6056
+ constructor(statements: KtList<Policy>);
6057
+ get statements(): KtList<Policy>;
6058
+ copy(statements?: KtList<Policy>): CreateRoleInlinePolicyRequest;
6059
+ toString(): string;
6060
+ hashCode(): number;
6061
+ equals(other: Nullable<any>): boolean;
6062
+ }
6063
+ export declare namespace CreateRoleInlinePolicyRequest {
6064
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6065
+ namespace $metadata$ {
6066
+ const constructor: abstract new () => CreateRoleInlinePolicyRequest;
6067
+ }
6068
+ }
5396
6069
  export declare class CreateRoutineCommand {
5397
6070
  constructor(description: Nullable<string> | undefined, draftId: Nullable<bigint> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<RoutineMethod> | undefined, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title: Nullable<string> | undefined, type: RoutineType);
5398
6071
  get description(): Nullable<string>;
@@ -5986,37 +6659,396 @@ export declare class DeviceSrpCommand {
5986
6659
  get srpA(): string;
5987
6660
  copy(clientId?: string, deviceKey?: Nullable<string>, email?: Nullable<string>, fingerprint?: string, mobile?: Nullable<string>, session?: string, srpA?: string): DeviceSrpCommand;
5988
6661
  toString(): string;
5989
- hashCode(): number;
5990
- equals(other: Nullable<any>): boolean;
6662
+ hashCode(): number;
6663
+ equals(other: Nullable<any>): boolean;
6664
+ }
6665
+ export declare namespace DeviceSrpCommand {
6666
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6667
+ namespace $metadata$ {
6668
+ const constructor: abstract new () => DeviceSrpCommand;
6669
+ }
6670
+ }
6671
+ export declare class DeviceVerifySrpCommand {
6672
+ constructor(clientId: string, deviceKey: Nullable<string> | undefined, email: Nullable<string> | undefined, fingerprint: string, mcpRedirectUri: Nullable<string> | undefined, mcpState: Nullable<string> | undefined, mobile: Nullable<string> | undefined, passwordSignature: string, secretBlock: string, session: string, timestamp: string);
6673
+ get clientId(): string;
6674
+ get deviceKey(): Nullable<string>;
6675
+ get email(): Nullable<string>;
6676
+ get fingerprint(): string;
6677
+ get mcpRedirectUri(): Nullable<string>;
6678
+ get mcpState(): Nullable<string>;
6679
+ get mobile(): Nullable<string>;
6680
+ get passwordSignature(): string;
6681
+ get secretBlock(): string;
6682
+ get session(): string;
6683
+ get timestamp(): string;
6684
+ copy(clientId?: string, deviceKey?: Nullable<string>, email?: Nullable<string>, fingerprint?: string, mcpRedirectUri?: Nullable<string>, mcpState?: Nullable<string>, mobile?: Nullable<string>, passwordSignature?: string, secretBlock?: string, session?: string, timestamp?: string): DeviceVerifySrpCommand;
6685
+ toString(): string;
6686
+ hashCode(): number;
6687
+ equals(other: Nullable<any>): boolean;
6688
+ }
6689
+ export declare namespace DeviceVerifySrpCommand {
6690
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6691
+ namespace $metadata$ {
6692
+ const constructor: abstract new () => DeviceVerifySrpCommand;
6693
+ }
6694
+ }
6695
+ export declare class DialogActivity {
6696
+ constructor(createdAt?: Nullable<Instant>, description?: Nullable<KtList<AltinnCommonLocalization>>, extendedType?: Nullable<string>, id?: Nullable<string>, performedBy?: Nullable<AltinnCommonActor>, transmissionId?: Nullable<string>, type?: Nullable<DialogActivityType>);
6697
+ get createdAt(): Nullable<Instant>;
6698
+ get description(): Nullable<KtList<AltinnCommonLocalization>>;
6699
+ get extendedType(): Nullable<string>;
6700
+ get id(): Nullable<string>;
6701
+ get performedBy(): Nullable<AltinnCommonActor>;
6702
+ get transmissionId(): Nullable<string>;
6703
+ get type(): Nullable<DialogActivityType>;
6704
+ copy(createdAt?: Nullable<Instant>, description?: Nullable<KtList<AltinnCommonLocalization>>, extendedType?: Nullable<string>, id?: Nullable<string>, performedBy?: Nullable<AltinnCommonActor>, transmissionId?: Nullable<string>, type?: Nullable<DialogActivityType>): DialogActivity;
6705
+ toString(): string;
6706
+ hashCode(): number;
6707
+ equals(other: Nullable<any>): boolean;
6708
+ }
6709
+ export declare namespace DialogActivity {
6710
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6711
+ namespace $metadata$ {
6712
+ const constructor: abstract new () => DialogActivity;
6713
+ }
6714
+ }
6715
+ export declare abstract class DialogActivityType {
6716
+ private constructor();
6717
+ static get DIALOG_CREATED(): DialogActivityType & {
6718
+ get name(): "DIALOG_CREATED";
6719
+ get ordinal(): 0;
6720
+ };
6721
+ static get DIALOG_CLOSED(): DialogActivityType & {
6722
+ get name(): "DIALOG_CLOSED";
6723
+ get ordinal(): 1;
6724
+ };
6725
+ static get INFORMATION(): DialogActivityType & {
6726
+ get name(): "INFORMATION";
6727
+ get ordinal(): 2;
6728
+ };
6729
+ static get TRANSMISSION_OPENED(): DialogActivityType & {
6730
+ get name(): "TRANSMISSION_OPENED";
6731
+ get ordinal(): 3;
6732
+ };
6733
+ static get PAYMENT_MADE(): DialogActivityType & {
6734
+ get name(): "PAYMENT_MADE";
6735
+ get ordinal(): 4;
6736
+ };
6737
+ static get SIGNATURE_PROVIDED(): DialogActivityType & {
6738
+ get name(): "SIGNATURE_PROVIDED";
6739
+ get ordinal(): 5;
6740
+ };
6741
+ static get DIALOG_OPENED(): DialogActivityType & {
6742
+ get name(): "DIALOG_OPENED";
6743
+ get ordinal(): 6;
6744
+ };
6745
+ static get DIALOG_DELETED(): DialogActivityType & {
6746
+ get name(): "DIALOG_DELETED";
6747
+ get ordinal(): 7;
6748
+ };
6749
+ static get DIALOG_RESTORED(): DialogActivityType & {
6750
+ get name(): "DIALOG_RESTORED";
6751
+ get ordinal(): 8;
6752
+ };
6753
+ static get SENT_TO_SIGNING(): DialogActivityType & {
6754
+ get name(): "SENT_TO_SIGNING";
6755
+ get ordinal(): 9;
6756
+ };
6757
+ static get SENT_TO_FORM_FILL(): DialogActivityType & {
6758
+ get name(): "SENT_TO_FORM_FILL";
6759
+ get ordinal(): 10;
6760
+ };
6761
+ static get SENT_TO_SEND_IN(): DialogActivityType & {
6762
+ get name(): "SENT_TO_SEND_IN";
6763
+ get ordinal(): 11;
6764
+ };
6765
+ static get SENT_TO_PAYMENT(): DialogActivityType & {
6766
+ get name(): "SENT_TO_PAYMENT";
6767
+ get ordinal(): 12;
6768
+ };
6769
+ static get DialogCreated(): DialogActivityType & {
6770
+ get name(): "DIALOG_CREATED";
6771
+ get ordinal(): 0;
6772
+ };
6773
+ static get DialogClosed(): DialogActivityType & {
6774
+ get name(): "DIALOG_CLOSED";
6775
+ get ordinal(): 1;
6776
+ };
6777
+ static get Information(): DialogActivityType & {
6778
+ get name(): "INFORMATION";
6779
+ get ordinal(): 2;
6780
+ };
6781
+ static get TransmissionOpened(): DialogActivityType & {
6782
+ get name(): "TRANSMISSION_OPENED";
6783
+ get ordinal(): 3;
6784
+ };
6785
+ static get PaymentMade(): DialogActivityType & {
6786
+ get name(): "PAYMENT_MADE";
6787
+ get ordinal(): 4;
6788
+ };
6789
+ static get SignatureProvided(): DialogActivityType & {
6790
+ get name(): "SIGNATURE_PROVIDED";
6791
+ get ordinal(): 5;
6792
+ };
6793
+ static get DialogOpened(): DialogActivityType & {
6794
+ get name(): "DIALOG_OPENED";
6795
+ get ordinal(): 6;
6796
+ };
6797
+ static get DialogDeleted(): DialogActivityType & {
6798
+ get name(): "DIALOG_DELETED";
6799
+ get ordinal(): 7;
6800
+ };
6801
+ static get DialogRestored(): DialogActivityType & {
6802
+ get name(): "DIALOG_RESTORED";
6803
+ get ordinal(): 8;
6804
+ };
6805
+ static get SentToSigning(): DialogActivityType & {
6806
+ get name(): "SENT_TO_SIGNING";
6807
+ get ordinal(): 9;
6808
+ };
6809
+ static get SentToFormFill(): DialogActivityType & {
6810
+ get name(): "SENT_TO_FORM_FILL";
6811
+ get ordinal(): 10;
6812
+ };
6813
+ static get SentToSendIn(): DialogActivityType & {
6814
+ get name(): "SENT_TO_SEND_IN";
6815
+ get ordinal(): 11;
6816
+ };
6817
+ static get SentToPayment(): DialogActivityType & {
6818
+ get name(): "SENT_TO_PAYMENT";
6819
+ get ordinal(): 12;
6820
+ };
6821
+ static values(): [typeof DialogActivityType.DIALOG_CREATED, typeof DialogActivityType.DIALOG_CLOSED, typeof DialogActivityType.INFORMATION, typeof DialogActivityType.TRANSMISSION_OPENED, typeof DialogActivityType.PAYMENT_MADE, typeof DialogActivityType.SIGNATURE_PROVIDED, typeof DialogActivityType.DIALOG_OPENED, typeof DialogActivityType.DIALOG_DELETED, typeof DialogActivityType.DIALOG_RESTORED, typeof DialogActivityType.SENT_TO_SIGNING, typeof DialogActivityType.SENT_TO_FORM_FILL, typeof DialogActivityType.SENT_TO_SEND_IN, typeof DialogActivityType.SENT_TO_PAYMENT];
6822
+ static valueOf(value: string): DialogActivityType;
6823
+ get name(): "DIALOG_CREATED" | "DIALOG_CLOSED" | "INFORMATION" | "TRANSMISSION_OPENED" | "PAYMENT_MADE" | "SIGNATURE_PROVIDED" | "DIALOG_OPENED" | "DIALOG_DELETED" | "DIALOG_RESTORED" | "SENT_TO_SIGNING" | "SENT_TO_FORM_FILL" | "SENT_TO_SEND_IN" | "SENT_TO_PAYMENT";
6824
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
6825
+ get value(): string;
6826
+ toString(): string;
6827
+ }
6828
+ export declare namespace DialogActivityType {
6829
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6830
+ namespace $metadata$ {
6831
+ const constructor: abstract new () => DialogActivityType;
6832
+ }
6833
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
6834
+ private constructor();
6835
+ }
6836
+ namespace Companion {
6837
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6838
+ namespace $metadata$ {
6839
+ abstract class constructor /* implements SerializerFactory */ {
6840
+ fromValue(value: string): Nullable<DialogActivityType>;
6841
+ private constructor();
6842
+ }
6843
+ }
6844
+ }
6845
+ }
6846
+ export declare class DialogEndUserContext {
6847
+ constructor(revision?: Nullable<string>, systemLabels?: Nullable<KtList<DialogSystemLabel>>);
6848
+ get revision(): Nullable<string>;
6849
+ get systemLabels(): Nullable<KtList<DialogSystemLabel>>;
6850
+ copy(revision?: Nullable<string>, systemLabels?: Nullable<KtList<DialogSystemLabel>>): DialogEndUserContext;
6851
+ toString(): string;
6852
+ hashCode(): number;
6853
+ equals(other: Nullable<any>): boolean;
6854
+ }
6855
+ export declare namespace DialogEndUserContext {
6856
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6857
+ namespace $metadata$ {
6858
+ const constructor: abstract new () => DialogEndUserContext;
6859
+ }
6860
+ }
6861
+ export declare class DialogSearchContent {
6862
+ constructor(extendedStatus?: Nullable<AltinnCommonContent>, senderName?: Nullable<AltinnCommonContent>, summary?: Nullable<AltinnCommonContent>, title?: Nullable<AltinnCommonContent>);
6863
+ get extendedStatus(): Nullable<AltinnCommonContent>;
6864
+ get senderName(): Nullable<AltinnCommonContent>;
6865
+ get summary(): Nullable<AltinnCommonContent>;
6866
+ get title(): Nullable<AltinnCommonContent>;
6867
+ copy(extendedStatus?: Nullable<AltinnCommonContent>, senderName?: Nullable<AltinnCommonContent>, summary?: Nullable<AltinnCommonContent>, title?: Nullable<AltinnCommonContent>): DialogSearchContent;
6868
+ toString(): string;
6869
+ hashCode(): number;
6870
+ equals(other: Nullable<any>): boolean;
6871
+ }
6872
+ export declare namespace DialogSearchContent {
6873
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6874
+ namespace $metadata$ {
6875
+ const constructor: abstract new () => DialogSearchContent;
6876
+ }
6877
+ }
6878
+ export declare class DialogSeenLog {
6879
+ constructor(id?: Nullable<string>, isCurrentEndUser?: Nullable<boolean>, isViaServiceOwner?: Nullable<boolean>, seenAt?: Nullable<Instant>, seenBy?: Nullable<AltinnCommonActor>);
6880
+ get id(): Nullable<string>;
6881
+ get isCurrentEndUser(): Nullable<boolean>;
6882
+ get isViaServiceOwner(): Nullable<boolean>;
6883
+ get seenAt(): Nullable<Instant>;
6884
+ get seenBy(): Nullable<AltinnCommonActor>;
6885
+ copy(id?: Nullable<string>, isCurrentEndUser?: Nullable<boolean>, isViaServiceOwner?: Nullable<boolean>, seenAt?: Nullable<Instant>, seenBy?: Nullable<AltinnCommonActor>): DialogSeenLog;
6886
+ toString(): string;
6887
+ hashCode(): number;
6888
+ equals(other: Nullable<any>): boolean;
6889
+ }
6890
+ export declare namespace DialogSeenLog {
6891
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6892
+ namespace $metadata$ {
6893
+ const constructor: abstract new () => DialogSeenLog;
6894
+ }
6895
+ }
6896
+ export declare abstract class DialogStatus {
6897
+ private constructor();
6898
+ static get IN_PROGRESS(): DialogStatus & {
6899
+ get name(): "IN_PROGRESS";
6900
+ get ordinal(): 0;
6901
+ };
6902
+ static get DRAFT(): DialogStatus & {
6903
+ get name(): "DRAFT";
6904
+ get ordinal(): 1;
6905
+ };
6906
+ static get REQUIRES_ATTENTION(): DialogStatus & {
6907
+ get name(): "REQUIRES_ATTENTION";
6908
+ get ordinal(): 2;
6909
+ };
6910
+ static get COMPLETED(): DialogStatus & {
6911
+ get name(): "COMPLETED";
6912
+ get ordinal(): 3;
6913
+ };
6914
+ static get NOT_APPLICABLE(): DialogStatus & {
6915
+ get name(): "NOT_APPLICABLE";
6916
+ get ordinal(): 4;
6917
+ };
6918
+ static get AWAITING(): DialogStatus & {
6919
+ get name(): "AWAITING";
6920
+ get ordinal(): 5;
6921
+ };
6922
+ static get InProgress(): DialogStatus & {
6923
+ get name(): "IN_PROGRESS";
6924
+ get ordinal(): 0;
6925
+ };
6926
+ static get Draft(): DialogStatus & {
6927
+ get name(): "DRAFT";
6928
+ get ordinal(): 1;
6929
+ };
6930
+ static get RequiresAttention(): DialogStatus & {
6931
+ get name(): "REQUIRES_ATTENTION";
6932
+ get ordinal(): 2;
6933
+ };
6934
+ static get Completed(): DialogStatus & {
6935
+ get name(): "COMPLETED";
6936
+ get ordinal(): 3;
6937
+ };
6938
+ static get NotApplicable(): DialogStatus & {
6939
+ get name(): "NOT_APPLICABLE";
6940
+ get ordinal(): 4;
6941
+ };
6942
+ static get Awaiting(): DialogStatus & {
6943
+ get name(): "AWAITING";
6944
+ get ordinal(): 5;
6945
+ };
6946
+ static values(): [typeof DialogStatus.IN_PROGRESS, typeof DialogStatus.DRAFT, typeof DialogStatus.REQUIRES_ATTENTION, typeof DialogStatus.COMPLETED, typeof DialogStatus.NOT_APPLICABLE, typeof DialogStatus.AWAITING];
6947
+ static valueOf(value: string): DialogStatus;
6948
+ get name(): "IN_PROGRESS" | "DRAFT" | "REQUIRES_ATTENTION" | "COMPLETED" | "NOT_APPLICABLE" | "AWAITING";
6949
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
6950
+ get value(): string;
6951
+ toString(): string;
6952
+ }
6953
+ export declare namespace DialogStatus {
6954
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6955
+ namespace $metadata$ {
6956
+ const constructor: abstract new () => DialogStatus;
6957
+ }
6958
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
6959
+ private constructor();
6960
+ }
6961
+ namespace Companion {
6962
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6963
+ namespace $metadata$ {
6964
+ abstract class constructor /* implements SerializerFactory */ {
6965
+ fromValue(value: string): Nullable<DialogStatus>;
6966
+ private constructor();
6967
+ }
6968
+ }
6969
+ }
6970
+ }
6971
+ export declare abstract class DialogSystemLabel {
6972
+ private constructor();
6973
+ static get DEFAULT(): DialogSystemLabel & {
6974
+ get name(): "DEFAULT";
6975
+ get ordinal(): 0;
6976
+ };
6977
+ static get INBOX(): DialogSystemLabel & {
6978
+ get name(): "INBOX";
6979
+ get ordinal(): 1;
6980
+ };
6981
+ static get OUTBOX(): DialogSystemLabel & {
6982
+ get name(): "OUTBOX";
6983
+ get ordinal(): 2;
6984
+ };
6985
+ static get DRAFT(): DialogSystemLabel & {
6986
+ get name(): "DRAFT";
6987
+ get ordinal(): 3;
6988
+ };
6989
+ static get SENT(): DialogSystemLabel & {
6990
+ get name(): "SENT";
6991
+ get ordinal(): 4;
6992
+ };
6993
+ static get ARCHIVE(): DialogSystemLabel & {
6994
+ get name(): "ARCHIVE";
6995
+ get ordinal(): 5;
6996
+ };
6997
+ static get BIN(): DialogSystemLabel & {
6998
+ get name(): "BIN";
6999
+ get ordinal(): 6;
7000
+ };
7001
+ static get Default(): DialogSystemLabel & {
7002
+ get name(): "DEFAULT";
7003
+ get ordinal(): 0;
7004
+ };
7005
+ static get Inbox(): DialogSystemLabel & {
7006
+ get name(): "INBOX";
7007
+ get ordinal(): 1;
7008
+ };
7009
+ static get Outbox(): DialogSystemLabel & {
7010
+ get name(): "OUTBOX";
7011
+ get ordinal(): 2;
7012
+ };
7013
+ static get Draft(): DialogSystemLabel & {
7014
+ get name(): "DRAFT";
7015
+ get ordinal(): 3;
7016
+ };
7017
+ static get Sent(): DialogSystemLabel & {
7018
+ get name(): "SENT";
7019
+ get ordinal(): 4;
7020
+ };
7021
+ static get Archive(): DialogSystemLabel & {
7022
+ get name(): "ARCHIVE";
7023
+ get ordinal(): 5;
7024
+ };
7025
+ static get Bin(): DialogSystemLabel & {
7026
+ get name(): "BIN";
7027
+ get ordinal(): 6;
7028
+ };
7029
+ static values(): [typeof DialogSystemLabel.DEFAULT, typeof DialogSystemLabel.INBOX, typeof DialogSystemLabel.OUTBOX, typeof DialogSystemLabel.DRAFT, typeof DialogSystemLabel.SENT, typeof DialogSystemLabel.ARCHIVE, typeof DialogSystemLabel.BIN];
7030
+ static valueOf(value: string): DialogSystemLabel;
7031
+ get name(): "DEFAULT" | "INBOX" | "OUTBOX" | "DRAFT" | "SENT" | "ARCHIVE" | "BIN";
7032
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
7033
+ get value(): string;
7034
+ toString(): string;
5991
7035
  }
5992
- export declare namespace DeviceSrpCommand {
7036
+ export declare namespace DialogSystemLabel {
5993
7037
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5994
7038
  namespace $metadata$ {
5995
- const constructor: abstract new () => DeviceSrpCommand;
7039
+ const constructor: abstract new () => DialogSystemLabel;
5996
7040
  }
5997
- }
5998
- export declare class DeviceVerifySrpCommand {
5999
- constructor(clientId: string, deviceKey: Nullable<string> | undefined, email: Nullable<string> | undefined, fingerprint: string, mcpRedirectUri: Nullable<string> | undefined, mcpState: Nullable<string> | undefined, mobile: Nullable<string> | undefined, passwordSignature: string, secretBlock: string, session: string, timestamp: string);
6000
- get clientId(): string;
6001
- get deviceKey(): Nullable<string>;
6002
- get email(): Nullable<string>;
6003
- get fingerprint(): string;
6004
- get mcpRedirectUri(): Nullable<string>;
6005
- get mcpState(): Nullable<string>;
6006
- get mobile(): Nullable<string>;
6007
- get passwordSignature(): string;
6008
- get secretBlock(): string;
6009
- get session(): string;
6010
- get timestamp(): string;
6011
- copy(clientId?: string, deviceKey?: Nullable<string>, email?: Nullable<string>, fingerprint?: string, mcpRedirectUri?: Nullable<string>, mcpState?: Nullable<string>, mobile?: Nullable<string>, passwordSignature?: string, secretBlock?: string, session?: string, timestamp?: string): DeviceVerifySrpCommand;
6012
- toString(): string;
6013
- hashCode(): number;
6014
- equals(other: Nullable<any>): boolean;
6015
- }
6016
- export declare namespace DeviceVerifySrpCommand {
6017
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6018
- namespace $metadata$ {
6019
- const constructor: abstract new () => DeviceVerifySrpCommand;
7041
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7042
+ private constructor();
7043
+ }
7044
+ namespace Companion {
7045
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7046
+ namespace $metadata$ {
7047
+ abstract class constructor /* implements SerializerFactory */ {
7048
+ fromValue(value: string): Nullable<DialogSystemLabel>;
7049
+ private constructor();
7050
+ }
7051
+ }
6020
7052
  }
6021
7053
  }
6022
7054
  export declare abstract class DirectSendInvoiceChannel {
@@ -6196,6 +7228,141 @@ export declare namespace Document {
6196
7228
  const constructor: abstract new () => Document;
6197
7229
  }
6198
7230
  }
7231
+ export declare abstract class DocumentContentSearchBackfillReason {
7232
+ private constructor();
7233
+ static get BACKFILL(): DocumentContentSearchBackfillReason & {
7234
+ get name(): "BACKFILL";
7235
+ get ordinal(): 0;
7236
+ };
7237
+ static get REINDEX(): DocumentContentSearchBackfillReason & {
7238
+ get name(): "REINDEX";
7239
+ get ordinal(): 1;
7240
+ };
7241
+ static get Backfill(): DocumentContentSearchBackfillReason & {
7242
+ get name(): "BACKFILL";
7243
+ get ordinal(): 0;
7244
+ };
7245
+ static get Reindex(): DocumentContentSearchBackfillReason & {
7246
+ get name(): "REINDEX";
7247
+ get ordinal(): 1;
7248
+ };
7249
+ static values(): [typeof DocumentContentSearchBackfillReason.BACKFILL, typeof DocumentContentSearchBackfillReason.REINDEX];
7250
+ static valueOf(value: string): DocumentContentSearchBackfillReason;
7251
+ get name(): "BACKFILL" | "REINDEX";
7252
+ get ordinal(): 0 | 1;
7253
+ get value(): string;
7254
+ toString(): string;
7255
+ }
7256
+ export declare namespace DocumentContentSearchBackfillReason {
7257
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7258
+ namespace $metadata$ {
7259
+ const constructor: abstract new () => DocumentContentSearchBackfillReason;
7260
+ }
7261
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7262
+ private constructor();
7263
+ }
7264
+ namespace Companion {
7265
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7266
+ namespace $metadata$ {
7267
+ abstract class constructor /* implements SerializerFactory */ {
7268
+ fromValue(value: string): Nullable<DocumentContentSearchBackfillReason>;
7269
+ private constructor();
7270
+ }
7271
+ }
7272
+ }
7273
+ }
7274
+ export declare abstract class DocumentContentSearchBackfillStatus {
7275
+ private constructor();
7276
+ static get DISABLED(): DocumentContentSearchBackfillStatus & {
7277
+ get name(): "DISABLED";
7278
+ get ordinal(): 0;
7279
+ };
7280
+ static get PENDING(): DocumentContentSearchBackfillStatus & {
7281
+ get name(): "PENDING";
7282
+ get ordinal(): 1;
7283
+ };
7284
+ static get RUNNING(): DocumentContentSearchBackfillStatus & {
7285
+ get name(): "RUNNING";
7286
+ get ordinal(): 2;
7287
+ };
7288
+ static get COMPLETE(): DocumentContentSearchBackfillStatus & {
7289
+ get name(): "COMPLETE";
7290
+ get ordinal(): 3;
7291
+ };
7292
+ static get FAILED(): DocumentContentSearchBackfillStatus & {
7293
+ get name(): "FAILED";
7294
+ get ordinal(): 4;
7295
+ };
7296
+ static get Disabled(): DocumentContentSearchBackfillStatus & {
7297
+ get name(): "DISABLED";
7298
+ get ordinal(): 0;
7299
+ };
7300
+ static get Pending(): DocumentContentSearchBackfillStatus & {
7301
+ get name(): "PENDING";
7302
+ get ordinal(): 1;
7303
+ };
7304
+ static get Running(): DocumentContentSearchBackfillStatus & {
7305
+ get name(): "RUNNING";
7306
+ get ordinal(): 2;
7307
+ };
7308
+ static get Complete(): DocumentContentSearchBackfillStatus & {
7309
+ get name(): "COMPLETE";
7310
+ get ordinal(): 3;
7311
+ };
7312
+ static get Failed(): DocumentContentSearchBackfillStatus & {
7313
+ get name(): "FAILED";
7314
+ get ordinal(): 4;
7315
+ };
7316
+ static values(): [typeof DocumentContentSearchBackfillStatus.DISABLED, typeof DocumentContentSearchBackfillStatus.PENDING, typeof DocumentContentSearchBackfillStatus.RUNNING, typeof DocumentContentSearchBackfillStatus.COMPLETE, typeof DocumentContentSearchBackfillStatus.FAILED];
7317
+ static valueOf(value: string): DocumentContentSearchBackfillStatus;
7318
+ get name(): "DISABLED" | "PENDING" | "RUNNING" | "COMPLETE" | "FAILED";
7319
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
7320
+ get value(): string;
7321
+ toString(): string;
7322
+ }
7323
+ export declare namespace DocumentContentSearchBackfillStatus {
7324
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7325
+ namespace $metadata$ {
7326
+ const constructor: abstract new () => DocumentContentSearchBackfillStatus;
7327
+ }
7328
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7329
+ private constructor();
7330
+ }
7331
+ namespace Companion {
7332
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7333
+ namespace $metadata$ {
7334
+ abstract class constructor /* implements SerializerFactory */ {
7335
+ fromValue(value: string): Nullable<DocumentContentSearchBackfillStatus>;
7336
+ private constructor();
7337
+ }
7338
+ }
7339
+ }
7340
+ }
7341
+ export declare class DocumentContentSearchEntitlement {
7342
+ constructor(backfillCompletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillCursor: Nullable<bigint> | undefined, backfillReason: Nullable<DocumentContentSearchBackfillReason> | undefined, backfillRequestedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillStartedAt: Nullable<any>/* Nullable<Instant> */ | undefined, backfillStatus: DocumentContentSearchBackfillStatus, companyId: bigint, disabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, enabled: boolean, enabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, lastError: Nullable<string> | undefined, updatedAt: any/* Instant */);
7343
+ get backfillCompletedAt(): Nullable<any>/* Nullable<Instant> */;
7344
+ get backfillCursor(): Nullable<bigint>;
7345
+ get backfillReason(): Nullable<DocumentContentSearchBackfillReason>;
7346
+ get backfillRequestedAt(): Nullable<any>/* Nullable<Instant> */;
7347
+ get backfillStartedAt(): Nullable<any>/* Nullable<Instant> */;
7348
+ get backfillStatus(): DocumentContentSearchBackfillStatus;
7349
+ get companyId(): bigint;
7350
+ get disabledAt(): Nullable<any>/* Nullable<Instant> */;
7351
+ get enabled(): boolean;
7352
+ get enabledAt(): Nullable<any>/* Nullable<Instant> */;
7353
+ get lastError(): Nullable<string>;
7354
+ get updatedAt(): any/* Instant */;
7355
+ copy(backfillCompletedAt?: Nullable<any>/* Nullable<Instant> */, backfillCursor?: Nullable<bigint>, backfillReason?: Nullable<DocumentContentSearchBackfillReason>, backfillRequestedAt?: Nullable<any>/* Nullable<Instant> */, backfillStartedAt?: Nullable<any>/* Nullable<Instant> */, backfillStatus?: DocumentContentSearchBackfillStatus, companyId?: bigint, disabledAt?: Nullable<any>/* Nullable<Instant> */, enabled?: boolean, enabledAt?: Nullable<any>/* Nullable<Instant> */, lastError?: Nullable<string>, updatedAt?: any/* Instant */): DocumentContentSearchEntitlement;
7356
+ toString(): string;
7357
+ hashCode(): number;
7358
+ equals(other: Nullable<any>): boolean;
7359
+ }
7360
+ export declare namespace DocumentContentSearchEntitlement {
7361
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7362
+ namespace $metadata$ {
7363
+ const constructor: abstract new () => DocumentContentSearchEntitlement;
7364
+ }
7365
+ }
6199
7366
  export declare abstract class DocumentType {
6200
7367
  private constructor();
6201
7368
  static get ISSUE(): DocumentType & {
@@ -6532,6 +7699,26 @@ export declare namespace DraftOverview {
6532
7699
  const constructor: abstract new () => DraftOverview;
6533
7700
  }
6534
7701
  }
7702
+ export declare class EcoguardSectionData {
7703
+ constructor(billing: Billing, end: bigint, id: bigint, nodeId: bigint, objectNumber: string, parts: Nullable<KtList<Part>> | undefined, start: bigint);
7704
+ get billing(): Billing;
7705
+ get end(): bigint;
7706
+ get id(): bigint;
7707
+ get nodeId(): bigint;
7708
+ get objectNumber(): string;
7709
+ get parts(): Nullable<KtList<Part>>;
7710
+ get start(): bigint;
7711
+ copy(billing?: Billing, end?: bigint, id?: bigint, nodeId?: bigint, objectNumber?: string, parts?: Nullable<KtList<Part>>, start?: bigint): EcoguardSectionData;
7712
+ toString(): string;
7713
+ hashCode(): number;
7714
+ equals(other: Nullable<any>): boolean;
7715
+ }
7716
+ export declare namespace EcoguardSectionData {
7717
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7718
+ namespace $metadata$ {
7719
+ const constructor: abstract new () => EcoguardSectionData;
7720
+ }
7721
+ }
6535
7722
  export declare class EconomicReport {
6536
7723
  constructor(companyId: bigint, departmentDocumentEnabled: boolean, departmentDocumentId: Nullable<bigint> | undefined, forPeriod: Nullable<bigint> | undefined, id: bigint, orderedAt: any/* Instant */, orderedByClientUserId: Nullable<bigint> | undefined, orderedById: Nullable<bigint> | undefined, projectDocumentEnabled: boolean, projectDocumentId: Nullable<bigint> | undefined, reportDocumentId: Nullable<bigint> | undefined, status: EconomicReportStatus);
6537
7724
  get companyId(): bigint;
@@ -6615,6 +7802,57 @@ export declare namespace EconomicReportStatus {
6615
7802
  }
6616
7803
  }
6617
7804
  }
7805
+ export declare abstract class EconomicReportType {
7806
+ private constructor();
7807
+ static get REPORT(): EconomicReportType & {
7808
+ get name(): "REPORT";
7809
+ get ordinal(): 0;
7810
+ };
7811
+ static get DEPARTMENT(): EconomicReportType & {
7812
+ get name(): "DEPARTMENT";
7813
+ get ordinal(): 1;
7814
+ };
7815
+ static get PROJECT(): EconomicReportType & {
7816
+ get name(): "PROJECT";
7817
+ get ordinal(): 2;
7818
+ };
7819
+ static get Report(): EconomicReportType & {
7820
+ get name(): "REPORT";
7821
+ get ordinal(): 0;
7822
+ };
7823
+ static get Department(): EconomicReportType & {
7824
+ get name(): "DEPARTMENT";
7825
+ get ordinal(): 1;
7826
+ };
7827
+ static get Project(): EconomicReportType & {
7828
+ get name(): "PROJECT";
7829
+ get ordinal(): 2;
7830
+ };
7831
+ static values(): [typeof EconomicReportType.REPORT, typeof EconomicReportType.DEPARTMENT, typeof EconomicReportType.PROJECT];
7832
+ static valueOf(value: string): EconomicReportType;
7833
+ get name(): "REPORT" | "DEPARTMENT" | "PROJECT";
7834
+ get ordinal(): 0 | 1 | 2;
7835
+ get value(): string;
7836
+ toString(): string;
7837
+ }
7838
+ export declare namespace EconomicReportType {
7839
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7840
+ namespace $metadata$ {
7841
+ const constructor: abstract new () => EconomicReportType;
7842
+ }
7843
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7844
+ private constructor();
7845
+ }
7846
+ namespace Companion {
7847
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7848
+ namespace $metadata$ {
7849
+ abstract class constructor /* implements SerializerFactory */ {
7850
+ fromValue(value: string): Nullable<EconomicReportType>;
7851
+ private constructor();
7852
+ }
7853
+ }
7854
+ }
7855
+ }
6618
7856
  export declare abstract class EconomyStatusAvailability {
6619
7857
  private constructor();
6620
7858
  static get AVAILABLE(): EconomyStatusAvailability & {
@@ -7035,6 +8273,38 @@ export declare namespace ExpiredType {
7035
8273
  }
7036
8274
  }
7037
8275
  }
8276
+ export declare class ExplicitOffice365EmployeeIdentityMappingCommand {
8277
+ constructor(approvalReference: string, entraObjectId: string, expectedVersion: Nullable<bigint> | undefined, idempotencyKey: string);
8278
+ get approvalReference(): string;
8279
+ get entraObjectId(): string;
8280
+ get expectedVersion(): Nullable<bigint>;
8281
+ get idempotencyKey(): string;
8282
+ copy(approvalReference?: string, entraObjectId?: string, expectedVersion?: Nullable<bigint>, idempotencyKey?: string): ExplicitOffice365EmployeeIdentityMappingCommand;
8283
+ toString(): string;
8284
+ hashCode(): number;
8285
+ equals(other: Nullable<any>): boolean;
8286
+ }
8287
+ export declare namespace ExplicitOffice365EmployeeIdentityMappingCommand {
8288
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
8289
+ namespace $metadata$ {
8290
+ const constructor: abstract new () => ExplicitOffice365EmployeeIdentityMappingCommand;
8291
+ }
8292
+ }
8293
+ export declare class ExplicitOffice365EmployeeIdentityMappingResponse {
8294
+ constructor(idempotentReplay: boolean, identity: Office365EmployeeIdentity);
8295
+ get idempotentReplay(): boolean;
8296
+ get identity(): Office365EmployeeIdentity;
8297
+ copy(idempotentReplay?: boolean, identity?: Office365EmployeeIdentity): ExplicitOffice365EmployeeIdentityMappingResponse;
8298
+ toString(): string;
8299
+ hashCode(): number;
8300
+ equals(other: Nullable<any>): boolean;
8301
+ }
8302
+ export declare namespace ExplicitOffice365EmployeeIdentityMappingResponse {
8303
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
8304
+ namespace $metadata$ {
8305
+ const constructor: abstract new () => ExplicitOffice365EmployeeIdentityMappingResponse;
8306
+ }
8307
+ }
7038
8308
  export declare class ExportResidentsCommand {
7039
8309
  constructor(filter?: Nullable<ResidentExportFilter>, includePnr?: Nullable<boolean>, selection?: Nullable<KtList<ResidentIdentity>>);
7040
8310
  get filter(): Nullable<ResidentExportFilter>;
@@ -7965,6 +9235,34 @@ export declare namespace Homepage {
7965
9235
  const constructor: abstract new () => Homepage;
7966
9236
  }
7967
9237
  }
9238
+ export declare class IncominMail {
9239
+ constructor(attachments: Nullable<KtList<IncomingMailAttachment>> | undefined, bcc: KtList<string>, cc: KtList<string>, commonId: Nullable<string> | undefined, from: string, htmlContent: Nullable<string> | undefined, id: Nullable<bigint> | undefined, inReplyTo: Nullable<string> | undefined, messageId: Nullable<string> | undefined, plainContent: Nullable<string> | undefined, references: Nullable<KtList<string>> | undefined, replyTo: Nullable<string> | undefined, subject: Nullable<string> | undefined, to: KtList<string>, verdicts?: Nullable<SesVerdicts>);
9240
+ get attachments(): Nullable<KtList<IncomingMailAttachment>>;
9241
+ get bcc(): KtList<string>;
9242
+ get cc(): KtList<string>;
9243
+ get commonId(): Nullable<string>;
9244
+ get from(): string;
9245
+ get htmlContent(): Nullable<string>;
9246
+ get id(): Nullable<bigint>;
9247
+ get inReplyTo(): Nullable<string>;
9248
+ get messageId(): Nullable<string>;
9249
+ get plainContent(): Nullable<string>;
9250
+ get references(): Nullable<KtList<string>>;
9251
+ get replyTo(): Nullable<string>;
9252
+ get subject(): Nullable<string>;
9253
+ get to(): KtList<string>;
9254
+ get verdicts(): Nullable<SesVerdicts>;
9255
+ copy(attachments?: Nullable<KtList<IncomingMailAttachment>>, bcc?: KtList<string>, cc?: KtList<string>, commonId?: Nullable<string>, from?: string, htmlContent?: Nullable<string>, id?: Nullable<bigint>, inReplyTo?: Nullable<string>, messageId?: Nullable<string>, plainContent?: Nullable<string>, references?: Nullable<KtList<string>>, replyTo?: Nullable<string>, subject?: Nullable<string>, to?: KtList<string>, verdicts?: Nullable<SesVerdicts>): IncominMail;
9256
+ toString(): string;
9257
+ hashCode(): number;
9258
+ equals(other: Nullable<any>): boolean;
9259
+ }
9260
+ export declare namespace IncominMail {
9261
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
9262
+ namespace $metadata$ {
9263
+ const constructor: abstract new () => IncominMail;
9264
+ }
9265
+ }
7968
9266
  export declare abstract class IncomingEventBusMessage {
7969
9267
  private constructor();
7970
9268
  }
@@ -7974,6 +9272,23 @@ export declare namespace IncomingEventBusMessage {
7974
9272
  const constructor: abstract new () => IncomingEventBusMessage;
7975
9273
  }
7976
9274
  }
9275
+ export declare class IncomingMailAttachment {
9276
+ constructor(content: string, contentId: Nullable<string> | undefined, name: string, type: string);
9277
+ get content(): string;
9278
+ get contentId(): Nullable<string>;
9279
+ get name(): string;
9280
+ get type(): string;
9281
+ copy(content?: string, contentId?: Nullable<string>, name?: string, type?: string): IncomingMailAttachment;
9282
+ toString(): string;
9283
+ hashCode(): number;
9284
+ equals(other: Nullable<any>): boolean;
9285
+ }
9286
+ export declare namespace IncomingMailAttachment {
9287
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
9288
+ namespace $metadata$ {
9289
+ const constructor: abstract new () => IncomingMailAttachment;
9290
+ }
9291
+ }
7977
9292
  export declare abstract class InlineDistributionType {
7978
9293
  private constructor();
7979
9294
  static get FLAT(): InlineDistributionType & {
@@ -8068,6 +9383,21 @@ export declare namespace InquiryParticipant {
8068
9383
  const constructor: abstract new () => InquiryParticipant;
8069
9384
  }
8070
9385
  }
9386
+ export declare class Instant {
9387
+ constructor(epochSeconds: bigint, nanosecondsOfSecond: bigint);
9388
+ get epochSeconds(): bigint;
9389
+ get nanosecondsOfSecond(): bigint;
9390
+ copy(epochSeconds?: bigint, nanosecondsOfSecond?: bigint): Instant;
9391
+ toString(): string;
9392
+ hashCode(): number;
9393
+ equals(other: Nullable<any>): boolean;
9394
+ }
9395
+ export declare namespace Instant {
9396
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
9397
+ namespace $metadata$ {
9398
+ const constructor: abstract new () => Instant;
9399
+ }
9400
+ }
8071
9401
  export declare class Insurance {
8072
9402
  constructor(agreementDocumentId: Nullable<bigint> | undefined, companyId: bigint, endDate: Nullable<any>/* Nullable<Instant> */ | undefined, id: bigint, policyNumber: string, premium: bigint, startDate: any/* Instant */, supplierId: bigint, supplierName: string);
8073
9403
  get agreementDocumentId(): Nullable<bigint>;
@@ -10147,6 +11477,30 @@ export declare namespace IssueStatus {
10147
11477
  }
10148
11478
  }
10149
11479
  }
11480
+ export declare class Item {
11481
+ constructor(end: bigint, measuringDevice: Nullable<MeasuringDevice> | undefined, priceComponent: PriceComponent, quantity: number, quantityUnit: string, rate: number, rateUnit: string, start: bigint, status: string, total: number, totalVat: number);
11482
+ get end(): bigint;
11483
+ get measuringDevice(): Nullable<MeasuringDevice>;
11484
+ get priceComponent(): PriceComponent;
11485
+ get quantity(): number;
11486
+ get quantityUnit(): string;
11487
+ get rate(): number;
11488
+ get rateUnit(): string;
11489
+ get start(): bigint;
11490
+ get status(): string;
11491
+ get total(): number;
11492
+ get totalVat(): number;
11493
+ copy(end?: bigint, measuringDevice?: Nullable<MeasuringDevice>, priceComponent?: PriceComponent, quantity?: number, quantityUnit?: string, rate?: number, rateUnit?: string, start?: bigint, status?: string, total?: number, totalVat?: number): Item;
11494
+ toString(): string;
11495
+ hashCode(): number;
11496
+ equals(other: Nullable<any>): boolean;
11497
+ }
11498
+ export declare namespace Item {
11499
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11500
+ namespace $metadata$ {
11501
+ const constructor: abstract new () => Item;
11502
+ }
11503
+ }
10150
11504
  export declare abstract class JobState {
10151
11505
  private constructor();
10152
11506
  static get CREATED(): JobState & {
@@ -10792,6 +12146,22 @@ export declare namespace McpTokenResponse {
10792
12146
  const constructor: abstract new () => McpTokenResponse;
10793
12147
  }
10794
12148
  }
12149
+ export declare class MeasuringDevice {
12150
+ constructor(readingEnd?: Nullable<number>, readingStart?: Nullable<number>, serialNumber?: Nullable<string>);
12151
+ get readingEnd(): Nullable<number>;
12152
+ get readingStart(): Nullable<number>;
12153
+ get serialNumber(): Nullable<string>;
12154
+ copy(readingEnd?: Nullable<number>, readingStart?: Nullable<number>, serialNumber?: Nullable<string>): MeasuringDevice;
12155
+ toString(): string;
12156
+ hashCode(): number;
12157
+ equals(other: Nullable<any>): boolean;
12158
+ }
12159
+ export declare namespace MeasuringDevice {
12160
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
12161
+ namespace $metadata$ {
12162
+ const constructor: abstract new () => MeasuringDevice;
12163
+ }
12164
+ }
10795
12165
  export declare class Meeting {
10796
12166
  constructor(actualEndAt: Nullable<any>/* Nullable<Instant> */ | undefined, actualStartAt: Nullable<any>/* Nullable<Instant> */ | undefined, companyId: bigint, externalParticipants: Nullable<KtList<ExternalMeetingParticipant>> | undefined, id: bigint, issueCount: Nullable<bigint> | undefined, location: Nullable<string> | undefined, participants: Nullable<KtList<MeetingParticipant>> | undefined, plannedEndAt: any/* Instant */, plannedStartAt: any/* Instant */, report: Nullable<Document> | undefined, status: MeetingStatus, title: string);
10797
12167
  get actualEndAt(): Nullable<any>/* Nullable<Instant> */;
@@ -11069,7 +12439,7 @@ export declare namespace MessageGroup {
11069
12439
  }
11070
12440
  }
11071
12441
  export declare class MessageInConversation {
11072
- constructor(content: string, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deliverability: Nullable<KtList<MessageDeliverability>> | undefined, documents: Nullable<KtList<Document>> | undefined, editedAt: Nullable<any>/* Nullable<Instant> */ | undefined, emailContent: Nullable<MessageEmailContent> | undefined, emailRecipients: Nullable<MessageEmailRecipients> | undefined, id: bigint, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentByCurrentUser: Nullable<boolean> | undefined, sentById: bigint, type?: Nullable<MessageType>);
12442
+ constructor(content: string, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deliverability: Nullable<KtList<MessageDeliverability>> | undefined, documents: Nullable<KtList<Document>> | undefined, editedAt: Nullable<any>/* Nullable<Instant> */ | undefined, emailContent: Nullable<MessageEmailContent> | undefined, emailRecipients: Nullable<MessageEmailRecipients> | undefined, id: bigint, origin: Nullable<MessageOrigin> | undefined, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentByCurrentUser: Nullable<boolean> | undefined, sentById: bigint, type?: Nullable<MessageType>);
11073
12443
  get content(): string;
11074
12444
  get deletedAt(): Nullable<any>/* Nullable<Instant> */;
11075
12445
  get deliverability(): Nullable<KtList<MessageDeliverability>>;
@@ -11078,21 +12448,65 @@ export declare class MessageInConversation {
11078
12448
  get emailContent(): Nullable<MessageEmailContent>;
11079
12449
  get emailRecipients(): Nullable<MessageEmailRecipients>;
11080
12450
  get id(): bigint;
12451
+ get origin(): Nullable<MessageOrigin>;
11081
12452
  get renderedContent(): Nullable<string>;
11082
12453
  get sentAt(): any/* Instant */;
11083
12454
  get sentBy(): Nullable<Participant>;
11084
12455
  get sentByCurrentUser(): Nullable<boolean>;
11085
12456
  get sentById(): bigint;
11086
12457
  get type(): Nullable<MessageType>;
11087
- copy(content?: string, deletedAt?: Nullable<any>/* Nullable<Instant> */, deliverability?: Nullable<KtList<MessageDeliverability>>, documents?: Nullable<KtList<Document>>, editedAt?: Nullable<any>/* Nullable<Instant> */, emailContent?: Nullable<MessageEmailContent>, emailRecipients?: Nullable<MessageEmailRecipients>, id?: bigint, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, sentById?: bigint, type?: Nullable<MessageType>): MessageInConversation;
12458
+ copy(content?: string, deletedAt?: Nullable<any>/* Nullable<Instant> */, deliverability?: Nullable<KtList<MessageDeliverability>>, documents?: Nullable<KtList<Document>>, editedAt?: Nullable<any>/* Nullable<Instant> */, emailContent?: Nullable<MessageEmailContent>, emailRecipients?: Nullable<MessageEmailRecipients>, id?: bigint, origin?: Nullable<MessageOrigin>, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, sentById?: bigint, type?: Nullable<MessageType>): MessageInConversation;
12459
+ toString(): string;
12460
+ hashCode(): number;
12461
+ equals(other: Nullable<any>): boolean;
12462
+ }
12463
+ export declare namespace MessageInConversation {
12464
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
12465
+ namespace $metadata$ {
12466
+ const constructor: abstract new () => MessageInConversation;
12467
+ }
12468
+ }
12469
+ export declare abstract class MessageOrigin {
12470
+ private constructor();
12471
+ static get EMAIL(): MessageOrigin & {
12472
+ get name(): "EMAIL";
12473
+ get ordinal(): 0;
12474
+ };
12475
+ static get API(): MessageOrigin & {
12476
+ get name(): "API";
12477
+ get ordinal(): 1;
12478
+ };
12479
+ static get Email(): MessageOrigin & {
12480
+ get name(): "EMAIL";
12481
+ get ordinal(): 0;
12482
+ };
12483
+ static get Api(): MessageOrigin & {
12484
+ get name(): "API";
12485
+ get ordinal(): 1;
12486
+ };
12487
+ static values(): [typeof MessageOrigin.EMAIL, typeof MessageOrigin.API];
12488
+ static valueOf(value: string): MessageOrigin;
12489
+ get name(): "EMAIL" | "API";
12490
+ get ordinal(): 0 | 1;
12491
+ get value(): string;
11088
12492
  toString(): string;
11089
- hashCode(): number;
11090
- equals(other: Nullable<any>): boolean;
11091
12493
  }
11092
- export declare namespace MessageInConversation {
12494
+ export declare namespace MessageOrigin {
11093
12495
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11094
12496
  namespace $metadata$ {
11095
- const constructor: abstract new () => MessageInConversation;
12497
+ const constructor: abstract new () => MessageOrigin;
12498
+ }
12499
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
12500
+ private constructor();
12501
+ }
12502
+ namespace Companion {
12503
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
12504
+ namespace $metadata$ {
12505
+ abstract class constructor /* implements SerializerFactory */ {
12506
+ fromValue(value: string): Nullable<MessageOrigin>;
12507
+ private constructor();
12508
+ }
12509
+ }
11096
12510
  }
11097
12511
  }
11098
12512
  export declare abstract class MessageType {
@@ -11705,6 +13119,34 @@ export declare namespace Office365EditSessionActorKind {
11705
13119
  }
11706
13120
  }
11707
13121
  }
13122
+ export declare class Office365EmployeeIdentity {
13123
+ constructor(bindingMethod: string, cognitoUserId: string, createdAt: any/* Instant */, disabledAt: Nullable<any>/* Nullable<Instant> */ | undefined, entraObjectId: Nullable<string> | undefined, entraTenantId: string, explicitMappingRequired: boolean, lastErrorCode: Nullable<string> | undefined, membershipValidUntil: Nullable<any>/* Nullable<Instant> */ | undefined, personId: bigint, revokedAt: Nullable<any>/* Nullable<Instant> */ | undefined, state: string, updatedAt: any/* Instant */, verifiedAt: Nullable<any>/* Nullable<Instant> */ | undefined, version: bigint);
13124
+ get bindingMethod(): string;
13125
+ get cognitoUserId(): string;
13126
+ get createdAt(): any/* Instant */;
13127
+ get disabledAt(): Nullable<any>/* Nullable<Instant> */;
13128
+ get entraObjectId(): Nullable<string>;
13129
+ get entraTenantId(): string;
13130
+ get explicitMappingRequired(): boolean;
13131
+ get lastErrorCode(): Nullable<string>;
13132
+ get membershipValidUntil(): Nullable<any>/* Nullable<Instant> */;
13133
+ get personId(): bigint;
13134
+ get revokedAt(): Nullable<any>/* Nullable<Instant> */;
13135
+ get state(): string;
13136
+ get updatedAt(): any/* Instant */;
13137
+ get verifiedAt(): Nullable<any>/* Nullable<Instant> */;
13138
+ get version(): bigint;
13139
+ copy(bindingMethod?: string, cognitoUserId?: string, createdAt?: any/* Instant */, disabledAt?: Nullable<any>/* Nullable<Instant> */, entraObjectId?: Nullable<string>, entraTenantId?: string, explicitMappingRequired?: boolean, lastErrorCode?: Nullable<string>, membershipValidUntil?: Nullable<any>/* Nullable<Instant> */, personId?: bigint, revokedAt?: Nullable<any>/* Nullable<Instant> */, state?: string, updatedAt?: any/* Instant */, verifiedAt?: Nullable<any>/* Nullable<Instant> */, version?: bigint): Office365EmployeeIdentity;
13140
+ toString(): string;
13141
+ hashCode(): number;
13142
+ equals(other: Nullable<any>): boolean;
13143
+ }
13144
+ export declare namespace Office365EmployeeIdentity {
13145
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
13146
+ namespace $metadata$ {
13147
+ const constructor: abstract new () => Office365EmployeeIdentity;
13148
+ }
13149
+ }
11708
13150
  export declare class Office365InternalDocumentPublishRequest {
11709
13151
  constructor(requestId: bigint, state: string);
11710
13152
  get requestId(): bigint;
@@ -13290,6 +14732,22 @@ export declare namespace PagedListPublicConversationCategory {
13290
14732
  const constructor: abstract new () => PagedListPublicConversationCategory;
13291
14733
  }
13292
14734
  }
14735
+ export declare class PagedListPushNotificationDispatchEvidence {
14736
+ constructor(items: KtList<PushNotificationDispatchEvidence>, meta: Meta, paging: Paging);
14737
+ get items(): KtList<PushNotificationDispatchEvidence>;
14738
+ get meta(): Meta;
14739
+ get paging(): Paging;
14740
+ copy(items?: KtList<PushNotificationDispatchEvidence>, meta?: Meta, paging?: Paging): PagedListPushNotificationDispatchEvidence;
14741
+ toString(): string;
14742
+ hashCode(): number;
14743
+ equals(other: Nullable<any>): boolean;
14744
+ }
14745
+ export declare namespace PagedListPushNotificationDispatchEvidence {
14746
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
14747
+ namespace $metadata$ {
14748
+ const constructor: abstract new () => PagedListPushNotificationDispatchEvidence;
14749
+ }
14750
+ }
13293
14751
  export declare class PagedListPushNotificationInboxItem {
13294
14752
  constructor(items: KtList<PushNotificationInboxItem>, meta: Meta, paging: Paging);
13295
14753
  get items(): KtList<PushNotificationInboxItem>;
@@ -14067,6 +15525,23 @@ export declare namespace ParkingSpaceVacant {
14067
15525
  const constructor: abstract new () => ParkingSpaceVacant;
14068
15526
  }
14069
15527
  }
15528
+ export declare class Part {
15529
+ constructor(code: Nullable<string> | undefined, items: KtList<Item>, name: string, vat: bigint);
15530
+ get code(): Nullable<string>;
15531
+ get items(): KtList<Item>;
15532
+ get name(): string;
15533
+ get vat(): bigint;
15534
+ copy(code?: Nullable<string>, items?: KtList<Item>, name?: string, vat?: bigint): Part;
15535
+ toString(): string;
15536
+ hashCode(): number;
15537
+ equals(other: Nullable<any>): boolean;
15538
+ }
15539
+ export declare namespace Part {
15540
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
15541
+ namespace $metadata$ {
15542
+ const constructor: abstract new () => Part;
15543
+ }
15544
+ }
14070
15545
  export declare abstract class Participant {
14071
15546
  private constructor();
14072
15547
  abstract get active(): boolean;
@@ -14646,6 +16121,24 @@ export declare namespace PersonInformation {
14646
16121
  const constructor: abstract new () => PersonInformation;
14647
16122
  }
14648
16123
  }
16124
+ export declare class PersonInlinePolicy {
16125
+ constructor(companyId: Nullable<bigint> | undefined, createdAt: any/* Instant */, id: bigint, personId: bigint, statements: KtList<Policy>);
16126
+ get companyId(): Nullable<bigint>;
16127
+ get createdAt(): any/* Instant */;
16128
+ get id(): bigint;
16129
+ get personId(): bigint;
16130
+ get statements(): KtList<Policy>;
16131
+ copy(companyId?: Nullable<bigint>, createdAt?: any/* Instant */, id?: bigint, personId?: bigint, statements?: KtList<Policy>): PersonInlinePolicy;
16132
+ toString(): string;
16133
+ hashCode(): number;
16134
+ equals(other: Nullable<any>): boolean;
16135
+ }
16136
+ export declare namespace PersonInlinePolicy {
16137
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16138
+ namespace $metadata$ {
16139
+ const constructor: abstract new () => PersonInlinePolicy;
16140
+ }
16141
+ }
14649
16142
  export declare class PersonName {
14650
16143
  constructor(family: string, given: string, middle?: Nullable<string>);
14651
16144
  get family(): string;
@@ -14681,6 +16174,25 @@ export declare namespace PersonParticipant {
14681
16174
  const constructor: abstract new () => PersonParticipant;
14682
16175
  }
14683
16176
  }
16177
+ export declare class PersonPolicy {
16178
+ constructor(companyId: Nullable<bigint> | undefined, createdAt: any/* Instant */, id: bigint, personId: bigint, policyId: bigint, policyName: string);
16179
+ get companyId(): Nullable<bigint>;
16180
+ get createdAt(): any/* Instant */;
16181
+ get id(): bigint;
16182
+ get personId(): bigint;
16183
+ get policyId(): bigint;
16184
+ get policyName(): string;
16185
+ copy(companyId?: Nullable<bigint>, createdAt?: any/* Instant */, id?: bigint, personId?: bigint, policyId?: bigint, policyName?: string): PersonPolicy;
16186
+ toString(): string;
16187
+ hashCode(): number;
16188
+ equals(other: Nullable<any>): boolean;
16189
+ }
16190
+ export declare namespace PersonPolicy {
16191
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16192
+ namespace $metadata$ {
16193
+ const constructor: abstract new () => PersonPolicy;
16194
+ }
16195
+ }
14684
16196
  export declare class PersonPostalArea {
14685
16197
  constructor(name: string, number: string);
14686
16198
  get name(): string;
@@ -15010,6 +16522,85 @@ export declare namespace Ping {
15010
16522
  const constructor: abstract new () => Ping;
15011
16523
  }
15012
16524
  }
16525
+ export declare class Policy {
16526
+ constructor(actions: KtList<string>, effect: Nullable<PolicyEffect> | undefined, resources: KtList<string>);
16527
+ get actions(): KtList<string>;
16528
+ get effect(): Nullable<PolicyEffect>;
16529
+ get resources(): KtList<string>;
16530
+ copy(actions?: KtList<string>, effect?: Nullable<PolicyEffect>, resources?: KtList<string>): Policy;
16531
+ toString(): string;
16532
+ hashCode(): number;
16533
+ equals(other: Nullable<any>): boolean;
16534
+ }
16535
+ export declare namespace Policy {
16536
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16537
+ namespace $metadata$ {
16538
+ const constructor: abstract new () => Policy;
16539
+ }
16540
+ }
16541
+ export declare class PolicyDocument {
16542
+ constructor(createdAt: any/* Instant */, description: Nullable<string> | undefined, id: bigint, isSystem: boolean, name: string, statements: KtList<Policy>, updatedAt: any/* Instant */);
16543
+ get createdAt(): any/* Instant */;
16544
+ get description(): Nullable<string>;
16545
+ get id(): bigint;
16546
+ get isSystem(): boolean;
16547
+ get name(): string;
16548
+ get statements(): KtList<Policy>;
16549
+ get updatedAt(): any/* Instant */;
16550
+ copy(createdAt?: any/* Instant */, description?: Nullable<string>, id?: bigint, isSystem?: boolean, name?: string, statements?: KtList<Policy>, updatedAt?: any/* Instant */): PolicyDocument;
16551
+ toString(): string;
16552
+ hashCode(): number;
16553
+ equals(other: Nullable<any>): boolean;
16554
+ }
16555
+ export declare namespace PolicyDocument {
16556
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16557
+ namespace $metadata$ {
16558
+ const constructor: abstract new () => PolicyDocument;
16559
+ }
16560
+ }
16561
+ export declare abstract class PolicyEffect {
16562
+ private constructor();
16563
+ static get ALLOW(): PolicyEffect & {
16564
+ get name(): "ALLOW";
16565
+ get ordinal(): 0;
16566
+ };
16567
+ static get DENY(): PolicyEffect & {
16568
+ get name(): "DENY";
16569
+ get ordinal(): 1;
16570
+ };
16571
+ static get Allow(): PolicyEffect & {
16572
+ get name(): "ALLOW";
16573
+ get ordinal(): 0;
16574
+ };
16575
+ static get Deny(): PolicyEffect & {
16576
+ get name(): "DENY";
16577
+ get ordinal(): 1;
16578
+ };
16579
+ static values(): [typeof PolicyEffect.ALLOW, typeof PolicyEffect.DENY];
16580
+ static valueOf(value: string): PolicyEffect;
16581
+ get name(): "ALLOW" | "DENY";
16582
+ get ordinal(): 0 | 1;
16583
+ get value(): string;
16584
+ toString(): string;
16585
+ }
16586
+ export declare namespace PolicyEffect {
16587
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16588
+ namespace $metadata$ {
16589
+ const constructor: abstract new () => PolicyEffect;
16590
+ }
16591
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
16592
+ private constructor();
16593
+ }
16594
+ namespace Companion {
16595
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16596
+ namespace $metadata$ {
16597
+ abstract class constructor /* implements SerializerFactory */ {
16598
+ fromValue(value: string): Nullable<PolicyEffect>;
16599
+ private constructor();
16600
+ }
16601
+ }
16602
+ }
16603
+ }
15013
16604
  export declare class Pong extends WebSocketPayload.$metadata$.constructor {
15014
16605
  constructor();
15015
16606
  }
@@ -15184,6 +16775,21 @@ export declare namespace PreferredAdvertisement {
15184
16775
  }
15185
16776
  }
15186
16777
  }
16778
+ export declare class PriceComponent {
16779
+ constructor(name: string, type: string);
16780
+ get name(): string;
16781
+ get type(): string;
16782
+ copy(name?: string, type?: string): PriceComponent;
16783
+ toString(): string;
16784
+ hashCode(): number;
16785
+ equals(other: Nullable<any>): boolean;
16786
+ }
16787
+ export declare namespace PriceComponent {
16788
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16789
+ namespace $metadata$ {
16790
+ const constructor: abstract new () => PriceComponent;
16791
+ }
16792
+ }
15187
16793
  export declare class PublicConversation {
15188
16794
  constructor(companyName: Nullable<string> | undefined, documents: Nullable<KtList<Document>> | undefined, events: Nullable<KtList<PublicConversationEvent>> | undefined, id: bigint, messages?: Nullable<KtList<PublicMessage>>, participants?: Nullable<KtList<Participant>>, representAsBoard?: Nullable<boolean>, title?: Nullable<string>, type?: Nullable<MessageType>, userPersonId?: Nullable<bigint>);
15189
16795
  get companyName(): Nullable<string>;
@@ -15244,50 +16850,307 @@ export declare namespace PublicConversationEvent {
15244
16850
  }
15245
16851
  }
15246
16852
  export declare class PublicMessage {
15247
- constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>);
16853
+ constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, origin: Nullable<MessageOrigin> | undefined, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>);
15248
16854
  get content(): string;
15249
16855
  get documents(): Nullable<KtList<Document>>;
15250
16856
  get emailContent(): Nullable<MessageEmailContent>;
16857
+ get origin(): Nullable<MessageOrigin>;
15251
16858
  get renderedContent(): Nullable<string>;
15252
16859
  get sentAt(): any/* Instant */;
15253
16860
  get sentBy(): Nullable<Participant>;
15254
16861
  get sentByCurrentUser(): Nullable<boolean>;
15255
16862
  get type(): Nullable<MessageType>;
15256
- copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>): PublicMessage;
16863
+ copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, origin?: Nullable<MessageOrigin>, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>): PublicMessage;
16864
+ toString(): string;
16865
+ hashCode(): number;
16866
+ equals(other: Nullable<any>): boolean;
16867
+ }
16868
+ export declare namespace PublicMessage {
16869
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16870
+ namespace $metadata$ {
16871
+ const constructor: abstract new () => PublicMessage;
16872
+ }
16873
+ }
16874
+ export declare class PushNotificationDispatchEvidence {
16875
+ constructor(clientOpenedAt: Nullable<any>/* Nullable<Instant> */ | undefined, clientReceivedAt: Nullable<any>/* Nullable<Instant> */ | undefined, companyId: bigint, correlation: Nullable<string> | undefined, createdAt: any/* Instant */, failureCode: Nullable<string> | undefined, failureDescription: Nullable<string> | undefined, id: string, jobExecutionId: Nullable<bigint> | undefined, jobId: Nullable<bigint> | undefined, notificationTrackingId: string, personId: Nullable<bigint> | undefined, providerMessageId: Nullable<string> | undefined, providerRespondedAt: Nullable<any>/* Nullable<Instant> */ | undefined, providerStatus: PushNotificationProviderStatus, recipientKind: PushNotificationRecipientKind, resolutionSource: Nullable<PushNotificationResolutionSource> | undefined, resolutionStatus: PushNotificationResolutionStatus, resolvedAt: Nullable<any>/* Nullable<Instant> */ | undefined, resolvedDeviceCount: Nullable<bigint> | undefined, resolvedDeviceTypes: Nullable<KtList<string>> | undefined, updatedAt: any/* Instant */, validationOnly: boolean);
16876
+ get clientOpenedAt(): Nullable<any>/* Nullable<Instant> */;
16877
+ get clientReceivedAt(): Nullable<any>/* Nullable<Instant> */;
16878
+ get companyId(): bigint;
16879
+ get correlation(): Nullable<string>;
16880
+ get createdAt(): any/* Instant */;
16881
+ get failureCode(): Nullable<string>;
16882
+ get failureDescription(): Nullable<string>;
16883
+ get id(): string;
16884
+ get jobExecutionId(): Nullable<bigint>;
16885
+ get jobId(): Nullable<bigint>;
16886
+ get notificationTrackingId(): string;
16887
+ get personId(): Nullable<bigint>;
16888
+ get providerMessageId(): Nullable<string>;
16889
+ get providerRespondedAt(): Nullable<any>/* Nullable<Instant> */;
16890
+ get providerStatus(): PushNotificationProviderStatus;
16891
+ get recipientKind(): PushNotificationRecipientKind;
16892
+ get resolutionSource(): Nullable<PushNotificationResolutionSource>;
16893
+ get resolutionStatus(): PushNotificationResolutionStatus;
16894
+ get resolvedAt(): Nullable<any>/* Nullable<Instant> */;
16895
+ get resolvedDeviceCount(): Nullable<bigint>;
16896
+ get resolvedDeviceTypes(): Nullable<KtList<string>>;
16897
+ get updatedAt(): any/* Instant */;
16898
+ get validationOnly(): boolean;
16899
+ copy(clientOpenedAt?: Nullable<any>/* Nullable<Instant> */, clientReceivedAt?: Nullable<any>/* Nullable<Instant> */, companyId?: bigint, correlation?: Nullable<string>, createdAt?: any/* Instant */, failureCode?: Nullable<string>, failureDescription?: Nullable<string>, id?: string, jobExecutionId?: Nullable<bigint>, jobId?: Nullable<bigint>, notificationTrackingId?: string, personId?: Nullable<bigint>, providerMessageId?: Nullable<string>, providerRespondedAt?: Nullable<any>/* Nullable<Instant> */, providerStatus?: PushNotificationProviderStatus, recipientKind?: PushNotificationRecipientKind, resolutionSource?: Nullable<PushNotificationResolutionSource>, resolutionStatus?: PushNotificationResolutionStatus, resolvedAt?: Nullable<any>/* Nullable<Instant> */, resolvedDeviceCount?: Nullable<bigint>, resolvedDeviceTypes?: Nullable<KtList<string>>, updatedAt?: any/* Instant */, validationOnly?: boolean): PushNotificationDispatchEvidence;
16900
+ toString(): string;
16901
+ hashCode(): number;
16902
+ equals(other: Nullable<any>): boolean;
16903
+ }
16904
+ export declare namespace PushNotificationDispatchEvidence {
16905
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16906
+ namespace $metadata$ {
16907
+ const constructor: abstract new () => PushNotificationDispatchEvidence;
16908
+ }
16909
+ }
16910
+ export declare class PushNotificationInboxItem {
16911
+ constructor(body: Nullable<string> | undefined, companyId: bigint, data: Nullable<KtMap<string, Nullable<string>>> | undefined, notificationType: Nullable<string> | undefined, openedAt: Nullable<any>/* Nullable<Instant> */ | undefined, read: Nullable<boolean> | undefined, readAt: Nullable<any>/* Nullable<Instant> */ | undefined, receivedAt: Nullable<any>/* Nullable<Instant> */ | undefined, sentAt: any/* Instant */, state: Nullable<CommunicationState> | undefined, title: Nullable<string> | undefined, trackingId: string, updatedAt: any/* Instant */);
16912
+ get body(): Nullable<string>;
16913
+ get companyId(): bigint;
16914
+ get data(): Nullable<KtMap<string, Nullable<string>>>;
16915
+ get notificationType(): Nullable<string>;
16916
+ get openedAt(): Nullable<any>/* Nullable<Instant> */;
16917
+ get read(): Nullable<boolean>;
16918
+ get readAt(): Nullable<any>/* Nullable<Instant> */;
16919
+ get receivedAt(): Nullable<any>/* Nullable<Instant> */;
16920
+ get sentAt(): any/* Instant */;
16921
+ get state(): Nullable<CommunicationState>;
16922
+ get title(): Nullable<string>;
16923
+ get trackingId(): string;
16924
+ get updatedAt(): any/* Instant */;
16925
+ copy(body?: Nullable<string>, companyId?: bigint, data?: Nullable<KtMap<string, Nullable<string>>>, notificationType?: Nullable<string>, openedAt?: Nullable<any>/* Nullable<Instant> */, read?: Nullable<boolean>, readAt?: Nullable<any>/* Nullable<Instant> */, receivedAt?: Nullable<any>/* Nullable<Instant> */, sentAt?: any/* Instant */, state?: Nullable<CommunicationState>, title?: Nullable<string>, trackingId?: string, updatedAt?: any/* Instant */): PushNotificationInboxItem;
16926
+ toString(): string;
16927
+ hashCode(): number;
16928
+ equals(other: Nullable<any>): boolean;
16929
+ }
16930
+ export declare namespace PushNotificationInboxItem {
16931
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16932
+ namespace $metadata$ {
16933
+ const constructor: abstract new () => PushNotificationInboxItem;
16934
+ }
16935
+ }
16936
+ export declare abstract class PushNotificationProviderStatus {
16937
+ private constructor();
16938
+ static get NOT_ATTEMPTED(): PushNotificationProviderStatus & {
16939
+ get name(): "NOT_ATTEMPTED";
16940
+ get ordinal(): 0;
16941
+ };
16942
+ static get VALIDATED(): PushNotificationProviderStatus & {
16943
+ get name(): "VALIDATED";
16944
+ get ordinal(): 1;
16945
+ };
16946
+ static get ACCEPTED(): PushNotificationProviderStatus & {
16947
+ get name(): "ACCEPTED";
16948
+ get ordinal(): 2;
16949
+ };
16950
+ static get REJECTED(): PushNotificationProviderStatus & {
16951
+ get name(): "REJECTED";
16952
+ get ordinal(): 3;
16953
+ };
16954
+ static get UNKNOWN(): PushNotificationProviderStatus & {
16955
+ get name(): "UNKNOWN";
16956
+ get ordinal(): 4;
16957
+ };
16958
+ static get NotAttempted(): PushNotificationProviderStatus & {
16959
+ get name(): "NOT_ATTEMPTED";
16960
+ get ordinal(): 0;
16961
+ };
16962
+ static get Validated(): PushNotificationProviderStatus & {
16963
+ get name(): "VALIDATED";
16964
+ get ordinal(): 1;
16965
+ };
16966
+ static get Accepted(): PushNotificationProviderStatus & {
16967
+ get name(): "ACCEPTED";
16968
+ get ordinal(): 2;
16969
+ };
16970
+ static get Rejected(): PushNotificationProviderStatus & {
16971
+ get name(): "REJECTED";
16972
+ get ordinal(): 3;
16973
+ };
16974
+ static get Unknown(): PushNotificationProviderStatus & {
16975
+ get name(): "UNKNOWN";
16976
+ get ordinal(): 4;
16977
+ };
16978
+ static values(): [typeof PushNotificationProviderStatus.NOT_ATTEMPTED, typeof PushNotificationProviderStatus.VALIDATED, typeof PushNotificationProviderStatus.ACCEPTED, typeof PushNotificationProviderStatus.REJECTED, typeof PushNotificationProviderStatus.UNKNOWN];
16979
+ static valueOf(value: string): PushNotificationProviderStatus;
16980
+ get name(): "NOT_ATTEMPTED" | "VALIDATED" | "ACCEPTED" | "REJECTED" | "UNKNOWN";
16981
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
16982
+ get value(): string;
16983
+ toString(): string;
16984
+ }
16985
+ export declare namespace PushNotificationProviderStatus {
16986
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16987
+ namespace $metadata$ {
16988
+ const constructor: abstract new () => PushNotificationProviderStatus;
16989
+ }
16990
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
16991
+ private constructor();
16992
+ }
16993
+ namespace Companion {
16994
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
16995
+ namespace $metadata$ {
16996
+ abstract class constructor /* implements SerializerFactory */ {
16997
+ fromValue(value: string): Nullable<PushNotificationProviderStatus>;
16998
+ private constructor();
16999
+ }
17000
+ }
17001
+ }
17002
+ }
17003
+ export declare abstract class PushNotificationRecipientKind {
17004
+ private constructor();
17005
+ static get PERSON(): PushNotificationRecipientKind & {
17006
+ get name(): "PERSON";
17007
+ get ordinal(): 0;
17008
+ };
17009
+ static get DIRECT_TARGET(): PushNotificationRecipientKind & {
17010
+ get name(): "DIRECT_TARGET";
17011
+ get ordinal(): 1;
17012
+ };
17013
+ static get Person(): PushNotificationRecipientKind & {
17014
+ get name(): "PERSON";
17015
+ get ordinal(): 0;
17016
+ };
17017
+ static get DirectTarget(): PushNotificationRecipientKind & {
17018
+ get name(): "DIRECT_TARGET";
17019
+ get ordinal(): 1;
17020
+ };
17021
+ static values(): [typeof PushNotificationRecipientKind.PERSON, typeof PushNotificationRecipientKind.DIRECT_TARGET];
17022
+ static valueOf(value: string): PushNotificationRecipientKind;
17023
+ get name(): "PERSON" | "DIRECT_TARGET";
17024
+ get ordinal(): 0 | 1;
17025
+ get value(): string;
17026
+ toString(): string;
17027
+ }
17028
+ export declare namespace PushNotificationRecipientKind {
17029
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17030
+ namespace $metadata$ {
17031
+ const constructor: abstract new () => PushNotificationRecipientKind;
17032
+ }
17033
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
17034
+ private constructor();
17035
+ }
17036
+ namespace Companion {
17037
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17038
+ namespace $metadata$ {
17039
+ abstract class constructor /* implements SerializerFactory */ {
17040
+ fromValue(value: string): Nullable<PushNotificationRecipientKind>;
17041
+ private constructor();
17042
+ }
17043
+ }
17044
+ }
17045
+ }
17046
+ export declare abstract class PushNotificationResolutionSource {
17047
+ private constructor();
17048
+ static get EXPLICIT_TARGET(): PushNotificationResolutionSource & {
17049
+ get name(): "EXPLICIT_TARGET";
17050
+ get ordinal(): 0;
17051
+ };
17052
+ static get FCM_NOTIFICATION_GROUP(): PushNotificationResolutionSource & {
17053
+ get name(): "FCM_NOTIFICATION_GROUP";
17054
+ get ordinal(): 1;
17055
+ };
17056
+ static get STORED_DEVICE_TOKENS(): PushNotificationResolutionSource & {
17057
+ get name(): "STORED_DEVICE_TOKENS";
17058
+ get ordinal(): 2;
17059
+ };
17060
+ static get ExplicitTarget(): PushNotificationResolutionSource & {
17061
+ get name(): "EXPLICIT_TARGET";
17062
+ get ordinal(): 0;
17063
+ };
17064
+ static get FcmNotificationGroup(): PushNotificationResolutionSource & {
17065
+ get name(): "FCM_NOTIFICATION_GROUP";
17066
+ get ordinal(): 1;
17067
+ };
17068
+ static get StoredDeviceTokens(): PushNotificationResolutionSource & {
17069
+ get name(): "STORED_DEVICE_TOKENS";
17070
+ get ordinal(): 2;
17071
+ };
17072
+ static values(): [typeof PushNotificationResolutionSource.EXPLICIT_TARGET, typeof PushNotificationResolutionSource.FCM_NOTIFICATION_GROUP, typeof PushNotificationResolutionSource.STORED_DEVICE_TOKENS];
17073
+ static valueOf(value: string): PushNotificationResolutionSource;
17074
+ get name(): "EXPLICIT_TARGET" | "FCM_NOTIFICATION_GROUP" | "STORED_DEVICE_TOKENS";
17075
+ get ordinal(): 0 | 1 | 2;
17076
+ get value(): string;
15257
17077
  toString(): string;
15258
- hashCode(): number;
15259
- equals(other: Nullable<any>): boolean;
15260
17078
  }
15261
- export declare namespace PublicMessage {
17079
+ export declare namespace PushNotificationResolutionSource {
15262
17080
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
15263
17081
  namespace $metadata$ {
15264
- const constructor: abstract new () => PublicMessage;
17082
+ const constructor: abstract new () => PushNotificationResolutionSource;
17083
+ }
17084
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
17085
+ private constructor();
17086
+ }
17087
+ namespace Companion {
17088
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17089
+ namespace $metadata$ {
17090
+ abstract class constructor /* implements SerializerFactory */ {
17091
+ fromValue(value: string): Nullable<PushNotificationResolutionSource>;
17092
+ private constructor();
17093
+ }
17094
+ }
15265
17095
  }
15266
17096
  }
15267
- export declare class PushNotificationInboxItem {
15268
- constructor(body: Nullable<string> | undefined, companyId: bigint, data: Nullable<KtMap<string, Nullable<string>>> | undefined, notificationType: Nullable<string> | undefined, openedAt: Nullable<any>/* Nullable<Instant> */ | undefined, read: Nullable<boolean> | undefined, readAt: Nullable<any>/* Nullable<Instant> */ | undefined, receivedAt: Nullable<any>/* Nullable<Instant> */ | undefined, sentAt: any/* Instant */, state: Nullable<CommunicationState> | undefined, title: Nullable<string> | undefined, trackingId: string, updatedAt: any/* Instant */);
15269
- get body(): Nullable<string>;
15270
- get companyId(): bigint;
15271
- get data(): Nullable<KtMap<string, Nullable<string>>>;
15272
- get notificationType(): Nullable<string>;
15273
- get openedAt(): Nullable<any>/* Nullable<Instant> */;
15274
- get read(): Nullable<boolean>;
15275
- get readAt(): Nullable<any>/* Nullable<Instant> */;
15276
- get receivedAt(): Nullable<any>/* Nullable<Instant> */;
15277
- get sentAt(): any/* Instant */;
15278
- get state(): Nullable<CommunicationState>;
15279
- get title(): Nullable<string>;
15280
- get trackingId(): string;
15281
- get updatedAt(): any/* Instant */;
15282
- copy(body?: Nullable<string>, companyId?: bigint, data?: Nullable<KtMap<string, Nullable<string>>>, notificationType?: Nullable<string>, openedAt?: Nullable<any>/* Nullable<Instant> */, read?: Nullable<boolean>, readAt?: Nullable<any>/* Nullable<Instant> */, receivedAt?: Nullable<any>/* Nullable<Instant> */, sentAt?: any/* Instant */, state?: Nullable<CommunicationState>, title?: Nullable<string>, trackingId?: string, updatedAt?: any/* Instant */): PushNotificationInboxItem;
17097
+ export declare abstract class PushNotificationResolutionStatus {
17098
+ private constructor();
17099
+ static get PENDING(): PushNotificationResolutionStatus & {
17100
+ get name(): "PENDING";
17101
+ get ordinal(): 0;
17102
+ };
17103
+ static get NO_DEVICE(): PushNotificationResolutionStatus & {
17104
+ get name(): "NO_DEVICE";
17105
+ get ordinal(): 1;
17106
+ };
17107
+ static get RESOLVED(): PushNotificationResolutionStatus & {
17108
+ get name(): "RESOLVED";
17109
+ get ordinal(): 2;
17110
+ };
17111
+ static get RESOLUTION_FAILED(): PushNotificationResolutionStatus & {
17112
+ get name(): "RESOLUTION_FAILED";
17113
+ get ordinal(): 3;
17114
+ };
17115
+ static get Pending(): PushNotificationResolutionStatus & {
17116
+ get name(): "PENDING";
17117
+ get ordinal(): 0;
17118
+ };
17119
+ static get NoDevice(): PushNotificationResolutionStatus & {
17120
+ get name(): "NO_DEVICE";
17121
+ get ordinal(): 1;
17122
+ };
17123
+ static get Resolved(): PushNotificationResolutionStatus & {
17124
+ get name(): "RESOLVED";
17125
+ get ordinal(): 2;
17126
+ };
17127
+ static get ResolutionFailed(): PushNotificationResolutionStatus & {
17128
+ get name(): "RESOLUTION_FAILED";
17129
+ get ordinal(): 3;
17130
+ };
17131
+ static values(): [typeof PushNotificationResolutionStatus.PENDING, typeof PushNotificationResolutionStatus.NO_DEVICE, typeof PushNotificationResolutionStatus.RESOLVED, typeof PushNotificationResolutionStatus.RESOLUTION_FAILED];
17132
+ static valueOf(value: string): PushNotificationResolutionStatus;
17133
+ get name(): "PENDING" | "NO_DEVICE" | "RESOLVED" | "RESOLUTION_FAILED";
17134
+ get ordinal(): 0 | 1 | 2 | 3;
17135
+ get value(): string;
15283
17136
  toString(): string;
15284
- hashCode(): number;
15285
- equals(other: Nullable<any>): boolean;
15286
17137
  }
15287
- export declare namespace PushNotificationInboxItem {
17138
+ export declare namespace PushNotificationResolutionStatus {
15288
17139
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
15289
17140
  namespace $metadata$ {
15290
- const constructor: abstract new () => PushNotificationInboxItem;
17141
+ const constructor: abstract new () => PushNotificationResolutionStatus;
17142
+ }
17143
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
17144
+ private constructor();
17145
+ }
17146
+ namespace Companion {
17147
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17148
+ namespace $metadata$ {
17149
+ abstract class constructor /* implements SerializerFactory */ {
17150
+ fromValue(value: string): Nullable<PushNotificationResolutionStatus>;
17151
+ private constructor();
17152
+ }
17153
+ }
15291
17154
  }
15292
17155
  }
15293
17156
  export declare class PutCommunicationReactionCommand {
@@ -15491,6 +17354,25 @@ export declare namespace ReorderIssueInMeetingCommand {
15491
17354
  const constructor: abstract new () => ReorderIssueInMeetingCommand;
15492
17355
  }
15493
17356
  }
17357
+ export declare class RepairOwnerRolesResult {
17358
+ constructor(ambiguousOrgsSkipped: bigint, ambiguousPersonsSkipped: bigint, duplicateRolesDeleted: bigint, kartverketScanSkipped: Nullable<boolean> | undefined, orphanOrgOwnerRolesLinked: bigint, orphanPersonOwnerRolesLinked: bigint);
17359
+ get ambiguousOrgsSkipped(): bigint;
17360
+ get ambiguousPersonsSkipped(): bigint;
17361
+ get duplicateRolesDeleted(): bigint;
17362
+ get kartverketScanSkipped(): Nullable<boolean>;
17363
+ get orphanOrgOwnerRolesLinked(): bigint;
17364
+ get orphanPersonOwnerRolesLinked(): bigint;
17365
+ copy(ambiguousOrgsSkipped?: bigint, ambiguousPersonsSkipped?: bigint, duplicateRolesDeleted?: bigint, kartverketScanSkipped?: Nullable<boolean>, orphanOrgOwnerRolesLinked?: bigint, orphanPersonOwnerRolesLinked?: bigint): RepairOwnerRolesResult;
17366
+ toString(): string;
17367
+ hashCode(): number;
17368
+ equals(other: Nullable<any>): boolean;
17369
+ }
17370
+ export declare namespace RepairOwnerRolesResult {
17371
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17372
+ namespace $metadata$ {
17373
+ const constructor: abstract new () => RepairOwnerRolesResult;
17374
+ }
17375
+ }
15494
17376
  export declare abstract class Resident {
15495
17377
  private constructor();
15496
17378
  abstract get accountNumber(): Nullable<string>;
@@ -15737,6 +17619,23 @@ export declare namespace Role {
15737
17619
  const constructor: abstract new () => Role;
15738
17620
  }
15739
17621
  }
17622
+ export declare class RoleInlinePolicy {
17623
+ constructor(createdAt: any/* Instant */, id: bigint, roleId: bigint, statements: KtList<Policy>);
17624
+ get createdAt(): any/* Instant */;
17625
+ get id(): bigint;
17626
+ get roleId(): bigint;
17627
+ get statements(): KtList<Policy>;
17628
+ copy(createdAt?: any/* Instant */, id?: bigint, roleId?: bigint, statements?: KtList<Policy>): RoleInlinePolicy;
17629
+ toString(): string;
17630
+ hashCode(): number;
17631
+ equals(other: Nullable<any>): boolean;
17632
+ }
17633
+ export declare namespace RoleInlinePolicy {
17634
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17635
+ namespace $metadata$ {
17636
+ const constructor: abstract new () => RoleInlinePolicy;
17637
+ }
17638
+ }
15740
17639
  export declare class RoleInput {
15741
17640
  constructor(companyId: Nullable<bigint> | undefined, id: Nullable<bigint> | undefined, organizationId: Nullable<bigint> | undefined, personId: Nullable<bigint> | undefined, sectionId: Nullable<bigint> | undefined, supplierId: Nullable<bigint> | undefined, type: RoleType, validFrom?: Nullable<any>/* Nullable<Instant> */, validTo?: Nullable<any>/* Nullable<Instant> */);
15742
17641
  get companyId(): Nullable<bigint>;
@@ -16010,6 +17909,25 @@ export declare namespace RoleType {
16010
17909
  }
16011
17910
  }
16012
17911
  }
17912
+ export declare class RoleTypePolicy {
17913
+ constructor(createdAt: any/* Instant */, id: bigint, policyId: bigint, policyName: string, priority: bigint, roleType: string);
17914
+ get createdAt(): any/* Instant */;
17915
+ get id(): bigint;
17916
+ get policyId(): bigint;
17917
+ get policyName(): string;
17918
+ get priority(): bigint;
17919
+ get roleType(): string;
17920
+ copy(createdAt?: any/* Instant */, id?: bigint, policyId?: bigint, policyName?: string, priority?: bigint, roleType?: string): RoleTypePolicy;
17921
+ toString(): string;
17922
+ hashCode(): number;
17923
+ equals(other: Nullable<any>): boolean;
17924
+ }
17925
+ export declare namespace RoleTypePolicy {
17926
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17927
+ namespace $metadata$ {
17928
+ const constructor: abstract new () => RoleTypePolicy;
17929
+ }
17930
+ }
16013
17931
  export declare class Routine {
16014
17932
  constructor(completedAt: Nullable<any>/* Nullable<Instant> */ | undefined, completedBy: Nullable<bigint> | undefined, completedName: Nullable<string> | undefined, createdAt: any/* Instant */, createdBy: Nullable<bigint> | undefined, createdByClientUserId: Nullable<bigint> | undefined, createdByClientUserName: Nullable<string> | undefined, createdByName: Nullable<string> | undefined, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deletedBy: Nullable<bigint> | undefined, deletedName: Nullable<string> | undefined, description: Nullable<string> | undefined, documents: Nullable<KtList<Document>> | undefined, draft: Nullable<RoutineDraft> | undefined, dueDate: Nullable<any>/* Nullable<Instant> */ | undefined, dueDateOffset: Nullable<bigint> | undefined, id: bigint, log: Nullable<KtList<TaskEvent>> | undefined, recommendedIntervalMethod: RoutineMethod, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: bigint, responsibleId: Nullable<bigint> | undefined, responsibleName: Nullable<string> | undefined, supplier: Nullable<Supplier> | undefined, svgName: string, taskId: Nullable<bigint> | undefined, title: Nullable<string> | undefined, type: RoutineType);
16015
17933
  get completedAt(): Nullable<any>/* Nullable<Instant> */;
@@ -17475,6 +19393,25 @@ export declare namespace SentLetter {
17475
19393
  const constructor: abstract new () => SentLetter;
17476
19394
  }
17477
19395
  }
19396
+ export declare class SesVerdicts {
19397
+ constructor(dkim?: Nullable<string>, dmarc?: Nullable<string>, messageId?: Nullable<string>, spam?: Nullable<string>, spf?: Nullable<string>, virus?: Nullable<string>);
19398
+ get dkim(): Nullable<string>;
19399
+ get dmarc(): Nullable<string>;
19400
+ get messageId(): Nullable<string>;
19401
+ get spam(): Nullable<string>;
19402
+ get spf(): Nullable<string>;
19403
+ get virus(): Nullable<string>;
19404
+ copy(dkim?: Nullable<string>, dmarc?: Nullable<string>, messageId?: Nullable<string>, spam?: Nullable<string>, spf?: Nullable<string>, virus?: Nullable<string>): SesVerdicts;
19405
+ toString(): string;
19406
+ hashCode(): number;
19407
+ equals(other: Nullable<any>): boolean;
19408
+ }
19409
+ export declare namespace SesVerdicts {
19410
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
19411
+ namespace $metadata$ {
19412
+ const constructor: abstract new () => SesVerdicts;
19413
+ }
19414
+ }
17478
19415
  export declare class SetSupplierCommentEmoticonCommand {
17479
19416
  constructor(emoticon?: Nullable<string>);
17480
19417
  get emoticon(): Nullable<string>;
@@ -18180,6 +20117,31 @@ export declare namespace StorageRoomVacant {
18180
20117
  const constructor: abstract new () => StorageRoomVacant;
18181
20118
  }
18182
20119
  }
20120
+ export declare class StrexMessageStatus {
20121
+ constructor(billed?: Nullable<boolean>, correlationId?: Nullable<string>, delivered?: Nullable<boolean>, detailedStatusCode?: Nullable<string>, operatorId?: Nullable<string>, price?: Nullable<number>, recipient?: Nullable<string>, sender?: Nullable<string>, smscMessageParts?: Nullable<bigint>, smscTransactionId?: Nullable<string>, statusCode?: Nullable<string>, transactionId?: Nullable<string>);
20122
+ get billed(): Nullable<boolean>;
20123
+ get correlationId(): Nullable<string>;
20124
+ get delivered(): Nullable<boolean>;
20125
+ get detailedStatusCode(): Nullable<string>;
20126
+ get operatorId(): Nullable<string>;
20127
+ get price(): Nullable<number>;
20128
+ get recipient(): Nullable<string>;
20129
+ get sender(): Nullable<string>;
20130
+ get smscMessageParts(): Nullable<bigint>;
20131
+ get smscTransactionId(): Nullable<string>;
20132
+ get statusCode(): Nullable<string>;
20133
+ get transactionId(): Nullable<string>;
20134
+ copy(billed?: Nullable<boolean>, correlationId?: Nullable<string>, delivered?: Nullable<boolean>, detailedStatusCode?: Nullable<string>, operatorId?: Nullable<string>, price?: Nullable<number>, recipient?: Nullable<string>, sender?: Nullable<string>, smscMessageParts?: Nullable<bigint>, smscTransactionId?: Nullable<string>, statusCode?: Nullable<string>, transactionId?: Nullable<string>): StrexMessageStatus;
20135
+ toString(): string;
20136
+ hashCode(): number;
20137
+ equals(other: Nullable<any>): boolean;
20138
+ }
20139
+ export declare namespace StrexMessageStatus {
20140
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
20141
+ namespace $metadata$ {
20142
+ const constructor: abstract new () => StrexMessageStatus;
20143
+ }
20144
+ }
18183
20145
  export declare class Supplier {
18184
20146
  constructor(companyCount: Nullable<bigint> | undefined, domain: Nullable<string> | undefined, id: bigint, logoUrl: Nullable<string> | undefined, name: string, orgNr: string, serviceCategories: KtList<string>);
18185
20147
  get companyCount(): Nullable<bigint>;
@@ -19760,6 +21722,20 @@ export declare namespace UpdateConversationSettingsCommand {
19760
21722
  const constructor: abstract new () => UpdateConversationSettingsCommand;
19761
21723
  }
19762
21724
  }
21725
+ export declare class UpdateDocumentContentSearchEntitlementCommand {
21726
+ constructor(enabled: boolean);
21727
+ get enabled(): boolean;
21728
+ copy(enabled?: boolean): UpdateDocumentContentSearchEntitlementCommand;
21729
+ toString(): string;
21730
+ hashCode(): number;
21731
+ equals(other: Nullable<any>): boolean;
21732
+ }
21733
+ export declare namespace UpdateDocumentContentSearchEntitlementCommand {
21734
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
21735
+ namespace $metadata$ {
21736
+ const constructor: abstract new () => UpdateDocumentContentSearchEntitlementCommand;
21737
+ }
21738
+ }
19763
21739
  export declare class UpdateEmployeeCommand {
19764
21740
  constructor(email: Nullable<string> | undefined, mobile: Nullable<string> | undefined, name: Name, nationality?: Nullable<bigint>, preferredLanguage?: Nullable<bigint>);
19765
21741
  get email(): Nullable<string>;
@@ -20376,6 +22352,22 @@ export declare namespace UpdatePersonResidentCommand {
20376
22352
  const constructor: abstract new () => UpdatePersonResidentCommand;
20377
22353
  }
20378
22354
  }
22355
+ export declare class UpdatePolicyDocumentCommand {
22356
+ constructor(description?: Nullable<string>, name?: Nullable<string>, statements?: Nullable<KtList<Policy>>);
22357
+ get description(): Nullable<string>;
22358
+ get name(): Nullable<string>;
22359
+ get statements(): Nullable<KtList<Policy>>;
22360
+ copy(description?: Nullable<string>, name?: Nullable<string>, statements?: Nullable<KtList<Policy>>): UpdatePolicyDocumentCommand;
22361
+ toString(): string;
22362
+ hashCode(): number;
22363
+ equals(other: Nullable<any>): boolean;
22364
+ }
22365
+ export declare namespace UpdatePolicyDocumentCommand {
22366
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
22367
+ namespace $metadata$ {
22368
+ const constructor: abstract new () => UpdatePolicyDocumentCommand;
22369
+ }
22370
+ }
20379
22371
  export declare class UpdatePostCommand {
20380
22372
  constructor(commentsEnabled: Nullable<boolean> | undefined, content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
20381
22373
  get commentsEnabled(): Nullable<boolean>;
@@ -20468,6 +22460,20 @@ export declare namespace UpdateResolutionCommand {
20468
22460
  const constructor: abstract new () => UpdateResolutionCommand;
20469
22461
  }
20470
22462
  }
22463
+ export declare class UpdateRolesCommand {
22464
+ constructor(roles: KtList<RoleInput>);
22465
+ get roles(): KtList<RoleInput>;
22466
+ copy(roles?: KtList<RoleInput>): UpdateRolesCommand;
22467
+ toString(): string;
22468
+ hashCode(): number;
22469
+ equals(other: Nullable<any>): boolean;
22470
+ }
22471
+ export declare namespace UpdateRolesCommand {
22472
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
22473
+ namespace $metadata$ {
22474
+ const constructor: abstract new () => UpdateRolesCommand;
22475
+ }
22476
+ }
20471
22477
  export declare class UpdateRoutineCommand {
20472
22478
  constructor(description: Nullable<string> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<RoutineMethod> | undefined, recommendedIntervalType: RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title?: Nullable<string>);
20473
22479
  get description(): Nullable<string>;
@@ -21015,6 +23021,88 @@ export declare namespace AccountingApi {
21015
23021
  const constructor: abstract new () => AccountingApi;
21016
23022
  }
21017
23023
  }
23024
+ export declare class AdministrationApi extends ApiClient.$metadata$.constructor {
23025
+ private constructor();
23026
+ static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): AdministrationApi;
23027
+ static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): AdministrationApi;
23028
+ altinnSystembrukerKvitteringGet(): Promise<HttpResponse<void>>;
23029
+ createAdminCompanyFromSales(createCompany: CreateCompany): Promise<HttpResponse<Company>>;
23030
+ listAdminTripletexAccounts(fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, AccountList>>>;
23031
+ loadAdminGeneratedSalesData(company: string): Promise<HttpResponse<void>>;
23032
+ mgmtAdminAltinnSystemGet(fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemRegisterInput>>;
23033
+ mgmtAdminAltinnSystemPost(): Promise<HttpResponse<boolean>>;
23034
+ mgmtAdminAltinnSystemPut(): Promise<HttpResponse<boolean>>;
23035
+ mgmtAdminAltinnSystemUserAgentGet(orgNr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
23036
+ mgmtAdminAltinnSystemUserAgentPost(orgNr?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
23037
+ mgmtAdminAltinnSystemUserGet(fields?: Nullable<string>): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
23038
+ mgmtAdminAltinnSystemUserPost(): Promise<HttpResponse<AltinnSystemUserRequestResult>>;
23039
+ mgmtAdminBoligselskapCompanyIdDocumentContentSearchGet(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
23040
+ mgmtAdminBoligselskapCompanyIdDocumentContentSearchPut(companyId: bigint, updateDocumentContentSearchEntitlementCommand: UpdateDocumentContentSearchEntitlementCommand): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
23041
+ mgmtAdminBoligselskapCompanyIdDocumentContentSearchReindexPost(companyId: bigint): Promise<HttpResponse<DocumentContentSearchEntitlement>>;
23042
+ mgmtAdminBoligselskapCompanyIdRePopulateKartverketPost(companyId: bigint): Promise<HttpResponse<void>>;
23043
+ mgmtAdminBoligselskapCompanyIdRepairOwnerRolesPost(companyId: bigint): Promise<HttpResponse<RepairOwnerRolesResult>>;
23044
+ mgmtAdminBoligselskapCreateAuxiliaryDataForCompanyCompanyIdPost(companyId: bigint, company: string): Promise<HttpResponse<void>>;
23045
+ mgmtAdminBoligselskapGenghisExportPost(): Promise<HttpResponse<void>>;
23046
+ mgmtAdminBoligselskapRePopulateKartverketPost(company: string, bulkRetroactiveKartverketCommand: BulkRetroactiveKartverketCommand): Promise<HttpResponse<BulkRetroactiveKartverketResult>>;
23047
+ mgmtAdminBroadcastPost(genericPayload: GenericPayload): Promise<HttpResponse<void>>;
23048
+ mgmtAdminClientUsersClientUserIdCompanyScopesCompanyScopeIdDelete(clientUserId: bigint, companyScopeId: bigint, companyScopes: string): Promise<HttpResponse<void>>;
23049
+ mgmtAdminClientUsersClientUserIdCompanyScopesGet(clientUserId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ClientUserCompanyScope>>>;
23050
+ mgmtAdminClientUsersClientUserIdCompanyScopesPost(clientUserId: bigint, createClientUserCompanyScopeCommand: CreateClientUserCompanyScopeCommand): Promise<HttpResponse<ClientUserCompanyScope>>;
23051
+ mgmtAdminClientUsersClientUserIdScopesGet(clientUserId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ClientUserScope>>>;
23052
+ mgmtAdminClientUsersClientUserIdScopesPost(clientUserId: bigint, createClientUserScopeCommand: CreateClientUserScopeCommand): Promise<HttpResponse<ClientUserScope>>;
23053
+ mgmtAdminClientUsersClientUserIdScopesScopeIdDelete(clientUserId: bigint, scopeId: bigint): Promise<HttpResponse<void>>;
23054
+ mgmtAdminConversationEventDocumentsBackfillPost(batchSize?: Nullable<number>, maxBatches?: Nullable<number>, dryRun?: Nullable<boolean>): Promise<HttpResponse<bigint>>;
23055
+ mgmtAdminDialogportenDialogsDialogIdGet(dialogId: string, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
23056
+ mgmtAdminDialogportenDialogsDialogIdTransmissionsGet(dialogId: bigint, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
23057
+ mgmtAdminDialogportenDialogsDialogIdTransmissionsTransmissionIdGet(dialogId: bigint, transmissionId: string, systemAgentOrgnr?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
23058
+ mgmtAdminDialogportenDialogsGet(orgNr?: Nullable<string>, systemAgentOrgnr?: Nullable<string>, serviceResource?: Nullable<string>, org?: Nullable<string>, fields?: Nullable<string>): Promise<HttpResponse<AltinnDialogList>>;
23059
+ mgmtAdminEcoguardCustomerCustomerIdGet(customerId: string, from: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<EcoguardSectionData>>>;
23060
+ mgmtAdminHungJobsPost(): Promise<HttpResponse<KtList<bigint>>>;
23061
+ mgmtAdminIncomingMailTypePost(type: string): Promise<HttpResponse<void>>;
23062
+ mgmtAdminMigrateHomepageContentPost(): Promise<HttpResponse<void>>;
23063
+ mgmtAdminOrganizationEnrichPost(organizations: string): Promise<HttpResponse<void>>;
23064
+ mgmtAdminOrganizationGenghisExportPost(): Promise<HttpResponse<void>>;
23065
+ mgmtAdminOrganizationRefreshPost(organizations: string): Promise<HttpResponse<void>>;
23066
+ mgmtAdminPeriodicJobsPeriodicJobIdRunPost(periodicJobId: bigint): Promise<HttpResponse<void>>;
23067
+ mgmtAdminPersonGenghisExportMissingPost(): Promise<HttpResponse<void>>;
23068
+ mgmtAdminPersonGenghisExportPost(dryRun?: Nullable<boolean>): Promise<HttpResponse<void>>;
23069
+ mgmtAdminPersonGenghisMissingGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<Person>>>;
23070
+ mgmtAdminPersonGenghisOrphansDelete(): Promise<HttpResponse<void>>;
23071
+ mgmtAdminPersonGenghisOrphansGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<bigint>>>;
23072
+ mgmtAdminPersonPersonIdRollerPut(personId: bigint, updateRolesCommand: UpdateRolesCommand): Promise<HttpResponse<Person>>;
23073
+ mgmtAdminPersonsPersonIdInlinePoliciesGet(personId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<PersonInlinePolicy>>>;
23074
+ mgmtAdminPersonsPersonIdInlinePoliciesInlinePolicyIdDelete(personId: bigint, inlinePolicyId: bigint, personInlinePolicies: string): Promise<HttpResponse<void>>;
23075
+ mgmtAdminPersonsPersonIdInlinePoliciesPost(personId: bigint, createPersonInlinePolicyCommand: CreatePersonInlinePolicyCommand): Promise<HttpResponse<PersonInlinePolicy>>;
23076
+ mgmtAdminPersonsPersonIdPoliciesGet(personId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<PersonPolicy>>>;
23077
+ mgmtAdminPersonsPersonIdPoliciesPolicyIdDelete(personId: bigint, policyId: bigint, personPolicies: string, companyId?: Nullable<bigint>): Promise<HttpResponse<void>>;
23078
+ mgmtAdminPersonsPersonIdPoliciesPost(personId: bigint, attachPersonPolicyCommand: AttachPersonPolicyCommand): Promise<HttpResponse<PersonPolicy>>;
23079
+ mgmtAdminPoliciesGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<PolicyDocument>>>;
23080
+ mgmtAdminPoliciesPolicyIdDelete(policyId: bigint): Promise<HttpResponse<void>>;
23081
+ mgmtAdminPoliciesPolicyIdGet(policyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<PolicyDocument>>;
23082
+ mgmtAdminPoliciesPolicyIdPut(policyId: bigint, updatePolicyDocumentCommand: UpdatePolicyDocumentCommand): Promise<HttpResponse<PolicyDocument>>;
23083
+ mgmtAdminPoliciesPost(createPolicyDocumentCommand: CreatePolicyDocumentCommand): Promise<HttpResponse<PolicyDocument>>;
23084
+ mgmtAdminRoleTypesRoleTypePoliciesGet(roleType: string, fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleTypePolicy>>>;
23085
+ mgmtAdminRoleTypesRoleTypePoliciesPolicyIdDelete(roleType: string, policyId: bigint, roleTypePolicies: string): Promise<HttpResponse<void>>;
23086
+ mgmtAdminRoleTypesRoleTypePoliciesPost(roleType: string, attachRoleTypePolicyRequest: AttachRoleTypePolicyRequest): Promise<HttpResponse<RoleTypePolicy>>;
23087
+ mgmtAdminRolesRoleIdInlinePoliciesGet(roleId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleInlinePolicy>>>;
23088
+ mgmtAdminRolesRoleIdInlinePoliciesInlinePolicyIdDelete(roleId: bigint, inlinePolicyId: bigint, roleInlinePolicies: string): Promise<HttpResponse<void>>;
23089
+ mgmtAdminRolesRoleIdInlinePoliciesPost(roleId: bigint, createRoleInlinePolicyRequest: CreateRoleInlinePolicyRequest): Promise<HttpResponse<RoleInlinePolicy>>;
23090
+ mgmtAdminRollerGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<RoleType>>>;
23091
+ mgmtAdminSesEventsPost(): Promise<HttpResponse<void>>;
23092
+ mgmtAdminSettlementsInvoicePost(adHocSettlementInvoiceListCommand: AdHocSettlementInvoiceListCommand, dryRun?: Nullable<boolean>): Promise<HttpResponse<KtMap<string, number>>>;
23093
+ mgmtAdminSmsReceiptUniqueIdPost(uniqueId: string, strexMessageStatus: StrexMessageStatus): Promise<HttpResponse<void>>;
23094
+ mgmtAdminThirdpartyinformationStatusPost(): Promise<HttpResponse<KtMap<string, string>>>;
23095
+ mgmtAdminTripletexAccountantsGet(fields?: Nullable<string>): Promise<HttpResponse<string>>;
23096
+ mgmtAdminTripletexAccountsReportGet(numbers: string, year: string, fields?: Nullable<string>): Promise<HttpResponse<string>>;
23097
+ mgmtAdminTripletexCompaniesGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<Company>>>;
23098
+ mgmtAdminTripletexCompaniesOrgsGet(fields?: Nullable<string>): Promise<HttpResponse<KtList<string>>>;
23099
+ }
23100
+ export declare namespace AdministrationApi {
23101
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23102
+ namespace $metadata$ {
23103
+ const constructor: abstract new () => AdministrationApi;
23104
+ }
23105
+ }
21018
23106
  export declare class AppStoresApi extends ApiClient.$metadata$.constructor {
21019
23107
  private constructor();
21020
23108
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): AppStoresApi;
@@ -21088,6 +23176,7 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
21088
23176
  private constructor();
21089
23177
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CommunicationApi;
21090
23178
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): CommunicationApi;
23179
+ companiesCompanyIdCommunicationReportPushDispatchesGet(companyId: bigint, correlation?: Nullable<string>, personId?: Nullable<bigint>, resolutionStatus?: Nullable<PushNotificationResolutionStatus>, providerStatus?: Nullable<PushNotificationProviderStatus>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPushNotificationDispatchEvidence>>;
21091
23180
  createEmailNewsletter(companyId: bigint, createNewsletterCommand: CreateNewsletterCommand): Promise<HttpResponse<Newsletter>>;
21092
23181
  createLetter(sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
21093
23182
  createLetterInCompany(companyId: bigint, sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
@@ -21129,6 +23218,19 @@ export declare namespace CommunicationApi {
21129
23218
  const constructor: abstract new () => CommunicationApi;
21130
23219
  }
21131
23220
  }
23221
+ export declare class CompaniesApi extends ApiClient.$metadata$.constructor {
23222
+ private constructor();
23223
+ static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CompaniesApi;
23224
+ static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): CompaniesApi;
23225
+ companiesCompanyIdDelete(companyId: bigint): Promise<HttpResponse<void>>;
23226
+ companiesCompanyIdIncomingEmailGet(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<IncominMail>>>;
23227
+ }
23228
+ export declare namespace CompaniesApi {
23229
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23230
+ namespace $metadata$ {
23231
+ const constructor: abstract new () => CompaniesApi;
23232
+ }
23233
+ }
21132
23234
  export declare class CompanyApi extends ApiClient.$metadata$.constructor {
21133
23235
  private constructor();
21134
23236
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): CompanyApi;
@@ -21179,6 +23281,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
21179
23281
  authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
21180
23282
  authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
21181
23283
  completeMultipleConversations(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
23284
+ countConversationsInCompany(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<ConversationApi.StatusCountConversationsInCompany>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationApi.LatestPublicMessageSideCountConversationsInCompany>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ConversationApi.ByParticipantTypeCountConversationsInCompany>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<ConversationCount>>;
21182
23285
  createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand): Promise<HttpResponse<Conversation>>;
21183
23286
  createConversationCategory(companyId: bigint, createConversationCategoryCommand: CreateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
21184
23287
  createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: AddExternalConversationParticipantCommand): Promise<HttpResponse<void>>;
@@ -21211,17 +23314,19 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
21211
23314
  getMessageFullEmailContent(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<FullEmailContent>>;
21212
23315
  indexCompanyConversationCategories(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSecureConversationCategory>>;
21213
23316
  indexCompanyConversationCategoriesForRequests(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPublicConversationCategory>>;
21214
- 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>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, orderBy?: Nullable<ConversationOrderBy>, orderDirection?: Nullable<ConversationOrderDirection>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
23317
+ indexConversation(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<ConversationApi.StatusIndexConversation>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationApi.LatestPublicMessageSideIndexConversation>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ConversationApi.ByParticipantTypeIndexConversation>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, orderBy?: Nullable<ConversationApi.OrderByIndexConversation>, orderDirection?: Nullable<ConversationApi.OrderDirectionIndexConversation>, pageToken?: Nullable<string>, count?: Nullable<number>, autoPaginate?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<PagedListConversation>>;
21215
23318
  indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: ParticipantType, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
21216
23319
  indexConversationCategoriesOpen(companySlug: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPublicConversationCategory>>;
21217
- indexConversationCount(fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountMap>>>;
21218
- indexConversationCountByCompany(companyIds?: Nullable<KtList<bigint>>, categoryIds?: Nullable<KtList<bigint>>, status?: Nullable<ConversationStatus>, draft?: Nullable<boolean>, requiresFollowUp?: Nullable<boolean>, folderId?: Nullable<bigint>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountByCompanyMap>>>;
21219
- indexConversationCountInCompany(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<ConversationCount>>;
23320
+ indexConversationCountByCompany(search?: Nullable<string>, status?: Nullable<KtList<ConversationApi.StatusIndexConversationCountByCompany>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ConversationApi.ByParticipantTypeIndexConversationCountByCompany>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, companyId?: Nullable<KtList<bigint>>, fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountByCompanyMap>>>;
21220
23321
  indexConversationFolders(companyId: bigint, parentId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationFolder>>;
21221
23322
  indexConversationMessageHistory(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<MessageEditHistory>>>;
21222
- indexConversations(search?: Nullable<string>, companyIds?: Nullable<KtList<bigint>>, categoryIds?: Nullable<KtList<bigint>>, status?: Nullable<ConversationStatus>, draft?: Nullable<boolean>, requiresFollowUp?: Nullable<boolean>, byParticipants?: Nullable<KtList<bigint>>, byParticipantTypes?: Nullable<KtList<ParticipantType>>, folderId?: Nullable<bigint>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, orderBy?: Nullable<ConversationOrderBy>, orderDirection?: Nullable<ConversationOrderDirection>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
23323
+ indexConversations(search?: Nullable<string>, status?: Nullable<KtList<ConversationApi.StatusIndexConversations>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationApi.LatestPublicMessageSideIndexConversations>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ConversationApi.ByParticipantTypeIndexConversations>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, companyId?: Nullable<KtList<bigint>>, orderBy?: Nullable<ConversationApi.OrderByIndexConversations>, orderDirection?: Nullable<ConversationApi.OrderDirectionIndexConversations>, pageToken?: Nullable<string>, count?: Nullable<number>, autoPaginate?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<PagedListConversation>>;
21223
23324
  moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
21224
23325
  moveMultipleConversations(companyId: bigint, batchMoveConversationsToFolderCommand: BatchMoveConversationsToFolderCommand): Promise<HttpResponse<void>>;
23326
+ openBoligselskapCompanySlugSamtaleConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
23327
+ openBoligselskapCompanySlugSamtaleConversationIdAuthorizeGet(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
23328
+ openBoligselskaperCompanySlugSamtalerConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
23329
+ openBoligselskaperCompanySlugSamtalerConversationIdAuthorizeGet(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
21225
23330
  previewConversationCategoryParticipants(companyId: bigint, categoryId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<ConversationCategoryParticipantPreview>>>;
21226
23331
  publishConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
21227
23332
  reOpenConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
@@ -21250,6 +23355,502 @@ export declare namespace ConversationApi {
21250
23355
  namespace $metadata$ {
21251
23356
  const constructor: abstract new () => ConversationApi;
21252
23357
  }
23358
+ abstract class StatusCountConversationsInCompany {
23359
+ private constructor();
23360
+ static get DRAFT(): ConversationApi.StatusCountConversationsInCompany & {
23361
+ get name(): "DRAFT";
23362
+ get ordinal(): 0;
23363
+ };
23364
+ static get NEW(): ConversationApi.StatusCountConversationsInCompany & {
23365
+ get name(): "NEW";
23366
+ get ordinal(): 1;
23367
+ };
23368
+ static get IN_PROGRESS(): ConversationApi.StatusCountConversationsInCompany & {
23369
+ get name(): "IN_PROGRESS";
23370
+ get ordinal(): 2;
23371
+ };
23372
+ static get COMPLETE(): ConversationApi.StatusCountConversationsInCompany & {
23373
+ get name(): "COMPLETE";
23374
+ get ordinal(): 3;
23375
+ };
23376
+ static get TRASHED(): ConversationApi.StatusCountConversationsInCompany & {
23377
+ get name(): "TRASHED";
23378
+ get ordinal(): 4;
23379
+ };
23380
+ static values(): [typeof ConversationApi.StatusCountConversationsInCompany.DRAFT, typeof ConversationApi.StatusCountConversationsInCompany.NEW, typeof ConversationApi.StatusCountConversationsInCompany.IN_PROGRESS, typeof ConversationApi.StatusCountConversationsInCompany.COMPLETE, typeof ConversationApi.StatusCountConversationsInCompany.TRASHED];
23381
+ static valueOf(value: string): ConversationApi.StatusCountConversationsInCompany;
23382
+ get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
23383
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
23384
+ get value(): string;
23385
+ }
23386
+ namespace StatusCountConversationsInCompany {
23387
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23388
+ namespace $metadata$ {
23389
+ const constructor: abstract new () => StatusCountConversationsInCompany;
23390
+ }
23391
+ }
23392
+ abstract class LatestPublicMessageSideCountConversationsInCompany {
23393
+ private constructor();
23394
+ static get BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
23395
+ get name(): "BOARD";
23396
+ get ordinal(): 0;
23397
+ };
23398
+ static get NON_BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
23399
+ get name(): "NON_BOARD";
23400
+ get ordinal(): 1;
23401
+ };
23402
+ static get NONE(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
23403
+ get name(): "NONE";
23404
+ get ordinal(): 2;
23405
+ };
23406
+ static values(): [typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NONE];
23407
+ static valueOf(value: string): ConversationApi.LatestPublicMessageSideCountConversationsInCompany;
23408
+ get name(): "BOARD" | "NON_BOARD" | "NONE";
23409
+ get ordinal(): 0 | 1 | 2;
23410
+ get value(): string;
23411
+ }
23412
+ namespace LatestPublicMessageSideCountConversationsInCompany {
23413
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23414
+ namespace $metadata$ {
23415
+ const constructor: abstract new () => LatestPublicMessageSideCountConversationsInCompany;
23416
+ }
23417
+ }
23418
+ abstract class ByParticipantTypeCountConversationsInCompany {
23419
+ private constructor();
23420
+ static get PERSON(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23421
+ get name(): "PERSON";
23422
+ get ordinal(): 0;
23423
+ };
23424
+ static get ORGANIZATION(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23425
+ get name(): "ORGANIZATION";
23426
+ get ordinal(): 1;
23427
+ };
23428
+ static get EMPLOYEE(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23429
+ get name(): "EMPLOYEE";
23430
+ get ordinal(): 2;
23431
+ };
23432
+ static get INQUIRY(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23433
+ get name(): "INQUIRY";
23434
+ get ordinal(): 3;
23435
+ };
23436
+ static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23437
+ get name(): "SUPPLIER_CONTACT";
23438
+ get ordinal(): 4;
23439
+ };
23440
+ static get CLIENT_USER(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
23441
+ get name(): "CLIENT_USER";
23442
+ get ordinal(): 5;
23443
+ };
23444
+ static values(): [typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.PERSON, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.ORGANIZATION, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.EMPLOYEE, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.INQUIRY, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.CLIENT_USER];
23445
+ static valueOf(value: string): ConversationApi.ByParticipantTypeCountConversationsInCompany;
23446
+ get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
23447
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
23448
+ get value(): string;
23449
+ }
23450
+ namespace ByParticipantTypeCountConversationsInCompany {
23451
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23452
+ namespace $metadata$ {
23453
+ const constructor: abstract new () => ByParticipantTypeCountConversationsInCompany;
23454
+ }
23455
+ }
23456
+ abstract class StatusIndexConversation {
23457
+ private constructor();
23458
+ static get DRAFT(): ConversationApi.StatusIndexConversation & {
23459
+ get name(): "DRAFT";
23460
+ get ordinal(): 0;
23461
+ };
23462
+ static get NEW(): ConversationApi.StatusIndexConversation & {
23463
+ get name(): "NEW";
23464
+ get ordinal(): 1;
23465
+ };
23466
+ static get IN_PROGRESS(): ConversationApi.StatusIndexConversation & {
23467
+ get name(): "IN_PROGRESS";
23468
+ get ordinal(): 2;
23469
+ };
23470
+ static get COMPLETE(): ConversationApi.StatusIndexConversation & {
23471
+ get name(): "COMPLETE";
23472
+ get ordinal(): 3;
23473
+ };
23474
+ static get TRASHED(): ConversationApi.StatusIndexConversation & {
23475
+ get name(): "TRASHED";
23476
+ get ordinal(): 4;
23477
+ };
23478
+ static values(): [typeof ConversationApi.StatusIndexConversation.DRAFT, typeof ConversationApi.StatusIndexConversation.NEW, typeof ConversationApi.StatusIndexConversation.IN_PROGRESS, typeof ConversationApi.StatusIndexConversation.COMPLETE, typeof ConversationApi.StatusIndexConversation.TRASHED];
23479
+ static valueOf(value: string): ConversationApi.StatusIndexConversation;
23480
+ get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
23481
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
23482
+ get value(): string;
23483
+ }
23484
+ namespace StatusIndexConversation {
23485
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23486
+ namespace $metadata$ {
23487
+ const constructor: abstract new () => StatusIndexConversation;
23488
+ }
23489
+ }
23490
+ abstract class LatestPublicMessageSideIndexConversation {
23491
+ private constructor();
23492
+ static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
23493
+ get name(): "BOARD";
23494
+ get ordinal(): 0;
23495
+ };
23496
+ static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
23497
+ get name(): "NON_BOARD";
23498
+ get ordinal(): 1;
23499
+ };
23500
+ static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversation & {
23501
+ get name(): "NONE";
23502
+ get ordinal(): 2;
23503
+ };
23504
+ static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversation.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NONE];
23505
+ static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversation;
23506
+ get name(): "BOARD" | "NON_BOARD" | "NONE";
23507
+ get ordinal(): 0 | 1 | 2;
23508
+ get value(): string;
23509
+ }
23510
+ namespace LatestPublicMessageSideIndexConversation {
23511
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23512
+ namespace $metadata$ {
23513
+ const constructor: abstract new () => LatestPublicMessageSideIndexConversation;
23514
+ }
23515
+ }
23516
+ abstract class ByParticipantTypeIndexConversation {
23517
+ private constructor();
23518
+ static get PERSON(): ConversationApi.ByParticipantTypeIndexConversation & {
23519
+ get name(): "PERSON";
23520
+ get ordinal(): 0;
23521
+ };
23522
+ static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversation & {
23523
+ get name(): "ORGANIZATION";
23524
+ get ordinal(): 1;
23525
+ };
23526
+ static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversation & {
23527
+ get name(): "EMPLOYEE";
23528
+ get ordinal(): 2;
23529
+ };
23530
+ static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversation & {
23531
+ get name(): "INQUIRY";
23532
+ get ordinal(): 3;
23533
+ };
23534
+ static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversation & {
23535
+ get name(): "SUPPLIER_CONTACT";
23536
+ get ordinal(): 4;
23537
+ };
23538
+ static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversation & {
23539
+ get name(): "CLIENT_USER";
23540
+ get ordinal(): 5;
23541
+ };
23542
+ static values(): [typeof ConversationApi.ByParticipantTypeIndexConversation.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversation.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversation.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversation.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversation.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversation.CLIENT_USER];
23543
+ static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversation;
23544
+ get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
23545
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
23546
+ get value(): string;
23547
+ }
23548
+ namespace ByParticipantTypeIndexConversation {
23549
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23550
+ namespace $metadata$ {
23551
+ const constructor: abstract new () => ByParticipantTypeIndexConversation;
23552
+ }
23553
+ }
23554
+ abstract class OrderByIndexConversation {
23555
+ private constructor();
23556
+ static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversation & {
23557
+ get name(): "LATEST_ACTIVITY_AT";
23558
+ get ordinal(): 0;
23559
+ };
23560
+ static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversation & {
23561
+ get name(): "CONVERSATION_STARTED_AT";
23562
+ get ordinal(): 1;
23563
+ };
23564
+ static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversation & {
23565
+ get name(): "LATEST_MESSAGE_AT";
23566
+ get ordinal(): 2;
23567
+ };
23568
+ static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversation & {
23569
+ get name(): "LATEST_EVENT_AT";
23570
+ get ordinal(): 3;
23571
+ };
23572
+ static values(): [typeof ConversationApi.OrderByIndexConversation.LATEST_ACTIVITY_AT, typeof ConversationApi.OrderByIndexConversation.CONVERSATION_STARTED_AT, typeof ConversationApi.OrderByIndexConversation.LATEST_MESSAGE_AT, typeof ConversationApi.OrderByIndexConversation.LATEST_EVENT_AT];
23573
+ static valueOf(value: string): ConversationApi.OrderByIndexConversation;
23574
+ get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
23575
+ get ordinal(): 0 | 1 | 2 | 3;
23576
+ get value(): string;
23577
+ }
23578
+ namespace OrderByIndexConversation {
23579
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23580
+ namespace $metadata$ {
23581
+ const constructor: abstract new () => OrderByIndexConversation;
23582
+ }
23583
+ }
23584
+ abstract class OrderDirectionIndexConversation {
23585
+ private constructor();
23586
+ static get ASC(): ConversationApi.OrderDirectionIndexConversation & {
23587
+ get name(): "ASC";
23588
+ get ordinal(): 0;
23589
+ };
23590
+ static get DESC(): ConversationApi.OrderDirectionIndexConversation & {
23591
+ get name(): "DESC";
23592
+ get ordinal(): 1;
23593
+ };
23594
+ static values(): [typeof ConversationApi.OrderDirectionIndexConversation.ASC, typeof ConversationApi.OrderDirectionIndexConversation.DESC];
23595
+ static valueOf(value: string): ConversationApi.OrderDirectionIndexConversation;
23596
+ get name(): "ASC" | "DESC";
23597
+ get ordinal(): 0 | 1;
23598
+ get value(): string;
23599
+ }
23600
+ namespace OrderDirectionIndexConversation {
23601
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23602
+ namespace $metadata$ {
23603
+ const constructor: abstract new () => OrderDirectionIndexConversation;
23604
+ }
23605
+ }
23606
+ abstract class StatusIndexConversationCountByCompany {
23607
+ private constructor();
23608
+ static get DRAFT(): ConversationApi.StatusIndexConversationCountByCompany & {
23609
+ get name(): "DRAFT";
23610
+ get ordinal(): 0;
23611
+ };
23612
+ static get NEW(): ConversationApi.StatusIndexConversationCountByCompany & {
23613
+ get name(): "NEW";
23614
+ get ordinal(): 1;
23615
+ };
23616
+ static get IN_PROGRESS(): ConversationApi.StatusIndexConversationCountByCompany & {
23617
+ get name(): "IN_PROGRESS";
23618
+ get ordinal(): 2;
23619
+ };
23620
+ static get COMPLETE(): ConversationApi.StatusIndexConversationCountByCompany & {
23621
+ get name(): "COMPLETE";
23622
+ get ordinal(): 3;
23623
+ };
23624
+ static get TRASHED(): ConversationApi.StatusIndexConversationCountByCompany & {
23625
+ get name(): "TRASHED";
23626
+ get ordinal(): 4;
23627
+ };
23628
+ static values(): [typeof ConversationApi.StatusIndexConversationCountByCompany.DRAFT, typeof ConversationApi.StatusIndexConversationCountByCompany.NEW, typeof ConversationApi.StatusIndexConversationCountByCompany.IN_PROGRESS, typeof ConversationApi.StatusIndexConversationCountByCompany.COMPLETE, typeof ConversationApi.StatusIndexConversationCountByCompany.TRASHED];
23629
+ static valueOf(value: string): ConversationApi.StatusIndexConversationCountByCompany;
23630
+ get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
23631
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
23632
+ get value(): string;
23633
+ }
23634
+ namespace StatusIndexConversationCountByCompany {
23635
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23636
+ namespace $metadata$ {
23637
+ const constructor: abstract new () => StatusIndexConversationCountByCompany;
23638
+ }
23639
+ }
23640
+ abstract class LatestPublicMessageSideIndexConversationCountByCompany {
23641
+ private constructor();
23642
+ static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
23643
+ get name(): "BOARD";
23644
+ get ordinal(): 0;
23645
+ };
23646
+ static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
23647
+ get name(): "NON_BOARD";
23648
+ get ordinal(): 1;
23649
+ };
23650
+ static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
23651
+ get name(): "NONE";
23652
+ get ordinal(): 2;
23653
+ };
23654
+ static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NONE];
23655
+ static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany;
23656
+ get name(): "BOARD" | "NON_BOARD" | "NONE";
23657
+ get ordinal(): 0 | 1 | 2;
23658
+ get value(): string;
23659
+ }
23660
+ namespace LatestPublicMessageSideIndexConversationCountByCompany {
23661
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23662
+ namespace $metadata$ {
23663
+ const constructor: abstract new () => LatestPublicMessageSideIndexConversationCountByCompany;
23664
+ }
23665
+ }
23666
+ abstract class ByParticipantTypeIndexConversationCountByCompany {
23667
+ private constructor();
23668
+ static get PERSON(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23669
+ get name(): "PERSON";
23670
+ get ordinal(): 0;
23671
+ };
23672
+ static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23673
+ get name(): "ORGANIZATION";
23674
+ get ordinal(): 1;
23675
+ };
23676
+ static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23677
+ get name(): "EMPLOYEE";
23678
+ get ordinal(): 2;
23679
+ };
23680
+ static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23681
+ get name(): "INQUIRY";
23682
+ get ordinal(): 3;
23683
+ };
23684
+ static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23685
+ get name(): "SUPPLIER_CONTACT";
23686
+ get ordinal(): 4;
23687
+ };
23688
+ static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
23689
+ get name(): "CLIENT_USER";
23690
+ get ordinal(): 5;
23691
+ };
23692
+ static values(): [typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.CLIENT_USER];
23693
+ static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversationCountByCompany;
23694
+ get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
23695
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
23696
+ get value(): string;
23697
+ }
23698
+ namespace ByParticipantTypeIndexConversationCountByCompany {
23699
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23700
+ namespace $metadata$ {
23701
+ const constructor: abstract new () => ByParticipantTypeIndexConversationCountByCompany;
23702
+ }
23703
+ }
23704
+ abstract class StatusIndexConversations {
23705
+ private constructor();
23706
+ static get DRAFT(): ConversationApi.StatusIndexConversations & {
23707
+ get name(): "DRAFT";
23708
+ get ordinal(): 0;
23709
+ };
23710
+ static get NEW(): ConversationApi.StatusIndexConversations & {
23711
+ get name(): "NEW";
23712
+ get ordinal(): 1;
23713
+ };
23714
+ static get IN_PROGRESS(): ConversationApi.StatusIndexConversations & {
23715
+ get name(): "IN_PROGRESS";
23716
+ get ordinal(): 2;
23717
+ };
23718
+ static get COMPLETE(): ConversationApi.StatusIndexConversations & {
23719
+ get name(): "COMPLETE";
23720
+ get ordinal(): 3;
23721
+ };
23722
+ static get TRASHED(): ConversationApi.StatusIndexConversations & {
23723
+ get name(): "TRASHED";
23724
+ get ordinal(): 4;
23725
+ };
23726
+ static values(): [typeof ConversationApi.StatusIndexConversations.DRAFT, typeof ConversationApi.StatusIndexConversations.NEW, typeof ConversationApi.StatusIndexConversations.IN_PROGRESS, typeof ConversationApi.StatusIndexConversations.COMPLETE, typeof ConversationApi.StatusIndexConversations.TRASHED];
23727
+ static valueOf(value: string): ConversationApi.StatusIndexConversations;
23728
+ get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
23729
+ get ordinal(): 0 | 1 | 2 | 3 | 4;
23730
+ get value(): string;
23731
+ }
23732
+ namespace StatusIndexConversations {
23733
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23734
+ namespace $metadata$ {
23735
+ const constructor: abstract new () => StatusIndexConversations;
23736
+ }
23737
+ }
23738
+ abstract class LatestPublicMessageSideIndexConversations {
23739
+ private constructor();
23740
+ static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
23741
+ get name(): "BOARD";
23742
+ get ordinal(): 0;
23743
+ };
23744
+ static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
23745
+ get name(): "NON_BOARD";
23746
+ get ordinal(): 1;
23747
+ };
23748
+ static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversations & {
23749
+ get name(): "NONE";
23750
+ get ordinal(): 2;
23751
+ };
23752
+ static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversations.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NONE];
23753
+ static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversations;
23754
+ get name(): "BOARD" | "NON_BOARD" | "NONE";
23755
+ get ordinal(): 0 | 1 | 2;
23756
+ get value(): string;
23757
+ }
23758
+ namespace LatestPublicMessageSideIndexConversations {
23759
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23760
+ namespace $metadata$ {
23761
+ const constructor: abstract new () => LatestPublicMessageSideIndexConversations;
23762
+ }
23763
+ }
23764
+ abstract class ByParticipantTypeIndexConversations {
23765
+ private constructor();
23766
+ static get PERSON(): ConversationApi.ByParticipantTypeIndexConversations & {
23767
+ get name(): "PERSON";
23768
+ get ordinal(): 0;
23769
+ };
23770
+ static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversations & {
23771
+ get name(): "ORGANIZATION";
23772
+ get ordinal(): 1;
23773
+ };
23774
+ static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversations & {
23775
+ get name(): "EMPLOYEE";
23776
+ get ordinal(): 2;
23777
+ };
23778
+ static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversations & {
23779
+ get name(): "INQUIRY";
23780
+ get ordinal(): 3;
23781
+ };
23782
+ static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversations & {
23783
+ get name(): "SUPPLIER_CONTACT";
23784
+ get ordinal(): 4;
23785
+ };
23786
+ static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversations & {
23787
+ get name(): "CLIENT_USER";
23788
+ get ordinal(): 5;
23789
+ };
23790
+ static values(): [typeof ConversationApi.ByParticipantTypeIndexConversations.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversations.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversations.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversations.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversations.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversations.CLIENT_USER];
23791
+ static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversations;
23792
+ get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
23793
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
23794
+ get value(): string;
23795
+ }
23796
+ namespace ByParticipantTypeIndexConversations {
23797
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23798
+ namespace $metadata$ {
23799
+ const constructor: abstract new () => ByParticipantTypeIndexConversations;
23800
+ }
23801
+ }
23802
+ abstract class OrderByIndexConversations {
23803
+ private constructor();
23804
+ static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversations & {
23805
+ get name(): "LATEST_ACTIVITY_AT";
23806
+ get ordinal(): 0;
23807
+ };
23808
+ static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversations & {
23809
+ get name(): "CONVERSATION_STARTED_AT";
23810
+ get ordinal(): 1;
23811
+ };
23812
+ static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversations & {
23813
+ get name(): "LATEST_MESSAGE_AT";
23814
+ get ordinal(): 2;
23815
+ };
23816
+ static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversations & {
23817
+ get name(): "LATEST_EVENT_AT";
23818
+ get ordinal(): 3;
23819
+ };
23820
+ static values(): [typeof ConversationApi.OrderByIndexConversations.LATEST_ACTIVITY_AT, typeof ConversationApi.OrderByIndexConversations.CONVERSATION_STARTED_AT, typeof ConversationApi.OrderByIndexConversations.LATEST_MESSAGE_AT, typeof ConversationApi.OrderByIndexConversations.LATEST_EVENT_AT];
23821
+ static valueOf(value: string): ConversationApi.OrderByIndexConversations;
23822
+ get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
23823
+ get ordinal(): 0 | 1 | 2 | 3;
23824
+ get value(): string;
23825
+ }
23826
+ namespace OrderByIndexConversations {
23827
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23828
+ namespace $metadata$ {
23829
+ const constructor: abstract new () => OrderByIndexConversations;
23830
+ }
23831
+ }
23832
+ abstract class OrderDirectionIndexConversations {
23833
+ private constructor();
23834
+ static get ASC(): ConversationApi.OrderDirectionIndexConversations & {
23835
+ get name(): "ASC";
23836
+ get ordinal(): 0;
23837
+ };
23838
+ static get DESC(): ConversationApi.OrderDirectionIndexConversations & {
23839
+ get name(): "DESC";
23840
+ get ordinal(): 1;
23841
+ };
23842
+ static values(): [typeof ConversationApi.OrderDirectionIndexConversations.ASC, typeof ConversationApi.OrderDirectionIndexConversations.DESC];
23843
+ static valueOf(value: string): ConversationApi.OrderDirectionIndexConversations;
23844
+ get name(): "ASC" | "DESC";
23845
+ get ordinal(): 0 | 1;
23846
+ get value(): string;
23847
+ }
23848
+ namespace OrderDirectionIndexConversations {
23849
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
23850
+ namespace $metadata$ {
23851
+ const constructor: abstract new () => OrderDirectionIndexConversations;
23852
+ }
23853
+ }
21253
23854
  }
21254
23855
  export declare class DocumentApi extends ApiClient.$metadata$.constructor {
21255
23856
  private constructor();
@@ -21657,6 +24258,19 @@ export declare namespace MeetingApi {
21657
24258
  const constructor: abstract new () => MeetingApi;
21658
24259
  }
21659
24260
  }
24261
+ export declare class Office365Api extends ApiClient.$metadata$.constructor {
24262
+ private constructor();
24263
+ static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): Office365Api;
24264
+ static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): Office365Api;
24265
+ mgmtAdminOffice365EmployeeIdentitiesPersonIdGet(personId: bigint, employeeIdentities: string, fields?: Nullable<string>): Promise<HttpResponse<Office365EmployeeIdentity>>;
24266
+ mgmtAdminOffice365EmployeeIdentitiesPersonIdPut(personId: bigint, employeeIdentities: string, explicitOffice365EmployeeIdentityMappingCommand: ExplicitOffice365EmployeeIdentityMappingCommand): Promise<HttpResponse<ExplicitOffice365EmployeeIdentityMappingResponse>>;
24267
+ }
24268
+ export declare namespace Office365Api {
24269
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
24270
+ namespace $metadata$ {
24271
+ const constructor: abstract new () => Office365Api;
24272
+ }
24273
+ }
21660
24274
  export declare class OrganizationApi extends ApiClient.$metadata$.constructor {
21661
24275
  private constructor();
21662
24276
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): OrganizationApi;
@@ -22080,6 +24694,19 @@ export declare namespace UserApi {
22080
24694
  const constructor: abstract new () => UserApi;
22081
24695
  }
22082
24696
  }
24697
+ export declare class WebhooksApi extends ApiClient.$metadata$.constructor {
24698
+ private constructor();
24699
+ static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): WebhooksApi;
24700
+ static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): WebhooksApi;
24701
+ boligselskaperCompanySlugIncomingMailPost(companySlug: string, commonId?: Nullable<string>): Promise<HttpResponse<void>>;
24702
+ boligselskaperCompanySlugIncomingMailSamtaleHashPost(companySlug: string, hash: string, commonId?: Nullable<string>): Promise<HttpResponse<void>>;
24703
+ }
24704
+ export declare namespace WebhooksApi {
24705
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
24706
+ namespace $metadata$ {
24707
+ const constructor: abstract new () => WebhooksApi;
24708
+ }
24709
+ }
22083
24710
  export declare function collectionDelimiter(collectionFormat: string): string;
22084
24711
  export declare class ApiClient {
22085
24712
  constructor(baseUrl: string);