@solibo/home-api 1.11.2 → 1.11.3
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/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- 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 +101 -39
- package/solibo-sdk-sdk-home-api.mjs +37515 -36613
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
package/ktor-ktor-websockets.mjs
CHANGED
|
@@ -72,8 +72,8 @@ import {
|
|
|
72
72
|
_ChannelResult___get_isClosed__impl__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
73
73
|
close$default1evna6yun3t5h as close$default,
|
|
74
74
|
cancel$default1fq6eekptkf7a as cancel$default,
|
|
75
|
-
SendChannel38sllbxw662ws as SendChannel,
|
|
76
75
|
ReceiveChannel24wu5e2tj9lbp as ReceiveChannel,
|
|
76
|
+
SendChannel38sllbxw662ws as SendChannel,
|
|
77
77
|
} from './kotlinx-coroutines-core.mjs';
|
|
78
78
|
import {
|
|
79
79
|
get_isTraceEnabled82xibuu04nxp as get_isTraceEnabled,
|
|
@@ -138,7 +138,7 @@ initMetadataForCompanion(Companion_3);
|
|
|
138
138
|
initMetadataForClass(ChannelConfig, 'ChannelConfig');
|
|
139
139
|
initMetadataForClass(ChannelOverflow, 'ChannelOverflow', VOID, Enum);
|
|
140
140
|
initMetadataForCompanion(Companion_4);
|
|
141
|
-
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [
|
|
141
|
+
initMetadataForClass(BoundedChannel, 'BoundedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 0]);
|
|
142
142
|
initMetadataForClass(ChannelOverflowException, 'ChannelOverflowException', VOID, RuntimeException);
|
|
143
143
|
initMetadataForInterface(WebSocketExtension, 'WebSocketExtension');
|
|
144
144
|
initMetadataForClass(WebSocketExtensionsConfig, 'WebSocketExtensionsConfig', WebSocketExtensionsConfig);
|
package/package.json
CHANGED
|
@@ -6016,65 +6016,69 @@ export declare abstract class DocumentType {
|
|
|
6016
6016
|
get name(): "CONVERSATION";
|
|
6017
6017
|
get ordinal(): 15;
|
|
6018
6018
|
};
|
|
6019
|
+
static get NEIGHBORHOOD_GROUP(): DocumentType & {
|
|
6020
|
+
get name(): "NEIGHBORHOOD_GROUP";
|
|
6021
|
+
get ordinal(): 16;
|
|
6022
|
+
};
|
|
6019
6023
|
static get NEIGHBORHOOD_POST(): DocumentType & {
|
|
6020
6024
|
get name(): "NEIGHBORHOOD_POST";
|
|
6021
|
-
get ordinal():
|
|
6025
|
+
get ordinal(): 17;
|
|
6022
6026
|
};
|
|
6023
6027
|
static get COMMUNICATION_COMMENT(): DocumentType & {
|
|
6024
6028
|
get name(): "COMMUNICATION_COMMENT";
|
|
6025
|
-
get ordinal():
|
|
6029
|
+
get ordinal(): 18;
|
|
6026
6030
|
};
|
|
6027
6031
|
static get NEWSLETTER(): DocumentType & {
|
|
6028
6032
|
get name(): "NEWSLETTER";
|
|
6029
|
-
get ordinal():
|
|
6033
|
+
get ordinal(): 19;
|
|
6030
6034
|
};
|
|
6031
6035
|
static get ROUTINE(): DocumentType & {
|
|
6032
6036
|
get name(): "ROUTINE";
|
|
6033
|
-
get ordinal():
|
|
6037
|
+
get ordinal(): 20;
|
|
6034
6038
|
};
|
|
6035
6039
|
static get INSURANCE(): DocumentType & {
|
|
6036
6040
|
get name(): "INSURANCE";
|
|
6037
|
-
get ordinal():
|
|
6041
|
+
get ordinal(): 21;
|
|
6038
6042
|
};
|
|
6039
6043
|
static get LOAN(): DocumentType & {
|
|
6040
6044
|
get name(): "LOAN";
|
|
6041
|
-
get ordinal():
|
|
6045
|
+
get ordinal(): 22;
|
|
6042
6046
|
};
|
|
6043
6047
|
static get INVOICE(): DocumentType & {
|
|
6044
6048
|
get name(): "INVOICE";
|
|
6045
|
-
get ordinal():
|
|
6049
|
+
get ordinal(): 23;
|
|
6046
6050
|
};
|
|
6047
6051
|
static get ADHOC(): DocumentType & {
|
|
6048
6052
|
get name(): "ADHOC";
|
|
6049
|
-
get ordinal():
|
|
6053
|
+
get ordinal(): 24;
|
|
6050
6054
|
};
|
|
6051
6055
|
static get ECONOMIC_REPORT(): DocumentType & {
|
|
6052
6056
|
get name(): "ECONOMIC_REPORT";
|
|
6053
|
-
get ordinal():
|
|
6057
|
+
get ordinal(): 25;
|
|
6054
6058
|
};
|
|
6055
6059
|
static get SETTLEMENT(): DocumentType & {
|
|
6056
6060
|
get name(): "SETTLEMENT";
|
|
6057
|
-
get ordinal():
|
|
6061
|
+
get ordinal(): 26;
|
|
6058
6062
|
};
|
|
6059
6063
|
static get SETTLEMENT_CUSTOM_COST(): DocumentType & {
|
|
6060
6064
|
get name(): "SETTLEMENT_CUSTOM_COST";
|
|
6061
|
-
get ordinal():
|
|
6065
|
+
get ordinal(): 27;
|
|
6062
6066
|
};
|
|
6063
6067
|
static get MESSAGE(): DocumentType & {
|
|
6064
6068
|
get name(): "MESSAGE";
|
|
6065
|
-
get ordinal():
|
|
6069
|
+
get ordinal(): 28;
|
|
6066
6070
|
};
|
|
6067
6071
|
static get INTERNAL_MESSAGE(): DocumentType & {
|
|
6068
6072
|
get name(): "INTERNAL_MESSAGE";
|
|
6069
|
-
get ordinal():
|
|
6073
|
+
get ordinal(): 29;
|
|
6070
6074
|
};
|
|
6071
6075
|
static get OTHER(): DocumentType & {
|
|
6072
6076
|
get name(): "OTHER";
|
|
6073
|
-
get ordinal():
|
|
6077
|
+
get ordinal(): 30;
|
|
6074
6078
|
};
|
|
6075
6079
|
static get TRASH(): DocumentType & {
|
|
6076
6080
|
get name(): "TRASH";
|
|
6077
|
-
get ordinal():
|
|
6081
|
+
get ordinal(): 31;
|
|
6078
6082
|
};
|
|
6079
6083
|
static get Issue(): DocumentType & {
|
|
6080
6084
|
get name(): "ISSUE";
|
|
@@ -6140,70 +6144,74 @@ export declare abstract class DocumentType {
|
|
|
6140
6144
|
get name(): "CONVERSATION";
|
|
6141
6145
|
get ordinal(): 15;
|
|
6142
6146
|
};
|
|
6147
|
+
static get NeighborhoodGroup(): DocumentType & {
|
|
6148
|
+
get name(): "NEIGHBORHOOD_GROUP";
|
|
6149
|
+
get ordinal(): 16;
|
|
6150
|
+
};
|
|
6143
6151
|
static get NeighborhoodPost(): DocumentType & {
|
|
6144
6152
|
get name(): "NEIGHBORHOOD_POST";
|
|
6145
|
-
get ordinal():
|
|
6153
|
+
get ordinal(): 17;
|
|
6146
6154
|
};
|
|
6147
6155
|
static get CommunicationComment(): DocumentType & {
|
|
6148
6156
|
get name(): "COMMUNICATION_COMMENT";
|
|
6149
|
-
get ordinal():
|
|
6157
|
+
get ordinal(): 18;
|
|
6150
6158
|
};
|
|
6151
6159
|
static get Newsletter(): DocumentType & {
|
|
6152
6160
|
get name(): "NEWSLETTER";
|
|
6153
|
-
get ordinal():
|
|
6161
|
+
get ordinal(): 19;
|
|
6154
6162
|
};
|
|
6155
6163
|
static get Routine(): DocumentType & {
|
|
6156
6164
|
get name(): "ROUTINE";
|
|
6157
|
-
get ordinal():
|
|
6165
|
+
get ordinal(): 20;
|
|
6158
6166
|
};
|
|
6159
6167
|
static get Insurance(): DocumentType & {
|
|
6160
6168
|
get name(): "INSURANCE";
|
|
6161
|
-
get ordinal():
|
|
6169
|
+
get ordinal(): 21;
|
|
6162
6170
|
};
|
|
6163
6171
|
static get Loan(): DocumentType & {
|
|
6164
6172
|
get name(): "LOAN";
|
|
6165
|
-
get ordinal():
|
|
6173
|
+
get ordinal(): 22;
|
|
6166
6174
|
};
|
|
6167
6175
|
static get Invoice(): DocumentType & {
|
|
6168
6176
|
get name(): "INVOICE";
|
|
6169
|
-
get ordinal():
|
|
6177
|
+
get ordinal(): 23;
|
|
6170
6178
|
};
|
|
6171
6179
|
static get Adhoc(): DocumentType & {
|
|
6172
6180
|
get name(): "ADHOC";
|
|
6173
|
-
get ordinal():
|
|
6181
|
+
get ordinal(): 24;
|
|
6174
6182
|
};
|
|
6175
6183
|
static get EconomicReport(): DocumentType & {
|
|
6176
6184
|
get name(): "ECONOMIC_REPORT";
|
|
6177
|
-
get ordinal():
|
|
6185
|
+
get ordinal(): 25;
|
|
6178
6186
|
};
|
|
6179
6187
|
static get Settlement(): DocumentType & {
|
|
6180
6188
|
get name(): "SETTLEMENT";
|
|
6181
|
-
get ordinal():
|
|
6189
|
+
get ordinal(): 26;
|
|
6182
6190
|
};
|
|
6183
6191
|
static get SettlementCustomCost(): DocumentType & {
|
|
6184
6192
|
get name(): "SETTLEMENT_CUSTOM_COST";
|
|
6185
|
-
get ordinal():
|
|
6193
|
+
get ordinal(): 27;
|
|
6186
6194
|
};
|
|
6187
6195
|
static get Message(): DocumentType & {
|
|
6188
6196
|
get name(): "MESSAGE";
|
|
6189
|
-
get ordinal():
|
|
6197
|
+
get ordinal(): 28;
|
|
6190
6198
|
};
|
|
6191
6199
|
static get InternalMessage(): DocumentType & {
|
|
6192
6200
|
get name(): "INTERNAL_MESSAGE";
|
|
6193
|
-
get ordinal():
|
|
6201
|
+
get ordinal(): 29;
|
|
6194
6202
|
};
|
|
6195
6203
|
static get Other(): DocumentType & {
|
|
6196
6204
|
get name(): "OTHER";
|
|
6197
|
-
get ordinal():
|
|
6205
|
+
get ordinal(): 30;
|
|
6198
6206
|
};
|
|
6199
6207
|
static get Trash(): DocumentType & {
|
|
6200
6208
|
get name(): "TRASH";
|
|
6201
|
-
get ordinal():
|
|
6209
|
+
get ordinal(): 31;
|
|
6202
6210
|
};
|
|
6203
|
-
static values(): [typeof DocumentType.ISSUE, typeof DocumentType.SUPPLIER_FOR_COMPANY, typeof DocumentType.HOMEPAGE, typeof DocumentType.POST, typeof DocumentType.PRACTICAL_INFO, typeof DocumentType.PRIVATE, typeof DocumentType.FDV, typeof DocumentType.BUILDING, typeof DocumentType.PROJECT, typeof DocumentType.BYLAWS, typeof DocumentType.HOUSE_RULES, typeof DocumentType.ECONOMY, typeof DocumentType.EXPENSE, typeof DocumentType.MEETING, typeof DocumentType.ANNUAL_MEETING, typeof DocumentType.CONVERSATION, typeof DocumentType.NEIGHBORHOOD_POST, typeof DocumentType.COMMUNICATION_COMMENT, typeof DocumentType.NEWSLETTER, typeof DocumentType.ROUTINE, typeof DocumentType.INSURANCE, typeof DocumentType.LOAN, typeof DocumentType.INVOICE, typeof DocumentType.ADHOC, typeof DocumentType.ECONOMIC_REPORT, typeof DocumentType.SETTLEMENT, typeof DocumentType.SETTLEMENT_CUSTOM_COST, typeof DocumentType.MESSAGE, typeof DocumentType.INTERNAL_MESSAGE, typeof DocumentType.OTHER, typeof DocumentType.TRASH];
|
|
6211
|
+
static values(): [typeof DocumentType.ISSUE, typeof DocumentType.SUPPLIER_FOR_COMPANY, typeof DocumentType.HOMEPAGE, typeof DocumentType.POST, typeof DocumentType.PRACTICAL_INFO, typeof DocumentType.PRIVATE, typeof DocumentType.FDV, typeof DocumentType.BUILDING, typeof DocumentType.PROJECT, typeof DocumentType.BYLAWS, typeof DocumentType.HOUSE_RULES, typeof DocumentType.ECONOMY, typeof DocumentType.EXPENSE, typeof DocumentType.MEETING, typeof DocumentType.ANNUAL_MEETING, typeof DocumentType.CONVERSATION, typeof DocumentType.NEIGHBORHOOD_GROUP, typeof DocumentType.NEIGHBORHOOD_POST, typeof DocumentType.COMMUNICATION_COMMENT, typeof DocumentType.NEWSLETTER, typeof DocumentType.ROUTINE, typeof DocumentType.INSURANCE, typeof DocumentType.LOAN, typeof DocumentType.INVOICE, typeof DocumentType.ADHOC, typeof DocumentType.ECONOMIC_REPORT, typeof DocumentType.SETTLEMENT, typeof DocumentType.SETTLEMENT_CUSTOM_COST, typeof DocumentType.MESSAGE, typeof DocumentType.INTERNAL_MESSAGE, typeof DocumentType.OTHER, typeof DocumentType.TRASH];
|
|
6204
6212
|
static valueOf(value: string): DocumentType;
|
|
6205
|
-
get name(): "ISSUE" | "SUPPLIER_FOR_COMPANY" | "HOMEPAGE" | "POST" | "PRACTICAL_INFO" | "PRIVATE" | "FDV" | "BUILDING" | "PROJECT" | "BYLAWS" | "HOUSE_RULES" | "ECONOMY" | "EXPENSE" | "MEETING" | "ANNUAL_MEETING" | "CONVERSATION" | "NEIGHBORHOOD_POST" | "COMMUNICATION_COMMENT" | "NEWSLETTER" | "ROUTINE" | "INSURANCE" | "LOAN" | "INVOICE" | "ADHOC" | "ECONOMIC_REPORT" | "SETTLEMENT" | "SETTLEMENT_CUSTOM_COST" | "MESSAGE" | "INTERNAL_MESSAGE" | "OTHER" | "TRASH";
|
|
6206
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30;
|
|
6213
|
+
get name(): "ISSUE" | "SUPPLIER_FOR_COMPANY" | "HOMEPAGE" | "POST" | "PRACTICAL_INFO" | "PRIVATE" | "FDV" | "BUILDING" | "PROJECT" | "BYLAWS" | "HOUSE_RULES" | "ECONOMY" | "EXPENSE" | "MEETING" | "ANNUAL_MEETING" | "CONVERSATION" | "NEIGHBORHOOD_GROUP" | "NEIGHBORHOOD_POST" | "COMMUNICATION_COMMENT" | "NEWSLETTER" | "ROUTINE" | "INSURANCE" | "LOAN" | "INVOICE" | "ADHOC" | "ECONOMIC_REPORT" | "SETTLEMENT" | "SETTLEMENT_CUSTOM_COST" | "MESSAGE" | "INTERNAL_MESSAGE" | "OTHER" | "TRASH";
|
|
6214
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31;
|
|
6207
6215
|
get value(): string;
|
|
6208
6216
|
toString(): string;
|
|
6209
6217
|
}
|
|
@@ -6974,6 +6982,40 @@ export declare namespace FinalizeIntegratedDocumentResult {
|
|
|
6974
6982
|
const constructor: abstract new () => FinalizeIntegratedDocumentResult;
|
|
6975
6983
|
}
|
|
6976
6984
|
}
|
|
6985
|
+
export declare class FinalizeNeighborhoodGroupDocumentCreateCommand {
|
|
6986
|
+
constructor(command: CreateNeighborhoodGroupCommand, documents: Nullable<KtList<IntegratedDocumentInput>> | undefined, idempotencyKey: string);
|
|
6987
|
+
get command(): CreateNeighborhoodGroupCommand;
|
|
6988
|
+
get documents(): Nullable<KtList<IntegratedDocumentInput>>;
|
|
6989
|
+
get idempotencyKey(): string;
|
|
6990
|
+
copy(command?: CreateNeighborhoodGroupCommand, documents?: Nullable<KtList<IntegratedDocumentInput>>, idempotencyKey?: string): FinalizeNeighborhoodGroupDocumentCreateCommand;
|
|
6991
|
+
toString(): string;
|
|
6992
|
+
hashCode(): number;
|
|
6993
|
+
equals(other: Nullable<any>): boolean;
|
|
6994
|
+
}
|
|
6995
|
+
export declare namespace FinalizeNeighborhoodGroupDocumentCreateCommand {
|
|
6996
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6997
|
+
namespace $metadata$ {
|
|
6998
|
+
const constructor: abstract new () => FinalizeNeighborhoodGroupDocumentCreateCommand;
|
|
6999
|
+
}
|
|
7000
|
+
}
|
|
7001
|
+
export declare class FinalizeNeighborhoodGroupDocumentUpdateCommand {
|
|
7002
|
+
constructor(command: UpdateNeighborhoodGroupCommand, documents: Nullable<KtList<IntegratedDocumentInput>> | undefined, idempotencyKey: string, pictureDocumentId?: Nullable<bigint>, removeDocumentIds?: Nullable<KtList<bigint>>);
|
|
7003
|
+
get command(): UpdateNeighborhoodGroupCommand;
|
|
7004
|
+
get documents(): Nullable<KtList<IntegratedDocumentInput>>;
|
|
7005
|
+
get idempotencyKey(): string;
|
|
7006
|
+
get pictureDocumentId(): Nullable<bigint>;
|
|
7007
|
+
get removeDocumentIds(): Nullable<KtList<bigint>>;
|
|
7008
|
+
copy(command?: UpdateNeighborhoodGroupCommand, documents?: Nullable<KtList<IntegratedDocumentInput>>, idempotencyKey?: string, pictureDocumentId?: Nullable<bigint>, removeDocumentIds?: Nullable<KtList<bigint>>): FinalizeNeighborhoodGroupDocumentUpdateCommand;
|
|
7009
|
+
toString(): string;
|
|
7010
|
+
hashCode(): number;
|
|
7011
|
+
equals(other: Nullable<any>): boolean;
|
|
7012
|
+
}
|
|
7013
|
+
export declare namespace FinalizeNeighborhoodGroupDocumentUpdateCommand {
|
|
7014
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7015
|
+
namespace $metadata$ {
|
|
7016
|
+
const constructor: abstract new () => FinalizeNeighborhoodGroupDocumentUpdateCommand;
|
|
7017
|
+
}
|
|
7018
|
+
}
|
|
6977
7019
|
export declare class FinalizeNeighborhoodPostDocumentCreateCommand {
|
|
6978
7020
|
constructor(command: CreateNeighborhoodPostCommand, documents: Nullable<KtList<IntegratedDocumentInput>> | undefined, groupId: Nullable<bigint> | undefined, idempotencyKey: string);
|
|
6979
7021
|
get command(): CreateNeighborhoodPostCommand;
|
|
@@ -7848,6 +7890,21 @@ export declare namespace IntegratedHomepageMutationResult {
|
|
|
7848
7890
|
const constructor: abstract new () => IntegratedHomepageMutationResult;
|
|
7849
7891
|
}
|
|
7850
7892
|
}
|
|
7893
|
+
export declare class IntegratedNeighborhoodGroupMutationResult {
|
|
7894
|
+
constructor(documents: FinalizeIntegratedDocumentResult, groupId: bigint);
|
|
7895
|
+
get documents(): FinalizeIntegratedDocumentResult;
|
|
7896
|
+
get groupId(): bigint;
|
|
7897
|
+
copy(documents?: FinalizeIntegratedDocumentResult, groupId?: bigint): IntegratedNeighborhoodGroupMutationResult;
|
|
7898
|
+
toString(): string;
|
|
7899
|
+
hashCode(): number;
|
|
7900
|
+
equals(other: Nullable<any>): boolean;
|
|
7901
|
+
}
|
|
7902
|
+
export declare namespace IntegratedNeighborhoodGroupMutationResult {
|
|
7903
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
7904
|
+
namespace $metadata$ {
|
|
7905
|
+
const constructor: abstract new () => IntegratedNeighborhoodGroupMutationResult;
|
|
7906
|
+
}
|
|
7907
|
+
}
|
|
7851
7908
|
export declare class IntegratedNeighborhoodPostMutationResult {
|
|
7852
7909
|
constructor(documents: FinalizeIntegratedDocumentResult, post: NeighborhoodPost);
|
|
7853
7910
|
get documents(): FinalizeIntegratedDocumentResult;
|
|
@@ -10603,7 +10660,7 @@ export declare namespace MessageGroup {
|
|
|
10603
10660
|
}
|
|
10604
10661
|
}
|
|
10605
10662
|
export declare class MessageInConversation {
|
|
10606
|
-
constructor(content: string, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deliverability: Nullable<KtList<MessageDeliverability>> | undefined, documents: Nullable<KtList<Document>> | undefined, editedAt: Nullable<any>/* Nullable<Instant> */ | undefined, emailContent: Nullable<MessageEmailContent> | undefined, emailRecipients: Nullable<MessageEmailRecipients> | undefined, id: bigint, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentById: bigint, type?: Nullable<MessageType>);
|
|
10663
|
+
constructor(content: string, deletedAt: Nullable<any>/* Nullable<Instant> */ | undefined, deliverability: Nullable<KtList<MessageDeliverability>> | undefined, documents: Nullable<KtList<Document>> | undefined, editedAt: Nullable<any>/* Nullable<Instant> */ | undefined, emailContent: Nullable<MessageEmailContent> | undefined, emailRecipients: Nullable<MessageEmailRecipients> | undefined, id: bigint, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy: Nullable<Participant> | undefined, sentByCurrentUser: Nullable<boolean> | undefined, sentById: bigint, type?: Nullable<MessageType>);
|
|
10607
10664
|
get content(): string;
|
|
10608
10665
|
get deletedAt(): Nullable<any>/* Nullable<Instant> */;
|
|
10609
10666
|
get deliverability(): Nullable<KtList<MessageDeliverability>>;
|
|
@@ -10615,9 +10672,10 @@ export declare class MessageInConversation {
|
|
|
10615
10672
|
get renderedContent(): Nullable<string>;
|
|
10616
10673
|
get sentAt(): any/* Instant */;
|
|
10617
10674
|
get sentBy(): Nullable<Participant>;
|
|
10675
|
+
get sentByCurrentUser(): Nullable<boolean>;
|
|
10618
10676
|
get sentById(): bigint;
|
|
10619
10677
|
get type(): Nullable<MessageType>;
|
|
10620
|
-
copy(content?: string, deletedAt?: Nullable<any>/* Nullable<Instant> */, deliverability?: Nullable<KtList<MessageDeliverability>>, documents?: Nullable<KtList<Document>>, editedAt?: Nullable<any>/* Nullable<Instant> */, emailContent?: Nullable<MessageEmailContent>, emailRecipients?: Nullable<MessageEmailRecipients>, id?: bigint, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentById?: bigint, type?: Nullable<MessageType>): MessageInConversation;
|
|
10678
|
+
copy(content?: string, deletedAt?: Nullable<any>/* Nullable<Instant> */, deliverability?: Nullable<KtList<MessageDeliverability>>, documents?: Nullable<KtList<Document>>, editedAt?: Nullable<any>/* Nullable<Instant> */, emailContent?: Nullable<MessageEmailContent>, emailRecipients?: Nullable<MessageEmailRecipients>, id?: bigint, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, sentById?: bigint, type?: Nullable<MessageType>): MessageInConversation;
|
|
10621
10679
|
toString(): string;
|
|
10622
10680
|
hashCode(): number;
|
|
10623
10681
|
equals(other: Nullable<any>): boolean;
|
|
@@ -10849,7 +10907,8 @@ export declare namespace Name {
|
|
|
10849
10907
|
}
|
|
10850
10908
|
}
|
|
10851
10909
|
export declare class NeighborhoodGroup {
|
|
10852
|
-
constructor(description: Nullable<string> | undefined, id: Nullable<bigint> | undefined, isFollowing: boolean, lastActivityAt: Nullable<any>/* Nullable<Instant> */ | undefined, owner: Nullable<CommunicationActor> | undefined, status: NeighborhoodGroupStatus, title?: Nullable<string>);
|
|
10910
|
+
constructor(coverPhoto: Nullable<CommunicationAttachment> | undefined, description: Nullable<string> | undefined, id: Nullable<bigint> | undefined, isFollowing: boolean, lastActivityAt: Nullable<any>/* Nullable<Instant> */ | undefined, owner: Nullable<CommunicationActor> | undefined, status: NeighborhoodGroupStatus, title?: Nullable<string>);
|
|
10911
|
+
get coverPhoto(): Nullable<CommunicationAttachment>;
|
|
10853
10912
|
get description(): Nullable<string>;
|
|
10854
10913
|
get id(): Nullable<bigint>;
|
|
10855
10914
|
get isFollowing(): boolean;
|
|
@@ -10857,7 +10916,7 @@ export declare class NeighborhoodGroup {
|
|
|
10857
10916
|
get owner(): Nullable<CommunicationActor>;
|
|
10858
10917
|
get status(): NeighborhoodGroupStatus;
|
|
10859
10918
|
get title(): Nullable<string>;
|
|
10860
|
-
copy(description?: Nullable<string>, id?: Nullable<bigint>, isFollowing?: boolean, lastActivityAt?: Nullable<any>/* Nullable<Instant> */, owner?: Nullable<CommunicationActor>, status?: NeighborhoodGroupStatus, title?: Nullable<string>): NeighborhoodGroup;
|
|
10919
|
+
copy(coverPhoto?: Nullable<CommunicationAttachment>, description?: Nullable<string>, id?: Nullable<bigint>, isFollowing?: boolean, lastActivityAt?: Nullable<any>/* Nullable<Instant> */, owner?: Nullable<CommunicationActor>, status?: NeighborhoodGroupStatus, title?: Nullable<string>): NeighborhoodGroup;
|
|
10861
10920
|
toString(): string;
|
|
10862
10921
|
hashCode(): number;
|
|
10863
10922
|
equals(other: Nullable<any>): boolean;
|
|
@@ -14766,15 +14825,16 @@ export declare namespace PublicConversationEvent {
|
|
|
14766
14825
|
}
|
|
14767
14826
|
}
|
|
14768
14827
|
export declare class PublicMessage {
|
|
14769
|
-
constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy?: Nullable<Participant>, type?: Nullable<MessageType>);
|
|
14828
|
+
constructor(content: string, documents: Nullable<KtList<Document>> | undefined, emailContent: Nullable<MessageEmailContent> | undefined, renderedContent: Nullable<string> | undefined, sentAt: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>);
|
|
14770
14829
|
get content(): string;
|
|
14771
14830
|
get documents(): Nullable<KtList<Document>>;
|
|
14772
14831
|
get emailContent(): Nullable<MessageEmailContent>;
|
|
14773
14832
|
get renderedContent(): Nullable<string>;
|
|
14774
14833
|
get sentAt(): any/* Instant */;
|
|
14775
14834
|
get sentBy(): Nullable<Participant>;
|
|
14835
|
+
get sentByCurrentUser(): Nullable<boolean>;
|
|
14776
14836
|
get type(): Nullable<MessageType>;
|
|
14777
|
-
copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, type?: Nullable<MessageType>): PublicMessage;
|
|
14837
|
+
copy(content?: string, documents?: Nullable<KtList<Document>>, emailContent?: Nullable<MessageEmailContent>, renderedContent?: Nullable<string>, sentAt?: any/* Instant */, sentBy?: Nullable<Participant>, sentByCurrentUser?: Nullable<boolean>, type?: Nullable<MessageType>): PublicMessage;
|
|
14778
14838
|
toString(): string;
|
|
14779
14839
|
hashCode(): number;
|
|
14780
14840
|
equals(other: Nullable<any>): boolean;
|
|
@@ -21275,6 +21335,8 @@ export declare class ResidentCommunicationApi extends ApiClient.$metadata$.const
|
|
|
21275
21335
|
deleteNeighborhoodPostReaction(companyId: bigint, postId: bigint): Promise<HttpResponse<void>>;
|
|
21276
21336
|
finalizeIntegratedHomepagePostCommentCreate(companyId: bigint, postId: bigint, finalizeCommunicationCommentDocumentCreateCommand: FinalizeCommunicationCommentDocumentCreateCommand): Promise<HttpResponse<IntegratedCommunicationCommentMutationResult>>;
|
|
21277
21337
|
finalizeIntegratedHomepagePostCommentUpdate(companyId: bigint, postId: bigint, commentId: bigint, finalizeCommunicationCommentDocumentUpdateCommand: FinalizeCommunicationCommentDocumentUpdateCommand): Promise<HttpResponse<IntegratedCommunicationCommentMutationResult>>;
|
|
21338
|
+
finalizeIntegratedNeighborhoodGroupCreate(companyId: bigint, finalizeNeighborhoodGroupDocumentCreateCommand: FinalizeNeighborhoodGroupDocumentCreateCommand): Promise<HttpResponse<IntegratedNeighborhoodGroupMutationResult>>;
|
|
21339
|
+
finalizeIntegratedNeighborhoodGroupUpdate(companyId: bigint, groupId: bigint, finalizeNeighborhoodGroupDocumentUpdateCommand: FinalizeNeighborhoodGroupDocumentUpdateCommand): Promise<HttpResponse<IntegratedNeighborhoodGroupMutationResult>>;
|
|
21278
21340
|
finalizeIntegratedNeighborhoodPostCommentCreate(companyId: bigint, postId: bigint, finalizeCommunicationCommentDocumentCreateCommand: FinalizeCommunicationCommentDocumentCreateCommand): Promise<HttpResponse<IntegratedCommunicationCommentMutationResult>>;
|
|
21279
21341
|
finalizeIntegratedNeighborhoodPostCommentUpdate(companyId: bigint, postId: bigint, commentId: bigint, finalizeCommunicationCommentDocumentUpdateCommand: FinalizeCommunicationCommentDocumentUpdateCommand): Promise<HttpResponse<IntegratedCommunicationCommentMutationResult>>;
|
|
21280
21342
|
finalizeIntegratedNeighborhoodPostCreate(companyId: bigint, finalizeNeighborhoodPostDocumentCreateCommand: FinalizeNeighborhoodPostDocumentCreateCommand): Promise<HttpResponse<IntegratedNeighborhoodPostMutationResult>>;
|