@solibo/home-api 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 (41) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +777 -778
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +1 -1
  3. package/kotlin-kotlin-stdlib.mjs +1329 -1746
  4. package/kotlin-kotlin-stdlib.mjs.map +1 -0
  5. package/kotlinx-atomicfu.mjs +13 -13
  6. package/kotlinx-atomicfu.mjs.map +1 -1
  7. package/kotlinx-coroutines-core.mjs +2004 -1993
  8. package/kotlinx-coroutines-core.mjs.map +1 -1
  9. package/kotlinx-io-kotlinx-io-bytestring.mjs +42 -42
  10. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +1 -1
  11. package/kotlinx-io-kotlinx-io-core.mjs +629 -625
  12. package/kotlinx-io-kotlinx-io-core.mjs.map +1 -1
  13. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1934 -1944
  14. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +1 -1
  15. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1497 -1496
  16. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +1 -1
  17. package/ktor-ktor-client-content-negotiation.mjs +142 -142
  18. package/ktor-ktor-client-content-negotiation.mjs.map +1 -1
  19. package/ktor-ktor-client-core.mjs +2181 -2080
  20. package/ktor-ktor-client-core.mjs.map +1 -1
  21. package/ktor-ktor-events.mjs +7 -7
  22. package/ktor-ktor-events.mjs.map +1 -1
  23. package/ktor-ktor-http-cio.mjs +380 -380
  24. package/ktor-ktor-http-cio.mjs.map +1 -1
  25. package/ktor-ktor-http.mjs +728 -728
  26. package/ktor-ktor-http.mjs.map +1 -1
  27. package/ktor-ktor-io.mjs +658 -658
  28. package/ktor-ktor-io.mjs.map +1 -1
  29. package/ktor-ktor-serialization-kotlinx-json.mjs +7 -7
  30. package/ktor-ktor-serialization-kotlinx.mjs +147 -146
  31. package/ktor-ktor-serialization-kotlinx.mjs.map +1 -1
  32. package/ktor-ktor-serialization.mjs +65 -66
  33. package/ktor-ktor-serialization.mjs.map +1 -1
  34. package/ktor-ktor-utils.mjs +1354 -788
  35. package/ktor-ktor-utils.mjs.map +1 -1
  36. package/ktor-ktor-websockets.mjs +425 -427
  37. package/ktor-ktor-websockets.mjs.map +1 -1
  38. package/package.json +1 -1
  39. package/solibo-sdk-sdk-home-api.d.mts +152 -151
  40. package/solibo-sdk-sdk-home-api.mjs +48826 -48700
  41. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
@@ -13,7 +13,7 @@ export declare interface KtMutableMap<K, V> extends KtMap<K, V> {
13
13
  asJsMapView(): Map<K, V>;
14
14
  readonly __doNotUseOrImplementIt: {
15
15
  readonly "kotlin.collections.KtMutableMap": unique symbol;
16
- } & KtMap<K, V>["__doNotUseOrImplementIt"];
16
+ } & KtMap<any, any>["__doNotUseOrImplementIt"];
17
17
  }
18
18
  export declare namespace KtMutableMap {
19
19
  function fromJsMap<K, V>(map: ReadonlyMap<K, V>): KtMutableMap<K, V>;
@@ -28,7 +28,9 @@ export declare namespace KtMap {
28
28
  function fromJsMap<K, V>(map: ReadonlyMap<K, V>): KtMap<K, V>;
29
29
  }
30
30
  /** @deprecated */
31
- export declare const initHook: { get(): any; };
31
+ export declare const initHook: {
32
+ get(): any;
33
+ };
32
34
  export declare class Account {
33
35
  constructor(accountNumber: Nullable<string> | undefined, balance: Nullable<number> | undefined, bank: Nullable<string> | undefined, description: Nullable<string> | undefined, id: bigint, name: Nullable<string> | undefined, number: bigint);
34
36
  get accountNumber(): Nullable<string>;
@@ -402,12 +404,12 @@ export declare abstract class AuthChallengeType {
402
404
  get name(): "CUSTOM_CHALLENGE";
403
405
  get ordinal(): 10;
404
406
  };
407
+ 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];
408
+ static valueOf(value: string): AuthChallengeType;
405
409
  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";
406
410
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
407
411
  get value(): string;
408
412
  toString(): string;
409
- static values(): Array<AuthChallengeType>;
410
- static valueOf(value: string): AuthChallengeType;
411
413
  }
412
414
  export declare namespace AuthChallengeType {
413
415
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -428,7 +430,7 @@ export declare namespace AuthChallengeType {
428
430
  }
429
431
  }
430
432
  export declare abstract class AuthUser {
431
- protected constructor();
433
+ private constructor();
432
434
  }
433
435
  export declare namespace AuthUser {
434
436
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -599,12 +601,12 @@ export declare abstract class CategoryColor {
599
601
  get name(): "GREEN";
600
602
  get ordinal(): 5;
601
603
  };
604
+ static values(): [typeof CategoryColor.YELLOW, typeof CategoryColor.PEACH, typeof CategoryColor.MAGENTA, typeof CategoryColor.PURPLE, typeof CategoryColor.BLUE, typeof CategoryColor.GREEN];
605
+ static valueOf(value: string): CategoryColor;
602
606
  get name(): "YELLOW" | "PEACH" | "MAGENTA" | "PURPLE" | "BLUE" | "GREEN";
603
607
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
604
608
  get value(): string;
605
609
  toString(): string;
606
- static values(): Array<CategoryColor>;
607
- static valueOf(value: string): CategoryColor;
608
610
  }
609
611
  export declare namespace CategoryColor {
610
612
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -760,12 +762,12 @@ export declare abstract class CommunicationMessageType {
760
762
  get name(): "PUSH";
761
763
  get ordinal(): 2;
762
764
  };
765
+ static values(): [typeof CommunicationMessageType.EMAIL, typeof CommunicationMessageType.SMS, typeof CommunicationMessageType.PUSH];
766
+ static valueOf(value: string): CommunicationMessageType;
763
767
  get name(): "EMAIL" | "SMS" | "PUSH";
764
768
  get ordinal(): 0 | 1 | 2;
765
769
  get value(): string;
766
770
  toString(): string;
767
- static values(): Array<CommunicationMessageType>;
768
- static valueOf(value: string): CommunicationMessageType;
769
771
  }
770
772
  export declare namespace CommunicationMessageType {
771
773
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -820,12 +822,12 @@ export declare abstract class CommunicationRecipientType {
820
822
  get name(): "EXTERNAL";
821
823
  get ordinal(): 2;
822
824
  };
825
+ static values(): [typeof CommunicationRecipientType.PERSON, typeof CommunicationRecipientType.ORGANIZATION, typeof CommunicationRecipientType.EXTERNAL];
826
+ static valueOf(value: string): CommunicationRecipientType;
823
827
  get name(): "PERSON" | "ORGANIZATION" | "EXTERNAL";
824
828
  get ordinal(): 0 | 1 | 2;
825
829
  get value(): string;
826
830
  toString(): string;
827
- static values(): Array<CommunicationRecipientType>;
828
- static valueOf(value: string): CommunicationRecipientType;
829
831
  }
830
832
  export declare namespace CommunicationRecipientType {
831
833
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -897,12 +899,12 @@ export declare abstract class CommunicationState {
897
899
  get name(): "UNKNOWN";
898
900
  get ordinal(): 8;
899
901
  };
902
+ 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];
903
+ static valueOf(value: string): CommunicationState;
900
904
  get name(): "SENT" | "BOUNCE" | "COMPLAINT" | "REJECT" | "DELIVERY" | "DELAY" | "OPEN" | "CLICK" | "UNKNOWN";
901
905
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
902
906
  get value(): string;
903
907
  toString(): string;
904
- static values(): Array<CommunicationState>;
905
- static valueOf(value: string): CommunicationState;
906
908
  }
