@solibo/home-api 1.6.13 → 1.6.14-1435e4f-1780265818586-SNAPSHOT

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  2. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +1 -1
  3. package/MultiplatformSettings-multiplatform-settings.mjs +1 -1
  4. package/kotlin-kotlin-stdlib.mjs +17 -17
  5. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +1 -1
  6. package/kotlinx-atomicfu.mjs +1 -1
  7. package/kotlinx-browser.mjs +1 -1
  8. package/kotlinx-coroutines-core.mjs +9 -9
  9. package/kotlinx-io-kotlinx-io-bytestring.mjs +1 -1
  10. package/kotlinx-io-kotlinx-io-core.mjs +1 -1
  11. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1 -1
  12. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +1 -1
  13. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1 -1
  14. package/ktor-ktor-client-auth.mjs +1 -1
  15. package/ktor-ktor-client-content-negotiation.mjs +1 -1
  16. package/ktor-ktor-client-core.mjs +1 -1
  17. package/ktor-ktor-client-encoding.mjs +1 -1
  18. package/ktor-ktor-client-logging.mjs +1 -1
  19. package/ktor-ktor-client-websockets.mjs +1 -1
  20. package/ktor-ktor-events.mjs +1 -1
  21. package/ktor-ktor-http-cio.mjs +1 -1
  22. package/ktor-ktor-http.mjs +1 -1
  23. package/ktor-ktor-io.mjs +1 -1
  24. package/ktor-ktor-serialization-kotlinx-json.mjs +1 -1
  25. package/ktor-ktor-serialization-kotlinx.mjs +1 -1
  26. package/ktor-ktor-serialization.mjs +1 -1
  27. package/ktor-ktor-sse.mjs +1 -1
  28. package/ktor-ktor-utils.mjs +1 -1
  29. package/ktor-ktor-websocket-serialization.mjs +1 -1
  30. package/ktor-ktor-websockets.mjs +3 -3
  31. package/package.json +1 -1
  32. package/solibo-sdk-sdk-home-api.d.mts +107 -10
  33. package/solibo-sdk-sdk-home-api.mjs +36860 -35946
  34. package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +0 -1
  35. package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +0 -1
  36. package/MultiplatformSettings-multiplatform-settings.mjs.map +0 -1
  37. package/kotlin-kotlin-stdlib.mjs.map +0 -1
  38. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +0 -1
  39. package/kotlinx-atomicfu.mjs.map +0 -1
  40. package/kotlinx-browser.mjs.map +0 -1
  41. package/kotlinx-coroutines-core.mjs.map +0 -1
  42. package/kotlinx-io-kotlinx-io-bytestring.mjs.map +0 -1
  43. package/kotlinx-io-kotlinx-io-core.mjs.map +0 -1
  44. package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +0 -1
  45. package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +0 -1
  46. package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +0 -1
  47. package/ktor-ktor-client-auth.mjs.map +0 -1
  48. package/ktor-ktor-client-content-negotiation.mjs.map +0 -1
  49. package/ktor-ktor-client-core.mjs.map +0 -1
  50. package/ktor-ktor-client-encoding.mjs.map +0 -1
  51. package/ktor-ktor-client-logging.mjs.map +0 -1
  52. package/ktor-ktor-client-websockets.mjs.map +0 -1
  53. package/ktor-ktor-events.mjs.map +0 -1
  54. package/ktor-ktor-http-cio.mjs.map +0 -1
  55. package/ktor-ktor-http.mjs.map +0 -1
  56. package/ktor-ktor-io.mjs.map +0 -1
  57. package/ktor-ktor-serialization-kotlinx-json.mjs.map +0 -1
  58. package/ktor-ktor-serialization-kotlinx.mjs.map +0 -1
  59. package/ktor-ktor-serialization.mjs.map +0 -1
  60. package/ktor-ktor-sse.mjs.map +0 -1
  61. package/ktor-ktor-utils.mjs.map +0 -1
  62. package/ktor-ktor-websocket-serialization.mjs.map +0 -1
  63. package/ktor-ktor-websockets.mjs.map +0 -1
  64. package/solibo-sdk-sdk-home-api.mjs.map +0 -1
@@ -3597,4 +3597,4 @@ export {
3597
3597
  };
3598
3598
  //endregion
3599
3599
 
