@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
package/kotlinx-atomicfu.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
defineProp3hxgpk2knu2px as defineProp,
|
|
4
4
|
initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
|
|
5
5
|
initMetadataForObject1cxne3s9w65el as initMetadataForObject,
|
|
6
|
-
|
|
6
|
+
VOID3gxj6tk5isa35 as VOID,
|
|
7
7
|
toString30pk9tzaqopn as toString,
|
|
8
8
|
} from './kotlin-kotlin-stdlib.mjs';
|
|
9
9
|
//region block: imports
|
|
@@ -26,13 +26,13 @@ function atomicfu$AtomicRefArray$ref(size) {
|
|
|
26
26
|
tmp_1[tmp_0] = atomic$ref$1(null);
|
|
27
27
|
tmp_0 = tmp_0 + 1 | 0;
|
|
28
28
|
}
|
|
29
|
-
tmp.
|
|
29
|
+
tmp.gq_1 = tmp_1;
|
|
30
30
|
}
|
|
31
|
-
protoOf(atomicfu$AtomicRefArray$ref).
|
|
32
|
-
return this.
|
|
31
|
+
protoOf(atomicfu$AtomicRefArray$ref).hq = function () {
|
|
32
|
+
return this.gq_1.length;
|
|
33
33
|
};
|
|
34
34
|
protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
|
|
35
|
-
return this.
|
|
35
|
+
return this.gq_1[index];
|
|
36
36
|
};
|
|
37
37
|
function atomicfu$AtomicRefArray$ofNulls(size) {
|
|
38
38
|
return new atomicfu$AtomicRefArray$ref(size);
|
|
@@ -60,10 +60,10 @@ protoOf(atomicfu$TraceBase).atomicfu$Trace$append$4 = function (event1, event2,
|
|
|
60
60
|
function AtomicRef(value) {
|
|
61
61
|
this.kotlinx$atomicfu$value = value;
|
|
62
62
|
}
|
|
63
|
-
protoOf(AtomicRef).
|
|
63
|
+
protoOf(AtomicRef).iq = function (_set____db54di) {
|
|
64
64
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
65
65
|
};
|
|
66
|
-
protoOf(AtomicRef).
|
|
66
|
+
protoOf(AtomicRef).jq = function () {
|
|
67
67
|
return this.kotlinx$atomicfu$value;
|
|
68
68
|
};
|
|
69
69
|
protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -86,10 +86,10 @@ function atomic$ref$1(initial) {
|
|
|
86
86
|
function AtomicBoolean(value) {
|
|
87
87
|
this.kotlinx$atomicfu$value = value;
|
|
88
88
|
}
|
|
89
|
-
protoOf(AtomicBoolean).
|
|
89
|
+
protoOf(AtomicBoolean).kq = function (_set____db54di) {
|
|
90
90
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
91
91
|
};
|
|
92
|
-
protoOf(AtomicBoolean).
|
|
92
|
+
protoOf(AtomicBoolean).jq = function () {
|
|
93
93
|
return this.kotlinx$atomicfu$value;
|
|
94
94
|
};
|
|
95
95
|
protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -112,10 +112,10 @@ function atomic$boolean$1(initial) {
|
|
|
112
112
|
function AtomicLong(value) {
|
|
113
113
|
this.kotlinx$atomicfu$value = value;
|
|
114
114
|
}
|
|
115
|
-
protoOf(AtomicLong).
|
|
115
|
+
protoOf(AtomicLong).lq = function (_set____db54di) {
|
|
116
116
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
117
117
|
};
|
|
118
|
-
protoOf(AtomicLong).
|
|
118
|
+
protoOf(AtomicLong).jq = function () {
|
|
119
119
|
return this.kotlinx$atomicfu$value;
|
|
120
120
|
};
|
|
121
121
|
protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -165,10 +165,10 @@ function atomic$long$1(initial) {
|
|
|
165
165
|
function AtomicInt(value) {
|
|
166
166
|
this.kotlinx$atomicfu$value = value;
|
|
167
167
|
}
|
|
168
|
-
protoOf(AtomicInt).
|
|
168
|
+
protoOf(AtomicInt).mq = function (_set____db54di) {
|
|
169
169
|
this.kotlinx$atomicfu$value = _set____db54di;
|
|
170
170
|
};
|
|
171
|
-
protoOf(AtomicInt).
|
|
171
|
+
protoOf(AtomicInt).jq = function () {
|
|
172
172
|
return this.kotlinx$atomicfu$value;
|
|
173
173
|
};
|
|
174
174
|
protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
|
|
@@ -232,7 +232,7 @@ function atomic$int$(initial, trace) {
|
|
|
232
232
|
return new AtomicInt(initial);
|
|
233
233
|
}
|
|
234
234
|
//region block: post-declaration
|
|
235
|
-
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).
|
|
235
|
+
defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).hq);
|
|
236
236
|
//endregion
|
|
237
237
|
//region block: exports
|
|
238
238
|
export {
|