907
909
  export declare namespace CommunicationState {
908
910
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1204,12 +1206,12 @@ export declare abstract class CompanySubType {
1204
1206
  get name(): "GARAGE";
1205
1207
  get ordinal(): 0;
1206
1208
  };
1209
+ static values(): [typeof CompanySubType.GARAGE];
1210
+ static valueOf(value: string): CompanySubType;
1207
1211
  get name(): "GARAGE";
1208
1212
  get ordinal(): 0;
1209
1213
  get value(): string;
1210
1214
  toString(): string;
1211
- static values(): Array<CompanySubType>;
1212
- static valueOf(value: string): CompanySubType;
1213
1215
  }
1214
1216
  export declare namespace CompanySubType {
1215
1217
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1557,12 +1559,12 @@ export declare abstract class ConversationEventType {
1557
1559
  get name(): "CREATED_ISSUE";
1558
1560
  get ordinal(): 12;
1559
1561
  };
1562
+ 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];
1563
+ static valueOf(value: string): ConversationEventType;
1560
1564
  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";
1561
1565
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
1562
1566
  get value(): string;
1563
1567
  toString(): string;
1564
- static values(): Array<ConversationEventType>;
1565
- static valueOf(value: string): ConversationEventType;
1566
1568
  }
1567
1569
  export declare namespace ConversationEventType {
1568
1570
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1683,12 +1685,12 @@ export declare abstract class ConversationStatus {
1683
1685
  get name(): "COMPLETE";
1684
1686
  get ordinal(): 3;
1685
1687
  };
1688
+ static values(): [typeof ConversationStatus.DRAFT, typeof ConversationStatus.NEW, typeof ConversationStatus.IN_PROGRESS, typeof ConversationStatus.COMPLETE];
1689
+ static valueOf(value: string): ConversationStatus;
1686
1690
  get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE";
1687
1691
  get ordinal(): 0 | 1 | 2 | 3;
1688
1692
  get value(): string;
1689
1693
  toString(): string;
1690
- static values(): Array<ConversationStatus>;
1691
- static valueOf(value: string): ConversationStatus;
1692
1694
  }
1693
1695
  export declare namespace ConversationStatus {
1694
1696
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -1987,7 +1989,7 @@ export declare namespace CreateExpenseCommand {
1987
1989
  }
1988
1990
  }
1989
1991
  export declare abstract class CreateExternalCustomerCommand {
1990
- protected constructor();
1992
+ private constructor();
1991
1993
  }
1992
1994
  export declare namespace CreateExternalCustomerCommand {
1993
1995
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -2651,7 +2653,7 @@ export declare namespace CreateResetPasswordCommand {
2651
2653
  }
2652
2654
  }
2653
2655
  export declare abstract class CreateResidentCommand {
2654
- protected constructor();
2656
+ private constructor();
2655
2657
  abstract get accountNumber(): Nullable<string>;
2656
2658
  abstract get invoiceRecipient(): Nullable<boolean>;
2657
2659
  abstract get nationality(): Nullable<bigint>;
@@ -2974,7 +2976,7 @@ export declare namespace CreditInvoiceCommand {
2974
2976
  }
2975
2977
  }
2976
2978
  export declare abstract class Customer {
2977
- protected constructor();
2979
+ private constructor();
2978
2980
  abstract get active(): boolean;
2979
2981
  abstract get area(): Nullable<string>;
2980
2982
  abstract get classification(): CustomerClassification;
@@ -3002,12 +3004,12 @@ export declare abstract class CustomerClassification {
3002
3004
  get name(): "ORGANIZATION";
3003
3005
  get ordinal(): 1;
3004
3006
  };
3007
+ static values(): [typeof CustomerClassification.PERSON, typeof CustomerClassification.ORGANIZATION];
3008
+ static valueOf(value: string): CustomerClassification;
3005
3009
  get name(): "PERSON" | "ORGANIZATION";
3006
3010
  get ordinal(): 0 | 1;
3007
3011
  get value(): string;
3008
3012
  toString(): string;
3009
- static values(): Array<CustomerClassification>;
3010
- static valueOf(value: string): CustomerClassification;
3011
3013
  }
3012
3014
  export declare namespace CustomerClassification {
3013
3015
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3095,12 +3097,12 @@ export declare abstract class CustomerType {
3095
3097
  get name(): "ORGANIZATION";
3096
3098
  get ordinal(): 1;
3097
3099
  };
3100
+ static values(): [typeof CustomerType.PERSON, typeof CustomerType.ORGANIZATION];
3101
+ static valueOf(value: string): CustomerType;
3098
3102
  get name(): "PERSON" | "ORGANIZATION";
3099
3103
  get ordinal(): 0 | 1;
3100
3104
  get value(): string;
3101
3105
  toString(): string;
3102
- static values(): Array<CustomerType>;
3103
- static valueOf(value: string): CustomerType;
3104
3106
  }
3105
3107
  export declare namespace CustomerType {
3106
3108
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3231,12 +3233,12 @@ export declare abstract class DialogActivityType {
3231
3233
  get name(): "SENT_TO_PAYMENT";
3232
3234
  get ordinal(): 12;
3233
3235
  };
3236
+ 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];
3237
+ static valueOf(value: string): DialogActivityType;
3234
3238
  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";
3235
3239
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
3236
3240
  get value(): string;
3237
3241
  toString(): string;
3238
- static values(): Array<DialogActivityType>;
3239
- static valueOf(value: string): DialogActivityType;
3240
3242
  }
3241
3243
  export declare namespace DialogActivityType {
3242
3244
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3282,12 +3284,12 @@ export declare abstract class DialogStatus {
3282
3284
  get name(): "AWAITING";
3283
3285
  get ordinal(): 5;
3284
3286
  };
3287
+ static values(): [typeof DialogStatus.IN_PROGRESS, typeof DialogStatus.DRAFT, typeof DialogStatus.REQUIRES_ATTENTION, typeof DialogStatus.COMPLETED, typeof DialogStatus.NOT_APPLICABLE, typeof DialogStatus.AWAITING];
3288
+ static valueOf(value: string): DialogStatus;
3285
3289
  get name(): "IN_PROGRESS" | "DRAFT" | "REQUIRES_ATTENTION" | "COMPLETED" | "NOT_APPLICABLE" | "AWAITING";
3286
3290
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
3287
3291
  get value(): string;
3288
3292
  toString(): string;
3289
- static values(): Array<DialogStatus>;
3290
- static valueOf(value: string): DialogStatus;
3291
3293
  }
3292
3294
  export declare namespace DialogStatus {
3293
3295
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3337,12 +3339,12 @@ export declare abstract class DialogSystemLabel {
3337
3339
  get name(): "BIN";
3338
3340
  get ordinal(): 6;
3339
3341
  };
3342
+ static values(): [typeof DialogSystemLabel.DEFAULT, typeof DialogSystemLabel.INBOX, typeof DialogSystemLabel.OUTBOX, typeof DialogSystemLabel.DRAFT, typeof DialogSystemLabel.SENT, typeof DialogSystemLabel.ARCHIVE, typeof DialogSystemLabel.BIN];
3343
+ static valueOf(value: string): DialogSystemLabel;
3340
3344
  get name(): "DEFAULT" | "INBOX" | "OUTBOX" | "DRAFT" | "SENT" | "ARCHIVE" | "BIN";
3341
3345
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
3342
3346
  get value(): string;
3343
3347
  toString(): string;
3344
- static values(): Array<DialogSystemLabel>;
3345
- static valueOf(value: string): DialogSystemLabel;
3346
3348
  }
3347
3349
  export declare namespace DialogSystemLabel {
3348
3350
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3513,12 +3515,12 @@ export declare abstract class DocumentType {
3513
3515
  get name(): "TRASH";
3514
3516
  get ordinal(): 28;
3515
3517
  };
3518
+ 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];
3519
+ static valueOf(value: string): DocumentType;
3516
3520
  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";
3517
3521
  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;
3518
3522
  get value(): string;
3519
3523
  toString(): string;
3520
- static values(): Array<DocumentType>;
3521
- static valueOf(value: string): DocumentType;
3522
3524
  }
