@solibo/home-api 1.7.19 → 1.7.20

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 +8 -8
  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 +3 -3
  60. package/ktor-ktor-websockets.mjs.map +1 -0
  61. package/package.json +1 -1
  62. package/solibo-sdk-sdk-home-api.d.mts +1252 -8
  63. package/solibo-sdk-sdk-home-api.mjs +52835 -40288
  64. package/solibo-sdk-sdk-home-api.mjs.map +1 -0
@@ -645,6 +645,874 @@ export declare namespace BuildingFloor {
645
645
  const constructor: abstract new () => BuildingFloor;
646
646
  }
647
647
  }
648
+ export declare class BulkCreateConversationCommand {
649
+ constructor(clientReference: Nullable<string> | undefined, command: CreateConversationCommand, companyId: bigint);
650
+ get clientReference(): Nullable<string>;
651
+ get command(): CreateConversationCommand;
652
+ get companyId(): bigint;
653
+ copy(clientReference?: Nullable<string>, command?: CreateConversationCommand, companyId?: bigint): BulkCreateConversationCommand;
654
+ toString(): string;
655
+ hashCode(): number;
656
+ equals(other: Nullable<any>): boolean;
657
+ }
658
+ export declare namespace BulkCreateConversationCommand {
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 () => BulkCreateConversationCommand;
662
+ }
663
+ }
664
+ export declare class BulkCreateConversationItemResult {
665
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, conversationId: Nullable<bigint> | undefined, index: bigint, status: BulkCreateConversationItemStatus);
666
+ get clientReference(): Nullable<string>;
667
+ get companyId(): bigint;
668
+ get conversationId(): Nullable<bigint>;
669
+ get index(): bigint;
670
+ get status(): BulkCreateConversationItemStatus;
671
+ copy(clientReference?: Nullable<string>, companyId?: bigint, conversationId?: Nullable<bigint>, index?: bigint, status?: BulkCreateConversationItemStatus): BulkCreateConversationItemResult;
672
+ toString(): string;
673
+ hashCode(): number;
674
+ equals(other: Nullable<any>): boolean;
675
+ }
676
+ export declare namespace BulkCreateConversationItemResult {
677
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
678
+ namespace $metadata$ {
679
+ const constructor: abstract new () => BulkCreateConversationItemResult;
680
+ }
681
+ }
682
+ export declare abstract class BulkCreateConversationItemStatus {
683
+ private constructor();
684
+ static get CREATED(): BulkCreateConversationItemStatus & {
685
+ get name(): "CREATED";
686
+ get ordinal(): 0;
687
+ };
688
+ static get VALIDATED(): BulkCreateConversationItemStatus & {
689
+ get name(): "VALIDATED";
690
+ get ordinal(): 1;
691
+ };
692
+ static get Created(): BulkCreateConversationItemStatus & {
693
+ get name(): "CREATED";
694
+ get ordinal(): 0;
695
+ };
696
+ static get Validated(): BulkCreateConversationItemStatus & {
697
+ get name(): "VALIDATED";
698
+ get ordinal(): 1;
699
+ };
700
+ static values(): [typeof BulkCreateConversationItemStatus.CREATED, typeof BulkCreateConversationItemStatus.VALIDATED];
701
+ static valueOf(value: string): BulkCreateConversationItemStatus;
702
+ get name(): "CREATED" | "VALIDATED";
703
+ get ordinal(): 0 | 1;
704
+ get value(): string;
705
+ toString(): string;
706
+ }
707
+ export declare namespace BulkCreateConversationItemStatus {
708
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
709
+ namespace $metadata$ {
710
+ const constructor: abstract new () => BulkCreateConversationItemStatus;
711
+ }
712
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
713
+ private constructor();
714
+ }
715
+ namespace Companion {
716
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
717
+ namespace $metadata$ {
718
+ abstract class constructor /* implements SerializerFactory */ {
719
+ fromValue(value: string): Nullable<BulkCreateConversationItemStatus>;
720
+ private constructor();
721
+ }
722
+ }
723
+ }
724
+ }
725
+ export declare class BulkCreateConversationsCommand {
726
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateConversationCommand>);
727
+ get dryRun(): Nullable<boolean>;
728
+ get items(): KtList<BulkCreateConversationCommand>;
729
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateConversationCommand>): BulkCreateConversationsCommand;
730
+ toString(): string;
731
+ hashCode(): number;
732
+ equals(other: Nullable<any>): boolean;
733
+ }
734
+ export declare namespace BulkCreateConversationsCommand {
735
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
736
+ namespace $metadata$ {
737
+ const constructor: abstract new () => BulkCreateConversationsCommand;
738
+ }
739
+ }
740
+ export declare class BulkCreateConversationsResult {
741
+ constructor(items: KtList<BulkCreateConversationItemResult>, summary?: Nullable<BulkCreateConversationsSummary>);
742
+ get items(): KtList<BulkCreateConversationItemResult>;
743
+ get summary(): Nullable<BulkCreateConversationsSummary>;
744
+ copy(items?: KtList<BulkCreateConversationItemResult>, summary?: Nullable<BulkCreateConversationsSummary>): BulkCreateConversationsResult;
745
+ toString(): string;
746
+ hashCode(): number;
747
+ equals(other: Nullable<any>): boolean;
748
+ }
749
+ export declare namespace BulkCreateConversationsResult {
750
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
751
+ namespace $metadata$ {
752
+ const constructor: abstract new () => BulkCreateConversationsResult;
753
+ }
754
+ }
755
+ export declare class BulkCreateConversationsSummary {
756
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
757
+ get created(): bigint;
758
+ get dryRun(): boolean;
759
+ get total(): bigint;
760
+ get validated(): bigint;
761
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateConversationsSummary;
762
+ toString(): string;
763
+ hashCode(): number;
764
+ equals(other: Nullable<any>): boolean;
765
+ }
766
+ export declare namespace BulkCreateConversationsSummary {
767
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
768
+ namespace $metadata$ {
769
+ const constructor: abstract new () => BulkCreateConversationsSummary;
770
+ }
771
+ }
772
+ export declare class BulkCreateHomepagePostCommand {
773
+ constructor(clientReference: Nullable<string> | undefined, command: CreatePostCommand, companyId: bigint);
774
+ get clientReference(): Nullable<string>;
775
+ get command(): CreatePostCommand;
776
+ get companyId(): bigint;
777
+ copy(clientReference?: Nullable<string>, command?: CreatePostCommand, companyId?: bigint): BulkCreateHomepagePostCommand;
778
+ toString(): string;
779
+ hashCode(): number;
780
+ equals(other: Nullable<any>): boolean;
781
+ }
782
+ export declare namespace BulkCreateHomepagePostCommand {
783
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
784
+ namespace $metadata$ {
785
+ const constructor: abstract new () => BulkCreateHomepagePostCommand;
786
+ }
787
+ }
788
+ export declare class BulkCreateHomepagePostItemResult {
789
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, postId: Nullable<bigint> | undefined, status: BulkCreateHomepagePostItemStatus);
790
+ get clientReference(): Nullable<string>;
791
+ get companyId(): bigint;
792
+ get index(): bigint;
793
+ get postId(): Nullable<bigint>;
794
+ get status(): BulkCreateHomepagePostItemStatus;
795
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, postId?: Nullable<bigint>, status?: BulkCreateHomepagePostItemStatus): BulkCreateHomepagePostItemResult;
796
+ toString(): string;
797
+ hashCode(): number;
798
+ equals(other: Nullable<any>): boolean;
799
+ }
800
+ export declare namespace BulkCreateHomepagePostItemResult {
801
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
802
+ namespace $metadata$ {
803
+ const constructor: abstract new () => BulkCreateHomepagePostItemResult;
804
+ }
805
+ }
806
+ export declare abstract class BulkCreateHomepagePostItemStatus {
807
+ private constructor();
808
+ static get CREATED(): BulkCreateHomepagePostItemStatus & {
809
+ get name(): "CREATED";
810
+ get ordinal(): 0;
811
+ };
812
+ static get VALIDATED(): BulkCreateHomepagePostItemStatus & {
813
+ get name(): "VALIDATED";
814
+ get ordinal(): 1;
815
+ };
816
+ static get Created(): BulkCreateHomepagePostItemStatus & {
817
+ get name(): "CREATED";
818
+ get ordinal(): 0;
819
+ };
820
+ static get Validated(): BulkCreateHomepagePostItemStatus & {
821
+ get name(): "VALIDATED";
822
+ get ordinal(): 1;
823
+ };
824
+ static values(): [typeof BulkCreateHomepagePostItemStatus.CREATED, typeof BulkCreateHomepagePostItemStatus.VALIDATED];
825
+ static valueOf(value: string): BulkCreateHomepagePostItemStatus;
826
+ get name(): "CREATED" | "VALIDATED";
827
+ get ordinal(): 0 | 1;
828
+ get value(): string;
829
+ toString(): string;
830
+ }
831
+ export declare namespace BulkCreateHomepagePostItemStatus {
832
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
833
+ namespace $metadata$ {
834
+ const constructor: abstract new () => BulkCreateHomepagePostItemStatus;
835
+ }
836
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
837
+ private constructor();
838
+ }
839
+ namespace Companion {
840
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
841
+ namespace $metadata$ {
842
+ abstract class constructor /* implements SerializerFactory */ {
843
+ fromValue(value: string): Nullable<BulkCreateHomepagePostItemStatus>;
844
+ private constructor();
845
+ }
846
+ }
847
+ }
848
+ }
849
+ export declare class BulkCreateHomepagePostsCommand {
850
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateHomepagePostCommand>);
851
+ get dryRun(): Nullable<boolean>;
852
+ get items(): KtList<BulkCreateHomepagePostCommand>;
853
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateHomepagePostCommand>): BulkCreateHomepagePostsCommand;
854
+ toString(): string;
855
+ hashCode(): number;
856
+ equals(other: Nullable<any>): boolean;
857
+ }
858
+ export declare namespace BulkCreateHomepagePostsCommand {
859
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
860
+ namespace $metadata$ {
861
+ const constructor: abstract new () => BulkCreateHomepagePostsCommand;
862
+ }
863
+ }
864
+ export declare class BulkCreateHomepagePostsResult {
865
+ constructor(items: KtList<BulkCreateHomepagePostItemResult>, summary?: Nullable<BulkCreateHomepagePostsSummary>);
866
+ get items(): KtList<BulkCreateHomepagePostItemResult>;
867
+ get summary(): Nullable<BulkCreateHomepagePostsSummary>;
868
+ copy(items?: KtList<BulkCreateHomepagePostItemResult>, summary?: Nullable<BulkCreateHomepagePostsSummary>): BulkCreateHomepagePostsResult;
869
+ toString(): string;
870
+ hashCode(): number;
871
+ equals(other: Nullable<any>): boolean;
872
+ }
873
+ export declare namespace BulkCreateHomepagePostsResult {
874
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
875
+ namespace $metadata$ {
876
+ const constructor: abstract new () => BulkCreateHomepagePostsResult;
877
+ }
878
+ }
879
+ export declare class BulkCreateHomepagePostsSummary {
880
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
881
+ get created(): bigint;
882
+ get dryRun(): boolean;
883
+ get total(): bigint;
884
+ get validated(): bigint;
885
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateHomepagePostsSummary;
886
+ toString(): string;
887
+ hashCode(): number;
888
+ equals(other: Nullable<any>): boolean;
889
+ }
890
+ export declare namespace BulkCreateHomepagePostsSummary {
891
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
892
+ namespace $metadata$ {
893
+ const constructor: abstract new () => BulkCreateHomepagePostsSummary;
894
+ }
895
+ }
896
+ export declare class BulkCreateHomepagePracticalInfoCommand {
897
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateHomepagePracticalInfoItemCommand>);
898
+ get dryRun(): Nullable<boolean>;
899
+ get items(): KtList<BulkCreateHomepagePracticalInfoItemCommand>;
900
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateHomepagePracticalInfoItemCommand>): BulkCreateHomepagePracticalInfoCommand;
901
+ toString(): string;
902
+ hashCode(): number;
903
+ equals(other: Nullable<any>): boolean;
904
+ }
905
+ export declare namespace BulkCreateHomepagePracticalInfoCommand {
906
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
907
+ namespace $metadata$ {
908
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoCommand;
909
+ }
910
+ }
911
+ export declare class BulkCreateHomepagePracticalInfoItemCommand {
912
+ constructor(clientReference: Nullable<string> | undefined, command: CreatePostCommand, companyId: bigint);
913
+ get clientReference(): Nullable<string>;
914
+ get command(): CreatePostCommand;
915
+ get companyId(): bigint;
916
+ copy(clientReference?: Nullable<string>, command?: CreatePostCommand, companyId?: bigint): BulkCreateHomepagePracticalInfoItemCommand;
917
+ toString(): string;
918
+ hashCode(): number;
919
+ equals(other: Nullable<any>): boolean;
920
+ }
921
+ export declare namespace BulkCreateHomepagePracticalInfoItemCommand {
922
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
923
+ namespace $metadata$ {
924
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoItemCommand;
925
+ }
926
+ }
927
+ export declare class BulkCreateHomepagePracticalInfoItemResult {
928
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, practicalInfoId: Nullable<bigint> | undefined, status: BulkCreateHomepagePracticalInfoItemStatus);
929
+ get clientReference(): Nullable<string>;
930
+ get companyId(): bigint;
931
+ get index(): bigint;
932
+ get practicalInfoId(): Nullable<bigint>;
933
+ get status(): BulkCreateHomepagePracticalInfoItemStatus;
934
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, practicalInfoId?: Nullable<bigint>, status?: BulkCreateHomepagePracticalInfoItemStatus): BulkCreateHomepagePracticalInfoItemResult;
935
+ toString(): string;
936
+ hashCode(): number;
937
+ equals(other: Nullable<any>): boolean;
938
+ }
939
+ export declare namespace BulkCreateHomepagePracticalInfoItemResult {
940
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
941
+ namespace $metadata$ {
942
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoItemResult;
943
+ }
944
+ }
945
+ export declare abstract class BulkCreateHomepagePracticalInfoItemStatus {
946
+ private constructor();
947
+ static get CREATED(): BulkCreateHomepagePracticalInfoItemStatus & {
948
+ get name(): "CREATED";
949
+ get ordinal(): 0;
950
+ };
951
+ static get VALIDATED(): BulkCreateHomepagePracticalInfoItemStatus & {
952
+ get name(): "VALIDATED";
953
+ get ordinal(): 1;
954
+ };
955
+ static get Created(): BulkCreateHomepagePracticalInfoItemStatus & {
956
+ get name(): "CREATED";
957
+ get ordinal(): 0;
958
+ };
959
+ static get Validated(): BulkCreateHomepagePracticalInfoItemStatus & {
960
+ get name(): "VALIDATED";
961
+ get ordinal(): 1;
962
+ };
963
+ static values(): [typeof BulkCreateHomepagePracticalInfoItemStatus.CREATED, typeof BulkCreateHomepagePracticalInfoItemStatus.VALIDATED];
964
+ static valueOf(value: string): BulkCreateHomepagePracticalInfoItemStatus;
965
+ get name(): "CREATED" | "VALIDATED";
966
+ get ordinal(): 0 | 1;
967
+ get value(): string;
968
+ toString(): string;
969
+ }
970
+ export declare namespace BulkCreateHomepagePracticalInfoItemStatus {
971
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
972
+ namespace $metadata$ {
973
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoItemStatus;
974
+ }
975
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
976
+ private constructor();
977
+ }
978
+ namespace Companion {
979
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
980
+ namespace $metadata$ {
981
+ abstract class constructor /* implements SerializerFactory */ {
982
+ fromValue(value: string): Nullable<BulkCreateHomepagePracticalInfoItemStatus>;
983
+ private constructor();
984
+ }
985
+ }
986
+ }
987
+ }
988
+ export declare class BulkCreateHomepagePracticalInfoResult {
989
+ constructor(items: KtList<BulkCreateHomepagePracticalInfoItemResult>, summary?: Nullable<BulkCreateHomepagePracticalInfoSummary>);
990
+ get items(): KtList<BulkCreateHomepagePracticalInfoItemResult>;
991
+ get summary(): Nullable<BulkCreateHomepagePracticalInfoSummary>;
992
+ copy(items?: KtList<BulkCreateHomepagePracticalInfoItemResult>, summary?: Nullable<BulkCreateHomepagePracticalInfoSummary>): BulkCreateHomepagePracticalInfoResult;
993
+ toString(): string;
994
+ hashCode(): number;
995
+ equals(other: Nullable<any>): boolean;
996
+ }
997
+ export declare namespace BulkCreateHomepagePracticalInfoResult {
998
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
999
+ namespace $metadata$ {
1000
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoResult;
1001
+ }
1002
+ }
1003
+ export declare class BulkCreateHomepagePracticalInfoSummary {
1004
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
1005
+ get created(): bigint;
1006
+ get dryRun(): boolean;
1007
+ get total(): bigint;
1008
+ get validated(): bigint;
1009
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateHomepagePracticalInfoSummary;
1010
+ toString(): string;
1011
+ hashCode(): number;
1012
+ equals(other: Nullable<any>): boolean;
1013
+ }
1014
+ export declare namespace BulkCreateHomepagePracticalInfoSummary {
1015
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1016
+ namespace $metadata$ {
1017
+ const constructor: abstract new () => BulkCreateHomepagePracticalInfoSummary;
1018
+ }
1019
+ }
1020
+ export declare class BulkCreateIssueCommand {
1021
+ constructor(clientReference: Nullable<string> | undefined, command: CreateIssueCommand, companyId: bigint);
1022
+ get clientReference(): Nullable<string>;
1023
+ get command(): CreateIssueCommand;
1024
+ get companyId(): bigint;
1025
+ copy(clientReference?: Nullable<string>, command?: CreateIssueCommand, companyId?: bigint): BulkCreateIssueCommand;
1026
+ toString(): string;
1027
+ hashCode(): number;
1028
+ equals(other: Nullable<any>): boolean;
1029
+ }
1030
+ export declare namespace BulkCreateIssueCommand {
1031
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1032
+ namespace $metadata$ {
1033
+ const constructor: abstract new () => BulkCreateIssueCommand;
1034
+ }
1035
+ }
1036
+ export declare class BulkCreateIssueItemResult {
1037
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, issueId: Nullable<bigint> | undefined, status: BulkCreateIssueItemStatus);
1038
+ get clientReference(): Nullable<string>;
1039
+ get companyId(): bigint;
1040
+ get index(): bigint;
1041
+ get issueId(): Nullable<bigint>;
1042
+ get status(): BulkCreateIssueItemStatus;
1043
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, issueId?: Nullable<bigint>, status?: BulkCreateIssueItemStatus): BulkCreateIssueItemResult;
1044
+ toString(): string;
1045
+ hashCode(): number;
1046
+ equals(other: Nullable<any>): boolean;
1047
+ }
1048
+ export declare namespace BulkCreateIssueItemResult {
1049
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1050
+ namespace $metadata$ {
1051
+ const constructor: abstract new () => BulkCreateIssueItemResult;
1052
+ }
1053
+ }
1054
+ export declare abstract class BulkCreateIssueItemStatus {
1055
+ private constructor();
1056
+ static get CREATED(): BulkCreateIssueItemStatus & {
1057
+ get name(): "CREATED";
1058
+ get ordinal(): 0;
1059
+ };
1060
+ static get VALIDATED(): BulkCreateIssueItemStatus & {
1061
+ get name(): "VALIDATED";
1062
+ get ordinal(): 1;
1063
+ };
1064
+ static get Created(): BulkCreateIssueItemStatus & {
1065
+ get name(): "CREATED";
1066
+ get ordinal(): 0;
1067
+ };
1068
+ static get Validated(): BulkCreateIssueItemStatus & {
1069
+ get name(): "VALIDATED";
1070
+ get ordinal(): 1;
1071
+ };
1072
+ static values(): [typeof BulkCreateIssueItemStatus.CREATED, typeof BulkCreateIssueItemStatus.VALIDATED];
1073
+ static valueOf(value: string): BulkCreateIssueItemStatus;
1074
+ get name(): "CREATED" | "VALIDATED";
1075
+ get ordinal(): 0 | 1;
1076
+ get value(): string;
1077
+ toString(): string;
1078
+ }
1079
+ export declare namespace BulkCreateIssueItemStatus {
1080
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1081
+ namespace $metadata$ {
1082
+ const constructor: abstract new () => BulkCreateIssueItemStatus;
1083
+ }
1084
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1085
+ private constructor();
1086
+ }
1087
+ namespace Companion {
1088
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1089
+ namespace $metadata$ {
1090
+ abstract class constructor /* implements SerializerFactory */ {
1091
+ fromValue(value: string): Nullable<BulkCreateIssueItemStatus>;
1092
+ private constructor();
1093
+ }
1094
+ }
1095
+ }
1096
+ }
1097
+ export declare class BulkCreateIssuesCommand {
1098
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateIssueCommand>);
1099
+ get dryRun(): Nullable<boolean>;
1100
+ get items(): KtList<BulkCreateIssueCommand>;
1101
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateIssueCommand>): BulkCreateIssuesCommand;
1102
+ toString(): string;
1103
+ hashCode(): number;
1104
+ equals(other: Nullable<any>): boolean;
1105
+ }
1106
+ export declare namespace BulkCreateIssuesCommand {
1107
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1108
+ namespace $metadata$ {
1109
+ const constructor: abstract new () => BulkCreateIssuesCommand;
1110
+ }
1111
+ }
1112
+ export declare class BulkCreateIssuesResult {
1113
+ constructor(items: KtList<BulkCreateIssueItemResult>, summary?: Nullable<BulkCreateIssuesSummary>);
1114
+ get items(): KtList<BulkCreateIssueItemResult>;
1115
+ get summary(): Nullable<BulkCreateIssuesSummary>;
1116
+ copy(items?: KtList<BulkCreateIssueItemResult>, summary?: Nullable<BulkCreateIssuesSummary>): BulkCreateIssuesResult;
1117
+ toString(): string;
1118
+ hashCode(): number;
1119
+ equals(other: Nullable<any>): boolean;
1120
+ }
1121
+ export declare namespace BulkCreateIssuesResult {
1122
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1123
+ namespace $metadata$ {
1124
+ const constructor: abstract new () => BulkCreateIssuesResult;
1125
+ }
1126
+ }
1127
+ export declare class BulkCreateIssuesSummary {
1128
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
1129
+ get created(): bigint;
1130
+ get dryRun(): boolean;
1131
+ get total(): bigint;
1132
+ get validated(): bigint;
1133
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateIssuesSummary;
1134
+ toString(): string;
1135
+ hashCode(): number;
1136
+ equals(other: Nullable<any>): boolean;
1137
+ }
1138
+ export declare namespace BulkCreateIssuesSummary {
1139
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1140
+ namespace $metadata$ {
1141
+ const constructor: abstract new () => BulkCreateIssuesSummary;
1142
+ }
1143
+ }
1144
+ export declare class BulkCreateMeetingCommand {
1145
+ constructor(clientReference: Nullable<string> | undefined, command: CreateMeetingCommand, companyId: bigint);
1146
+ get clientReference(): Nullable<string>;
1147
+ get command(): CreateMeetingCommand;
1148
+ get companyId(): bigint;
1149
+ copy(clientReference?: Nullable<string>, command?: CreateMeetingCommand, companyId?: bigint): BulkCreateMeetingCommand;
1150
+ toString(): string;
1151
+ hashCode(): number;
1152
+ equals(other: Nullable<any>): boolean;
1153
+ }
1154
+ export declare namespace BulkCreateMeetingCommand {
1155
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1156
+ namespace $metadata$ {
1157
+ const constructor: abstract new () => BulkCreateMeetingCommand;
1158
+ }
1159
+ }
1160
+ export declare class BulkCreateMeetingItemResult {
1161
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, meetingId: Nullable<bigint> | undefined, status: BulkCreateMeetingItemStatus);
1162
+ get clientReference(): Nullable<string>;
1163
+ get companyId(): bigint;
1164
+ get index(): bigint;
1165
+ get meetingId(): Nullable<bigint>;
1166
+ get status(): BulkCreateMeetingItemStatus;
1167
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, meetingId?: Nullable<bigint>, status?: BulkCreateMeetingItemStatus): BulkCreateMeetingItemResult;
1168
+ toString(): string;
1169
+ hashCode(): number;
1170
+ equals(other: Nullable<any>): boolean;
1171
+ }
1172
+ export declare namespace BulkCreateMeetingItemResult {
1173
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1174
+ namespace $metadata$ {
1175
+ const constructor: abstract new () => BulkCreateMeetingItemResult;
1176
+ }
1177
+ }
1178
+ export declare abstract class BulkCreateMeetingItemStatus {
1179
+ private constructor();
1180
+ static get CREATED(): BulkCreateMeetingItemStatus & {
1181
+ get name(): "CREATED";
1182
+ get ordinal(): 0;
1183
+ };
1184
+ static get VALIDATED(): BulkCreateMeetingItemStatus & {
1185
+ get name(): "VALIDATED";
1186
+ get ordinal(): 1;
1187
+ };
1188
+ static get Created(): BulkCreateMeetingItemStatus & {
1189
+ get name(): "CREATED";
1190
+ get ordinal(): 0;
1191
+ };
1192
+ static get Validated(): BulkCreateMeetingItemStatus & {
1193
+ get name(): "VALIDATED";
1194
+ get ordinal(): 1;
1195
+ };
1196
+ static values(): [typeof BulkCreateMeetingItemStatus.CREATED, typeof BulkCreateMeetingItemStatus.VALIDATED];
1197
+ static valueOf(value: string): BulkCreateMeetingItemStatus;
1198
+ get name(): "CREATED" | "VALIDATED";
1199
+ get ordinal(): 0 | 1;
1200
+ get value(): string;
1201
+ toString(): string;
1202
+ }
1203
+ export declare namespace BulkCreateMeetingItemStatus {
1204
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1205
+ namespace $metadata$ {
1206
+ const constructor: abstract new () => BulkCreateMeetingItemStatus;
1207
+ }
1208
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1209
+ private constructor();
1210
+ }
1211
+ namespace Companion {
1212
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1213
+ namespace $metadata$ {
1214
+ abstract class constructor /* implements SerializerFactory */ {
1215
+ fromValue(value: string): Nullable<BulkCreateMeetingItemStatus>;
1216
+ private constructor();
1217
+ }
1218
+ }
1219
+ }
1220
+ }
1221
+ export declare class BulkCreateMeetingsCommand {
1222
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateMeetingCommand>);
1223
+ get dryRun(): Nullable<boolean>;
1224
+ get items(): KtList<BulkCreateMeetingCommand>;
1225
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateMeetingCommand>): BulkCreateMeetingsCommand;
1226
+ toString(): string;
1227
+ hashCode(): number;
1228
+ equals(other: Nullable<any>): boolean;
1229
+ }
1230
+ export declare namespace BulkCreateMeetingsCommand {
1231
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1232
+ namespace $metadata$ {
1233
+ const constructor: abstract new () => BulkCreateMeetingsCommand;
1234
+ }
1235
+ }
1236
+ export declare class BulkCreateMeetingsResult {
1237
+ constructor(items: KtList<BulkCreateMeetingItemResult>, summary?: Nullable<BulkCreateMeetingsSummary>);
1238
+ get items(): KtList<BulkCreateMeetingItemResult>;
1239
+ get summary(): Nullable<BulkCreateMeetingsSummary>;
1240
+ copy(items?: KtList<BulkCreateMeetingItemResult>, summary?: Nullable<BulkCreateMeetingsSummary>): BulkCreateMeetingsResult;
1241
+ toString(): string;
1242
+ hashCode(): number;
1243
+ equals(other: Nullable<any>): boolean;
1244
+ }
1245
+ export declare namespace BulkCreateMeetingsResult {
1246
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1247
+ namespace $metadata$ {
1248
+ const constructor: abstract new () => BulkCreateMeetingsResult;
1249
+ }
1250
+ }
1251
+ export declare class BulkCreateMeetingsSummary {
1252
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
1253
+ get created(): bigint;
1254
+ get dryRun(): boolean;
1255
+ get total(): bigint;
1256
+ get validated(): bigint;
1257
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateMeetingsSummary;
1258
+ toString(): string;
1259
+ hashCode(): number;
1260
+ equals(other: Nullable<any>): boolean;
1261
+ }
1262
+ export declare namespace BulkCreateMeetingsSummary {
1263
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1264
+ namespace $metadata$ {
1265
+ const constructor: abstract new () => BulkCreateMeetingsSummary;
1266
+ }
1267
+ }
1268
+ export declare class BulkCreateNewsletterCommand {
1269
+ constructor(clientReference: Nullable<string> | undefined, command: CreateNewsletterCommand, companyId: bigint);
1270
+ get clientReference(): Nullable<string>;
1271
+ get command(): CreateNewsletterCommand;
1272
+ get companyId(): bigint;
1273
+ copy(clientReference?: Nullable<string>, command?: CreateNewsletterCommand, companyId?: bigint): BulkCreateNewsletterCommand;
1274
+ toString(): string;
1275
+ hashCode(): number;
1276
+ equals(other: Nullable<any>): boolean;
1277
+ }
1278
+ export declare namespace BulkCreateNewsletterCommand {
1279
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1280
+ namespace $metadata$ {
1281
+ const constructor: abstract new () => BulkCreateNewsletterCommand;
1282
+ }
1283
+ }
1284
+ export declare class BulkCreateNewsletterItemResult {
1285
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, newsletterId: Nullable<bigint> | undefined, status: BulkCreateNewsletterItemStatus);
1286
+ get clientReference(): Nullable<string>;
1287
+ get companyId(): bigint;
1288
+ get index(): bigint;
1289
+ get newsletterId(): Nullable<bigint>;
1290
+ get status(): BulkCreateNewsletterItemStatus;
1291
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, newsletterId?: Nullable<bigint>, status?: BulkCreateNewsletterItemStatus): BulkCreateNewsletterItemResult;
1292
+ toString(): string;
1293
+ hashCode(): number;
1294
+ equals(other: Nullable<any>): boolean;
1295
+ }
1296
+ export declare namespace BulkCreateNewsletterItemResult {
1297
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1298
+ namespace $metadata$ {
1299
+ const constructor: abstract new () => BulkCreateNewsletterItemResult;
1300
+ }
1301
+ }
1302
+ export declare abstract class BulkCreateNewsletterItemStatus {
1303
+ private constructor();
1304
+ static get CREATED(): BulkCreateNewsletterItemStatus & {
1305
+ get name(): "CREATED";
1306
+ get ordinal(): 0;
1307
+ };
1308
+ static get VALIDATED(): BulkCreateNewsletterItemStatus & {
1309
+ get name(): "VALIDATED";
1310
+ get ordinal(): 1;
1311
+ };
1312
+ static get Created(): BulkCreateNewsletterItemStatus & {
1313
+ get name(): "CREATED";
1314
+ get ordinal(): 0;
1315
+ };
1316
+ static get Validated(): BulkCreateNewsletterItemStatus & {
1317
+ get name(): "VALIDATED";
1318
+ get ordinal(): 1;
1319
+ };
1320
+ static values(): [typeof BulkCreateNewsletterItemStatus.CREATED, typeof BulkCreateNewsletterItemStatus.VALIDATED];
1321
+ static valueOf(value: string): BulkCreateNewsletterItemStatus;
1322
+ get name(): "CREATED" | "VALIDATED";
1323
+ get ordinal(): 0 | 1;
1324
+ get value(): string;
1325
+ toString(): string;
1326
+ }
1327
+ export declare namespace BulkCreateNewsletterItemStatus {
1328
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1329
+ namespace $metadata$ {
1330
+ const constructor: abstract new () => BulkCreateNewsletterItemStatus;
1331
+ }
1332
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1333
+ private constructor();
1334
+ }
1335
+ namespace Companion {
1336
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1337
+ namespace $metadata$ {
1338
+ abstract class constructor /* implements SerializerFactory */ {
1339
+ fromValue(value: string): Nullable<BulkCreateNewsletterItemStatus>;
1340
+ private constructor();
1341
+ }
1342
+ }
1343
+ }
1344
+ }
1345
+ export declare class BulkCreateNewslettersCommand {
1346
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateNewsletterCommand>);
1347
+ get dryRun(): Nullable<boolean>;
1348
+ get items(): KtList<BulkCreateNewsletterCommand>;
1349
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateNewsletterCommand>): BulkCreateNewslettersCommand;
1350
+ toString(): string;
1351
+ hashCode(): number;
1352
+ equals(other: Nullable<any>): boolean;
1353
+ }
1354
+ export declare namespace BulkCreateNewslettersCommand {
1355
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1356
+ namespace $metadata$ {
1357
+ const constructor: abstract new () => BulkCreateNewslettersCommand;
1358
+ }
1359
+ }
1360
+ export declare class BulkCreateNewslettersResult {
1361
+ constructor(items: KtList<BulkCreateNewsletterItemResult>, summary?: Nullable<BulkCreateNewslettersSummary>);
1362
+ get items(): KtList<BulkCreateNewsletterItemResult>;
1363
+ get summary(): Nullable<BulkCreateNewslettersSummary>;
1364
+ copy(items?: KtList<BulkCreateNewsletterItemResult>, summary?: Nullable<BulkCreateNewslettersSummary>): BulkCreateNewslettersResult;
1365
+ toString(): string;
1366
+ hashCode(): number;
1367
+ equals(other: Nullable<any>): boolean;
1368
+ }
1369
+ export declare namespace BulkCreateNewslettersResult {
1370
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1371
+ namespace $metadata$ {
1372
+ const constructor: abstract new () => BulkCreateNewslettersResult;
1373
+ }
1374
+ }
1375
+ export declare class BulkCreateNewslettersSummary {
1376
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
1377
+ get created(): bigint;
1378
+ get dryRun(): boolean;
1379
+ get total(): bigint;
1380
+ get validated(): bigint;
1381
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateNewslettersSummary;
1382
+ toString(): string;
1383
+ hashCode(): number;
1384
+ equals(other: Nullable<any>): boolean;
1385
+ }
1386
+ export declare namespace BulkCreateNewslettersSummary {
1387
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1388
+ namespace $metadata$ {
1389
+ const constructor: abstract new () => BulkCreateNewslettersSummary;
1390
+ }
1391
+ }
1392
+ export declare class BulkCreateSMSBroadcastCommand {
1393
+ constructor(clientReference: Nullable<string> | undefined, command: CreateSMSBroadcastCommand, companyId: bigint);
1394
+ get clientReference(): Nullable<string>;
1395
+ get command(): CreateSMSBroadcastCommand;
1396
+ get companyId(): bigint;
1397
+ copy(clientReference?: Nullable<string>, command?: CreateSMSBroadcastCommand, companyId?: bigint): BulkCreateSMSBroadcastCommand;
1398
+ toString(): string;
1399
+ hashCode(): number;
1400
+ equals(other: Nullable<any>): boolean;
1401
+ }
1402
+ export declare namespace BulkCreateSMSBroadcastCommand {
1403
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1404
+ namespace $metadata$ {
1405
+ const constructor: abstract new () => BulkCreateSMSBroadcastCommand;
1406
+ }
1407
+ }
1408
+ export declare class BulkCreateSMSBroadcastItemResult {
1409
+ constructor(broadcastId: Nullable<bigint> | undefined, clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, status: BulkCreateSMSBroadcastItemStatus);
1410
+ get broadcastId(): Nullable<bigint>;
1411
+ get clientReference(): Nullable<string>;
1412
+ get companyId(): bigint;
1413
+ get index(): bigint;
1414
+ get status(): BulkCreateSMSBroadcastItemStatus;
1415
+ copy(broadcastId?: Nullable<bigint>, clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, status?: BulkCreateSMSBroadcastItemStatus): BulkCreateSMSBroadcastItemResult;
1416
+ toString(): string;
1417
+ hashCode(): number;
1418
+ equals(other: Nullable<any>): boolean;
1419
+ }
1420
+ export declare namespace BulkCreateSMSBroadcastItemResult {
1421
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1422
+ namespace $metadata$ {
1423
+ const constructor: abstract new () => BulkCreateSMSBroadcastItemResult;
1424
+ }
1425
+ }
1426
+ export declare abstract class BulkCreateSMSBroadcastItemStatus {
1427
+ private constructor();
1428
+ static get CREATED(): BulkCreateSMSBroadcastItemStatus & {
1429
+ get name(): "CREATED";
1430
+ get ordinal(): 0;
1431
+ };
1432
+ static get VALIDATED(): BulkCreateSMSBroadcastItemStatus & {
1433
+ get name(): "VALIDATED";
1434
+ get ordinal(): 1;
1435
+ };
1436
+ static get Created(): BulkCreateSMSBroadcastItemStatus & {
1437
+ get name(): "CREATED";
1438
+ get ordinal(): 0;
1439
+ };
1440
+ static get Validated(): BulkCreateSMSBroadcastItemStatus & {
1441
+ get name(): "VALIDATED";
1442
+ get ordinal(): 1;
1443
+ };
1444
+ static values(): [typeof BulkCreateSMSBroadcastItemStatus.CREATED, typeof BulkCreateSMSBroadcastItemStatus.VALIDATED];
1445
+ static valueOf(value: string): BulkCreateSMSBroadcastItemStatus;
1446
+ get name(): "CREATED" | "VALIDATED";
1447
+ get ordinal(): 0 | 1;
1448
+ get value(): string;
1449
+ toString(): string;
1450
+ }
1451
+ export declare namespace BulkCreateSMSBroadcastItemStatus {
1452
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1453
+ namespace $metadata$ {
1454
+ const constructor: abstract new () => BulkCreateSMSBroadcastItemStatus;
1455
+ }
1456
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1457
+ private constructor();
1458
+ }
1459
+ namespace Companion {
1460
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1461
+ namespace $metadata$ {
1462
+ abstract class constructor /* implements SerializerFactory */ {
1463
+ fromValue(value: string): Nullable<BulkCreateSMSBroadcastItemStatus>;
1464
+ private constructor();
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+ export declare class BulkCreateSMSBroadcastsCommand {
1470
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkCreateSMSBroadcastCommand>);
1471
+ get dryRun(): Nullable<boolean>;
1472
+ get items(): KtList<BulkCreateSMSBroadcastCommand>;
1473
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkCreateSMSBroadcastCommand>): BulkCreateSMSBroadcastsCommand;
1474
+ toString(): string;
1475
+ hashCode(): number;
1476
+ equals(other: Nullable<any>): boolean;
1477
+ }
1478
+ export declare namespace BulkCreateSMSBroadcastsCommand {
1479
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1480
+ namespace $metadata$ {
1481
+ const constructor: abstract new () => BulkCreateSMSBroadcastsCommand;
1482
+ }
1483
+ }
1484
+ export declare class BulkCreateSMSBroadcastsResult {
1485
+ constructor(items: KtList<BulkCreateSMSBroadcastItemResult>, summary?: Nullable<BulkCreateSMSBroadcastsSummary>);
1486
+ get items(): KtList<BulkCreateSMSBroadcastItemResult>;
1487
+ get summary(): Nullable<BulkCreateSMSBroadcastsSummary>;
1488
+ copy(items?: KtList<BulkCreateSMSBroadcastItemResult>, summary?: Nullable<BulkCreateSMSBroadcastsSummary>): BulkCreateSMSBroadcastsResult;
1489
+ toString(): string;
1490
+ hashCode(): number;
1491
+ equals(other: Nullable<any>): boolean;
1492
+ }
1493
+ export declare namespace BulkCreateSMSBroadcastsResult {
1494
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1495
+ namespace $metadata$ {
1496
+ const constructor: abstract new () => BulkCreateSMSBroadcastsResult;
1497
+ }
1498
+ }
1499
+ export declare class BulkCreateSMSBroadcastsSummary {
1500
+ constructor(created: bigint, dryRun: boolean, total: bigint, validated: bigint);
1501
+ get created(): bigint;
1502
+ get dryRun(): boolean;
1503
+ get total(): bigint;
1504
+ get validated(): bigint;
1505
+ copy(created?: bigint, dryRun?: boolean, total?: bigint, validated?: bigint): BulkCreateSMSBroadcastsSummary;
1506
+ toString(): string;
1507
+ hashCode(): number;
1508
+ equals(other: Nullable<any>): boolean;
1509
+ }
1510
+ export declare namespace BulkCreateSMSBroadcastsSummary {
1511
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1512
+ namespace $metadata$ {
1513
+ const constructor: abstract new () => BulkCreateSMSBroadcastsSummary;
1514
+ }
1515
+ }
648
1516
  export declare class BulkImportTaskCommand {
649
1517
  constructor(clientReference: Nullable<string> | undefined, command: CreateTaskCommand, companyId: bigint);
650
1518
  get clientReference(): Nullable<string>;
@@ -769,6 +1637,268 @@ export declare namespace BulkImportTasksSummary {
769
1637
  const constructor: abstract new () => BulkImportTasksSummary;
770
1638
  }
771
1639
  }
1640
+ export declare class BulkPublishNewsletterCommand {
1641
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, newsletterId: bigint);
1642
+ get clientReference(): Nullable<string>;
1643
+ get companyId(): bigint;
1644
+ get newsletterId(): bigint;
1645
+ copy(clientReference?: Nullable<string>, companyId?: bigint, newsletterId?: bigint): BulkPublishNewsletterCommand;
1646
+ toString(): string;
1647
+ hashCode(): number;
1648
+ equals(other: Nullable<any>): boolean;
1649
+ }
1650
+ export declare namespace BulkPublishNewsletterCommand {
1651
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1652
+ namespace $metadata$ {
1653
+ const constructor: abstract new () => BulkPublishNewsletterCommand;
1654
+ }
1655
+ }
1656
+ export declare class BulkPublishNewsletterItemResult {
1657
+ constructor(clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, newsletterId: bigint, status: BulkPublishNewsletterItemStatus);
1658
+ get clientReference(): Nullable<string>;
1659
+ get companyId(): bigint;
1660
+ get index(): bigint;
1661
+ get newsletterId(): bigint;
1662
+ get status(): BulkPublishNewsletterItemStatus;
1663
+ copy(clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, newsletterId?: bigint, status?: BulkPublishNewsletterItemStatus): BulkPublishNewsletterItemResult;
1664
+ toString(): string;
1665
+ hashCode(): number;
1666
+ equals(other: Nullable<any>): boolean;
1667
+ }
1668
+ export declare namespace BulkPublishNewsletterItemResult {
1669
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1670
+ namespace $metadata$ {
1671
+ const constructor: abstract new () => BulkPublishNewsletterItemResult;
1672
+ }
1673
+ }
1674
+ export declare abstract class BulkPublishNewsletterItemStatus {
1675
+ private constructor();
1676
+ static get PUBLISHED(): BulkPublishNewsletterItemStatus & {
1677
+ get name(): "PUBLISHED";
1678
+ get ordinal(): 0;
1679
+ };
1680
+ static get VALIDATED(): BulkPublishNewsletterItemStatus & {
1681
+ get name(): "VALIDATED";
1682
+ get ordinal(): 1;
1683
+ };
1684
+ static get Published(): BulkPublishNewsletterItemStatus & {
1685
+ get name(): "PUBLISHED";
1686
+ get ordinal(): 0;
1687
+ };
1688
+ static get Validated(): BulkPublishNewsletterItemStatus & {
1689
+ get name(): "VALIDATED";
1690
+ get ordinal(): 1;
1691
+ };
1692
+ static values(): [typeof BulkPublishNewsletterItemStatus.PUBLISHED, typeof BulkPublishNewsletterItemStatus.VALIDATED];
1693
+ static valueOf(value: string): BulkPublishNewsletterItemStatus;
1694
+ get name(): "PUBLISHED" | "VALIDATED";
1695
+ get ordinal(): 0 | 1;
1696
+ get value(): string;
1697
+ toString(): string;
1698
+ }
1699
+ export declare namespace BulkPublishNewsletterItemStatus {
1700
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1701
+ namespace $metadata$ {
1702
+ const constructor: abstract new () => BulkPublishNewsletterItemStatus;
1703
+ }
1704
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1705
+ private constructor();
1706
+ }
1707
+ namespace Companion {
1708
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1709
+ namespace $metadata$ {
1710
+ abstract class constructor /* implements SerializerFactory */ {
1711
+ fromValue(value: string): Nullable<BulkPublishNewsletterItemStatus>;
1712
+ private constructor();
1713
+ }
1714
+ }
1715
+ }
1716
+ }
1717
+ export declare class BulkPublishNewslettersCommand {
1718
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkPublishNewsletterCommand>);
1719
+ get dryRun(): Nullable<boolean>;
1720
+ get items(): KtList<BulkPublishNewsletterCommand>;
1721
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkPublishNewsletterCommand>): BulkPublishNewslettersCommand;
1722
+ toString(): string;
1723
+ hashCode(): number;
1724
+ equals(other: Nullable<any>): boolean;
1725
+ }
1726
+ export declare namespace BulkPublishNewslettersCommand {
1727
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1728
+ namespace $metadata$ {
1729
+ const constructor: abstract new () => BulkPublishNewslettersCommand;
1730
+ }
1731
+ }
1732
+ export declare class BulkPublishNewslettersResult {
1733
+ constructor(items: KtList<BulkPublishNewsletterItemResult>, summary?: Nullable<BulkPublishNewslettersSummary>);
1734
+ get items(): KtList<BulkPublishNewsletterItemResult>;
1735
+ get summary(): Nullable<BulkPublishNewslettersSummary>;
1736
+ copy(items?: KtList<BulkPublishNewsletterItemResult>, summary?: Nullable<BulkPublishNewslettersSummary>): BulkPublishNewslettersResult;
1737
+ toString(): string;
1738
+ hashCode(): number;
1739
+ equals(other: Nullable<any>): boolean;
1740
+ }
1741
+ export declare namespace BulkPublishNewslettersResult {
1742
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1743
+ namespace $metadata$ {
1744
+ const constructor: abstract new () => BulkPublishNewslettersResult;
1745
+ }
1746
+ }
1747
+ export declare class BulkPublishNewslettersSummary {
1748
+ constructor(dryRun: boolean, published: bigint, total: bigint, validated: bigint);
1749
+ get dryRun(): boolean;
1750
+ get published(): bigint;
1751
+ get total(): bigint;
1752
+ get validated(): bigint;
1753
+ copy(dryRun?: boolean, published?: bigint, total?: bigint, validated?: bigint): BulkPublishNewslettersSummary;
1754
+ toString(): string;
1755
+ hashCode(): number;
1756
+ equals(other: Nullable<any>): boolean;
1757
+ }
1758
+ export declare namespace BulkPublishNewslettersSummary {
1759
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1760
+ namespace $metadata$ {
1761
+ const constructor: abstract new () => BulkPublishNewslettersSummary;
1762
+ }
1763
+ }
1764
+ export declare class BulkPublishSMSBroadcastCommand {
1765
+ constructor(broadcastId: bigint, clientReference: Nullable<string> | undefined, companyId: bigint);
1766
+ get broadcastId(): bigint;
1767
+ get clientReference(): Nullable<string>;
1768
+ get companyId(): bigint;
1769
+ copy(broadcastId?: bigint, clientReference?: Nullable<string>, companyId?: bigint): BulkPublishSMSBroadcastCommand;
1770
+ toString(): string;
1771
+ hashCode(): number;
1772
+ equals(other: Nullable<any>): boolean;
1773
+ }
1774
+ export declare namespace BulkPublishSMSBroadcastCommand {
1775
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1776
+ namespace $metadata$ {
1777
+ const constructor: abstract new () => BulkPublishSMSBroadcastCommand;
1778
+ }
1779
+ }
1780
+ export declare class BulkPublishSMSBroadcastItemResult {
1781
+ constructor(broadcastId: bigint, clientReference: Nullable<string> | undefined, companyId: bigint, index: bigint, status: BulkPublishSMSBroadcastItemStatus);
1782
+ get broadcastId(): bigint;
1783
+ get clientReference(): Nullable<string>;
1784
+ get companyId(): bigint;
1785
+ get index(): bigint;
1786
+ get status(): BulkPublishSMSBroadcastItemStatus;
1787
+ copy(broadcastId?: bigint, clientReference?: Nullable<string>, companyId?: bigint, index?: bigint, status?: BulkPublishSMSBroadcastItemStatus): BulkPublishSMSBroadcastItemResult;
1788
+ toString(): string;
1789
+ hashCode(): number;
1790
+ equals(other: Nullable<any>): boolean;
1791
+ }
1792
+ export declare namespace BulkPublishSMSBroadcastItemResult {
1793
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1794
+ namespace $metadata$ {
1795
+ const constructor: abstract new () => BulkPublishSMSBroadcastItemResult;
1796
+ }
1797
+ }
1798
+ export declare abstract class BulkPublishSMSBroadcastItemStatus {
1799
+ private constructor();
1800
+ static get PUBLISHED(): BulkPublishSMSBroadcastItemStatus & {
1801
+ get name(): "PUBLISHED";
1802
+ get ordinal(): 0;
1803
+ };
1804
+ static get VALIDATED(): BulkPublishSMSBroadcastItemStatus & {
1805
+ get name(): "VALIDATED";
1806
+ get ordinal(): 1;
1807
+ };
1808
+ static get Published(): BulkPublishSMSBroadcastItemStatus & {
1809
+ get name(): "PUBLISHED";
1810
+ get ordinal(): 0;
1811
+ };
1812
+ static get Validated(): BulkPublishSMSBroadcastItemStatus & {
1813
+ get name(): "VALIDATED";
1814
+ get ordinal(): 1;
1815
+ };
1816
+ static values(): [typeof BulkPublishSMSBroadcastItemStatus.PUBLISHED, typeof BulkPublishSMSBroadcastItemStatus.VALIDATED];
1817
+ static valueOf(value: string): BulkPublishSMSBroadcastItemStatus;
1818
+ get name(): "PUBLISHED" | "VALIDATED";
1819
+ get ordinal(): 0 | 1;
1820
+ get value(): string;
1821
+ toString(): string;
1822
+ }
1823
+ export declare namespace BulkPublishSMSBroadcastItemStatus {
1824
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1825
+ namespace $metadata$ {
1826
+ const constructor: abstract new () => BulkPublishSMSBroadcastItemStatus;
1827
+ }
1828
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1829
+ private constructor();
1830
+ }
1831
+ namespace Companion {
1832
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1833
+ namespace $metadata$ {
1834
+ abstract class constructor /* implements SerializerFactory */ {
1835
+ fromValue(value: string): Nullable<BulkPublishSMSBroadcastItemStatus>;
1836
+ private constructor();
1837
+ }
1838
+ }
1839
+ }
1840
+ }
1841
+ export declare class BulkPublishSMSBroadcastsCommand {
1842
+ constructor(dryRun: Nullable<boolean> | undefined, items: KtList<BulkPublishSMSBroadcastCommand>);
1843
+ get dryRun(): Nullable<boolean>;
1844
+ get items(): KtList<BulkPublishSMSBroadcastCommand>;
1845
+ copy(dryRun?: Nullable<boolean>, items?: KtList<BulkPublishSMSBroadcastCommand>): BulkPublishSMSBroadcastsCommand;
1846
+ toString(): string;
1847
+ hashCode(): number;
1848
+ equals(other: Nullable<any>): boolean;
1849
+ }
1850
+ export declare namespace BulkPublishSMSBroadcastsCommand {
1851
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1852
+ namespace $metadata$ {
1853
+ const constructor: abstract new () => BulkPublishSMSBroadcastsCommand;
1854
+ }
1855
+ }
1856
+ export declare class BulkPublishSMSBroadcastsResult {
1857
+ constructor(items: KtList<BulkPublishSMSBroadcastItemResult>, summary?: Nullable<BulkPublishSMSBroadcastsSummary>);
1858
+ get items(): KtList<BulkPublishSMSBroadcastItemResult>;
1859
+ get summary(): Nullable<BulkPublishSMSBroadcastsSummary>;
1860
+ copy(items?: KtList<BulkPublishSMSBroadcastItemResult>, summary?: Nullable<BulkPublishSMSBroadcastsSummary>): BulkPublishSMSBroadcastsResult;
1861
+ toString(): string;
1862
+ hashCode(): number;
1863
+ equals(other: Nullable<any>): boolean;
1864
+ }
1865
+ export declare namespace BulkPublishSMSBroadcastsResult {
1866
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1867
+ namespace $metadata$ {
1868
+ const constructor: abstract new () => BulkPublishSMSBroadcastsResult;
1869
+ }
1870
+ }
1871
+ export declare class BulkPublishSMSBroadcastsSummary {
1872
+ constructor(dryRun: boolean, published: bigint, total: bigint, validated: bigint);
1873
+ get dryRun(): boolean;
1874
+ get published(): bigint;
1875
+ get total(): bigint;
1876
+ get validated(): bigint;
1877
+ copy(dryRun?: boolean, published?: bigint, total?: bigint, validated?: bigint): BulkPublishSMSBroadcastsSummary;
1878
+ toString(): string;
1879
+ hashCode(): number;
1880
+ equals(other: Nullable<any>): boolean;
1881
+ }
1882
+ export declare namespace BulkPublishSMSBroadcastsSummary {
1883
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1884
+ namespace $metadata$ {
1885
+ const constructor: abstract new () => BulkPublishSMSBroadcastsSummary;
1886
+ }
1887
+ }
1888
+ export declare class BulkUserActions {
1889
+ constructor(items: KtList<UserActionsByCompany>);
1890
+ get items(): KtList<UserActionsByCompany>;
1891
+ copy(items?: KtList<UserActionsByCompany>): BulkUserActions;
1892
+ toString(): string;
1893
+ hashCode(): number;
1894
+ equals(other: Nullable<any>): boolean;
1895
+ }
1896
+ export declare namespace BulkUserActions {
1897
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1898
+ namespace $metadata$ {
1899
+ const constructor: abstract new () => BulkUserActions;
1900
+ }
1901
+ }
772
1902
  export declare class BusinessAddress {
773
1903
  constructor(address?: Nullable<AddressSpecifics>, country?: Nullable<bigint>, matrikkel?: Nullable<CompanyMatrikkel>);
774
1904
  get address(): Nullable<AddressSpecifics>;
@@ -6354,6 +7484,27 @@ export declare namespace InvoicePlanTransaction {
6354
7484
  const constructor: abstract new () => InvoicePlanTransaction;
6355
7485
  }
6356
7486
  }
