@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
package/client.mjs
CHANGED
|
@@ -158,6 +158,60 @@ const DESCRIPTORS = {
|
|
|
158
158
|
"body": null,
|
|
159
159
|
"bodyType": null
|
|
160
160
|
},
|
|
161
|
+
"beginOffice365CustomerConnection": {
|
|
162
|
+
"args": [
|
|
163
|
+
{
|
|
164
|
+
"name": "companyId",
|
|
165
|
+
"type": "bigint"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "documentId",
|
|
169
|
+
"type": "bigint"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "office365CustomerConnectCommand",
|
|
173
|
+
"type": "Office365CustomerConnectCommand"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"body": "office365CustomerConnectCommand",
|
|
177
|
+
"bodyType": "Office365CustomerConnectCommand"
|
|
178
|
+
},
|
|
179
|
+
"classifyOffice365ManagedDocumentCandidate": {
|
|
180
|
+
"args": [
|
|
181
|
+
{
|
|
182
|
+
"name": "companyId",
|
|
183
|
+
"type": "bigint"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "candidateId",
|
|
187
|
+
"type": "bigint"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "office365ManagedDocumentCandidateClassificationRequest",
|
|
191
|
+
"type": "Office365ManagedDocumentCandidateClassificationRequest"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"body": "office365ManagedDocumentCandidateClassificationRequest",
|
|
195
|
+
"bodyType": "Office365ManagedDocumentCandidateClassificationRequest"
|
|
196
|
+
},
|
|
197
|
+
"copyOffice365ManagedDocument": {
|
|
198
|
+
"args": [
|
|
199
|
+
{
|
|
200
|
+
"name": "companyId",
|
|
201
|
+
"type": "bigint"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "documentId",
|
|
205
|
+
"type": "bigint"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "office365ManagedDocumentCopyRequest",
|
|
209
|
+
"type": "Office365ManagedDocumentCopyRequest"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"body": "office365ManagedDocumentCopyRequest",
|
|
213
|
+
"bodyType": "Office365ManagedDocumentCopyRequest"
|
|
214
|
+
},
|
|
161
215
|
"createDocument": {
|
|
162
216
|
"args": [
|
|
163
217
|
{
|
|
@@ -264,6 +318,38 @@ const DESCRIPTORS = {
|
|
|
264
318
|
"body": null,
|
|
265
319
|
"bodyType": null
|
|
266
320
|
},
|
|
321
|
+
"discardOffice365ManagedDocumentCandidate": {
|
|
322
|
+
"args": [
|
|
323
|
+
{
|
|
324
|
+
"name": "companyId",
|
|
325
|
+
"type": "bigint"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "candidateId",
|
|
329
|
+
"type": "bigint"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"body": null,
|
|
333
|
+
"bodyType": null
|
|
334
|
+
},
|
|
335
|
+
"disconnectOffice365CustomerConnection": {
|
|
336
|
+
"args": [
|
|
337
|
+
{
|
|
338
|
+
"name": "companyId",
|
|
339
|
+
"type": "bigint"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "documentId",
|
|
343
|
+
"type": "bigint"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "officeCustomerConnect",
|
|
347
|
+
"type": "string"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"body": null,
|
|
351
|
+
"bodyType": null
|
|
352
|
+
},
|
|
267
353
|
"indexDocumentBelongsTo": {
|
|
268
354
|
"args": [
|
|
269
355
|
{
|
|
@@ -428,6 +514,36 @@ const DESCRIPTORS = {
|
|
|
428
514
|
"body": null,
|
|
429
515
|
"bodyType": null
|
|
430
516
|
},
|
|
517
|
+
"listOffice365ManagedDocumentCandidates": {
|
|
518
|
+
"args": [
|
|
519
|
+
{
|
|
520
|
+
"name": "companyId",
|
|
521
|
+
"type": "bigint"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"name": "managedDocuments",
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "fields",
|
|
529
|
+
"type": "string | null | undefined"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "pageToken",
|
|
533
|
+
"type": "string | null | undefined"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "autoPaginate",
|
|
537
|
+
"type": "boolean | null | undefined"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "count",
|
|
541
|
+
"type": "number | null | undefined"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"body": null,
|
|
545
|
+
"bodyType": null
|
|
546
|
+
},
|
|
431
547
|
"moveDocument": {
|
|
432
548
|
"args": [
|
|
433
549
|
{
|
|
@@ -464,6 +580,20 @@ const DESCRIPTORS = {
|
|
|
464
580
|
"body": "batchMoveDocumentsCommand",
|
|
465
581
|
"bodyType": "BatchMoveDocumentsCommand"
|
|
466
582
|
},
|
|
583
|
+
"openOffice365DocumentEditSession": {
|
|
584
|
+
"args": [
|
|
585
|
+
{
|
|
586
|
+
"name": "companyId",
|
|
587
|
+
"type": "bigint"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "documentId",
|
|
591
|
+
"type": "bigint"
|
|
592
|
+
}
|
|
593
|
+
],
|
|
594
|
+
"body": null,
|
|
595
|
+
"bodyType": null
|
|
596
|
+
},
|
|
467
597
|
"renameDocument": {
|
|
468
598
|
"args": [
|
|
469
599
|
{
|
|
@@ -482,6 +612,24 @@ const DESCRIPTORS = {
|
|
|
482
612
|
"body": "renameDocumentCommand",
|
|
483
613
|
"bodyType": "RenameDocumentCommand"
|
|
484
614
|
},
|
|
615
|
+
"requestOffice365InternalDocumentPublish": {
|
|
616
|
+
"args": [
|
|
617
|
+
{
|
|
618
|
+
"name": "companyId",
|
|
619
|
+
"type": "bigint"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "internalDocuments",
|
|
623
|
+
"type": "string"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "office365InternalDocumentPublishRequestCommand",
|
|
627
|
+
"type": "Office365InternalDocumentPublishRequestCommand"
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"body": "office365InternalDocumentPublishRequestCommand",
|
|
631
|
+
"bodyType": "Office365InternalDocumentPublishRequestCommand"
|
|
632
|
+
},
|
|
485
633
|
"restoreDocument": {
|
|
486
634
|
"args": [
|
|
487
635
|
{
|
|
@@ -624,6 +772,24 @@ const DESCRIPTORS = {
|
|
|
624
772
|
"body": null,
|
|
625
773
|
"bodyType": null
|
|
626
774
|
},
|
|
775
|
+
"showOffice365ManagedDocumentCandidate": {
|
|
776
|
+
"args": [
|
|
777
|
+
{
|
|
778
|
+
"name": "companyId",
|
|
779
|
+
"type": "bigint"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "candidateId",
|
|
783
|
+
"type": "bigint"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "fields",
|
|
787
|
+
"type": "string | null | undefined"
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"body": null,
|
|
791
|
+
"bodyType": null
|
|
792
|
+
},
|
|
627
793
|
"showPublicDocument": {
|
|
628
794
|
"args": [
|
|
629
795
|
{
|
|
@@ -1126,6 +1292,24 @@ const DESCRIPTORS = {
|
|
|
1126
1292
|
"body": null,
|
|
1127
1293
|
"bodyType": null
|
|
1128
1294
|
},
|
|
1295
|
+
"deleteConversationMessage": {
|
|
1296
|
+
"args": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "companyId",
|
|
1299
|
+
"type": "bigint"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "conversationId",
|
|
1303
|
+
"type": "bigint"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"name": "messageId",
|
|
1307
|
+
"type": "bigint"
|
|
1308
|
+
}
|
|
1309
|
+
],
|
|
1310
|
+
"body": null,
|
|
1311
|
+
"bodyType": null
|
|
1312
|
+
},
|
|
1129
1313
|
"deleteConversationParticipant": {
|
|
1130
1314
|
"args": [
|
|
1131
1315
|
{
|
|
@@ -1548,6 +1732,28 @@ const DESCRIPTORS = {
|
|
|
1548
1732
|
"body": null,
|
|
1549
1733
|
"bodyType": null
|
|
1550
1734
|
},
|
|
1735
|
+
"indexConversationMessageHistory": {
|
|
1736
|
+
"args": [
|
|
1737
|
+
{
|
|
1738
|
+
"name": "companyId",
|
|
1739
|
+
"type": "bigint"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "conversationId",
|
|
1743
|
+
"type": "bigint"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "messageId",
|
|
1747
|
+
"type": "bigint"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "fields",
|
|
1751
|
+
"type": "string | null | undefined"
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1754
|
+
"body": null,
|
|
1755
|
+
"bodyType": null
|
|
1756
|
+
},
|
|
1551
1757
|
"indexConversations": {
|
|
1552
1758
|
"args": [
|
|
1553
1759
|
{
|
|
@@ -1710,6 +1916,24 @@ const DESCRIPTORS = {
|
|
|
1710
1916
|
"body": "batchConversationStateCommand",
|
|
1711
1917
|
"bodyType": "BatchConversationStateCommand"
|
|
1712
1918
|
},
|
|
1919
|
+
"restoreConversationMessage": {
|
|
1920
|
+
"args": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "companyId",
|
|
1923
|
+
"type": "bigint"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"name": "conversationId",
|
|
1927
|
+
"type": "bigint"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "messageId",
|
|
1931
|
+
"type": "bigint"
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"body": null,
|
|
1935
|
+
"bodyType": null
|
|
1936
|
+
},
|
|
1713
1937
|
"showConversation": {
|
|
1714
1938
|
"args": [
|
|
1715
1939
|
{
|
|
@@ -1798,6 +2022,62 @@ const DESCRIPTORS = {
|
|
|
1798
2022
|
"body": null,
|
|
1799
2023
|
"bodyType": null
|
|
1800
2024
|
},
|
|
2025
|
+
"trashConversation": {
|
|
2026
|
+
"args": [
|
|
2027
|
+
{
|
|
2028
|
+
"name": "companyId",
|
|
2029
|
+
"type": "bigint"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "conversationId",
|
|
2033
|
+
"type": "bigint"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"body": null,
|
|
2037
|
+
"bodyType": null
|
|
2038
|
+
},
|
|
2039
|
+
"trashMultipleConversations": {
|
|
2040
|
+
"args": [
|
|
2041
|
+
{
|
|
2042
|
+
"name": "companyId",
|
|
2043
|
+
"type": "bigint"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "batchConversationStateCommand",
|
|
2047
|
+
"type": "BatchConversationStateCommand"
|
|
2048
|
+
}
|
|
2049
|
+
],
|
|
2050
|
+
"body": "batchConversationStateCommand",
|
|
2051
|
+
"bodyType": "BatchConversationStateCommand"
|
|
2052
|
+
},
|
|
2053
|
+
"untrashConversation": {
|
|
2054
|
+
"args": [
|
|
2055
|
+
{
|
|
2056
|
+
"name": "companyId",
|
|
2057
|
+
"type": "bigint"
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "conversationId",
|
|
2061
|
+
"type": "bigint"
|
|
2062
|
+
}
|
|
2063
|
+
],
|
|
2064
|
+
"body": null,
|
|
2065
|
+
"bodyType": null
|
|
2066
|
+
},
|
|
2067
|
+
"untrashMultipleConversations": {
|
|
2068
|
+
"args": [
|
|
2069
|
+
{
|
|
2070
|
+
"name": "companyId",
|
|
2071
|
+
"type": "bigint"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "batchConversationStateCommand",
|
|
2075
|
+
"type": "BatchConversationStateCommand"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"body": "batchConversationStateCommand",
|
|
2079
|
+
"bodyType": "BatchConversationStateCommand"
|
|
2080
|
+
},
|
|
1801
2081
|
"updateConversation": {
|
|
1802
2082
|
"args": [
|
|
1803
2083
|
{
|
|
@@ -1852,6 +2132,28 @@ const DESCRIPTORS = {
|
|
|
1852
2132
|
"body": "updateConversationCategoryCommand",
|
|
1853
2133
|
"bodyType": "UpdateConversationCategoryCommand"
|
|
1854
2134
|
},
|
|
2135
|
+
"updateConversationMessage": {
|
|
2136
|
+
"args": [
|
|
2137
|
+
{
|
|
2138
|
+
"name": "companyId",
|
|
2139
|
+
"type": "bigint"
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "conversationId",
|
|
2143
|
+
"type": "bigint"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "messageId",
|
|
2147
|
+
"type": "bigint"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "updateMessageCommand",
|
|
2151
|
+
"type": "UpdateMessageCommand"
|
|
2152
|
+
}
|
|
2153
|
+
],
|
|
2154
|
+
"body": "updateMessageCommand",
|
|
2155
|
+
"bodyType": "UpdateMessageCommand"
|
|
2156
|
+
},
|
|
1855
2157
|
"updateFolder": {
|
|
1856
2158
|
"args": [
|
|
1857
2159
|
{
|
|
@@ -14343,9 +14645,11 @@ const PROPS = {
|
|
|
14343
14645
|
"receiverId": "bigint"
|
|
14344
14646
|
},
|
|
14345
14647
|
"InvoiceInputProps": {
|
|
14648
|
+
"collectionHandoff": "CollectionHandoff | null | undefined",
|
|
14346
14649
|
"id": "string",
|
|
14347
14650
|
"invoiceData": "InvoiceDataInputProps",
|
|
14348
14651
|
"invoiceReferenceId": "string | null | undefined",
|
|
14652
|
+
"overdueOwner": "OverdueOwner | null | undefined",
|
|
14349
14653
|
"payer": "PayerInputProps",
|
|
14350
14654
|
"recurring": "boolean | null | undefined",
|
|
14351
14655
|
"tenant": "TenantInputProps"
|
|
@@ -14501,8 +14805,10 @@ const PROPS = {
|
|
|
14501
14805
|
"preferredAdvertisement": "PreferredAdvertisement | null | undefined"
|
|
14502
14806
|
},
|
|
14503
14807
|
"InvoiceResultProps": {
|
|
14808
|
+
"collectionHandoff": "CollectionHandoff | null | undefined",
|
|
14504
14809
|
"invoiceId": "string",
|
|
14505
14810
|
"logs": "InvoiceLogProps[]",
|
|
14811
|
+
"overdueOwner": "OverdueOwner | null | undefined",
|
|
14506
14812
|
"preview": "InvoiceResultPreviewProps | null | undefined"
|
|
14507
14813
|
},
|
|
14508
14814
|
"InvoiceResultPreviewProps": {
|
|
@@ -14845,6 +15151,11 @@ const PROPS = {
|
|
|
14845
15151
|
"state": "CommunicationState",
|
|
14846
15152
|
"updatedAt": "SoliboInstant /* Instant */"
|
|
14847
15153
|
},
|
|
15154
|
+
"MessageEditHistoryProps": {
|
|
15155
|
+
"content": "string",
|
|
15156
|
+
"id": "bigint",
|
|
15157
|
+
"replacedAt": "SoliboInstant /* Instant */"
|
|
15158
|
+
},
|
|
14848
15159
|
"MessageEmailContentProps": {
|
|
14849
15160
|
"hasMoreContent": "boolean | null | undefined",
|
|
14850
15161
|
"html": "string | null | undefined",
|
|
@@ -14864,8 +15175,10 @@ const PROPS = {
|
|
|
14864
15175
|
},
|
|
14865
15176
|
"MessageInConversationProps": {
|
|
14866
15177
|
"content": "string",
|
|
15178
|
+
"deletedAt": "SoliboInstant /* Instant */ | null | undefined",
|
|
14867
15179
|
"deliverability": "MessageDeliverabilityProps[] | null | undefined",
|
|
14868
15180
|
"documents": "DocumentProps[] | null | undefined",
|
|
15181
|
+
"editedAt": "SoliboInstant /* Instant */ | null | undefined",
|
|
14869
15182
|
"emailContent": "MessageEmailContentProps | null | undefined",
|
|
14870
15183
|
"emailRecipients": "MessageEmailRecipientsProps | null | undefined",
|
|
14871
15184
|
"id": "bigint",
|
|
@@ -14944,6 +15257,60 @@ const PROPS = {
|
|
|
14944
15257
|
"label": "string",
|
|
14945
15258
|
"type": "NotificationGroupType | null | undefined"
|
|
14946
15259
|
},
|
|
15260
|
+
"Office365CustomerConnectCommandProps": {
|
|
15261
|
+
"invitationEmail": "string"
|
|
15262
|
+
},
|
|
15263
|
+
"Office365CustomerDisconnectProps": {
|
|
15264
|
+
"disconnected": "boolean"
|
|
15265
|
+
},
|
|
15266
|
+
"Office365EditSessionProps": {
|
|
15267
|
+
"actorKind": "Office365EditSessionActorKind",
|
|
15268
|
+
"validUntil": "SoliboInstant /* Instant */ | null | undefined",
|
|
15269
|
+
"webUrl": "string"
|
|
15270
|
+
},
|
|
15271
|
+
"Office365InternalDocumentPublishRequestProps": {
|
|
15272
|
+
"requestId": "bigint",
|
|
15273
|
+
"state": "string"
|
|
15274
|
+
},
|
|
15275
|
+
"Office365InternalDocumentPublishRequestCommandProps": {
|
|
15276
|
+
"belongsToId": "bigint | null | undefined",
|
|
15277
|
+
"documentType": "DocumentType",
|
|
15278
|
+
"driveItemId": "string",
|
|
15279
|
+
"idempotencyKey": "string",
|
|
15280
|
+
"parentDocumentId": "bigint | null | undefined"
|
|
15281
|
+
},
|
|
15282
|
+
"Office365ManagedDocumentCandidateClassificationRequestProps": {
|
|
15283
|
+
"belongsToId": "bigint | null | undefined",
|
|
15284
|
+
"documentType": "DocumentType",
|
|
15285
|
+
"parentDocumentId": "bigint | null | undefined"
|
|
15286
|
+
},
|
|
15287
|
+
"Office365ManagedDocumentCandidateCompanyProps": {
|
|
15288
|
+
"id": "bigint",
|
|
15289
|
+
"name": "string | null | undefined"
|
|
15290
|
+
},
|
|
15291
|
+
"Office365ManagedDocumentCandidateReviewProps": {
|
|
15292
|
+
"candidateId": "bigint",
|
|
15293
|
+
"documentId": "bigint | null | undefined",
|
|
15294
|
+
"state": "string"
|
|
15295
|
+
},
|
|
15296
|
+
"Office365ManagedDocumentCandidateReviewCandidateProps": {
|
|
15297
|
+
"actions": "string[]",
|
|
15298
|
+
"candidateId": "bigint",
|
|
15299
|
+
"company": "Office365ManagedDocumentCandidateCompanyProps",
|
|
15300
|
+
"discoveredAt": "SoliboInstant /* Instant */",
|
|
15301
|
+
"fileName": "string",
|
|
15302
|
+
"reason": "string",
|
|
15303
|
+
"uploader": "Office365ManagedDocumentCandidateUploaderProps | null | undefined"
|
|
15304
|
+
},
|
|
15305
|
+
"Office365ManagedDocumentCandidateUploaderProps": {
|
|
15306
|
+
"displayName": "string | null | undefined",
|
|
15307
|
+
"personId": "bigint"
|
|
15308
|
+
},
|
|
15309
|
+
"Office365ManagedDocumentCopyRequestProps": {
|
|
15310
|
+
"belongsToId": "bigint | null | undefined",
|
|
15311
|
+
"documentType": "DocumentType",
|
|
15312
|
+
"parentDocumentId": "bigint | null | undefined"
|
|
15313
|
+
},
|
|
14947
15314
|
"OppgaveProps": {
|
|
14948
15315
|
"avvik": "AvvikProps[] | null | undefined",
|
|
14949
15316
|
"oppgaveeier": "OppgaveeierProps | null | undefined",
|
|
@@ -15384,6 +15751,11 @@ const PROPS = {
|
|
|
15384
15751
|
"meta": "MetaProps",
|
|
15385
15752
|
"paging": "PagingProps"
|
|
15386
15753
|
},
|
|
15754
|
+
"PagedListOffice365ManagedDocumentCandidateReviewCandidateProps": {
|
|
15755
|
+
"items": "Office365ManagedDocumentCandidateReviewCandidateProps[]",
|
|
15756
|
+
"meta": "MetaProps",
|
|
15757
|
+
"paging": "PagingProps"
|
|
15758
|
+
},
|
|
15387
15759
|
"PagedListOrganizationProps": {
|
|
15388
15760
|
"items": "OrganizationProps[]",
|
|
15389
15761
|
"meta": "MetaProps",
|
|
@@ -17093,6 +17465,9 @@ const PROPS = {
|
|
|
17093
17465
|
"notificationComment": "string | null | undefined",
|
|
17094
17466
|
"participantIds": "bigint[] | null | undefined"
|
|
17095
17467
|
},
|
|
17468
|
+
"UpdateMessageCommandProps": {
|
|
17469
|
+
"content": "string"
|
|
17470
|
+
},
|
|
17096
17471
|
"UpdateNewsletterCommandProps": {
|
|
17097
17472
|
"directRecipients": "string[] | null | undefined",
|
|
17098
17473
|
"htmlText": "string | null | undefined",
|
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.kvz_1 = _Buffer___init__impl__mrnqm7(new Int8Array(blockSize));
|
|
77
|
+
$this.ivz_1 = algorithm;
|
|
78
|
+
$this.jvz_1 = digestLength;
|
|
79
|
+
$this.lvz_1 = 0;
|
|
80
80
|
return $this;
|
|
81
81
|
}
|
|
82
|
-
protoOf(Digest).
|
|
83
|
-
return this.
|
|
82
|
+
protoOf(Digest).mvz = function () {
|
|
83
|
+
return this.jvz_1;
|
|
84
84
|
};
|
|
85
|
-
protoOf(Digest).
|
|
86
|
-
return this.
|
|
85
|
+
protoOf(Digest).nvz = function () {
|
|
86
|
+
return this.ivz_1;
|
|
87
87
|
};
|
|
88
|
-
protoOf(Digest).
|
|
89
|
-
this.
|
|
88
|
+
protoOf(Digest).ovz = function (input) {
|
|
89
|
+
this.pvz(input, 0, input.length);
|
|
90
90
|
};
|
|
91
|
-
protoOf(Digest).
|
|
92
|
-
var tmp0 = this.
|
|
93
|
-
var tmp2 = this.
|
|
91
|
+
protoOf(Digest).qvz = function (dest, destOffset) {
|
|
92
|
+
var tmp0 = this.kvz_1;
|
|
93
|
+
var tmp2 = this.lvz_1;
|
|
94
94
|
// Inline function 'org.kotlincrypto.core.digest.internal.commonDigestInto' call
|
|
95
|
-
var digestLength = this.
|
|
95
|
+
var digestLength = this.jvz_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).bvf = 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.rvz(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.lvz_1 = 0;
|
|
122
|
+
this.svz();
|
|
123
123
|
return digestLength;
|
|
124
124
|
};
|
|
125
|
-
protoOf(Digest).
|
|
126
|
-
var result = this.
|
|
125
|
+
protoOf(Digest).rvz = function (dest, destOffset, buf, bufPos) {
|
|
126
|
+
var result = this.uvz(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).cvf = 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).pvz = function (input, offset, len) {
|
|
138
|
+
var tmp0 = this.kvz_1;
|
|
139
|
+
var tmp8 = this.lvz_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).avf = 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.lvz_1 = posBuf + len | 0;
|
|
160
160
|
break $l$block;
|
|
161
161
|
}
|
|
162
162
|
var needed = blockSize - posBuf | 0;
|
|
@@ -170,7 +170,7 @@ protoOf(Digest).avf = 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.tvz(buf, 0);
|
|
174
174
|
posBuf = 0;
|
|
175
175
|
posInput = posInput + needed | 0;
|
|
176
176
|
}
|
|
@@ -189,27 +189,27 @@ protoOf(Digest).avf = function (input, offset, len) {
|
|
|
189
189
|
break $l$loop;
|
|
190
190
|
}
|
|
191
191
|
var p1 = posInput;
|
|
192
|
-
this.
|
|
192
|
+
this.tvz(input, p1);
|
|
193
193
|
posInput = posNext;
|
|
194
194
|
}
|
|
195
|
-
this.
|
|
195
|
+
this.lvz_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.kvz_1, this.kvz_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.kvz_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.nvz() + ']@' + this.hashCode();
|
|
213
213
|
};
|
|
214
214
|
function Digest() {
|
|
215
215
|
}
|