3600
- //# sourceMappingURL=Kotlin-DateTime-library-kotlinx-datetime.mjs.map
3600
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=MultiplatformSettings-multiplatform-settings-no-arg.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=MultiplatformSettings-multiplatform-settings.mjs.map
4
+
@@ -37,17 +37,6 @@ if (typeof Array.prototype.fill === 'undefined') {
37
37
  Object.defineProperty(TypedArray.prototype, 'fill', {value: Array.prototype.fill});
38
38
  }
39
39
  });
40
- if (typeof Math.clz32 === 'undefined') {
41
- Math.clz32 = function (log, LN2) {
42
- return function (x) {
43
- var asUint = x >>> 0;
44
- if (asUint === 0) {
45
- return 32;
46
- }
47
- return 31 - (log(asUint) / LN2 | 0) | 0; // the "| 0" acts like math.floor
48
- };
49
- }(Math.log, Math.LN2);
50
- }
51
40
  if (typeof Math.trunc === 'undefined') {
52
41
  Math.trunc = function (x) {
53
42
  if (isNaN(x)) {
@@ -59,11 +48,16 @@ if (typeof Math.trunc === 'undefined') {
59
48
  return Math.ceil(x);
60
49
  };
61
50
  }
62
- if (typeof String.prototype.startsWith === 'undefined') {
63
- Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
64
- position = position || 0;
65
- return this.lastIndexOf(searchString, position) === position;
66
- }});
51
+ if (typeof Math.clz32 === 'undefined') {
52
+ Math.clz32 = function (log, LN2) {
53
+ return function (x) {
54
+ var asUint = x >>> 0;
55
+ if (asUint === 0) {
56
+ return 32;
57
+ }
58
+ return 31 - (log(asUint) / LN2 | 0) | 0; // the "| 0" acts like math.floor
59
+ };
60
+ }(Math.log, Math.LN2);
67
61
  }
68
62
  if (typeof String.prototype.endsWith === 'undefined') {
69
63
  Object.defineProperty(String.prototype, 'endsWith', {value: function (searchString, position) {
@@ -76,6 +70,12 @@ if (typeof String.prototype.endsWith === 'undefined') {
76
70
  return lastIndex !== -1 && lastIndex === position;
77
71
  }});
78
72
  }
73
+ if (typeof String.prototype.startsWith === 'undefined') {
74
+ Object.defineProperty(String.prototype, 'startsWith', {value: function (searchString, position) {
75
+ position = position || 0;
76
+ return this.lastIndexOf(searchString, position) === position;
77
+ }});
78
+ }
79
79
  //endregion
80
80
  //region block: imports
81
81
  var imul_0 = Math.imul;
@@ -16970,4 +16970,4 @@ export {
16970
16970
  };
16971
16971
  //endregion
16972
16972
 
16973
- //# sourceMappingURL=kotlin-kotlin-stdlib.mjs.map
16973
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map
4
+
@@ -247,4 +247,4 @@ export {
247
247
  };
248
248
  //endregion
249
249
 
250
- //# sourceMappingURL=kotlinx-atomicfu.mjs.map
250
+
@@ -5,4 +5,4 @@ var undefined_0;
5
5
  undefined_0 = null;
6
6
  //endregion
7
7
 
8
- //# sourceMappingURL=kotlinx-browser.mjs.map
8
+
@@ -217,11 +217,6 @@ initMetadataForClass(SendBroadcast, 'SendBroadcast', VOID, VOID, [Waiter]);
217
217
  initMetadataForClass(BufferedChannelIterator, 'BufferedChannelIterator', VOID, VOID, [Waiter], [0, 3]);
218
218
  initMetadataForCoroutine($sendCOROUTINE$, CoroutineImpl);
219
219
  initMetadataForCoroutine($receiveCOROUTINE$, CoroutineImpl);
220
- function close$default(cause, $super) {
221
- cause = cause === VOID ? null : cause;
222
- return $super === VOID ? this.y18(cause) : $super.y18.call(this, cause);
223
- }
224
- initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
225
220
  function cancel$default_0(cause, $super) {
226
221
  cause = cause === VOID ? null : cause;
227
222
  var tmp;
@@ -234,7 +229,12 @@ function cancel$default_0(cause, $super) {
234
229
  return tmp;
235
230
  }
236
231
  initMetadataForInterface(ReceiveChannel, 'ReceiveChannel', VOID, VOID, VOID, [0]);
237
- initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [SendChannel, ReceiveChannel], [1, 4, 0, 3]);
232
+ function close$default(cause, $super) {
233
+ cause = cause === VOID ? null : cause;
234
+ return $super === VOID ? this.y18(cause) : $super.y18.call(this, cause);
235
+ }
236
+ initMetadataForInterface(SendChannel, 'SendChannel', VOID, VOID, VOID, [1]);
237
+ initMetadataForClass(BufferedChannel, 'BufferedChannel', VOID, VOID, [ReceiveChannel, SendChannel], [1, 4, 0, 3]);
238
238
  initMetadataForClass(WaiterEB, 'WaiterEB');
239
239
  initMetadataForClass(ReceiveCatching, 'ReceiveCatching', VOID, VOID, [Waiter]);
240
240
  initMetadataForObject(Factory, 'Factory');
@@ -244,7 +244,7 @@ initMetadataForCompanion(Companion);
244
244
  initMetadataForClass(ChannelResult, 'ChannelResult');
245
245
  initMetadataForClass(ClosedReceiveChannelException, 'ClosedReceiveChannelException', VOID, NoSuchElementException);
246
246
  initMetadataForClass(ClosedSendChannelException, 'ClosedSendChannelException', VOID, IllegalStateException);
247
- initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [SendChannel, ReceiveChannel], [1, 0]);
247
+ initMetadataForClass(ChannelCoroutine, 'ChannelCoroutine', VOID, AbstractCoroutine, [ReceiveChannel, SendChannel], [1, 0]);
248
248
  initMetadataForClass(ConflatedBufferedChannel, 'ConflatedBufferedChannel', VOID, BufferedChannel, VOID, [1, 0]);