7487
+ export declare class InvoicePlanTransactionOverview {
7488
+ constructor(companyId: bigint, createdAt: any/* Instant */, id: bigint, invoicePlanActive: boolean, invoicePlanId: bigint, invoicePlanName: string, invoicePlanType: InvoicePlanType, overdueEnabled: boolean);
7489
+ get companyId(): bigint;
7490
+ get createdAt(): any/* Instant */;
7491
+ get id(): bigint;
7492
+ get invoicePlanActive(): boolean;
7493
+ get invoicePlanId(): bigint;
7494
+ get invoicePlanName(): string;
7495
+ get invoicePlanType(): InvoicePlanType;
7496
+ get overdueEnabled(): boolean;
7497
+ copy(companyId?: bigint, createdAt?: any/* Instant */, id?: bigint, invoicePlanActive?: boolean, invoicePlanId?: bigint, invoicePlanName?: string, invoicePlanType?: InvoicePlanType, overdueEnabled?: boolean): InvoicePlanTransactionOverview;
7498
+ toString(): string;
7499
+ hashCode(): number;
7500
+ equals(other: Nullable<any>): boolean;
7501
+ }
7502
+ export declare namespace InvoicePlanTransactionOverview {
7503
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7504
+ namespace $metadata$ {
7505
+ const constructor: abstract new () => InvoicePlanTransactionOverview;
7506
+ }
7507
+ }
6357
7508
  export declare abstract class InvoicePlanType {
6358
7509
  private constructor();
6359
7510
  static get FELLESKOSTNADER(): InvoicePlanType & {
@@ -9873,6 +11024,22 @@ export declare namespace PagedListInvoicePlanTransaction {
9873
11024
  const constructor: abstract new () => PagedListInvoicePlanTransaction;
9874
11025
  }
9875
11026
  }
11027
+ export declare class PagedListInvoicePlanTransactionOverview {
11028
+ constructor(items: KtList<InvoicePlanTransactionOverview>, meta: Meta, paging: Paging);
11029
+ get items(): KtList<InvoicePlanTransactionOverview>;
11030
+ get meta(): Meta;
11031
+ get paging(): Paging;
11032
+ copy(items?: KtList<InvoicePlanTransactionOverview>, meta?: Meta, paging?: Paging): PagedListInvoicePlanTransactionOverview;
11033
+ toString(): string;
11034
+ hashCode(): number;
11035
+ equals(other: Nullable<any>): boolean;
11036
+ }
11037
+ export declare namespace PagedListInvoicePlanTransactionOverview {
11038
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11039
+ namespace $metadata$ {
11040
+ const constructor: abstract new () => PagedListInvoicePlanTransactionOverview;
11041
+ }
11042
+ }
9876
11043
  export declare class PagedListInvoicePlanType {
9877
11044
  constructor(items: KtList<InvoicePlanType>, meta: Meta, paging: Paging);
9878
11045
  get items(): KtList<InvoicePlanType>;
@@ -9905,6 +11072,22 @@ export declare namespace PagedListInvoicePreview {
9905
11072
  const constructor: abstract new () => PagedListInvoicePreview;
9906
11073
  }
9907
11074
  }
11075
+ export declare class PagedListInvoiceSettings {
11076
+ constructor(items: KtList<InvoiceSettings>, meta: Meta, paging: Paging);
11077
+ get items(): KtList<InvoiceSettings>;
11078
+ get meta(): Meta;
11079
+ get paging(): Paging;
11080
+ copy(items?: KtList<InvoiceSettings>, meta?: Meta, paging?: Paging): PagedListInvoiceSettings;
11081
+ toString(): string;
11082
+ hashCode(): number;
11083
+ equals(other: Nullable<any>): boolean;
11084
+ }
11085
+ export declare namespace PagedListInvoiceSettings {
11086
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11087
+ namespace $metadata$ {
11088
+ const constructor: abstract new () => PagedListInvoiceSettings;
11089
+ }
11090
+ }
9908
11091
  export declare class PagedListIssue {
9909
11092
  constructor(items: KtList<Issue>, meta: Meta, paging: Paging);
9910
11093
  get items(): KtList<Issue>;
@@ -10145,6 +11328,22 @@ export declare namespace PagedListPost {
10145
11328
  const constructor: abstract new () => PagedListPost;
10146
11329
  }
10147
11330
  }
11331
+ export declare class PagedListQueuedInvoice {
11332
+ constructor(items: KtList<QueuedInvoice>, meta: Meta, paging: Paging);
11333
+ get items(): KtList<QueuedInvoice>;
11334
+ get meta(): Meta;
11335
+ get paging(): Paging;
11336
+ copy(items?: KtList<QueuedInvoice>, meta?: Meta, paging?: Paging): PagedListQueuedInvoice;
11337
+ toString(): string;
11338
+ hashCode(): number;
11339
+ equals(other: Nullable<any>): boolean;
11340
+ }
11341
+ export declare namespace PagedListQueuedInvoice {
11342
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11343
+ namespace $metadata$ {
11344
+ const constructor: abstract new () => PagedListQueuedInvoice;
11345
+ }
11346
+ }
10148
11347
  export declare class PagedListResident {
10149
11348
  constructor(items: KtList<Resident>, meta: Meta, paging: Paging);
10150
11349
  get items(): KtList<Resident>;
@@ -11189,21 +12388,20 @@ export declare namespace PaymentHandlingStatus {
11189
12388
  }
11190
12389
  }
11191
12390
  export declare class PaymentRecord {
11192
- constructor(amount?: Nullable<number>, currency?: Nullable<string>, id?: Nullable<string>, invoiceId?: Nullable<string>, kid?: Nullable<string>, note?: Nullable<string>, origin?: Nullable<string>, payee?: Nullable<string>, payer?: Nullable<string>, payerName?: Nullable<string>, paymentDate?: Nullable<bigint>, paymentHandling?: Nullable<PaymentHandling>, tenant?: Nullable<string>);
12391
+ constructor(amount: Nullable<number> | undefined, currency: Nullable<string> | undefined, id: string, invoiceId: Nullable<string> | undefined, kid: Nullable<string> | undefined, note: Nullable<string> | undefined, origin: Nullable<string> | undefined, payee: string, payer: string, payerName: Nullable<string> | undefined, paymentDate: bigint, tenant: string);
11193
12392
  get amount(): Nullable<number>;
11194
12393
  get currency(): Nullable<string>;
11195
- get id(): Nullable<string>;
12394
+ get id(): string;
11196
12395
  get invoiceId(): Nullable<string>;
11197
12396
  get kid(): Nullable<string>;
11198
12397
  get note(): Nullable<string>;
11199
12398
  get origin(): Nullable<string>;
11200
- get payee(): Nullable<string>;
11201
- get payer(): Nullable<string>;
12399
+ get payee(): string;
12400
+ get payer(): string;
11202
12401
  get payerName(): Nullable<string>;
11203
- get paymentDate(): Nullable<bigint>;
11204
- get paymentHandling(): Nullable<PaymentHandling>;
11205
- get tenant(): Nullable<string>;
11206
- copy(amount?: Nullable<number>, currency?: Nullable<string>, id?: Nullable<string>, invoiceId?: Nullable<string>, kid?: Nullable<string>, note?: Nullable<string>, origin?: Nullable<string>, payee?: Nullable<string>, payer?: Nullable<string>, payerName?: Nullable<string>, paymentDate?: Nullable<bigint>, paymentHandling?: Nullable<PaymentHandling>, tenant?: Nullable<string>): PaymentRecord;
12402
+ get paymentDate(): bigint;
12403
+ get tenant(): string;
12404
+ copy(amount?: Nullable<number>, currency?: Nullable<string>, id?: string, invoiceId?: Nullable<string>, kid?: Nullable<string>, note?: Nullable<string>, origin?: Nullable<string>, payee?: string, payer?: string, payerName?: Nullable<string>, paymentDate?: bigint, tenant?: string): PaymentRecord;
11207
12405
  toString(): string;
11208
12406
  hashCode(): number;
11209
12407
  equals(other: Nullable<any>): boolean;
@@ -12070,6 +13268,21 @@ export declare namespace PublicMessage {
12070
13268
  const constructor: abstract new () => PublicMessage;
12071
13269
  }
12072
13270
  }
13271
+ export declare class QueuedInvoice {
13272
+ constructor(companyId: bigint, invoice: InvoiceInput);
13273
+ get companyId(): bigint;
13274
+ get invoice(): InvoiceInput;
13275
+ copy(companyId?: bigint, invoice?: InvoiceInput): QueuedInvoice;
13276
+ toString(): string;
13277
+ hashCode(): number;
13278
+ equals(other: Nullable<any>): boolean;
13279
+ }
13280
+ export declare namespace QueuedInvoice {
13281
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
13282
+ namespace $metadata$ {
13283
+ const constructor: abstract new () => QueuedInvoice;
13284
+ }
13285
+ }
12073
13286
  export declare class ReceiverFraction {
12074
13287
  constructor(denominator: bigint, numerator: bigint, receiverId: bigint, receiverType: InvoiceDistributionReceiverType, recipients?: Nullable<KtList<FractionRecipient>>);
12075
13288
  get denominator(): bigint;
@@ -16879,6 +18092,21 @@ export declare namespace UrlWrapper {
16879
18092
  const constructor: abstract new () => UrlWrapper;
16880
18093
  }
16881
18094
  }
18095
+ export declare class UserActionsByCompany {
18096
+ constructor(actions: KtList<string>, companyId: bigint);
18097
+ get actions(): KtList<string>;
18098
+ get companyId(): bigint;
18099
+ copy(actions?: KtList<string>, companyId?: bigint): UserActionsByCompany;
18100
+ toString(): string;
18101
+ hashCode(): number;
18102
+ equals(other: Nullable<any>): boolean;
18103
+ }
18104
+ export declare namespace UserActionsByCompany {
18105
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
18106
+ namespace $metadata$ {
18107
+ const constructor: abstract new () => UserActionsByCompany;
18108
+ }
18109
+ }
16882
18110
  export declare class UserConversations {
16883
18111
  constructor(company: Company, conversations: KtList<Conversation>);
16884
18112
  get company(): Company;
@@ -17119,6 +18347,8 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
17119
18347
  createEmailNewsletter(companyId: bigint, createNewsletterCommand: CreateNewsletterCommand): Promise<HttpResponse<Newsletter>>;
17120
18348
  createLetter(sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
17121
18349
  createLetterInCompany(companyId: bigint, sendLetterCommand: SendLetterCommand): Promise<HttpResponse<SentLetter>>;
18350
+ createMultipleEmailNewsletters(bulkCreateNewslettersCommand: BulkCreateNewslettersCommand): Promise<HttpResponse<BulkCreateNewslettersResult>>;
18351
+ createMultipleSMSBroadcasts(bulkCreateSMSBroadcastsCommand: BulkCreateSMSBroadcastsCommand): Promise<HttpResponse<BulkCreateSMSBroadcastsResult>>;
17122
18352
  createSMSBroadcast(companyId: bigint, createSMSBroadcastCommand: CreateSMSBroadcastCommand): Promise<HttpResponse<SMSBroadcast>>;
17123
18353
  createSMSPurchase(companyId: bigint, bundleId: bigint): Promise<HttpResponse<void>>;
17124
18354
  deleteEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<HttpResponse<void>>;
@@ -17132,6 +18362,8 @@ export declare class CommunicationApi extends ApiClient.$metadata$.constructor {
17132
18362
  indexSMSNotificationGroups(companyId: bigint, fields?: Nullable<string>): Promise<HttpResponse<MassCommunicationGroups>>;
17133
18363
  indexSMSPurchases(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSMSBundlePurchase>>;
17134
18364
  publishEmailNewsletter(companyId: bigint, newsletterId: bigint): Promise<HttpResponse<Newsletter>>;
18365
+ publishMultipleEmailNewsletters(bulkPublishNewslettersCommand: BulkPublishNewslettersCommand): Promise<HttpResponse<BulkPublishNewslettersResult>>;
18366
+ publishMultipleSMSBroadcasts(bulkPublishSMSBroadcastsCommand: BulkPublishSMSBroadcastsCommand): Promise<HttpResponse<BulkPublishSMSBroadcastsResult>>;
17135
18367
  publishSMSBroadcast(companyId: bigint, broadcastId: bigint, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<SMSBroadcast>>;
17136
18368
  reportPushNotificationRead(companyId: bigint, trackingId: string): Promise<HttpResponse<void>>;
17137
18369
  showCommunicationReport(companyId: bigint, communicationType: string, communicationId: bigint, reportType: string, fields?: Nullable<string>): Promise<HttpResponse<CommunicationReport>>;
@@ -17209,6 +18441,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
17209
18441
  createInternalMessage(companyId: bigint, conversationId: bigint, createInternalMessageCommand: CreateInternalMessageCommand): Promise<HttpResponse<MessageInConversation>>;
17210
18442
  createMessage(companyId: bigint, conversationId: bigint, createMessageCommand: CreateMessageCommand): Promise<HttpResponse<MessageInConversation>>;
17211
18443
  createMessagePublicConversation(companySlug: string, conversationId: bigint, createMessageCommand: CreateMessageCommand): Promise<HttpResponse<void>>;
18444
+ createMultipleConversations(bulkCreateConversationsCommand: BulkCreateConversationsCommand): Promise<HttpResponse<BulkCreateConversationsResult>>;
17212
18445
  deleteConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<HttpResponse<void>>;
17213
18446
  deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<HttpResponse<void>>;
17214
18447
  deleteConversationFlag(companyId: bigint, conversationId: bigint): Promise<HttpResponse<void>>;
@@ -17332,6 +18565,8 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
17332
18565
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): HomepageApi;
17333
18566
  static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): HomepageApi;
17334
18567
  checkSMSForPost(companyId: bigint, validateSMSCommand: ValidateSMSCommand, postId?: Nullable<bigint>): Promise<HttpResponse<SMSBundle>>;
18568
+ createMultipleHomepagePosts(bulkCreateHomepagePostsCommand: BulkCreateHomepagePostsCommand): Promise<HttpResponse<BulkCreateHomepagePostsResult>>;
18569
+ createMultipleHomepagePracticalInfo(bulkCreateHomepagePracticalInfoCommand: BulkCreateHomepagePracticalInfoCommand): Promise<HttpResponse<BulkCreateHomepagePracticalInfoResult>>;
17335
18570
  createPost(companyId: bigint, createPostCommand: CreatePostCommand, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<Post>>;
17336
18571
  createPracticalInfo(companyId: bigint, createPostCommand: CreatePostCommand, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<Post>>;
17337
18572
  deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<HttpResponse<void>>;
@@ -17435,6 +18670,7 @@ export declare class InvoicingApi extends ApiClient.$metadata$.constructor {
17435
18670
  indexInvoicingCustomerInvoices(companyId: bigint, customerType: string, customerId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
17436
18671
  indexInvoicingCustomerMetadata(companyId: bigint, customerType: string, customerId: bigint, fields?: Nullable<string>): Promise<HttpResponse<CustomerMetadata>>;
17437
18672
  indexInvoicingCustomers(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCustomer>>;
18673
+ indexInvoicingCustomersForCompanies(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, active?: Nullable<boolean>, external?: Nullable<boolean>, isRecipient?: Nullable<boolean>, customerType?: Nullable<CustomerType>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListCustomer>>;
17438
18674
  indexInvoicingForCompaniesExpired(fields?: Nullable<string>): Promise<HttpResponse<TriplewinOverdueInvoiceOverview>>;
17439
18675
  indexInvoicingForCompaniesExpiredTypes(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListExpiredType>>;
17440
18676
  indexInvoicingForCompaniesOverdue(expiredType: ExpiredType, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
@@ -17443,14 +18679,19 @@ export declare class InvoicingApi extends ApiClient.$metadata$.constructor {
17443
18679
  indexInvoicingForCompanyHistory(companyId: bigint, periodStart: bigint, periodEnd: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
17444
18680
  indexInvoicingForCompanyQueued(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoiceInput>>;
17445
18681
  indexInvoicingForCompanyQueuedPreview(companyId: bigint, invoiceId: string, fields?: Nullable<string>): Promise<HttpResponse<InvoiceResultPreview>>;
18682
+ indexInvoicingHistoryForCompanies(periodStart: bigint, periodEnd: bigint, companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, payerType?: Nullable<PayerType>, open?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
17446
18683
  indexInvoicingInvoiceCredits(companyId: bigint, invoiceId: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
17447
18684
  indexInvoicingInvoicePayments(companyId: bigint, invoiceId: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPaymentRecord>>;
17448
18685
  indexInvoicingInvoicePdfs(companyId: bigint, ids: KtList<string>): Promise<HttpResponse<Base64ByteArray>>;
18686
+ indexInvoicingPlanTransactionsForCompanies(companyIds?: Nullable<KtList<bigint>>, invoicePlanIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, active?: Nullable<boolean>, type?: Nullable<InvoicePlanType>, overdueEnabled?: Nullable<boolean>, createdAtFrom?: Nullable<bigint>, createdAtTo?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoicePlanTransactionOverview>>;
17449
18687
  indexInvoicingPlanTypes(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoicePlanType>>;
17450
18688
  indexInvoicingPlans(companyId: bigint, active?: Nullable<boolean>, type?: Nullable<InvoicePlanType>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoicePlan>>;
18689
+ indexInvoicingPlansForCompanies(companyIds?: Nullable<KtList<bigint>>, search?: Nullable<string>, active?: Nullable<boolean>, type?: Nullable<InvoicePlanType>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoicePlan>>;
17451
18690
  indexInvoicingSectionInvoiceRecipients(companyId: bigint, sectionId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSectionInvoiceRecipientOverview>>;
17452
18691
  indexInvoicingSectionInvoices(companyId: bigint, sectionId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoice>>;
17453
18692
  indexInvoicingSectionPlans(companyId: bigint, sectionId: bigint, active?: Nullable<boolean>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoicePlan>>;
18693
+ indexInvoicingSettingsForCompanies(companyIds?: Nullable<KtList<bigint>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListInvoiceSettings>>;
18694
+ indexQueuedInvoicingForCompanies(companyIds?: Nullable<KtList<bigint>>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListQueuedInvoice>>;
17454
18695
  indexUpcomingInvoicing(fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListGlobalPreview>>;
17455
18696
  lossInvoice(companyId: bigint, customerType: string, customerId: bigint, invoiceId: string): Promise<HttpResponse<void>>;
17456
18697
  putCompanyInvoiceClose(companyId: bigint, invoiceId: string, closeInvoiceCommand: CloseInvoiceCommand): Promise<HttpResponse<void>>;
@@ -17514,6 +18755,7 @@ export declare class IssueApi extends ApiClient.$metadata$.constructor {
17514
18755
  createIssueComment(companyId: bigint, issueId: bigint, createIssueCommentCommand: CreateIssueCommentCommand): Promise<HttpResponse<IssueDetails>>;
17515
18756
  createIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<HttpResponse<IssueDetails>>;
17516
18757
  createIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<HttpResponse<IssueDetails>>;
18758
+ createMultipleIssues(bulkCreateIssuesCommand: BulkCreateIssuesCommand): Promise<HttpResponse<BulkCreateIssuesResult>>;
17517
18759
  deleteIssue(companyId: bigint, issueId: bigint): Promise<HttpResponse<void>>;
17518
18760
  deleteIssueConversation(companyId: bigint, issueId: bigint, conversationId: bigint): Promise<HttpResponse<void>>;
17519
18761
  deleteIssueSection(companyId: bigint, issueId: bigint, sectionId: bigint): Promise<HttpResponse<void>>;
@@ -17591,6 +18833,7 @@ export declare class MeetingApi extends ApiClient.$metadata$.constructor {
17591
18833
  closeMeeting(companyId: bigint, meetingId: bigint, closeMeetingCommand: CloseMeetingCommand): Promise<HttpResponse<void>>;
17592
18834
  createMeeting(companyId: bigint, createMeetingCommand: CreateMeetingCommand): Promise<HttpResponse<MeetingDetails>>;
17593
18835
  createMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint, attachIssueToMeetingCommand: AttachIssueToMeetingCommand): Promise<HttpResponse<IssueDetails>>;
18836
+ createMultipleMeetings(bulkCreateMeetingsCommand: BulkCreateMeetingsCommand): Promise<HttpResponse<BulkCreateMeetingsResult>>;
17594
18837
  deleteMeeting(companyId: bigint, meetingId: bigint): Promise<HttpResponse<void>>;
17595
18838
  deleteMeetingIssue(companyId: bigint, meetingId: bigint, issueId: bigint): Promise<HttpResponse<void>>;
17596
18839
  finalizeMeetingSigning(companyId: bigint, meetingId: bigint): Promise<HttpResponse<void>>;
@@ -17961,6 +19204,7 @@ export declare class UserApi extends ApiClient.$metadata$.constructor {
17961
19204
  indexUserConversations(unread?: Nullable<boolean>, search?: Nullable<string>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListUserConversations>>;
17962
19205
  me(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
17963
19206
  showAuthedUser(fields?: Nullable<string>): Promise<HttpResponse<AuthUser>>;
19207
+ showBulkUserActions(companyIds: KtList<bigint>, fields?: Nullable<string>): Promise<HttpResponse<BulkUserActions>>;
17964
19208
  showUser(fields?: Nullable<string>): Promise<HttpResponse<PersonUser>>;
17965
19209
  showUserActions(companyId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListString>>;
17966
19210
  showUserImage(personId: bigint, fileName: string, size?: Nullable<string>): Promise<HttpResponse<void>>;