@solibo/solibo-sdk 1.14.0 → 1.14.1
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 +5 -1
- package/client.mjs +19 -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/kotlin-kotlin-stdlib.mjs +5 -5
- package/kotlin-kotlin-stdlib.mjs.map +1 -1
- package/kotlinx-coroutines-core.mjs +7 -7
- package/kotlinx-coroutines-core.mjs.map +1 -1
- package/ktor-ktor-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/ktor-ktor-websockets.mjs +2 -2
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.mjs +26801 -26664
- package/solibo-sdk-sdk-home-api.mjs.map +1 -1
- package/solibo-sdk-sdk.d.mts +110 -96
- package/solibo-sdk-sdk.mjs +4621 -4620
- 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.zxr_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.yxr_1 = delegate;
|
|
33
33
|
var tmp_0 = this;
|
|
34
34
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
35
|
-
tmp_0.
|
|
35
|
+
tmp_0.zxr_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.yxr_1.e3(key);
|
|
40
40
|
invokeListeners(this);
|
|
41
41
|
};
|
|
42
|
-
protoOf(MapSettings).
|
|
42
|
+
protoOf(MapSettings).rxr = function (key, value) {
|
|
43
43
|
// Inline function 'kotlin.collections.set' call
|
|
44
|
-
this.
|
|
44
|
+
this.yxr_1.d3(key, value);
|
|
45
45
|
invokeListeners(this);
|
|
46
46
|
};
|
|
47
|
-
protoOf(MapSettings).
|
|
47
|
+
protoOf(MapSettings).sxr = function (key, value) {
|
|
48
48
|
// Inline function 'kotlin.collections.set' call
|
|
49
|
-
this.
|
|
49
|
+
this.yxr_1.d3(key, value);
|
|
50
50
|
invokeListeners(this);
|
|
51
51
|
};
|
|
52
|
-
protoOf(MapSettings).
|
|
52
|
+
protoOf(MapSettings).txr = function (key, value) {
|
|
53
53
|
// Inline function 'kotlin.collections.set' call
|
|
54
|
-
this.
|
|
54
|
+
this.yxr_1.d3(key, value);
|
|
55
55
|
invokeListeners(this);
|
|
56
56
|
};
|
|
57
|
-
protoOf(MapSettings).
|
|
58
|
-
var tmp = this.
|
|
57
|
+
protoOf(MapSettings).uxr = function (key) {
|
|
58
|
+
var tmp = this.yxr_1.a3(key);
|
|
59
59
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
60
60
|
};
|
|
61
|
-
protoOf(MapSettings).
|
|
61
|
+
protoOf(MapSettings).vxr = function (key, value) {
|
|
62
62
|
// Inline function 'kotlin.collections.set' call
|
|
63
|
-
this.
|
|
63
|
+
this.yxr_1.d3(key, value);
|
|
64
64
|
invokeListeners(this);
|
|
65
65
|
};
|
|
66
|
-
protoOf(MapSettings).
|
|
66
|
+
protoOf(MapSettings).wxr = function (key, value) {
|
|
67
67
|
// Inline function 'kotlin.collections.set' call
|
|
68
|
-
this.
|
|
68
|
+
this.yxr_1.d3(key, value);
|
|
69
69
|
invokeListeners(this);
|
|
70
70
|
};
|
|
71
|
-
protoOf(MapSettings).
|
|
71
|
+
protoOf(MapSettings).xxr = function (key, value) {
|
|
72
72
|
// Inline function 'kotlin.collections.set' call
|
|
73
|
-
this.
|
|
73
|
+
this.yxr_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.qxr_1 = delegate;
|
|
22
22
|
}
|
|
23
23
|
protoOf(StorageSettings).s3h = function (key) {
|
|
24
|
-
return this.
|
|
24
|
+
return this.qxr_1.removeItem(key);
|
|
25
25
|
};
|
|
26
|
-
protoOf(StorageSettings).
|
|
27
|
-
var tmp0 = this.
|
|
26
|
+
protoOf(StorageSettings).rxr = function (key, value) {
|
|
27
|
+
var tmp0 = this.qxr_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).sxr = function (key, value) {
|
|
33
|
+
var tmp0 = this.qxr_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).txr = function (key, value) {
|
|
39
39
|
// Inline function 'com.russhwolf.settings.set' call
|
|
40
|
-
this.
|
|
40
|
+
this.qxr_1.setItem(key, value);
|
|
41
41
|
};
|
|
42
|
-
protoOf(StorageSettings).
|
|
42
|
+
protoOf(StorageSettings).uxr = function (key) {
|
|
43
43
|
// Inline function 'com.russhwolf.settings.get' call
|
|
44
|
-
return this.
|
|
44
|
+
return this.qxr_1.getItem(key);
|
|
45
45
|
};
|
|
46
|
-
protoOf(StorageSettings).
|
|
47
|
-
var tmp0 = this.
|
|
46
|
+
protoOf(StorageSettings).vxr = function (key, value) {
|
|
47
|
+
var tmp0 = this.qxr_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).wxr = function (key, value) {
|
|
53
|
+
var tmp0 = this.qxr_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).xxr = function (key, value) {
|
|
59
|
+
var tmp0 = this.qxr_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.zwy_1 = initialValue;
|
|
12
12
|
}
|
|
13
13
|
protoOf(AtomicReference).q25 = function () {
|
|
14
|
-
return this.
|
|
14
|
+
return this.zwy_1;
|
|
15
15
|
};
|
|
16
16
|
protoOf(AtomicReference).j2o = function (value_) {
|
|
17
|
-
this.
|
|
17
|
+
this.zwy_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.syc_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.uyc_1 = incrementBy;
|
|
70
|
+
$this.vyc_1 = lo;
|
|
71
|
+
$this.wyc_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.yyc_1 = lo;
|
|
84
|
+
this.zyc_1 = hi;
|
|
85
85
|
}
|
|
86
86
|
protoOf(Final).ch = function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.yyc_1;
|
|
88
88
|
};
|
|
89
89
|
protoOf(Final).dh = function () {
|
|
90
|
-
return this.
|
|
90
|
+
return this.zyc_1;
|
|
91
91
|
};
|
|
92
|
-
protoOf(Final).
|
|
93
|
-
if (this.
|
|
92
|
+
protoOf(Final).ayd = function () {
|
|
93
|
+
if (this.byd_1)
|
|
94
94
|
return this;
|
|
95
|
-
return new Final(this.
|
|
95
|
+
return new Final(this.yyc_1 << 3, this.zyc_1 << 3 | (this.yyc_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).cyd = function () {
|
|
100
|
+
this.vyc_1 = this.vyc_1 + this.uyc_1 | 0;
|
|
101
|
+
if (this.vyc_1 === 0) {
|
|
102
|
+
this.wyc_1 = this.wyc_1 + 1 | 0;
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
protoOf(Bit32).
|
|
106
|
-
var lo = this.
|
|
107
|
-
var hi = this.
|
|
105
|
+
protoOf(Bit32).dyd = function (additional) {
|
|
106
|
+
var lo = this.vyc_1;
|
|
107
|
+
var hi = this.wyc_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).uyc = function (additional) {
|
|
|
112
112
|
}
|
|
113
113
|
return Final_init_$Create$(lo, hi);
|
|
114
114
|
};
|
|
115
|
-
protoOf(Bit32).
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
115
|
+
protoOf(Bit32).eyd = function () {
|
|
116
|
+
this.vyc_1 = 0;
|
|
117
|
+
this.wyc_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.byd_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.yyc_1 | 0;
|
|
139
|
+
result = imul(result, 31) + this.zyc_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.gyd_1) | 0;
|
|
143
|
+
result = imul(result, 31) + getBigIntHashCode(this.hyd_1) | 0;
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
146
|
+
result = imul(result, 31) + getBooleanHashCode(this.byd_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.yyc_1 + ', hi=' + this.zyc_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.gyd_1.toString() + ', hi=' + this.hyd_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.iyd_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.iyd_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.vyc_1 + ', hi=' + this.wyc_1 + ', incrementBy=' + this.uyc_1 + ']';
|
|
181
181
|
} else {
|
|
182
182
|
if (this instanceof Bit64) {
|
|
183
|
-
tmp = 'Bit64[lo=' + this.
|
|
183
|
+
tmp = 'Bit64[lo=' + this.lyd_1.toString() + ', hi=' + this.myd_1.toString() + ', incrementBy=' + this.kyd_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).nyd = 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).eyd = 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).oyd = 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).fyd = 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).pyd = 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
|
@@ -876,7 +876,7 @@ export type SdkInput<T> =
|
|
|
876
876
|
T extends InvoicePlanMode ? InvoicePlanMode | "INVOICE_DATE" | "DUE_DATE" :
|
|
877
877
|
T extends InvoicePlanType ? InvoicePlanType | "FELLESKOSTNADER" | "KAPITALINNKREVING" | "OTHER" :
|
|
878
878
|
T extends InvoiceProcessType ? InvoiceProcessType | "EFAKTURA" | "AVTALEGIRO" | "COMBO" | "COMBOAPI" | "EMAIL" | "DIGIPOST" | "DIGIPOST_PRINT" | "EHF" | "NONE" :
|
|
879
|
-
T extends InvoiceState ? InvoiceState | "UNKNOWN" | "FAILED_CREATE" | "CREATED" | "CREDITED" | "FAILED_PDF_PERSIST" | "PDF_PERSISTED" | "FAILED_VOUCHER_CREATE" | "VOUCHER_CREATED" | "FAILED_VOUCHER_PDF_PERSIST" | "VOUCHER_PDF_PERSISTED" | "FAILED_INVOICE_SEND" | "INVOICE_SENT_EHF" | "INVOICE_SENT_EFAKTURA" | "INVOICE_SENT_AVTALEGIRO" | "INVOICE_SENT_COMBO" | "INVOICE_SENT_ALTERNATIVE_DIGIPOST" | "INVOICE_SENT_ALTERNATIVE_EMAIL" | "INVOICE_SENT_NONE" | "FAILED_INVOICE_SEND_EHF" | "FAILED_INVOICE_SEND_ALTERNATIVE" | "FAILED_INVOICE_SEND_ALTERNATIVE_DIGIPOST" | "FAILED_INVOICE_SEND_ALTERNATIVE_EMAIL" | "FAILED_INVOICE_RECEIPT_RECEPTION" | "FAILED_INVOICE_EFAKTURA_RECEIPT_RECEPTION" | "FAILED_INVOICE_AVTALEGIRO_RECEIPT_RECEPTION" | "FAILED_PARTIAL_INVOICE_RECEIPT_RECEPTION" | "INVOICE_PROCESSING_FAILED" | "INVOICE_RECEIPT_RECEIVED" | "INVOICE_EHF_RECEIPT_RECEIVED" | "INVOICE_EFAKTURA_RECEIPT_RECEIVED" | "INVOICE_AVTALEGIRO_RECEIPT_RECEIVED" | "INVOICE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_SMS_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_SMS_RECEIPT_RECEIVED" | "FAILED_INVOICE_EHF_RECEIPT" | "FAILED_INVOICE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_PROCESSING" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_DIGIPOST" | "FAILED_INVOICE_OVERDUE_NOTICE_SMS_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SMS_SEND" | "INVOICE_OVERDUE_NOTICE_SENT" | "INVOICE_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_OVERDUE_SMS_NOTICE_SENT" | "INVOICE_OVERDUE_DIGIPOST_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_SMS_NOTICE_SENT" | "FAILED_INVOICE_OVERDUE_PDF_PERSIST" | "INVOICE_OVERDUE_PDF_PERSIST" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_DIGIPOST" | "INVOICE_SECOND_OVERDUE_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_DIGIPOST_NOTICE_SENT" | "FAILED_INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INSUFFICIENT_PAYMENT_RECEIVED" | "FAILED_LOSS_REGISTRATION" | "LOSS_REGISTERED" | "MANUAL_PROCESSING" | "COMPLETE" :
|
|
879
|
+
T extends InvoiceState ? InvoiceState | "UNKNOWN" | "FAILED_CREATE" | "CREATED" | "CREDITED" | "FAILED_PDF_PERSIST" | "PDF_PERSISTED" | "FAILED_VOUCHER_CREATE" | "VOUCHER_CREATED" | "FAILED_VOUCHER_PDF_PERSIST" | "VOUCHER_PDF_PERSISTED" | "FAILED_INVOICE_SEND" | "INVOICE_SENT_EHF" | "INVOICE_SENT_EFAKTURA" | "INVOICE_SENT_AVTALEGIRO" | "INVOICE_SENT_COMBO" | "INVOICE_SENT_ALTERNATIVE_DIGIPOST" | "INVOICE_SENT_ALTERNATIVE_EMAIL" | "INVOICE_SENT_NONE" | "FAILED_INVOICE_SEND_EHF" | "FAILED_INVOICE_SEND_ALTERNATIVE" | "FAILED_INVOICE_SEND_ALTERNATIVE_DIGIPOST" | "FAILED_INVOICE_SEND_ALTERNATIVE_EMAIL" | "FAILED_INVOICE_RECEIPT_RECEPTION" | "FAILED_INVOICE_EFAKTURA_RECEIPT_RECEPTION" | "FAILED_INVOICE_AVTALEGIRO_RECEIPT_RECEPTION" | "FAILED_PARTIAL_INVOICE_RECEIPT_RECEPTION" | "INVOICE_PROCESSING_FAILED" | "INVOICE_HANDED_OFF_TO_CUSTOMER_SERVICE" | "INVOICE_RECEIPT_RECEIVED" | "INVOICE_EHF_RECEIPT_RECEIVED" | "INVOICE_EFAKTURA_RECEIPT_RECEIVED" | "INVOICE_AVTALEGIRO_RECEIPT_RECEIVED" | "INVOICE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT_RECEIVED" | "INVOICE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_EMAIL_OPENED_RECEIPT_RECEIVED" | "INVOICE_OVERDUE_SMS_RECEIPT_RECEIVED" | "INVOICE_SECOND_OVERDUE_SMS_RECEIPT_RECEIVED" | "FAILED_INVOICE_EHF_RECEIPT" | "FAILED_INVOICE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_EMAIL_RECEIPT" | "FAILED_INVOICE_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_SECOND_OVERDUE_SMS_RECEIPT" | "FAILED_INVOICE_PROCESSING" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_OVERDUE_NOTICE_SEND_DIGIPOST" | "FAILED_INVOICE_OVERDUE_NOTICE_SMS_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SMS_SEND" | "INVOICE_OVERDUE_NOTICE_SENT" | "INVOICE_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_OVERDUE_SMS_NOTICE_SENT" | "INVOICE_OVERDUE_DIGIPOST_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_SMS_NOTICE_SENT" | "FAILED_INVOICE_OVERDUE_PDF_PERSIST" | "INVOICE_OVERDUE_PDF_PERSIST" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_EMAIL" | "FAILED_INVOICE_SECOND_OVERDUE_NOTICE_SEND_DIGIPOST" | "INVOICE_SECOND_OVERDUE_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_EMAIL_NOTICE_SENT" | "INVOICE_SECOND_OVERDUE_DIGIPOST_NOTICE_SENT" | "FAILED_INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INVOICE_SECOND_OVERDUE_PDF_PERSIST" | "INSUFFICIENT_PAYMENT_RECEIVED" | "FAILED_LOSS_REGISTRATION" | "LOSS_REGISTERED" | "MANUAL_PROCESSING" | "COMPLETE" :
|
|
880
880
|
T extends InvoiceType ? InvoiceType | "DEBIT" | "CREDIT" | "CLAIM" :
|
|
881
881
|
T extends IssueStatus ? IssueStatus | "OPEN" | "IN_MEETING" | "CLOSED" :
|
|
882
882
|
T extends JobState ? JobState | "CREATED" | "PROCESSING" | "CANCELLED" | "COMPLETED" | "FAILED" | "ANY" :
|
|
@@ -1494,6 +1494,8 @@ export interface ConversationApiFacade {
|
|
|
1494
1494
|
companyIds?: ReadonlyArray<Id> | null | undefined;
|
|
1495
1495
|
categoryIds?: ReadonlyArray<Id> | null | undefined;
|
|
1496
1496
|
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" | null | undefined;
|
|
1497
|
+
draft?: boolean | null | undefined;
|
|
1498
|
+
requiresFollowUp?: boolean | null | undefined;
|
|
1497
1499
|
folderId?: Id | null | undefined;
|
|
1498
1500
|
assignedToUserId?: Id | null | undefined;
|
|
1499
1501
|
createdSince?: Id | null | undefined;
|
|
@@ -1525,6 +1527,8 @@ export interface ConversationApiFacade {
|
|
|
1525
1527
|
companyIds?: ReadonlyArray<Id> | null | undefined;
|
|
1526
1528
|
categoryIds?: ReadonlyArray<Id> | null | undefined;
|
|
1527
1529
|
status?: ConversationStatus | "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED" | null | undefined;
|
|
1530
|
+
draft?: boolean | null | undefined;
|
|
1531
|
+
requiresFollowUp?: boolean | null | undefined;
|
|
1528
1532
|
byParticipants?: ReadonlyArray<Id> | null | undefined;
|
|
1529
1533
|
byParticipantTypes?: ReadonlyArray<ParticipantType | "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER"> | null | undefined;
|
|
1530
1534
|
folderId?: Id | null | undefined;
|
package/client.mjs
CHANGED
|
@@ -1793,6 +1793,14 @@ const DESCRIPTORS = {
|
|
|
1793
1793
|
"name": "status",
|
|
1794
1794
|
"type": "ConversationStatus | null | undefined"
|
|
1795
1795
|
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "draft",
|
|
1798
|
+
"type": "boolean | null | undefined"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "requiresFollowUp",
|
|
1802
|
+
"type": "boolean | null | undefined"
|
|
1803
|
+
},
|
|
1796
1804
|
{
|
|
1797
1805
|
"name": "folderId",
|
|
1798
1806
|
"type": "bigint | null | undefined"
|
|
@@ -1927,6 +1935,14 @@ const DESCRIPTORS = {
|
|
|
1927
1935
|
"name": "status",
|
|
1928
1936
|
"type": "ConversationStatus | null | undefined"
|
|
1929
1937
|
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "draft",
|
|
1940
|
+
"type": "boolean | null | undefined"
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "requiresFollowUp",
|
|
1944
|
+
"type": "boolean | null | undefined"
|
|
1945
|
+
},
|
|
1930
1946
|
{
|
|
1931
1947
|
"name": "byParticipants",
|
|
1932
1948
|
"type": "KtList<bigint> | null | undefined"
|
|
@@ -16654,6 +16670,7 @@ const PROPS = {
|
|
|
16654
16670
|
"folderCounts": "Map<string, bigint | null | undefined> | null | undefined",
|
|
16655
16671
|
"inProgress": "bigint",
|
|
16656
16672
|
"new": "bigint",
|
|
16673
|
+
"root": "bigint | null | undefined",
|
|
16657
16674
|
"total": "bigint | null | undefined"
|
|
16658
16675
|
},
|
|
16659
16676
|
"ConversationCountConversationCountByCompanyMapProps": {
|
|
@@ -16662,6 +16679,7 @@ const PROPS = {
|
|
|
16662
16679
|
"folderCounts": "Map<string, bigint | null | undefined> | null | undefined",
|
|
16663
16680
|
"inProgress": "bigint",
|
|
16664
16681
|
"new": "bigint",
|
|
16682
|
+
"root": "bigint | null | undefined",
|
|
16665
16683
|
"total": "bigint | null | undefined"
|
|
16666
16684
|
},
|
|
16667
16685
|
"ConversationCountConversationCountMapProps": {
|
|
@@ -16670,6 +16688,7 @@ const PROPS = {
|
|
|
16670
16688
|
"folderCounts": "Map<string, bigint | null | undefined> | null | undefined",
|
|
16671
16689
|
"inProgress": "bigint",
|
|
16672
16690
|
"new": "bigint",
|
|
16691
|
+
"root": "bigint | null | undefined",
|
|
16673
16692
|
"total": "bigint | null | undefined"
|
|
16674
16693
|
},
|
|
16675
16694
|
"ConversationEventProps": {
|
package/core-library-digest.mjs
CHANGED
|
@@ -73,26 +73,26 @@ function Digest_init_$Init$(algorithm, blockSize, digestLength, $this) {
|
|
|
73
73
|
var message_2 = 'digestLength cannot be negative';
|
|
74
74
|
throw InvalidParameterException_init_$Create$(toString(message_2));
|
|
75
75
|
}
|
|
76
|
-
tmp.
|
|
77
|
-
$this.
|
|
78
|
-
$this.
|
|
79
|
-
$this.
|
|
76
|
+
tmp.hyc_1 = _Buffer___init__impl__mrnqm7(new Int8Array(blockSize));
|
|
77
|
+
$this.fyc_1 = algorithm;
|
|
78
|
+
$this.gyc_1 = digestLength;
|
|
79
|
+
$this.iyc_1 = 0;
|
|
80
80
|
return $this;
|
|
81
81
|
}
|
|
82
|
-
protoOf(Digest).
|
|
83
|
-
return this.
|
|
82
|
+
protoOf(Digest).jyc = function () {
|
|
83
|
+
return this.gyc_1;
|
|
84
84
|
};
|
|
85
|
-
protoOf(Digest).
|
|
86
|
-
return this.
|
|
85
|
+
protoOf(Digest).kyc = function () {
|
|
86
|
+
return this.fyc_1;
|
|
87
87
|
};
|
|
88
|
-
protoOf(Digest).
|
|
89
|
-
this.
|
|
88
|
+
protoOf(Digest).lyc = function (input) {
|
|
89
|
+
this.myc(input, 0, input.length);
|
|
90
90
|
};
|
|
91
|
-
protoOf(Digest).
|
|
92
|
-
var tmp0 = this.
|
|
93
|
-
var tmp2 = this.
|
|
91
|
+
protoOf(Digest).nyc = function (dest, destOffset) {
|
|
92
|
+
var tmp0 = this.hyc_1;
|
|
93
|
+
var tmp2 = this.iyc_1;
|
|
94
94
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonDigestInto' call
|
|
95
|
-
var digestLength = this.
|
|
95
|
+
var digestLength = this.gyc_1;
|
|
96
96
|
// Inline function 'kotlin.contracts.contract' call
|
|
97
97
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonCheckArgs' call
|
|
98
98
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -114,16 +114,16 @@ protoOf(Digest).eyc = function (dest, destOffset) {
|
|
|
114
114
|
}
|
|
115
115
|
fill(_Buffer___get_value__impl__xxr8tn(tmp0), 0, tmp2);
|
|
116
116
|
var p2 = _Buffer___get_value__impl__xxr8tn(tmp0);
|
|
117
|
-
this.
|
|
117
|
+
this.oyc(dest, destOffset, p2, tmp2);
|
|
118
118
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonReset' call
|
|
119
119
|
// Inline function 'kotlin.contracts.contract' call
|
|
120
120
|
fill(_Buffer___get_value__impl__xxr8tn(tmp0), 0);
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
121
|
+
this.iyc_1 = 0;
|
|
122
|
+
this.pyc();
|
|
123
123
|
return digestLength;
|
|
124
124
|
};
|
|
125
|
-
protoOf(Digest).
|
|
126
|
-
var result = this.
|
|
125
|
+
protoOf(Digest).oyc = function (dest, destOffset, buf, bufPos) {
|
|
126
|
+
var result = this.ryc(buf, bufPos);
|
|
127
127
|
// Inline function 'kotlin.collections.copyInto' call
|
|
128
128
|
var endIndex = result.length;
|
|
129
129
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
@@ -134,9 +134,9 @@ protoOf(Digest).fyc = function (dest, destOffset, buf, bufPos) {
|
|
|
134
134
|
arrayCopy(tmp, dest, destOffset, 0, endIndex);
|
|
135
135
|
fill(result, 0);
|
|
136
136
|
};
|
|
137
|
-
protoOf(Digest).
|
|
138
|
-
var tmp0 = this.
|
|
139
|
-
var tmp8 = this.
|
|
137
|
+
protoOf(Digest).myc = function (input, offset, len) {
|
|
138
|
+
var tmp0 = this.hyc_1;
|
|
139
|
+
var tmp8 = this.iyc_1;
|
|
140
140
|
$l$block: {
|
|
141
141
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonUpdate' call
|
|
142
142
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -156,7 +156,7 @@ protoOf(Digest).dyc = function (input, offset, len) {
|
|
|
156
156
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
157
157
|
// Inline function 'kotlin.js.asDynamic' call
|
|
158
158
|
arrayCopy(tmp, buf, tmp4, startIndex, limitInput);
|
|
159
|
-
this.
|
|
159
|
+
this.iyc_1 = posBuf + len | 0;
|
|
160
160
|
break $l$block;
|
|
161
161
|
}
|
|
162
162
|
var needed = blockSize - posBuf | 0;
|
|
@@ -170,7 +170,7 @@ protoOf(Digest).dyc = function (input, offset, len) {
|
|
|
170
170
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
171
171
|
// Inline function 'kotlin.js.asDynamic' call
|
|
172
172
|
arrayCopy(tmp_0, buf, tmp4_0, tmp6, endIndex);
|
|
173
|
-
this.
|
|
173
|
+
this.qyc(buf, 0);
|
|
174
174
|
posBuf = 0;
|
|
175
175
|
posInput = posInput + needed | 0;
|
|
176
176
|
}
|
|
@@ -189,27 +189,27 @@ protoOf(Digest).dyc = function (input, offset, len) {
|
|
|
189
189
|
break $l$loop;
|
|
190
190
|
}
|
|
191
191
|
var p1 = posInput;
|
|
192
|
-
this.
|
|
192
|
+
this.qyc(input, p1);
|
|
193
193
|
posInput = posNext;
|
|
194
194
|
}
|
|
195
|
-
this.
|
|
195
|
+
this.iyc_1 = posBuf;
|
|
196
196
|
}
|
|
197
197
|
};
|
|
198
198
|
protoOf(Digest).equals = function (other) {
|
|
199
199
|
var tmp;
|
|
200
200
|
if (other instanceof Digest) {
|
|
201
|
-
tmp = equals(other.
|
|
201
|
+
tmp = equals(other.hyc_1, this.hyc_1);
|
|
202
202
|
} else {
|
|
203
203
|
tmp = false;
|
|
204
204
|
}
|
|
205
205
|
return tmp;
|
|
206
206
|
};
|
|
207
207
|
protoOf(Digest).hashCode = function () {
|
|
208
|
-
return Buffer__hashCode_impl_3ylui6(this.
|
|
208
|
+
return Buffer__hashCode_impl_3ylui6(this.hyc_1);
|
|
209
209
|
};
|
|
210
210
|
protoOf(Digest).toString = function () {
|
|
211
211
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonToString' call
|
|
212
|
-
return 'Digest[' + this.
|
|
212
|
+
return 'Digest[' + this.kyc() + ']@' + this.hashCode();
|
|
213
213
|
};
|
|
214
214
|
function Digest() {
|
|
215
215
|
}
|