@solibo/solibo-sdk 1.1.110 → 1.1.111

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 (72) hide show
  1. package/KmLogging-logging.mjs +112 -112
  2. package/KmLogging-logging.mjs.map +1 -1
  3. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1629 -1629
  4. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -1
  5. package/KotlinBigInteger-bignum.mjs +1381 -1381
  6. package/KotlinBigInteger-bignum.mjs.map +1 -1
  7. package/MultiplatformSettings-multiplatform-settings-test.mjs +22 -22
  8. package/MultiplatformSettings-multiplatform-settings-test.mjs.map +1 -1
  9. package/MultiplatformSettings-multiplatform-settings.mjs +18 -18
  10. package/Stately-stately-concurrency.mjs +5 -5
  11. package/cryptography-kotlin-cryptography-bigint.mjs +45 -45
  12. package/cryptography-kotlin-cryptography-bigint.mjs.map +1 -1
  13. package/cryptography-kotlin-cryptography-core.mjs +110 -108
  14. package/cryptography-kotlin-cryptography-core.mjs.map +1 -1
  15. package/cryptography-kotlin-cryptography-provider-base.mjs +15 -15
  16. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +208 -207
  17. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs.map +1 -1
  18. package/cryptography-kotlin-cryptography-random.mjs +28 -28
  19. package/cryptography-kotlin-cryptography-random.mjs.map +1 -1
  20. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +228 -228
  21. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs.map +1 -1
  22. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +388 -390
  23. package/cryptography-kotlin-cryptography-serialization-asn1.mjs.map +1 -1
  24. package/cryptography-kotlin-cryptography-serialization-pem.mjs +29 -29
  25. package/cryptography-kotlin-cryptography-serialization-pem.mjs.map +1 -1
  26. package/kotlin-kotlin-stdlib.mjs +1540 -1724
  27. package/kotlin-kotlin-stdlib.mjs.map +1 -0
  28. package/kotlinx-atomicfu.mjs +13 -13
  29. package/kotlinx-atomicfu.mjs.map +1 -1
  30. package/kotlinx-coroutines-core.mjs +2482 -2464
  31. package/kotlinx-coroutines-core.mjs.map +1 -1
  32. package/kotlinx-io-kotlinx-io-bytestring.mjs +42 -42
  33. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -1
  34. package/kotlinx-io-kotlinx-io-core.mjs +629 -625
  35. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
  36. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1984 -1993
  37. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  38. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1501 -1500
  39. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  40. package/ktor-ktor-client-auth.mjs +294 -293
  41. package/ktor-ktor-client-auth.mjs.map +1 -1
  42. package/ktor-ktor-client-content-negotiation.mjs +142 -142
  43. package/ktor-ktor-client-content-negotiation.mjs.map +1 -1
  44. package/ktor-ktor-client-core.mjs +3239 -3062
  45. package/ktor-ktor-client-core.mjs.map +1 -1
  46. package/ktor-ktor-client-logging.mjs +677 -685
  47. package/ktor-ktor-client-logging.mjs.map +1 -1
  48. package/ktor-ktor-client-mock.mjs +66 -66
  49. package/ktor-ktor-client-mock.mjs.map +1 -1
  50. package/ktor-ktor-events.mjs +8 -8
  51. package/ktor-ktor-events.mjs.map +1 -1
  52. package/ktor-ktor-http-cio.mjs +379 -379
  53. package/ktor-ktor-http-cio.mjs.map +1 -1
  54. package/ktor-ktor-http.mjs +1130 -1133
  55. package/ktor-ktor-http.mjs.map +1 -1
  56. package/ktor-ktor-io.mjs +670 -670
  57. package/ktor-ktor-io.mjs.map +1 -1
  58. package/ktor-ktor-serialization-kotlinx-json.mjs +9 -9
  59. package/ktor-ktor-serialization-kotlinx.mjs +147 -146
  60. package/ktor-ktor-serialization-kotlinx.mjs.map +1 -1
  61. package/ktor-ktor-serialization.mjs +64 -65
  62. package/ktor-ktor-serialization.mjs.map +1 -1
  63. package/ktor-ktor-utils.mjs +1598 -1032
  64. package/ktor-ktor-utils.mjs.map +1 -1
  65. package/ktor-ktor-websockets.mjs +430 -432
  66. package/ktor-ktor-websockets.mjs.map +1 -1
  67. package/package.json +1 -1
  68. package/solibo-sdk-sdk-home-api.mjs +49962 -49836
  69. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  70. package/solibo-sdk-sdk.d.mts +156 -153
  71. package/solibo-sdk-sdk.mjs +5014 -4995
  72. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -41,7 +41,9 @@ export declare namespace Pair {
41
41
  }
42
42
  }
43
43
  /** @deprecated */
44
- export declare const initHook: { get(): any; };
44
+ export declare const initHook: {
45
+ get(): any;
46
+ };
45
47
  export interface AccountProps {
46
48
  accountNumber?: string | null | undefined;
47
49
  balance?: number | null | undefined;
@@ -476,11 +478,11 @@ export declare abstract class AuthChallengeType {
476
478
  get name(): "CUSTOM_CHALLENGE";
477
479
  get ordinal(): 10;
478
480
  };
481
+ static values(): [typeof AuthChallengeType.SMS_MFA, typeof AuthChallengeType.EMAIL_TOTF_MFA, typeof AuthChallengeType.TOTF_MFA, typeof AuthChallengeType.SELECT_MFA, typeof AuthChallengeType.SETUP_MFA, typeof AuthChallengeType.DEVICE_SRP, typeof AuthChallengeType.DEVICE_VERIFIER, typeof AuthChallengeType.NEW_PASSWORD, typeof AuthChallengeType.ADMIN_NO_SRP, typeof AuthChallengeType.PASSWORD_VERIFIER, typeof AuthChallengeType.CUSTOM_CHALLENGE];
482
+ static valueOf(value: string): AuthChallengeType;
479
483
  get name(): "SMS_MFA" | "EMAIL_TOTF_MFA" | "TOTF_MFA" | "SELECT_MFA" | "SETUP_MFA" | "DEVICE_SRP" | "DEVICE_VERIFIER" | "NEW_PASSWORD" | "ADMIN_NO_SRP" | "PASSWORD_VERIFIER" | "CUSTOM_CHALLENGE";
480
484
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
481
485
  get value(): string;
482
- static values(): Array<AuthChallengeType>;
483
- static valueOf(value: string): AuthChallengeType;
484
486
  }
485
487
  export declare namespace AuthChallengeType {
486
488
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -501,7 +503,7 @@ export declare namespace AuthChallengeType {
501
503
  }
502
504
  }
503
505
  export declare abstract class AuthUser {
504
- protected constructor();
506
+ private constructor();
505
507
  }
506
508
  export declare namespace AuthUser {
507
509
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -697,11 +699,11 @@ export declare abstract class CategoryColor {
697
699
  get name(): "GREEN";
698
700
  get ordinal(): 5;
699
701
  };
702
+ static values(): [typeof CategoryColor.YELLOW, typeof CategoryColor.PEACH, typeof CategoryColor.MAGENTA, typeof CategoryColor.PURPLE, typeof CategoryColor.BLUE, typeof CategoryColor.GREEN];
703
+ static valueOf(value: string): CategoryColor;
700
704
  get name(): "YELLOW" | "PEACH" | "MAGENTA" | "PURPLE" | "BLUE" | "GREEN";
701
705
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
702
706
  get value(): string;
703
- static values(): Array<CategoryColor>;
704
- static valueOf(value: string): CategoryColor;
705
707
  }
706
708
  export declare namespace CategoryColor {
707
709
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -867,11 +869,11 @@ export declare abstract class CommunicationMessageType {
867
869
  get name(): "PUSH";
868
870
  get ordinal(): 2;
869
871
  };
872
+ static values(): [typeof CommunicationMessageType.EMAIL, typeof CommunicationMessageType.SMS, typeof CommunicationMessageType.PUSH];
873
+ static valueOf(value: string): CommunicationMessageType;
870
874
  get name(): "EMAIL" | "SMS" | "PUSH";
871
875
  get ordinal(): 0 | 1 | 2;
872
876
  get value(): string;
873
- static values(): Array<CommunicationMessageType>;
874
- static valueOf(value: string): CommunicationMessageType;
875
877
  }
876
878
  export declare namespace CommunicationMessageType {
877
879
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -933,11 +935,11 @@ export declare abstract class CommunicationRecipientType {
933
935
  get name(): "EXTERNAL";
934
936
  get ordinal(): 2;
935
937
  };
938
+ static values(): [typeof CommunicationRecipientType.PERSON, typeof CommunicationRecipientType.ORGANIZATION, typeof CommunicationRecipientType.EXTERNAL];
939
+ static valueOf(value: string): CommunicationRecipientType;
936
940
  get name(): "PERSON" | "ORGANIZATION" | "EXTERNAL";
937
941
  get ordinal(): 0 | 1 | 2;
938
942
  get value(): string;
939
- static values(): Array<CommunicationRecipientType>;
940
- static valueOf(value: string): CommunicationRecipientType;
941
943
  }
942
944
  export declare namespace CommunicationRecipientType {
943
945
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1009,11 +1011,11 @@ export declare abstract class CommunicationState {
1009
1011
  get name(): "UNKNOWN";
1010
1012
  get ordinal(): 8;
1011
1013
  };
1014
+ static values(): [typeof CommunicationState.SENT, typeof CommunicationState.BOUNCE, typeof CommunicationState.COMPLAINT, typeof CommunicationState.REJECT, typeof CommunicationState.DELIVERY, typeof CommunicationState.DELAY, typeof CommunicationState.OPEN, typeof CommunicationState.CLICK, typeof CommunicationState.UNKNOWN];
1015
+ static valueOf(value: string): CommunicationState;
1012
1016
  get name(): "SENT" | "BOUNCE" | "COMPLAINT" | "REJECT" | "DELIVERY" | "DELAY" | "OPEN" | "CLICK" | "UNKNOWN";
1013
1017
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
1014
1018
  get value(): string;
1015
- static values(): Array<CommunicationState>;
1016
- static valueOf(value: string): CommunicationState;
1017
1019
  }
