@solibo/solibo-sdk 1.8.15 → 1.9.0
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.
- package/client.d.mts +4368 -0
- package/client.mjs +17820 -0
- package/index.d.ts +3 -1
- package/index.mjs +3 -0
- package/interop.d.mts +2 -0
- package/interop.mjs +4 -0
- package/kotlin-kotlin-stdlib.mjs +11 -11
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/package.json +36 -2
- package/solibo-sdk-sdk.d.mts +208 -206
- package/solibo-sdk-sdk.mjs +2 -2
- package/solibo-sdk-sdk.mjs.map +1 -1
package/solibo-sdk-sdk.d.mts
CHANGED
|
@@ -3,6 +3,12 @@ type Nullable<T> = T | null | undefined
|
|
|
3
3
|
export type SoliboInstant = string & { readonly __soliboDateTimeType: 'Instant' };
|
|
4
4
|
export type SoliboLocalDate = string & { readonly __soliboDateTimeType: 'LocalDate' };
|
|
5
5
|
export type SoliboLocalDateTime = string & { readonly __soliboDateTimeType: 'LocalDateTime' };
|
|
6
|
+
/* Solibo polymorphic model input aliases */
|
|
7
|
+
export type ResidentProps = OrganizationResidentProps | PersonResidentProps;
|
|
8
|
+
export type ParticipantProps = ClientUserParticipantProps | EmployeeParticipantProps | InquiryParticipantProps | OrganizationParticipantProps | PersonParticipantProps | SupplierContactParticipantProps;
|
|
9
|
+
export type CustomerProps = OrganizationCustomerProps | PersonCustomerProps;
|
|
10
|
+
export type ThirdPartyInformationErrorProps = ThirdPartyInformationAltinnErrorProps | ThirdPartyInformationEmailErrorProps | ThirdPartyInformationPostenErrorProps | ThirdPartyInformationProcessErrorProps;
|
|
11
|
+
export type WebSocketPayloadProps = ConversationEventPayloadProps | ConversationMessagePayloadProps | ConversationTypingPayloadProps | GenericPayloadProps;
|
|
6
12
|
declare function KtSingleton<T>(): T & (abstract new() => any);
|
|
7
13
|
export declare interface KtList<E> /* extends Collection<E> */ {
|
|
8
14
|
asJsReadonlyArrayView(): ReadonlyArray<E>;
|
|
@@ -101,7 +107,7 @@ export declare namespace AccountList {
|
|
|
101
107
|
}
|
|
102
108
|
}
|
|
103
109
|
export interface ActivateCompanyForTriplewinCommandProps {
|
|
104
|
-
mode?:
|
|
110
|
+
mode?: InvoicePlanMode | null | undefined;
|
|
105
111
|
}
|
|
106
112
|
export declare class ActivateCompanyForTriplewinCommand {
|
|
107
113
|
constructor(props: ActivateCompanyForTriplewinCommandProps);
|
|
@@ -470,7 +476,7 @@ export declare namespace Attendance {
|
|
|
470
476
|
}
|
|
471
477
|
export interface AuthChallengeProps {
|
|
472
478
|
params?: Map<string, string | null | undefined>;
|
|
473
|
-
type:
|
|
479
|
+
type: AuthChallengeType;
|
|
474
480
|
}
|
|
475
481
|
export declare class AuthChallenge {
|
|
476
482
|
constructor(props: AuthChallengeProps);
|
|
@@ -914,7 +920,7 @@ export interface BulkCreateConversationItemResultProps {
|
|
|
914
920
|
companyId: bigint;
|
|
915
921
|
conversationId?: bigint | null | undefined;
|
|
916
922
|
index: bigint;
|
|
917
|
-
status:
|
|
923
|
+
status: BulkCreateConversationItemStatus;
|
|
918
924
|
}
|
|
919
925
|
export declare class BulkCreateConversationItemResult {
|
|
920
926
|
constructor(props: BulkCreateConversationItemResultProps);
|
|
@@ -1048,7 +1054,7 @@ export interface BulkCreateHomepagePostItemResultProps {
|
|
|
1048
1054
|
companyId: bigint;
|
|
1049
1055
|
index: bigint;
|
|
1050
1056
|
postId?: bigint | null | undefined;
|
|
1051
|
-
status:
|
|
1057
|
+
status: BulkCreateHomepagePostItemStatus;
|
|
1052
1058
|
}
|
|
1053
1059
|
export declare class BulkCreateHomepagePostItemResult {
|
|
1054
1060
|
constructor(props: BulkCreateHomepagePostItemResultProps);
|
|
@@ -1198,7 +1204,7 @@ export interface BulkCreateHomepagePracticalInfoItemResultProps {
|
|
|
1198
1204
|
companyId: bigint;
|
|
1199
1205
|
index: bigint;
|
|
1200
1206
|
practicalInfoId?: bigint | null | undefined;
|
|
1201
|
-
status:
|
|
1207
|
+
status: BulkCreateHomepagePracticalInfoItemStatus;
|
|
1202
1208
|
}
|
|
1203
1209
|
export declare class BulkCreateHomepagePracticalInfoItemResult {
|
|
1204
1210
|
constructor(props: BulkCreateHomepagePracticalInfoItemResultProps);
|
|
@@ -1316,7 +1322,7 @@ export interface BulkCreateIssueItemResultProps {
|
|
|
1316
1322
|
companyId: bigint;
|
|
1317
1323
|
index: bigint;
|
|
1318
1324
|
issueId?: bigint | null | undefined;
|
|
1319
|
-
status:
|
|
1325
|
+
status: BulkCreateIssueItemStatus;
|
|
1320
1326
|
}
|
|
1321
1327
|
export declare class BulkCreateIssueItemResult {
|
|
1322
1328
|
constructor(props: BulkCreateIssueItemResultProps);
|
|
@@ -1450,7 +1456,7 @@ export interface BulkCreateMeetingItemResultProps {
|
|
|
1450
1456
|
companyId: bigint;
|
|
1451
1457
|
index: bigint;
|
|
1452
1458
|
meetingId?: bigint | null | undefined;
|
|
1453
|
-
status:
|
|
1459
|
+
status: BulkCreateMeetingItemStatus;
|
|
1454
1460
|
}
|
|
1455
1461
|
export declare class BulkCreateMeetingItemResult {
|
|
1456
1462
|
constructor(props: BulkCreateMeetingItemResultProps);
|
|
@@ -1584,7 +1590,7 @@ export interface BulkCreateNewsletterItemResultProps {
|
|
|
1584
1590
|
companyId: bigint;
|
|
1585
1591
|
index: bigint;
|
|
1586
1592
|
newsletterId?: bigint | null | undefined;
|
|
1587
|
-
status:
|
|
1593
|
+
status: BulkCreateNewsletterItemStatus;
|
|
1588
1594
|
}
|
|
1589
1595
|
export declare class BulkCreateNewsletterItemResult {
|
|
1590
1596
|
constructor(props: BulkCreateNewsletterItemResultProps);
|
|
@@ -1718,7 +1724,7 @@ export interface BulkCreateSMSBroadcastItemResultProps {
|
|
|
1718
1724
|
clientReference?: string | null | undefined;
|
|
1719
1725
|
companyId: bigint;
|
|
1720
1726
|
index: bigint;
|
|
1721
|
-
status:
|
|
1727
|
+
status: BulkCreateSMSBroadcastItemStatus;
|
|
1722
1728
|
}
|
|
1723
1729
|
export declare class BulkCreateSMSBroadcastItemResult {
|
|
1724
1730
|
constructor(props: BulkCreateSMSBroadcastItemResultProps);
|
|
@@ -1851,7 +1857,7 @@ export interface BulkImportTaskItemResultProps {
|
|
|
1851
1857
|
clientReference?: string | null | undefined;
|
|
1852
1858
|
companyId: bigint;
|
|
1853
1859
|
index: bigint;
|
|
1854
|
-
status:
|
|
1860
|
+
status: BulkImportTaskItemStatus;
|
|
1855
1861
|
taskId?: bigint | null | undefined;
|
|
1856
1862
|
}
|
|
1857
1863
|
export declare class BulkImportTaskItemResult {
|
|
@@ -1986,7 +1992,7 @@ export interface BulkPublishNewsletterItemResultProps {
|
|
|
1986
1992
|
companyId: bigint;
|
|
1987
1993
|
index: bigint;
|
|
1988
1994
|
newsletterId: bigint;
|
|
1989
|
-
status:
|
|
1995
|
+
status: BulkPublishNewsletterItemStatus;
|
|
1990
1996
|
}
|
|
1991
1997
|
export declare class BulkPublishNewsletterItemResult {
|
|
1992
1998
|
constructor(props: BulkPublishNewsletterItemResultProps);
|
|
@@ -2120,7 +2126,7 @@ export interface BulkPublishSMSBroadcastItemResultProps {
|
|
|
2120
2126
|
clientReference?: string | null | undefined;
|
|
2121
2127
|
companyId: bigint;
|
|
2122
2128
|
index: bigint;
|
|
2123
|
-
status:
|
|
2129
|
+
status: BulkPublishSMSBroadcastItemStatus;
|
|
2124
2130
|
}
|
|
2125
2131
|
export declare class BulkPublishSMSBroadcastItemResult {
|
|
2126
2132
|
constructor(props: BulkPublishSMSBroadcastItemResultProps);
|
|
@@ -2270,7 +2276,7 @@ export interface BulkUpdateCompanyDetailedItemResultProps {
|
|
|
2270
2276
|
company?: CompanyDetailedProps | null | undefined;
|
|
2271
2277
|
companyId: bigint;
|
|
2272
2278
|
index: bigint;
|
|
2273
|
-
status:
|
|
2279
|
+
status: BulkUpdateCompanyDetailedItemStatus;
|
|
2274
2280
|
}
|
|
2275
2281
|
export declare class BulkUpdateCompanyDetailedItemResult {
|
|
2276
2282
|
constructor(props: BulkUpdateCompanyDetailedItemResultProps);
|
|
@@ -2522,7 +2528,7 @@ export declare namespace CategoryColor {
|
|
|
2522
2528
|
}
|
|
2523
2529
|
}
|
|
2524
2530
|
export interface CategoryInConversationProps {
|
|
2525
|
-
color?:
|
|
2531
|
+
color?: CategoryColor | null | undefined;
|
|
2526
2532
|
id: bigint;
|
|
2527
2533
|
name?: string | null | undefined;
|
|
2528
2534
|
}
|
|
@@ -2746,11 +2752,11 @@ export declare namespace CloseMeetingCommand {
|
|
|
2746
2752
|
}
|
|
2747
2753
|
}
|
|
2748
2754
|
export interface CommunicationChannelReportProps {
|
|
2749
|
-
communicationType:
|
|
2755
|
+
communicationType: CommunicationMessageType;
|
|
2750
2756
|
finishedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
2751
2757
|
recipient: string;
|
|
2752
2758
|
sentAt: SoliboInstant /* Instant */;
|
|
2753
|
-
status:
|
|
2759
|
+
status: CommunicationState;
|
|
2754
2760
|
updatedAt: SoliboInstant /* Instant */;
|
|
2755
2761
|
}
|
|
2756
2762
|
export declare class CommunicationChannelReport {
|
|
@@ -2826,7 +2832,7 @@ export interface CommunicationRecipientReportProps {
|
|
|
2826
2832
|
notificationGroups?: string[] | null | undefined;
|
|
2827
2833
|
orgNr?: string | null | undefined;
|
|
2828
2834
|
push?: CommunicationChannelReportProps | null | undefined;
|
|
2829
|
-
recipientType:
|
|
2835
|
+
recipientType: CommunicationRecipientType;
|
|
2830
2836
|
sms?: CommunicationChannelReportProps | null | undefined;
|
|
2831
2837
|
}
|
|
2832
2838
|
export declare class CommunicationRecipientReport {
|
|
@@ -3022,8 +3028,8 @@ export interface CompanyProps {
|
|
|
3022
3028
|
orgNr?: string | null | undefined;
|
|
3023
3029
|
organizationId?: bigint | null | undefined;
|
|
3024
3030
|
slug?: string | null | undefined;
|
|
3025
|
-
status?:
|
|
3026
|
-
subTypes:
|
|
3031
|
+
status?: CompanyStatus | null | undefined;
|
|
3032
|
+
subTypes: CompanySubType[];
|
|
3027
3033
|
tenantId: bigint;
|
|
3028
3034
|
}
|
|
3029
3035
|
export declare class Company {
|
|
@@ -3125,7 +3131,7 @@ export interface CompanyDetailedProps {
|
|
|
3125
3131
|
matrikkel?: CompanyMatrikkelProps | null | undefined;
|
|
3126
3132
|
name: string;
|
|
3127
3133
|
nationality: bigint;
|
|
3128
|
-
nextState?:
|
|
3134
|
+
nextState?: CompanyStatus | null | undefined;
|
|
3129
3135
|
nextStateAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
3130
3136
|
note?: string | null | undefined;
|
|
3131
3137
|
operatingAccount?: string | null | undefined;
|
|
@@ -3133,8 +3139,8 @@ export interface CompanyDetailedProps {
|
|
|
3133
3139
|
relations?: CompanyRelationProps[] | null | undefined;
|
|
3134
3140
|
sections?: CompanySectionOverviewProps | null | undefined;
|
|
3135
3141
|
slug?: string | null | undefined;
|
|
3136
|
-
status:
|
|
3137
|
-
subTypes?:
|
|
3142
|
+
status: CompanyStatus;
|
|
3143
|
+
subTypes?: CompanySubType[] | null | undefined;
|
|
3138
3144
|
}
|
|
3139
3145
|
export declare class CompanyDetailed {
|
|
3140
3146
|
constructor(props: CompanyDetailedProps);
|
|
@@ -3325,7 +3331,7 @@ export interface CompanyRelationProps {
|
|
|
3325
3331
|
id: bigint;
|
|
3326
3332
|
name: string;
|
|
3327
3333
|
orgNr: string;
|
|
3328
|
-
relation:
|
|
3334
|
+
relation: RelationType;
|
|
3329
3335
|
}
|
|
3330
3336
|
export declare class CompanyRelation {
|
|
3331
3337
|
constructor(props: CompanyRelationProps);
|
|
@@ -3600,7 +3606,7 @@ export declare namespace ContactInformation {
|
|
|
3600
3606
|
export interface ContactOrderCommandProps {
|
|
3601
3607
|
company: string;
|
|
3602
3608
|
email: string;
|
|
3603
|
-
orderType:
|
|
3609
|
+
orderType: OrderType;
|
|
3604
3610
|
}
|
|
3605
3611
|
export declare class ContactOrderCommand {
|
|
3606
3612
|
constructor(props: ContactOrderCommandProps);
|
|
@@ -3716,9 +3722,9 @@ export interface ConversationProps {
|
|
|
3716
3722
|
participants?: ParticipantProps[] | null | undefined;
|
|
3717
3723
|
readByCurrentUser: boolean;
|
|
3718
3724
|
relatedIssues?: IssueInConversationProps[] | null | undefined;
|
|
3719
|
-
status:
|
|
3725
|
+
status: ConversationStatus;
|
|
3720
3726
|
title?: string | null | undefined;
|
|
3721
|
-
type?:
|
|
3727
|
+
type?: MessageType | null | undefined;
|
|
3722
3728
|
}
|
|
3723
3729
|
export declare class Conversation {
|
|
3724
3730
|
constructor(props: ConversationProps);
|
|
@@ -3750,7 +3756,7 @@ export declare namespace Conversation {
|
|
|
3750
3756
|
export interface ConversationCategoryParticipantPreviewProps {
|
|
3751
3757
|
name: string;
|
|
3752
3758
|
participantId: bigint;
|
|
3753
|
-
participantType?:
|
|
3759
|
+
participantType?: ParticipantType | null | undefined;
|
|
3754
3760
|
person?: PersonProps | null | undefined;
|
|
3755
3761
|
}
|
|
3756
3762
|
export declare class ConversationCategoryParticipantPreview {
|
|
@@ -3882,7 +3888,7 @@ export interface ConversationEventProps {
|
|
|
3882
3888
|
description?: string | null | undefined;
|
|
3883
3889
|
descriptionMeta?: Map<string, string | null | undefined>;
|
|
3884
3890
|
documents?: ConversationEventDocumentProps[] | null | undefined;
|
|
3885
|
-
eventType:
|
|
3891
|
+
eventType: ConversationEventType;
|
|
3886
3892
|
id?: bigint | null | undefined;
|
|
3887
3893
|
parentEventId?: bigint | null | undefined;
|
|
3888
3894
|
performedAt: SoliboInstant /* Instant */;
|
|
@@ -4149,7 +4155,7 @@ export declare namespace ConversationMessagePayload {
|
|
|
4149
4155
|
}
|
|
4150
4156
|
export interface ConversationParticipantMetaProps {
|
|
4151
4157
|
participantId: bigint;
|
|
4152
|
-
participantType:
|
|
4158
|
+
participantType: ParticipantType;
|
|
4153
4159
|
}
|
|
4154
4160
|
export declare class ConversationParticipantMeta {
|
|
4155
4161
|
constructor(props: ConversationParticipantMetaProps);
|
|
@@ -4517,9 +4523,9 @@ export interface CreateCompanyProps {
|
|
|
4517
4523
|
persons?: CreatePersonProps[] | null | undefined;
|
|
4518
4524
|
secondaryActions?: SecondaryActionsProps | null | undefined;
|
|
4519
4525
|
slug?: string | null | undefined;
|
|
4520
|
-
status?:
|
|
4526
|
+
status?: CompanyStatus | null | undefined;
|
|
4521
4527
|
storageRooms?: CreateStorageRoomProps[] | null | undefined;
|
|
4522
|
-
subTypes?:
|
|
4528
|
+
subTypes?: CompanySubType[] | null | undefined;
|
|
4523
4529
|
}
|
|
4524
4530
|
export declare class CreateCompany {
|
|
4525
4531
|
constructor(props: CreateCompanyProps);
|
|
@@ -4555,7 +4561,7 @@ export declare namespace CreateCompany {
|
|
|
4555
4561
|
}
|
|
4556
4562
|
export interface CreateConversationCategoryCommandProps {
|
|
4557
4563
|
coResponsibleIds?: bigint[] | null | undefined;
|
|
4558
|
-
color?:
|
|
4564
|
+
color?: CategoryColor | null | undefined;
|
|
4559
4565
|
contactCategory?: boolean | null | undefined;
|
|
4560
4566
|
description?: string | null | undefined;
|
|
4561
4567
|
incomingEmailCategory?: boolean | null | undefined;
|
|
@@ -4637,7 +4643,7 @@ export declare namespace CreateCustomerCommentCommand {
|
|
|
4637
4643
|
}
|
|
4638
4644
|
export interface CreateDocumentReferenceCommandProps {
|
|
4639
4645
|
belongsToId: bigint;
|
|
4640
|
-
type:
|
|
4646
|
+
type: DocumentType;
|
|
4641
4647
|
uploadGroupId?: string | null | undefined;
|
|
4642
4648
|
}
|
|
4643
4649
|
export declare class CreateDocumentReferenceCommand {
|
|
@@ -4840,7 +4846,7 @@ export interface CreateInternalMessageCommandProps {
|
|
|
4840
4846
|
attachmentIds?: bigint[] | null | undefined;
|
|
4841
4847
|
content: string;
|
|
4842
4848
|
emailContent?: EmailContentCommandProps | null | undefined;
|
|
4843
|
-
type?:
|
|
4849
|
+
type?: MessageType | null | undefined;
|
|
4844
4850
|
}
|
|
4845
4851
|
export declare class CreateInternalMessageCommand {
|
|
4846
4852
|
constructor(props: CreateInternalMessageCommandProps);
|
|
@@ -4861,7 +4867,7 @@ export interface CreateInvoiceDistributionCommandProps {
|
|
|
4861
4867
|
fractions: InvoiceDistributionFractionInputProps[];
|
|
4862
4868
|
lines?: CreateInvoicePlanLineCommandProps[] | null | undefined;
|
|
4863
4869
|
name: string;
|
|
4864
|
-
type?:
|
|
4870
|
+
type?: InvoiceDistributionType | null | undefined;
|
|
4865
4871
|
}
|
|
4866
4872
|
export declare class CreateInvoiceDistributionCommand {
|
|
4867
4873
|
constructor(props: CreateInvoiceDistributionCommandProps);
|
|
@@ -4900,7 +4906,7 @@ export interface CreateInvoicePlanCommandProps {
|
|
|
4900
4906
|
lines?: CreateInvoicePlanLineCommandProps[] | null | undefined;
|
|
4901
4907
|
name: string;
|
|
4902
4908
|
settings?: CreateInvoicePlanSettingsCommandProps | null | undefined;
|
|
4903
|
-
type?:
|
|
4909
|
+
type?: InvoicePlanType | null | undefined;
|
|
4904
4910
|
}
|
|
4905
4911
|
export declare class CreateInvoicePlanCommand {
|
|
4906
4912
|
constructor(props: CreateInvoicePlanCommandProps);
|
|
@@ -4923,7 +4929,7 @@ export interface CreateInvoicePlanLineCommandProps {
|
|
|
4923
4929
|
amount: number;
|
|
4924
4930
|
description?: string | null | undefined;
|
|
4925
4931
|
distributionId?: bigint | null | undefined;
|
|
4926
|
-
inlineDistributionType?:
|
|
4932
|
+
inlineDistributionType?: InlineDistributionType | null | undefined;
|
|
4927
4933
|
name: string;
|
|
4928
4934
|
periodisering?: boolean | null | undefined;
|
|
4929
4935
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -4951,9 +4957,9 @@ export declare namespace CreateInvoicePlanLineCommand {
|
|
|
4951
4957
|
export interface CreateInvoicePlanSettingsCommandProps {
|
|
4952
4958
|
description?: string | null | undefined;
|
|
4953
4959
|
dueDate?: bigint | null | undefined;
|
|
4954
|
-
interval?:
|
|
4960
|
+
interval?: InvoicePlanInterval | null | undefined;
|
|
4955
4961
|
invoiceDate?: bigint | null | undefined;
|
|
4956
|
-
mode?:
|
|
4962
|
+
mode?: InvoicePlanMode | null | undefined;
|
|
4957
4963
|
oneTimeDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
4958
4964
|
periodisering?: boolean | null | undefined;
|
|
4959
4965
|
produceAsClaims?: boolean | null | undefined;
|
|
@@ -5130,7 +5136,7 @@ export interface CreateMessageCommandProps {
|
|
|
5130
5136
|
attachmentIds?: bigint[] | null | undefined;
|
|
5131
5137
|
content: string;
|
|
5132
5138
|
emailContent?: EmailContentCommandProps | null | undefined;
|
|
5133
|
-
type?:
|
|
5139
|
+
type?: MessageType | null | undefined;
|
|
5134
5140
|
}
|
|
5135
5141
|
export declare class CreateMessageCommand {
|
|
5136
5142
|
constructor(props: CreateMessageCommandProps);
|
|
@@ -5260,7 +5266,7 @@ export declare namespace CreateOrganizationResidentCommand {
|
|
|
5260
5266
|
}
|
|
5261
5267
|
export interface CreateParkingSpaceProps {
|
|
5262
5268
|
charger?: boolean | null | undefined;
|
|
5263
|
-
classification?:
|
|
5269
|
+
classification?: ParkingSpaceType | null | undefined;
|
|
5264
5270
|
identifier: string;
|
|
5265
5271
|
note?: string | null | undefined;
|
|
5266
5272
|
}
|
|
@@ -5282,7 +5288,7 @@ export interface CreateParkingSpaceCommandProps {
|
|
|
5282
5288
|
charger?: boolean | null | undefined;
|
|
5283
5289
|
identifier: string;
|
|
5284
5290
|
note?: string | null | undefined;
|
|
5285
|
-
spaceType?:
|
|
5291
|
+
spaceType?: ParkingSpaceType | null | undefined;
|
|
5286
5292
|
}
|
|
5287
5293
|
export declare class CreateParkingSpaceCommand {
|
|
5288
5294
|
constructor(props: CreateParkingSpaceCommandProps);
|
|
@@ -5503,8 +5509,8 @@ export interface CreateRoutineCommandProps {
|
|
|
5503
5509
|
description?: string | null | undefined;
|
|
5504
5510
|
draftId?: bigint | null | undefined;
|
|
5505
5511
|
dueDateOffset?: bigint | null | undefined;
|
|
5506
|
-
recommendedIntervalMethod?:
|
|
5507
|
-
recommendedIntervalType:
|
|
5512
|
+
recommendedIntervalMethod?: RoutineMethod | null | undefined;
|
|
5513
|
+
recommendedIntervalType: RoutineInterval;
|
|
5508
5514
|
recommendedIntervalValue?: bigint | null | undefined;
|
|
5509
5515
|
requiresSupplier: boolean;
|
|
5510
5516
|
responsibleId?: bigint | null | undefined;
|
|
@@ -5512,7 +5518,7 @@ export interface CreateRoutineCommandProps {
|
|
|
5512
5518
|
supplierId?: bigint | null | undefined;
|
|
5513
5519
|
svgName: string;
|
|
5514
5520
|
title?: string | null | undefined;
|
|
5515
|
-
type:
|
|
5521
|
+
type: RoutineType;
|
|
5516
5522
|
}
|
|
5517
5523
|
export declare class CreateRoutineCommand {
|
|
5518
5524
|
constructor(props: CreateRoutineCommandProps);
|
|
@@ -5560,11 +5566,11 @@ export declare namespace CreateSMSBroadcastCommand {
|
|
|
5560
5566
|
}
|
|
5561
5567
|
}
|
|
5562
5568
|
export interface CreateScopedContactEndpointCommandProps {
|
|
5563
|
-
channel:
|
|
5569
|
+
channel: ChannelType;
|
|
5564
5570
|
companyId?: bigint | null | undefined;
|
|
5565
5571
|
endpoint: string;
|
|
5566
5572
|
orgContextId?: bigint | null | undefined;
|
|
5567
|
-
roleType:
|
|
5573
|
+
roleType: RoleType;
|
|
5568
5574
|
sectionId?: bigint | null | undefined;
|
|
5569
5575
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
5570
5576
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -5592,7 +5598,7 @@ export interface CreateSectionProps {
|
|
|
5592
5598
|
areaSqm?: number | null | undefined;
|
|
5593
5599
|
bathroomCount?: bigint | null | undefined;
|
|
5594
5600
|
buildingId?: bigint | null | undefined;
|
|
5595
|
-
classification?:
|
|
5601
|
+
classification?: SectionType | null | undefined;
|
|
5596
5602
|
floorId?: bigint | null | undefined;
|
|
5597
5603
|
fractions?: SectionFractionsProps | null | undefined;
|
|
5598
5604
|
hNr?: string | null | undefined;
|
|
@@ -5683,7 +5689,7 @@ export interface CreateSectionCommandProps {
|
|
|
5683
5689
|
residenceNr?: bigint | null | undefined;
|
|
5684
5690
|
roomCount?: bigint | null | undefined;
|
|
5685
5691
|
sectionAddressId?: bigint | null | undefined;
|
|
5686
|
-
sectionType:
|
|
5692
|
+
sectionType: SectionType;
|
|
5687
5693
|
sectioningFraction?: string | null | undefined;
|
|
5688
5694
|
toiletCount?: bigint | null | undefined;
|
|
5689
5695
|
unitKartverketId?: string | null | undefined;
|
|
@@ -5758,7 +5764,7 @@ export declare namespace CreateSettlementCommand {
|
|
|
5758
5764
|
export interface CreateSettlementCustomCostCommandProps {
|
|
5759
5765
|
amount?: number | null | undefined;
|
|
5760
5766
|
description?: string | null | undefined;
|
|
5761
|
-
settlementType:
|
|
5767
|
+
settlementType: SettlementType;
|
|
5762
5768
|
unitPrice?: number | null | undefined;
|
|
5763
5769
|
units?: number | null | undefined;
|
|
5764
5770
|
}
|
|
@@ -5784,7 +5790,7 @@ export interface CreateSettlementProviderConfigurationCommandProps {
|
|
|
5784
5790
|
fixedPricePerInvoicedSection?: number | null | undefined;
|
|
5785
5791
|
relevantOrgnrs?: string[] | null | undefined;
|
|
5786
5792
|
resolverPrefix?: string | null | undefined;
|
|
5787
|
-
settlementProvider:
|
|
5793
|
+
settlementProvider: SettlementProvider;
|
|
5788
5794
|
shouldInvoice?: boolean | null | undefined;
|
|
5789
5795
|
startDate: SoliboLocalDate /* LocalDate */;
|
|
5790
5796
|
userId?: string | null | undefined;
|
|
@@ -5813,7 +5819,7 @@ export interface CreateStatusCommandProps {
|
|
|
5813
5819
|
note?: string | null | undefined;
|
|
5814
5820
|
referencedOrganizationId?: bigint | null | undefined;
|
|
5815
5821
|
referencedPersonId?: bigint | null | undefined;
|
|
5816
|
-
statusType:
|
|
5822
|
+
statusType: SectionState;
|
|
5817
5823
|
}
|
|
5818
5824
|
export declare class CreateStatusCommand {
|
|
5819
5825
|
constructor(props: CreateStatusCommandProps);
|
|
@@ -5961,7 +5967,7 @@ export interface CreateTaskCommandProps {
|
|
|
5961
5967
|
description?: string | null | undefined;
|
|
5962
5968
|
dueDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
5963
5969
|
intervalStart?: SoliboInstant /* Instant */ | null | undefined;
|
|
5964
|
-
intervalType?:
|
|
5970
|
+
intervalType?: RoutineInterval | null | undefined;
|
|
5965
5971
|
intervalValue?: bigint | null | undefined;
|
|
5966
5972
|
responsibleId?: bigint | null | undefined;
|
|
5967
5973
|
title?: string | null | undefined;
|
|
@@ -6149,7 +6155,7 @@ export interface CustomerMetadataProps {
|
|
|
6149
6155
|
companyId: bigint;
|
|
6150
6156
|
customerId: bigint;
|
|
6151
6157
|
customerReference?: string | null | undefined;
|
|
6152
|
-
customerType:
|
|
6158
|
+
customerType: CustomerType;
|
|
6153
6159
|
groupInvoices: boolean;
|
|
6154
6160
|
id: bigint;
|
|
6155
6161
|
overdueProcessing: boolean;
|
|
@@ -6215,7 +6221,7 @@ export declare namespace CustomerType {
|
|
|
6215
6221
|
}
|
|
6216
6222
|
}
|
|
6217
6223
|
export interface DeviceProps {
|
|
6218
|
-
fcmDeviceType?:
|
|
6224
|
+
fcmDeviceType?: FcmDeviceType | null | undefined;
|
|
6219
6225
|
fcmToken?: string | null | undefined;
|
|
6220
6226
|
}
|
|
6221
6227
|
export declare class Device {
|
|
@@ -6592,13 +6598,13 @@ export interface DocumentProps {
|
|
|
6592
6598
|
deletedByName?: string | null | undefined;
|
|
6593
6599
|
fileName: string;
|
|
6594
6600
|
historicPath?: string | null | undefined;
|
|
6595
|
-
historicType?:
|
|
6601
|
+
historicType?: DocumentType | null | undefined;
|
|
6596
6602
|
id: bigint;
|
|
6597
6603
|
isDirectory?: boolean | null | undefined;
|
|
6598
6604
|
ownedByUser?: boolean | null | undefined;
|
|
6599
6605
|
parentId?: bigint | null | undefined;
|
|
6600
6606
|
sourceDocumentId?: bigint | null | undefined;
|
|
6601
|
-
type:
|
|
6607
|
+
type: DocumentType;
|
|
6602
6608
|
updatedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
6603
6609
|
updatedBy?: bigint | null | undefined;
|
|
6604
6610
|
updatedByClientUserId?: bigint | null | undefined;
|
|
@@ -6948,7 +6954,7 @@ export interface DraftOverviewProps {
|
|
|
6948
6954
|
id?: bigint | null | undefined;
|
|
6949
6955
|
name: string;
|
|
6950
6956
|
orgNr?: string | null | undefined;
|
|
6951
|
-
state:
|
|
6957
|
+
state: KartverketFetchState;
|
|
6952
6958
|
}
|
|
6953
6959
|
export declare class DraftOverview {
|
|
6954
6960
|
constructor(props: DraftOverviewProps);
|
|
@@ -6976,7 +6982,7 @@ export interface EconomicReportProps {
|
|
|
6976
6982
|
projectDocumentEnabled: boolean;
|
|
6977
6983
|
projectDocumentId?: bigint | null | undefined;
|
|
6978
6984
|
reportDocumentId?: bigint | null | undefined;
|
|
6979
|
-
status:
|
|
6985
|
+
status: EconomicReportStatus;
|
|
6980
6986
|
}
|
|
6981
6987
|
export declare class EconomicReport {
|
|
6982
6988
|
constructor(props: EconomicReportProps);
|
|
@@ -7059,7 +7065,7 @@ export declare namespace EconomicReportStatus {
|
|
|
7059
7065
|
}
|
|
7060
7066
|
}
|
|
7061
7067
|
export interface EditResidencyCommandProps {
|
|
7062
|
-
roleType:
|
|
7068
|
+
roleType: RoleType;
|
|
7063
7069
|
sectionId: bigint;
|
|
7064
7070
|
validFrom: SoliboInstant /* Instant */;
|
|
7065
7071
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -7145,7 +7151,7 @@ export interface ExpenseProps {
|
|
|
7145
7151
|
expenseType: string;
|
|
7146
7152
|
id: bigint;
|
|
7147
7153
|
payableTo?: PersonProps | null | undefined;
|
|
7148
|
-
status:
|
|
7154
|
+
status: ExpenseStatus;
|
|
7149
7155
|
}
|
|
7150
7156
|
export declare class Expense {
|
|
7151
7157
|
constructor(props: ExpenseProps);
|
|
@@ -7191,7 +7197,7 @@ export interface ExpenseProcessingProps {
|
|
|
7191
7197
|
performedByClientUserName?: string | null | undefined;
|
|
7192
7198
|
performedById?: bigint | null | undefined;
|
|
7193
7199
|
rejectionReason?: string | null | undefined;
|
|
7194
|
-
result:
|
|
7200
|
+
result: ExpenseProcessingResult;
|
|
7195
7201
|
}
|
|
7196
7202
|
export declare class ExpenseProcessing {
|
|
7197
7203
|
constructor(props: ExpenseProcessingProps);
|
|
@@ -7778,7 +7784,7 @@ export interface FractionRecipientProps {
|
|
|
7778
7784
|
name: string;
|
|
7779
7785
|
postnummer?: string | null | undefined;
|
|
7780
7786
|
poststed?: string | null | undefined;
|
|
7781
|
-
type:
|
|
7787
|
+
type: FractionRecipientType;
|
|
7782
7788
|
}
|
|
7783
7789
|
export declare class FractionRecipient {
|
|
7784
7790
|
constructor(props: FractionRecipientProps);
|
|
@@ -8050,17 +8056,17 @@ export interface GenghisInvoiceProps {
|
|
|
8050
8056
|
overdueTwo?: GenghisOverdueNoticeProps | null | undefined;
|
|
8051
8057
|
payee: string;
|
|
8052
8058
|
payeeMeta: InvoiceSubjectMetaProps;
|
|
8053
|
-
payeeType:
|
|
8059
|
+
payeeType: PayeeType;
|
|
8054
8060
|
payer: string;
|
|
8055
8061
|
payerMeta: InvoiceSubjectMetaProps;
|
|
8056
|
-
payerType:
|
|
8062
|
+
payerType: PayerType;
|
|
8057
8063
|
payments?: PaymentRecordProps[] | null | undefined;
|
|
8058
|
-
processType?:
|
|
8064
|
+
processType?: InvoiceProcessType | null | undefined;
|
|
8059
8065
|
sum: number;
|
|
8060
8066
|
sumVAT: number;
|
|
8061
8067
|
tenant: string;
|
|
8062
|
-
tenantType:
|
|
8063
|
-
type:
|
|
8068
|
+
tenantType: TenantType;
|
|
8069
|
+
type: InvoiceType;
|
|
8064
8070
|
vouchers?: GenghisVoucherProps[] | null | undefined;
|
|
8065
8071
|
}
|
|
8066
8072
|
export declare class GenghisInvoice {
|
|
@@ -8158,7 +8164,7 @@ export interface GenghisOverdueNoticeProps {
|
|
|
8158
8164
|
interest?: number | null | undefined;
|
|
8159
8165
|
interestAccount: string;
|
|
8160
8166
|
interestSum: number;
|
|
8161
|
-
overdueNoticeOrder:
|
|
8167
|
+
overdueNoticeOrder: OverdueNoticeOrder;
|
|
8162
8168
|
sum: number;
|
|
8163
8169
|
}
|
|
8164
8170
|
export declare class GenghisOverdueNotice {
|
|
@@ -8504,7 +8510,7 @@ export declare namespace IntegratedConversationMessageResult {
|
|
|
8504
8510
|
}
|
|
8505
8511
|
}
|
|
8506
8512
|
export interface IntegratedDocumentInputProps {
|
|
8507
|
-
role:
|
|
8513
|
+
role: IntegratedDocumentRole;
|
|
8508
8514
|
slot?: string | null | undefined;
|
|
8509
8515
|
sourceDocumentId?: bigint | null | undefined;
|
|
8510
8516
|
uploadTicketId?: string | null | undefined;
|
|
@@ -8642,18 +8648,18 @@ export interface InvoiceProps {
|
|
|
8642
8648
|
overdueTwo?: GenghisOverdueNoticeProps | null | undefined;
|
|
8643
8649
|
payee: string;
|
|
8644
8650
|
payeeMeta: InvoiceSubjectMetaProps;
|
|
8645
|
-
payeeType:
|
|
8651
|
+
payeeType: PayeeType;
|
|
8646
8652
|
payer: string;
|
|
8647
8653
|
payerMeta: InvoiceSubjectMetaProps;
|
|
8648
|
-
payerType:
|
|
8654
|
+
payerType: PayerType;
|
|
8649
8655
|
payments?: PaymentRecordProps[] | null | undefined;
|
|
8650
8656
|
recipients: FractionRecipientProps[];
|
|
8651
8657
|
sectionId?: bigint | null | undefined;
|
|
8652
8658
|
sum: number;
|
|
8653
8659
|
sumVAT: number;
|
|
8654
8660
|
tenant: string;
|
|
8655
|
-
tenantType:
|
|
8656
|
-
type:
|
|
8661
|
+
tenantType: TenantType;
|
|
8662
|
+
type: InvoiceType;
|
|
8657
8663
|
vouchers?: VoucherProps[] | null | undefined;
|
|
8658
8664
|
}
|
|
8659
8665
|
export declare class Invoice {
|
|
@@ -8735,7 +8741,7 @@ export declare namespace InvoiceDataInput {
|
|
|
8735
8741
|
}
|
|
8736
8742
|
export interface InvoiceDistributionFractionInputProps {
|
|
8737
8743
|
denominator: bigint;
|
|
8738
|
-
distributionType:
|
|
8744
|
+
distributionType: InvoiceDistributionReceiverType;
|
|
8739
8745
|
numerator: bigint;
|
|
8740
8746
|
receiverId: bigint;
|
|
8741
8747
|
}
|
|
@@ -8942,7 +8948,7 @@ export declare namespace InvoiceLinePeriod {
|
|
|
8942
8948
|
export interface InvoiceLogProps {
|
|
8943
8949
|
invoiceId: string;
|
|
8944
8950
|
message?: string | null | undefined;
|
|
8945
|
-
state:
|
|
8951
|
+
state: InvoiceState;
|
|
8946
8952
|
timestamp: bigint;
|
|
8947
8953
|
}
|
|
8948
8954
|
export declare class InvoiceLog {
|
|
@@ -8973,7 +8979,7 @@ export interface InvoicePlanProps {
|
|
|
8973
8979
|
previews?: InvoicePreviewProps[] | null | undefined;
|
|
8974
8980
|
settings: InvoicePlanSettingsProps;
|
|
8975
8981
|
transactions?: InvoicePlanTransactionProps[] | null | undefined;
|
|
8976
|
-
type:
|
|
8982
|
+
type: InvoicePlanType;
|
|
8977
8983
|
updatedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
8978
8984
|
updatedBy?: bigint | null | undefined;
|
|
8979
8985
|
updatedByClientUserId?: bigint | null | undefined;
|
|
@@ -9014,7 +9020,7 @@ export interface InvoicePlanDistributionProps {
|
|
|
9014
9020
|
id: bigint;
|
|
9015
9021
|
invoicePlanId: bigint;
|
|
9016
9022
|
name: string;
|
|
9017
|
-
type:
|
|
9023
|
+
type: InvoiceDistributionType;
|
|
9018
9024
|
}
|
|
9019
9025
|
export declare class InvoicePlanDistribution {
|
|
9020
9026
|
constructor(props: InvoicePlanDistributionProps);
|
|
@@ -9221,9 +9227,9 @@ export interface InvoicePlanSettingsRevisionProps {
|
|
|
9221
9227
|
createdByClientUserId?: bigint | null | undefined;
|
|
9222
9228
|
description?: string | null | undefined;
|
|
9223
9229
|
dueDate: bigint;
|
|
9224
|
-
interval:
|
|
9230
|
+
interval: InvoicePlanInterval;
|
|
9225
9231
|
invoiceDate: bigint;
|
|
9226
|
-
mode:
|
|
9232
|
+
mode: InvoicePlanMode;
|
|
9227
9233
|
oneTimeDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
9228
9234
|
periodisering: boolean;
|
|
9229
9235
|
validFrom: SoliboInstant /* Instant */;
|
|
@@ -9276,7 +9282,7 @@ export interface InvoicePlanTransactionOverviewProps {
|
|
|
9276
9282
|
invoicePlanActive: boolean;
|
|
9277
9283
|
invoicePlanId: bigint;
|
|
9278
9284
|
invoicePlanName: string;
|
|
9279
|
-
invoicePlanType:
|
|
9285
|
+
invoicePlanType: InvoicePlanType;
|
|
9280
9286
|
overdueEnabled: boolean;
|
|
9281
9287
|
}
|
|
9282
9288
|
export declare class InvoicePlanTransactionOverview {
|
|
@@ -9561,7 +9567,7 @@ export interface InvoiceRecipientProps {
|
|
|
9561
9567
|
isExternal: boolean;
|
|
9562
9568
|
organization?: OrganizationProps | null | undefined;
|
|
9563
9569
|
person?: PersonProps | null | undefined;
|
|
9564
|
-
preferredAdvertisement?:
|
|
9570
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
9565
9571
|
}
|
|
9566
9572
|
export declare class InvoiceRecipient {
|
|
9567
9573
|
constructor(props: InvoiceRecipientProps);
|
|
@@ -10355,7 +10361,7 @@ export interface IssueProps {
|
|
|
10355
10361
|
relatedSections?: SectionInIssueProps[] | null | undefined;
|
|
10356
10362
|
responsible?: PersonProps | null | undefined;
|
|
10357
10363
|
responsibleId?: bigint | null | undefined;
|
|
10358
|
-
status:
|
|
10364
|
+
status: IssueStatus;
|
|
10359
10365
|
title: string;
|
|
10360
10366
|
}
|
|
10361
10367
|
export declare class Issue {
|
|
@@ -10425,7 +10431,7 @@ export interface IssueDetailsProps {
|
|
|
10425
10431
|
relatedConversations?: ConversationInIssueProps[] | null | undefined;
|
|
10426
10432
|
relatedSections?: SectionInIssueProps[] | null | undefined;
|
|
10427
10433
|
responsible?: PersonProps | null | undefined;
|
|
10428
|
-
status:
|
|
10434
|
+
status: IssueStatus;
|
|
10429
10435
|
title: string;
|
|
10430
10436
|
}
|
|
10431
10437
|
export declare class IssueDetails {
|
|
@@ -10485,7 +10491,7 @@ export interface IssueInMeetingProps {
|
|
|
10485
10491
|
documents?: DocumentProps[] | null | undefined;
|
|
10486
10492
|
followUp: boolean;
|
|
10487
10493
|
issueId: bigint;
|
|
10488
|
-
issueStatus:
|
|
10494
|
+
issueStatus: IssueStatus;
|
|
10489
10495
|
meetingId: bigint;
|
|
10490
10496
|
proposedResolution?: string | null | undefined;
|
|
10491
10497
|
report?: string | null | undefined;
|
|
@@ -10494,7 +10500,7 @@ export interface IssueInMeetingProps {
|
|
|
10494
10500
|
responsibleId?: bigint | null | undefined;
|
|
10495
10501
|
responsibleName?: string | null | undefined;
|
|
10496
10502
|
sequence: number;
|
|
10497
|
-
status?:
|
|
10503
|
+
status?: MeetingStatus | null | undefined;
|
|
10498
10504
|
title: string;
|
|
10499
10505
|
updatedAt: SoliboInstant /* Instant */;
|
|
10500
10506
|
updatedById?: bigint | null | undefined;
|
|
@@ -11042,7 +11048,7 @@ export declare namespace Loan {
|
|
|
11042
11048
|
}
|
|
11043
11049
|
}
|
|
11044
11050
|
export interface LoanLogProps {
|
|
11045
|
-
change:
|
|
11051
|
+
change: LOANLOGTYPE;
|
|
11046
11052
|
id: bigint;
|
|
11047
11053
|
loanId: bigint;
|
|
11048
11054
|
new: string;
|
|
@@ -11139,7 +11145,7 @@ export declare namespace MassCommunicationGroups {
|
|
|
11139
11145
|
}
|
|
11140
11146
|
export interface MassCommunicationRecipientStatusProps {
|
|
11141
11147
|
recipient: string;
|
|
11142
|
-
state:
|
|
11148
|
+
state: CommunicationState;
|
|
11143
11149
|
}
|
|
11144
11150
|
export declare class MassCommunicationRecipientStatus {
|
|
11145
11151
|
constructor(props: MassCommunicationRecipientStatusProps);
|
|
@@ -11262,7 +11268,7 @@ export declare namespace MassInvoiceOverdueEnableCommand {
|
|
|
11262
11268
|
}
|
|
11263
11269
|
}
|
|
11264
11270
|
export interface MassUpdateFractionsCommandProps {
|
|
11265
|
-
fractionType:
|
|
11271
|
+
fractionType: FractionType;
|
|
11266
11272
|
fractions?: Map<string, UpdateSectionFractionCommandProps | null | undefined> | null | undefined;
|
|
11267
11273
|
validFrom: SoliboInstant /* Instant */;
|
|
11268
11274
|
}
|
|
@@ -11369,7 +11375,7 @@ export interface MeetingProps {
|
|
|
11369
11375
|
plannedEndAt: SoliboInstant /* Instant */;
|
|
11370
11376
|
plannedStartAt: SoliboInstant /* Instant */;
|
|
11371
11377
|
report?: DocumentProps | null | undefined;
|
|
11372
|
-
status:
|
|
11378
|
+
status: MeetingStatus;
|
|
11373
11379
|
title: string;
|
|
11374
11380
|
}
|
|
11375
11381
|
export declare class Meeting {
|
|
@@ -11408,7 +11414,7 @@ export interface MeetingDetailsProps {
|
|
|
11408
11414
|
plannedEndAt: SoliboInstant /* Instant */;
|
|
11409
11415
|
plannedStartAt: SoliboInstant /* Instant */;
|
|
11410
11416
|
report?: DocumentProps | null | undefined;
|
|
11411
|
-
status:
|
|
11417
|
+
status: MeetingStatus;
|
|
11412
11418
|
title: string;
|
|
11413
11419
|
}
|
|
11414
11420
|
export declare class MeetingDetails {
|
|
@@ -11444,7 +11450,7 @@ export interface MeetingParticipantProps {
|
|
|
11444
11450
|
personId: bigint;
|
|
11445
11451
|
pictureUrl?: string | null | undefined;
|
|
11446
11452
|
role?: string | null | undefined;
|
|
11447
|
-
rsvp?:
|
|
11453
|
+
rsvp?: Rsvp | null | undefined;
|
|
11448
11454
|
rsvpComment?: string | null | undefined;
|
|
11449
11455
|
signatureUnobtainable: boolean;
|
|
11450
11456
|
signedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -11588,11 +11594,11 @@ export declare namespace MergeSectionsCommand {
|
|
|
11588
11594
|
}
|
|
11589
11595
|
}
|
|
11590
11596
|
export interface MessageDeliverabilityProps {
|
|
11591
|
-
communicationType?:
|
|
11597
|
+
communicationType?: CommunicationMessageType | null | undefined;
|
|
11592
11598
|
description?: string | null | undefined;
|
|
11593
11599
|
endpoint: string;
|
|
11594
11600
|
received?: boolean | null | undefined;
|
|
11595
|
-
state:
|
|
11601
|
+
state: CommunicationState;
|
|
11596
11602
|
updatedAt: SoliboInstant /* Instant */;
|
|
11597
11603
|
}
|
|
11598
11604
|
export declare class MessageDeliverability {
|
|
@@ -11680,7 +11686,7 @@ export interface MessageInConversationProps {
|
|
|
11680
11686
|
sentAt: SoliboInstant /* Instant */;
|
|
11681
11687
|
sentBy?: ParticipantProps | null | undefined;
|
|
11682
11688
|
sentById: bigint;
|
|
11683
|
-
type?:
|
|
11689
|
+
type?: MessageType | null | undefined;
|
|
11684
11690
|
}
|
|
11685
11691
|
export declare class MessageInConversation {
|
|
11686
11692
|
constructor(props: MessageInConversationProps);
|
|
@@ -11789,7 +11795,7 @@ export declare namespace MfaConfirmationCommand {
|
|
|
11789
11795
|
}
|
|
11790
11796
|
export interface MfaPreferenceCommandProps {
|
|
11791
11797
|
clientId: string;
|
|
11792
|
-
mfaType?:
|
|
11798
|
+
mfaType?: MfaType | null | undefined;
|
|
11793
11799
|
}
|
|
11794
11800
|
export declare class MfaPreferenceCommand {
|
|
11795
11801
|
constructor(props: MfaPreferenceCommandProps);
|
|
@@ -11804,8 +11810,8 @@ export declare namespace MfaPreferenceCommand {
|
|
|
11804
11810
|
}
|
|
11805
11811
|
}
|
|
11806
11812
|
export interface MfaPreferenceResultProps {
|
|
11807
|
-
enabledMfaTypes:
|
|
11808
|
-
mfaType?:
|
|
11813
|
+
enabledMfaTypes: MfaType[];
|
|
11814
|
+
mfaType?: MfaType | null | undefined;
|
|
11809
11815
|
}
|
|
11810
11816
|
export declare class MfaPreferenceResult {
|
|
11811
11817
|
constructor(props: MfaPreferenceResultProps);
|
|
@@ -11824,7 +11830,7 @@ export interface MfaSelectionCommandProps {
|
|
|
11824
11830
|
deviceKey?: string | null | undefined;
|
|
11825
11831
|
email?: string | null | undefined;
|
|
11826
11832
|
fingerprint?: string | null | undefined;
|
|
11827
|
-
mfaType:
|
|
11833
|
+
mfaType: MfaType;
|
|
11828
11834
|
mobile?: string | null | undefined;
|
|
11829
11835
|
session: string;
|
|
11830
11836
|
}
|
|
@@ -11999,7 +12005,7 @@ export declare namespace NewsletterSubscribeCommand {
|
|
|
11999
12005
|
}
|
|
12000
12006
|
export interface NotificationGroupProps {
|
|
12001
12007
|
label: string;
|
|
12002
|
-
type?:
|
|
12008
|
+
type?: NotificationGroupType | null | undefined;
|
|
12003
12009
|
}
|
|
12004
12010
|
export declare class NotificationGroup {
|
|
12005
12011
|
constructor(props: NotificationGroupProps);
|
|
@@ -12296,7 +12302,7 @@ export declare namespace Organization {
|
|
|
12296
12302
|
export interface OrganizationCustomerProps {
|
|
12297
12303
|
active: boolean;
|
|
12298
12304
|
area?: string | null | undefined;
|
|
12299
|
-
classification:
|
|
12305
|
+
classification: CustomerClassification;
|
|
12300
12306
|
external: boolean;
|
|
12301
12307
|
groupInvoices: boolean;
|
|
12302
12308
|
isRecipient: boolean;
|
|
@@ -12307,7 +12313,7 @@ export interface OrganizationCustomerProps {
|
|
|
12307
12313
|
comments?: CustomerCommentProps[] | null | undefined;
|
|
12308
12314
|
companyId: bigint;
|
|
12309
12315
|
organization: OrganizationProps;
|
|
12310
|
-
preferredAdvertisement?:
|
|
12316
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
12311
12317
|
}
|
|
12312
12318
|
export declare class OrganizationCustomer extends Customer.$metadata$.constructor {
|
|
12313
12319
|
constructor(props: OrganizationCustomerProps);
|
|
@@ -12489,7 +12495,7 @@ export declare namespace OrganizationResident {
|
|
|
12489
12495
|
}
|
|
12490
12496
|
export interface OrganizationRoleInputProps {
|
|
12491
12497
|
residenceNr?: bigint | null | undefined;
|
|
12492
|
-
role:
|
|
12498
|
+
role: RoleType;
|
|
12493
12499
|
sectionId?: bigint | null | undefined;
|
|
12494
12500
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
12495
12501
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -12560,7 +12566,7 @@ export interface OverdueInvoiceCustomerProps {
|
|
|
12560
12566
|
oldInvoices?: OverdueInvoiceProps[] | null | undefined;
|
|
12561
12567
|
openInvoices?: OverdueInvoiceProps[] | null | undefined;
|
|
12562
12568
|
overdueInvoices?: OverdueInvoiceProps[] | null | undefined;
|
|
12563
|
-
payerType:
|
|
12569
|
+
payerType: PayerType;
|
|
12564
12570
|
totalOutstanding: number;
|
|
12565
12571
|
totalOutstandingExpired: number;
|
|
12566
12572
|
totalOutstandingOld: number;
|
|
@@ -12731,7 +12737,7 @@ export interface OverrideThirdPartyInformationResultCommandProps {
|
|
|
12731
12737
|
contact: ThirdPartyInformationKontaktProps;
|
|
12732
12738
|
entries?: ThirdPartyInformationOppgaveProps[] | null | undefined;
|
|
12733
12739
|
summary?: ThirdPartyInformationOppsummeringProps | null | undefined;
|
|
12734
|
-
type?:
|
|
12740
|
+
type?: LeveranseType3po | null | undefined;
|
|
12735
12741
|
}
|
|
12736
12742
|
export declare class OverrideThirdPartyInformationResultCommand {
|
|
12737
12743
|
constructor(props: OverrideThirdPartyInformationResultCommandProps);
|
|
@@ -12784,7 +12790,7 @@ export interface OwnershipChangeProps {
|
|
|
12784
12790
|
changeAt: SoliboInstant /* Instant */;
|
|
12785
12791
|
id: bigint;
|
|
12786
12792
|
invoiceRecipientId?: bigint | null | undefined;
|
|
12787
|
-
invoiceRecipientType?:
|
|
12793
|
+
invoiceRecipientType?: CustomerType | null | undefined;
|
|
12788
12794
|
note?: string | null | undefined;
|
|
12789
12795
|
roles: OwnershipChangeRoleProps[];
|
|
12790
12796
|
}
|
|
@@ -12810,7 +12816,7 @@ export interface OwnershipChangeRoleProps {
|
|
|
12810
12816
|
lastName?: string | null | undefined;
|
|
12811
12817
|
organizationName?: string | null | undefined;
|
|
12812
12818
|
residentId: bigint;
|
|
12813
|
-
residentType:
|
|
12819
|
+
residentType: ResidentType;
|
|
12814
12820
|
roleId: bigint;
|
|
12815
12821
|
roleType?: string | null | undefined;
|
|
12816
12822
|
transitionType: string;
|
|
@@ -12978,7 +12984,7 @@ export declare namespace PagedListCompanySectionStatusOverview {
|
|
|
12978
12984
|
}
|
|
12979
12985
|
}
|
|
12980
12986
|
export interface PagedListCompanySubTypeProps {
|
|
12981
|
-
items:
|
|
12987
|
+
items: CompanySubType[];
|
|
12982
12988
|
meta: MetaProps;
|
|
12983
12989
|
paging: PagingProps;
|
|
12984
12990
|
}
|
|
@@ -13104,7 +13110,7 @@ export declare namespace PagedListDocument {
|
|
|
13104
13110
|
}
|
|
13105
13111
|
}
|
|
13106
13112
|
export interface PagedListDocumentTypeProps {
|
|
13107
|
-
items:
|
|
13113
|
+
items: DocumentType[];
|
|
13108
13114
|
meta: MetaProps;
|
|
13109
13115
|
paging: PagingProps;
|
|
13110
13116
|
}
|
|
@@ -13194,7 +13200,7 @@ export declare namespace PagedListExpenseType {
|
|
|
13194
13200
|
}
|
|
13195
13201
|
}
|
|
13196
13202
|
export interface PagedListExpiredTypeProps {
|
|
13197
|
-
items:
|
|
13203
|
+
items: ExpiredType[];
|
|
13198
13204
|
meta: MetaProps;
|
|
13199
13205
|
paging: PagingProps;
|
|
13200
13206
|
}
|
|
@@ -13374,7 +13380,7 @@ export declare namespace PagedListInvoicePlanTransactionOverview {
|
|
|
13374
13380
|
}
|
|
13375
13381
|
}
|
|
13376
13382
|
export interface PagedListInvoicePlanTypeProps {
|
|
13377
|
-
items:
|
|
13383
|
+
items: InvoicePlanType[];
|
|
13378
13384
|
meta: MetaProps;
|
|
13379
13385
|
paging: PagingProps;
|
|
13380
13386
|
}
|
|
@@ -13770,7 +13776,7 @@ export declare namespace PagedListResident {
|
|
|
13770
13776
|
}
|
|
13771
13777
|
}
|
|
13772
13778
|
export interface PagedListResidentTypeProps {
|
|
13773
|
-
items:
|
|
13779
|
+
items: ResidentType[];
|
|
13774
13780
|
meta: MetaProps;
|
|
13775
13781
|
paging: PagingProps;
|
|
13776
13782
|
}
|
|
@@ -13842,7 +13848,7 @@ export declare namespace PagedListRoutineGroup {
|
|
|
13842
13848
|
}
|
|
13843
13849
|
}
|
|
13844
13850
|
export interface PagedListRoutineTypeProps {
|
|
13845
|
-
items:
|
|
13851
|
+
items: RoutineType[];
|
|
13846
13852
|
meta: MetaProps;
|
|
13847
13853
|
paging: PagingProps;
|
|
13848
13854
|
}
|
|
@@ -14022,7 +14028,7 @@ export declare namespace PagedListSettlementCustomCost {
|
|
|
14022
14028
|
}
|
|
14023
14029
|
}
|
|
14024
14030
|
export interface PagedListSettlementProviderProps {
|
|
14025
|
-
items:
|
|
14031
|
+
items: SettlementProvider[];
|
|
14026
14032
|
meta: MetaProps;
|
|
14027
14033
|
paging: PagingProps;
|
|
14028
14034
|
}
|
|
@@ -14058,7 +14064,7 @@ export declare namespace PagedListSettlementProviderConfiguration {
|
|
|
14058
14064
|
}
|
|
14059
14065
|
}
|
|
14060
14066
|
export interface PagedListSettlementTypeProps {
|
|
14061
|
-
items:
|
|
14067
|
+
items: SettlementType[];
|
|
14062
14068
|
meta: MetaProps;
|
|
14063
14069
|
paging: PagingProps;
|
|
14064
14070
|
}
|
|
@@ -14278,7 +14284,7 @@ export interface ParkingSpaceProps {
|
|
|
14278
14284
|
id: bigint;
|
|
14279
14285
|
identifier: string;
|
|
14280
14286
|
note?: string | null | undefined;
|
|
14281
|
-
type?:
|
|
14287
|
+
type?: ParkingSpaceType | null | undefined;
|
|
14282
14288
|
}
|
|
14283
14289
|
export declare class ParkingSpace {
|
|
14284
14290
|
constructor(props: ParkingSpaceProps);
|
|
@@ -14297,13 +14303,13 @@ export declare namespace ParkingSpace {
|
|
|
14297
14303
|
}
|
|
14298
14304
|
export interface ParkingSpaceAllocationItemProps {
|
|
14299
14305
|
charger?: boolean | null | undefined;
|
|
14300
|
-
currentAllocationStatus?:
|
|
14306
|
+
currentAllocationStatus?: ParkingSpaceAllocationStatus | null | undefined;
|
|
14301
14307
|
currentOwner?: ParkingSpaceVacancyAssignmentProps | null | undefined;
|
|
14302
14308
|
id: bigint;
|
|
14303
14309
|
identifier: string;
|
|
14304
14310
|
nextVacancy?: SoliboInstant /* Instant */ | null | undefined;
|
|
14305
14311
|
note?: string | null | undefined;
|
|
14306
|
-
type?:
|
|
14312
|
+
type?: ParkingSpaceType | null | undefined;
|
|
14307
14313
|
}
|
|
14308
14314
|
export declare class ParkingSpaceAllocationItem {
|
|
14309
14315
|
constructor(props: ParkingSpaceAllocationItemProps);
|
|
@@ -14447,7 +14453,7 @@ export interface ParkingSpaceOwnershipProps {
|
|
|
14447
14453
|
identifier: string;
|
|
14448
14454
|
note?: string | null | undefined;
|
|
14449
14455
|
parkingSpaceId: bigint;
|
|
14450
|
-
type?:
|
|
14456
|
+
type?: ParkingSpaceType | null | undefined;
|
|
14451
14457
|
validFrom: SoliboInstant /* Instant */;
|
|
14452
14458
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
14453
14459
|
}
|
|
@@ -14545,7 +14551,7 @@ export declare namespace ParkingSpaceVacancy {
|
|
|
14545
14551
|
}
|
|
14546
14552
|
export interface ParkingSpaceVacancyAssignmentProps {
|
|
14547
14553
|
correlationId: string;
|
|
14548
|
-
ownerType:
|
|
14554
|
+
ownerType: ParkingSpaceOwnerType;
|
|
14549
14555
|
validFrom: SoliboInstant /* Instant */;
|
|
14550
14556
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
14551
14557
|
}
|
|
@@ -14568,7 +14574,7 @@ export interface ParkingSpaceVacantProps {
|
|
|
14568
14574
|
id: bigint;
|
|
14569
14575
|
identifier: string;
|
|
14570
14576
|
note?: string | null | undefined;
|
|
14571
|
-
type?:
|
|
14577
|
+
type?: ParkingSpaceType | null | undefined;
|
|
14572
14578
|
vacancyEnd?: SoliboInstant /* Instant */ | null | undefined;
|
|
14573
14579
|
vacancyStart?: SoliboInstant /* Instant */ | null | undefined;
|
|
14574
14580
|
}
|
|
@@ -14731,11 +14737,11 @@ export interface PayerInputProps {
|
|
|
14731
14737
|
orgnr?: string | null | undefined;
|
|
14732
14738
|
overrideEHFRecipient?: string | null | undefined;
|
|
14733
14739
|
overridePersonnummer?: string | null | undefined;
|
|
14734
|
-
preferredAdvertisement?:
|
|
14740
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
14735
14741
|
reservedEmail: boolean;
|
|
14736
14742
|
reservedSMS: boolean;
|
|
14737
14743
|
streetAdresse?: string | null | undefined;
|
|
14738
|
-
type:
|
|
14744
|
+
type: PayerType;
|
|
14739
14745
|
useFolkeregisteret?: boolean | null | undefined;
|
|
14740
14746
|
zipCode?: string | null | undefined;
|
|
14741
14747
|
}
|
|
@@ -14849,7 +14855,7 @@ export interface PaymentHandlingProps {
|
|
|
14849
14855
|
id: bigint;
|
|
14850
14856
|
invoiceId?: string | null | undefined;
|
|
14851
14857
|
paymentId: string;
|
|
14852
|
-
status:
|
|
14858
|
+
status: PaymentHandlingStatus;
|
|
14853
14859
|
tenant: string;
|
|
14854
14860
|
}
|
|
14855
14861
|
export declare class PaymentHandling {
|
|
@@ -15169,7 +15175,7 @@ export declare namespace PersonAdresse {
|
|
|
15169
15175
|
export interface PersonCustomerProps {
|
|
15170
15176
|
active: boolean;
|
|
15171
15177
|
area?: string | null | undefined;
|
|
15172
|
-
classification:
|
|
15178
|
+
classification: CustomerClassification;
|
|
15173
15179
|
external: boolean;
|
|
15174
15180
|
groupInvoices: boolean;
|
|
15175
15181
|
isRecipient: boolean;
|
|
@@ -15180,7 +15186,7 @@ export interface PersonCustomerProps {
|
|
|
15180
15186
|
comments?: CustomerCommentProps[] | null | undefined;
|
|
15181
15187
|
companyId: bigint;
|
|
15182
15188
|
person: PersonProps;
|
|
15183
|
-
preferredAdvertisement?:
|
|
15189
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
15184
15190
|
}
|
|
15185
15191
|
export declare class PersonCustomer extends Customer.$metadata$.constructor {
|
|
15186
15192
|
constructor(props: PersonCustomerProps);
|
|
@@ -15257,7 +15263,7 @@ export interface PersonParticipantProps {
|
|
|
15257
15263
|
id: bigint;
|
|
15258
15264
|
name: string;
|
|
15259
15265
|
participantId: bigint;
|
|
15260
|
-
actingRoleType?:
|
|
15266
|
+
actingRoleType?: RoleType | null | undefined;
|
|
15261
15267
|
person?: PersonProps | null | undefined;
|
|
15262
15268
|
}
|
|
15263
15269
|
export declare class PersonParticipant extends Participant.$metadata$.constructor {
|
|
@@ -15396,7 +15402,7 @@ export declare namespace PersonRoadNumber {
|
|
|
15396
15402
|
}
|
|
15397
15403
|
export interface PersonRoleInputProps {
|
|
15398
15404
|
residenceNr?: bigint | null | undefined;
|
|
15399
|
-
role:
|
|
15405
|
+
role: RoleType;
|
|
15400
15406
|
sectionId?: bigint | null | undefined;
|
|
15401
15407
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
15402
15408
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -15631,7 +15637,7 @@ export interface PersonnummerStatusProps {
|
|
|
15631
15637
|
dateOfIncident?: SoliboInstant /* Instant */ | null | undefined;
|
|
15632
15638
|
reason?: string | null | undefined;
|
|
15633
15639
|
source?: string | null | undefined;
|
|
15634
|
-
statusVerdi?:
|
|
15640
|
+
statusVerdi?: PersonStatus | null | undefined;
|
|
15635
15641
|
validDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
15636
15642
|
}
|
|
15637
15643
|
export declare class PersonnummerStatus {
|
|
@@ -15916,7 +15922,7 @@ export interface PublicConversationProps {
|
|
|
15916
15922
|
messages?: PublicMessageProps[] | null | undefined;
|
|
15917
15923
|
participants?: ParticipantProps[] | null | undefined;
|
|
15918
15924
|
title?: string | null | undefined;
|
|
15919
|
-
type?:
|
|
15925
|
+
type?: MessageType | null | undefined;
|
|
15920
15926
|
userPersonId?: bigint | null | undefined;
|
|
15921
15927
|
}
|
|
15922
15928
|
export declare class PublicConversation {
|
|
@@ -15939,7 +15945,7 @@ export declare namespace PublicConversation {
|
|
|
15939
15945
|
}
|
|
15940
15946
|
}
|
|
15941
15947
|
export interface PublicConversationCategoryProps {
|
|
15942
|
-
color?:
|
|
15948
|
+
color?: CategoryColor | null | undefined;
|
|
15943
15949
|
id: bigint;
|
|
15944
15950
|
name: string;
|
|
15945
15951
|
}
|
|
@@ -15960,7 +15966,7 @@ export interface PublicConversationEventProps {
|
|
|
15960
15966
|
childEvents?: PublicConversationEventProps[] | null | undefined;
|
|
15961
15967
|
description?: string | null | undefined;
|
|
15962
15968
|
documents?: DocumentProps[] | null | undefined;
|
|
15963
|
-
eventType:
|
|
15969
|
+
eventType: ConversationEventType;
|
|
15964
15970
|
performedAt: SoliboInstant /* Instant */;
|
|
15965
15971
|
performedByName?: string | null | undefined;
|
|
15966
15972
|
}
|
|
@@ -15987,7 +15993,7 @@ export interface PublicMessageProps {
|
|
|
15987
15993
|
renderedContent?: string | null | undefined;
|
|
15988
15994
|
sentAt: SoliboInstant /* Instant */;
|
|
15989
15995
|
sentBy?: ParticipantProps | null | undefined;
|
|
15990
|
-
type?:
|
|
15996
|
+
type?: MessageType | null | undefined;
|
|
15991
15997
|
}
|
|
15992
15998
|
export declare class PublicMessage {
|
|
15993
15999
|
constructor(props: PublicMessageProps);
|
|
@@ -16016,7 +16022,7 @@ export interface PushNotificationInboxItemProps {
|
|
|
16016
16022
|
readAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
16017
16023
|
receivedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
16018
16024
|
sentAt: SoliboInstant /* Instant */;
|
|
16019
|
-
state?:
|
|
16025
|
+
state?: CommunicationState | null | undefined;
|
|
16020
16026
|
title?: string | null | undefined;
|
|
16021
16027
|
trackingId: string;
|
|
16022
16028
|
updatedAt: SoliboInstant /* Instant */;
|
|
@@ -16064,7 +16070,7 @@ export interface ReceiverFractionProps {
|
|
|
16064
16070
|
denominator: bigint;
|
|
16065
16071
|
numerator: bigint;
|
|
16066
16072
|
receiverId: bigint;
|
|
16067
|
-
receiverType:
|
|
16073
|
+
receiverType: InvoiceDistributionReceiverType;
|
|
16068
16074
|
recipients?: FractionRecipientProps[] | null | undefined;
|
|
16069
16075
|
}
|
|
16070
16076
|
export declare class ReceiverFraction {
|
|
@@ -16122,7 +16128,7 @@ export interface RegisterDeviceCommandProps {
|
|
|
16122
16128
|
deviceConfirmationRequest?: boolean | null | undefined;
|
|
16123
16129
|
deviceKey: string;
|
|
16124
16130
|
deviceKeyGroup: string;
|
|
16125
|
-
fcmDevice?:
|
|
16131
|
+
fcmDevice?: FcmDeviceType | null | undefined;
|
|
16126
16132
|
fcmToken?: string | null | undefined;
|
|
16127
16133
|
salt?: string | null | undefined;
|
|
16128
16134
|
verifier?: string | null | undefined;
|
|
@@ -16277,7 +16283,7 @@ export interface ResidentRoleProps {
|
|
|
16277
16283
|
organizationId?: bigint | null | undefined;
|
|
16278
16284
|
person?: PersonProps | null | undefined;
|
|
16279
16285
|
personId?: bigint | null | undefined;
|
|
16280
|
-
role:
|
|
16286
|
+
role: RoleType;
|
|
16281
16287
|
sectionId?: bigint | null | undefined;
|
|
16282
16288
|
supplierId?: bigint | null | undefined;
|
|
16283
16289
|
validFrom: SoliboInstant /* Instant */;
|
|
@@ -16366,13 +16372,13 @@ export declare namespace ResidentType {
|
|
|
16366
16372
|
}
|
|
16367
16373
|
export interface ResolveContactCommandProps {
|
|
16368
16374
|
at?: SoliboInstant /* Instant */ | null | undefined;
|
|
16369
|
-
channel:
|
|
16375
|
+
channel: ChannelType;
|
|
16370
16376
|
companyId?: bigint | null | undefined;
|
|
16371
16377
|
ignoreReservation?: boolean | null | undefined;
|
|
16372
16378
|
orgContextId?: bigint | null | undefined;
|
|
16373
16379
|
organizationId?: bigint | null | undefined;
|
|
16374
16380
|
personId?: bigint | null | undefined;
|
|
16375
|
-
roleType?:
|
|
16381
|
+
roleType?: RoleType | null | undefined;
|
|
16376
16382
|
sectionId?: bigint | null | undefined;
|
|
16377
16383
|
}
|
|
16378
16384
|
export declare class ResolveContactCommand {
|
|
@@ -16395,13 +16401,13 @@ export declare namespace ResolveContactCommand {
|
|
|
16395
16401
|
}
|
|
16396
16402
|
}
|
|
16397
16403
|
export interface ResolvedEndpointProps {
|
|
16398
|
-
channel:
|
|
16404
|
+
channel: ChannelType;
|
|
16399
16405
|
endpoint: string;
|
|
16400
16406
|
organizationId?: bigint | null | undefined;
|
|
16401
16407
|
personId?: bigint | null | undefined;
|
|
16402
16408
|
reserved: boolean;
|
|
16403
|
-
roleType?:
|
|
16404
|
-
source:
|
|
16409
|
+
roleType?: RoleType | null | undefined;
|
|
16410
|
+
source: ContactSource;
|
|
16405
16411
|
}
|
|
16406
16412
|
export declare class ResolvedEndpoint {
|
|
16407
16413
|
constructor(props: ResolvedEndpointProps);
|
|
@@ -16443,7 +16449,7 @@ export interface RoleProps {
|
|
|
16443
16449
|
personId?: bigint | null | undefined;
|
|
16444
16450
|
sectionId?: bigint | null | undefined;
|
|
16445
16451
|
supplierId?: bigint | null | undefined;
|
|
16446
|
-
type:
|
|
16452
|
+
type: RoleType;
|
|
16447
16453
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
16448
16454
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
16449
16455
|
}
|
|
@@ -16473,7 +16479,7 @@ export interface RoleInputProps {
|
|
|
16473
16479
|
personId?: bigint | null | undefined;
|
|
16474
16480
|
sectionId?: bigint | null | undefined;
|
|
16475
16481
|
supplierId?: bigint | null | undefined;
|
|
16476
|
-
type:
|
|
16482
|
+
type: RoleType;
|
|
16477
16483
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
16478
16484
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
16479
16485
|
}
|
|
@@ -16765,8 +16771,8 @@ export interface RoutineProps {
|
|
|
16765
16771
|
dueDateOffset?: bigint | null | undefined;
|
|
16766
16772
|
id: bigint;
|
|
16767
16773
|
log?: TaskEventProps[] | null | undefined;
|
|
16768
|
-
recommendedIntervalMethod:
|
|
16769
|
-
recommendedIntervalType:
|
|
16774
|
+
recommendedIntervalMethod: RoutineMethod;
|
|
16775
|
+
recommendedIntervalType: RoutineInterval;
|
|
16770
16776
|
recommendedIntervalValue: bigint;
|
|
16771
16777
|
responsibleId?: bigint | null | undefined;
|
|
16772
16778
|
responsibleName?: string | null | undefined;
|
|
@@ -16774,7 +16780,7 @@ export interface RoutineProps {
|
|
|
16774
16780
|
svgName: string;
|
|
16775
16781
|
taskId?: bigint | null | undefined;
|
|
16776
16782
|
title?: string | null | undefined;
|
|
16777
|
-
type:
|
|
16783
|
+
type: RoutineType;
|
|
16778
16784
|
}
|
|
16779
16785
|
export declare class Routine {
|
|
16780
16786
|
constructor(props: RoutineProps);
|
|
@@ -16818,8 +16824,8 @@ export interface RoutineDraftProps {
|
|
|
16818
16824
|
description?: string | null | undefined;
|
|
16819
16825
|
groupId: bigint;
|
|
16820
16826
|
id: bigint;
|
|
16821
|
-
recommendedIntervalMethod:
|
|
16822
|
-
recommendedIntervalType:
|
|
16827
|
+
recommendedIntervalMethod: RoutineMethod;
|
|
16828
|
+
recommendedIntervalType: RoutineInterval;
|
|
16823
16829
|
recommendedIntervalValue: bigint;
|
|
16824
16830
|
requiresSupplier: boolean;
|
|
16825
16831
|
svgName: string;
|
|
@@ -17275,12 +17281,12 @@ export declare namespace ScopeContext {
|
|
|
17275
17281
|
}
|
|
17276
17282
|
}
|
|
17277
17283
|
export interface ScopedContactEndpointProps {
|
|
17278
|
-
channel:
|
|
17284
|
+
channel: ChannelType;
|
|
17279
17285
|
endpoint: string;
|
|
17280
17286
|
id: bigint;
|
|
17281
17287
|
organizationId?: bigint | null | undefined;
|
|
17282
17288
|
personId?: bigint | null | undefined;
|
|
17283
|
-
roleType:
|
|
17289
|
+
roleType: RoleType;
|
|
17284
17290
|
scope: ScopeContextProps;
|
|
17285
17291
|
validFrom: SoliboInstant /* Instant */;
|
|
17286
17292
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -17351,11 +17357,11 @@ export interface SectionProps {
|
|
|
17351
17357
|
buildingId?: bigint | null | undefined;
|
|
17352
17358
|
capabilities?: string[] | null | undefined;
|
|
17353
17359
|
children?: SectionProps[] | null | undefined;
|
|
17354
|
-
classification:
|
|
17360
|
+
classification: SectionType;
|
|
17355
17361
|
companyClassification?: string | null | undefined;
|
|
17356
17362
|
companyId: bigint;
|
|
17357
17363
|
deletedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
17358
|
-
deletionReason?:
|
|
17364
|
+
deletionReason?: SectionDeletionReason | null | undefined;
|
|
17359
17365
|
floor?: BuildingFloorProps | null | undefined;
|
|
17360
17366
|
floorId?: bigint | null | undefined;
|
|
17361
17367
|
fnr?: string | null | undefined;
|
|
@@ -17671,7 +17677,7 @@ export declare namespace SectionInvoiceRecipientOverview {
|
|
|
17671
17677
|
export interface SectionOnboardingProps {
|
|
17672
17678
|
message?: string | null | undefined;
|
|
17673
17679
|
sectionId: bigint;
|
|
17674
|
-
status:
|
|
17680
|
+
status: SectionOnboardingStatus;
|
|
17675
17681
|
updatedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
17676
17682
|
}
|
|
17677
17683
|
export declare class SectionOnboarding {
|
|
@@ -17739,7 +17745,7 @@ export declare namespace SectionOnboardingStatus {
|
|
|
17739
17745
|
}
|
|
17740
17746
|
}
|
|
17741
17747
|
export interface SectionPackProps {
|
|
17742
|
-
preferredAdvertisement?:
|
|
17748
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
17743
17749
|
sectionId: bigint;
|
|
17744
17750
|
}
|
|
17745
17751
|
export declare class SectionPack {
|
|
@@ -17830,14 +17836,14 @@ export declare namespace SectionState {
|
|
|
17830
17836
|
}
|
|
17831
17837
|
export interface SectionStatusProps {
|
|
17832
17838
|
note?: string | null | undefined;
|
|
17833
|
-
operation:
|
|
17839
|
+
operation: SectionStatusOperation;
|
|
17834
17840
|
referredOrganization?: OrganizationProps | null | undefined;
|
|
17835
17841
|
referredPerson?: PersonProps | null | undefined;
|
|
17836
17842
|
registeredAt: SoliboInstant /* Instant */;
|
|
17837
17843
|
registeredBy?: PersonProps | null | undefined;
|
|
17838
17844
|
registeredByClientUserId?: bigint | null | undefined;
|
|
17839
17845
|
registeredByClientUserName?: string | null | undefined;
|
|
17840
|
-
state:
|
|
17846
|
+
state: SectionState;
|
|
17841
17847
|
}
|
|
17842
17848
|
export declare class SectionStatus {
|
|
17843
17849
|
constructor(props: SectionStatusProps);
|
|
@@ -17910,14 +17916,14 @@ export declare namespace SectionStatusOperation {
|
|
|
17910
17916
|
}
|
|
17911
17917
|
export interface SectionStatusSectionStatusMapValueProps {
|
|
17912
17918
|
note?: string | null | undefined;
|
|
17913
|
-
operation:
|
|
17919
|
+
operation: SectionStatusOperation;
|
|
17914
17920
|
referredOrganization?: OrganizationProps | null | undefined;
|
|
17915
17921
|
referredPerson?: PersonProps | null | undefined;
|
|
17916
17922
|
registeredAt: SoliboInstant /* Instant */;
|
|
17917
17923
|
registeredBy?: PersonProps | null | undefined;
|
|
17918
17924
|
registeredByClientUserId?: bigint | null | undefined;
|
|
17919
17925
|
registeredByClientUserName?: string | null | undefined;
|
|
17920
|
-
state:
|
|
17926
|
+
state: SectionState;
|
|
17921
17927
|
}
|
|
17922
17928
|
export declare class SectionStatusSectionStatusMapValue {
|
|
17923
17929
|
constructor(props: SectionStatusSectionStatusMapValueProps);
|
|
@@ -18029,7 +18035,7 @@ export declare namespace SectionType {
|
|
|
18029
18035
|
export interface SecureConversationCategoryProps {
|
|
18030
18036
|
coResponsibleIds: bigint[];
|
|
18031
18037
|
coResponsiblePersons?: PersonProps[] | null | undefined;
|
|
18032
|
-
color?:
|
|
18038
|
+
color?: CategoryColor | null | undefined;
|
|
18033
18039
|
contactCategory: boolean;
|
|
18034
18040
|
id: bigint;
|
|
18035
18041
|
inUse: boolean;
|
|
@@ -18150,7 +18156,7 @@ export interface SettlementProps {
|
|
|
18150
18156
|
endDate: SoliboLocalDate /* LocalDate */;
|
|
18151
18157
|
id: bigint;
|
|
18152
18158
|
invoices: SettlementInvoiceProps[];
|
|
18153
|
-
settlementProvider:
|
|
18159
|
+
settlementProvider: SettlementProvider;
|
|
18154
18160
|
settlementProviderId: bigint;
|
|
18155
18161
|
startDate: SoliboLocalDate /* LocalDate */;
|
|
18156
18162
|
submissionError?: string | null | undefined;
|
|
@@ -18199,7 +18205,7 @@ export interface SettlementCustomCostProps {
|
|
|
18199
18205
|
documentIds?: bigint[] | null | undefined;
|
|
18200
18206
|
id: bigint;
|
|
18201
18207
|
settlementId: bigint;
|
|
18202
|
-
settlementType:
|
|
18208
|
+
settlementType: SettlementType;
|
|
18203
18209
|
unitPrice?: number | null | undefined;
|
|
18204
18210
|
units?: number | null | undefined;
|
|
18205
18211
|
updatedAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -18234,7 +18240,7 @@ export interface SettlementInvoiceProps {
|
|
|
18234
18240
|
amount?: number | null | undefined;
|
|
18235
18241
|
customCostId?: bigint | null | undefined;
|
|
18236
18242
|
description?: string | null | undefined;
|
|
18237
|
-
settlementType:
|
|
18243
|
+
settlementType: SettlementType;
|
|
18238
18244
|
tripletexInvoiceId?: bigint | null | undefined;
|
|
18239
18245
|
unitPrice?: number | null | undefined;
|
|
18240
18246
|
units?: number | null | undefined;
|
|
@@ -18324,7 +18330,7 @@ export interface SettlementProviderConfigurationProps {
|
|
|
18324
18330
|
relevantOrgnrs?: string[] | null | undefined;
|
|
18325
18331
|
resolverPrefix?: string | null | undefined;
|
|
18326
18332
|
sectionOnboardings?: SectionOnboardingProps[] | null | undefined;
|
|
18327
|
-
settlementProvider:
|
|
18333
|
+
settlementProvider: SettlementProvider;
|
|
18328
18334
|
shouldInvoice: boolean;
|
|
18329
18335
|
startDate: SoliboLocalDate /* LocalDate */;
|
|
18330
18336
|
userId?: string | null | undefined;
|
|
@@ -18575,7 +18581,7 @@ export declare namespace StorageRoom {
|
|
|
18575
18581
|
}
|
|
18576
18582
|
}
|
|
18577
18583
|
export interface StorageRoomAllocationItemProps {
|
|
18578
|
-
currentAllocationStatus?:
|
|
18584
|
+
currentAllocationStatus?: StorageRoomAllocationStatus | null | undefined;
|
|
18579
18585
|
currentOwner?: StorageRoomVacancyAssignmentProps | null | undefined;
|
|
18580
18586
|
id: bigint;
|
|
18581
18587
|
identifier: string;
|
|
@@ -18766,7 +18772,7 @@ export declare namespace StorageRoomVacancy {
|
|
|
18766
18772
|
}
|
|
18767
18773
|
export interface StorageRoomVacancyAssignmentProps {
|
|
18768
18774
|
correlationId: string;
|
|
18769
|
-
ownerType:
|
|
18775
|
+
ownerType: StorageRoomOwnerType;
|
|
18770
18776
|
validFrom: SoliboInstant /* Instant */;
|
|
18771
18777
|
validTo?: SoliboInstant /* Instant */ | null | undefined;
|
|
18772
18778
|
}
|
|
@@ -18965,7 +18971,7 @@ export interface SupplierInvoiceProps {
|
|
|
18965
18971
|
invoiceProcessing?: SupplierInvoiceProcessingProps[] | null | undefined;
|
|
18966
18972
|
outstanding: number;
|
|
18967
18973
|
remainder: number;
|
|
18968
|
-
status:
|
|
18974
|
+
status: SupplierInvoiceStatus;
|
|
18969
18975
|
supplierName?: string | null | undefined;
|
|
18970
18976
|
supplierOrgNr?: string | null | undefined;
|
|
18971
18977
|
tripletexId: bigint;
|
|
@@ -19062,7 +19068,7 @@ export interface SupplierInvoiceProcessingProps {
|
|
|
19062
19068
|
performedByClientUserName?: string | null | undefined;
|
|
19063
19069
|
performedById?: bigint | null | undefined;
|
|
19064
19070
|
rejectionReason?: string | null | undefined;
|
|
19065
|
-
result:
|
|
19071
|
+
result: SupplierInvoiceProcessingResult;
|
|
19066
19072
|
}
|
|
19067
19073
|
export declare class SupplierInvoiceProcessing {
|
|
19068
19074
|
constructor(props: SupplierInvoiceProcessingProps);
|
|
@@ -19220,9 +19226,9 @@ export interface TaskProps {
|
|
|
19220
19226
|
description?: string | null | undefined;
|
|
19221
19227
|
dueDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
19222
19228
|
id: bigint;
|
|
19223
|
-
intervalMethod?:
|
|
19229
|
+
intervalMethod?: PeriodicTaskIntervalMethod | null | undefined;
|
|
19224
19230
|
intervalStart?: SoliboInstant /* Instant */ | null | undefined;
|
|
19225
|
-
intervalType?:
|
|
19231
|
+
intervalType?: PeriodicTaskIntervalType | null | undefined;
|
|
19226
19232
|
intervalValue?: bigint | null | undefined;
|
|
19227
19233
|
log: TaskEventProps[];
|
|
19228
19234
|
registeredAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -19231,7 +19237,7 @@ export interface TaskProps {
|
|
|
19231
19237
|
responsibleId?: bigint | null | undefined;
|
|
19232
19238
|
responsibleName?: string | null | undefined;
|
|
19233
19239
|
routineId?: bigint | null | undefined;
|
|
19234
|
-
routineType?:
|
|
19240
|
+
routineType?: RoutineType | null | undefined;
|
|
19235
19241
|
title: string;
|
|
19236
19242
|
}
|
|
19237
19243
|
export declare class Task {
|
|
@@ -19278,7 +19284,7 @@ export interface TaskEventProps {
|
|
|
19278
19284
|
description?: string | null | undefined;
|
|
19279
19285
|
dueDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
19280
19286
|
id: bigint;
|
|
19281
|
-
intervalType?:
|
|
19287
|
+
intervalType?: PeriodicTaskIntervalType | null | undefined;
|
|
19282
19288
|
intervalValue?: bigint | null | undefined;
|
|
19283
19289
|
message?: string | null | undefined;
|
|
19284
19290
|
performedAt: SoliboInstant /* Instant */;
|
|
@@ -19288,7 +19294,7 @@ export interface TaskEventProps {
|
|
|
19288
19294
|
responsibleName?: string | null | undefined;
|
|
19289
19295
|
taskId: bigint;
|
|
19290
19296
|
title?: string | null | undefined;
|
|
19291
|
-
type:
|
|
19297
|
+
type: TaskEventType;
|
|
19292
19298
|
}
|
|
19293
19299
|
export declare class TaskEvent {
|
|
19294
19300
|
constructor(props: TaskEventProps);
|
|
@@ -19410,7 +19416,7 @@ export declare namespace TaskEventType {
|
|
|
19410
19416
|
}
|
|
19411
19417
|
export interface TenantInputProps {
|
|
19412
19418
|
id: string;
|
|
19413
|
-
type:
|
|
19419
|
+
type: TenantType;
|
|
19414
19420
|
}
|
|
19415
19421
|
export declare class TenantInput {
|
|
19416
19422
|
constructor(props: TenantInputProps);
|
|
@@ -19477,7 +19483,7 @@ export interface ThirdPartyInformationProps {
|
|
|
19477
19483
|
sentToOwners?: SoliboInstant /* Instant */ | null | undefined;
|
|
19478
19484
|
skeDialogId?: string | null | undefined;
|
|
19479
19485
|
skeTransmissionId?: string | null | undefined;
|
|
19480
|
-
status?:
|
|
19486
|
+
status?: JobState | null | undefined;
|
|
19481
19487
|
updated?: SoliboInstant /* Instant */ | null | undefined;
|
|
19482
19488
|
uuid: string;
|
|
19483
19489
|
year: SoliboLocalDate /* LocalDate */;
|
|
@@ -19840,7 +19846,7 @@ export interface ThirdPartyInformationResultProps {
|
|
|
19840
19846
|
orgNr: string;
|
|
19841
19847
|
referenceToInternal: bigint;
|
|
19842
19848
|
summary?: ThirdPartyInformationOppsummeringProps | null | undefined;
|
|
19843
|
-
type?:
|
|
19849
|
+
type?: LeveranseType3po | null | undefined;
|
|
19844
19850
|
year: string;
|
|
19845
19851
|
}
|
|
19846
19852
|
export declare class ThirdPartyInformationResult {
|
|
@@ -19919,7 +19925,7 @@ export interface ThreePODialogTransmissionProps {
|
|
|
19919
19925
|
id: string;
|
|
19920
19926
|
relatedTransmissionId?: string | null | undefined;
|
|
19921
19927
|
sender: string;
|
|
19922
|
-
type:
|
|
19928
|
+
type: TransmissionDialogType;
|
|
19923
19929
|
}
|
|
19924
19930
|
export declare class ThreePODialogTransmission {
|
|
19925
19931
|
constructor(props: ThreePODialogTransmissionProps);
|
|
@@ -20457,9 +20463,9 @@ export interface UpdateCompanyDetailedCommandProps {
|
|
|
20457
20463
|
orgNr: string;
|
|
20458
20464
|
relations?: UpdateCompanyRelationCommandProps[] | null | undefined;
|
|
20459
20465
|
slug?: string | null | undefined;
|
|
20460
|
-
status?:
|
|
20466
|
+
status?: CompanyStatus | null | undefined;
|
|
20461
20467
|
statusEffectiveAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
20462
|
-
subTypes?:
|
|
20468
|
+
subTypes?: CompanySubType[] | null | undefined;
|
|
20463
20469
|
}
|
|
20464
20470
|
export declare class UpdateCompanyDetailedCommand {
|
|
20465
20471
|
constructor(props: UpdateCompanyDetailedCommandProps);
|
|
@@ -20509,7 +20515,7 @@ export interface UpdateCompanyRelationCommandProps {
|
|
|
20509
20515
|
kartverketId?: string | null | undefined;
|
|
20510
20516
|
name: string;
|
|
20511
20517
|
orgNr: string;
|
|
20512
|
-
relation:
|
|
20518
|
+
relation: RelationType;
|
|
20513
20519
|
}
|
|
20514
20520
|
export declare class UpdateCompanyRelationCommand {
|
|
20515
20521
|
constructor(props: UpdateCompanyRelationCommandProps);
|
|
@@ -20529,7 +20535,7 @@ export declare namespace UpdateCompanyRelationCommand {
|
|
|
20529
20535
|
}
|
|
20530
20536
|
export interface UpdateCompanyStatusCommandProps {
|
|
20531
20537
|
effectiveAt?: SoliboInstant /* Instant */ | null | undefined;
|
|
20532
|
-
status:
|
|
20538
|
+
status: CompanyStatus;
|
|
20533
20539
|
}
|
|
20534
20540
|
export declare class UpdateCompanyStatusCommand {
|
|
20535
20541
|
constructor(props: UpdateCompanyStatusCommandProps);
|
|
@@ -20545,7 +20551,7 @@ export declare namespace UpdateCompanyStatusCommand {
|
|
|
20545
20551
|
}
|
|
20546
20552
|
export interface UpdateConversationCategoryCommandProps {
|
|
20547
20553
|
coResponsibleIds?: bigint[] | null | undefined;
|
|
20548
|
-
color?:
|
|
20554
|
+
color?: CategoryColor | null | undefined;
|
|
20549
20555
|
contactCategory?: boolean | null | undefined;
|
|
20550
20556
|
description?: string | null | undefined;
|
|
20551
20557
|
name: string;
|
|
@@ -20609,7 +20615,7 @@ export declare namespace UpdateEmployeeCommand {
|
|
|
20609
20615
|
}
|
|
20610
20616
|
export interface UpdateExternalInvoiceRecipientCommandProps {
|
|
20611
20617
|
area?: string | null | undefined;
|
|
20612
|
-
preferredAdvertisement?:
|
|
20618
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
20613
20619
|
streetAddress?: string | null | undefined;
|
|
20614
20620
|
zipCode?: string | null | undefined;
|
|
20615
20621
|
}
|
|
@@ -20762,9 +20768,9 @@ export declare namespace UpdateInvoicePlanLineNameCommand {
|
|
|
20762
20768
|
export interface UpdateInvoicePlanSettingsCommandProps {
|
|
20763
20769
|
description?: string | null | undefined;
|
|
20764
20770
|
dueDate: bigint;
|
|
20765
|
-
interval:
|
|
20771
|
+
interval: InvoicePlanInterval;
|
|
20766
20772
|
invoiceDate: bigint;
|
|
20767
|
-
mode?:
|
|
20773
|
+
mode?: InvoicePlanMode | null | undefined;
|
|
20768
20774
|
oneTimeDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
20769
20775
|
periodisering?: boolean | null | undefined;
|
|
20770
20776
|
validFrom?: SoliboInstant /* Instant */ | null | undefined;
|
|
@@ -20790,7 +20796,7 @@ export declare namespace UpdateInvoicePlanSettingsCommand {
|
|
|
20790
20796
|
}
|
|
20791
20797
|
}
|
|
20792
20798
|
export interface UpdateInvoiceRecipientCommandProps {
|
|
20793
|
-
preferredAdvertisement?:
|
|
20799
|
+
preferredAdvertisement?: PreferredAdvertisement | null | undefined;
|
|
20794
20800
|
}
|
|
20795
20801
|
export declare class UpdateInvoiceRecipientCommand {
|
|
20796
20802
|
constructor(props: UpdateInvoiceRecipientCommandProps);
|
|
@@ -21007,7 +21013,7 @@ export declare namespace UpdateNotatCommand {
|
|
|
21007
21013
|
}
|
|
21008
21014
|
export interface UpdateNoteCommandProps {
|
|
21009
21015
|
note?: string | null | undefined;
|
|
21010
|
-
type?:
|
|
21016
|
+
type?: SectionType | null | undefined;
|
|
21011
21017
|
}
|
|
21012
21018
|
export declare class UpdateNoteCommand {
|
|
21013
21019
|
constructor(props: UpdateNoteCommandProps);
|
|
@@ -21102,7 +21108,7 @@ export declare namespace UpdateOrganizationResidentCommand {
|
|
|
21102
21108
|
export interface UpdateParkingSpaceCommandProps {
|
|
21103
21109
|
charger: boolean;
|
|
21104
21110
|
note?: string | null | undefined;
|
|
21105
|
-
spaceType:
|
|
21111
|
+
spaceType: ParkingSpaceType;
|
|
21106
21112
|
}
|
|
21107
21113
|
export declare class UpdateParkingSpaceCommand {
|
|
21108
21114
|
constructor(props: UpdateParkingSpaceCommandProps);
|
|
@@ -21325,8 +21331,8 @@ export declare namespace UpdateResolutionCommand {
|
|
|
21325
21331
|
export interface UpdateRoutineCommandProps {
|
|
21326
21332
|
description?: string | null | undefined;
|
|
21327
21333
|
dueDateOffset?: bigint | null | undefined;
|
|
21328
|
-
recommendedIntervalMethod?:
|
|
21329
|
-
recommendedIntervalType:
|
|
21334
|
+
recommendedIntervalMethod?: RoutineMethod | null | undefined;
|
|
21335
|
+
recommendedIntervalType: RoutineInterval;
|
|
21330
21336
|
recommendedIntervalValue?: bigint | null | undefined;
|
|
21331
21337
|
requiresSupplier: boolean;
|
|
21332
21338
|
responsibleId?: bigint | null | undefined;
|
|
@@ -21408,7 +21414,7 @@ export interface UpdateSectionCommandProps {
|
|
|
21408
21414
|
ownerFraction?: string | null | undefined;
|
|
21409
21415
|
residenceNr?: bigint | null | undefined;
|
|
21410
21416
|
sectionAddressId?: bigint | null | undefined;
|
|
21411
|
-
sectionType:
|
|
21417
|
+
sectionType: SectionType;
|
|
21412
21418
|
sectioningFraction?: string | null | undefined;
|
|
21413
21419
|
wealthFraction?: string | null | undefined;
|
|
21414
21420
|
}
|
|
@@ -21456,7 +21462,7 @@ export declare namespace UpdateSectionFractionCommand {
|
|
|
21456
21462
|
}
|
|
21457
21463
|
export interface UpdateSectionInvoiceRecipientCommandProps {
|
|
21458
21464
|
customerId?: bigint | null | undefined;
|
|
21459
|
-
customerType?:
|
|
21465
|
+
customerType?: CustomerType | null | undefined;
|
|
21460
21466
|
invoiceRecipient: boolean;
|
|
21461
21467
|
}
|
|
21462
21468
|
export declare class UpdateSectionInvoiceRecipientCommand {
|
|
@@ -21521,7 +21527,7 @@ export declare namespace UpdateSettlementCommand {
|
|
|
21521
21527
|
export interface UpdateSettlementCustomCostCommandProps {
|
|
21522
21528
|
amount?: number | null | undefined;
|
|
21523
21529
|
description?: string | null | undefined;
|
|
21524
|
-
settlementType?:
|
|
21530
|
+
settlementType?: SettlementType | null | undefined;
|
|
21525
21531
|
unitPrice?: number | null | undefined;
|
|
21526
21532
|
units?: number | null | undefined;
|
|
21527
21533
|
}
|
|
@@ -21574,7 +21580,7 @@ export interface UpdateStatusCommandProps {
|
|
|
21574
21580
|
note?: string | null | undefined;
|
|
21575
21581
|
referencedOrganizationId?: bigint | null | undefined;
|
|
21576
21582
|
referencedPersonId?: bigint | null | undefined;
|
|
21577
|
-
statusType:
|
|
21583
|
+
statusType: SectionState;
|
|
21578
21584
|
}
|
|
21579
21585
|
export declare class UpdateStatusCommand {
|
|
21580
21586
|
constructor(props: UpdateStatusCommandProps);
|
|
@@ -21676,7 +21682,7 @@ export interface UpdateTaskCommandProps {
|
|
|
21676
21682
|
description?: string | null | undefined;
|
|
21677
21683
|
dueDate?: SoliboInstant /* Instant */ | null | undefined;
|
|
21678
21684
|
intervalStart?: SoliboInstant /* Instant */ | null | undefined;
|
|
21679
|
-
intervalType?:
|
|
21685
|
+
intervalType?: RoutineInterval | null | undefined;
|
|
21680
21686
|
intervalValue?: bigint | null | undefined;
|
|
21681
21687
|
responsibleId?: bigint | null | undefined;
|
|
21682
21688
|
title?: string | null | undefined;
|
|
@@ -23117,7 +23123,7 @@ export declare namespace PartConfig {
|
|
|
23117
23123
|
}
|
|
23118
23124
|
}
|
|
23119
23125
|
export interface RequestConfigProps<T> {
|
|
23120
|
-
method:
|
|
23126
|
+
method: RequestMethod;
|
|
23121
23127
|
path: string;
|
|
23122
23128
|
headers?: Map<string, string> | undefined;
|
|
23123
23129
|
params?: Map<string, any> | undefined;
|
|
@@ -23211,10 +23217,6 @@ export declare namespace RequestMethod {
|
|
|
23211
23217
|
const constructor: abstract new () => RequestMethod;
|
|
23212
23218
|
}
|
|
23213
23219
|
}
|
|
23214
|
-
/** @deprecated */
|
|
23215
|
-
export declare const initHook: {
|
|
23216
|
-
get(): any;
|
|
23217
|
-
};
|
|
23218
23220
|
export interface ExportTestProps {
|
|
23219
23221
|
value: string;
|
|
23220
23222
|
}
|
|
@@ -23230,11 +23232,11 @@ export declare namespace ExportTest {
|
|
|
23230
23232
|
}
|
|
23231
23233
|
}
|
|
23232
23234
|
export interface SoliboSDKProps {
|
|
23233
|
-
api:
|
|
23235
|
+
api: HomeApi;
|
|
23234
23236
|
auth: AuthProps;
|
|
23235
23237
|
}
|
|
23236
23238
|
export declare class SoliboSDK {
|
|
23237
|
-
constructor(props: SoliboSDKProps);
|
|
23239
|
+
protected constructor(props: SoliboSDKProps);
|
|
23238
23240
|
protected constructor(api: HomeApi, auth: Auth);
|
|
23239
23241
|
get api(): HomeApi;
|
|
23240
23242
|
get auth(): Auth;
|
|
@@ -23337,7 +23339,7 @@ export declare interface RefreshFailureHandler {
|
|
|
23337
23339
|
}
|
|
23338
23340
|
export interface UploadDocumentRequestProps {
|
|
23339
23341
|
companyId: bigint;
|
|
23340
|
-
documentType:
|
|
23342
|
+
documentType: DocumentType;
|
|
23341
23343
|
fileName: string;
|
|
23342
23344
|
bytes: Int8Array;
|
|
23343
23345
|
belongsToId?: bigint | null | undefined;
|
|
@@ -23976,7 +23978,7 @@ export declare namespace Credentials {
|
|
|
23976
23978
|
export interface SessionProps {
|
|
23977
23979
|
session: string;
|
|
23978
23980
|
login: string;
|
|
23979
|
-
loginType?:
|
|
23981
|
+
loginType?: LoginType;
|
|
23980
23982
|
}
|
|
23981
23983
|
export declare class Session {
|
|
23982
23984
|
constructor(props: SessionProps);
|
|
@@ -23993,7 +23995,7 @@ export declare namespace Session {
|
|
|
23993
23995
|
}
|
|
23994
23996
|
export interface AuthProps {
|
|
23995
23997
|
userPoolName: string;
|
|
23996
|
-
api:
|
|
23998
|
+
api: HomeApi;
|
|
23997
23999
|
fingerprinter: Fingerprinter;
|
|
23998
24000
|
pushTokenProvider: PushTokenProvider;
|
|
23999
24001
|
settings: any/* Settings */;
|
|
@@ -24120,7 +24122,7 @@ export interface SoliboSDKJsBuilderProps {
|
|
|
24120
24122
|
deviceManager?: DeviceManager | null | undefined;
|
|
24121
24123
|
refreshFailureHandler?: RefreshFailureHandler | null | undefined;
|
|
24122
24124
|
asyncRefreshFailureHandler?: AsyncRefreshFailureHandler | null | undefined;
|
|
24123
|
-
authMode?:
|
|
24125
|
+
authMode?: AuthMode;
|
|
24124
24126
|
clientId?: string | null | undefined;
|
|
24125
24127
|
clientSecret?: string | null | undefined;
|
|
24126
24128
|
scopes?: Array<string> | null | undefined;
|