@solibo/solibo-sdk 1.9.1 → 1.9.2
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/KmLogging-logging.mjs +98 -98
- package/KotlinBigInteger-bignum.mjs +1114 -1114
- package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
- package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
- package/Stately-stately-concurrency.mjs +3 -3
- package/bitops-library-bits.mjs +33 -33
- package/bitops-library-endian.mjs +3 -3
- package/client.d.mts +111 -4
- package/client.mjs +375 -0
- package/core-library-digest.mjs +29 -29
- package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
- package/cryptography-kotlin-cryptography-core.mjs +47 -47
- package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
- package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
- package/cryptography-kotlin-cryptography-random.mjs +15 -15
- package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
- package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
- package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
- package/hash-library-md.mjs +30 -30
- package/index.mjs +6 -0
- package/kotlin-kotlin-stdlib.mjs +20 -20
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-encoding.mjs +75 -75
- package/ktor-ktor-client-logging.mjs +520 -520
- package/ktor-ktor-client-mock.mjs +39 -39
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +43589 -38178
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +415 -6
- package/solibo-sdk-sdk.mjs +3885 -3849
- package/solibo-sdk-sdk.mjs.map +1 -1
|
@@ -13,7 +13,7 @@ initMetadataForClass(MapSettings, 'MapSettings', MapSettings);
|
|
|
13
13
|
//endregion
|
|
14
14
|
function invokeListeners($this) {
|
|
15
15
|
// Inline function 'kotlin.collections.forEach' call
|
|
16
|
-
var _iterator__ex2g4s = $this.
|
|
16
|
+
var _iterator__ex2g4s = $this.cvf_1.t();
|
|
17
17
|
while (_iterator__ex2g4s.u()) {
|
|
18
18
|
var element = _iterator__ex2g4s.v();
|
|
19
19
|
element();
|
|
@@ -29,48 +29,48 @@ function MapSettings(delegate) {
|
|
|
29
29
|
tmp = delegate;
|
|
30
30
|
}
|
|
31
31
|
delegate = tmp;
|
|
32
|
-
this.
|
|
32
|
+
this.bvf_1 = delegate;
|
|
33
33
|
var tmp_0 = this;
|
|
34
34
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
35
|
-
tmp_0.
|
|
35
|
+
tmp_0.cvf_1 = ArrayList_init_$Create$();
|
|
36
36
|
}
|
|
37
37
|
protoOf(MapSettings).b3t = function (key) {
|
|
38
38
|
// Inline function 'kotlin.collections.minusAssign' call
|
|
39
|
-
this.
|
|
39
|
+
this.bvf_1.e3(key);
|
|
40
40
|
invokeListeners(this);
|
|
41
41
|
};
|
|
42
|
-
protoOf(MapSettings).
|
|
42
|
+
protoOf(MapSettings).uve = function (key, value) {
|
|
43
43
|
// Inline function 'kotlin.collections.set' call
|
|
44
|
-
this.
|
|
44
|
+
this.bvf_1.d3(key, value);
|
|
45
45
|
invokeListeners(this);
|
|
46
46
|
};
|
|
47
|
-
protoOf(MapSettings).
|
|
47
|
+
protoOf(MapSettings).vve = function (key, value) {
|
|
48
48
|
// Inline function 'kotlin.collections.set' call
|
|
49
|
-
this.
|
|
49
|
+
this.bvf_1.d3(key, value);
|
|
50
50
|
invokeListeners(this);
|
|
51
51
|
};
|
|
52
|
-
protoOf(MapSettings).
|
|
52
|
+
protoOf(MapSettings).wve = function (key, value) {
|
|
53
53
|
// Inline function 'kotlin.collections.set' call
|
|
54
|
-
this.
|
|
54
|
+
this.bvf_1.d3(key, value);
|
|
55
55
|
invokeListeners(this);
|
|
56
56
|
};
|
|
57
|
-
protoOf(MapSettings).
|
|
58
|
-
var tmp = this.
|
|
57
|
+
protoOf(MapSettings).xve = function (key) {
|
|
58
|
+
var tmp = this.bvf_1.a3(key);
|
|
59
59
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
60
60
|
};
|
|
61
|
-
protoOf(MapSettings).
|
|
61
|
+
protoOf(MapSettings).yve = function (key, value) {
|
|
62
62
|
// Inline function 'kotlin.collections.set' call
|
|
63
|
-
this.
|
|
63
|
+
this.bvf_1.d3(key, value);
|
|
64
64
|
invokeListeners(this);
|
|
65
65
|
};
|
|
66
|
-
protoOf(MapSettings).
|
|
66
|
+
protoOf(MapSettings).zve = function (key, value) {
|
|
67
67
|
// Inline function 'kotlin.collections.set' call
|
|
68
|
-
this.
|
|
68
|
+
this.bvf_1.d3(key, value);
|
|
69
69
|
invokeListeners(this);
|
|
70
70
|
};
|
|
71
|
-
protoOf(MapSettings).
|
|
71
|
+
protoOf(MapSettings).avf = function (key, value) {
|
|
72
72
|
// Inline function 'kotlin.collections.set' call
|
|
73
|
-
this.
|
|
73
|
+
this.bvf_1.d3(key, value);
|
|
74
74
|
invokeListeners(this);
|
|
75
75
|
};
|
|
76
76
|
//region block: exports
|
|
@@ -18,45 +18,45 @@ function StorageSettings(delegate) {
|
|
|
18
18
|
tmp = delegate;
|
|
19
19
|
}
|
|
20
20
|
delegate = tmp;
|
|
21
|
-
this.
|
|
21
|
+
this.tve_1 = delegate;
|
|
22
22
|
}
|
|
23
23
|
protoOf(StorageSettings).b3t = function (key) {
|
|
24
|
-
return this.
|
|
24
|
+
return this.tve_1.removeItem(key);
|
|
25
25
|
};
|
|
26
|
-
protoOf(StorageSettings).
|
|
27
|
-
var tmp0 = this.
|
|
26
|
+
protoOf(StorageSettings).uve = function (key, value) {
|
|
27
|
+
var tmp0 = this.tve_1;
|
|
28
28
|
// Inline function 'com.russhwolf.settings.set' call
|
|
29
29
|
var value_0 = value.toString();
|
|
30
30
|
tmp0.setItem(key, value_0);
|
|
31
31
|
};
|
|
32
|
-
protoOf(StorageSettings).
|
|
33
|
-
var tmp0 = this.
|
|
32
|
+
protoOf(StorageSettings).vve = function (key, value) {
|
|
33
|
+
var tmp0 = this.tve_1;
|
|
34
34
|
// Inline function 'com.russhwolf.settings.set' call
|
|
35
35
|
var value_0 = value.toString();
|
|
36
36
|
tmp0.setItem(key, value_0);
|
|
37
37
|
};
|
|
38
|
-
protoOf(StorageSettings).
|
|
38
|
+
protoOf(StorageSettings).wve = function (key, value) {
|
|
39
39
|
// Inline function 'com.russhwolf.settings.set' call
|
|
40
|
-
this.
|
|
40
|
+
this.tve_1.setItem(key, value);
|
|
41
41
|
};
|
|
42
|
-
protoOf(StorageSettings).
|
|
42
|
+
protoOf(StorageSettings).xve = function (key) {
|
|
43
43
|
// Inline function 'com.russhwolf.settings.get' call
|
|
44
|
-
return this.
|
|
44
|
+
return this.tve_1.getItem(key);
|
|
45
45
|
};
|
|
46
|
-
protoOf(StorageSettings).
|
|
47
|
-
var tmp0 = this.
|
|
46
|
+
protoOf(StorageSettings).yve = function (key, value) {
|
|
47
|
+
var tmp0 = this.tve_1;
|
|
48
48
|
// Inline function 'com.russhwolf.settings.set' call
|
|
49
49
|
var value_0 = value.toString();
|
|
50
50
|
tmp0.setItem(key, value_0);
|
|
51
51
|
};
|
|
52
|
-
protoOf(StorageSettings).
|
|
53
|
-
var tmp0 = this.
|
|
52
|
+
protoOf(StorageSettings).zve = function (key, value) {
|
|
53
|
+
var tmp0 = this.tve_1;
|
|
54
54
|
// Inline function 'com.russhwolf.settings.set' call
|
|
55
55
|
var value_0 = value.toString();
|
|
56
56
|
tmp0.setItem(key, value_0);
|
|
57
57
|
};
|
|
58
|
-
protoOf(StorageSettings).
|
|
59
|
-
var tmp0 = this.
|
|
58
|
+
protoOf(StorageSettings).avf = function (key, value) {
|
|
59
|
+
var tmp0 = this.tve_1;
|
|
60
60
|
// Inline function 'com.russhwolf.settings.set' call
|
|
61
61
|
var value_0 = value.toString();
|
|
62
62
|
tmp0.setItem(key, value_0);
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
initMetadataForClass(AtomicReference, 'AtomicReference');
|
|
9
9
|
//endregion
|
|
10
10
|
function AtomicReference(initialValue) {
|
|
11
|
-
this.
|
|
11
|
+
this.bum_1 = initialValue;
|
|
12
12
|
}
|
|
13
13
|
protoOf(AtomicReference).c2h = function () {
|
|
14
|
-
return this.
|
|
14
|
+
return this.bum_1;
|
|
15
15
|
};
|
|
16
16
|
protoOf(AtomicReference).v2z = function (value_) {
|
|
17
|
-
this.
|
|
17
|
+
this.bum_1 = value_;
|
|
18
18
|
};
|
|
19
19
|
//region block: exports
|
|
20
20
|
export {
|
package/bitops-library-bits.mjs
CHANGED
|
@@ -32,7 +32,7 @@ function Final_init_$Create$(lo, hi) {
|
|
|
32
32
|
return Final_init_$Init$(lo, hi, objectCreate(protoOf(Final)));
|
|
33
33
|
}
|
|
34
34
|
function Companion() {
|
|
35
|
-
this.
|
|
35
|
+
this.vvz_1 = 1048576;
|
|
36
36
|
}
|
|
37
37
|
var Companion_instance;
|
|
38
38
|
function Companion_getInstance() {
|
|
@@ -66,9 +66,9 @@ function Bit32_init_$Init$(lo, hi, incrementBy, $this) {
|
|
|
66
66
|
var message_3 = 'lo must be a factor of incrementBy[' + incrementBy + ']';
|
|
67
67
|
throw IllegalArgumentException_init_$Create$(toString(message_3));
|
|
68
68
|
}
|
|
69
|
-
$this.
|
|
70
|
-
$this.
|
|
71
|
-
$this.
|
|
69
|
+
$this.xvz_1 = incrementBy;
|
|
70
|
+
$this.yvz_1 = lo;
|
|
71
|
+
$this.zvz_1 = hi;
|
|
72
72
|
return $this;
|
|
73
73
|
}
|
|
74
74
|
function Bit32_init_$Init$_0(incrementBy, $this) {
|
|
@@ -80,31 +80,31 @@ function Bit32_init_$Create$(incrementBy) {
|
|
|
80
80
|
}
|
|
81
81
|
function Final(lo, hi, isBits) {
|
|
82
82
|
Final_1.call(this, isBits);
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
83
|
+
this.bw0_1 = lo;
|
|
84
|
+
this.cw0_1 = hi;
|
|
85
85
|
}
|
|
86
86
|
protoOf(Final).ch = function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.bw0_1;
|
|
88
88
|
};
|
|
89
89
|
protoOf(Final).dh = function () {
|
|
90
|
-
return this.
|
|
90
|
+
return this.cw0_1;
|
|
91
91
|
};
|
|
92
|
-
protoOf(Final).
|
|
93
|
-
if (this.
|
|
92
|
+
protoOf(Final).dw0 = function () {
|
|
93
|
+
if (this.ew0_1)
|
|
94
94
|
return this;
|
|
95
|
-
return new Final(this.
|
|
95
|
+
return new Final(this.bw0_1 << 3, this.cw0_1 << 3 | (this.bw0_1 >>> 29 | 0), true);
|
|
96
96
|
};
|
|
97
97
|
function Final_0() {
|
|
98
98
|
}
|
|
99
|
-
protoOf(Bit32).
|
|
100
|
-
this.
|
|
101
|
-
if (this.
|
|
102
|
-
this.
|
|
99
|
+
protoOf(Bit32).fw0 = function () {
|
|
100
|
+
this.yvz_1 = this.yvz_1 + this.xvz_1 | 0;
|
|
101
|
+
if (this.yvz_1 === 0) {
|
|
102
|
+
this.zvz_1 = this.zvz_1 + 1 | 0;
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
protoOf(Bit32).
|
|
106
|
-
var lo = this.
|
|
107
|
-
var hi = this.
|
|
105
|
+
protoOf(Bit32).gw0 = function (additional) {
|
|
106
|
+
var lo = this.yvz_1;
|
|
107
|
+
var hi = this.zvz_1;
|
|
108
108
|
var lt0 = lo < 0;
|
|
109
109
|
lo = lo + additional | 0;
|
|
110
110
|
if (lt0 && lo >= 0) {
|
|
@@ -112,16 +112,16 @@ protoOf(Bit32).rvf = function (additional) {
|
|
|
112
112
|
}
|
|
113
113
|
return Final_init_$Create$(lo, hi);
|
|
114
114
|
};
|
|
115
|
-
protoOf(Bit32).
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
115
|
+
protoOf(Bit32).hw0 = function () {
|
|
116
|
+
this.yvz_1 = 0;
|
|
117
|
+
this.zvz_1 = 0;
|
|
118
118
|
};
|
|
119
119
|
function Bit32() {
|
|
120
120
|
}
|
|
121
121
|
function Bit64() {
|
|
122
122
|
}
|
|
123
123
|
function Final_1(isBits) {
|
|
124
|
-
this.
|
|
124
|
+
this.ew0_1 = isBits;
|
|
125
125
|
}
|
|
126
126
|
protoOf(Final_1).equals = function (other) {
|
|
127
127
|
var tmp;
|
|
@@ -135,24 +135,24 @@ protoOf(Final_1).equals = function (other) {
|
|
|
135
135
|
protoOf(Final_1).hashCode = function () {
|
|
136
136
|
var result = 17;
|
|
137
137
|
if (this instanceof Final) {
|
|
138
|
-
result = imul(result, 31) + this.
|
|
139
|
-
result = imul(result, 31) + this.
|
|
138
|
+
result = imul(result, 31) + this.bw0_1 | 0;
|
|
139
|
+
result = imul(result, 31) + this.cw0_1 | 0;
|
|
140
140
|
} else {
|
|
141
141
|
if (this instanceof Final_0) {
|
|
142
|
-
result = imul(result, 31) + getBigIntHashCode(this.
|
|
143
|
-
result = imul(result, 31) + getBigIntHashCode(this.
|
|
142
|
+
result = imul(result, 31) + getBigIntHashCode(this.jw0_1) | 0;
|
|
143
|
+
result = imul(result, 31) + getBigIntHashCode(this.kw0_1) | 0;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
146
|
+
result = imul(result, 31) + getBooleanHashCode(this.ew0_1) | 0;
|
|
147
147
|
return result;
|
|
148
148
|
};
|
|
149
149
|
protoOf(Final_1).toString = function () {
|
|
150
150
|
var tmp;
|
|
151
151
|
if (this instanceof Final) {
|
|
152
|
-
tmp = 'Counter.Bit32.Final[lo=' + this.
|
|
152
|
+
tmp = 'Counter.Bit32.Final[lo=' + this.bw0_1 + ', hi=' + this.cw0_1 + ']';
|
|
153
153
|
} else {
|
|
154
154
|
if (this instanceof Final_0) {
|
|
155
|
-
tmp = 'Counter.Bit64.Final[lo=' + this.
|
|
155
|
+
tmp = 'Counter.Bit64.Final[lo=' + this.jw0_1.toString() + ', hi=' + this.kw0_1.toString() + ']';
|
|
156
156
|
} else {
|
|
157
157
|
noWhenBranchMatchedException();
|
|
158
158
|
}
|
|
@@ -160,7 +160,7 @@ protoOf(Final_1).toString = function () {
|
|
|
160
160
|
return tmp;
|
|
161
161
|
};
|
|
162
162
|
function Counter() {
|
|
163
|
-
this.
|
|
163
|
+
this.lw0_1 = new Object();
|
|
164
164
|
}
|
|
165
165
|
protoOf(Counter).equals = function (other) {
|
|
166
166
|
var tmp;
|
|
@@ -172,15 +172,15 @@ protoOf(Counter).equals = function (other) {
|
|
|
172
172
|
return tmp;
|
|
173
173
|
};
|
|
174
174
|
protoOf(Counter).hashCode = function () {
|
|
175
|
-
return 527 + hashCode(this.
|
|
175
|
+
return 527 + hashCode(this.lw0_1) | 0;
|
|
176
176
|
};
|
|
177
177
|
protoOf(Counter).toString = function () {
|
|
178
178
|
var tmp;
|
|
179
179
|
if (this instanceof Bit32) {
|
|
180
|
-
tmp = 'Bit32[lo=' + this.
|
|
180
|
+
tmp = 'Bit32[lo=' + this.yvz_1 + ', hi=' + this.zvz_1 + ', incrementBy=' + this.xvz_1 + ']';
|
|
181
181
|
} else {
|
|
182
182
|
if (this instanceof Bit64) {
|
|
183
|
-
tmp = 'Bit64[lo=' + this.
|
|
183
|
+
tmp = 'Bit64[lo=' + this.ow0_1.toString() + ', hi=' + this.pw0_1.toString() + ', incrementBy=' + this.nw0_1.toString() + ']';
|
|
184
184
|
} else {
|
|
185
185
|
noWhenBranchMatchedException();
|
|
186
186
|
}
|
|
@@ -23,7 +23,7 @@ function Little() {
|
|
|
23
23
|
Little_instance = this;
|
|
24
24
|
Endian.call(this);
|
|
25
25
|
}
|
|
26
|
-
protoOf(Little).
|
|
26
|
+
protoOf(Little).qw0 = function (source, offset) {
|
|
27
27
|
// Inline function 'org.kotlincrypto.bitops.endian.internal.unpackLEInt' call
|
|
28
28
|
var tmp0 = _B0___init__impl__6otxhp(source[offset]);
|
|
29
29
|
var tmp2 = source[offset + 1 | 0];
|
|
@@ -32,7 +32,7 @@ protoOf(Little).bvg = function (source, offset) {
|
|
|
32
32
|
var b3 = source[offset + 3 | 0];
|
|
33
33
|
return _B0___get_b0__impl__g161pk(tmp0) & 255 | (tmp2 & 255) << 8 | (tmp4 & 255) << 16 | b3 << 24;
|
|
34
34
|
};
|
|
35
|
-
protoOf(Little).
|
|
35
|
+
protoOf(Little).rw0 = function (source, dest, destOffset) {
|
|
36
36
|
// Inline function 'org.kotlincrypto.bitops.endian.internal.packLEInt' call
|
|
37
37
|
dest[destOffset] = toByte(source);
|
|
38
38
|
dest[destOffset + 1 | 0] = toByte(source >>> 8 | 0);
|
|
@@ -40,7 +40,7 @@ protoOf(Little).cvg = function (source, dest, destOffset) {
|
|
|
40
40
|
dest[destOffset + 3 | 0] = toByte(source >>> 24 | 0);
|
|
41
41
|
return dest;
|
|
42
42
|
};
|
|
43
|
-
protoOf(Little).
|
|
43
|
+
protoOf(Little).sw0 = function (source, dest, destOffset, sourceIndexStart, sourceIndexEnd) {
|
|
44
44
|
// Inline function 'org.kotlincrypto.bitops.endian.internal.packArray' call
|
|
45
45
|
var destPos = destOffset;
|
|
46
46
|
var sourcePos = sourceIndexStart;
|
package/client.d.mts
CHANGED
|
@@ -108,6 +108,7 @@ import type {
|
|
|
108
108
|
CloseLoanCommandProps,
|
|
109
109
|
CloseMeetingCommand,
|
|
110
110
|
CloseMeetingCommandProps,
|
|
111
|
+
CollectionHandoff,
|
|
111
112
|
CommunicationMessageType,
|
|
112
113
|
CommunicationRecipientType,
|
|
113
114
|
CommunicationReport,
|
|
@@ -361,6 +362,7 @@ import type {
|
|
|
361
362
|
MergePersonsCommandProps,
|
|
362
363
|
MergeSectionsCommand,
|
|
363
364
|
MergeSectionsCommandProps,
|
|
365
|
+
MessageEditHistory,
|
|
364
366
|
MessageInConversation,
|
|
365
367
|
MessageType,
|
|
366
368
|
MfaConfirmationCommand,
|
|
@@ -379,6 +381,20 @@ import type {
|
|
|
379
381
|
NewsletterSubscribeCommand,
|
|
380
382
|
NewsletterSubscribeCommandProps,
|
|
381
383
|
NotificationGroupType,
|
|
384
|
+
Office365CustomerConnectCommand,
|
|
385
|
+
Office365CustomerConnectCommandProps,
|
|
386
|
+
Office365CustomerDisconnect,
|
|
387
|
+
Office365EditSession,
|
|
388
|
+
Office365EditSessionActorKind,
|
|
389
|
+
Office365InternalDocumentPublishRequest,
|
|
390
|
+
Office365InternalDocumentPublishRequestCommand,
|
|
391
|
+
Office365InternalDocumentPublishRequestCommandProps,
|
|
392
|
+
Office365ManagedDocumentCandidateClassificationRequest,
|
|
393
|
+
Office365ManagedDocumentCandidateClassificationRequestProps,
|
|
394
|
+
Office365ManagedDocumentCandidateReview,
|
|
395
|
+
Office365ManagedDocumentCandidateReviewCandidate,
|
|
396
|
+
Office365ManagedDocumentCopyRequest,
|
|
397
|
+
Office365ManagedDocumentCopyRequestProps,
|
|
382
398
|
OrderEconomicReportCommand,
|
|
383
399
|
OrderEconomicReportCommandProps,
|
|
384
400
|
OrderType,
|
|
@@ -386,6 +402,7 @@ import type {
|
|
|
386
402
|
OrganizationEmployee,
|
|
387
403
|
OverdueInvoiceCustomerPreview,
|
|
388
404
|
OverdueNoticeOrder,
|
|
405
|
+
OverdueOwner,
|
|
389
406
|
OverrideThirdPartyInformationResultCommand,
|
|
390
407
|
OverrideThirdPartyInformationResultCommandProps,
|
|
391
408
|
OwnerChangeSectionCommand,
|
|
@@ -431,6 +448,7 @@ import type {
|
|
|
431
448
|
PagedListMeeting,
|
|
432
449
|
PagedListNewsletter,
|
|
433
450
|
PagedListNotificationGroup,
|
|
451
|
+
PagedListOffice365ManagedDocumentCandidateReviewCandidate,
|
|
434
452
|
PagedListOrganization,
|
|
435
453
|
PagedListOwnershipChange,
|
|
436
454
|
PagedListParkingSpace,
|
|
@@ -647,6 +665,8 @@ import type {
|
|
|
647
665
|
UpdateMeetingCommandProps,
|
|
648
666
|
UpdateMeetingParticipantsCommand,
|
|
649
667
|
UpdateMeetingParticipantsCommandProps,
|
|
668
|
+
UpdateMessageCommand,
|
|
669
|
+
UpdateMessageCommandProps,
|
|
650
670
|
UpdateNewsletterCommand,
|
|
651
671
|
UpdateNewsletterCommandProps,
|
|
652
672
|
UpdateNotatCommand,
|
|
@@ -747,6 +767,7 @@ export type SdkInput<T> =
|
|
|
747
767
|
T extends CategoryColor ? CategoryColor | "YELLOW" | "PEACH" | "MAGENTA" | "PURPLE" | "BLUE" | "GREEN" :
|
|
748
768
|
T extends ChannelType ? ChannelType | "EMAIL" | "SMS" :
|
|
749
769
|
T extends ClientUserCompanyScope ? ClientUserCompanyScope | "READ_ONLY" | "BOARD" | "ADMIN" :
|
|
770
|
+
T extends CollectionHandoff ? CollectionHandoff | "NONE" | "KRAVIA_AFTER_FINAL_NOTICE" :
|
|
750
771
|
T extends CommunicationMessageType ? CommunicationMessageType | "EMAIL" | "SMS" | "PUSH" :
|
|
751
772
|
T extends CommunicationRecipientType ? CommunicationRecipientType | "PERSON" | "ORGANIZATION" | "EXTERNAL" :
|
|
752
773
|
T extends CommunicationState ? CommunicationState | "SENT" | "BOUNCE" | "COMPLAINT" | "REJECT" | "DELIVERY" | "DELAY" | "OPEN" | "CLICK" | "UNKNOWN" :
|
|
@@ -754,7 +775,7 @@ export type SdkInput<T> =
|
|
|
754
775
|
T extends CompanySubType ? CompanySubType | "GARAGE" :
|
|
755
776
|
T extends ContactSource ? ContactSource | "PRIVATE" | "ROLE_SCOPED" | "ORGANIZATION_EMPLOYEE" :
|
|
756
777
|
T extends ConversationEventType ? ConversationEventType | "NEW_PARTICIPANT" | "REMOVED_PARTICIPANT" | "LEFT_CONVERSATION" | "UPDATED_TITLE" | "UPDATED_CATEGORY" | "COMPLETED" | "UPLOAD" | "DELETED_UPLOAD" | "BACK_TO_WORK" | "NEW_INQUIRY" | "ATTACH_TO_ISSUE" | "REMOVE_ATTACHMENT_TO_ISSUE" | "CREATED_ISSUE" :
|
|
757
|
-
T extends ConversationStatus ? ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" :
|
|
778
|
+
T extends ConversationStatus ? ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" :
|
|
758
779
|
T extends CustomerClassification ? CustomerClassification | "PERSON" | "ORGANIZATION" :
|
|
759
780
|
T extends CustomerType ? CustomerType | "PERSON" | "ORGANIZATION" :
|
|
760
781
|
T extends DialogActivityType ? DialogActivityType | "DialogCreated" | "DialogClosed" | "Information" | "TransmissionOpened" | "PaymentMade" | "SignatureProvided" | "DialogOpened" | "DialogDeleted" | "DialogRestored" | "SentToSigning" | "SentToFormFill" | "SentToSendIn" | "SentToPayment" :
|
|
@@ -787,8 +808,10 @@ export type SdkInput<T> =
|
|
|
787
808
|
T extends MessageType ? MessageType | "DEFAULT" | "EMAIL" :
|
|
788
809
|
T extends MfaType ? MfaType | "SMS" | "TOTP" :
|
|
789
810
|
T extends NotificationGroupType ? NotificationGroupType | "BOARD_CHAIRS" | "BOARD_MEMBERS" | "BOARD_ALTERNATES" | "OWNERS" | "TENANTS" | "CO_HABITANTS" | "EXTERNALS" | "ALL" :
|
|
811
|
+
T extends Office365EditSessionActorKind ? Office365EditSessionActorKind | "EMPLOYEE" | "CUSTOMER" :
|
|
790
812
|
T extends OrderType ? OrderType | "BASIS" | "STANDARD" | "PREMIUM" :
|
|
791
813
|
T extends OverdueNoticeOrder ? OverdueNoticeOrder | "FIRST" | "SECOND" :
|
|
814
|
+
T extends OverdueOwner ? OverdueOwner | "LEGACY_BACKEND" | "GENGHIS" :
|
|
792
815
|
T extends ParkingSpaceAllocationStatus ? ParkingSpaceAllocationStatus | "ALLOCATED" | "VACANT" :
|
|
793
816
|
T extends ParkingSpaceOwnerType ? ParkingSpaceOwnerType | "SECTION" | "PERSON" | "ORGANIZATION" :
|
|
794
817
|
T extends ParkingSpaceType ? ParkingSpaceType | "NORMAL" | "MC" | "HC" :
|
|
@@ -894,6 +917,21 @@ export interface DocumentsApiFacade {
|
|
|
894
917
|
companyId: Id;
|
|
895
918
|
ticketId: string;
|
|
896
919
|
}): Promise<SdkResult<void>>;
|
|
920
|
+
beginOffice365CustomerConnection(params: {
|
|
921
|
+
companyId: Id;
|
|
922
|
+
documentId: Id;
|
|
923
|
+
input: Office365CustomerConnectCommand | SdkInput<Office365CustomerConnectCommandProps>;
|
|
924
|
+
}): Promise<SdkResult<void>>;
|
|
925
|
+
classifyOffice365ManagedDocumentCandidate(params: {
|
|
926
|
+
companyId: Id;
|
|
927
|
+
candidateId: Id;
|
|
928
|
+
input: Office365ManagedDocumentCandidateClassificationRequest | SdkInput<Office365ManagedDocumentCandidateClassificationRequestProps>;
|
|
929
|
+
}): Promise<SdkResult<Office365ManagedDocumentCandidateReview>>;
|
|
930
|
+
copyOffice365ManagedDocument(params: {
|
|
931
|
+
companyId: Id;
|
|
932
|
+
documentId: Id;
|
|
933
|
+
input: Office365ManagedDocumentCopyRequest | SdkInput<Office365ManagedDocumentCopyRequestProps>;
|
|
934
|
+
}): Promise<SdkResult<Document>>;
|
|
897
935
|
createDocument(params: {
|
|
898
936
|
companyId: Id;
|
|
899
937
|
documentType: DocumentType | "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";
|
|
@@ -923,6 +961,15 @@ export interface DocumentsApiFacade {
|
|
|
923
961
|
companyId: Id;
|
|
924
962
|
documentId: Id;
|
|
925
963
|
}): Promise<SdkResult<void>>;
|
|
964
|
+
discardOffice365ManagedDocumentCandidate(params: {
|
|
965
|
+
companyId: Id;
|
|
966
|
+
candidateId: Id;
|
|
967
|
+
}): Promise<SdkResult<Office365ManagedDocumentCandidateReview>>;
|
|
968
|
+
disconnectOffice365CustomerConnection(params: {
|
|
969
|
+
companyId: Id;
|
|
970
|
+
documentId: Id;
|
|
971
|
+
officeCustomerConnect: string;
|
|
972
|
+
}): Promise<SdkResult<Office365CustomerDisconnect>>;
|
|
926
973
|
indexDocumentBelongsTo(params: {
|
|
927
974
|
companyId: Id;
|
|
928
975
|
documentType: string;
|
|
@@ -966,6 +1013,14 @@ export interface DocumentsApiFacade {
|
|
|
966
1013
|
autoPaginate?: boolean | null | undefined;
|
|
967
1014
|
count?: number | null | undefined;
|
|
968
1015
|
}): Promise<SdkResult<PagedListDocument>>;
|
|
1016
|
+
listOffice365ManagedDocumentCandidates(params: {
|
|
1017
|
+
companyId: Id;
|
|
1018
|
+
managedDocuments: string;
|
|
1019
|
+
fields?: string | null | undefined;
|
|
1020
|
+
pageToken?: string | null | undefined;
|
|
1021
|
+
autoPaginate?: boolean | null | undefined;
|
|
1022
|
+
count?: number | null | undefined;
|
|
1023
|
+
}): Promise<SdkResult<PagedListOffice365ManagedDocumentCandidateReviewCandidate>>;
|
|
969
1024
|
moveDocument(params: {
|
|
970
1025
|
companyId: Id;
|
|
971
1026
|
documentId: Id;
|
|
@@ -976,11 +1031,20 @@ export interface DocumentsApiFacade {
|
|
|
976
1031
|
parentId: string;
|
|
977
1032
|
input: BatchMoveDocumentsCommand | SdkInput<BatchMoveDocumentsCommandProps>;
|
|
978
1033
|
}): Promise<SdkResult<KtList<Document>>>;
|
|
1034
|
+
openOffice365DocumentEditSession(params: {
|
|
1035
|
+
companyId: Id;
|
|
1036
|
+
documentId: Id;
|
|
1037
|
+
}): Promise<SdkResult<Office365EditSession>>;
|
|
979
1038
|
renameDocument(params: {
|
|
980
1039
|
companyId: Id;
|
|
981
1040
|
documentId: Id;
|
|
982
1041
|
input: RenameDocumentCommand | SdkInput<RenameDocumentCommandProps>;
|
|
983
1042
|
}): Promise<SdkResult<Document>>;
|
|
1043
|
+
requestOffice365InternalDocumentPublish(params: {
|
|
1044
|
+
companyId: Id;
|
|
1045
|
+
internalDocuments: string;
|
|
1046
|
+
input: Office365InternalDocumentPublishRequestCommand | SdkInput<Office365InternalDocumentPublishRequestCommandProps>;
|
|
1047
|
+
}): Promise<SdkResult<Office365InternalDocumentPublishRequest>>;
|
|
984
1048
|
restoreDocument(params: {
|
|
985
1049
|
companyId: Id;
|
|
986
1050
|
documentId: Id;
|
|
@@ -1020,6 +1084,11 @@ export interface DocumentsApiFacade {
|
|
|
1020
1084
|
autoPaginate?: boolean | null | undefined;
|
|
1021
1085
|
count?: number | null | undefined;
|
|
1022
1086
|
}): Promise<SdkResult<PagedListDocumentType>>;
|
|
1087
|
+
showOffice365ManagedDocumentCandidate(params: {
|
|
1088
|
+
companyId: Id;
|
|
1089
|
+
candidateId: Id;
|
|
1090
|
+
fields?: string | null | undefined;
|
|
1091
|
+
}): Promise<SdkResult<Office365ManagedDocumentCandidateReviewCandidate>>;
|
|
1023
1092
|
showPublicDocument(params: {
|
|
1024
1093
|
companyId: Id;
|
|
1025
1094
|
documentId: Id;
|
|
@@ -1163,6 +1232,11 @@ export interface ConversationApiFacade {
|
|
|
1163
1232
|
companyId: Id;
|
|
1164
1233
|
conversationId: Id;
|
|
1165
1234
|
}): Promise<SdkResult<void>>;
|
|
1235
|
+
deleteConversationMessage(params: {
|
|
1236
|
+
companyId: Id;
|
|
1237
|
+
conversationId: Id;
|
|
1238
|
+
messageId: Id;
|
|
1239
|
+
}): Promise<SdkResult<void>>;
|
|
1166
1240
|
deleteConversationParticipant(params: {
|
|
1167
1241
|
companyId: Id;
|
|
1168
1242
|
conversationId: Id;
|
|
@@ -1223,7 +1297,7 @@ export interface ConversationApiFacade {
|
|
|
1223
1297
|
category?: Id | null | undefined;
|
|
1224
1298
|
folder?: Id | null | undefined;
|
|
1225
1299
|
onlyRoot?: boolean | null | undefined;
|
|
1226
|
-
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | null | undefined;
|
|
1300
|
+
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" | null | undefined;
|
|
1227
1301
|
byParticipant?: Id | null | undefined;
|
|
1228
1302
|
byParticipantType?: ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | null | undefined;
|
|
1229
1303
|
assignedToUserId?: Id | null | undefined;
|
|
@@ -1257,7 +1331,7 @@ export interface ConversationApiFacade {
|
|
|
1257
1331
|
indexConversationCountByCompany(params: {
|
|
1258
1332
|
companyIds?: ReadonlyArray<Id> | null | undefined;
|
|
1259
1333
|
categoryIds?: ReadonlyArray<Id> | null | undefined;
|
|
1260
|
-
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | null | undefined;
|
|
1334
|
+
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" | null | undefined;
|
|
1261
1335
|
folderId?: Id | null | undefined;
|
|
1262
1336
|
assignedToUserId?: Id | null | undefined;
|
|
1263
1337
|
createdSince?: Id | null | undefined;
|
|
@@ -1277,11 +1351,17 @@ export interface ConversationApiFacade {
|
|
|
1277
1351
|
autoPaginate?: boolean | null | undefined;
|
|
1278
1352
|
count?: number | null | undefined;
|
|
1279
1353
|
}): Promise<SdkResult<PagedListConversationFolder>>;
|
|
1354
|
+
indexConversationMessageHistory(params: {
|
|
1355
|
+
companyId: Id;
|
|
1356
|
+
conversationId: Id;
|
|
1357
|
+
messageId: Id;
|
|
1358
|
+
fields?: string | null | undefined;
|
|
1359
|
+
}): Promise<SdkResult<KtList<MessageEditHistory>>>;
|
|
1280
1360
|
indexConversations(params: {
|
|
1281
1361
|
search?: string | null | undefined;
|
|
1282
1362
|
companyIds?: ReadonlyArray<Id> | null | undefined;
|
|
1283
1363
|
categoryIds?: ReadonlyArray<Id> | null | undefined;
|
|
1284
|
-
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | null | undefined;
|
|
1364
|
+
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" | null | undefined;
|
|
1285
1365
|
byParticipants?: ReadonlyArray<Id> | null | undefined;
|
|
1286
1366
|
byParticipantTypes?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER"> | null | undefined;
|
|
1287
1367
|
folderId?: Id | null | undefined;
|
|
@@ -1321,6 +1401,11 @@ export interface ConversationApiFacade {
|
|
|
1321
1401
|
companyId: Id;
|
|
1322
1402
|
input: BatchConversationStateCommand | SdkInput<BatchConversationStateCommandProps>;
|
|
1323
1403
|
}): Promise<SdkResult<void>>;
|
|
1404
|
+
restoreConversationMessage(params: {
|
|
1405
|
+
companyId: Id;
|
|
1406
|
+
conversationId: Id;
|
|
1407
|
+
messageId: Id;
|
|
1408
|
+
}): Promise<SdkResult<void>>;
|
|
1324
1409
|
showConversation(params: {
|
|
1325
1410
|
companyId: Id;
|
|
1326
1411
|
conversationId: Id;
|
|
@@ -1345,6 +1430,22 @@ export interface ConversationApiFacade {
|
|
|
1345
1430
|
size?: string | null | undefined;
|
|
1346
1431
|
fields?: string | null | undefined;
|
|
1347
1432
|
}): Promise<SdkResult<UrlWrapper>>;
|
|
1433
|
+
trashConversation(params: {
|
|
1434
|
+
companyId: Id;
|
|
1435
|
+
conversationId: Id;
|
|
1436
|
+
}): Promise<SdkResult<void>>;
|
|
1437
|
+
trashMultipleConversations(params: {
|
|
1438
|
+
companyId: Id;
|
|
1439
|
+
input: BatchConversationStateCommand | SdkInput<BatchConversationStateCommandProps>;
|
|
1440
|
+
}): Promise<SdkResult<void>>;
|
|
1441
|
+
untrashConversation(params: {
|
|
1442
|
+
companyId: Id;
|
|
1443
|
+
conversationId: Id;
|
|
1444
|
+
}): Promise<SdkResult<void>>;
|
|
1445
|
+
untrashMultipleConversations(params: {
|
|
1446
|
+
companyId: Id;
|
|
1447
|
+
input: BatchConversationStateCommand | SdkInput<BatchConversationStateCommandProps>;
|
|
1448
|
+
}): Promise<SdkResult<void>>;
|
|
1348
1449
|
updateConversation(params: {
|
|
1349
1450
|
companyId: Id;
|
|
1350
1451
|
conversationId: Id;
|
|
@@ -1360,6 +1461,12 @@ export interface ConversationApiFacade {
|
|
|
1360
1461
|
categoryId: Id;
|
|
1361
1462
|
input: UpdateConversationCategoryCommand | SdkInput<UpdateConversationCategoryCommandProps>;
|
|
1362
1463
|
}): Promise<SdkResult<SecureConversationCategory>>;
|
|
1464
|
+
updateConversationMessage(params: {
|
|
1465
|
+
companyId: Id;
|
|
1466
|
+
conversationId: Id;
|
|
1467
|
+
messageId: Id;
|
|
1468
|
+
input: UpdateMessageCommand | SdkInput<UpdateMessageCommandProps>;
|
|
1469
|
+
}): Promise<SdkResult<void>>;
|
|
1363
1470
|
updateFolder(params: {
|
|
1364
1471
|
companyId: Id;
|
|
1365
1472
|
folderId: Id;
|