249
249
  initMetadataForInterface(ProducerScope, 'ProducerScope', VOID, VOID, [CoroutineScope, SendChannel], [1]);
250
250
  initMetadataForClass(ProducerCoroutine, 'ProducerCoroutine', VOID, ChannelCoroutine, [ProducerScope], [1, 0]);
@@ -263,7 +263,7 @@ initMetadataForClass(ContextScope, 'ContextScope', VOID, VOID, [CoroutineScope])
263
263
  initMetadataForClass(Symbol, 'Symbol');
264
264
  initMetadataForInterface(SelectInstance, 'SelectInstance');
265
265
  initMetadataForClass(ClauseData, 'ClauseData', VOID, VOID, VOID, [1]);
266
- initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, Waiter, SelectInstance], [0, 2]);
266
+ initMetadataForClass(SelectImplementation, 'SelectImplementation', VOID, VOID, [CancelHandler, SelectInstance, Waiter], [0, 2]);
267
267
  initMetadataForClass(TrySelectDetailedResult, 'TrySelectDetailedResult', VOID, Enum);
268
268
  initMetadataForClass(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', VOID, CoroutineDispatcher, [Delay], [1]);
269
269
  initMetadataForObject(NodeDispatcher, 'NodeDispatcher', VOID, SetTimeoutBasedDispatcher, VOID, [1]);
@@ -8901,4 +8901,4 @@ export {
8901
8901
  };
8902
8902
  //endregion
8903
8903
 
8904
- //# sourceMappingURL=kotlinx-coroutines-core.mjs.map
8904
+
@@ -199,4 +199,4 @@ export {
199
199
  };
200
200
  //endregion
201
201
 
202
- //# sourceMappingURL=kotlinx-io-kotlinx-io-bytestring.mjs.map
202
+
@@ -2021,4 +2021,4 @@ export {
2021
2021
  };
2022
2022
  //endregion
2023
2023
 
2024
- //# sourceMappingURL=kotlinx-io-kotlinx-io-core.mjs.map
2024
+
@@ -6076,4 +6076,4 @@ export {
6076
6076
  };
6077
6077
  //endregion
6078
6078
 
6079
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-core.mjs.map
6079
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-json-io.mjs.map
4
+
@@ -5059,4 +5059,4 @@ export {
5059
5059
  };
5060
5060
  //endregion
5061
5061
 
5062
- //# sourceMappingURL=kotlinx-serialization-kotlinx-serialization-json.mjs.map
5062
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-auth.mjs.map
4
+
@@ -747,4 +747,4 @@ export {
747
747
  };
748
748
  //endregion
749
749
 
750
- //# sourceMappingURL=ktor-ktor-client-content-negotiation.mjs.map
750
+
@@ -10022,4 +10022,4 @@ export {
10022
10022
  };
10023
10023
  //endregion
10024
10024
 
10025
- //# sourceMappingURL=ktor-ktor-client-core.mjs.map
10025
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-encoding.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-logging.mjs.map
4
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-client-websockets.mjs.map
4
+
@@ -79,4 +79,4 @@ export {
79
79
  };
80
80
  //endregion
81
81
 
82
- //# sourceMappingURL=ktor-ktor-events.mjs.map
82
+
@@ -2251,4 +2251,4 @@ export {
2251
2251
  };
2252
2252
  //endregion
2253
2253
 
2254
- //# sourceMappingURL=ktor-ktor-http-cio.mjs.map
2254
+
@@ -3235,4 +3235,4 @@ export {
3235
3235
  };
3236
3236
  //endregion
3237
3237
 
3238
- //# sourceMappingURL=ktor-ktor-http.mjs.map
3238
+
package/ktor-ktor-io.mjs CHANGED
@@ -3533,4 +3533,4 @@ export {
3533
3533
  };
3534
3534
  //endregion
3535
3535
 
3536
- //# sourceMappingURL=ktor-ktor-io.mjs.map
3536
+
@@ -43,4 +43,4 @@ export {
43
43
  };
44
44
  //endregion
45
45
 
46
- //# sourceMappingURL=ktor-ktor-serialization-kotlinx-json.mjs.map
46
+
@@ -841,4 +841,4 @@ export {
841
841
  };
842
842
  //endregion
843
843
 
844
- //# sourceMappingURL=ktor-ktor-serialization-kotlinx.mjs.map
844
+
@@ -360,4 +360,4 @@ export {
360
360
  };
361
361
  //endregion
362
362
 
363
- //# sourceMappingURL=ktor-ktor-serialization.mjs.map
363
+
package/ktor-ktor-sse.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-sse.mjs.map
4
+
@@ -3203,4 +3203,4 @@ export {
3203
3203
  };
3204
3204
  //endregion
3205
3205
 
3206
- //# sourceMappingURL=ktor-ktor-utils.mjs.map
3206
+
@@ -1,4 +1,4 @@
1
1
  //region block: pre-declaration
2
2
  //endregion
3
3
 
4
- //# sourceMappingURL=ktor-ktor-websocket-serialization.mjs.map
4
+
@@ -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, [SendChannel, ReceiveChannel], [1, 0]);
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);
@@ -2531,4 +2531,4 @@ export {
2531
2531
  };