1018
1020
  export declare namespace CommunicationState {
1019
1021
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1395,11 +1397,11 @@ export declare abstract class CompanySubType {
1395
1397
  get name(): "GARAGE";
1396
1398
  get ordinal(): 0;
1397
1399
  };
1400
+ static values(): [typeof CompanySubType.GARAGE];
1401
+ static valueOf(value: string): CompanySubType;
1398
1402
  get name(): "GARAGE";
1399
1403
  get ordinal(): 0;
1400
1404
  get value(): string;
1401
- static values(): Array<CompanySubType>;
1402
- static valueOf(value: string): CompanySubType;
1403
1405
  }
1404
1406
  export declare namespace CompanySubType {
1405
1407
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1811,11 +1813,11 @@ export declare abstract class ConversationEventType {
1811
1813
  get name(): "CREATED_ISSUE";
1812
1814
  get ordinal(): 12;
1813
1815
  };
1816
+ static values(): [typeof ConversationEventType.NEW_PARTICIPANT, typeof ConversationEventType.REMOVED_PARTICIPANT, typeof ConversationEventType.LEFT_CONVERSATION, typeof ConversationEventType.UPDATED_TITLE, typeof ConversationEventType.UPDATED_CATEGORY, typeof ConversationEventType.COMPLETED, typeof ConversationEventType.UPLOAD, typeof ConversationEventType.DELETED_UPLOAD, typeof ConversationEventType.BACK_TO_WORK, typeof ConversationEventType.NEW_INQUIRY, typeof ConversationEventType.ATTACH_TO_ISSUE, typeof ConversationEventType.REMOVE_ATTACHMENT_TO_ISSUE, typeof ConversationEventType.CREATED_ISSUE];
1817
+ static valueOf(value: string): ConversationEventType;
1814
1818
  get name(): "NEW_PARTICIPANT" | "REMOVED_PARTICIPANT" | "LEFT_CONVERSATION" | "UPDATED_TITLE" | "UPDATED_CATEGORY" | "COMPLETED" | "UPLOAD" | "DELETED_UPLOAD" | "BACK_TO_WORK" | "NEW_INQUIRY" | "ATTACH_TO_ISSUE" | "REMOVE_ATTACHMENT_TO_ISSUE" | "CREATED_ISSUE";
1815
1819
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
1816
1820
  get value(): string;
1817
- static values(): Array<ConversationEventType>;
1818
- static valueOf(value: string): ConversationEventType;
1819
1821
  }
1820
1822
  export declare namespace ConversationEventType {
1821
1823
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1949,11 +1951,11 @@ export declare abstract class ConversationStatus {
1949
1951
  get name(): "COMPLETE";
1950
1952
  get ordinal(): 3;
1951
1953
  };
1954
+ static values(): [typeof ConversationStatus.DRAFT, typeof ConversationStatus.NEW, typeof ConversationStatus.IN_PROGRESS, typeof ConversationStatus.COMPLETE];
1955
+ static valueOf(value: string): ConversationStatus;
1952
1956
  get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE";
1953
1957
  get ordinal(): 0 | 1 | 2 | 3;
1954
1958
  get value(): string;
1955
- static values(): Array<ConversationStatus>;
1956
- static valueOf(value: string): ConversationStatus;
1957
1959
  }
1958
1960
  export declare namespace ConversationStatus {
1959
1961
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -2320,7 +2322,7 @@ export declare namespace CreateExpenseCommand {
2320
2322
  }
2321
2323
  }
2322
2324
  export declare abstract class CreateExternalCustomerCommand {
2323
- protected constructor();
2325
+ private constructor();
2324
2326
  }
2325
2327
  export declare namespace CreateExternalCustomerCommand {
2326
2328
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3149,7 +3151,7 @@ export declare namespace CreateResetPasswordCommand {
3149
3151
  }
3150
3152
  }
3151
3153
  export declare abstract class CreateResidentCommand {
3152
- protected constructor();
3154
+ private constructor();
3153
3155
  abstract get accountNumber(): string | null | undefined;
3154
3156
  abstract get invoiceRecipient(): boolean | null | undefined;
3155
3157
  abstract get nationality(): bigint | null | undefined;
@@ -3554,7 +3556,7 @@ export declare namespace CreditInvoiceCommand {
3554
3556
  }
3555
3557
  }
3556
3558
  export declare abstract class Customer {
3557
- protected constructor();
3559
+ private constructor();
3558
3560
  abstract get active(): boolean;
3559
3561
  abstract get area(): string | null | undefined;
3560
3562
  abstract get classification(): CustomerClassification;
@@ -3582,11 +3584,11 @@ export declare abstract class CustomerClassification {
3582
3584
  get name(): "ORGANIZATION";
3583
3585
  get ordinal(): 1;
3584
3586
  };
3587
+ static values(): [typeof CustomerClassification.PERSON, typeof CustomerClassification.ORGANIZATION];
3588
+ static valueOf(value: string): CustomerClassification;
3585
3589
  get name(): "PERSON" | "ORGANIZATION";
3586
3590
  get ordinal(): 0 | 1;
3587
3591
  get value(): string;
3588
- static values(): Array<CustomerClassification>;
3589
- static valueOf(value: string): CustomerClassification;
3590
3592
  }
3591
3593
  export declare namespace CustomerClassification {
3592
3594
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3690,11 +3692,11 @@ export declare abstract class CustomerType {
3690
3692
  get name(): "ORGANIZATION";
3691
3693
  get ordinal(): 1;
3692
3694
  };
3695
+ static values(): [typeof CustomerType.PERSON, typeof CustomerType.ORGANIZATION];
3696
+ static valueOf(value: string): CustomerType;
3693
3697
  get name(): "PERSON" | "ORGANIZATION";
3694
3698
  get ordinal(): 0 | 1;
3695
3699
  get value(): string;
3696
- static values(): Array<CustomerType>;
3697
- static valueOf(value: string): CustomerType;
3698
3700
  }
3699
3701
  export declare namespace CustomerType {
3700
3702
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3840,11 +3842,11 @@ export declare abstract class DialogActivityType {
3840
3842
  get name(): "SENT_TO_PAYMENT";
3841
3843
  get ordinal(): 12;
3842
3844
  };
3845
+ 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];
3846
+ static valueOf(value: string): DialogActivityType;
3843
3847
  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";
3844
3848
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
3845
3849
  get value(): string;
3846
- static values(): Array<DialogActivityType>;
3847
- static valueOf(value: string): DialogActivityType;
3848
3850
  }
3849
3851
  export declare namespace DialogActivityType {
3850
3852
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3890,11 +3892,11 @@ export declare abstract class DialogStatus {
3890
3892
  get name(): "AWAITING";
3891
3893
  get ordinal(): 5;
3892
3894
  };
3895
+ static values(): [typeof DialogStatus.IN_PROGRESS, typeof DialogStatus.DRAFT, typeof DialogStatus.REQUIRES_ATTENTION, typeof DialogStatus.COMPLETED, typeof DialogStatus.NOT_APPLICABLE, typeof DialogStatus.AWAITING];
3896
+ static valueOf(value: string): DialogStatus;
3893
3897
  get name(): "IN_PROGRESS" | "DRAFT" | "REQUIRES_ATTENTION" | "COMPLETED" | "NOT_APPLICABLE" | "AWAITING";
3894
3898
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
3895
3899
  get value(): string;
3896
- static values(): Array<DialogStatus>;
3897
- static valueOf(value: string): DialogStatus;
3898
3900
  }
3899
3901
  export declare namespace DialogStatus {
3900
3902
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3944,11 +3946,11 @@ export declare abstract class DialogSystemLabel {
3944
3946
  get name(): "BIN";
3945
3947
  get ordinal(): 6;
3946
3948
  };
3949
+ static values(): [typeof DialogSystemLabel.DEFAULT, typeof DialogSystemLabel.INBOX, typeof DialogSystemLabel.OUTBOX, typeof DialogSystemLabel.DRAFT, typeof DialogSystemLabel.SENT, typeof DialogSystemLabel.ARCHIVE, typeof DialogSystemLabel.BIN];
3950
+ static valueOf(value: string): DialogSystemLabel;
3947
3951
  get name(): "DEFAULT" | "INBOX" | "OUTBOX" | "DRAFT" | "SENT" | "ARCHIVE" | "BIN";
3948
3952
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
3949
3953
  get value(): string;
3950
- static values(): Array<DialogSystemLabel>;
3951
- static valueOf(value: string): DialogSystemLabel;
3952
3954
  }
3953
3955
  export declare namespace DialogSystemLabel {
3954
3956
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4138,11 +4140,11 @@ export declare abstract class DocumentType {
4138
4140
  get name(): "TRASH";
4139
4141
  get ordinal(): 28;
4140
4142
  };
4143
+ static values(): [typeof DocumentType.ISSUE, typeof DocumentType.SUPPLIER_FOR_COMPANY, typeof DocumentType.HOMEPAGE, typeof DocumentType.POST, typeof DocumentType.PRACTICAL_INFO, typeof DocumentType.PRIVATE, typeof DocumentType.FDV, typeof DocumentType.BUILDING, typeof DocumentType.PROJECT, typeof DocumentType.BYLAWS, typeof DocumentType.HOUSE_RULES, typeof DocumentType.ECONOMY, typeof DocumentType.EXPENSE, typeof DocumentType.MEETING, typeof DocumentType.ANNUAL_MEETING, typeof DocumentType.CONVERSATION, typeof DocumentType.NEWSLETTER, typeof DocumentType.ROUTINE, typeof DocumentType.INSURANCE, typeof DocumentType.LOAN, typeof DocumentType.INVOICE, typeof DocumentType.ADHOC, typeof DocumentType.ECONOMIC_REPORT, typeof DocumentType.SETTLEMENT, typeof DocumentType.SETTLEMENT_CUSTOM_COST, typeof DocumentType.MESSAGE, typeof DocumentType.INTERNAL_MESSAGE, typeof DocumentType.OTHER, typeof DocumentType.TRASH];
4144
+ static valueOf(value: string): DocumentType;
4141
4145
  get name(): "ISSUE" | "SUPPLIER_FOR_COMPANY" | "HOMEPAGE" | "POST" | "PRACTICAL_INFO" | "PRIVATE" | "FDV" | "BUILDING" | "PROJECT" | "BYLAWS" | "HOUSE_RULES" | "ECONOMY" | "EXPENSE" | "MEETING" | "ANNUAL_MEETING" | "CONVERSATION" | "NEWSLETTER" | "ROUTINE" | "INSURANCE" | "LOAN" | "INVOICE" | "ADHOC" | "ECONOMIC_REPORT" | "SETTLEMENT" | "SETTLEMENT_CUSTOM_COST" | "MESSAGE" | "INTERNAL_MESSAGE" | "OTHER" | "TRASH";
4142
4146
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28;
4143
4147
  get value(): string;
4144
- static values(): Array<DocumentType>;
4145
- static valueOf(value: string): DocumentType;
4146
4148
  }
