@solibo/solibo-sdk 1.15.11 → 1.15.13
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/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
- 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 +49 -35
- package/client.mjs +20 -18
- 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.d.ts +1 -0
- package/index.mjs +40 -263
- package/kotlin-kotlin-stdlib.mjs +6 -6
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +8 -8
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-client-auth.mjs +224 -224
- package/ktor-ktor-client-encoding.mjs +75 -75
- package/ktor-ktor-client-encoding.mjs.map +1 -1
- package/ktor-ktor-client-logging.mjs +520 -520
- package/ktor-ktor-client-mock.mjs +39 -39
- package/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +43729 -44495
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +404 -550
- package/solibo-sdk-sdk.mjs +4800 -4730
- 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.h10p_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.g10p_1 = delegate;
|
|
33
33
|
var tmp_0 = this;
|
|
34
34
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
35
|
-
tmp_0.
|
|
35
|
+
tmp_0.h10p_1 = ArrayList_init_$Create$();
|
|
36
36
|
}
|
|
37
37
|
protoOf(MapSettings).s3h = function (key) {
|
|
38
38
|
// Inline function 'kotlin.collections.minusAssign' call
|
|
39
|
-
this.
|
|
39
|
+
this.g10p_1.e3(key);
|
|
40
40
|
invokeListeners(this);
|
|
41
41
|
};
|
|
42
|
-
protoOf(MapSettings).
|
|
42
|
+
protoOf(MapSettings).z10o = function (key, value) {
|
|
43
43
|
// Inline function 'kotlin.collections.set' call
|
|
44
|
-
this.
|
|
44
|
+
this.g10p_1.d3(key, value);
|
|
45
45
|
invokeListeners(this);
|
|
46
46
|
};
|
|
47
|
-
protoOf(MapSettings).
|
|
47
|
+
protoOf(MapSettings).a10p = function (key, value) {
|
|
48
48
|
// Inline function 'kotlin.collections.set' call
|
|
49
|
-
this.
|
|
49
|
+
this.g10p_1.d3(key, value);
|
|
50
50
|
invokeListeners(this);
|
|
51
51
|
};
|
|
52
|
-
protoOf(MapSettings).
|
|
52
|
+
protoOf(MapSettings).b10p = function (key, value) {
|
|
53
53
|
// Inline function 'kotlin.collections.set' call
|
|
54
|
-
this.
|
|
54
|
+
this.g10p_1.d3(key, value);
|
|
55
55
|
invokeListeners(this);
|
|
56
56
|
};
|
|
57
|
-
protoOf(MapSettings).
|
|
58
|
-
var tmp = this.
|
|
57
|
+
protoOf(MapSettings).c10p = function (key) {
|
|
58
|
+
var tmp = this.g10p_1.a3(key);
|
|
59
59
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
60
60
|
};
|
|
61
|
-
protoOf(MapSettings).
|
|
61
|
+
protoOf(MapSettings).d10p = function (key, value) {
|
|
62
62
|
// Inline function 'kotlin.collections.set' call
|
|
63
|
-
this.
|
|
63
|
+
this.g10p_1.d3(key, value);
|
|
64
64
|
invokeListeners(this);
|
|
65
65
|
};
|
|
66
|
-
protoOf(MapSettings).
|
|
66
|
+
protoOf(MapSettings).e10p = function (key, value) {
|
|
67
67
|
// Inline function 'kotlin.collections.set' call
|
|
68
|
-
this.
|
|
68
|
+
this.g10p_1.d3(key, value);
|
|
69
69
|
invokeListeners(this);
|
|
70
70
|
};
|
|
71
|
-
protoOf(MapSettings).
|
|
71
|
+
protoOf(MapSettings).f10p = function (key, value) {
|
|
72
72
|
// Inline function 'kotlin.collections.set' call
|
|
73
|
-
this.
|
|
73
|
+
this.g10p_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.y10o_1 = delegate;
|
|
22
22
|
}
|
|
23
23
|
protoOf(StorageSettings).s3h = function (key) {
|
|
24
|
-
return this.
|
|
24
|
+
return this.y10o_1.removeItem(key);
|
|
25
25
|
};
|
|
26
|
-
protoOf(StorageSettings).
|
|
27
|
-
var tmp0 = this.
|
|
26
|
+
protoOf(StorageSettings).z10o = function (key, value) {
|
|
27
|
+
var tmp0 = this.y10o_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).a10p = function (key, value) {
|
|
33
|
+
var tmp0 = this.y10o_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).b10p = function (key, value) {
|
|
39
39
|
// Inline function 'com.russhwolf.settings.set' call
|
|
40
|
-
this.
|
|
40
|
+
this.y10o_1.setItem(key, value);
|
|
41
41
|
};
|
|
42
|
-
protoOf(StorageSettings).
|
|
42
|
+
protoOf(StorageSettings).c10p = function (key) {
|
|
43
43
|
// Inline function 'com.russhwolf.settings.get' call
|
|
44
|
-
return this.
|
|
44
|
+
return this.y10o_1.getItem(key);
|
|
45
45
|
};
|
|
46
|
-
protoOf(StorageSettings).
|
|
47
|
-
var tmp0 = this.
|
|
46
|
+
protoOf(StorageSettings).d10p = function (key, value) {
|
|
47
|
+
var tmp0 = this.y10o_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).e10p = function (key, value) {
|
|
53
|
+
var tmp0 = this.y10o_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).f10p = function (key, value) {
|
|
59
|
+
var tmp0 = this.y10o_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.hzw_1 = initialValue;
|
|
12
12
|
}
|
|
13
13
|
protoOf(AtomicReference).q25 = function () {
|
|
14
|
-
return this.
|
|
14
|
+
return this.hzw_1;
|
|
15
15
|
};
|
|
16
16
|
protoOf(AtomicReference).j2o = function (value_) {
|
|
17
|
-
this.
|
|
17
|
+
this.hzw_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.a11a_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.c11a_1 = incrementBy;
|
|
70
|
+
$this.d11a_1 = lo;
|
|
71
|
+
$this.e11a_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.g11a_1 = lo;
|
|
84
|
+
this.h11a_1 = hi;
|
|
85
85
|
}
|
|
86
86
|
protoOf(Final).ch = function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.g11a_1;
|
|
88
88
|
};
|
|
89
89
|
protoOf(Final).dh = function () {
|
|
90
|
-
return this.
|
|
90
|
+
return this.h11a_1;
|
|
91
91
|
};
|
|
92
|
-
protoOf(Final).
|
|
93
|
-
if (this.
|
|
92
|
+
protoOf(Final).i11a = function () {
|
|
93
|
+
if (this.j11a_1)
|
|
94
94
|
return this;
|
|
95
|
-
return new Final(this.
|
|
95
|
+
return new Final(this.g11a_1 << 3, this.h11a_1 << 3 | (this.g11a_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).k11a = function () {
|
|
100
|
+
this.d11a_1 = this.d11a_1 + this.c11a_1 | 0;
|
|
101
|
+
if (this.d11a_1 === 0) {
|
|
102
|
+
this.e11a_1 = this.e11a_1 + 1 | 0;
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
protoOf(Bit32).
|
|
106
|
-
var lo = this.
|
|
107
|
-
var hi = this.
|
|
105
|
+
protoOf(Bit32).l11a = function (additional) {
|
|
106
|
+
var lo = this.d11a_1;
|
|
107
|
+
var hi = this.e11a_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).f11b = function (additional) {
|
|
|
112
112
|
}
|
|
113
113
|
return Final_init_$Create$(lo, hi);
|
|
114
114
|
};
|
|
115
|
-
protoOf(Bit32).
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
115
|
+
protoOf(Bit32).m11a = function () {
|
|
116
|
+
this.d11a_1 = 0;
|
|
117
|
+
this.e11a_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.j11a_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.g11a_1 | 0;
|
|
139
|
+
result = imul(result, 31) + this.h11a_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.o11a_1) | 0;
|
|
143
|
+
result = imul(result, 31) + getBigIntHashCode(this.p11a_1) | 0;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
146
|
+
result = imul(result, 31) + getBooleanHashCode(this.j11a_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.g11a_1 + ', hi=' + this.h11a_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.o11a_1.toString() + ', hi=' + this.p11a_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.q11a_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.q11a_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.d11a_1 + ', hi=' + this.e11a_1 + ', incrementBy=' + this.c11a_1 + ']';
|
|
181
181
|
} else {
|
|
182
182
|
if (this instanceof Bit64) {
|
|
183
|
-
tmp = 'Bit64[lo=' + this.
|
|
183
|
+
tmp = 'Bit64[lo=' + this.t11a_1.toString() + ', hi=' + this.u11a_1.toString() + ', incrementBy=' + this.s11a_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).v11a = 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).p11b = 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).w11a = 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).q11b = 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).x11a = 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
|
@@ -38,6 +38,7 @@ import type {
|
|
|
38
38
|
AuthChallengeType,
|
|
39
39
|
AuthMode,
|
|
40
40
|
AuthUser,
|
|
41
|
+
AuthUserDiscriminator,
|
|
41
42
|
AuthorizationSupportRequestCommand,
|
|
42
43
|
AuthorizationSupportRequestCommandProps,
|
|
43
44
|
Base64ByteArray,
|
|
@@ -51,6 +52,7 @@ import type {
|
|
|
51
52
|
BatchRestoreDocumentsCommandProps,
|
|
52
53
|
BatchTrashDocumentsCommand,
|
|
53
54
|
BatchTrashDocumentsCommandProps,
|
|
55
|
+
BoardParticipant,
|
|
54
56
|
BoardmemberPersonnummer,
|
|
55
57
|
BorettslagSearchCommand,
|
|
56
58
|
BorettslagSearchCommandProps,
|
|
@@ -104,7 +106,9 @@ import type {
|
|
|
104
106
|
ChangeResponsibleCommand,
|
|
105
107
|
ChangeResponsibleCommandProps,
|
|
106
108
|
ChannelType,
|
|
109
|
+
ClientUser,
|
|
107
110
|
ClientUserCompanyScope,
|
|
111
|
+
ClientUserParticipant,
|
|
108
112
|
CloseInsuranceCommand,
|
|
109
113
|
CloseInsuranceCommandProps,
|
|
110
114
|
CloseInvoiceCommand,
|
|
@@ -144,7 +148,6 @@ import type {
|
|
|
144
148
|
ContactTryFreeCommand,
|
|
145
149
|
ContactTryFreeCommandProps,
|
|
146
150
|
Conversation,
|
|
147
|
-
ConversationApi,
|
|
148
151
|
ConversationCategoryParticipantPreview,
|
|
149
152
|
ConversationCount,
|
|
150
153
|
ConversationCountConversationCountByCompanyMap,
|
|
@@ -180,6 +183,9 @@ import type {
|
|
|
180
183
|
CreateExpenseCommand,
|
|
181
184
|
CreateExpenseCommandProps,
|
|
182
185
|
CreateExternalCustomerCommand,
|
|
186
|
+
CreateExternalCustomerCommandDiscriminator,
|
|
187
|
+
CreateExternalOrganizationCustomerCommand,
|
|
188
|
+
CreateExternalPersonCustomerCommand,
|
|
183
189
|
CreateFolderCommand,
|
|
184
190
|
CreateFolderCommandProps,
|
|
185
191
|
CreateHmsSettingsCommand,
|
|
@@ -231,6 +237,7 @@ import type {
|
|
|
231
237
|
CreateResetPasswordCommand,
|
|
232
238
|
CreateResetPasswordCommandProps,
|
|
233
239
|
CreateResidentCommand,
|
|
240
|
+
CreateResidentCommandDiscriminator,
|
|
234
241
|
CreateRoutineCommand,
|
|
235
242
|
CreateRoutineCommandProps,
|
|
236
243
|
CreateSMSBroadcastCommand,
|
|
@@ -266,7 +273,7 @@ import type {
|
|
|
266
273
|
CreditInvoiceCommand,
|
|
267
274
|
CreditInvoiceCommandProps,
|
|
268
275
|
Customer,
|
|
269
|
-
|
|
276
|
+
CustomerDiscriminator,
|
|
270
277
|
CustomerMetadata,
|
|
271
278
|
CustomerType,
|
|
272
279
|
DeviceSrpCommand,
|
|
@@ -297,6 +304,7 @@ import type {
|
|
|
297
304
|
EditResidencyCommandProps,
|
|
298
305
|
EmailInlineConfirmCommand,
|
|
299
306
|
EmailInlineConfirmCommandProps,
|
|
307
|
+
EmployeeParticipant,
|
|
300
308
|
Errors,
|
|
301
309
|
EventBus,
|
|
302
310
|
Expense,
|
|
@@ -347,6 +355,7 @@ import type {
|
|
|
347
355
|
HmsSettings,
|
|
348
356
|
Homepage,
|
|
349
357
|
InlineDistributionType,
|
|
358
|
+
InquiryParticipant,
|
|
350
359
|
Insurance,
|
|
351
360
|
IntegratedCommunicationCommentMutationResult,
|
|
352
361
|
IntegratedConversationMessageResult,
|
|
@@ -457,7 +466,9 @@ import type {
|
|
|
457
466
|
OrderEconomicReportCommandProps,
|
|
458
467
|
OrderType,
|
|
459
468
|
Organization,
|
|
469
|
+
OrganizationCustomer,
|
|
460
470
|
OrganizationEmployee,
|
|
471
|
+
OrganizationParticipant,
|
|
461
472
|
OrganizationResident,
|
|
462
473
|
OverdueInvoiceCustomerPreview,
|
|
463
474
|
OverdueNoticeOrder,
|
|
@@ -557,6 +568,7 @@ import type {
|
|
|
557
568
|
ParkingSpaceType,
|
|
558
569
|
ParkingSpaceVacancy,
|
|
559
570
|
ParkingSpaceVacant,
|
|
571
|
+
ParticipantDiscriminator,
|
|
560
572
|
ParticipantType,
|
|
561
573
|
PayeeType,
|
|
562
574
|
PayerType,
|
|
@@ -564,6 +576,8 @@ import type {
|
|
|
564
576
|
PeriodicTaskIntervalMethod,
|
|
565
577
|
PeriodicTaskIntervalType,
|
|
566
578
|
Person,
|
|
579
|
+
PersonCustomer,
|
|
580
|
+
PersonParticipant,
|
|
567
581
|
PersonResident,
|
|
568
582
|
PersonStatus,
|
|
569
583
|
PersonUser,
|
|
@@ -666,6 +680,7 @@ import type {
|
|
|
666
680
|
StorageRoomVacant,
|
|
667
681
|
Supplier,
|
|
668
682
|
SupplierComment,
|
|
683
|
+
SupplierContactParticipant,
|
|
669
684
|
SupplierForCompany,
|
|
670
685
|
SupplierInvoiceApprovalCounts,
|
|
671
686
|
SupplierInvoiceCount,
|
|
@@ -677,6 +692,11 @@ import type {
|
|
|
677
692
|
TaskEventType,
|
|
678
693
|
TenantType,
|
|
679
694
|
ThirdPartyInformation,
|
|
695
|
+
ThirdPartyInformationAltinnError,
|
|
696
|
+
ThirdPartyInformationEmailError,
|
|
697
|
+
ThirdPartyInformationErrorDiscriminator,
|
|
698
|
+
ThirdPartyInformationPostenError,
|
|
699
|
+
ThirdPartyInformationProcessError,
|
|
680
700
|
ThreePODialog,
|
|
681
701
|
TransmissionDialogType,
|
|
682
702
|
TripletexAccountFractionsResponse,
|
|
@@ -790,6 +810,7 @@ import type {
|
|
|
790
810
|
UpdateReportCommand,
|
|
791
811
|
UpdateReportCommandProps,
|
|
792
812
|
UpdateResidentCommand,
|
|
813
|
+
UpdateResidentCommandDiscriminator,
|
|
793
814
|
UpdateResolutionCommand,
|
|
794
815
|
UpdateResolutionCommandProps,
|
|
795
816
|
UpdateRoutineCommand,
|
|
@@ -851,6 +872,7 @@ export type Id = bigint | number | string;
|
|
|
851
872
|
export type SdkInput<T> =
|
|
852
873
|
T extends SoliboInstant | SoliboLocalDate | SoliboLocalDateTime ? T | string :
|
|
853
874
|
T extends AuthChallengeType ? AuthChallengeType | "SMS_MFA" | "EMAIL_TOTF_MFA" | "TOTF_MFA" | "SELECT_MFA" | "SETUP_MFA" | "DEVICE_SRP" | "DEVICE_VERIFIER" | "NEW_PASSWORD" | "ADMIN_NO_SRP" | "PASSWORD_VERIFIER" | "CUSTOM_CHALLENGE" :
|
|
875
|
+
T extends AuthUserDiscriminator ? AuthUserDiscriminator | "solibo.common.auth.ClientUser" | "solibo.common.auth.PersonUser" :
|
|
854
876
|
T extends BulkCreateConversationItemStatus ? BulkCreateConversationItemStatus | "CREATED" | "VALIDATED" :
|
|
855
877
|
T extends BulkCreateHomepagePostItemStatus ? BulkCreateHomepagePostItemStatus | "CREATED" | "VALIDATED" :
|
|
856
878
|
T extends BulkCreateHomepagePracticalInfoItemStatus ? BulkCreateHomepagePracticalInfoItemStatus | "CREATED" | "VALIDATED" :
|
|
@@ -882,7 +904,9 @@ export type SdkInput<T> =
|
|
|
882
904
|
T extends ConversationOrderDirection ? ConversationOrderDirection | "ASC" | "DESC" :
|
|
883
905
|
T extends ConversationPushFallbackCadencePreset ? ConversationPushFallbackCadencePreset | "STANDARD" | "ACTIVE_PROJECT" :
|
|
884
906
|
T extends ConversationStatus ? ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" :
|
|
885
|
-
T extends
|
|
907
|
+
T extends CreateExternalCustomerCommandDiscriminator ? CreateExternalCustomerCommandDiscriminator | "solibo.economy.invoicing.command.CreateExternalOrganizationCustomerCommand" | "solibo.economy.invoicing.command.CreateExternalPersonCustomerCommand" :
|
|
908
|
+
T extends CreateResidentCommandDiscriminator ? CreateResidentCommandDiscriminator | "solibo.residents.command.CreateOrganizationResidentCommand" | "solibo.residents.command.CreatePersonResidentCommand" :
|
|
909
|
+
T extends CustomerDiscriminator ? CustomerDiscriminator | "solibo.economy.invoicing.query.domain.OrganizationCustomer" | "solibo.economy.invoicing.query.domain.PersonCustomer" :
|
|
886
910
|
T extends CustomerType ? CustomerType | "PERSON" | "ORGANIZATION" :
|
|
887
911
|
T extends DialogActivityType ? DialogActivityType | "DialogCreated" | "DialogClosed" | "Information" | "TransmissionOpened" | "PaymentMade" | "SignatureProvided" | "DialogOpened" | "DialogDeleted" | "DialogRestored" | "SentToSigning" | "SentToFormFill" | "SentToSendIn" | "SentToPayment" :
|
|
888
912
|
T extends DialogStatus ? DialogStatus | "InProgress" | "Draft" | "RequiresAttention" | "Completed" | "NotApplicable" | "Awaiting" :
|
|
@@ -931,6 +955,7 @@ export type SdkInput<T> =
|
|
|
931
955
|
T extends ParkingSpaceAllocationStatus ? ParkingSpaceAllocationStatus | "ALLOCATED" | "VACANT" :
|
|
932
956
|
T extends ParkingSpaceOwnerType ? ParkingSpaceOwnerType | "SECTION" | "PERSON" | "ORGANIZATION" :
|
|
933
957
|
T extends ParkingSpaceType ? ParkingSpaceType | "NORMAL" | "MC" | "HC" :
|
|
958
|
+
T extends ParticipantDiscriminator ? ParticipantDiscriminator | "solibo.conversation.query.domain.BoardParticipant" | "solibo.conversation.query.domain.ClientUserParticipant" | "solibo.conversation.query.domain.EmployeeParticipant" | "solibo.conversation.query.domain.InquiryParticipant" | "solibo.conversation.query.domain.OrganizationParticipant" | "solibo.conversation.query.domain.PersonParticipant" | "solibo.conversation.query.domain.SupplierContactParticipant" :
|
|
934
959
|
T extends ParticipantType ? ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | "BOARD" :
|
|
935
960
|
T extends PayeeType ? PayeeType | "PERSON" | "BOLIGSELSKAP" :
|
|
936
961
|
T extends PayerType ? PayerType | "PERSON" | "BOLIGSELSKAP" | "COMPANY" | "COMPANY_AS_PERSON" | "SUPPLIER" | "UNKNOWN" :
|
|
@@ -945,6 +970,7 @@ export type SdkInput<T> =
|
|
|
945
970
|
T extends PushNotificationResolutionSource ? PushNotificationResolutionSource | "EXPLICIT_TARGET" | "FCM_NOTIFICATION_GROUP" | "STORED_DEVICE_TOKENS" :
|
|
946
971
|
T extends PushNotificationResolutionStatus ? PushNotificationResolutionStatus | "PENDING" | "NO_DEVICE" | "RESOLVED" | "RESOLUTION_FAILED" :
|
|
947
972
|
T extends RelationType ? RelationType | "SAMEIE" | "MEMBER" :
|
|
973
|
+
T extends Raw.ResidentDiscriminator ? Raw.ResidentDiscriminator | "solibo.residents.query.domain.OrganizationResident" | "solibo.residents.query.domain.PersonResident" :
|
|
948
974
|
T extends ResidentType ? ResidentType | "PERSON" | "ORGANIZATION" :
|
|
949
975
|
T extends RoleType ? RoleType | "ADMIN" | "SUPER_USER" | "USER" | "SALES" | "SWITCHBOARD" | "ADMINISTRATOR_SUPERVISOR" | "ADMINISTRATOR" | "ONBOARDING" | "INVOICING" | "INSURANCE_RESPONSIBLE" | "LOAN_RESPONSIBLE" | "IN_LOAN_RESPONSIBLE" | "ACCOUNTING" | "COLLECTION" | "OWNERSHIP_CHANGE" | "LAWYER" | "BOARD_CHAIR" | "BOARD_MEMBER" | "BOARD_ALTERNATE" | "OWNER" | "TENANT" | "CO_HABITANT" | "RECEPTIONIST" | "BUILDING_DEVELOPER" | "CONTACT_PERSON_FOR_COMPANY" | "CONTACT_PERSON_FOR_SECTION" | "SUPPLIER" | "EXTERNAL" :
|
|
950
976
|
T extends RoutineInterval ? RoutineInterval | "HOUR" | "DAY" | "WEEKLY" | "MONTH" | "QUARTERLY" | "BIANNUAL" | "ANNUAL" | "BIENNIAL" | "QUINQUENNIAL" :
|
|
@@ -967,23 +993,9 @@ export type SdkInput<T> =
|
|
|
967
993
|
T extends SupplierInvoiceStatus ? SupplierInvoiceStatus | "FOR_APPROVAL" | "APPROVED" | "REJECTED" | "PAID" | "REVERSED" | "REMAINDER" | "CREDIT" :
|
|
968
994
|
T extends TaskEventType ? TaskEventType | "INITIALIZED" | "CREATED" | "UPDATED" | "COMPLETED" | "RECURRING_COMPLETION" | "RE_CREATED" | "RE_OPENED" | "CANCELLED" :
|
|
969
995
|
T extends TenantType ? TenantType | "BOLIGSELSKAP" :
|
|
996
|
+
T extends ThirdPartyInformationErrorDiscriminator ? ThirdPartyInformationErrorDiscriminator | "solibo.thirdpartyinformation.query.domain.ThirdPartyInformationAltinnError" | "solibo.thirdpartyinformation.query.domain.ThirdPartyInformationEmailError" | "solibo.thirdpartyinformation.query.domain.ThirdPartyInformationPostenError" | "solibo.thirdpartyinformation.query.domain.ThirdPartyInformationProcessError" :
|
|
970
997
|
T extends TransmissionDialogType ? TransmissionDialogType | "Information" | "Acceptance" | "Rejection" | "Request" | "Alert" | "Decision" | "Submission" | "Correction" | "Unknown" :
|
|
971
|
-
T extends
|
|
972
|
-
T extends ConversationApi.LatestPublicMessageSideCountConversationsInCompany ? ConversationApi.LatestPublicMessageSideCountConversationsInCompany | "BOARD" | "NON_BOARD" | "NONE" :
|
|
973
|
-
T extends ConversationApi.ByParticipantTypeCountConversationsInCompany ? ConversationApi.ByParticipantTypeCountConversationsInCompany | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" :
|
|
974
|
-
T extends ConversationApi.StatusIndexConversation ? ConversationApi.StatusIndexConversation | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" :
|
|
975
|
-
T extends ConversationApi.LatestPublicMessageSideIndexConversation ? ConversationApi.LatestPublicMessageSideIndexConversation | "BOARD" | "NON_BOARD" | "NONE" :
|
|
976
|
-
T extends ConversationApi.ByParticipantTypeIndexConversation ? ConversationApi.ByParticipantTypeIndexConversation | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" :
|
|
977
|
-
T extends ConversationApi.OrderByIndexConversation ? ConversationApi.OrderByIndexConversation | "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT" :
|
|
978
|
-
T extends ConversationApi.OrderDirectionIndexConversation ? ConversationApi.OrderDirectionIndexConversation | "ASC" | "DESC" :
|
|
979
|
-
T extends ConversationApi.StatusIndexConversationCountByCompany ? ConversationApi.StatusIndexConversationCountByCompany | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" :
|
|
980
|
-
T extends ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany ? ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany | "BOARD" | "NON_BOARD" | "NONE" :
|
|
981
|
-
T extends ConversationApi.ByParticipantTypeIndexConversationCountByCompany ? ConversationApi.ByParticipantTypeIndexConversationCountByCompany | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" :
|
|
982
|
-
T extends ConversationApi.StatusIndexConversations ? ConversationApi.StatusIndexConversations | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" :
|
|
983
|
-
T extends ConversationApi.LatestPublicMessageSideIndexConversations ? ConversationApi.LatestPublicMessageSideIndexConversations | "BOARD" | "NON_BOARD" | "NONE" :
|
|
984
|
-
T extends ConversationApi.ByParticipantTypeIndexConversations ? ConversationApi.ByParticipantTypeIndexConversations | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" :
|
|
985
|
-
T extends ConversationApi.OrderByIndexConversations ? ConversationApi.OrderByIndexConversations | "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT" :
|
|
986
|
-
T extends ConversationApi.OrderDirectionIndexConversations ? ConversationApi.OrderDirectionIndexConversations | "ASC" | "DESC" :
|
|
998
|
+
T extends UpdateResidentCommandDiscriminator ? UpdateResidentCommandDiscriminator | "solibo.residents.command.UpdateOrganizationResidentCommand" | "solibo.residents.command.UpdatePersonResidentCommand" :
|
|
987
999
|
T extends RequestMethod ? RequestMethod | "GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT" :
|
|
988
1000
|
T extends AuthMode ? AuthMode | "TOKEN" | "COOKIE" | "M2M" :
|
|
989
1001
|
T extends LoginType ? LoginType | "EMAIL" | "MOBILE" | "ILLEGAL" :
|
|
@@ -1388,15 +1400,15 @@ export interface ConversationApiFacade {
|
|
|
1388
1400
|
countConversationsInCompany<F extends string | null | undefined = undefined>(params: {
|
|
1389
1401
|
companyId: Id;
|
|
1390
1402
|
search?: string | null | undefined;
|
|
1391
|
-
status?: ReadonlyArray<
|
|
1403
|
+
status?: ReadonlyArray<ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED"> | null | undefined;
|
|
1392
1404
|
category?: ReadonlyArray<Id> | null | undefined;
|
|
1393
1405
|
assignedToUserId?: ReadonlyArray<Id> | null | undefined;
|
|
1394
|
-
latestPublicMessageSide?: ReadonlyArray<
|
|
1406
|
+
latestPublicMessageSide?: ReadonlyArray<ConversationMessageSide | "BOARD" | "NON_BOARD" | "NONE"> | null | undefined;
|
|
1395
1407
|
hasAttachments?: boolean | null | undefined;
|
|
1396
1408
|
folderIds?: ReadonlyArray<Id> | null | undefined;
|
|
1397
1409
|
onlyRoot?: boolean | null | undefined;
|
|
1398
1410
|
byParticipant?: ReadonlyArray<Id> | null | undefined;
|
|
1399
|
-
byParticipantType?: ReadonlyArray<
|
|
1411
|
+
byParticipantType?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | "BOARD"> | null | undefined;
|
|
1400
1412
|
createdSince?: Id | null | undefined;
|
|
1401
1413
|
updatedSince?: Id | null | undefined;
|
|
1402
1414
|
flaggedByCurrentUser?: boolean | null | undefined;
|
|
@@ -1556,21 +1568,21 @@ export interface ConversationApiFacade {
|
|
|
1556
1568
|
indexConversation<F extends string | null | undefined = undefined>(params: {
|
|
1557
1569
|
companyId: Id;
|
|
1558
1570
|
search?: string | null | undefined;
|
|
1559
|
-
status?: ReadonlyArray<
|
|
1571
|
+
status?: ReadonlyArray<ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED"> | null | undefined;
|
|
1560
1572
|
category?: ReadonlyArray<Id> | null | undefined;
|
|
1561
1573
|
assignedToUserId?: ReadonlyArray<Id> | null | undefined;
|
|
1562
|
-
latestPublicMessageSide?: ReadonlyArray<
|
|
1574
|
+
latestPublicMessageSide?: ReadonlyArray<ConversationMessageSide | "BOARD" | "NON_BOARD" | "NONE"> | null | undefined;
|
|
1563
1575
|
hasAttachments?: boolean | null | undefined;
|
|
1564
1576
|
folderIds?: ReadonlyArray<Id> | null | undefined;
|
|
1565
1577
|
onlyRoot?: boolean | null | undefined;
|
|
1566
1578
|
byParticipant?: ReadonlyArray<Id> | null | undefined;
|
|
1567
|
-
byParticipantType?: ReadonlyArray<
|
|
1579
|
+
byParticipantType?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | "BOARD"> | null | undefined;
|
|
1568
1580
|
createdSince?: Id | null | undefined;
|
|
1569
1581
|
updatedSince?: Id | null | undefined;
|
|
1570
1582
|
flaggedByCurrentUser?: boolean | null | undefined;
|
|
1571
1583
|
readByCurrentUser?: boolean | null | undefined;
|
|
1572
|
-
orderBy?:
|
|
1573
|
-
orderDirection?:
|
|
1584
|
+
orderBy?: ConversationOrderBy | "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT" | null | undefined;
|
|
1585
|
+
orderDirection?: ConversationOrderDirection | "ASC" | "DESC" | null | undefined;
|
|
1574
1586
|
pageToken?: string | null | undefined;
|
|
1575
1587
|
count?: number | null | undefined;
|
|
1576
1588
|
autoPaginate?: boolean | null | undefined;
|
|
@@ -1594,15 +1606,15 @@ export interface ConversationApiFacade {
|
|
|
1594
1606
|
}): Promise<ProjectionResult<F, PagedListPublicConversationCategory>>;
|
|
1595
1607
|
indexConversationCountByCompany<F extends string | null | undefined = undefined>(params: {
|
|
1596
1608
|
search?: string | null | undefined;
|
|
1597
|
-
status?: ReadonlyArray<
|
|
1609
|
+
status?: ReadonlyArray<ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED"> | null | undefined;
|
|
1598
1610
|
category?: ReadonlyArray<Id> | null | undefined;
|
|
1599
1611
|
assignedToUserId?: ReadonlyArray<Id> | null | undefined;
|
|
1600
|
-
latestPublicMessageSide?: ReadonlyArray<
|
|
1612
|
+
latestPublicMessageSide?: ReadonlyArray<ConversationMessageSide | "BOARD" | "NON_BOARD" | "NONE"> | null | undefined;
|
|
1601
1613
|
hasAttachments?: boolean | null | undefined;
|
|
1602
1614
|
folderIds?: ReadonlyArray<Id> | null | undefined;
|
|
1603
1615
|
onlyRoot?: boolean | null | undefined;
|
|
1604
1616
|
byParticipant?: ReadonlyArray<Id> | null | undefined;
|
|
1605
|
-
byParticipantType?: ReadonlyArray<
|
|
1617
|
+
byParticipantType?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | "BOARD"> | null | undefined;
|
|
1606
1618
|
createdSince?: Id | null | undefined;
|
|
1607
1619
|
updatedSince?: Id | null | undefined;
|
|
1608
1620
|
flaggedByCurrentUser?: boolean | null | undefined;
|
|
@@ -1626,22 +1638,22 @@ export interface ConversationApiFacade {
|
|
|
1626
1638
|
}): Promise<ProjectionResult<F, KtList<MessageEditHistory>>>;
|
|
1627
1639
|
indexConversations<F extends string | null | undefined = undefined>(params: {
|
|
1628
1640
|
search?: string | null | undefined;
|
|
1629
|
-
status?: ReadonlyArray<
|
|
1641
|
+
status?: ReadonlyArray<ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED"> | null | undefined;
|
|
1630
1642
|
category?: ReadonlyArray<Id> | null | undefined;
|
|
1631
1643
|
assignedToUserId?: ReadonlyArray<Id> | null | undefined;
|
|
1632
|
-
latestPublicMessageSide?: ReadonlyArray<
|
|
1644
|
+
latestPublicMessageSide?: ReadonlyArray<ConversationMessageSide | "BOARD" | "NON_BOARD" | "NONE"> | null | undefined;
|
|
1633
1645
|
hasAttachments?: boolean | null | undefined;
|
|
1634
1646
|
folderIds?: ReadonlyArray<Id> | null | undefined;
|
|
1635
1647
|
onlyRoot?: boolean | null | undefined;
|
|
1636
1648
|
byParticipant?: ReadonlyArray<Id> | null | undefined;
|
|
1637
|
-
byParticipantType?: ReadonlyArray<
|
|
1649
|
+
byParticipantType?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER" | "BOARD"> | null | undefined;
|
|
1638
1650
|
createdSince?: Id | null | undefined;
|
|
1639
1651
|
updatedSince?: Id | null | undefined;
|
|
1640
1652
|
flaggedByCurrentUser?: boolean | null | undefined;
|
|
1641
1653
|
readByCurrentUser?: boolean | null | undefined;
|
|
1642
1654
|
companyId?: ReadonlyArray<Id> | null | undefined;
|
|
1643
|
-
orderBy?:
|
|
1644
|
-
orderDirection?:
|
|
1655
|
+
orderBy?: ConversationOrderBy | "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT" | null | undefined;
|
|
1656
|
+
orderDirection?: ConversationOrderDirection | "ASC" | "DESC" | null | undefined;
|
|
1645
1657
|
pageToken?: string | null | undefined;
|
|
1646
1658
|
count?: number | null | undefined;
|
|
1647
1659
|
autoPaginate?: boolean | null | undefined;
|
|
@@ -5214,3 +5226,5 @@ export declare function fromRawSdk(raw: SoliboSDK | SoliboClient): SoliboClient;
|
|
|
5214
5226
|
export declare function isSoliboClient(value: unknown): value is SoliboClient;
|
|
5215
5227
|
export declare function normalizeSdkResult<T>(value: T): SdkResult<T>;
|
|
5216
5228
|
export type RawSdk = typeof Raw;
|
|
5229
|
+
|
|
5230
|
+
export declare const ResidentDiscriminator: typeof Raw.ResidentDiscriminator;
|