3523
3525
  export declare namespace DocumentType {
3524
3526
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3620,12 +3622,12 @@ export declare abstract class EconomicReportStatus {
3620
3622
  get name(): "DELIVERED";
3621
3623
  get ordinal(): 1;
3622
3624
  };
3625
+ static values(): [typeof EconomicReportStatus.ORDERED, typeof EconomicReportStatus.DELIVERED];
3626
+ static valueOf(value: string): EconomicReportStatus;
3623
3627
  get name(): "ORDERED" | "DELIVERED";
3624
3628
  get ordinal(): 0 | 1;
3625
3629
  get value(): string;
3626
3630
  toString(): string;
3627
- static values(): Array<EconomicReportStatus>;
3628
- static valueOf(value: string): EconomicReportStatus;
3629
3631
  }
3630
3632
  export declare namespace EconomicReportStatus {
3631
3633
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3761,12 +3763,12 @@ export declare abstract class ExpenseProcessingResult {
3761
3763
  get name(): "REJECTED";
3762
3764
  get ordinal(): 1;
3763
3765
  };
3766
+ static values(): [typeof ExpenseProcessingResult.APPROVED, typeof ExpenseProcessingResult.REJECTED];
3767
+ static valueOf(value: string): ExpenseProcessingResult;
3764
3768
  get name(): "APPROVED" | "REJECTED";
3765
3769
  get ordinal(): 0 | 1;
3766
3770
  get value(): string;
3767
3771
  toString(): string;
3768
- static values(): Array<ExpenseProcessingResult>;
3769
- static valueOf(value: string): ExpenseProcessingResult;
3770
3772
  }
3771
3773
  export declare namespace ExpenseProcessingResult {
3772
3774
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3800,12 +3802,12 @@ export declare abstract class ExpenseStatus {
3800
3802
  get name(): "REJECTED";
3801
3803
  get ordinal(): 2;
3802
3804
  };
3805
+ static values(): [typeof ExpenseStatus.FOR_APPROVAL, typeof ExpenseStatus.APPROVED, typeof ExpenseStatus.REJECTED];
3806
+ static valueOf(value: string): ExpenseStatus;
3803
3807
  get name(): "FOR_APPROVAL" | "APPROVED" | "REJECTED";
3804
3808
  get ordinal(): 0 | 1 | 2;
3805
3809
  get value(): string;
3806
3810
  toString(): string;
3807
- static values(): Array<ExpenseStatus>;
3808
- static valueOf(value: string): ExpenseStatus;
3809
3811
  }
3810
3812
  export declare namespace ExpenseStatus {
3811
3813
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3856,12 +3858,12 @@ export declare abstract class ExpiredType {
3856
3858
  get name(): "SECOND";
3857
3859
  get ordinal(): 2;
3858
3860
  };
3861
+ static values(): [typeof ExpiredType.NONE, typeof ExpiredType.FIRST, typeof ExpiredType.SECOND];
3862
+ static valueOf(value: string): ExpiredType;
3859
3863
  get name(): "NONE" | "FIRST" | "SECOND";
3860
3864
  get ordinal(): 0 | 1 | 2;
3861
3865
  get value(): string;
3862
3866
  toString(): string;
3863
- static values(): Array<ExpiredType>;
3864
- static valueOf(value: string): ExpiredType;
3865
3867
  }
3866
3868
  export declare namespace ExpiredType {
3867
3869
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -3950,12 +3952,12 @@ export declare abstract class FcmDeviceType {
3950
3952
  get name(): "UNKNOWN";
3951
3953
  get ordinal(): 3;
3952
3954
  };
3955
+ static values(): [typeof FcmDeviceType.ANDROID, typeof FcmDeviceType.IOS, typeof FcmDeviceType.WEB, typeof FcmDeviceType.UNKNOWN];
3956
+ static valueOf(value: string): FcmDeviceType;
3953
3957
  get name(): "ANDROID" | "IOS" | "WEB" | "UNKNOWN";
3954
3958
  get ordinal(): 0 | 1 | 2 | 3;
3955
3959
  get value(): string;
3956
3960
  toString(): string;
3957
- static values(): Array<FcmDeviceType>;
3958
- static valueOf(value: string): FcmDeviceType;
3959
3961
  }
3960
3962
  export declare namespace FcmDeviceType {
3961
3963
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4117,12 +4119,12 @@ export declare abstract class FractionRecipientType {
4117
4119
  get name(): "ORGANIZATION";
4118
4120
  get ordinal(): 1;
4119
4121
  };
4122
+ static values(): [typeof FractionRecipientType.PERSON, typeof FractionRecipientType.ORGANIZATION];
4123
+ static valueOf(value: string): FractionRecipientType;
4120
4124
  get name(): "PERSON" | "ORGANIZATION";
4121
4125
  get ordinal(): 0 | 1;
4122
4126
  get value(): string;
4123
4127
  toString(): string;
4124
- static values(): Array<FractionRecipientType>;
4125
- static valueOf(value: string): FractionRecipientType;
4126
4128
  }
4127
4129
  export declare namespace FractionRecipientType {
4128
4130
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4172,12 +4174,12 @@ export declare abstract class FractionType {
4172
4174
  get name(): "WEALTH";
4173
4175
  get ordinal(): 6;
4174
4176
  };
4177
+ 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];
4178
+ static valueOf(value: string): FractionType;
4175
4179
  get name(): "OWNER" | "SECTION" | "IN_ONE" | "IN_TWO" | "IN_THREE" | "IN_FOUR" | "WEALTH";
4176
4180
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
4177
4181
  get value(): string;
4178
4182
  toString(): string;
4179
- static values(): Array<FractionType>;
4180
- static valueOf(value: string): FractionType;
4181
4183
  }
4182
4184
  export declare namespace FractionType {
4183
4185
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4581,7 +4583,7 @@ export declare namespace Homepage {
4581
4583
  }
4582
4584
  }
4583
4585
  export declare abstract class IncomingEventBusMessage {
4584
- protected constructor();
4586
+ private constructor();
4585
4587
  }
4586
4588
  export declare namespace IncomingEventBusMessage {
4587
4589
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4599,12 +4601,12 @@ export declare abstract class InlineDistributionType {
4599
4601
  get name(): "BROK";
4600
4602
  get ordinal(): 1;
4601
4603
  };
4604
+ static values(): [typeof InlineDistributionType.FLAT, typeof InlineDistributionType.BROK];
4605
+ static valueOf(value: string): InlineDistributionType;
4602
4606
  get name(): "FLAT" | "BROK";
4603
4607
  get ordinal(): 0 | 1;
4604
4608
  get value(): string;
4605
4609
  toString(): string;
4606
- static values(): Array<InlineDistributionType>;
4607
- static valueOf(value: string): InlineDistributionType;
4608
4610
  }
4609
4611
  export declare namespace InlineDistributionType {
4610
4612
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4827,12 +4829,12 @@ export declare abstract class InvoiceDistributionReceiverType {
4827
4829
  get name(): "ORGANIZATION";
4828
4830
  get ordinal(): 2;
4829
4831
  };
4832
+ static values(): [typeof InvoiceDistributionReceiverType.BOLIG, typeof InvoiceDistributionReceiverType.PERSON, typeof InvoiceDistributionReceiverType.ORGANIZATION];
4833
+ static valueOf(value: string): InvoiceDistributionReceiverType;
4830
4834
  get name(): "BOLIG" | "PERSON" | "ORGANIZATION";
4831
4835
  get ordinal(): 0 | 1 | 2;
4832
4836
  get value(): string;
4833
4837
  toString(): string;
4834
- static values(): Array<InvoiceDistributionReceiverType>;
4835
- static valueOf(value: string): InvoiceDistributionReceiverType;
4836
4838
  }
4837
4839
  export declare namespace InvoiceDistributionReceiverType {
4838
4840
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -4866,12 +4868,12 @@ export declare abstract class InvoiceDistributionType {
4866
4868
  get name(): "CUSTOM";
4867
4869
  get ordinal(): 2;
4868
4870
  };
4871
+ static values(): [typeof InvoiceDistributionType.FLAT, typeof InvoiceDistributionType.FRACTION, typeof InvoiceDistributionType.CUSTOM];
4872
+ static valueOf(value: string): InvoiceDistributionType;
4869
4873
  get name(): "FLAT" | "FRACTION" | "CUSTOM";
4870
4874
  get ordinal(): 0 | 1 | 2;
4871
4875
  get value(): string;
4872
4876
  toString(): string;
4873
- static values(): Array<InvoiceDistributionType>;
4874
- static valueOf(value: string): InvoiceDistributionType;
4875
4877
  }