4147
4149
  export declare namespace DocumentType {
4148
4150
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4260,11 +4262,11 @@ export declare abstract class EconomicReportStatus {
4260
4262
  get name(): "DELIVERED";
4261
4263
  get ordinal(): 1;
4262
4264
  };
4265
+ static values(): [typeof EconomicReportStatus.ORDERED, typeof EconomicReportStatus.DELIVERED];
4266
+ static valueOf(value: string): EconomicReportStatus;
4263
4267
  get name(): "ORDERED" | "DELIVERED";
4264
4268
  get ordinal(): 0 | 1;
4265
4269
  get value(): string;
4266
- static values(): Array<EconomicReportStatus>;
4267
- static valueOf(value: string): EconomicReportStatus;
4268
4270
  }
4269
4271
  export declare namespace EconomicReportStatus {
4270
4272
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4422,11 +4424,11 @@ export declare abstract class ExpenseProcessingResult {
4422
4424
  get name(): "REJECTED";
4423
4425
  get ordinal(): 1;
4424
4426
  };
4427
+ static values(): [typeof ExpenseProcessingResult.APPROVED, typeof ExpenseProcessingResult.REJECTED];
4428
+ static valueOf(value: string): ExpenseProcessingResult;
4425
4429
  get name(): "APPROVED" | "REJECTED";
4426
4430
  get ordinal(): 0 | 1;
4427
4431
  get value(): string;
4428
- static values(): Array<ExpenseProcessingResult>;
4429
- static valueOf(value: string): ExpenseProcessingResult;
4430
4432
  }
4431
4433
  export declare namespace ExpenseProcessingResult {
4432
4434
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4460,11 +4462,11 @@ export declare abstract class ExpenseStatus {
4460
4462
  get name(): "REJECTED";
4461
4463
  get ordinal(): 2;
4462
4464
  };
4465
+ static values(): [typeof ExpenseStatus.FOR_APPROVAL, typeof ExpenseStatus.APPROVED, typeof ExpenseStatus.REJECTED];
4466
+ static valueOf(value: string): ExpenseStatus;
4463
4467
  get name(): "FOR_APPROVAL" | "APPROVED" | "REJECTED";
4464
4468
  get ordinal(): 0 | 1 | 2;
4465
4469
  get value(): string;
4466
- static values(): Array<ExpenseStatus>;
4467
- static valueOf(value: string): ExpenseStatus;
4468
4470
  }
4469
4471
  export declare namespace ExpenseStatus {
4470
4472
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4518,11 +4520,11 @@ export declare abstract class ExpiredType {
4518
4520
  get name(): "SECOND";
4519
4521
  get ordinal(): 2;
4520
4522
  };
4523
+ static values(): [typeof ExpiredType.NONE, typeof ExpiredType.FIRST, typeof ExpiredType.SECOND];
4524
+ static valueOf(value: string): ExpiredType;
4521
4525
  get name(): "NONE" | "FIRST" | "SECOND";
4522
4526
  get ordinal(): 0 | 1 | 2;
4523
4527
  get value(): string;
4524
- static values(): Array<ExpiredType>;
4525
- static valueOf(value: string): ExpiredType;
4526
4528
  }
4527
4529
  export declare namespace ExpiredType {
4528
4530
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4620,11 +4622,11 @@ export declare abstract class FcmDeviceType {
4620
4622
  get name(): "UNKNOWN";
4621
4623
  get ordinal(): 3;
4622
4624
  };
4625
+ static values(): [typeof FcmDeviceType.ANDROID, typeof FcmDeviceType.IOS, typeof FcmDeviceType.WEB, typeof FcmDeviceType.UNKNOWN];
4626
+ static valueOf(value: string): FcmDeviceType;
4623
4627
  get name(): "ANDROID" | "IOS" | "WEB" | "UNKNOWN";
4624
4628
  get ordinal(): 0 | 1 | 2 | 3;
4625
4629
  get value(): string;
4626
- static values(): Array<FcmDeviceType>;
4627
- static valueOf(value: string): FcmDeviceType;
4628
4630
  }
4629
4631
  export declare namespace FcmDeviceType {
4630
4632
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4820,11 +4822,11 @@ export declare abstract class FractionRecipientType {
4820
4822
  get name(): "ORGANIZATION";
4821
4823
  get ordinal(): 1;
4822
4824
  };
4825
+ static values(): [typeof FractionRecipientType.PERSON, typeof FractionRecipientType.ORGANIZATION];
4826
+ static valueOf(value: string): FractionRecipientType;
4823
4827
  get name(): "PERSON" | "ORGANIZATION";
4824
4828
  get ordinal(): 0 | 1;
4825
4829
  get value(): string;
4826
- static values(): Array<FractionRecipientType>;
4827
- static valueOf(value: string): FractionRecipientType;
4828
4830
  }
4829
4831
  export declare namespace FractionRecipientType {
4830
4832
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4874,11 +4876,11 @@ export declare abstract class FractionType {
4874
4876
  get name(): "WEALTH";
4875
4877
  get ordinal(): 6;
4876
4878
  };
4879
+ static values(): [typeof FractionType.OWNER, typeof FractionType.SECTION, typeof FractionType.IN_ONE, typeof FractionType.IN_TWO, typeof FractionType.IN_THREE, typeof FractionType.IN_FOUR, typeof FractionType.WEALTH];
4880
+ static valueOf(value: string): FractionType;
4877
4881
  get name(): "OWNER" | "SECTION" | "IN_ONE" | "IN_TWO" | "IN_THREE" | "IN_FOUR" | "WEALTH";
4878
4882
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
4879
4883
  get value(): string;
4880
- static values(): Array<FractionType>;
4881
- static valueOf(value: string): FractionType;
4882
4884
  }
4883
4885
  export declare namespace FractionType {
4884
4886
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5399,7 +5401,7 @@ export declare namespace Homepage {
5399
5401
  }
5400
5402
  }
5401
5403
  export declare abstract class IncomingEventBusMessage {
5402
- protected constructor();
5404
+ private constructor();
5403
5405
  }
5404
5406
  export declare namespace IncomingEventBusMessage {
5405
5407
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5417,11 +5419,11 @@ export declare abstract class InlineDistributionType {
5417
5419
  get name(): "BROK";
5418
5420
  get ordinal(): 1;
5419
5421
  };
5422
+ static values(): [typeof InlineDistributionType.FLAT, typeof InlineDistributionType.BROK];
5423
+ static valueOf(value: string): InlineDistributionType;
5420
5424
  get name(): "FLAT" | "BROK";
5421
5425
  get ordinal(): 0 | 1;
5422
5426
  get value(): string;
5423
- static values(): Array<InlineDistributionType>;
5424
- static valueOf(value: string): InlineDistributionType;
5425
5427
  }
5426
5428
  export declare namespace InlineDistributionType {
5427
5429
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5707,11 +5709,11 @@ export declare abstract class InvoiceDistributionReceiverType {
5707
5709
  get name(): "ORGANIZATION";
5708
5710
  get ordinal(): 2;
5709
5711
  };
5712
+ static values(): [typeof InvoiceDistributionReceiverType.BOLIG, typeof InvoiceDistributionReceiverType.PERSON, typeof InvoiceDistributionReceiverType.ORGANIZATION];
5713
+ static valueOf(value: string): InvoiceDistributionReceiverType;
5710
5714
  get name(): "BOLIG" | "PERSON" | "ORGANIZATION";
5711
5715
  get ordinal(): 0 | 1 | 2;
5712
5716
  get value(): string;
5713
- static values(): Array<InvoiceDistributionReceiverType>;
5714
- static valueOf(value: string): InvoiceDistributionReceiverType;
5715
5717
  }
5716
5718
  export declare namespace InvoiceDistributionReceiverType {
5717
5719
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5745,11 +5747,11 @@ export declare abstract class InvoiceDistributionType {
5745
5747
  get name(): "CUSTOM";
5746
5748
  get ordinal(): 2;
5747
5749
  };
5750
+ static values(): [typeof InvoiceDistributionType.FLAT, typeof InvoiceDistributionType.FRACTION, typeof InvoiceDistributionType.CUSTOM];
5751
+ static valueOf(value: string): InvoiceDistributionType;
5748
5752
  get name(): "FLAT" | "FRACTION" | "CUSTOM";
5749
5753
  get ordinal(): 0 | 1 | 2;
5750
5754
  get value(): string;
5751
- static values(): Array<InvoiceDistributionType>;
5752
- static valueOf(value: string): InvoiceDistributionType;
5753
5755
  }
5754
5756
  export declare namespace InvoiceDistributionType {
5755
5757
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6019,11 +6021,11 @@ export declare abstract class InvoicePlanInterval {
6019
6021
  get name(): "NONE";
6020
6022
  get ordinal(): 4;
6021
6023
  };
6024
+ static values(): [typeof InvoicePlanInterval.MONTHLY, typeof InvoicePlanInterval.QUARTERLY, typeof InvoicePlanInterval.BIANNUAL, typeof InvoicePlanInterval.ANNUAL, typeof InvoicePlanInterval.NONE];
6025
+ static valueOf(value: string): InvoicePlanInterval;
6022
6026
  get name(): "MONTHLY" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "NONE";
6023
6027
  get ordinal(): 0 | 1 | 2 | 3 | 4;
6024
6028
  get value(): string;
6025
- static values(): Array<InvoicePlanInterval>;
6026
- static valueOf(value: string): InvoicePlanInterval;
6027
6029
  }
