@icure/cardinal-sdk 2.0.0-PREVIEW-7 → 2.0.0-PREVIEW-10

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 (50) hide show
  1. package/Kermit-kermit-core.mjs +36 -36
  2. package/Kermit-kermit.mjs +6 -6
  3. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1637 -1637
  4. package/KotlinBigInteger-bignum.mjs +1083 -1083
  5. package/api/AnonymousAgendaApi.d.mts +1 -1
  6. package/api/FormApi.d.mts +0 -1
  7. package/api/FormBasicApi.d.mts +0 -1
  8. package/cardinal-sdk-ts.mjs +34100 -34133
  9. package/cardinal-sdk.mjs +102076 -101870
  10. package/crypto/CryptoStrategies.d.mts +1 -1
  11. package/kerberus.mjs +236 -236
  12. package/kotlin-kotlin-stdlib.mjs +689 -667
  13. package/kotlinx-atomicfu.mjs +13 -13
  14. package/kotlinx-coroutines-core.mjs +2213 -2232
  15. package/kotlinx-io-kotlinx-io-bytestring.mjs +32 -32
  16. package/kotlinx-io-kotlinx-io-core.mjs +541 -355
  17. package/kotlinx-serialization-kotlinx-serialization-core.mjs +1935 -1939
  18. package/kotlinx-serialization-kotlinx-serialization-json.mjs +1913 -1910
  19. package/kryptom-lib.mjs +990 -990
  20. package/ktor-ktor-client-content-negotiation.mjs +756 -0
  21. package/ktor-ktor-client-core.mjs +8847 -0
  22. package/ktor-ktor-client-websockets.mjs +2 -0
  23. package/ktor-ktor-events.mjs +79 -0
  24. package/ktor-ktor-http-cio.mjs +2236 -0
  25. package/ktor-ktor-http.mjs +697 -659
  26. package/ktor-ktor-io.mjs +805 -790
  27. package/ktor-ktor-serialization-kotlinx-json.mjs +44 -0
  28. package/ktor-ktor-serialization-kotlinx.mjs +857 -0
  29. package/ktor-ktor-serialization.mjs +371 -0
  30. package/ktor-ktor-sse.mjs +2 -0
  31. package/ktor-ktor-utils.mjs +539 -502
  32. package/ktor-ktor-websocket-serialization.mjs +2 -0
  33. package/ktor-ktor-websockets.mjs +2334 -0
  34. package/model/Agenda.d.mts +1 -0
  35. package/model/Agenda.mjs +3 -0
  36. package/model/CalendarItem.d.mts +13 -0
  37. package/model/CalendarItem.mjs +20 -0
  38. package/model/HealthcareParty.d.mts +1 -0
  39. package/model/HealthcareParty.mjs +3 -0
  40. package/model/embed/EmbeddedTimeTableItem.d.mts +1 -0
  41. package/model/embed/EmbeddedTimeTableItem.mjs +3 -0
  42. package/model/embed/Measure.d.mts +2 -0
  43. package/model/embed/Measure.mjs +3 -0
  44. package/model/embed/ValueWithPrecision.d.mts +5 -0
  45. package/model/embed/ValueWithPrecision.mjs +7 -0
  46. package/model/embed/form/template/Field.d.mts +1 -1
  47. package/model/filter/predicate/Predicate.d.mts +1 -1
  48. package/model.d.mts +1 -0
  49. package/model.mjs +1 -0
  50. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.