4876
4878
  export declare namespace InvoiceDistributionType {
4877
4879
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5097,12 +5099,12 @@ export declare abstract class InvoicePlanInterval {
5097
5099
  get name(): "NONE";
5098
5100
  get ordinal(): 4;
5099
5101
  };
5102
+ static values(): [typeof InvoicePlanInterval.MONTHLY, typeof InvoicePlanInterval.QUARTERLY, typeof InvoicePlanInterval.BIANNUAL, typeof InvoicePlanInterval.ANNUAL, typeof InvoicePlanInterval.NONE];
5103
+ static valueOf(value: string): InvoicePlanInterval;
5100
5104
  get name(): "MONTHLY" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "NONE";
5101
5105
  get ordinal(): 0 | 1 | 2 | 3 | 4;
5102
5106
  get value(): string;
5103
5107
  toString(): string;
5104
- static values(): Array<InvoicePlanInterval>;
5105
- static valueOf(value: string): InvoicePlanInterval;
5106
5108
  }
5107
5109
  export declare namespace InvoicePlanInterval {
5108
5110
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5172,12 +5174,12 @@ export declare abstract class InvoicePlanMode {
5172
5174
  get name(): "DUE_DATE";
5173
5175
  get ordinal(): 1;
5174
5176
  };
5177
+ static values(): [typeof InvoicePlanMode.INVOICE_DATE, typeof InvoicePlanMode.DUE_DATE];
5178
+ static valueOf(value: string): InvoicePlanMode;
5175
5179
  get name(): "INVOICE_DATE" | "DUE_DATE";
5176
5180
  get ordinal(): 0 | 1;
5177
5181
  get value(): string;
5178
5182
  toString(): string;
5179
- static values(): Array<InvoicePlanMode>;
5180
- static valueOf(value: string): InvoicePlanMode;
5181
5183
  }
5182
5184
  export declare namespace InvoicePlanMode {
5183
5185
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5267,12 +5269,12 @@ export declare abstract class InvoicePlanType {
5267
5269
  get name(): "OTHER";
5268
5270
  get ordinal(): 2;
5269
5271
  };
5272
+ static values(): [typeof InvoicePlanType.FELLESKOSTNADER, typeof InvoicePlanType.KAPITALINNKREVING, typeof InvoicePlanType.OTHER];
5273
+ static valueOf(value: string): InvoicePlanType;
5270
5274
  get name(): "FELLESKOSTNADER" | "KAPITALINNKREVING" | "OTHER";
5271
5275
  get ordinal(): 0 | 1 | 2;
5272
5276
  get value(): string;
5273
5277
  toString(): string;
5274
- static values(): Array<InvoicePlanType>;
5275
- static valueOf(value: string): InvoicePlanType;
5276
5278
  }
5277
5279
  export declare namespace InvoicePlanType {
5278
5280
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5406,12 +5408,12 @@ export declare abstract class InvoiceProcessType {
5406
5408
  get name(): "NONE";
5407
5409
  get ordinal(): 8;
5408
5410
  };
5411
+ 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];
5412
+ static valueOf(value: string): InvoiceProcessType;
5409
5413
  get name(): "EFAKTURA" | "AVTALEGIRO" | "COMBO" | "COMBOAPI" | "EMAIL" | "DIGIPOST" | "DIGIPOST_PRINT" | "EHF" | "NONE";
5410
5414
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
5411
5415
  get value(): string;
5412
5416
  toString(): string;
5413
- static values(): Array<InvoiceProcessType>;
5414
- static valueOf(value: string): InvoiceProcessType;
5415
5417
  }
5416
5418
  export declare namespace InvoiceProcessType {
5417
5419
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5460,12 +5462,12 @@ export declare abstract class InvoiceProcessingResult {
5460
5462
  get name(): "REJECTED";
5461
5463
  get ordinal(): 1;
5462
5464
  };
5465
+ static values(): [typeof InvoiceProcessingResult.APPROVED, typeof InvoiceProcessingResult.REJECTED];
5466
+ static valueOf(value: string): InvoiceProcessingResult;
5463
5467
  get name(): "APPROVED" | "REJECTED";
5464
5468
  get ordinal(): 0 | 1;
5465
5469
  get value(): string;
5466
5470
  toString(): string;
5467
- static values(): Array<InvoiceProcessingResult>;
5468
- static valueOf(value: string): InvoiceProcessingResult;
5469
5471
  }
5470
5472
  export declare namespace InvoiceProcessingResult {
5471
5473
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5827,12 +5829,12 @@ export declare abstract class InvoiceState {
5827
5829
  get name(): "COMPLETE";
5828
5830
  get ordinal(): 70;
5829
5831
  };
5832
+ 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];
5833
+ static valueOf(value: string): InvoiceState;
5830
5834
  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";
5831
5835
  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;
5832
5836
  get value(): string;
5833
5837
  toString(): string;
5834
- static values(): Array<InvoiceState>;
5835
- static valueOf(value: string): InvoiceState;
5836
5838
  }
5837
5839
  export declare namespace InvoiceState {
5838
5840
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5882,12 +5884,12 @@ export declare abstract class InvoiceStatus {
5882
5884
  get name(): "CREDIT";
5883
5885
  get ordinal(): 6;
5884
5886
  };
5887
+ static values(): [typeof InvoiceStatus.FOR_APPROVAL, typeof InvoiceStatus.APPROVED, typeof InvoiceStatus.REJECTED, typeof InvoiceStatus.PAID, typeof InvoiceStatus.REVERSED, typeof InvoiceStatus.REMAINDER, typeof InvoiceStatus.CREDIT];
5888
+ static valueOf(value: string): InvoiceStatus;
5885
5889
  get name(): "FOR_APPROVAL" | "APPROVED" | "REJECTED" | "PAID" | "REVERSED" | "REMAINDER" | "CREDIT";
5886
5890
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
5887
5891
  get value(): string;
5888
5892
  toString(): string;
5889
- static values(): Array<InvoiceStatus>;
5890
- static valueOf(value: string): InvoiceStatus;
5891
5893
  }
5892
5894
  export declare namespace InvoiceStatus {
5893
5895
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -5940,12 +5942,12 @@ export declare abstract class InvoiceType {
5940
5942
  get name(): "CLAIM";
5941
5943
  get ordinal(): 2;
5942
5944
  };
5945
+ static values(): [typeof InvoiceType.DEBIT, typeof InvoiceType.CREDIT, typeof InvoiceType.CLAIM];
5946
+ static valueOf(value: string): InvoiceType;
5943
5947
  get name(): "DEBIT" | "CREDIT" | "CLAIM";
5944
5948
  get ordinal(): 0 | 1 | 2;
5945
5949
  get value(): string;
5946
5950
  toString(): string;
5947
- static values(): Array<InvoiceType>;
5948
- static valueOf(value: string): InvoiceType;
5949
5951
  }
5950
5952
  export declare namespace InvoiceType {
5951
5953
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6164,12 +6166,12 @@ export declare abstract class IssueStatus {
6164
6166
  get name(): "CLOSED";
6165
6167
  get ordinal(): 2;
6166
6168
  };
6169
+ static values(): [typeof IssueStatus.OPEN, typeof IssueStatus.IN_MEETING, typeof IssueStatus.CLOSED];
6170
+ static valueOf(value: string): IssueStatus;
6167
6171
  get name(): "OPEN" | "IN_MEETING" | "CLOSED";
6168
6172
  get ordinal(): 0 | 1 | 2;
6169
6173
  get value(): string;
6170
6174
  toString(): string;
6171
- static values(): Array<IssueStatus>;
6172
- static valueOf(value: string): IssueStatus;
6173
6175
  }
