@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,11 +1,11 @@
1
1
  import {
2
2
  protoOf180f3jzyo7rfj as protoOf,
3
3
  initMetadataForClassbxx6q50dy2s7 as initMetadataForClass,
4
- VOID7hggqo3abtya as VOID,
4
+ VOID3gxj6tk5isa35 as VOID,
5
5
  THROW_CCE2g6jy02ryeudk as THROW_CCE,
6
6
  equals2au1ep9vhcato as equals,
7
7
  addSuppressedu5jwjfvsc039 as addSuppressed,
8
- Unit_instance104q5opgivhr8 as Unit_instance,
8
+ Unit_instance1fbcbse1fwigr as Unit_instance,
9
9
  } from './kotlin-kotlin-stdlib.mjs';
10
10
  import {
11
11
  LockFreeLinkedListNode1f5fxflchw0ko as LockFreeLinkedListNode,
@@ -23,22 +23,22 @@ function EventDefinition() {
23
23
  function HandlerRegistration() {
24
24
  }
25
25
  function Events() {
26
- this.f3o_1 = new CopyOnWriteHashMap();
26
+ this.h3p_1 = new CopyOnWriteHashMap();
27
27
  }
28
- protoOf(Events).g3o = function (definition, value) {
28
+ protoOf(Events).i3p = function (definition, value) {
29
29
  var exception = null;
30
- var tmp0_safe_receiver = this.f3o_1.a2q(definition);
30
+ var tmp0_safe_receiver = this.h3p_1.c2r(definition);
31
31
  if (tmp0_safe_receiver == null)
32
32
  null;
33
33
  else {
34
34
  // Inline function 'io.ktor.util.internal.LockFreeLinkedListHead.forEach' call
35
- var tmp = tmp0_safe_receiver.i14();
35
+ var tmp = tmp0_safe_receiver.i15();
36
36
  var cur = tmp instanceof LockFreeLinkedListNode ? tmp : THROW_CCE();
37
37
  while (!equals(cur, tmp0_safe_receiver)) {
38
38
  if (cur instanceof HandlerRegistration) {
39
39
  var registration = cur;
40
40
  try {
41
- var tmp_0 = registration.i3o_1;
41
+ var tmp_0 = registration.k3p_1;
42
42
  (typeof tmp_0 === 'function' ? tmp_0 : THROW_CCE())(value);
43
43
  } catch ($p) {
44
44
  if ($p instanceof Error) {
@@ -60,7 +60,7 @@ protoOf(Events).g3o = function (definition, value) {
60
60
  }
61
61
  }
62
62
  }
63
- cur = cur.z2q();
63
+ cur = cur.b2s();
64
64
  }
65
65
  }
66
66
  var tmp1_safe_receiver = exception;