@icure/cardinal-sdk 2.0.0-PREVIEW-11 → 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.
Files changed (41) hide show
  1. package/Kermit-kermit-core.mjs +42 -42
  2. package/Kermit-kermit.mjs +8 -8
  3. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +3919 -3777
  4. package/KotlinBigInteger-bignum.mjs +1434 -1470
  5. package/cardinal-sdk-ts.d.mts +338 -100
  6. package/cardinal-sdk-ts.mjs +56589 -56241
  7. package/cardinal-sdk.mjs +120963 -100123
  8. package/kerberus.mjs +381 -381
  9. package/kotlin-kotlin-stdlib.mjs +3462 -2814
  10. package/kotlinx-atomicfu.mjs +14 -14
  11. package/kotlinx-coroutines-core.mjs +2696 -2693
  12. package/kotlinx-io-kotlinx-io-bytestring.mjs +47 -47
  13. package/kotlinx-io-kotlinx-io-core.mjs +539 -539
  14. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2149 -2111
  15. package/kotlinx-serialization-kotlinx-serialization-json.mjs +2047 -2029
  16. package/kryptom-lib.mjs +2065 -2081
  17. package/ktor-ktor-client-content-negotiation.mjs +217 -217
  18. package/ktor-ktor-client-core.mjs +2997 -2993
  19. package/ktor-ktor-events.mjs +8 -8
  20. package/ktor-ktor-http-cio.mjs +538 -537
  21. package/ktor-ktor-http.mjs +799 -927
  22. package/ktor-ktor-io.mjs +1079 -1079
  23. package/ktor-ktor-serialization-kotlinx-json.mjs +10 -10
  24. package/ktor-ktor-serialization-kotlinx.mjs +270 -270
  25. package/ktor-ktor-serialization.mjs +129 -129
  26. package/ktor-ktor-utils.mjs +614 -600
  27. package/ktor-ktor-websockets.mjs +751 -750
  28. package/package.json +2 -3
  29. package/ktor-ktor-client-ktor-client-core.mjs +0 -8986
  30. package/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.mjs +0 -756
  31. package/ktor-ktor-client-ktor-client-plugins-ktor-client-websockets.mjs +0 -2
  32. package/ktor-ktor-http-ktor-http-cio.mjs +0 -1996
  33. package/ktor-ktor-shared-ktor-events.mjs +0 -79
  34. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.mjs +0 -44
  35. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.mjs +0 -857
  36. package/ktor-ktor-shared-ktor-serialization.mjs +0 -371
  37. package/ktor-ktor-shared-ktor-sse.mjs +0 -2
  38. package/ktor-ktor-shared-ktor-websocket-serialization.mjs +0 -2
  39. package/ktor-ktor-shared-ktor-websockets.mjs +0 -2334
  40. package/model/UserAndHealthcareParty.d.mts +0 -7
  41. package/model/UserAndHealthcareParty.mjs +0 -6
@@ -3,7 +3,7 @@ import {
3
3
  defineProp3hxgpk2knu2px as defineProp,
4
4
  initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
5
5
  initMetadataForObject1cxne3s9w65el as initMetadataForObject,
6
- VOID7hggqo3abtya as VOID,
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.gp_1 = tmp_1;
29
+ tmp.gq_1 = tmp_1;
30
30
  }
31
- protoOf(atomicfu$AtomicRefArray$ref).hp = function () {
32
- return this.gp_1.length;
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.gp_1[index];
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).ip = function (_set____db54di) {
63
+ protoOf(AtomicRef).iq = function (_set____db54di) {
64
64
  this.kotlinx$atomicfu$value = _set____db54di;
65
65
  };
66
- protoOf(AtomicRef).jp = function () {
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).kp = function (_set____db54di) {
89
+ protoOf(AtomicBoolean).kq = function (_set____db54di) {
90
90
  this.kotlinx$atomicfu$value = _set____db54di;
91
91
  };
92
- protoOf(AtomicBoolean).jp = function () {
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).lp = function (_set____db54di) {
115
+ protoOf(AtomicLong).lq = function (_set____db54di) {
116
116
  this.kotlinx$atomicfu$value = _set____db54di;
117
117
  };
118
- protoOf(AtomicLong).jp = function () {
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).mp = function (_set____db54di) {
168
+ protoOf(AtomicInt).mq = function (_set____db54di) {
169
169
  this.kotlinx$atomicfu$value = _set____db54di;
170
170
  };
171
- protoOf(AtomicInt).jp = function () {
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).hp);
235
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).hq);
236
236
  //endregion
237
237
  //region block: exports
238
238
  export {