6174
6176
  export declare namespace IssueStatus {
6175
6177
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6215,12 +6217,12 @@ export declare abstract class JobState {
6215
6217
  get name(): "ANY";
6216
6218
  get ordinal(): 5;
6217
6219
  };
6220
+ static values(): [typeof JobState.CREATED, typeof JobState.PROCESSING, typeof JobState.CANCELLED, typeof JobState.COMPLETED, typeof JobState.FAILED, typeof JobState.ANY];
6221
+ static valueOf(value: string): JobState;
6218
6222
  get name(): "CREATED" | "PROCESSING" | "CANCELLED" | "COMPLETED" | "FAILED" | "ANY";
6219
6223
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
6220
6224
  get value(): string;
6221
6225
  toString(): string;
6222
- static values(): Array<JobState>;
6223
- static valueOf(value: string): JobState;
6224
6226
  }
6225
6227
  export declare namespace JobState {
6226
6228
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6270,12 +6272,12 @@ export declare abstract class KartverketFetchState {
6270
6272
  get name(): "UNKNOWN";
6271
6273
  get ordinal(): 6;
6272
6274
  };
6275
+ static values(): [typeof KartverketFetchState.COLLECTING, typeof KartverketFetchState.IMPORTING, typeof KartverketFetchState.IMPORTED, typeof KartverketFetchState.FAILURE, typeof KartverketFetchState.FAILURE_IMPORTING, typeof KartverketFetchState.COLLECTED, typeof KartverketFetchState.UNKNOWN];
6276
+ static valueOf(value: string): KartverketFetchState;
6273
6277
  get name(): "COLLECTING" | "IMPORTING" | "IMPORTED" | "FAILURE" | "FAILURE_IMPORTING" | "COLLECTED" | "UNKNOWN";
6274
6278
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
6275
6279
  get value(): string;
6276
6280
  toString(): string;
6277
- static values(): Array<KartverketFetchState>;
6278
- static valueOf(value: string): KartverketFetchState;
6279
6281
  }
6280
6282
  export declare namespace KartverketFetchState {
6281
6283
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6345,12 +6347,12 @@ export declare abstract class LOANLOGTYPE {
6345
6347
  get name(): "CLOSED";
6346
6348
  get ordinal(): 3;
6347
6349
  };
6350
+ static values(): [typeof LOANLOGTYPE.CREATED, typeof LOANLOGTYPE.INTEREST, typeof LOANLOGTYPE.INAGREEMENT, typeof LOANLOGTYPE.CLOSED];
6351
+ static valueOf(value: string): LOANLOGTYPE;
6348
6352
  get name(): "CREATED" | "INTEREST" | "INAGREEMENT" | "CLOSED";
6349
6353
  get ordinal(): 0 | 1 | 2 | 3;
6350
6354
  get value(): string;
6351
6355
  toString(): string;
6352
- static values(): Array<LOANLOGTYPE>;
6353
- static valueOf(value: string): LOANLOGTYPE;
6354
6356
  }
6355
6357
  export declare namespace LOANLOGTYPE {
6356
6358
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6396,12 +6398,12 @@ export declare abstract class LeveranseType3po {
6396
6398
  get name(): "ORDINARY";
6397
6399
  get ordinal(): 0;
6398
6400
  };
6401
+ static values(): [typeof LeveranseType3po.ORDINARY];
6402
+ static valueOf(value: string): LeveranseType3po;
6399
6403
  get name(): "ORDINARY";
6400
6404
  get ordinal(): 0;
6401
6405
  get value(): string;
6402
6406
  toString(): string;
6403
- static values(): Array<LeveranseType3po>;
6404
- static valueOf(value: string): LeveranseType3po;
6405
6407
  }
6406
6408
  export declare namespace LeveranseType3po {
6407
6409
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6812,12 +6814,12 @@ export declare abstract class MeetingStatus {
6812
6814
  get name(): "SIGNED";
6813
6815
  get ordinal(): 4;
6814
6816
  };
6817
+ static values(): [typeof MeetingStatus.PLANNING, typeof MeetingStatus.NOTIFIED, typeof MeetingStatus.IN_PROGRESS, typeof MeetingStatus.TO_SIGN, typeof MeetingStatus.SIGNED];
6818
+ static valueOf(value: string): MeetingStatus;
6815
6819
  get name(): "PLANNING" | "NOTIFIED" | "IN_PROGRESS" | "TO_SIGN" | "SIGNED";
6816
6820
  get ordinal(): 0 | 1 | 2 | 3 | 4;
6817
6821
  get value(): string;
6818
6822
  toString(): string;
6819
- static values(): Array<MeetingStatus>;
6820
- static valueOf(value: string): MeetingStatus;
6821
6823
  }
6822
6824
  export declare namespace MeetingStatus {
6823
6825
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -6930,12 +6932,12 @@ export declare abstract class MessageType {
6930
6932
  get name(): "EMAIL";
6931
6933
  get ordinal(): 1;
6932
6934
  };
6935
+ static values(): [typeof MessageType.DEFAULT, typeof MessageType.EMAIL];
6936
+ static valueOf(value: string): MessageType;
6933
6937
  get name(): "DEFAULT" | "EMAIL";
6934
6938
  get ordinal(): 0 | 1;
6935
6939
  get value(): string;
6936
6940
  toString(): string;
6937
- static values(): Array<MessageType>;
6938
- static valueOf(value: string): MessageType;
6939
6941
  }
6940
6942
  export declare namespace MessageType {
6941
6943
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7050,12 +7052,12 @@ export declare abstract class MfaType {
7050
7052
  get name(): "TOTP";
7051
7053
  get ordinal(): 1;
7052
7054
  };
7055
+ static values(): [typeof MfaType.SMS, typeof MfaType.TOTP];
7056
+ static valueOf(value: string): MfaType;
7053
7057
  get name(): "SMS" | "TOTP";
7054
7058
  get ordinal(): 0 | 1;
7055
7059
  get value(): string;
7056
7060
  toString(): string;
7057
- static values(): Array<MfaType>;
7058
- static valueOf(value: string): MfaType;
7059
7061
  }
7060
7062
  export declare namespace MfaType {
7061
7063
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7213,12 +7215,12 @@ export declare abstract class NotificationGroupType {
7213
7215
  get name(): "ALL";
7214
7216
  get ordinal(): 7;
7215
7217
  };
7218
+ 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];
7219
+ static valueOf(value: string): NotificationGroupType;
7216
7220
  get name(): "BOARD_CHAIRS" | "BOARD_MEMBERS" | "BOARD_ALTERNATES" | "OWNERS" | "TENANTS" | "CO_HABITANTS" | "EXTERNALS" | "ALL";
7217
7221
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
7218
7222
  get value(): string;
7219
7223
  toString(): string;
7220
- static values(): Array<NotificationGroupType>;
7221
- static valueOf(value: string): NotificationGroupType;
7222
7224
  }
7223
7225
  export declare namespace NotificationGroupType {
7224
7226
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7373,12 +7375,12 @@ export declare abstract class OrderType {
7373
7375
  get name(): "PREMIUM";
7374
7376
  get ordinal(): 2;
7375
7377
  };
7378
+ static values(): [typeof OrderType.BASIS, typeof OrderType.STANDARD, typeof OrderType.PREMIUM];
7379
+ static valueOf(value: string): OrderType;
7376
7380
  get name(): "BASIS" | "STANDARD" | "PREMIUM";
7377
7381
  get ordinal(): 0 | 1 | 2;
7378
7382
  get value(): string;
7379
7383
  toString(): string;
7380
- static values(): Array<OrderType>;
7381
- static valueOf(value: string): OrderType;
7382
7384
  }
7383
7385
  export declare namespace OrderType {
7384
7386
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7713,12 +7715,12 @@ export declare abstract class OverdueNoticeOrder {
7713
7715
  get name(): "SECOND";
7714
7716
  get ordinal(): 1;
7715
7717
  };
7718
+ static values(): [typeof OverdueNoticeOrder.FIRST, typeof OverdueNoticeOrder.SECOND];
7719
+ static valueOf(value: string): OverdueNoticeOrder;
7716
7720
  get name(): "FIRST" | "SECOND";
7717
7721
  get ordinal(): 0 | 1;
7718
7722
  get value(): string;
7719
7723
  toString(): string;
7720
- static values(): Array<OverdueNoticeOrder>;
7721
- static valueOf(value: string): OverdueNoticeOrder;
7722
7724
  }
