@solibo/home-api 1.1.111 → 1.1.112
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 +6 -6
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +0 -1
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +3 -3
- package/solibo-sdk-sdk-home-api.mjs +11 -9
- 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__mg7kuu1g5u2zmbzbfb4 as _ChannelResult___get_isClosed__impl__mg7kuu,
|
|
72
72
|
close$default1evna6yun3t5h as close$default,
|
|
73
73
|
cancel$default1fq6eekptkf7a 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
|
@@ -1470,15 +1470,15 @@ export declare namespace ConversationCountConversationCountMapValue {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
}
|
|
1472
1472
|
export declare class ConversationEvent {
|
|
1473
|
-
constructor(description: Nullable<string> | undefined, descriptionMeta: KtMap<string, Nullable<string>>, eventType: ConversationEventType, performedAt: any/* Instant */, performedBy: Nullable<
|
|
1473
|
+
constructor(description: Nullable<string> | undefined, descriptionMeta: KtMap<string, Nullable<string>>, eventType: ConversationEventType, performedAt: any/* Instant */, performedBy: Nullable<Participant> | undefined, performedById: bigint, system: boolean);
|
|
1474
1474
|
get description(): Nullable<string>;
|
|
1475
1475
|
get descriptionMeta(): KtMap<string, Nullable<string>>;
|
|
1476
1476
|
get eventType(): ConversationEventType;
|
|
1477
1477
|
get performedAt(): any/* Instant */;
|
|
1478
|
-
get performedBy(): Nullable<
|
|
1478
|
+
get performedBy(): Nullable<Participant>;
|
|
1479
1479
|
get performedById(): bigint;
|
|
1480
1480
|
get system(): boolean;
|
|
1481
|
-
copy(description?: Nullable<string>, descriptionMeta?: KtMap<string, Nullable<string>>, eventType?: ConversationEventType, performedAt?: any/* Instant */, performedBy?: Nullable<
|
|
1481
|
+
copy(description?: Nullable<string>, descriptionMeta?: KtMap<string, Nullable<string>>, eventType?: ConversationEventType, performedAt?: any/* Instant */, performedBy?: Nullable<Participant>, performedById?: bigint, system?: boolean): ConversationEvent;
|
|
1482
1482
|
toString(): string;
|
|
1483
1483
|
hashCode(): number;
|
|
1484
1484
|
equals(other: Nullable<any>): boolean;
|
|
@@ -96,10 +96,6 @@ import {
|
|
|
96
96
|
STRING_getInstance3lkmlozu5h7cs as STRING_getInstance,
|
|
97
97
|
PrimitiveSerialDescriptor3egfp53lutxj2 as PrimitiveSerialDescriptor,
|
|
98
98
|
} from './kotlinx-serialization-kotlinx-serialization-core.mjs';
|
|
99
|
-
import {
|
|
100
|
-
JsonElementSerializer_getInstance78doow9tocv6 as JsonElementSerializer_getInstance,
|
|
101
|
-
Jsonsmkyu9xjl7fv as Json,
|
|
102
|
-
} from './kotlinx-serialization-kotlinx-serialization-json.mjs';
|
|
103
99
|
import { LocalDateSerializer_getInstance1rhty9f3x8dd2 as LocalDateSerializer_getInstance } from './Kotlin-DateTime-library-kotlinx-datetime.mjs';
|
|
104
100
|
import {
|
|
105
101
|
EmptyContent_getInstance3cnuw24sjv05w as EmptyContent_getInstance,
|
|
@@ -113,6 +109,7 @@ import {
|
|
|
113
109
|
FormDataContent25s3w8cik3m7q as FormDataContent,
|
|
114
110
|
} from './ktor-ktor-client-core.mjs';
|
|
115
111
|
import { TypeInfo2nbxsuf4v8os2 as TypeInfo } from './ktor-ktor-utils.mjs';
|
|
112
|
+
import { Jsonsmkyu9xjl7fv as Json } from './kotlinx-serialization-kotlinx-serialization-json.mjs';
|
|
116
113
|
import {
|
|
117
114
|
get_encodedPathb4r5okm1fzvh as get_encodedPath,
|
|
118
115
|
set_encodedPath3q0i8nsv3a7qy as set_encodedPath,
|
|
@@ -16948,16 +16945,21 @@ function ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r() {
|
|
|
16948
16945
|
function ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r_0() {
|
|
16949
16946
|
return Companion_getInstance_75().i4r();
|
|
16950
16947
|
}
|
|
16948
|
+
function ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r_1() {
|
|
16949
|
+
return Companion_getInstance_341().i4r();
|
|
16950
|
+
}
|
|
16951
16951
|
function Companion_70() {
|
|
16952
16952
|
Companion_instance_70 = this;
|
|
16953
16953
|
var tmp = this;
|
|
16954
16954
|
var tmp_0 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
16955
16955
|
var tmp_1 = lazy(tmp_0, ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r);
|
|
16956
16956
|
var tmp_2 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
16957
|
+
var tmp_3 = lazy(tmp_2, ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r_0);
|
|
16958
|
+
var tmp_4 = LazyThreadSafetyMode_PUBLICATION_getInstance();
|
|
16957
16959
|
// Inline function 'kotlin.arrayOf' call
|
|
16958
16960
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
16959
16961
|
// Inline function 'kotlin.js.asDynamic' call
|
|
16960
|
-
tmp.l5t_1 = [null, tmp_1, lazy(
|
|
16962
|
+
tmp.l5t_1 = [null, tmp_1, tmp_3, null, lazy(tmp_4, ConversationEvent$Companion$$childSerializers$_anonymous__af0a6r_1), null, null];
|
|
16961
16963
|
}
|
|
16962
16964
|
var Companion_instance_70;
|
|
16963
16965
|
function Companion_getInstance_73() {
|
|
@@ -16988,7 +16990,7 @@ protoOf($serializer_63).n5t = function (encoder, value) {
|
|
|
16988
16990
|
tmp1_output.b1x(tmp0_desc, 2, tmp2_cached[2].m1(), value.eventType);
|
|
16989
16991
|
tmp1_output.b1x(tmp0_desc, 3, InstantSerializer_getInstance(), value.performedAt);
|
|
16990
16992
|
if (tmp1_output.g1x(tmp0_desc, 4) ? true : !(value.performedBy == null)) {
|
|
16991
|
-
tmp1_output.c1x(tmp0_desc, 4,
|
|
16993
|
+
tmp1_output.c1x(tmp0_desc, 4, tmp2_cached[4].m1(), value.performedBy);
|
|
16992
16994
|
}
|
|
16993
16995
|
tmp1_output.v1w(tmp0_desc, 5, value.performedById);
|
|
16994
16996
|
tmp1_output.r1w(tmp0_desc, 6, value.system);
|
|
@@ -17020,7 +17022,7 @@ protoOf($serializer_63).k1s = function (decoder) {
|
|
|
17020
17022
|
tmp3_bitMask0 = tmp3_bitMask0 | 4;
|
|
17021
17023
|
tmp7_local3 = tmp11_input.x1v(tmp0_desc, 3, InstantSerializer_getInstance(), tmp7_local3);
|
|
17022
17024
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
17023
|
-
tmp8_local4 = tmp11_input.z1v(tmp0_desc, 4,
|
|
17025
|
+
tmp8_local4 = tmp11_input.z1v(tmp0_desc, 4, tmp12_cached[4].m1(), tmp8_local4);
|
|
17024
17026
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
17025
17027
|
tmp9_local5 = tmp11_input.r1v(tmp0_desc, 5);
|
|
17026
17028
|
tmp3_bitMask0 = tmp3_bitMask0 | 32;
|
|
@@ -17050,7 +17052,7 @@ protoOf($serializer_63).k1s = function (decoder) {
|
|
|
17050
17052
|
tmp3_bitMask0 = tmp3_bitMask0 | 8;
|
|
17051
17053
|
break;
|
|
17052
17054
|
case 4:
|
|
17053
|
-
tmp8_local4 = tmp11_input.z1v(tmp0_desc, 4,
|
|
17055
|
+
tmp8_local4 = tmp11_input.z1v(tmp0_desc, 4, tmp12_cached[4].m1(), tmp8_local4);
|
|
17054
17056
|
tmp3_bitMask0 = tmp3_bitMask0 | 16;
|
|
17055
17057
|
break;
|
|
17056
17058
|
case 5:
|
|
@@ -17076,7 +17078,7 @@ protoOf($serializer_63).q23 = function () {
|
|
|
17076
17078
|
// Inline function 'kotlin.arrayOf' call
|
|
17077
17079
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
17078
17080
|
// Inline function 'kotlin.js.asDynamic' call
|
|
17079
|
-
return [get_nullable(StringSerializer_getInstance()), tmp0_cached[1].m1(), tmp0_cached[2].m1(), InstantSerializer_getInstance(), get_nullable(
|
|
17081
|
+
return [get_nullable(StringSerializer_getInstance()), tmp0_cached[1].m1(), tmp0_cached[2].m1(), InstantSerializer_getInstance(), get_nullable(tmp0_cached[4].m1()), LongSerializer_getInstance(), BooleanSerializer_getInstance()];
|
|
17080
17082
|
};
|
|
17081
17083
|
var $serializer_instance_63;
|
|
17082
17084
|
function $serializer_getInstance_63() {
|