2532
2532
  //endregion
2533
2533
 
2534
- //# sourceMappingURL=ktor-ktor-websockets.mjs.map
2534
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "solibo-sdk-sdk-home-api.mjs",
3
- "version": "1.6.13",
3
+ "version": "1.6.14-1435e4f-1780265818586-SNAPSHOT",
4
4
  "name": "@solibo/home-api",
5
5
  "dependencies": {
6
6
  "ws": "8.18.3",
@@ -827,6 +827,57 @@ export declare namespace ClientUser {
827
827
  const constructor: abstract new () => ClientUser;
828
828
  }
829
829
  }
830
+ export declare abstract class ClientUserCompanyScope {
831
+ private constructor();
832
+ static get READ_ONLY(): ClientUserCompanyScope & {
833
+ get name(): "READ_ONLY";
834
+ get ordinal(): 0;
835
+ };
836
+ static get BOARD(): ClientUserCompanyScope & {
837
+ get name(): "BOARD";
838
+ get ordinal(): 1;
839
+ };
840
+ static get ADMIN(): ClientUserCompanyScope & {
841
+ get name(): "ADMIN";
842
+ get ordinal(): 2;
843
+ };
844
+ static get ReadOnly(): ClientUserCompanyScope & {
845
+ get name(): "READ_ONLY";
846
+ get ordinal(): 0;
847
+ };
848
+ static get Board(): ClientUserCompanyScope & {
849
+ get name(): "BOARD";
850
+ get ordinal(): 1;
851
+ };
852
+ static get Admin(): ClientUserCompanyScope & {
853
+ get name(): "ADMIN";
854
+ get ordinal(): 2;
855
+ };
856
+ static values(): [typeof ClientUserCompanyScope.READ_ONLY, typeof ClientUserCompanyScope.BOARD, typeof ClientUserCompanyScope.ADMIN];
857
+ static valueOf(value: string): ClientUserCompanyScope;
858
+ get name(): "READ_ONLY" | "BOARD" | "ADMIN";
859
+ get ordinal(): 0 | 1 | 2;
860
+ get value(): string;
861
+ toString(): string;
862
+ }
863
+ export declare namespace ClientUserCompanyScope {
864
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
865
+ namespace $metadata$ {
866
+ const constructor: abstract new () => ClientUserCompanyScope;
867
+ }
868
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
869
+ private constructor();
870
+ }
871
+ namespace Companion {
872
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
873
+ namespace $metadata$ {
874
+ abstract class constructor /* implements SerializerFactory */ {
875
+ fromValue(value: string): Nullable<ClientUserCompanyScope>;
876
+ private constructor();
877
+ }
878
+ }
879
+ }
880
+ }
830
881
  export declare class CloseInsuranceCommand {
831
882
  constructor(endDate: any/* Instant */);
832
883
  get endDate(): any/* Instant */;
@@ -2578,12 +2629,12 @@ export declare namespace CreateInsuranceCommand {
2578
2629
  }
2579
2630
  }