7723
7725
  export declare namespace OverdueNoticeOrder {
7724
7726
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7887,12 +7889,12 @@ export declare abstract class ParkingSpaceType {
7887
7889
  get name(): "HC";
7888
7890
  get ordinal(): 2;
7889
7891
  };
7892
+ static values(): [typeof ParkingSpaceType.NORMAL, typeof ParkingSpaceType.MC, typeof ParkingSpaceType.HC];
7893
+ static valueOf(value: string): ParkingSpaceType;
7890
7894
  get name(): "NORMAL" | "MC" | "HC";
7891
7895
  get ordinal(): 0 | 1 | 2;
7892
7896
  get value(): string;
7893
7897
  toString(): string;
7894
- static values(): Array<ParkingSpaceType>;
7895
- static valueOf(value: string): ParkingSpaceType;
7896
7898
  }
7897
7899
  export declare namespace ParkingSpaceType {
7898
7900
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7913,7 +7915,7 @@ export declare namespace ParkingSpaceType {
7913
7915
  }
7914
7916
  }
7915
7917
  export declare abstract class Participant {
7916
- protected constructor();
7918
+ private constructor();
7917
7919
  abstract get active(): boolean;
7918
7920
  abstract get id(): bigint;
7919
7921
  abstract get name(): string;
@@ -7947,12 +7949,12 @@ export declare abstract class ParticipantType {
7947
7949
  get name(): "SUPPLIER_CONTACT";
7948
7950
  get ordinal(): 4;
7949
7951
  };
7952
+ static values(): [typeof ParticipantType.PERSON, typeof ParticipantType.ORGANIZATION, typeof ParticipantType.EMPLOYEE, typeof ParticipantType.INQUIRY, typeof ParticipantType.SUPPLIER_CONTACT];
7953
+ static valueOf(value: string): ParticipantType;
7950
7954
  get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT";
7951
7955
  get ordinal(): 0 | 1 | 2 | 3 | 4;
7952
7956
  get value(): string;
7953
7957
  toString(): string;
7954
- static values(): Array<ParticipantType>;
7955
- static valueOf(value: string): ParticipantType;
7956
7958
  }
7957
7959
  export declare namespace ParticipantType {
7958
7960
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -7982,12 +7984,12 @@ export declare abstract class PayeeType {
7982
7984
  get name(): "BOLIGSELSKAP";
7983
7985
  get ordinal(): 1;
7984
7986
  };
7987
+ static values(): [typeof PayeeType.PERSON, typeof PayeeType.BOLIGSELSKAP];
7988
+ static valueOf(value: string): PayeeType;
7985
7989
  get name(): "PERSON" | "BOLIGSELSKAP";
7986
7990
  get ordinal(): 0 | 1;
7987
7991
  get value(): string;
7988
7992
  toString(): string;
7989
- static values(): Array<PayeeType>;
7990
- static valueOf(value: string): PayeeType;
7991
7993
  }
7992
7994
  export declare namespace PayeeType {
7993
7995
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8061,12 +8063,12 @@ export declare abstract class PayerType {
8061
8063
  get name(): "UNKNOWN";
8062
8064
  get ordinal(): 5;
8063
8065
  };
8066
+ static values(): [typeof PayerType.PERSON, typeof PayerType.BOLIGSELSKAP, typeof PayerType.COMPANY, typeof PayerType.COMPANY_AS_PERSON, typeof PayerType.SUPPLIER, typeof PayerType.UNKNOWN];
8067
+ static valueOf(value: string): PayerType;
8064
8068
  get name(): "PERSON" | "BOLIGSELSKAP" | "COMPANY" | "COMPANY_AS_PERSON" | "SUPPLIER" | "UNKNOWN";
8065
8069
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
8066
8070
  get value(): string;
8067
8071
  toString(): string;
8068
- static values(): Array<PayerType>;
8069
- static valueOf(value: string): PayerType;
8070
8072
  }
8071
8073
  export declare namespace PayerType {
8072
8074
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8141,12 +8143,12 @@ export declare abstract class PaymentHandlingStatus {
8141
8143
  get name(): "CLOSED";
8142
8144
  get ordinal(): 1;
8143
8145
  };
8146
+ static values(): [typeof PaymentHandlingStatus.ATTACHED_TO_INVOICE, typeof PaymentHandlingStatus.CLOSED];
8147
+ static valueOf(value: string): PaymentHandlingStatus;
8144
8148
  get name(): "ATTACHED_TO_INVOICE" | "CLOSED";
8145
8149
  get ordinal(): 0 | 1;
8146
8150
  get value(): string;
8147
8151
  toString(): string;
8148
- static values(): Array<PaymentHandlingStatus>;
8149
- static valueOf(value: string): PaymentHandlingStatus;
8150
8152
  }
8151
8153
  export declare namespace PaymentHandlingStatus {
8152
8154
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8176,12 +8178,12 @@ export declare abstract class PeriodicTaskIntervalMethod {
8176
8178
  get name(): "CONTINUOUS";
8177
8179
  get ordinal(): 1;
8178
8180
  };
8181
+ static values(): [typeof PeriodicTaskIntervalMethod.FIXED, typeof PeriodicTaskIntervalMethod.CONTINUOUS];
8182
+ static valueOf(value: string): PeriodicTaskIntervalMethod;
8179
8183
  get name(): "FIXED" | "CONTINUOUS";
8180
8184
  get ordinal(): 0 | 1;
8181
8185
  get value(): string;
8182
8186
  toString(): string;
8183
- static values(): Array<PeriodicTaskIntervalMethod>;
8184
- static valueOf(value: string): PeriodicTaskIntervalMethod;
8185
8187
  }
8186
8188
  export declare namespace PeriodicTaskIntervalMethod {
8187
8189
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8239,12 +8241,12 @@ export declare abstract class PeriodicTaskIntervalType {
8239
8241
  get name(): "QUINQUENNIAL";
8240
8242
  get ordinal(): 8;
8241
8243
  };
8244
+ 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];
8245
+ static valueOf(value: string): PeriodicTaskIntervalType;
8242
8246
  get name(): "HOUR" | "DAY" | "WEEKLY" | "MONTH" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "BIENNIAL" | "QUINQUENNIAL";
8243
8247
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
8244
8248
  get value(): string;
8245
8249
  toString(): string;
8246
- static values(): Array<PeriodicTaskIntervalType>;
8247
- static valueOf(value: string): PeriodicTaskIntervalType;
8248
8250
  }
8249
8251
  export declare namespace PeriodicTaskIntervalType {
8250
8252
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8559,12 +8561,12 @@ export declare abstract class PersonStatus {
8559
8561
  get name(): "HOMELESS";
8560
8562
  get ordinal(): 9;
8561
8563
  };
8564
+ 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];
8565
+ static valueOf(value: string): PersonStatus;
8562
8566
  get name(): "ACTIVE" | "RESIDENCED" | "MOVED_OUT" | "DISAPPEARED" | "DEAD" | "EXPIRED" | "BIRTH_REGISTERED" | "TEMPORARY" | "INACTIVE" | "HOMELESS";
8563
8567
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
8564
8568
  get value(): string;
8565
8569
  toString(): string;
8566
- static values(): Array<PersonStatus>;
8567
- static valueOf(value: string): PersonStatus;
8568
8570
  }
8569
8571
  export declare namespace PersonStatus {
8570
8572
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8807,12 +8809,12 @@ export declare abstract class PreferredAdvertisement {
8807
8809
  get name(): "NONE";
8808
8810
  get ordinal(): 4;
8809
8811
  };
8812
+ static values(): [typeof PreferredAdvertisement.COMBO, typeof PreferredAdvertisement.EMAIL, typeof PreferredAdvertisement.DIGIPOST, typeof PreferredAdvertisement.LETTER, typeof PreferredAdvertisement.NONE];
8813
+ static valueOf(value: string): PreferredAdvertisement;
8810
8814
  get name(): "COMBO" | "EMAIL" | "DIGIPOST" | "LETTER" | "NONE";
8811
8815
  get ordinal(): 0 | 1 | 2 | 3 | 4;
8812
8816
  get value(): string;
8813
8817
  toString(): string;
8814
- static values(): Array<PreferredAdvertisement>;
8815
- static valueOf(value: string): PreferredAdvertisement;
8816
8818
  }
