@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.
Files changed (44) 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/api/AnonymousHealthcarePartyApi.d.mts +2 -2
  6. package/cardinal-sdk-ts.d.mts +338 -100
  7. package/cardinal-sdk-ts.mjs +56590 -56248
  8. package/cardinal-sdk.mjs +126945 -106218
  9. package/kerberus.mjs +381 -381
  10. package/kotlin-kotlin-stdlib.mjs +3412 -2764
  11. package/kotlinx-atomicfu.mjs +14 -14
  12. package/kotlinx-coroutines-core.mjs +2690 -2687
  13. package/kotlinx-io-kotlinx-io-bytestring.mjs +47 -47
  14. package/kotlinx-io-kotlinx-io-core.mjs +539 -539
  15. package/kotlinx-serialization-kotlinx-serialization-core.mjs +2149 -2111
  16. package/kotlinx-serialization-kotlinx-serialization-json.mjs +2047 -2029
  17. package/kryptom-lib.mjs +2065 -2081
  18. package/ktor-ktor-client-content-negotiation.mjs +217 -217
  19. package/ktor-ktor-client-core.mjs +2997 -2993
  20. package/ktor-ktor-events.mjs +8 -8
  21. package/ktor-ktor-http-cio.mjs +538 -537
  22. package/ktor-ktor-http.mjs +799 -927
  23. package/ktor-ktor-io.mjs +1079 -1079
  24. package/ktor-ktor-serialization-kotlinx-json.mjs +10 -10
  25. package/ktor-ktor-serialization-kotlinx.mjs +270 -270
  26. package/ktor-ktor-serialization.mjs +129 -129
  27. package/ktor-ktor-utils.mjs +614 -600
  28. package/ktor-ktor-websockets.mjs +751 -750
  29. package/model.d.mts +0 -1
  30. package/model.mjs +0 -1
  31. package/package.json +2 -3
  32. package/ktor-ktor-client-ktor-client-core.mjs +0 -8986
  33. package/ktor-ktor-client-ktor-client-plugins-ktor-client-content-negotiation.mjs +0 -756
  34. package/ktor-ktor-client-ktor-client-plugins-ktor-client-websockets.mjs +0 -2
  35. package/ktor-ktor-http-ktor-http-cio.mjs +0 -1996
  36. package/ktor-ktor-shared-ktor-events.mjs +0 -79
  37. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx-ktor-serialization-kotlinx-json.mjs +0 -44
  38. package/ktor-ktor-shared-ktor-serialization-ktor-serialization-kotlinx.mjs +0 -857
  39. package/ktor-ktor-shared-ktor-serialization.mjs +0 -371
  40. package/ktor-ktor-shared-ktor-sse.mjs +0 -2
  41. package/ktor-ktor-shared-ktor-websocket-serialization.mjs +0 -2
  42. package/ktor-ktor-shared-ktor-websockets.mjs +0 -2334
  43. package/model/UserAndHealthcareParty.d.mts +0 -7
  44. package/model/UserAndHealthcareParty.mjs +0 -6
@@ -1,8 +1,8 @@
1
1
  import {
2
- VOID7hggqo3abtya as VOID,
3
- Unit_instance104q5opgivhr8 as Unit_instance,
2
+ VOID3gxj6tk5isa35 as VOID,
3
+ Unit_instance1fbcbse1fwigr as Unit_instance,
4
4
  } from './kotlin-kotlin-stdlib.mjs';
5
- import { Application_getInstance1d4ly18wdhadx as Application_getInstance } from './ktor-ktor-http.mjs';
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().c2u_1 : contentType;
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.i55_1 = true;
26
- $this$Json.l55_1 = true;
27
- $this$Json.w55_1 = true;
28
- $this$Json.x55_1 = true;
29
- $this$Json.m55_1 = false;
30
- $this$Json.y55_1 = false;
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;