6028
6030
  export declare namespace InvoicePlanInterval {
6029
6031
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6105,11 +6107,11 @@ export declare abstract class InvoicePlanMode {
6105
6107
  get name(): "DUE_DATE";
6106
6108
  get ordinal(): 1;
6107
6109
  };
6110
+ static values(): [typeof InvoicePlanMode.INVOICE_DATE, typeof InvoicePlanMode.DUE_DATE];
6111
+ static valueOf(value: string): InvoicePlanMode;
6108
6112
  get name(): "INVOICE_DATE" | "DUE_DATE";
6109
6113
  get ordinal(): 0 | 1;
6110
6114
  get value(): string;
6111
- static values(): Array<InvoicePlanMode>;
6112
- static valueOf(value: string): InvoicePlanMode;
6113
6115
  }
6114
6116
  export declare namespace InvoicePlanMode {
6115
6117
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6213,11 +6215,11 @@ export declare abstract class InvoicePlanType {
6213
6215
  get name(): "OTHER";
6214
6216
  get ordinal(): 2;
6215
6217
  };
6218
+ static values(): [typeof InvoicePlanType.FELLESKOSTNADER, typeof InvoicePlanType.KAPITALINNKREVING, typeof InvoicePlanType.OTHER];
6219
+ static valueOf(value: string): InvoicePlanType;
6216
6220
  get name(): "FELLESKOSTNADER" | "KAPITALINNKREVING" | "OTHER";
6217
6221
  get ordinal(): 0 | 1 | 2;
6218
6222
  get value(): string;
6219
- static values(): Array<InvoicePlanType>;
6220
- static valueOf(value: string): InvoicePlanType;
6221
6223
  }
6222
6224
  export declare namespace InvoicePlanType {
6223
6225
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6371,11 +6373,11 @@ export declare abstract class InvoiceProcessType {
6371
6373
  get name(): "NONE";
6372
6374
  get ordinal(): 8;
6373
6375
  };
6376
+ static values(): [typeof InvoiceProcessType.EFAKTURA, typeof InvoiceProcessType.AVTALEGIRO, typeof InvoiceProcessType.COMBO, typeof InvoiceProcessType.COMBOAPI, typeof InvoiceProcessType.EMAIL, typeof InvoiceProcessType.DIGIPOST, typeof InvoiceProcessType.DIGIPOST_PRINT, typeof InvoiceProcessType.EHF, typeof InvoiceProcessType.NONE];
6377
+ static valueOf(value: string): InvoiceProcessType;
6374
6378
  get name(): "EFAKTURA" | "AVTALEGIRO" | "COMBO" | "COMBOAPI" | "EMAIL" | "DIGIPOST" | "DIGIPOST_PRINT" | "EHF" | "NONE";
6375
6379
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
6376
6380
  get value(): string;
6377
- static values(): Array<InvoiceProcessType>;
6378
- static valueOf(value: string): InvoiceProcessType;
6379
6381
  }
6380
6382
  export declare namespace InvoiceProcessType {
6381
6383
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6429,11 +6431,11 @@ export declare abstract class InvoiceProcessingResult {
6429
6431
  get name(): "REJECTED";
6430
6432
  get ordinal(): 1;
6431
6433
  };
6434
+ static values(): [typeof InvoiceProcessingResult.APPROVED, typeof InvoiceProcessingResult.REJECTED];
6435
+ static valueOf(value: string): InvoiceProcessingResult;
6432
6436
  get name(): "APPROVED" | "REJECTED";
6433
6437
  get ordinal(): 0 | 1;
6434
6438
  get value(): string;
6435
- static values(): Array<InvoiceProcessingResult>;
6436
- static valueOf(value: string): InvoiceProcessingResult;
6437
6439
  }
6438
6440
  export declare namespace InvoiceProcessingResult {
6439
6441
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6809,11 +6811,11 @@ export declare abstract class InvoiceState {
6809
6811
  get name(): "COMPLETE";
6810
6812
  get ordinal(): 70;
6811
6813
  };
6814
+ static values(): [typeof InvoiceState.UNKNOWN, typeof InvoiceState.FAILED_CREATE, typeof InvoiceState.CREATED, typeof InvoiceState.CREDITED, typeof InvoiceState.FAILED_PDF_PERSIST, typeof InvoiceState.PDF_PERSISTED, typeof InvoiceState.FAILED_VOUCHER_CREATE, typeof InvoiceState.VOUCHER_CREATED, typeof InvoiceState.FAILED_VOUCHER_PDF_PERSIST, typeof InvoiceState.VOUCHER_PDF_PERSISTED, typeof InvoiceState.FAILED_INVOICE_SEND, typeof InvoiceState.INVOICE_SENT_EHF, typeof InvoiceState.INVOICE_SENT_EFAKTURA, typeof InvoiceState.INVOICE_SENT_AVTALEGIRO, typeof InvoiceState.INVOICE_SENT_COMBO, typeof InvoiceState.INVOICE_SENT_ALTERNATIVE_DIGIPOST, typeof InvoiceState.INVOICE_SENT_ALTERNATIVE_EMAIL, typeof InvoiceState.INVOICE_SENT_NONE, typeof InvoiceState.FAILED_INVOICE_SEND_EHF, typeof InvoiceState.FAILED_INVOICE_SEND_ALTERNATIVE, typeof InvoiceState.FAILED_INVOICE_SEND_ALTERNATIVE_DIGIPOST, typeof InvoiceState.FAILED_INVOICE_SEND_ALTERNATIVE_EMAIL, typeof InvoiceState.FAILED_INVOICE_RECEIPT_RECEPTION, typeof InvoiceState.FAILED_INVOICE_EFAKTURA_RECEIPT_RECEPTION, typeof InvoiceState.FAILED_INVOICE_AVTALEGIRO_RECEIPT_RECEPTION, typeof InvoiceState.FAILED_PARTIAL_INVOICE_RECEIPT_RECEPTION, typeof InvoiceState.INVOICE_PROCESSING_FAILED, typeof InvoiceState.INVOICE_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_EHF_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_EFAKTURA_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_AVTALEGIRO_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_EMAIL_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_OVERDUE_EMAIL_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_EMAIL_OPENED_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_SECOND_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_OVERDUE_SMS_RECEIPT_RECEIVED, typeof InvoiceState.INVOICE_SECOND_OVERDUE_SMS_RECEIPT_RECEIVED, typeof InvoiceState.FAILED_INVOICE_EHF_RECEIPT, typeof InvoiceState.FAILED_INVOICE_EMAIL_RECEIPT, typeof InvoiceState.FAILED_INVOICE_OVERDUE_EMAIL_RECEIPT, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT, typeof InvoiceState.FAILED_INVOICE_OVERDUE_SMS_RECEIPT, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_SMS_RECEIPT, typeof InvoiceState.FAILED_INVOICE_PROCESSING, typeof InvoiceState.FAILED_INVOICE_OVERDUE_NOTICE_SEND, typeof InvoiceState.FAILED_INVOICE_OVERDUE_NOTICE_SEND_EMAIL, typeof InvoiceState.FAILED_INVOICE_OVERDUE_NOTICE_SEND_DIGIPOST, typeof InvoiceState.FAILED_INVOICE_OVERDUE_NOTICE_SMS_SEND, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SMS_SEND, typeof InvoiceState.INVOICE_OVERDUE_NOTICE_SENT, typeof InvoiceState.INVOICE_OVERDUE_EMAIL_NOTICE_SENT, typeof InvoiceState.INVOICE_OVERDUE_SMS_NOTICE_SENT, typeof InvoiceState.INVOICE_OVERDUE_DIGIPOST_NOTICE_SENT, typeof InvoiceState.INVOICE_SECOND_OVERDUE_SMS_NOTICE_SENT, typeof InvoiceState.FAILED_INVOICE_OVERDUE_PDF_PERSIST, typeof InvoiceState.INVOICE_OVERDUE_PDF_PERSIST, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_EMAIL, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_DIGIPOST, typeof InvoiceState.INVOICE_SECOND_OVERDUE_NOTICE_SENT, typeof InvoiceState.INVOICE_SECOND_OVERDUE_EMAIL_NOTICE_SENT, typeof InvoiceState.INVOICE_SECOND_OVERDUE_DIGIPOST_NOTICE_SENT, typeof InvoiceState.FAILED_INVOICE_SECOND_OVERDUE_PDF_PERSIST, typeof InvoiceState.INVOICE_SECOND_OVERDUE_PDF_PERSIST, typeof InvoiceState.INSUFFICIENT_PAYMENT_RECEIVED, typeof InvoiceState.FAILED_LOSS_REGISTRATION, typeof InvoiceState.LOSS_REGISTERED, typeof InvoiceState.MANUAL_PROCESSING, typeof InvoiceState.COMPLETE];
6815
+ static valueOf(value: string): InvoiceState;
6812
6816
  get name(): "UNKNOWN" | "FAILED_CREATE" | "CREATED" | "CREDITED" | "FAILED_PDF_PERSIST" | "PDF_PERSISTED" | "FAILED_VOUCHER_CREATE" | "VOUCHER_CREATED" | "FAILED_VOUCHER_PDF_PERSIST" | "VOUCHER_PDF_PERSISTED" | "FAILED_INVOICE_SEND" | "INVOICE_SENT_EHF" | "INVOICE_SENT_EFAKTURA" | "INVOICE_SENT_AVTALEGIRO" | "INVOICE_SENT_COMBO" | "INVOICE_SENT_ALTERNATIVE_DIGIPOST" | "INVOICE_SENT_ALTERNATIVE_EMAIL" | "INVOICE_SENT_NONE" | "FAILED_INVOICE_SEND_EHF" | "FAILED_INVOICE_SEND_ALTERNATIVE" | "FAILED_INVOICE_SEND_ALTERNATIVE_DIGIPOST" | "FAILED_INVOICE_SEND_ALTERNATIVE_EMAIL" | "FAILED_INVOICE_RECEIPT_RECEPTION" | "FAILED_INVOICE_EFAKTURA_RECEIPT_RECEPTION" | "FAILED_INVOICE_AVTALEGIRO_RECEIPT_RECEPTION" | "FAILED_PARTIAL_INVOICE_RECEIPT_RECEPTION" | "INVOICE_PROCESSING_FAILED" | "INVOICE_RECEIPT_RECEIVED" | "INVOICE_EHF_RECEIPT_RECEIVED" | "INVOICE_EFAKTURA_RECEIPT_RECEIVED" | "INVOICE_AVTALEGIRO_RECEIPT_RECEIVED" | "INVOICE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_SMS_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_SMS_RECEIPT_RECEIVED" | "FAILED_INVOICE_EHF_RECEIPT" | "FAILED_INVOICE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_PROCESSING" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_DIGIPOST" | "FAILED_INVOICE_OVERDUE_NOTICE_SMS_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SMS_SEND" | "INVOICE_OVERDUE_NOTICE_SENT" | "INVOICE_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_OVERDUE_SMS_NOTICE_SENT" | "INVOICE_OVERDUE_DIGIPOST_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_SMS_NOTICE_SENT" | "FAILED_INVOICE_OVERDUE_PDF_PERSIST" | "INVOICE_OVERDUE_PDF_PERSIST" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_DIGIPOST" | "INVOICE_SECOND_OVERDUE_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_DIGIPOST_NOTICE_SENT" | "FAILED_INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INSUFFICIENT_PAYMENT_RECEIVED" | "FAILED_LOSS_REGISTRATION" | "LOSS_REGISTERED" | "MANUAL_PROCESSING" | "COMPLETE";
6813
6817
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70;
6814
6818
  get value(): string;
6815
- static values(): Array<InvoiceState>;
6816
- static valueOf(value: string): InvoiceState;
6817
6819
  }