8817
8819
  export declare namespace PreferredAdvertisement {
8818
8820
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -8983,12 +8985,12 @@ export declare abstract class RelationType {
8983
8985
  get name(): "MEMBER";
8984
8986
  get ordinal(): 1;
8985
8987
  };
8988
+ static values(): [typeof RelationType.SAMEIE, typeof RelationType.MEMBER];
8989
+ static valueOf(value: string): RelationType;
8986
8990
  get name(): "SAMEIE" | "MEMBER";
8987
8991
  get ordinal(): 0 | 1;
8988
8992
  get value(): string;
8989
8993
  toString(): string;
8990
- static values(): Array<RelationType>;
8991
- static valueOf(value: string): RelationType;
8992
8994
  }
8993
8995
  export declare namespace RelationType {
8994
8996
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9037,7 +9039,7 @@ export declare namespace ReorderIssueInMeetingCommand {
9037
9039
  }
9038
9040
  }
9039
9041
  export declare abstract class Resident {
9040
- protected constructor();
9042
+ private constructor();
9041
9043
  abstract get accountNumber(): Nullable<string>;
9042
9044
  abstract get attendances(): Nullable<KtList<Attendance>>;
9043
9045
  abstract get country(): string;
@@ -9124,12 +9126,12 @@ export declare abstract class ResidentType {
9124
9126
  get name(): "ORGANIZATION";
9125
9127
  get ordinal(): 1;
9126
9128
  };
9129
+ static values(): [typeof ResidentType.PERSON, typeof ResidentType.ORGANIZATION];
9130
+ static valueOf(value: string): ResidentType;
9127
9131
  get name(): "PERSON" | "ORGANIZATION";
9128
9132
  get ordinal(): 0 | 1;
9129
9133
  get value(): string;
9130
9134
  toString(): string;
9131
- static values(): Array<ResidentType>;
9132
- static valueOf(value: string): ResidentType;
9133
9135
  }
9134
9136
  export declare namespace ResidentType {
9135
9137
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9322,12 +9324,12 @@ export declare abstract class RoleType {
9322
9324
  get name(): "EXTERNAL";
9323
9325
  get ordinal(): 27;
9324
9326
  };
9327
+ 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];
9328
+ static valueOf(value: string): RoleType;
9325
9329
  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";
9326
9330
  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;
9327
9331
  get value(): string;
9328
9332
  toString(): string;
9329
- static values(): Array<RoleType>;
9330
- static valueOf(value: string): RoleType;
9331
9333
  }
9332
9334
  export declare namespace RoleType {
9333
9335
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9463,12 +9465,12 @@ export declare abstract class RoutineInterval {
9463
9465
  get name(): "QUINQUENNIAL";
9464
9466
  get ordinal(): 8;
9465
9467
  };
9468
+ 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];
9469
+ static valueOf(value: string): RoutineInterval;
9466
9470
  get name(): "HOUR" | "DAY" | "WEEKLY" | "MONTH" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "BIENNIAL" | "QUINQUENNIAL";
9467
9471
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
9468
9472
  get value(): string;
9469
9473
  toString(): string;
9470
- static values(): Array<RoutineInterval>;
9471
- static valueOf(value: string): RoutineInterval;
9472
9474
  }
9473
9475
  export declare namespace RoutineInterval {
9474
9476
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9498,12 +9500,12 @@ export declare abstract class RoutineMethod {
9498
9500
  get name(): "CONTINUOUS";
9499
9501
  get ordinal(): 1;
9500
9502
  };
9503
+ static values(): [typeof RoutineMethod.FIXED, typeof RoutineMethod.CONTINUOUS];
9504
+ static valueOf(value: string): RoutineMethod;
9501
9505
  get name(): "FIXED" | "CONTINUOUS";
9502
9506
  get ordinal(): 0 | 1;
9503
9507
  get value(): string;
9504
9508
  toString(): string;
9505
- static values(): Array<RoutineMethod>;
9506
- static valueOf(value: string): RoutineMethod;
9507
9509
  }
9508
9510
  export declare namespace RoutineMethod {
9509
9511
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9541,12 +9543,12 @@ export declare abstract class RoutineType {
9541
9543
  get name(): "ANNET";
9542
9544
  get ordinal(): 3;
9543
9545
  };
9546
+ static values(): [typeof RoutineType.HMS, typeof RoutineType.DRIFT, typeof RoutineType.STYREARBEID, typeof RoutineType.ANNET];
9547
+ static valueOf(value: string): RoutineType;
9544
9548
  get name(): "HMS" | "DRIFT" | "STYREARBEID" | "ANNET";
9545
9549
  get ordinal(): 0 | 1 | 2 | 3;
9546
9550
  get value(): string;
9547
9551
  toString(): string;
9548
- static values(): Array<RoutineType>;
9549
- static valueOf(value: string): RoutineType;
9550
9552
  }
9551
9553
  export declare namespace RoutineType {
9552
9554
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9576,12 +9578,12 @@ export declare abstract class Rsvp {
9576
9578
  get name(): "NO";
9577
9579
  get ordinal(): 1;
9578
9580
  };
9581
+ static values(): [typeof Rsvp.YES, typeof Rsvp.NO];
9582
+ static valueOf(value: string): Rsvp;
9579
9583
  get name(): "YES" | "NO";
9580
9584
  get ordinal(): 0 | 1;
9581
9585
  get value(): string;
9582
9586
  toString(): string;
9583
- static values(): Array<Rsvp>;
9584
- static valueOf(value: string): Rsvp;
9585
9587
  }
9586
9588
  export declare namespace Rsvp {
9587
9589
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -9995,12 +9997,12 @@ export declare abstract class SectionState {
9995
9997
  get name(): "EMPTY";
9996
9998
  get ordinal(): 5;
9997
9999
  };
10000
+ static values(): [typeof SectionState.CHECKED_IN, typeof SectionState.EXPLOITATION, typeof SectionState.SQUATTER, typeof SectionState.ILLEGAL_USE, typeof SectionState.SUSPICIOUS_ACTIVITY, typeof SectionState.EMPTY];
10001
+ static valueOf(value: string): SectionState;
9998
10002
  get name(): "CHECKED_IN" | "EXPLOITATION" | "SQUATTER" | "ILLEGAL_USE" | "SUSPICIOUS_ACTIVITY" | "EMPTY";
9999
10003
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
10000
10004
  get value(): string;
10001
10005
  toString(): string;
10002
- static values(): Array<SectionState>;
10003
- static valueOf(value: string): SectionState;
10004
10006
  }
10005
10007
  export declare namespace SectionState {
10006
10008
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10054,12 +10056,12 @@ export declare abstract class SectionStatusOperation {
10054
10056
  get name(): "DELETE";
10055
10057
  get ordinal(): 2;
10056
10058
  };
10059
+ static values(): [typeof SectionStatusOperation.CREATE, typeof SectionStatusOperation.UPDATE, typeof SectionStatusOperation.DELETE];
10060
+ static valueOf(value: string): SectionStatusOperation;
10057
10061
  get name(): "CREATE" | "UPDATE" | "DELETE";
10058
10062
  get ordinal(): 0 | 1 | 2;
10059
10063
  get value(): string;
10060
10064
  toString(): string;
10061
- static values(): Array<SectionStatusOperation>;
10062
- static valueOf(value: string): SectionStatusOperation;
10063
10065
  }
10064
10066
  export declare namespace SectionStatusOperation {
10065
10067
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10153,12 +10155,12 @@ export declare abstract class SectionType {
10153
10155
  get name(): "NAERING";
10154
10156
  get ordinal(): 1;
10155
10157
  };
10158
+ static values(): [typeof SectionType.BOLIG, typeof SectionType.NAERING];
10159
+ static valueOf(value: string): SectionType;
10156
10160
  get name(): "BOLIG" | "NAERING";
10157
10161
  get ordinal(): 0 | 1;
10158
10162
  get value(): string;
10159
10163
  toString(): string;
10160
- static values(): Array<SectionType>;
10161
- static valueOf(value: string): SectionType;
10162
10164
  }