2580
2631
  export declare class CreateInternalMessageCommand {
2581
- constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>);
2632
+ constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<EmailContentCommand>, type?: Nullable<MessageType>);
2582
2633
  get attachmentIds(): Nullable<KtList<bigint>>;
2583
2634
  get content(): string;
2584
- get emailContent(): Nullable<MessageEmailContent>;
2635
+ get emailContent(): Nullable<EmailContentCommand>;
2585
2636
  get type(): Nullable<MessageType>;
2586
- copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>): CreateInternalMessageCommand;
2637
+ copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<EmailContentCommand>, type?: Nullable<MessageType>): CreateInternalMessageCommand;
2587
2638
  toString(): string;
2588
2639
  hashCode(): number;
2589
2640
  equals(other: Nullable<any>): boolean;
@@ -2821,12 +2872,12 @@ export declare namespace CreateMeetingReminderNotificationCommand {
2821
2872
  }
2822
2873
  }
2823
2874
  export declare class CreateMessageCommand {
2824
- constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>);
2875
+ constructor(attachmentIds: Nullable<KtList<bigint>> | undefined, content: string, emailContent?: Nullable<EmailContentCommand>, type?: Nullable<MessageType>);
2825
2876
  get attachmentIds(): Nullable<KtList<bigint>>;
2826
2877
  get content(): string;
2827
- get emailContent(): Nullable<MessageEmailContent>;
2878
+ get emailContent(): Nullable<EmailContentCommand>;
2828
2879
  get type(): Nullable<MessageType>;
2829
- copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<MessageEmailContent>, type?: Nullable<MessageType>): CreateMessageCommand;
2880
+ copy(attachmentIds?: Nullable<KtList<bigint>>, content?: string, emailContent?: Nullable<EmailContentCommand>, type?: Nullable<MessageType>): CreateMessageCommand;
2830
2881
  toString(): string;
2831
2882
  hashCode(): number;
2832
2883
  equals(other: Nullable<any>): boolean;
@@ -4393,6 +4444,21 @@ export declare namespace EditResidencyCommand {
4393
4444
  const constructor: abstract new () => EditResidencyCommand;
4394
4445
  }
4395
4446
  }
4447
+ export declare class EmailContentCommand {
4448
+ constructor(htmlContent?: Nullable<string>, plainContent?: Nullable<string>);
4449
+ get htmlContent(): Nullable<string>;
4450
+ get plainContent(): Nullable<string>;
4451
+ copy(htmlContent?: Nullable<string>, plainContent?: Nullable<string>): EmailContentCommand;
4452
+ toString(): string;
4453
+ hashCode(): number;
4454
+ equals(other: Nullable<any>): boolean;
4455
+ }
4456
+ export declare namespace EmailContentCommand {
4457
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
4458
+ namespace $metadata$ {
4459
+ const constructor: abstract new () => EmailContentCommand;
4460
+ }
4461
+ }
4396
4462
  export declare class EmailInlineConfirmCommand {
4397
4463
  constructor(fingerprint: string, session: string);
4398
4464
  get fingerprint(): string;
@@ -5028,6 +5094,21 @@ export declare namespace FractionType {
5028
5094
  }
5029
5095
  }
5030
5096
  }