6818
6820
  export declare namespace InvoiceState {
6819
6821
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6863,11 +6865,11 @@ export declare abstract class InvoiceStatus {
6863
6865
  get name(): "CREDIT";
6864
6866
  get ordinal(): 6;
6865
6867
  };
6868
+ static values(): [typeof InvoiceStatus.FOR_APPROVAL, typeof InvoiceStatus.APPROVED, typeof InvoiceStatus.REJECTED, typeof InvoiceStatus.PAID, typeof InvoiceStatus.REVERSED, typeof InvoiceStatus.REMAINDER, typeof InvoiceStatus.CREDIT];
6869
+ static valueOf(value: string): InvoiceStatus;
6866
6870
  get name(): "FOR_APPROVAL" | "APPROVED" | "REJECTED" | "PAID" | "REVERSED" | "REMAINDER" | "CREDIT";
6867
6871
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
6868
6872
  get value(): string;
6869
- static values(): Array<InvoiceStatus>;
6870
- static valueOf(value: string): InvoiceStatus;
6871
6873
  }
6872
6874
  export declare namespace InvoiceStatus {
6873
6875
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6925,11 +6927,11 @@ export declare abstract class InvoiceType {
6925
6927
  get name(): "CLAIM";
6926
6928
  get ordinal(): 2;
6927
6929
  };
6930
+ static values(): [typeof InvoiceType.DEBIT, typeof InvoiceType.CREDIT, typeof InvoiceType.CLAIM];
6931
+ static valueOf(value: string): InvoiceType;
6928
6932
  get name(): "DEBIT" | "CREDIT" | "CLAIM";
6929
6933
  get ordinal(): 0 | 1 | 2;
6930
6934
  get value(): string;
6931
- static values(): Array<InvoiceType>;
6932
- static valueOf(value: string): InvoiceType;
6933
6935
  }
6934
6936
  export declare namespace InvoiceType {
6935
6937
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7221,11 +7223,11 @@ export declare abstract class IssueStatus {
7221
7223
  get name(): "CLOSED";
7222
7224
  get ordinal(): 2;
7223
7225
  };
7226
+ static values(): [typeof IssueStatus.OPEN, typeof IssueStatus.IN_MEETING, typeof IssueStatus.CLOSED];
7227
+ static valueOf(value: string): IssueStatus;
7224
7228
  get name(): "OPEN" | "IN_MEETING" | "CLOSED";
7225
7229
  get ordinal(): 0 | 1 | 2;
7226
7230
  get value(): string;
7227
- static values(): Array<IssueStatus>;
7228
- static valueOf(value: string): IssueStatus;
7229
7231
  }
7230
7232
  export declare namespace IssueStatus {
7231
7233
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7271,11 +7273,11 @@ export declare abstract class JobState {
7271
7273
  get name(): "ANY";
7272
7274
  get ordinal(): 5;
7273
7275
  };
7276
+ static values(): [typeof JobState.CREATED, typeof JobState.PROCESSING, typeof JobState.CANCELLED, typeof JobState.COMPLETED, typeof JobState.FAILED, typeof JobState.ANY];
7277
+ static valueOf(value: string): JobState;
7274
7278
  get name(): "CREATED" | "PROCESSING" | "CANCELLED" | "COMPLETED" | "FAILED" | "ANY";
7275
7279
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
7276
7280
  get value(): string;
7277
- static values(): Array<JobState>;
7278
- static valueOf(value: string): JobState;
7279
7281
  }
7280
7282
  export declare namespace JobState {
7281
7283
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7325,11 +7327,11 @@ export declare abstract class KartverketFetchState {
7325
7327
  get name(): "UNKNOWN";
7326
7328
  get ordinal(): 6;
7327
7329
  };
7330
+ static values(): [typeof KartverketFetchState.COLLECTING, typeof KartverketFetchState.IMPORTING, typeof KartverketFetchState.IMPORTED, typeof KartverketFetchState.FAILURE, typeof KartverketFetchState.FAILURE_IMPORTING, typeof KartverketFetchState.COLLECTED, typeof KartverketFetchState.UNKNOWN];
7331
+ static valueOf(value: string): KartverketFetchState;
7328
7332
  get name(): "COLLECTING" | "IMPORTING" | "IMPORTED" | "FAILURE" | "FAILURE_IMPORTING" | "COLLECTED" | "UNKNOWN";
7329
7333
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
7330
7334
  get value(): string;
7331
- static values(): Array<KartverketFetchState>;
7332
- static valueOf(value: string): KartverketFetchState;
7333
7335
  }
7334
7336
  export declare namespace KartverketFetchState {
7335
7337
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7403,11 +7405,11 @@ export declare abstract class LOANLOGTYPE {
7403
7405
  get name(): "CLOSED";
7404
7406
  get ordinal(): 3;
7405
7407
  };
7408
+ static values(): [typeof LOANLOGTYPE.CREATED, typeof LOANLOGTYPE.INTEREST, typeof LOANLOGTYPE.INAGREEMENT, typeof LOANLOGTYPE.CLOSED];
7409
+ static valueOf(value: string): LOANLOGTYPE;
7406
7410
  get name(): "CREATED" | "INTEREST" | "INAGREEMENT" | "CLOSED";
7407
7411
  get ordinal(): 0 | 1 | 2 | 3;
7408
7412
  get value(): string;
7409
- static values(): Array<LOANLOGTYPE>;
7410
- static valueOf(value: string): LOANLOGTYPE;
7411
7413
  }
7412
7414
  export declare namespace LOANLOGTYPE {
7413
7415
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7459,11 +7461,11 @@ export declare abstract class LeveranseType3po {
7459
7461
  get name(): "ORDINARY";
7460
7462
  get ordinal(): 0;
7461
7463
  };
7464
+ static values(): [typeof LeveranseType3po.ORDINARY];
7465
+ static valueOf(value: string): LeveranseType3po;
7462
7466
  get name(): "ORDINARY";
7463
7467
  get ordinal(): 0;
7464
7468
  get value(): string;
7465
- static values(): Array<LeveranseType3po>;
7466
- static valueOf(value: string): LeveranseType3po;
7467
7469
  }
7468
7470
  export declare namespace LeveranseType3po {
7469
7471
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7963,11 +7965,11 @@ export declare abstract class MeetingStatus {
7963
7965
  get name(): "SIGNED";
7964
7966
  get ordinal(): 4;
7965
7967
  };
7968
+ static values(): [typeof MeetingStatus.PLANNING, typeof MeetingStatus.NOTIFIED, typeof MeetingStatus.IN_PROGRESS, typeof MeetingStatus.TO_SIGN, typeof MeetingStatus.SIGNED];
7969
+ static valueOf(value: string): MeetingStatus;
7966
7970
  get name(): "PLANNING" | "NOTIFIED" | "IN_PROGRESS" | "TO_SIGN" | "SIGNED";
7967
7971
  get ordinal(): 0 | 1 | 2 | 3 | 4;
7968
7972
  get value(): string;
7969
- static values(): Array<MeetingStatus>;
7970
- static valueOf(value: string): MeetingStatus;
7971
7973
  }
7972
7974
  export declare namespace MeetingStatus {
7973
7975
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8093,11 +8095,11 @@ export declare abstract class MessageType {
8093
8095
  get name(): "EMAIL";
8094
8096
  get ordinal(): 1;
8095
8097
  };
8098
+ static values(): [typeof MessageType.DEFAULT, typeof MessageType.EMAIL];
8099
+ static valueOf(value: string): MessageType;
8096
8100
  get name(): "DEFAULT" | "EMAIL";
8097
8101
  get ordinal(): 0 | 1;
8098
8102
  get value(): string;
8099
- static values(): Array<MessageType>;
8100
- static valueOf(value: string): MessageType;
8101
8103
  }
8102
8104
  export declare namespace MessageType {
8103
8105
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8227,11 +8229,11 @@ export declare abstract class MfaType {
8227
8229
  get name(): "TOTP";
8228
8230
  get ordinal(): 1;
8229
8231
  };
8232
+ static values(): [typeof MfaType.SMS, typeof MfaType.TOTP];
8233
+ static valueOf(value: string): MfaType;
8230
8234
  get name(): "SMS" | "TOTP";
8231
8235
  get ordinal(): 0 | 1;
8232
8236
  get value(): string;
8233
- static values(): Array<MfaType>;
8234
- static valueOf(value: string): MfaType;
8235
8237
  }