10163
10165
  export declare namespace SectionType {
10164
10166
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10361,12 +10363,12 @@ export declare abstract class SettlementProvider {
10361
10363
  get name(): "OTHER";
10362
10364
  get ordinal(): 3;
10363
10365
  };
10366
+ static values(): [typeof SettlementProvider.ECOGUARD, typeof SettlementProvider.ISTA, typeof SettlementProvider.TECHEM, typeof SettlementProvider.OTHER];
10367
+ static valueOf(value: string): SettlementProvider;
10364
10368
  get name(): "ECOGUARD" | "ISTA" | "TECHEM" | "OTHER";
10365
10369
  get ordinal(): 0 | 1 | 2 | 3;
10366
10370
  get value(): string;
10367
10371
  toString(): string;
10368
- static values(): Array<SettlementProvider>;
10369
- static valueOf(value: string): SettlementProvider;
10370
10372
  }
10371
10373
  export declare namespace SettlementProvider {
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 */
@@ -10436,12 +10438,12 @@ export declare abstract class SettlementType {
10436
10438
  get name(): "OTHER";
10437
10439
  get ordinal(): 5;
10438
10440
  };
10441
+ static values(): [typeof SettlementType.HEAT, typeof SettlementType.COLD_WATER, typeof SettlementType.WARM_WATER, typeof SettlementType.ELECTRIC_CAR_CHARGER, typeof SettlementType.ELECTRICITY, typeof SettlementType.OTHER];
10442
+ static valueOf(value: string): SettlementType;
10439
10443
  get name(): "HEAT" | "COLD_WATER" | "WARM_WATER" | "ELECTRIC_CAR_CHARGER" | "ELECTRICITY" | "OTHER";
10440
10444
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
10441
10445
  get value(): string;
10442
10446
  toString(): string;
10443
- static values(): Array<SettlementType>;
10444
- static valueOf(value: string): SettlementType;
10445
10447
  }
10446
10448
  export declare namespace SettlementType {
10447
10449
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10834,12 +10836,12 @@ export declare abstract class TaskEventType {
10834
10836
  get name(): "CANCELLED";
10835
10837
  get ordinal(): 7;
10836
10838
  };
10839
+ 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];
10840
+ static valueOf(value: string): TaskEventType;
10837
10841
  get name(): "INITIALIZED" | "CREATED" | "UPDATED" | "COMPLETED" | "RECURRING_COMPLETION" | "RE_CREATED" | "RE_OPENED" | "CANCELLED";
10838
10842
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
10839
10843
  get value(): string;
10840
10844
  toString(): string;
10841
- static values(): Array<TaskEventType>;
10842
- static valueOf(value: string): TaskEventType;
10843
10845
  }
10844
10846
  export declare namespace TaskEventType {
10845
10847
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10880,12 +10882,12 @@ export declare abstract class TenantType {
10880
10882
  get name(): "BOLIGSELSKAP";
10881
10883
  get ordinal(): 0;
10882
10884
  };
10885
+ static values(): [typeof TenantType.BOLIGSELSKAP];
10886
+ static valueOf(value: string): TenantType;
10883
10887
  get name(): "BOLIGSELSKAP";
10884
10888
  get ordinal(): 0;
10885
10889
  get value(): string;
10886
10890
  toString(): string;
10887
- static values(): Array<TenantType>;
10888
- static valueOf(value: string): TenantType;
10889
10891
  }
10890
10892
  export declare namespace TenantType {
10891
10893
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -10987,7 +10989,7 @@ export declare namespace ThirdPartyInformationEmailErrors {
10987
10989
  }
10988
10990
  }
10989
10991
  export declare abstract class ThirdPartyInformationError {
10990
- protected constructor();
10992
+ private constructor();
10991
10993
  }
10992
10994
  export declare namespace ThirdPartyInformationError {
10993
10995
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -11478,12 +11480,12 @@ export declare abstract class TransmissionDialogType {
11478
11480
  get name(): "UNKNOWN";
11479
11481
  get ordinal(): 8;
11480
11482
  };
11483
+ 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];
11484
+ static valueOf(value: string): TransmissionDialogType;
11481
11485
  get name(): "INFORMATION" | "ACCEPTANCE" | "REJECTION" | "REQUEST" | "ALERT" | "DECISION" | "SUBMISSION" | "CORRECTION" | "UNKNOWN";
11482
11486
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
11483
11487
  get value(): string;
11484
11488
  toString(): string;
11485
- static values(): Array<TransmissionDialogType>;
11486
- static valueOf(value: string): TransmissionDialogType;
11487
11489
  }
11488
11490
  export declare namespace TransmissionDialogType {
11489
11491
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12398,7 +12400,7 @@ export declare namespace UpdateReportCommand {
12398
12400
  }
12399
12401
  }
12400
12402
  export declare abstract class UpdateResidentCommand {
12401
- protected constructor();
12403
+ private constructor();
12402
12404
  }
12403
12405
  export declare namespace UpdateResidentCommand {
12404
12406
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -12844,7 +12846,7 @@ export declare namespace Voucher {
12844
12846
  }
12845
12847
  }
12846
12848
  export declare abstract class WebSocketPayload {
12847
- protected constructor();
12849
+ private constructor();
12848
12850
  }
12849
12851
  export declare namespace WebSocketPayload {
12850
12852
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -13763,7 +13765,6 @@ export declare namespace ApiClient {
13763
13765
  abstract class constructor {
13764
13766
  get BASE_URL(): string;
13765
13767
  get JSON_DEFAULT(): any/* Json */;
13766
- protected get UNSAFE_HEADERS(): KtList<string>;
13767
13768
  private constructor();
13768
13769
  }
13769
13770
  }
@@ -13831,7 +13832,7 @@ export declare class TypedBodyProvider<T extends any> implements BodyProvider<T>
13831
13832
  constructor(type: any/* TypeInfo */);
13832
13833
  body(response: any/* HttpResponse */): Promise<T>;
13833
13834
  typedBody<V extends any>(response: any/* HttpResponse */, type: any/* TypeInfo */): Promise<V>;
13834
- readonly __doNotUseOrImplementIt: BodyProvider<T>["__doNotUseOrImplementIt"];
13835
+ readonly __doNotUseOrImplementIt: BodyProvider<any>["__doNotUseOrImplementIt"];
13835
13836
  }
13836
13837
  export declare namespace TypedBodyProvider {
13837
13838
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -13843,7 +13844,7 @@ export declare class MappedBodyProvider<S extends any, T extends any> implements
13843
13844
  constructor(provider: BodyProvider<S>, block: (p0: S) => T);
13844
13845
  body(response: any/* HttpResponse */): Promise<T>;
13845
13846
  typedBody<V extends any>(response: any/* HttpResponse */, type: any/* TypeInfo */): Promise<V>;
13846
- readonly __doNotUseOrImplementIt: BodyProvider<T>["__doNotUseOrImplementIt"];
13847
+ readonly __doNotUseOrImplementIt: BodyProvider<any>["__doNotUseOrImplementIt"];
13847
13848
  }
13848
13849
  export declare namespace MappedBodyProvider {
13849
13850
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
@@ -13940,10 +13941,10 @@ export declare abstract class RequestMethod {
13940
13941
  get name(): "PUT";
13941
13942
  get ordinal(): 6;
13942
13943
  };
13944
+ static values(): [typeof RequestMethod.GET, typeof RequestMethod.DELETE, typeof RequestMethod.HEAD, typeof RequestMethod.OPTIONS, typeof RequestMethod.PATCH, typeof RequestMethod.POST, typeof RequestMethod.PUT];
13945
+ static valueOf(value: string): RequestMethod;
13943
13946
  get name(): "GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT";
13944
13947
  get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
13945
- static values(): Array<RequestMethod>;
13946
- static valueOf(value: string): RequestMethod;
13947
13948
  }
13948
13949
  export declare namespace RequestMethod {
13949
13950
  /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */