@solibo/home-api 1.1.81 → 1.1.102
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/kotlin-kotlin-stdlib.mjs +11 -11
- package/kotlinx-coroutines-core.mjs +8 -8
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +184 -73
- package/solibo-sdk-sdk-home-api.mjs +32590 -31265
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
package/ktor-ktor-websockets.mjs
CHANGED
|
@@ -71,8 +71,8 @@ import {
|
|
|
71
71
|
_ChannelResult___get_isClosed__impl__mg7kuu1xlv81pnrlsg7 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
72
72
|
close$default29t9kascifp5w as close$default,
|
|
73
73
|
cancel$default3ekkkwpkem73o as cancel$default,
|
|
74
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
75
74
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
75
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
76
76
|
} from './kotlinx-coroutines-core.mjs';
|
|
77
77
|
import {
|
|
78
78
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -137,7 +137,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
137
137
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
138
138
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
139
139
|
initMetadataForCompanion(Companion_4);
|
|
140
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
140
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
141
141
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
142
142
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
143
143
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -1368,31 +1368,14 @@ export declare namespace ContactTryFreeCommand {
|
|
|
1368
1368
|
const constructor: abstract new () => ContactTryFreeCommand;
|
|
1369
1369
|
}
|
|
1370
1370
|
}
|
|
1371
|
-
export declare class Content {
|
|
1372
|
-
constructor(contentType: Nullable<string> | undefined, creator: Nullable<string> | undefined, creatorName: Nullable<string> | undefined, key: string, url?: Nullable<string>);
|
|
1373
|
-
get contentType(): Nullable<string>;
|
|
1374
|
-
get creator(): Nullable<string>;
|
|
1375
|
-
get creatorName(): Nullable<string>;
|
|
1376
|
-
get key(): string;
|
|
1377
|
-
get url(): Nullable<string>;
|
|
1378
|
-
copy(contentType?: Nullable<string>, creator?: Nullable<string>, creatorName?: Nullable<string>, key?: string, url?: Nullable<string>): Content;
|
|
1379
|
-
toString(): string;
|
|
1380
|
-
hashCode(): number;
|
|
1381
|
-
equals(other: Nullable<any>): boolean;
|
|
1382
|
-
}
|
|
1383
|
-
export declare namespace Content {
|
|
1384
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1385
|
-
namespace $metadata$ {
|
|
1386
|
-
const constructor: abstract new () => Content;
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
1371
|
export declare class Conversation {
|
|
1390
|
-
constructor(category: Nullable<CategoryInConversation> | undefined, companyId: bigint, conversationStartedAt: any/* Instant */, documents: Nullable<KtList<Document>> | undefined, events: Nullable<KtList<ConversationEvent>> | undefined, id: bigint, internalConversation: Nullable<InternalConversation> | undefined, internalConversationId: Nullable<bigint> | undefined, messages: Nullable<KtList<MessageInConversation>> | undefined, participants: Nullable<KtList<Participant>> | undefined, readByCurrentUser: boolean, relatedIssues: Nullable<KtList<IssueInConversation>> | undefined, status: ConversationStatus, title?: Nullable<string>);
|
|
1372
|
+
constructor(category: Nullable<CategoryInConversation> | undefined, companyId: bigint, conversationStartedAt: any/* Instant */, documents: Nullable<KtList<Document>> | undefined, events: Nullable<KtList<ConversationEvent>> | undefined, folderId: Nullable<bigint> | undefined, id: bigint, internalConversation: Nullable<InternalConversation> | undefined, internalConversationId: Nullable<bigint> | undefined, messages: Nullable<KtList<MessageInConversation>> | undefined, participants: Nullable<KtList<Participant>> | undefined, readByCurrentUser: boolean, relatedIssues: Nullable<KtList<IssueInConversation>> | undefined, status: ConversationStatus, title?: Nullable<string>, type?: Nullable<MessageType>);
|
|
1391
1373
|
get category(): Nullable<CategoryInConversation>;
|
|
1392
1374
|
get companyId(): bigint;
|
|
1393
1375
|
get conversationStartedAt(): any/* Instant */;
|
|
1394
1376
|
get documents(): Nullable<KtList<Document>>;
|
|
1395
1377
|
get events(): Nullable<KtList<ConversationEvent>>;
|
|
1378
|
+
get folderId(): Nullable<bigint>;
|
|
1396
1379
|
get id(): bigint;
|
|
1397
1380
|
get internalConversation(): Nullable<InternalConversation>;
|
|
1398
1381
|
get internalConversationId(): Nullable<bigint>;
|
|
@@ -1402,7 +1385,8 @@ export declare class Conversation {
|
|
|
1402
1385
|
get relatedIssues(): Nullable<KtList<IssueInConversation>>;
|
|
1403
1386
|
get status(): ConversationStatus;
|
|
1404
1387
|
get title(): Nullable<string>;
|
|
1405
|
-
|
|
1388
|
+
get type(): Nullable<MessageType>;
|
|
1389
|
+
copy(category?: Nullable<CategoryInConversation>, companyId?: bigint, conversationStartedAt?: any/* Instant */, documents?: Nullable<KtList<Document>>, events?: Nullable<KtList<ConversationEvent>>, folderId?: Nullable<bigint>, id?: bigint, internalConversation?: Nullable<InternalConversation>, internalConversationId?: Nullable<bigint>, messages?: Nullable<KtList<MessageInConversation>>, participants?: Nullable<KtList<Participant>>, readByCurrentUser?: boolean, relatedIssues?: Nullable<KtList<IssueInConversation>>, status?: ConversationStatus, title?: Nullable<string>, type?: Nullable<MessageType>): Conversation;
|
|
1406
1390
|
toString(): string;
|
|
1407
1391
|
hashCode(): number;
|
|
1408
1392
|
equals(other: Nullable<any>): boolean;
|
|
@@ -1598,6 +1582,26 @@ export declare namespace ConversationEventType {
|
|
|
1598
1582
|
}
|
|
1599
1583
|
}
|
|
1600
1584
|
}
|
|
1585
|
+
export declare class ConversationFolder {
|
|
1586
|
+
constructor(companyId: bigint, createdAt: any/* Instant */, createdBy: bigint, id: bigint, name: string, parentId?: Nullable<bigint>, unreadCount?: Nullable<bigint>);
|
|
1587
|
+
get companyId(): bigint;
|
|
1588
|
+
get createdAt(): any/* Instant */;
|
|
1589
|
+
get createdBy(): bigint;
|
|
1590
|
+
get id(): bigint;
|
|
1591
|
+
get name(): string;
|
|
1592
|
+
get parentId(): Nullable<bigint>;
|
|
1593
|
+
get unreadCount(): Nullable<bigint>;
|
|
1594
|
+
copy(companyId?: bigint, createdAt?: any/* Instant */, createdBy?: bigint, id?: bigint, name?: string, parentId?: Nullable<bigint>, unreadCount?: Nullable<bigint>): ConversationFolder;
|
|
1595
|
+
toString(): string;
|
|
1596
|
+
hashCode(): number;
|
|
1597
|
+
equals(other: Nullable<any>): boolean;
|
|
1598
|
+
}
|
|
1599
|
+
export declare namespace ConversationFolder {
|
|
1600
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1601
|
+
namespace $metadata$ {
|
|
1602
|
+
const constructor: abstract new () => ConversationFolder;
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1601
1605
|
export declare class ConversationInIssue {
|
|
1602
1606
|
constructor(id: bigint, participants?: Nullable<KtList<Person>>, title?: Nullable<string>);
|
|
1603
1607
|
get id(): bigint;
|
|
@@ -1898,14 +1902,15 @@ export declare namespace CreateConversationCategoryCommand {
|
|
|
1898
1902
|
}
|
|
1899
1903
|
}
|
|
1900
1904
|
export declare class CreateConversationCommand {
|
|
1901
|
-
constructor(categoryId: Nullable<bigint> | undefined, content: Nullable<string> | undefined, draft: Nullable<boolean> | undefined, externalParticipants: Nullable<KtList<ExternalConversationParticipant>> | undefined, participants: KtList<ConversationParticipantMeta>, title?: Nullable<string>);
|
|
1905
|
+
constructor(categoryId: Nullable<bigint> | undefined, content: Nullable<string> | undefined, draft: Nullable<boolean> | undefined, externalParticipants: Nullable<KtList<ExternalConversationParticipant>> | undefined, folderId: Nullable<bigint> | undefined, participants: KtList<ConversationParticipantMeta>, title?: Nullable<string>);
|
|
1902
1906
|
get categoryId(): Nullable<bigint>;
|
|
1903
1907
|
get content(): Nullable<string>;
|
|
1904
1908
|
get draft(): Nullable<boolean>;
|
|
1905
1909
|
get externalParticipants(): Nullable<KtList<ExternalConversationParticipant>>;
|
|
1910
|
+
get folderId(): Nullable<bigint>;
|
|
1906
1911
|
get participants(): KtList<ConversationParticipantMeta>;
|
|
1907
1912
|
get title(): Nullable<string>;
|
|
1908
|
-
copy(categoryId?: Nullable<bigint>, content?: Nullable<string>, draft?: Nullable<boolean>, externalParticipants?: Nullable<KtList<ExternalConversationParticipant>>, participants?: KtList<ConversationParticipantMeta>, title?: Nullable<string>): CreateConversationCommand;
|
|
1913
|
+
copy(categoryId?: Nullable<bigint>, content?: Nullable<string>, draft?: Nullable<boolean>, externalParticipants?: Nullable<KtList<ExternalConversationParticipant>>, folderId?: Nullable<bigint>, participants?: KtList<ConversationParticipantMeta>, title?: Nullable<string>): CreateConversationCommand;
|
|
1909
1914
|
toString(): string;
|
|
1910
1915
|
hashCode(): number;
|
|
1911
1916
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2031,6 +2036,21 @@ export declare namespace CreateExternalPersonCustomerCommand {
|
|
|
2031
2036
|
const constructor: abstract new () => CreateExternalPersonCustomerCommand;
|
|
2032
2037
|
}
|
|
2033
2038
|
}
|
|
2039
|
+
export declare class CreateFolderCommand {
|
|
2040
|
+
constructor(name: string, parentId?: Nullable<bigint>);
|
|
2041
|
+
get name(): string;
|
|
2042
|
+
get parentId(): Nullable<bigint>;
|
|
2043
|
+
copy(name?: string, parentId?: Nullable<bigint>): CreateFolderCommand;
|
|
2044
|
+
toString(): string;
|
|
2045
|
+
hashCode(): number;
|
|
2046
|
+
equals(other: Nullable<any>): boolean;
|
|
2047
|
+
}
|
|
2048
|
+
export declare namespace CreateFolderCommand {
|
|
2049
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
2050
|
+
namespace $metadata$ {
|
|
2051
|
+
const constructor: abstract new () => CreateFolderCommand;
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2034
2054
|
export declare class CreateHmsSettingsCommand {
|
|
2035
2055
|
constructor(routineGroups?: Nullable<KtList<bigint>>);
|
|
2036
2056
|
get routineGroups(): Nullable<KtList<bigint>>;
|
|
@@ -2082,9 +2102,12 @@ export declare namespace CreateInsuranceCommand {
|
|
|
2082
2102
|
}
|
|
2083
2103
|
}
|
|
2084
2104
|
export declare class CreateInternalMessageCommand {
|
|
2085
|
-
constructor(content: string);
|
|
2105
|
+
constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>);
|
|
2106
|
+
get attachmentIds(): Nullable<KtList<bigint>>;
|
|
2086
2107
|
get content(): string;
|
|
2087
|
-
|
|
2108
|
+
get emailContent(): Nullable<MessageEmailContent>;
|
|
2109
|
+
get type(): Nullable<MessageType>;
|
|
2110
|
+
copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>): CreateInternalMessageCommand;
|
|
2088
2111
|
toString(): string;
|
|
2089
2112
|
hashCode(): number;
|
|
2090
2113
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2280,11 +2303,11 @@ export declare namespace CreateLoanCommand {
|
|
|
2280
2303
|
}
|
|
2281
2304
|
}
|
|
2282
2305
|
export declare class CreateM2MTokensCommand {
|
|
2283
|
-
constructor(clientId: string, clientSecret: string, scopes
|
|
2306
|
+
constructor(clientId: string, clientSecret: string, scopes?: Nullable<KtList<string>>);
|
|
2284
2307
|
get clientId(): string;
|
|
2285
2308
|
get clientSecret(): string;
|
|
2286
|
-
get scopes(): KtList<string
|
|
2287
|
-
copy(clientId?: string, clientSecret?: string, scopes?: KtList<string
|
|
2309
|
+
get scopes(): Nullable<KtList<string>>;
|
|
2310
|
+
copy(clientId?: string, clientSecret?: string, scopes?: Nullable<KtList<string>>): CreateM2MTokensCommand;
|
|
2288
2311
|
toString(): string;
|
|
2289
2312
|
hashCode(): number;
|
|
2290
2313
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2341,9 +2364,12 @@ export declare namespace CreateMeetingReminderNotificationCommand {
|
|
|
2341
2364
|
}
|
|
2342
2365
|
}
|
|
2343
2366
|
export declare class CreateMessageCommand {
|
|
2344
|
-
constructor(content: string);
|
|
2367
|
+
constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>);
|
|
2368
|
+
get attachmentIds(): Nullable<KtList<bigint>>;
|
|
2345
2369
|
get content(): string;
|
|
2346
|
-
|
|
2370
|
+
get emailContent(): Nullable<MessageEmailContent>;
|
|
2371
|
+
get type(): Nullable<MessageType>;
|
|
2372
|
+
copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>): CreateMessageCommand;
|
|
2347
2373
|
toString(): string;
|
|
2348
2374
|
hashCode(): number;
|
|
2349
2375
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2566,18 +2592,16 @@ export declare namespace CreatePersonResidentCommand {
|
|
|
2566
2592
|
}
|
|
2567
2593
|
}
|
|
2568
2594
|
export declare class CreatePostCommand {
|
|
2569
|
-
constructor(content: string,
|
|
2595
|
+
constructor(content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
2570
2596
|
get content(): string;
|
|
2571
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
2572
2597
|
get notificationEmailGroups(): Nullable<KtList<NotificationGroup>>;
|
|
2573
2598
|
get notificationSMSGroups(): Nullable<KtList<NotificationGroup>>;
|
|
2574
|
-
get pictureUrl(): Nullable<Content>;
|
|
2575
2599
|
get pinned(): Nullable<boolean>;
|
|
2576
2600
|
get private(): Nullable<boolean>;
|
|
2577
2601
|
get publishedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
2578
2602
|
get title(): string;
|
|
2579
2603
|
get weighting(): Nullable<bigint>;
|
|
2580
|
-
copy(content?: string,
|
|
2604
|
+
copy(content?: string, notificationEmailGroups?: Nullable<KtList<NotificationGroup>>, notificationSMSGroups?: Nullable<KtList<NotificationGroup>>, pinned?: Nullable<boolean>, _private?: Nullable<boolean>, publishedAt?: Nullable<any>/* Nullable<Instant> */, title?: string, weighting?: Nullable<bigint>): CreatePostCommand;
|
|
2581
2605
|
toString(): string;
|
|
2582
2606
|
hashCode(): number;
|
|
2583
2607
|
equals(other: Nullable<any>): boolean;
|
|
@@ -2589,18 +2613,16 @@ export declare namespace CreatePostCommand {
|
|
|
2589
2613
|
}
|
|
2590
2614
|
}
|
|
2591
2615
|
export declare class CreatePracticalInfoCommand {
|
|
2592
|
-
constructor(content: string,
|
|
2616
|
+
constructor(content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
2593
2617
|
get content(): string;
|
|
2594
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
2595
2618
|
get notificationEmailGroups(): Nullable<KtList<NotificationGroup>>;
|
|
2596
2619
|
get notificationSMSGroups(): Nullable<KtList<NotificationGroup>>;
|
|
2597
|
-
get pictureUrl(): Nullable<Content>;
|
|
2598
2620
|
get pinned(): Nullable<boolean>;
|
|
2599
2621
|
get private(): Nullable<boolean>;
|
|
2600
2622
|
get publishedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
2601
2623
|
get title(): string;
|
|
2602
2624
|
get weighting(): Nullable<bigint>;
|
|
2603
|
-
copy(content?: string,
|
|
2625
|
+
copy(content?: string, notificationEmailGroups?: Nullable<KtList<NotificationGroup>>, notificationSMSGroups?: Nullable<KtList<NotificationGroup>>, pinned?: Nullable<boolean>, _private?: Nullable<boolean>, publishedAt?: Nullable<any>/* Nullable<Instant> */, title?: string, weighting?: Nullable<bigint>): CreatePracticalInfoCommand;
|
|
2604
2626
|
toString(): string;
|
|
2605
2627
|
hashCode(): number;
|
|
2606
2628
|
equals(other: Nullable<any>): boolean;
|
|
@@ -3475,16 +3497,24 @@ export declare abstract class DocumentType {
|
|
|
3475
3497
|
get name(): "SETTLEMENT_CUSTOM_COST";
|
|
3476
3498
|
get ordinal(): 24;
|
|
3477
3499
|
};
|
|
3500
|
+
static get MESSAGE(): DocumentType & {
|
|
3501
|
+
get name(): "MESSAGE";
|
|
3502
|
+
get ordinal(): 25;
|
|
3503
|
+
};
|
|
3504
|
+
static get INTERNAL_MESSAGE(): DocumentType & {
|
|
3505
|
+
get name(): "INTERNAL_MESSAGE";
|
|
3506
|
+
get ordinal(): 26;
|
|
3507
|
+
};
|
|
3478
3508
|
static get OTHER(): DocumentType & {
|
|
3479
3509
|
get name(): "OTHER";
|
|
3480
|
-
get ordinal():
|
|
3510
|
+
get ordinal(): 27;
|
|
3481
3511
|
};
|
|
3482
3512
|
static get TRASH(): DocumentType & {
|
|
3483
3513
|
get name(): "TRASH";
|
|
3484
|
-
get ordinal():
|
|
3514
|
+
get ordinal(): 28;
|
|
3485
3515
|
};
|
|
3486
|
-
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" | "OTHER" | "TRASH";
|
|
3487
|
-
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;
|
|
3516
|
+
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
|
+
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;
|
|
3488
3518
|
get value(): string;
|
|
3489
3519
|
toString(): string;
|
|
3490
3520
|
static values(): Array<DocumentType>;
|
|
@@ -6837,6 +6867,21 @@ export declare namespace MergePersonsCommand {
|
|
|
6837
6867
|
const constructor: abstract new () => MergePersonsCommand;
|
|
6838
6868
|
}
|
|
6839
6869
|
}
|
|
6870
|
+
export declare class MessageEmailContent {
|
|
6871
|
+
constructor(htmlContent?: Nullable<string>, plainContent?: Nullable<string>);
|
|
6872
|
+
get htmlContent(): Nullable<string>;
|
|
6873
|
+
get plainContent(): Nullable<string>;
|
|
6874
|
+
copy(htmlContent?: Nullable<string>, plainContent?: Nullable<string>): MessageEmailContent;
|
|
6875
|
+
toString(): string;
|
|
6876
|
+
hashCode(): number;
|
|
6877
|
+
equals(other: Nullable<any>): boolean;
|
|
6878
|
+
}
|
|
6879
|
+
export declare namespace MessageEmailContent {
|
|
6880
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6881
|
+
namespace $metadata$ {
|
|
6882
|
+
const constructor: abstract new () => MessageEmailContent;
|
|
6883
|
+
}
|
|
6884
|
+
}
|
|
6840
6885
|
export declare class MessageGroup {
|
|
6841
6886
|
constructor(id: bigint, name: string, recipient: Nullable<string> | undefined, reserved: boolean);
|
|
6842
6887
|
get id(): bigint;
|
|
@@ -6855,13 +6900,16 @@ export declare namespace MessageGroup {
|
|
|
6855
6900
|
}
|
|
6856
6901
|
}
|
|
6857
6902
|
export declare class MessageInConversation {
|
|
6858
|
-
constructor(content: string, id: bigint, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentById: bigint);
|
|
6903
|
+
constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, id: bigint, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentById: bigint, type?: Nullable<MessageType>);
|
|
6859
6904
|
get content(): string;
|
|
6905
|
+
get documents(): Nullable<KtList<Document>>;
|
|
6906
|
+
get emailContent(): Nullable<MessageEmailContent>;
|
|
6860
6907
|
get id(): bigint;
|
|
6861
6908
|
get sentAt(): any/* Instant */;
|
|
6862
6909
|
get sentBy(): Nullable<Participant>;
|
|
6863
6910
|
get sentById(): bigint;
|
|
6864
|
-
|
|
6911
|
+
get type(): Nullable<MessageType>;
|
|
6912
|
+
copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, id?: bigint, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentById?: bigint, type?: Nullable<MessageType>): MessageInConversation;
|
|
6865
6913
|
toString(): string;
|
|
6866
6914
|
hashCode(): number;
|
|
6867
6915
|
equals(other: Nullable<any>): boolean;
|
|
@@ -6872,6 +6920,41 @@ export declare namespace MessageInConversation {
|
|
|
6872
6920
|
const constructor: abstract new () => MessageInConversation;
|
|
6873
6921
|
}
|
|
6874
6922
|
}
|
|
6923
|
+
export declare abstract class MessageType {
|
|
6924
|
+
private constructor();
|
|
6925
|
+
static get DEFAULT(): MessageType & {
|
|
6926
|
+
get name(): "DEFAULT";
|
|
6927
|
+
get ordinal(): 0;
|
|
6928
|
+
};
|
|
6929
|
+
static get EMAIL(): MessageType & {
|
|
6930
|
+
get name(): "EMAIL";
|
|
6931
|
+
get ordinal(): 1;
|
|
6932
|
+
};
|
|
6933
|
+
get name(): "DEFAULT" | "EMAIL";
|
|
6934
|
+
get ordinal(): 0 | 1;
|
|
6935
|
+
get value(): string;
|
|
6936
|
+
toString(): string;
|
|
6937
|
+
static values(): Array<MessageType>;
|
|
6938
|
+
static valueOf(value: string): MessageType;
|
|
6939
|
+
}
|
|
6940
|
+
export declare namespace MessageType {
|
|
6941
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6942
|
+
namespace $metadata$ {
|
|
6943
|
+
const constructor: abstract new () => MessageType;
|
|
6944
|
+
}
|
|
6945
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
6946
|
+
private constructor();
|
|
6947
|
+
}
|
|
6948
|
+
namespace Companion {
|
|
6949
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6950
|
+
namespace $metadata$ {
|
|
6951
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
6952
|
+
fromValue(value: string): Nullable<MessageType>;
|
|
6953
|
+
private constructor();
|
|
6954
|
+
}
|
|
6955
|
+
}
|
|
6956
|
+
}
|
|
6957
|
+
}
|
|
6875
6958
|
export declare class Meta {
|
|
6876
6959
|
constructor(count?: Nullable<bigint>, etag?: Nullable<string>, totalCount?: Nullable<bigint>);
|
|
6877
6960
|
get count(): Nullable<bigint>;
|
|
@@ -7009,6 +7092,20 @@ export declare namespace ModifyCustomerMetadataCommand {
|
|
|
7009
7092
|
const constructor: abstract new () => ModifyCustomerMetadataCommand;
|
|
7010
7093
|
}
|
|
7011
7094
|
}
|
|
7095
|
+
export declare class MoveConversationToFolderCommand {
|
|
7096
|
+
constructor(folderId?: Nullable<bigint>);
|
|
7097
|
+
get folderId(): Nullable<bigint>;
|
|
7098
|
+
copy(folderId?: Nullable<bigint>): MoveConversationToFolderCommand;
|
|
7099
|
+
toString(): string;
|
|
7100
|
+
hashCode(): number;
|
|
7101
|
+
equals(other: Nullable<any>): boolean;
|
|
7102
|
+
}
|
|
7103
|
+
export declare namespace MoveConversationToFolderCommand {
|
|
7104
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7105
|
+
namespace $metadata$ {
|
|
7106
|
+
const constructor: abstract new () => MoveConversationToFolderCommand;
|
|
7107
|
+
}
|
|
7108
|
+
}
|
|
7012
7109
|
export declare class Name {
|
|
7013
7110
|
constructor(complete?: Nullable<string>, family?: Nullable<string>, given?: Nullable<string>, middle?: Nullable<string>, title?: Nullable<string>);
|
|
7014
7111
|
get complete(): Nullable<string>;
|
|
@@ -7159,24 +7256,22 @@ export declare namespace OpenHomepage {
|
|
|
7159
7256
|
}
|
|
7160
7257
|
}
|
|
7161
7258
|
export declare class OpenPost {
|
|
7162
|
-
constructor(companyId: bigint, content: string,
|
|
7259
|
+
constructor(companyId: bigint, content: string, documents: Nullable<KtList<Document>> | undefined, id: bigint, notificationEmailGroups: Nullable<KtList<string>> | undefined, notificationSMSGroups: Nullable<KtList<string>> | undefined, pictureDocument: Nullable<Document> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: boolean, postType: string, publishedAt: any/* Instant */, title: string, updatedAt: any/* Instant */, weighting: bigint);
|
|
7163
7260
|
get companyId(): bigint;
|
|
7164
7261
|
get content(): string;
|
|
7165
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
7166
7262
|
get documents(): Nullable<KtList<Document>>;
|
|
7167
7263
|
get id(): bigint;
|
|
7168
7264
|
get notificationEmailGroups(): Nullable<KtList<string>>;
|
|
7169
7265
|
get notificationSMSGroups(): Nullable<KtList<string>>;
|
|
7170
7266
|
get pictureDocument(): Nullable<Document>;
|
|
7171
7267
|
get pictureDocumentId(): Nullable<bigint>;
|
|
7172
|
-
get pictureUrl(): Nullable<Content>;
|
|
7173
7268
|
get pinned(): boolean;
|
|
7174
7269
|
get postType(): string;
|
|
7175
7270
|
get publishedAt(): any/* Instant */;
|
|
7176
7271
|
get title(): string;
|
|
7177
7272
|
get updatedAt(): any/* Instant */;
|
|
7178
7273
|
get weighting(): bigint;
|
|
7179
|
-
copy(companyId?: bigint, content?: string,
|
|
7274
|
+
copy(companyId?: bigint, content?: string, documents?: Nullable<KtList<Document>>, id?: bigint, notificationEmailGroups?: Nullable<KtList<string>>, notificationSMSGroups?: Nullable<KtList<string>>, pictureDocument?: Nullable<Document>, pictureDocumentId?: Nullable<bigint>, pinned?: boolean, postType?: string, publishedAt?: any/* Instant */, title?: string, updatedAt?: any/* Instant */, weighting?: bigint): OpenPost;
|
|
7180
7275
|
toString(): string;
|
|
7181
7276
|
hashCode(): number;
|
|
7182
7277
|
equals(other: Nullable<any>): boolean;
|
|
@@ -8600,10 +8695,9 @@ export declare namespace Pong {
|
|
|
8600
8695
|
}
|
|
8601
8696
|
}
|
|
8602
8697
|
export declare class Post {
|
|
8603
|
-
constructor(companyId: bigint, content: string,
|
|
8698
|
+
constructor(companyId: bigint, content: string, createdAt: any/* Instant */, documents: Nullable<KtList<Document>> | undefined, id: bigint, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pictureDocument: Nullable<Document> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: boolean, postType: string, _private: boolean, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, publishedById: bigint, title: string, updatedAt: any/* Instant */, weighting: bigint);
|
|
8604
8699
|
get companyId(): bigint;
|
|
8605
8700
|
get content(): string;
|
|
8606
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
8607
8701
|
get createdAt(): any/* Instant */;
|
|
8608
8702
|
get documents(): Nullable<KtList<Document>>;
|
|
8609
8703
|
get id(): bigint;
|
|
@@ -8611,7 +8705,6 @@ export declare class Post {
|
|
|
8611
8705
|
get notificationSMSGroups(): Nullable<KtList<NotificationGroup>>;
|
|
8612
8706
|
get pictureDocument(): Nullable<Document>;
|
|
8613
8707
|
get pictureDocumentId(): Nullable<bigint>;
|
|
8614
|
-
get pictureUrl(): Nullable<Content>;
|
|
8615
8708
|
get pinned(): boolean;
|
|
8616
8709
|
get postType(): string;
|
|
8617
8710
|
get private(): boolean;
|
|
@@ -8620,7 +8713,7 @@ export declare class Post {
|
|
|
8620
8713
|
get title(): string;
|
|
8621
8714
|
get updatedAt(): any/* Instant */;
|
|
8622
8715
|
get weighting(): bigint;
|
|
8623
|
-
copy(companyId?: bigint, content?: string,
|
|
8716
|
+
copy(companyId?: bigint, content?: string, createdAt?: any/* Instant */, documents?: Nullable<KtList<Document>>, id?: bigint, notificationEmailGroups?: Nullable<KtList<NotificationGroup>>, notificationSMSGroups?: Nullable<KtList<NotificationGroup>>, pictureDocument?: Nullable<Document>, pictureDocumentId?: Nullable<bigint>, pinned?: boolean, postType?: string, _private?: boolean, publishedAt?: Nullable<any>/* Nullable<Instant> */, publishedById?: bigint, title?: string, updatedAt?: any/* Instant */, weighting?: bigint): Post;
|
|
8624
8717
|
toString(): string;
|
|
8625
8718
|
hashCode(): number;
|
|
8626
8719
|
equals(other: Nullable<any>): boolean;
|
|
@@ -8740,15 +8833,16 @@ export declare namespace PreferredAdvertisement {
|
|
|
8740
8833
|
}
|
|
8741
8834
|
}
|
|
8742
8835
|
export declare class PublicConversation {
|
|
8743
|
-
constructor(companyName: Nullable<string> | undefined, documents: Nullable<KtList<Document>> | undefined, id: bigint, messages?: Nullable<KtList<PublicMessage>>, participants?: Nullable<KtList<Participant>>, title?: Nullable<string>, userPersonId?: Nullable<bigint>);
|
|
8836
|
+
constructor(companyName: Nullable<string> | undefined, documents: Nullable<KtList<Document>> | undefined, id: bigint, messages?: Nullable<KtList<PublicMessage>>, participants?: Nullable<KtList<Participant>>, title?: Nullable<string>, type?: Nullable<MessageType>, userPersonId?: Nullable<bigint>);
|
|
8744
8837
|
get companyName(): Nullable<string>;
|
|
8745
8838
|
get documents(): Nullable<KtList<Document>>;
|
|
8746
8839
|
get id(): bigint;
|
|
8747
8840
|
get messages(): Nullable<KtList<PublicMessage>>;
|
|
8748
8841
|
get participants(): Nullable<KtList<Participant>>;
|
|
8749
8842
|
get title(): Nullable<string>;
|
|
8843
|
+
get type(): Nullable<MessageType>;
|
|
8750
8844
|
get userPersonId(): Nullable<bigint>;
|
|
8751
|
-
copy(companyName?: Nullable<string>, documents?: Nullable<KtList<Document>>, id?: bigint, messages?: Nullable<KtList<PublicMessage>>, participants?: Nullable<KtList<Participant>>, title?: Nullable<string>, userPersonId?: Nullable<bigint>): PublicConversation;
|
|
8845
|
+
copy(companyName?: Nullable<string>, documents?: Nullable<KtList<Document>>, id?: bigint, messages?: Nullable<KtList<PublicMessage>>, participants?: Nullable<KtList<Participant>>, title?: Nullable<string>, type?: Nullable<MessageType>, userPersonId?: Nullable<bigint>): PublicConversation;
|
|
8752
8846
|
toString(): string;
|
|
8753
8847
|
hashCode(): number;
|
|
8754
8848
|
equals(other: Nullable<any>): boolean;
|
|
@@ -8760,11 +8854,14 @@ export declare namespace PublicConversation {
|
|
|
8760
8854
|
}
|
|
8761
8855
|
}
|
|
8762
8856
|
export declare class PublicMessage {
|
|
8763
|
-
constructor(content: string, sentAt: any/* Instant */, sentBy?: Nullable<Participant>);
|
|
8857
|
+
constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, sentAt: any/* Instant */, sentBy?: Nullable<Participant>, type?: Nullable<MessageType>);
|
|
8764
8858
|
get content(): string;
|
|
8859
|
+
get documents(): Nullable<KtList<Document>>;
|
|
8860
|
+
get emailContent(): Nullable<MessageEmailContent>;
|
|
8765
8861
|
get sentAt(): any/* Instant */;
|
|
8766
8862
|
get sentBy(): Nullable<Participant>;
|
|
8767
|
-
|
|
8863
|
+
get type(): Nullable<MessageType>;
|
|
8864
|
+
copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, type?: Nullable<MessageType>): PublicMessage;
|
|
8768
8865
|
toString(): string;
|
|
8769
8866
|
hashCode(): number;
|
|
8770
8867
|
equals(other: Nullable<any>): boolean;
|
|
@@ -11649,11 +11746,11 @@ export declare namespace UpdateConversationCategoryCommand {
|
|
|
11649
11746
|
}
|
|
11650
11747
|
}
|
|
11651
11748
|
export declare class UpdateConversationCommand {
|
|
11652
|
-
constructor(categoryId
|
|
11653
|
-
get categoryId():
|
|
11654
|
-
get content():
|
|
11655
|
-
get title():
|
|
11656
|
-
copy(categoryId?:
|
|
11749
|
+
constructor(categoryId: bigint, content: string, title: string);
|
|
11750
|
+
get categoryId(): bigint;
|
|
11751
|
+
get content(): string;
|
|
11752
|
+
get title(): string;
|
|
11753
|
+
copy(categoryId?: bigint, content?: string, title?: string): UpdateConversationCommand;
|
|
11657
11754
|
toString(): string;
|
|
11658
11755
|
hashCode(): number;
|
|
11659
11756
|
equals(other: Nullable<any>): boolean;
|
|
@@ -11713,6 +11810,21 @@ export declare namespace UpdateFeedWeightingCommand {
|
|
|
11713
11810
|
const constructor: abstract new () => UpdateFeedWeightingCommand;
|
|
11714
11811
|
}
|
|
11715
11812
|
}
|
|
11813
|
+
export declare class UpdateFolderCommand {
|
|
11814
|
+
constructor(name: string, parentId?: Nullable<bigint>);
|
|
11815
|
+
get name(): string;
|
|
11816
|
+
get parentId(): Nullable<bigint>;
|
|
11817
|
+
copy(name?: string, parentId?: Nullable<bigint>): UpdateFolderCommand;
|
|
11818
|
+
toString(): string;
|
|
11819
|
+
hashCode(): number;
|
|
11820
|
+
equals(other: Nullable<any>): boolean;
|
|
11821
|
+
}
|
|
11822
|
+
export declare namespace UpdateFolderCommand {
|
|
11823
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
11824
|
+
namespace $metadata$ {
|
|
11825
|
+
const constructor: abstract new () => UpdateFolderCommand;
|
|
11826
|
+
}
|
|
11827
|
+
}
|
|
11716
11828
|
export declare class UpdateHmsSettingsCommand {
|
|
11717
11829
|
constructor(routineGroups?: Nullable<KtList<bigint>>);
|
|
11718
11830
|
get routineGroups(): Nullable<KtList<bigint>>;
|
|
@@ -12196,19 +12308,17 @@ export declare namespace UpdatePersonResidentCommand {
|
|
|
12196
12308
|
}
|
|
12197
12309
|
}
|
|
12198
12310
|
export declare class UpdatePostCommand {
|
|
12199
|
-
constructor(content: string,
|
|
12311
|
+
constructor(content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
12200
12312
|
get content(): string;
|
|
12201
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
12202
12313
|
get notificationEmailGroups(): Nullable<KtList<NotificationGroup>>;
|
|
12203
12314
|
get notificationSMSGroups(): Nullable<KtList<NotificationGroup>>;
|
|
12204
12315
|
get pictureDocumentId(): Nullable<bigint>;
|
|
12205
|
-
get pictureUrl(): Nullable<Content>;
|
|
12206
12316
|
get pinned(): Nullable<boolean>;
|
|
12207
12317
|
get private(): Nullable<boolean>;
|
|
12208
12318
|
get publishedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
12209
12319
|
get title(): string;
|
|
12210
12320
|
get weighting(): Nullable<bigint>;
|
|
12211
|
-
copy(content?: string,
|
|
12321
|
+
copy(content?: string, notificationEmailGroups?: Nullable<KtList<NotificationGroup>>, notificationSMSGroups?: Nullable<KtList<NotificationGroup>>, pictureDocumentId?: Nullable<bigint>, pinned?: Nullable<boolean>, _private?: Nullable<boolean>, publishedAt?: Nullable<any>/* Nullable<Instant> */, title?: string, weighting?: Nullable<bigint>): UpdatePostCommand;
|
|
12212
12322
|
toString(): string;
|
|
12213
12323
|
hashCode(): number;
|
|
12214
12324
|
equals(other: Nullable<any>): boolean;
|
|
@@ -12220,19 +12330,17 @@ export declare namespace UpdatePostCommand {
|
|
|
12220
12330
|
}
|
|
12221
12331
|
}
|
|
12222
12332
|
export declare class UpdatePracticalInfoCommand {
|
|
12223
|
-
constructor(content: string,
|
|
12333
|
+
constructor(content: string, notificationEmailGroups: Nullable<KtList<NotificationGroup>> | undefined, notificationSMSGroups: Nullable<KtList<NotificationGroup>> | undefined, pictureDocumentId: Nullable<bigint> | undefined, pinned: Nullable<boolean> | undefined, _private: Nullable<boolean> | undefined, publishedAt: Nullable<any>/* Nullable<Instant> */ | undefined, title: string, weighting?: Nullable<bigint>);
|
|
12224
12334
|
get content(): string;
|
|
12225
|
-
get contentUrls(): Nullable<KtList<Content>>;
|
|
12226
12335
|
get notificationEmailGroups(): Nullable<KtList<NotificationGroup>>;
|
|
12227
12336
|
get notificationSMSGroups(): Nullable<KtList<NotificationGroup>>;
|
|
12228
12337
|
get pictureDocumentId(): Nullable<bigint>;
|
|
12229
|
-
get pictureUrl(): Nullable<Content>;
|
|
12230
12338
|
get pinned(): Nullable<boolean>;
|
|
12231
12339
|
get private(): Nullable<boolean>;
|
|
12232
12340
|
get publishedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
12233
12341
|
get title(): string;
|
|
12234
12342
|
get weighting(): Nullable<bigint>;
|
|
12235
|
-
copy(content?: string,
|
|
12343
|
+
copy(content?: string, notificationEmailGroups?: Nullable<KtList<NotificationGroup>>, notificationSMSGroups?: Nullable<KtList<NotificationGroup>>, pictureDocumentId?: Nullable<bigint>, pinned?: Nullable<boolean>, _private?: Nullable<boolean>, publishedAt?: Nullable<any>/* Nullable<Instant> */, title?: string, weighting?: Nullable<bigint>): UpdatePracticalInfoCommand;
|
|
12236
12344
|
toString(): string;
|
|
12237
12345
|
hashCode(): number;
|
|
12238
12346
|
equals(other: Nullable<any>): boolean;
|
|
@@ -12904,12 +13012,13 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
12904
13012
|
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): ConversationApi;
|
|
12905
13013
|
authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
12906
13014
|
authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
|
|
12907
|
-
createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, pageToken?: Nullable<string>): Promise<HttpResponse<Conversation>>;
|
|
13015
|
+
createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, pageToken?: Nullable<string>): Promise<HttpResponse<Conversation>>;
|
|
12908
13016
|
createConversationCategory(companyId: bigint, createConversationCategoryCommand: CreateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
|
|
12909
13017
|
createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: AddExternalConversationParticipantCommand): Promise<HttpResponse<void>>;
|
|
12910
13018
|
createConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<HttpResponse<void>>;
|
|
12911
13019
|
createConversationRead(companyId: bigint, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
12912
13020
|
createDocumentPublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
13021
|
+
createFolder(companyId: bigint, createFolderCommand: CreateFolderCommand, parentId?: Nullable<bigint>): Promise<HttpResponse<ConversationFolder>>;
|
|
12913
13022
|
createInquiry(companyId: bigint, createInquiryCommand: CreateInquiryCommand): Promise<HttpResponse<Conversation>>;
|
|
12914
13023
|
createInquiryPublicConversation(companySlug: string, createInquiryCommand: CreateInquiryCommand): Promise<HttpResponse<PublicConversation>>;
|
|
12915
13024
|
createInternalMessage(companyId: bigint, conversationId: bigint, createInternalMessageCommand: CreateInternalMessageCommand): Promise<HttpResponse<MessageInConversation>>;
|
|
@@ -12919,22 +13028,27 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
12919
13028
|
deleteConversationCategory(companyId: bigint, categoryId: bigint): Promise<HttpResponse<void>>;
|
|
12920
13029
|
deleteConversationParticipant(companyId: bigint, conversationId: bigint, participantType: string, participantId: bigint): Promise<HttpResponse<void>>;
|
|
12921
13030
|
deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<HttpResponse<void>>;
|
|
13031
|
+
deleteFolder(companyId: bigint, folderId: bigint): Promise<HttpResponse<void>>;
|
|
12922
13032
|
finalizeConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
12923
13033
|
indexCompanyConversationCategories(companyId: bigint): Promise<HttpResponse<KtList<SecureConversationCategory>>>;
|
|
12924
13034
|
indexCompanyConversationCategoriesForRequests(companyId: bigint): Promise<HttpResponse<KtList<ConversationCategory>>>;
|
|
12925
|
-
indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, pageToken?: Nullable<string>): Promise<HttpResponse<ConversationList>>;
|
|
13035
|
+
indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, pageToken?: Nullable<string>): Promise<HttpResponse<ConversationList>>;
|
|
12926
13036
|
indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: ParticipantType): Promise<HttpResponse<KtList<Conversation>>>;
|
|
12927
13037
|
indexConversationCategoriesOpen(companySlug: string): Promise<HttpResponse<KtList<ConversationCategory>>>;
|
|
12928
13038
|
indexConversationCount(): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountMap>>>;
|
|
12929
13039
|
indexConversationCountInCompany(companyId: bigint): Promise<HttpResponse<ConversationCount>>;
|
|
13040
|
+
indexConversationFolders(companyId: bigint, parentId?: Nullable<bigint>): Promise<HttpResponse<KtList<ConversationFolder>>>;
|
|
13041
|
+
moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
|
|
12930
13042
|
publishConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
12931
13043
|
reOpenConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
|
|
12932
13044
|
showConversation(companyId: bigint, conversationId: bigint, translateToCountryId?: Nullable<bigint>): Promise<HttpResponse<Conversation>>;
|
|
13045
|
+
showConversationFolder(companyId: bigint, folderId: bigint): Promise<HttpResponse<ConversationFolder>>;
|
|
12933
13046
|
showConversationPublic(companySlug: string, conversationId: bigint): Promise<HttpResponse<PublicConversation>>;
|
|
12934
13047
|
showDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>): Promise<HttpResponse<UrlWrapper>>;
|
|
12935
13048
|
updateConversation(companyId: bigint, conversationId: bigint, updateConversationCommand: UpdateConversationCommand, translateToCountryId?: Nullable<bigint>): Promise<HttpResponse<Conversation>>;
|
|
12936
13049
|
updateConversationCategories(companyId: bigint, secureConversationCategory: KtList<SecureConversationCategory>): Promise<HttpResponse<KtList<SecureConversationCategory>>>;
|
|
12937
13050
|
updateConversationCategory(companyId: bigint, categoryId: bigint, updateConversationCategoryCommand: UpdateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
|
|
13051
|
+
updateFolder(companyId: bigint, folderId: bigint, updateFolderCommand: UpdateFolderCommand): Promise<HttpResponse<ConversationFolder>>;
|
|
12938
13052
|
}
|
|
12939
13053
|
export declare namespace ConversationApi {
|
|
12940
13054
|
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
@@ -13026,10 +13140,8 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
|
|
|
13026
13140
|
static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): HomepageApi;
|
|
13027
13141
|
checkSMSForPost(companyId: bigint, validateSMSCommand: ValidateSMSCommand, postId?: Nullable<bigint>): Promise<HttpResponse<SMSBundle>>;
|
|
13028
13142
|
createPost(companyId: bigint, createPostCommand: CreatePostCommand, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<Post>>;
|
|
13029
|
-
createPostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<HttpResponse<void>>;
|
|
13030
13143
|
createPracticalInfo(companyId: bigint, createPracticalInfoCommand: CreatePracticalInfoCommand, purchaseBundleId?: Nullable<bigint>): Promise<HttpResponse<Post>>;
|
|
13031
13144
|
deletePost(companyId: bigint, postId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<HttpResponse<void>>;
|
|
13032
|
-
deletePostContent(companyId: bigint, contentTypeIdentifier: string, contentId: string, fileName: string): Promise<HttpResponse<void>>;
|
|
13033
13145
|
deletePracticalInfo(companyId: bigint, practicalInformationId: bigint, purchaseBundleId?: Nullable<bigint>, publishChanges?: Nullable<boolean>): Promise<HttpResponse<void>>;
|
|
13034
13146
|
homepageRssByDomain(domainName: string): Promise<HttpResponse<string>>;
|
|
13035
13147
|
homepageRssBySlug(companySlug: string, slug: string): Promise<HttpResponse<string>>;
|
|
@@ -13038,7 +13150,6 @@ export declare class HomepageApi extends ApiClient.$metadata$.constructor {
|
|
|
13038
13150
|
homepageRssPraktiskInfoByDomain(domainName: string): Promise<HttpResponse<string>>;
|
|
13039
13151
|
homepageRssPraktiskInfoBySlug(companySlug: string): Promise<HttpResponse<string>>;
|
|
13040
13152
|
listHomepageNotificationGroups(companyId: bigint): Promise<HttpResponse<KtList<NotificationGroup>>>;
|
|
13041
|
-
showContent(contentTypeIdentifier: string, companyId: bigint, contentId: string, fileName: string, size?: Nullable<string>): Promise<HttpResponse<void>>;
|
|
13042
13153
|
showHomepage(companyId: bigint): Promise<HttpResponse<Homepage>>;
|
|
13043
13154
|
showOpenHomepage(companySlug: string): Promise<HttpResponse<OpenHomepage>>;
|
|
13044
13155
|
showOpenHomepageByDomain(domainName: string): Promise<HttpResponse<OpenHomepage>>;
|