8236
8238
  export declare namespace MfaType {
8237
8239
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8409,11 +8411,11 @@ export declare abstract class NotificationGroupType {
8409
8411
  get name(): "ALL";
8410
8412
  get ordinal(): 7;
8411
8413
  };
8414
+ static values(): [typeof NotificationGroupType.BOARD_CHAIRS, typeof NotificationGroupType.BOARD_MEMBERS, typeof NotificationGroupType.BOARD_ALTERNATES, typeof NotificationGroupType.OWNERS, typeof NotificationGroupType.TENANTS, typeof NotificationGroupType.CO_HABITANTS, typeof NotificationGroupType.EXTERNALS, typeof NotificationGroupType.ALL];
8415
+ static valueOf(value: string): NotificationGroupType;
8412
8416
  get name(): "BOARD_CHAIRS" | "BOARD_MEMBERS" | "BOARD_ALTERNATES" | "OWNERS" | "TENANTS" | "CO_HABITANTS" | "EXTERNALS" | "ALL";
8413
8417
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
8414
8418
  get value(): string;
8415
- static values(): Array<NotificationGroupType>;
8416
- static valueOf(value: string): NotificationGroupType;
8417
8419
  }
8418
8420
  export declare namespace NotificationGroupType {
8419
8421
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8591,11 +8593,11 @@ export declare abstract class OrderType {
8591
8593
  get name(): "PREMIUM";
8592
8594
  get ordinal(): 2;
8593
8595
  };
8596
+ static values(): [typeof OrderType.BASIS, typeof OrderType.STANDARD, typeof OrderType.PREMIUM];
8597
+ static valueOf(value: string): OrderType;
8594
8598
  get name(): "BASIS" | "STANDARD" | "PREMIUM";
8595
8599
  get ordinal(): 0 | 1 | 2;
8596
8600
  get value(): string;
8597
- static values(): Array<OrderType>;
8598
- static valueOf(value: string): OrderType;
8599
8601
  }
8600
8602
  export declare namespace OrderType {
8601
8603
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9067,11 +9069,11 @@ export declare abstract class OverdueNoticeOrder {
9067
9069
  get name(): "SECOND";
9068
9070
  get ordinal(): 1;
9069
9071
  };
9072
+ static values(): [typeof OverdueNoticeOrder.FIRST, typeof OverdueNoticeOrder.SECOND];
9073
+ static valueOf(value: string): OverdueNoticeOrder;
9070
9074
  get name(): "FIRST" | "SECOND";
9071
9075
  get ordinal(): 0 | 1;
9072
9076
  get value(): string;
9073
- static values(): Array<OverdueNoticeOrder>;
9074
- static valueOf(value: string): OverdueNoticeOrder;
9075
9077
  }
9076
9078
  export declare namespace OverdueNoticeOrder {
9077
9079
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9277,11 +9279,11 @@ export declare abstract class ParkingSpaceType {
9277
9279
  get name(): "HC";
9278
9280
  get ordinal(): 2;
9279
9281
  };
9282
+ static values(): [typeof ParkingSpaceType.NORMAL, typeof ParkingSpaceType.MC, typeof ParkingSpaceType.HC];
9283
+ static valueOf(value: string): ParkingSpaceType;
9280
9284
  get name(): "NORMAL" | "MC" | "HC";
9281
9285
  get ordinal(): 0 | 1 | 2;
9282
9286
  get value(): string;
9283
- static values(): Array<ParkingSpaceType>;
9284
- static valueOf(value: string): ParkingSpaceType;
9285
9287
  }
9286
9288
  export declare namespace ParkingSpaceType {
9287
9289
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9302,7 +9304,7 @@ export declare namespace ParkingSpaceType {
9302
9304
  }
9303
9305
  }
9304
9306
  export declare abstract class Participant {
9305
- protected constructor();
9307
+ private constructor();
9306
9308
  abstract get active(): boolean;
9307
9309
  abstract get id(): bigint;
9308
9310
  abstract get name(): string;
@@ -9336,11 +9338,11 @@ export declare abstract class ParticipantType {
9336
9338
  get name(): "SUPPLIER_CONTACT";
9337
9339
  get ordinal(): 4;
9338
9340
  };
9341
+ static values(): [typeof ParticipantType.PERSON, typeof ParticipantType.ORGANIZATION, typeof ParticipantType.EMPLOYEE, typeof ParticipantType.INQUIRY, typeof ParticipantType.SUPPLIER_CONTACT];
9342
+ static valueOf(value: string): ParticipantType;
9339
9343
  get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT";
9340
9344
  get ordinal(): 0 | 1 | 2 | 3 | 4;
9341
9345
  get value(): string;
9342
- static values(): Array<ParticipantType>;
9343
- static valueOf(value: string): ParticipantType;
9344
9346
  }
9345
9347
  export declare namespace ParticipantType {
9346
9348
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9370,11 +9372,11 @@ export declare abstract class PayeeType {
9370
9372
  get name(): "BOLIGSELSKAP";
9371
9373
  get ordinal(): 1;
9372
9374
  };
9375
+ static values(): [typeof PayeeType.PERSON, typeof PayeeType.BOLIGSELSKAP];
9376
+ static valueOf(value: string): PayeeType;
9373
9377
  get name(): "PERSON" | "BOLIGSELSKAP";
9374
9378
  get ordinal(): 0 | 1;
9375
9379
  get value(): string;
9376
- static values(): Array<PayeeType>;
9377
- static valueOf(value: string): PayeeType;
9378
9380
  }
9379
9381
  export declare namespace PayeeType {
9380
9382
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9462,11 +9464,11 @@ export declare abstract class PayerType {
9462
9464
  get name(): "UNKNOWN";
9463
9465
  get ordinal(): 5;
9464
9466
  };
9467
+ static values(): [typeof PayerType.PERSON, typeof PayerType.BOLIGSELSKAP, typeof PayerType.COMPANY, typeof PayerType.COMPANY_AS_PERSON, typeof PayerType.SUPPLIER, typeof PayerType.UNKNOWN];
9468
+ static valueOf(value: string): PayerType;
9465
9469
  get name(): "PERSON" | "BOLIGSELSKAP" | "COMPANY" | "COMPANY_AS_PERSON" | "SUPPLIER" | "UNKNOWN";
9466
9470
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
9467
9471
  get value(): string;
9468
- static values(): Array<PayerType>;
9469
- static valueOf(value: string): PayerType;
9470
9472
  }
9471
9473
  export declare namespace PayerType {
9472
9474
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9558,11 +9560,11 @@ export declare abstract class PaymentHandlingStatus {
9558
9560
  get name(): "CLOSED";
9559
9561
  get ordinal(): 1;
9560
9562
  };
9563
+ static values(): [typeof PaymentHandlingStatus.ATTACHED_TO_INVOICE, typeof PaymentHandlingStatus.CLOSED];
9564
+ static valueOf(value: string): PaymentHandlingStatus;
9561
9565
  get name(): "ATTACHED_TO_INVOICE" | "CLOSED";
9562
9566
  get ordinal(): 0 | 1;
9563
9567
  get value(): string;
9564
- static values(): Array<PaymentHandlingStatus>;
9565
- static valueOf(value: string): PaymentHandlingStatus;
9566
9568
  }
9567
9569
  export declare namespace PaymentHandlingStatus {
9568
9570
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9592,11 +9594,11 @@ export declare abstract class PeriodicTaskIntervalMethod {
9592
9594
  get name(): "CONTINUOUS";
9593
9595
  get ordinal(): 1;
9594
9596
  };
9597
+ static values(): [typeof PeriodicTaskIntervalMethod.FIXED, typeof PeriodicTaskIntervalMethod.CONTINUOUS];
9598
+ static valueOf(value: string): PeriodicTaskIntervalMethod;
9595
9599
  get name(): "FIXED" | "CONTINUOUS";
9596
9600
  get ordinal(): 0 | 1;
9597
9601
  get value(): string;
9598
- static values(): Array<PeriodicTaskIntervalMethod>;
9599
- static valueOf(value: string): PeriodicTaskIntervalMethod;
9600
9602
  }
9601
9603
  export declare namespace PeriodicTaskIntervalMethod {
9602
9604
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9654,11 +9656,11 @@ export declare abstract class PeriodicTaskIntervalType {
9654
9656
  get name(): "QUINQUENNIAL";
9655
9657
  get ordinal(): 8;
9656
9658
  };
9659
+ static values(): [typeof PeriodicTaskIntervalType.HOUR, typeof PeriodicTaskIntervalType.DAY, typeof PeriodicTaskIntervalType.WEEKLY, typeof PeriodicTaskIntervalType.MONTH, typeof PeriodicTaskIntervalType.QUARTERLY, typeof PeriodicTaskIntervalType.BIANNUAL, typeof PeriodicTaskIntervalType.ANNUAL, typeof PeriodicTaskIntervalType.BIENNIAL, typeof PeriodicTaskIntervalType.QUINQUENNIAL];
9660
+ static valueOf(value: string): PeriodicTaskIntervalType;
9657
9661
  get name(): "HOUR" | "DAY" | "WEEKLY" | "MONTH" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "BIENNIAL" | "QUINQUENNIAL";
9658
9662
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
9659
9663
  get value(): string;
9660
- static values(): Array<PeriodicTaskIntervalType>;
9661
- static valueOf(value: string): PeriodicTaskIntervalType;
9662
9664
  }
9663
9665
  export declare namespace PeriodicTaskIntervalType {
9664
9666
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10058,11 +10060,11 @@ export declare abstract class PersonStatus {
10058
10060
  get name(): "HOMELESS";
10059
10061
  get ordinal(): 9;
10060
10062
  };
10063
+ static values(): [typeof PersonStatus.ACTIVE, typeof PersonStatus.RESIDENCED, typeof PersonStatus.MOVED_OUT, typeof PersonStatus.DISAPPEARED, typeof PersonStatus.DEAD, typeof PersonStatus.EXPIRED, typeof PersonStatus.BIRTH_REGISTERED, typeof PersonStatus.TEMPORARY, typeof PersonStatus.INACTIVE, typeof PersonStatus.HOMELESS];
10064
+ static valueOf(value: string): PersonStatus;
10061
10065
  get name(): "ACTIVE" | "RESIDENCED" | "MOVED_OUT" | "DISAPPEARED" | "DEAD" | "EXPIRED" | "BIRTH_REGISTERED" | "TEMPORARY" | "INACTIVE" | "HOMELESS";
10062
10066
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
10063
10067
  get value(): string;
10064
- static values(): Array<PersonStatus>;
10065
- static valueOf(value: string): PersonStatus;
10066
10068
  }