5097
+ export declare class FullEmailContent {
5098
+ constructor(html?: Nullable<string>, plain?: Nullable<string>);
5099
+ get html(): Nullable<string>;
5100
+ get plain(): Nullable<string>;
5101
+ copy(html?: Nullable<string>, plain?: Nullable<string>): FullEmailContent;
5102
+ toString(): string;
5103
+ hashCode(): number;
5104
+ equals(other: Nullable<any>): boolean;
5105
+ }
5106
+ export declare namespace FullEmailContent {
5107
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
5108
+ namespace $metadata$ {
5109
+ const constructor: abstract new () => FullEmailContent;
5110
+ }
5111
+ }
5031
5112
  export declare class GenerateThirdPartyInformationCommand {
5032
5113
  constructor(debt?: Nullable<number>, inFourDebt?: Nullable<number>, inOneDebt?: Nullable<number>, inThreeDebt?: Nullable<number>, inTwoDebt?: Nullable<number>, leaseFeeAsPartOfDebt?: Nullable<number>, periods?: Nullable<KtList<ThreePOPeriodInput>>, taxAssessedValues?: Nullable<number>, wealth?: Nullable<number>);
5033
5114
  get debt(): Nullable<number>;
@@ -8046,10 +8127,12 @@ export declare namespace MergePersonsCommand {
8046
8127
  }
8047
8128
  }
8048
8129
  export declare class MessageEmailContent {
8049
- constructor(htmlContent?: Nullable<string>, plainContent?: Nullable<string>);
8050
- get htmlContent(): Nullable<string>;
8051
- get plainContent(): Nullable<string>;
8052
- copy(htmlContent?: Nullable<string>, plainContent?: Nullable<string>): MessageEmailContent;
8130
+ constructor(hasMoreContent?: Nullable<boolean>, html?: Nullable<string>, plain?: Nullable<string>, previewPlainContent?: Nullable<string>);
8131
+ get hasMoreContent(): Nullable<boolean>;
8132
+ get html(): Nullable<string>;
8133
+ get plain(): Nullable<string>;
8134
+ get previewPlainContent(): Nullable<string>;
8135
+ copy(hasMoreContent?: Nullable<boolean>, html?: Nullable<string>, plain?: Nullable<string>, previewPlainContent?: Nullable<string>): MessageEmailContent;
8053
8136
  toString(): string;
8054
8137
  hashCode(): number;
8055
8138
  equals(other: Nullable<any>): boolean;
@@ -16235,6 +16318,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
16235
16318
  deleteDocumentPublicConversation(companySlug: string, conversationId: bigint, documentId: bigint, redirect?: Nullable<boolean>, size?: Nullable<string>): Promise<HttpResponse<void>>;
16236
16319
  deleteFolder(companyId: bigint, folderId: bigint): Promise<HttpResponse<void>>;
16237
16320
  finalizeConversation(companyId: bigint, conversationId: bigint): Promise<HttpResponse<Conversation>>;
16321
+ getMessageFullEmailContent(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<FullEmailContent>>;
16238
16322
  indexCompanyConversationCategories(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSecureConversationCategory>>;
16239
16323
  indexCompanyConversationCategoriesForRequests(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationCategory>>;
16240
16324
  indexConversation(companyId: bigint, search?: Nullable<string>, category?: Nullable<bigint>, folder?: Nullable<bigint>, onlyRoot?: Nullable<boolean>, status?: Nullable<ConversationStatus>, byParticipant?: Nullable<bigint>, byParticipantType?: Nullable<ParticipantType>, assignedToUserId?: Nullable<bigint>, createdSince?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
@@ -16946,6 +17030,19 @@ export declare namespace ThirdPartyInformationApi {
16946
17030
  const constructor: abstract new () => ThirdPartyInformationApi;
16947
17031
  }
16948
17032
  }
17033
+ export declare class UnsubscribeApi extends ApiClient.$metadata$.constructor {
17034
+ private constructor();
17035
+ static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): UnsubscribeApi;
17036
+ static createWithClient(baseUrl: string, httpClient: any/* HttpClient */): UnsubscribeApi;
17037
+ getUnsubscribePage(token: string, fields?: Nullable<string>): Promise<HttpResponse<string>>;
17038
+ unsubscribe(token: string): Promise<HttpResponse<void>>;
17039
+ }
17040
+ export declare namespace UnsubscribeApi {
17041
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
17042
+ namespace $metadata$ {
17043
+ const constructor: abstract new () => UnsubscribeApi;
17044
+ }
17045
+ }
16949
17046
  export declare class UserApi extends ApiClient.$metadata$.constructor {
16950
17047
  private constructor();
16951
17048
  static create(baseUrl?: string, httpClientEngine?: Nullable<any>/* Nullable<HttpClientEngine> */, httpClientConfig?: Nullable<(p0: any/* HttpClientConfig<UnknownType *> */) => void>, jsonSerializer?: any/* Json */): UserApi;