@icure/cardinal-sdk 2.0.0-PREVIEW-10 → 2.0.0-PREVIEW-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/Kermit-kermit-core.mjs +42 -42
- package/Kermit-kermit.mjs +8 -8
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs +3919 -3777
- package/KotlinBigInteger-bignum.mjs +1434 -1470
- package/api/AnonymousHealthcarePartyApi.d.mts +2 -2
- package/cardinal-sdk-ts.d.mts +338 -100
- package/cardinal-sdk-ts.mjs +56590 -56248
- package/cardinal-sdk.mjs +126945 -106218
- package/kerberus.mjs +381 -381
- package/kotlin-kotlin-stdlib.mjs +3412 -2764
- package/kotlinx-atomicfu.mjs +14 -14
- package/kotlinx-coroutines-core.mjs +2690 -2687
- package/kotlinx-io-kotlinx-io-bytestring.mjs +47 -47
- package/kotlinx-io-kotlinx-io-core.mjs +539 -539
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +2149 -2111
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +2047 -2029
- package/kryptom-lib.mjs +2065 -2081
- package/ktor-ktor-client-content-negotiation.mjs +217 -217
- package/ktor-ktor-client-core.mjs +2997 -2993
- package/ktor-ktor-events.mjs +8 -8
- package/ktor-ktor-http-cio.mjs +538 -537
- package/ktor-ktor-http.mjs +799 -927
- package/ktor-ktor-io.mjs +1079 -1079
- package/ktor-ktor-serialization-kotlinx-json.mjs +10 -10
- package/ktor-ktor-serialization-kotlinx.mjs +270 -270
- package/ktor-ktor-serialization.mjs +129 -129
- package/ktor-ktor-utils.mjs +614 -600
- package/ktor-ktor-websockets.mjs +751 -750
- package/model.d.mts +0 -1
- package/model.mjs +0 -1
- package/package.json +2 -3
- package/ktor-ktor-client-ktor-client-core.mjs +0 -8986
- package/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.mjs +0 -756
- package/ktor-ktor-client-ktor-client-plugins-ktor-client-websockets.mjs +0 -2
- package/ktor-ktor-http-ktor-http-cio.mjs +0 -1996
- package/ktor-ktor-shared-ktor-events.mjs +0 -79
- package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.mjs +0 -44
- package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.mjs +0 -857
- package/ktor-ktor-shared-ktor-serialization.mjs +0 -371
- package/ktor-ktor-shared-ktor-sse.mjs +0 -2
- package/ktor-ktor-shared-ktor-websocket-serialization.mjs +0 -2
- package/ktor-ktor-shared-ktor-websockets.mjs +0 -2334
- package/model/UserAndHealthcareParty.d.mts +0 -7
- package/model/UserAndHealthcareParty.mjs +0 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
VOID3gxj6tk5isa35 as VOID,
|
|
3
|
+
Unit_instance1fbcbse1fwigr as Unit_instance,
|
|
4
4
|
} from './kotlin-kotlin-stdlib.mjs';
|
|
5
|
-
import {
|
|
5
|
+
import { Application_getInstanceq87g3bor693u as Application_getInstance } from './ktor-ktor-http.mjs';
|
|
6
6
|
import { serialization1fpeds7cruos4 as serialization } from './ktor-ktor-serialization-kotlinx.mjs';
|
|
7
7
|
import { Jsonsmkyu9xjl7fv as Json } from './kotlinx-serialization-kotlinx-serialization-json.mjs';
|
|
8
8
|
//region block: imports
|
|
@@ -16,18 +16,18 @@ function get_DefaultJson() {
|
|
|
16
16
|
var DefaultJson;
|
|
17
17
|
function json(_this__u8e3s4, json, contentType) {
|
|
18
18
|
json = json === VOID ? get_DefaultJson() : json;
|
|
19
|
-
contentType = contentType === VOID ? Application_getInstance().
|
|
19
|
+
contentType = contentType === VOID ? Application_getInstance().e2v_1 : contentType;
|
|
20
20
|
_init_properties_JsonSupport_kt__yf438r();
|
|
21
21
|
serialization(_this__u8e3s4, contentType, json);
|
|
22
22
|
}
|
|
23
23
|
function DefaultJson$lambda($this$Json) {
|
|
24
24
|
_init_properties_JsonSupport_kt__yf438r();
|
|
25
|
-
$this$Json.
|
|
26
|
-
$this$Json.
|
|
27
|
-
$this$Json.
|
|
28
|
-
$this$Json.
|
|
29
|
-
$this$Json.
|
|
30
|
-
$this$Json.
|
|
25
|
+
$this$Json.l56_1 = true;
|
|
26
|
+
$this$Json.o56_1 = true;
|
|
27
|
+
$this$Json.z56_1 = true;
|
|
28
|
+
$this$Json.a57_1 = true;
|
|
29
|
+
$this$Json.p56_1 = false;
|
|
30
|
+
$this$Json.b57_1 = false;
|
|
31
31
|
return Unit_instance;
|
|
32
32
|
}
|
|
33
33
|
var properties_initialized_JsonSupport_kt_9cgd93;
|