10067
10069
  export declare namespace PersonStatus {
10068
10070
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10362,11 +10364,11 @@ export declare abstract class PreferredAdvertisement {
10362
10364
  get name(): "NONE";
10363
10365
  get ordinal(): 4;
10364
10366
  };
10367
+ static values(): [typeof PreferredAdvertisement.COMBO, typeof PreferredAdvertisement.EMAIL, typeof PreferredAdvertisement.DIGIPOST, typeof PreferredAdvertisement.LETTER, typeof PreferredAdvertisement.NONE];
10368
+ static valueOf(value: string): PreferredAdvertisement;
10365
10369
  get name(): "COMBO" | "EMAIL" | "DIGIPOST" | "LETTER" | "NONE";
10366
10370
  get ordinal(): 0 | 1 | 2 | 3 | 4;
10367
10371
  get value(): string;
10368
- static values(): Array<PreferredAdvertisement>;
10369
- static valueOf(value: string): PreferredAdvertisement;
10370
10372
  }
10371
10373
  export declare namespace PreferredAdvertisement {
10372
10374
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10566,11 +10568,11 @@ export declare abstract class RelationType {
10566
10568
  get name(): "MEMBER";
10567
10569
  get ordinal(): 1;
10568
10570
  };
10571
+ static values(): [typeof RelationType.SAMEIE, typeof RelationType.MEMBER];
10572
+ static valueOf(value: string): RelationType;
10569
10573
  get name(): "SAMEIE" | "MEMBER";
10570
10574
  get ordinal(): 0 | 1;
10571
10575
  get value(): string;
10572
- static values(): Array<RelationType>;
10573
- static valueOf(value: string): RelationType;
10574
10576
  }
10575
10577
  export declare namespace RelationType {
10576
10578
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10619,7 +10621,7 @@ export declare namespace ReorderIssueInMeetingCommand {
10619
10621
  }
10620
10622
  }
10621
10623
  export declare abstract class Resident {
10622
- protected constructor();
10624
+ private constructor();
10623
10625
  abstract get accountNumber(): string | null | undefined;
10624
10626
  abstract get attendances(): KtList<Attendance> | null | undefined;
10625
10627
  abstract get country(): string;
@@ -10720,11 +10722,11 @@ export declare abstract class ResidentType {
10720
10722
  get name(): "ORGANIZATION";
10721
10723
  get ordinal(): 1;
10722
10724
  };
10725
+ static values(): [typeof ResidentType.PERSON, typeof ResidentType.ORGANIZATION];
10726
+ static valueOf(value: string): ResidentType;
10723
10727
  get name(): "PERSON" | "ORGANIZATION";
10724
10728
  get ordinal(): 0 | 1;
10725
10729
  get value(): string;
10726
- static values(): Array<ResidentType>;
10727
- static valueOf(value: string): ResidentType;
10728
10730
  }
10729
10731
  export declare namespace ResidentType {
10730
10732
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10934,11 +10936,11 @@ export declare abstract class RoleType {
10934
10936
  get name(): "EXTERNAL";
10935
10937
  get ordinal(): 27;
10936
10938
  };
10939
+ static values(): [typeof RoleType.ADMIN, typeof RoleType.SUPER_USER, typeof RoleType.USER, typeof RoleType.SALES, typeof RoleType.SWITCHBOARD, typeof RoleType.ADMINISTRATOR_SUPERVISOR, typeof RoleType.ADMINISTRATOR, typeof RoleType.ONBOARDING, typeof RoleType.INVOICING, typeof RoleType.INSURANCE_RESPONSIBLE, typeof RoleType.LOAN_RESPONSIBLE, typeof RoleType.IN_LOAN_RESPONSIBLE, typeof RoleType.ACCOUNTING, typeof RoleType.COLLECTION, typeof RoleType.OWNERSHIP_CHANGE, typeof RoleType.LAWYER, typeof RoleType.BOARD_CHAIR, typeof RoleType.BOARD_MEMBER, typeof RoleType.BOARD_ALTERNATE, typeof RoleType.OWNER, typeof RoleType.TENANT, typeof RoleType.CO_HABITANT, typeof RoleType.RECEPTIONIST, typeof RoleType.BUILDING_DEVELOPER, typeof RoleType.CONTACT_PERSON_FOR_COMPANY, typeof RoleType.CONTACT_PERSON_FOR_SECTION, typeof RoleType.SUPPLIER, typeof RoleType.EXTERNAL];
10940
+ static valueOf(value: string): RoleType;
10937
10941
  get name(): "ADMIN" | "SUPER_USER" | "USER" | "SALES" | "SWITCHBOARD" | "ADMINISTRATOR_SUPERVISOR" | "ADMINISTRATOR" | "ONBOARDING" | "INVOICING" | "INSURANCE_RESPONSIBLE" | "LOAN_RESPONSIBLE" | "IN_LOAN_RESPONSIBLE" | "ACCOUNTING" | "COLLECTION" | "OWNERSHIP_CHANGE" | "LAWYER" | "BOARD_CHAIR" | "BOARD_MEMBER" | "BOARD_ALTERNATE" | "OWNER" | "TENANT" | "CO_HABITANT" | "RECEPTIONIST" | "BUILDING_DEVELOPER" | "CONTACT_PERSON_FOR_COMPANY" | "CONTACT_PERSON_FOR_SECTION" | "SUPPLIER" | "EXTERNAL";
10938
10942
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27;
10939
10943
  get value(): string;
10940
- static values(): Array<RoleType>;
10941
- static valueOf(value: string): RoleType;
10942
10944
  }
10943
10945
  export declare namespace RoleType {
10944
10946
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11110,11 +11112,11 @@ export declare abstract class RoutineInterval {
11110
11112
  get name(): "QUINQUENNIAL";
11111
11113
  get ordinal(): 8;
11112
11114
  };
11115
+ static values(): [typeof RoutineInterval.HOUR, typeof RoutineInterval.DAY, typeof RoutineInterval.WEEKLY, typeof RoutineInterval.MONTH, typeof RoutineInterval.QUARTERLY, typeof RoutineInterval.BIANNUAL, typeof RoutineInterval.ANNUAL, typeof RoutineInterval.BIENNIAL, typeof RoutineInterval.QUINQUENNIAL];
11116
+ static valueOf(value: string): RoutineInterval;
11113
11117
  get name(): "HOUR" | "DAY" | "WEEKLY" | "MONTH" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "BIENNIAL" | "QUINQUENNIAL";
11114
11118
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
11115
11119
  get value(): string;
11116
- static values(): Array<RoutineInterval>;
11117
- static valueOf(value: string): RoutineInterval;
11118
11120
  }
11119
11121
  export declare namespace RoutineInterval {
11120
11122
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11144,11 +11146,11 @@ export declare abstract class RoutineMethod {
11144
11146
  get name(): "CONTINUOUS";
11145
11147
  get ordinal(): 1;
11146
11148
  };
11149
+ static values(): [typeof RoutineMethod.FIXED, typeof RoutineMethod.CONTINUOUS];
11150
+ static valueOf(value: string): RoutineMethod;
11147
11151
  get name(): "FIXED" | "CONTINUOUS";
11148
11152
  get ordinal(): 0 | 1;
11149
11153
  get value(): string;
11150
- static values(): Array<RoutineMethod>;
11151
- static valueOf(value: string): RoutineMethod;
11152
11154
  }
11153
11155
  export declare namespace RoutineMethod {
11154
11156
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11186,11 +11188,11 @@ export declare abstract class RoutineType {
11186
11188
  get name(): "ANNET";
11187
11189
  get ordinal(): 3;
11188
11190
  };
11191
+ static values(): [typeof RoutineType.HMS, typeof RoutineType.DRIFT, typeof RoutineType.STYREARBEID, typeof RoutineType.ANNET];
11192
+ static valueOf(value: string): RoutineType;
11189
11193
  get name(): "HMS" | "DRIFT" | "STYREARBEID" | "ANNET";
11190
11194
  get ordinal(): 0 | 1 | 2 | 3;
11191
11195
  get value(): string;
11192
- static values(): Array<RoutineType>;
11193
- static valueOf(value: string): RoutineType;
11194
11196
  }
11195
11197
  export declare namespace RoutineType {
11196
11198
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11220,11 +11222,11 @@ export declare abstract class Rsvp {
11220
11222
  get name(): "NO";
11221
11223
  get ordinal(): 1;
11222
11224
  };
11225
+ static values(): [typeof Rsvp.YES, typeof Rsvp.NO];
11226
+ static valueOf(value: string): Rsvp;
11223
11227
  get name(): "YES" | "NO";
11224
11228
  get ordinal(): 0 | 1;
11225
11229
  get value(): string;
11226
- static values(): Array<Rsvp>;
11227
- static valueOf(value: string): Rsvp;
11228
11230
  }
11229
11231
  export declare namespace Rsvp {
11230
11232
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11740,11 +11742,11 @@ export declare abstract class SectionState {
11740
11742
  get name(): "EMPTY";
11741
11743
  get ordinal(): 5;
11742
11744
  };
11745
+ static values(): [typeof SectionState.CHECKED_IN, typeof SectionState.EXPLOITATION, typeof SectionState.SQUATTER, typeof SectionState.ILLEGAL_USE, typeof SectionState.SUSPICIOUS_ACTIVITY, typeof SectionState.EMPTY];
11746
+ static valueOf(value: string): SectionState;
11743
11747
  get name(): "CHECKED_IN" | "EXPLOITATION" | "SQUATTER" | "ILLEGAL_USE" | "SUSPICIOUS_ACTIVITY" | "EMPTY";
11744
11748
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
11745
11749
  get value(): string;
11746
- static values(): Array<SectionState>;
11747
- static valueOf(value: string): SectionState;
11748
11750
  }
11749
11751
  export declare namespace SectionState {
11750
11752
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11804,11 +11806,11 @@ export declare abstract class SectionStatusOperation {
11804
11806
  get name(): "DELETE";
11805
11807
  get ordinal(): 2;
11806
11808
  };
11809
+ static values(): [typeof SectionStatusOperation.CREATE, typeof SectionStatusOperation.UPDATE, typeof SectionStatusOperation.DELETE];
11810
+ static valueOf(value: string): SectionStatusOperation;
11807
11811
  get name(): "CREATE" | "UPDATE" | "DELETE";
11808
11812
  get ordinal(): 0 | 1 | 2;
11809
11813
  get value(): string;
11810
- static values(): Array<SectionStatusOperation>;
11811
- static valueOf(value: string): SectionStatusOperation;
11812
11814
  }
11813
11815
  export declare namespace SectionStatusOperation {
11814
11816
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11910,11 +11912,11 @@ export declare abstract class SectionType {
11910
11912
  get name(): "NAERING";
11911
11913
  get ordinal(): 1;
11912
11914
  };
11915
+ static values(): [typeof SectionType.BOLIG, typeof SectionType.NAERING];
11916
+ static valueOf(value: string): SectionType;
11913
11917
  get name(): "BOLIG" | "NAERING";
11914
11918
  get ordinal(): 0 | 1;
11915
11919
  get value(): string;
11916
- static values(): Array<SectionType>;
11917
- static valueOf(value: string): SectionType;
11918
11920
  }
11919
11921
  export declare namespace SectionType {
11920
11922
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12170,11 +12172,11 @@ export declare abstract class SettlementProvider {
12170
12172
  get name(): "OTHER";
12171
12173
  get ordinal(): 3;
12172
12174
  };
12175
+ static values(): [typeof SettlementProvider.ECOGUARD, typeof SettlementProvider.ISTA, typeof SettlementProvider.TECHEM, typeof SettlementProvider.OTHER];
12176
+ static valueOf(value: string): SettlementProvider;
12173
12177
  get name(): "ECOGUARD" | "ISTA" | "TECHEM" | "OTHER";
12174
12178
  get ordinal(): 0 | 1 | 2 | 3;
12175
12179
  get value(): string;
12176
- static values(): Array<SettlementProvider>;
12177
- static valueOf(value: string): SettlementProvider;
12178
12180
  }
12179
12181
  export declare namespace SettlementProvider {
12180
12182
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12254,11 +12256,11 @@ export declare abstract class SettlementType {
12254
12256
  get name(): "OTHER";
12255
12257
  get ordinal(): 5;
12256
12258
  };
12259
+ static values(): [typeof SettlementType.HEAT, typeof SettlementType.COLD_WATER, typeof SettlementType.WARM_WATER, typeof SettlementType.ELECTRIC_CAR_CHARGER, typeof SettlementType.ELECTRICITY, typeof SettlementType.OTHER];
12260
+ static valueOf(value: string): SettlementType;
12257
12261
  get name(): "HEAT" | "COLD_WATER" | "WARM_WATER" | "ELECTRIC_CAR_CHARGER" | "ELECTRICITY" | "OTHER";
12258
12262
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
12259
12263
  get value(): string;
12260
- static values(): Array<SettlementType>;
12261
- static valueOf(value: string): SettlementType;
12262
12264
  }
12263
12265
  export declare namespace SettlementType {
12264
12266
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12766,11 +12768,11 @@ export declare abstract class TaskEventType {
12766
12768
  get name(): "CANCELLED";
12767
12769
  get ordinal(): 7;
12768
12770
  };
12771
+ static values(): [typeof TaskEventType.INITIALIZED, typeof TaskEventType.CREATED, typeof TaskEventType.UPDATED, typeof TaskEventType.COMPLETED, typeof TaskEventType.RECURRING_COMPLETION, typeof TaskEventType.RE_CREATED, typeof TaskEventType.RE_OPENED, typeof TaskEventType.CANCELLED];
12772
+ static valueOf(value: string): TaskEventType;
12769
12773
  get name(): "INITIALIZED" | "CREATED" | "UPDATED" | "COMPLETED" | "RECURRING_COMPLETION" | "RE_CREATED" | "RE_OPENED" | "CANCELLED";
12770
12774
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
12771
12775
  get value(): string;
12772
- static values(): Array<TaskEventType>;
12773
- static valueOf(value: string): TaskEventType;
12774
12776
  }
12775
12777
  export declare namespace TaskEventType {
12776
12778
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12812,11 +12814,11 @@ export declare abstract class TenantType {
12812
12814
  get name(): "BOLIGSELSKAP";
12813
12815
  get ordinal(): 0;
12814
12816
  };
12817
+ static values(): [typeof TenantType.BOLIGSELSKAP];
12818
+ static valueOf(value: string): TenantType;
12815
12819
  get name(): "BOLIGSELSKAP";
12816
12820
  get ordinal(): 0;
12817
12821
  get value(): string;
12818
- static values(): Array<TenantType>;
12819
- static valueOf(value: string): TenantType;
12820
12822
  }
12821
12823
  export declare namespace TenantType {
12822
12824
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12943,7 +12945,7 @@ export declare namespace ThirdPartyInformationEmailErrors {
12943
12945
  }
12944
12946
  }
12945
12947
  export declare abstract class ThirdPartyInformationError {
12946
- protected constructor();
12948
+ private constructor();
12947
12949
  }
12948
12950
  export declare namespace ThirdPartyInformationError {
12949
12951
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -13515,11 +13517,11 @@ export declare abstract class TransmissionDialogType {
13515
13517
  get name(): "UNKNOWN";
13516
13518
  get ordinal(): 8;
13517
13519
  };
13520
+ static values(): [typeof TransmissionDialogType.INFORMATION, typeof TransmissionDialogType.ACCEPTANCE, typeof TransmissionDialogType.REJECTION, typeof TransmissionDialogType.REQUEST, typeof TransmissionDialogType.ALERT, typeof TransmissionDialogType.DECISION, typeof TransmissionDialogType.SUBMISSION, typeof TransmissionDialogType.CORRECTION, typeof TransmissionDialogType.UNKNOWN];
13521
+ static valueOf(value: string): TransmissionDialogType;
13518
13522
  get name(): "INFORMATION" | "ACCEPTANCE" | "REJECTION" | "REQUEST" | "ALERT" | "DECISION" | "SUBMISSION" | "CORRECTION" | "UNKNOWN";
13519
13523
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
13520
13524
  get value(): string;
13521
- static values(): Array<TransmissionDialogType>;
13522
- static valueOf(value: string): TransmissionDialogType;
13523
13525
  }
13524
13526
  export declare namespace TransmissionDialogType {
13525
13527
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -14628,7 +14630,7 @@ export declare namespace UpdateReportCommand {
14628
14630
  }
14629
14631
  }
14630
14632
  export declare abstract class UpdateResidentCommand {
14631
- protected constructor();
14633
+ private constructor();
14632
14634
  }
14633
14635
  export declare namespace UpdateResidentCommand {
14634
14636
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -15161,7 +15163,7 @@ export declare namespace Voucher {
15161
15163
  }
15162
15164
  }
15163
15165
  export declare abstract class WebSocketPayload {
15164
- protected constructor();
15166
+ private constructor();
15165
15167
  }
15166
15168
  export declare namespace WebSocketPayload {
15167
15169
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -16086,7 +16088,6 @@ export declare namespace ApiClient {
16086
16088
  abstract class constructor {
16087
16089
  get BASE_URL(): string;
16088
16090
  get JSON_DEFAULT(): any/* Json */;
16089
- protected get UNSAFE_HEADERS(): KtList<string>;
16090
16091
  private constructor();
16091
16092
  }
16092
16093
  }
@@ -16281,10 +16282,10 @@ export declare abstract class RequestMethod {
16281
16282
  get name(): "PUT";
16282
16283
  get ordinal(): 6;
16283
16284
  };
16285
+ static values(): [typeof RequestMethod.GET, typeof RequestMethod.DELETE, typeof RequestMethod.HEAD, typeof RequestMethod.OPTIONS, typeof RequestMethod.PATCH, typeof RequestMethod.POST, typeof RequestMethod.PUT];
16286
+ static valueOf(value: string): RequestMethod;
16284
16287
  get name(): "GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
16285
16288
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
16286
- static values(): Array<RequestMethod>;
16287
- static valueOf(value: string): RequestMethod;
16288
16289
  }
16289
16290
  export declare namespace RequestMethod {
16290
16291
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -16293,7 +16294,9 @@ export declare namespace RequestMethod {
16293
16294
  }
16294
16295
  }
16295
16296
  /** @deprecated */
16296
- export declare const initHook: { get(): any; };
16297
+ export declare const initHook: {
16298
+ get(): any;
16299
+ };
16297
16300
  export interface ExportTestProps {
16298
16301
  value: string;
16299
16302
  }
@@ -16455,10 +16458,10 @@ export declare abstract class AuthMode {
16455
16458
  get name(): "M2M";
16456
16459
  get ordinal(): 2;
16457
16460
  };
16461
+ static values(): [typeof AuthMode.TOKEN, typeof AuthMode.COOKIE, typeof AuthMode.M2M];
16462
+ static valueOf(value: string): AuthMode;
16458
16463
  get name(): "TOKEN" | "COOKIE" | "M2M";
16459
16464
  get ordinal(): 0 | 1 | 2;
16460
- static values(): Array<AuthMode>;
16461
- static valueOf(value: string): AuthMode;
16462
16465
  }
16463
16466
  export declare namespace AuthMode {
16464
16467
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -16629,10 +16632,10 @@ export declare abstract class LoginType {
16629
16632
  get name(): "ILLEGAL";
16630
16633
  get ordinal(): 2;
16631
16634
  };
16635
+ static values(): [typeof LoginType.EMAIL, typeof LoginType.MOBILE, typeof LoginType.ILLEGAL];
16636
+ static valueOf(value: string): LoginType;
16632
16637
  get name(): "EMAIL" | "MOBILE" | "ILLEGAL";
16633
16638
  get ordinal(): 0 | 1 | 2;
16634
- static values(): Array<LoginType>;
16635
- static valueOf(value: string): LoginType;
16636
16639
  }
16637
16640
  export declare namespace LoginType {
16638
16641
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */