@era-laboratories/era-sdk 0.1.0-next.32 → 0.1.0-next.45

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 (200) hide show
  1. package/CHANGELOG.md +339 -0
  2. package/README.md +6 -1
  3. package/dist/auth-D2XawwCn.d.ts +489 -0
  4. package/dist/auth-D2XawwCn.d.ts.map +1 -0
  5. package/dist/casing-_Mn2NyTK.d.ts +24 -0
  6. package/dist/casing-_Mn2NyTK.d.ts.map +1 -0
  7. package/dist/client-Cl72cpdb.js +673 -0
  8. package/dist/client-Cl72cpdb.js.map +1 -0
  9. package/dist/client-Cl_wmzub.d.ts +662 -0
  10. package/dist/client-Cl_wmzub.d.ts.map +1 -0
  11. package/dist/core/auth.d.ts +2 -264
  12. package/dist/core/auth.js +521 -2
  13. package/dist/core/auth.js.map +1 -1
  14. package/dist/core/errors.d.ts +2 -136
  15. package/dist/core/errors.js +360 -2
  16. package/dist/core/errors.js.map +1 -1
  17. package/dist/core/index.d.ts +5 -4
  18. package/dist/core/index.js +5 -8
  19. package/dist/core/streaming.d.ts +2 -139
  20. package/dist/core/streaming.js +365 -2
  21. package/dist/core/streaming.js.map +1 -1
  22. package/dist/devices-BKIkM2KD.d.ts +4640 -0
  23. package/dist/devices-BKIkM2KD.d.ts.map +1 -0
  24. package/dist/errors-Clai0mby.d.ts +448 -0
  25. package/dist/errors-Clai0mby.d.ts.map +1 -0
  26. package/dist/experienceVersions-DtrAFhk4.d.ts +455 -0
  27. package/dist/experienceVersions-DtrAFhk4.d.ts.map +1 -0
  28. package/dist/generated/hub-api/index.d.ts +3 -31091
  29. package/dist/generated/hub-api/index.js +2 -4
  30. package/dist/generated/ingress/index.d.ts +444 -5668
  31. package/dist/generated/ingress/index.d.ts.map +1 -0
  32. package/dist/generated/ingress/index.js +2 -3
  33. package/dist/generated/interstitials/index.d.ts +307 -544
  34. package/dist/generated/interstitials/index.d.ts.map +1 -0
  35. package/dist/generated/interstitials/index.js +2 -3
  36. package/dist/hubPaths-BApRiLjY.js +24 -0
  37. package/dist/hubPaths-BApRiLjY.js.map +1 -0
  38. package/dist/index.d.ts +212 -2298
  39. package/dist/index.d.ts.map +1 -0
  40. package/dist/index.js +3350 -2041
  41. package/dist/index.js.map +1 -1
  42. package/dist/ingressPaths-Bz91nMzc.js +22 -0
  43. package/dist/ingressPaths-Bz91nMzc.js.map +1 -0
  44. package/dist/interstitials-TWMGqOt4.js +126 -0
  45. package/dist/interstitials-TWMGqOt4.js.map +1 -0
  46. package/dist/modules/chat.d.ts +186 -91
  47. package/dist/modules/chat.d.ts.map +1 -0
  48. package/dist/modules/chat.js +130 -5
  49. package/dist/modules/chat.js.map +1 -1
  50. package/dist/modules/consent.d.ts +298 -39
  51. package/dist/modules/consent.d.ts.map +1 -0
  52. package/dist/modules/consent.js +57 -4
  53. package/dist/modules/consent.js.map +1 -1
  54. package/dist/modules/credits.d.ts +70 -39
  55. package/dist/modules/credits.d.ts.map +1 -0
  56. package/dist/modules/credits.js +28 -6
  57. package/dist/modules/credits.js.map +1 -1
  58. package/dist/modules/devices.d.ts +3 -4
  59. package/dist/modules/devices.js +118 -6
  60. package/dist/modules/devices.js.map +1 -1
  61. package/dist/modules/experienceVersions.d.ts +2 -134
  62. package/dist/modules/experienceVersions.js +175 -4
  63. package/dist/modules/experienceVersions.js.map +1 -1
  64. package/dist/modules/experiences.d.ts +673 -478
  65. package/dist/modules/experiences.d.ts.map +1 -0
  66. package/dist/modules/experiences.js +214 -6
  67. package/dist/modules/experiences.js.map +1 -1
  68. package/dist/modules/interstitials.d.ts +300 -0
  69. package/dist/modules/interstitials.d.ts.map +1 -0
  70. package/dist/modules/interstitials.js +3 -0
  71. package/dist/modules/memory.d.ts +184 -72
  72. package/dist/modules/memory.d.ts.map +1 -0
  73. package/dist/modules/memory.js +90 -6
  74. package/dist/modules/memory.js.map +1 -1
  75. package/dist/modules/oauth.d.ts +207 -28
  76. package/dist/modules/oauth.d.ts.map +1 -0
  77. package/dist/modules/oauth.js +65 -4
  78. package/dist/modules/oauth.js.map +1 -1
  79. package/dist/modules/organizations.d.ts +442 -94
  80. package/dist/modules/organizations.d.ts.map +1 -0
  81. package/dist/modules/organizations.js +152 -6
  82. package/dist/modules/organizations.js.map +1 -1
  83. package/dist/modules/pairableResources.d.ts +86 -0
  84. package/dist/modules/pairableResources.d.ts.map +1 -0
  85. package/dist/modules/pairableResources.js +41 -0
  86. package/dist/modules/pairableResources.js.map +1 -0
  87. package/dist/modules/resources.d.ts +66 -43
  88. package/dist/modules/resources.d.ts.map +1 -0
  89. package/dist/modules/resources.js +32 -6
  90. package/dist/modules/resources.js.map +1 -1
  91. package/dist/modules/sessions.d.ts +289 -96
  92. package/dist/modules/sessions.d.ts.map +1 -0
  93. package/dist/modules/sessions.js +78 -6
  94. package/dist/modules/sessions.js.map +1 -1
  95. package/dist/modules/styling.d.ts +292 -301
  96. package/dist/modules/styling.d.ts.map +1 -0
  97. package/dist/modules/styling.js +98 -5
  98. package/dist/modules/styling.js.map +1 -1
  99. package/dist/modules/tools.d.ts +2 -0
  100. package/dist/modules/tools.js +2 -0
  101. package/dist/modules/tts.d.ts +709 -512
  102. package/dist/modules/tts.d.ts.map +1 -0
  103. package/dist/modules/tts.js +505 -10
  104. package/dist/modules/tts.js.map +1 -1
  105. package/dist/modules/users.d.ts +118 -64
  106. package/dist/modules/users.d.ts.map +1 -0
  107. package/dist/modules/users.js +36 -6
  108. package/dist/modules/users.js.map +1 -1
  109. package/dist/modules/voice.d.ts +3 -926
  110. package/dist/modules/voice.js +3 -11
  111. package/dist/operations-Dvzy-B5G.js +211 -0
  112. package/dist/operations-Dvzy-B5G.js.map +1 -0
  113. package/dist/pathResolver-D-nucJal.js +54 -0
  114. package/dist/pathResolver-D-nucJal.js.map +1 -0
  115. package/dist/sdk.gen-BNWxkq2Z.js +3445 -0
  116. package/dist/sdk.gen-BNWxkq2Z.js.map +1 -0
  117. package/dist/sdk.gen-CAUPzlED.js +934 -0
  118. package/dist/sdk.gen-CAUPzlED.js.map +1 -0
  119. package/dist/sdk.gen-CZu__hlw.js +21537 -0
  120. package/dist/sdk.gen-CZu__hlw.js.map +1 -0
  121. package/dist/sdk.gen-E4swQZW_.d.ts +2450 -0
  122. package/dist/sdk.gen-E4swQZW_.d.ts.map +1 -0
  123. package/dist/streaming-Cex6dlUI.d.ts +241 -0
  124. package/dist/streaming-Cex6dlUI.d.ts.map +1 -0
  125. package/dist/tools-BsKVMAnv.d.ts +1585 -0
  126. package/dist/tools-BsKVMAnv.d.ts.map +1 -0
  127. package/dist/tools-IlJjo2wN.js +3439 -0
  128. package/dist/tools-IlJjo2wN.js.map +1 -0
  129. package/dist/types.gen-1u1-_xHw.d.ts +6142 -0
  130. package/dist/types.gen-1u1-_xHw.d.ts.map +1 -0
  131. package/dist/types.gen-DoQ8Idaw.d.ts +599 -0
  132. package/dist/types.gen-DoQ8Idaw.d.ts.map +1 -0
  133. package/dist/types.gen-lPoAJWsN.d.ts +28298 -0
  134. package/dist/types.gen-lPoAJWsN.d.ts.map +1 -0
  135. package/dist/voice-D8kYRHmM.js +1203 -0
  136. package/dist/voice-D8kYRHmM.js.map +1 -0
  137. package/dist/voice-D99HwDge.d.ts +1101 -0
  138. package/dist/voice-D99HwDge.d.ts.map +1 -0
  139. package/package.json +9 -6
  140. package/dist/chunk-3WWTKEUX.js +0 -56
  141. package/dist/chunk-3WWTKEUX.js.map +0 -1
  142. package/dist/chunk-5A5YCM3V.js +0 -804
  143. package/dist/chunk-5A5YCM3V.js.map +0 -1
  144. package/dist/chunk-5D2T2ZRH.js +0 -380
  145. package/dist/chunk-5D2T2ZRH.js.map +0 -1
  146. package/dist/chunk-5NA2TFPG.js +0 -3
  147. package/dist/chunk-5NA2TFPG.js.map +0 -1
  148. package/dist/chunk-645QZBSJ.js +0 -9
  149. package/dist/chunk-645QZBSJ.js.map +0 -1
  150. package/dist/chunk-6BSO3N5P.js +0 -46
  151. package/dist/chunk-6BSO3N5P.js.map +0 -1
  152. package/dist/chunk-7LKBKCEE.js +0 -64
  153. package/dist/chunk-7LKBKCEE.js.map +0 -1
  154. package/dist/chunk-C5M55XGA.js +0 -80
  155. package/dist/chunk-C5M55XGA.js.map +0 -1
  156. package/dist/chunk-DGR7JL65.js +0 -464
  157. package/dist/chunk-DGR7JL65.js.map +0 -1
  158. package/dist/chunk-ESO3QEAK.js +0 -135
  159. package/dist/chunk-ESO3QEAK.js.map +0 -1
  160. package/dist/chunk-HDUV7OOG.js +0 -937
  161. package/dist/chunk-HDUV7OOG.js.map +0 -1
  162. package/dist/chunk-HSNI6RBW.js +0 -39
  163. package/dist/chunk-HSNI6RBW.js.map +0 -1
  164. package/dist/chunk-HZBK7MHQ.js +0 -1140
  165. package/dist/chunk-HZBK7MHQ.js.map +0 -1
  166. package/dist/chunk-MBVIKC5P.js +0 -9
  167. package/dist/chunk-MBVIKC5P.js.map +0 -1
  168. package/dist/chunk-OJWZE34W.js +0 -2105
  169. package/dist/chunk-OJWZE34W.js.map +0 -1
  170. package/dist/chunk-OQVSZEFE.js +0 -48
  171. package/dist/chunk-OQVSZEFE.js.map +0 -1
  172. package/dist/chunk-QWYPM4MG.js +0 -16790
  173. package/dist/chunk-QWYPM4MG.js.map +0 -1
  174. package/dist/chunk-QXM2MRTI.js +0 -69
  175. package/dist/chunk-QXM2MRTI.js.map +0 -1
  176. package/dist/chunk-RA73ZE4M.js +0 -22
  177. package/dist/chunk-RA73ZE4M.js.map +0 -1
  178. package/dist/chunk-T7ZALSL6.js +0 -27
  179. package/dist/chunk-T7ZALSL6.js.map +0 -1
  180. package/dist/chunk-TE6GQM7G.js +0 -691
  181. package/dist/chunk-TE6GQM7G.js.map +0 -1
  182. package/dist/chunk-TTGM7WVZ.js +0 -237
  183. package/dist/chunk-TTGM7WVZ.js.map +0 -1
  184. package/dist/chunk-TY7R43JL.js +0 -92
  185. package/dist/chunk-TY7R43JL.js.map +0 -1
  186. package/dist/chunk-VK25JW5L.js +0 -18
  187. package/dist/chunk-VK25JW5L.js.map +0 -1
  188. package/dist/chunk-W6XS5SYL.js +0 -143
  189. package/dist/chunk-W6XS5SYL.js.map +0 -1
  190. package/dist/chunk-YLLX4H3M.js +0 -94
  191. package/dist/chunk-YLLX4H3M.js.map +0 -1
  192. package/dist/chunk-YVGD3MU7.js +0 -201
  193. package/dist/chunk-YVGD3MU7.js.map +0 -1
  194. package/dist/client-b0FHDL0O.d.ts +0 -397
  195. package/dist/core/index.js.map +0 -1
  196. package/dist/devices-DDYMQF5y.d.ts +0 -386
  197. package/dist/generated/hub-api/index.js.map +0 -1
  198. package/dist/generated/ingress/index.js.map +0 -1
  199. package/dist/generated/interstitials/index.js.map +0 -1
  200. package/dist/modules/voice.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,345 @@ All notable changes to `@era-laboratories/era-sdk` are documented here.
4
4
 
5
5
  The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/).
6
6
 
7
+ ## [0.1.0-next.45] - 2026-07-16
8
+
9
+ ### Documentation
10
+
11
+ - **(tsdoc)** Commands.list route in edge form (/hub-api), not legacy /api ([50f7ac6](https://github.com/Era-Laboratories/era-sdk/commit/50f7ac63180e654ddcf94b4a784440fef66bd3cd)) by [@andrejv206](https://github.com/andrejv206) in [#572](https://github.com/Era-Laboratories/era-sdk/pull/572)
12
+ - **(tsdoc)** Fix route prefix, internal-term example, and scrub-hostile wording (ERA-6611) ([ffc4f80](https://github.com/Era-Laboratories/era-sdk/commit/ffc4f8001ea3cb54c4adf31d4223b6c3019bf8b4)) by [@andrejv206](https://github.com/andrejv206) in [#572](https://github.com/Era-Laboratories/era-sdk/pull/572)
13
+
14
+ ### Automated
15
+
16
+ - **(specs)** Era-ingress:staging 76d9944 ([02ef2c1](https://github.com/Era-Laboratories/era-sdk/commit/02ef2c1596e611a0f6aff45ad51b41e58ceb4106), [d0e7de8](https://github.com/Era-Laboratories/era-sdk/commit/d0e7de88e095f2ad49394fb7660f42136ecff5ed)) by @era-renovate[bot] in [#574](https://github.com/Era-Laboratories/era-sdk/pull/574)
17
+ - **(specs)** Era-ingress:staging da90d01 ([d019fee](https://github.com/Era-Laboratories/era-sdk/commit/d019fee5d4ce21ed4ef06a08867ebf2e828bfe3c), [15e92b5](https://github.com/Era-Laboratories/era-sdk/commit/15e92b5191a821b8eefc09449581a5c8bc187412)) by @era-renovate[bot] in [#573](https://github.com/Era-Laboratories/era-sdk/pull/573)
18
+
19
+ ## [0.1.0-next.44] - 2026-07-16
20
+
21
+ ### Added
22
+
23
+ - **(codegen)** Regen from post-ERA-5166 specs — ElevenLabs defaults gone; map safety_blocked chain event ([9c33d01](https://github.com/Era-Laboratories/era-sdk/commit/9c33d01ba918a2821200e392a43daf688985ec5b)) by [@abigaillhiggins](https://github.com/abigaillhiggins) in [#568](https://github.com/Era-Laboratories/era-sdk/pull/568)
24
+
25
+ ### Documentation
26
+
27
+ - **(sdk)** Retire ElevenLabs from hand-written surfaces — moss examples, provider-neutral tag docs (ERA-5166) ([71f0793](https://github.com/Era-Laboratories/era-sdk/commit/71f079394f0280202b075f359f030cdaa9885297)) by [@abigaillhiggins](https://github.com/abigaillhiggins) in [#568](https://github.com/Era-Laboratories/era-sdk/pull/568)
28
+
29
+ ### Automated
30
+
31
+ - **(specs)** Era-hub-api:production 66f90a8 ([d9a890e](https://github.com/Era-Laboratories/era-sdk/commit/d9a890eadc764f76914a4db1e4dbe498255342a7), [b4c83bb](https://github.com/Era-Laboratories/era-sdk/commit/b4c83bbd240e43e45246f9cd26b94eb539398e8a)) by @era-renovate[bot] in [#565](https://github.com/Era-Laboratories/era-sdk/pull/565)
32
+ - **(specs)** Era-hub-api:staging 3f34408 ([4e79468](https://github.com/Era-Laboratories/era-sdk/commit/4e7946814c465537ee55ae9fa7def6546700ea75), [f3f1280](https://github.com/Era-Laboratories/era-sdk/commit/f3f1280134bd6dfe8df2d9aed10676c507e00ed6)) by @era-renovate[bot] in [#564](https://github.com/Era-Laboratories/era-sdk/pull/564)
33
+ - **(specs)** Era-hub-api:staging 60c5ee9 ([12c706d](https://github.com/Era-Laboratories/era-sdk/commit/12c706da2962eea0b6ca6d43a925970bcdd56ee2)) by @era-renovate[bot] in [#563](https://github.com/Era-Laboratories/era-sdk/pull/563)
34
+ - **(specs)** Era-hub-api:staging 892db83 ([78451d6](https://github.com/Era-Laboratories/era-sdk/commit/78451d696709f19e9502efbf32e99e91d73edc7c)) by @era-renovate[bot] in [#562](https://github.com/Era-Laboratories/era-sdk/pull/562)
35
+ - **(specs)** Era-ingress:staging 015c717 ([35de339](https://github.com/Era-Laboratories/era-sdk/commit/35de339670612712650cd537359102b41efe562a)) by @era-renovate[bot] in [#476](https://github.com/Era-Laboratories/era-sdk/pull/476)
36
+ - **(specs)** Era-ingress:staging 74aaca6 ([c1d20b3](https://github.com/Era-Laboratories/era-sdk/commit/c1d20b39f8d1f4cb7e10e73ae476fd1743b01e9b)) by @era-renovate[bot] in [#476](https://github.com/Era-Laboratories/era-sdk/pull/476)
37
+ - **(deps)** Update pnpm to v11.13.1 ([41359f8](https://github.com/Era-Laboratories/era-sdk/commit/41359f87f3ae66a1432b0ad39ea1b59a33310f25), [cff1d10](https://github.com/Era-Laboratories/era-sdk/commit/cff1d106a292909741a0ff36ce47a57739607372)) by @era-renovate[bot] in [#566](https://github.com/Era-Laboratories/era-sdk/pull/566)
38
+
39
+ ## [0.1.0-next.41] - 2026-07-15
40
+
41
+ ### Documentation
42
+
43
+ - Complete TSDoc on every public export + check:tsdoc gate ([777b1a3](https://github.com/Era-Laboratories/era-sdk/commit/777b1a35638513b1670f7f6a4f69a4a0970ce887)) by [@andrejv206](https://github.com/andrejv206) in [#560](https://github.com/Era-Laboratories/era-sdk/pull/560)
44
+ - **(triggers)** Voice-slot JSDoc — bindings are kind-agnostic post-ERA-6511 ([99d53ef](https://github.com/Era-Laboratories/era-sdk/commit/99d53ef4cd6061e255166b5af458dc34025d9677)) by [@andrejv206](https://github.com/andrejv206) in [#555](https://github.com/Era-Laboratories/era-sdk/pull/555)
45
+
46
+ ### Automated
47
+
48
+ - **(specs)** Era-hub-api:staging 5581554 ([e5fec6d](https://github.com/Era-Laboratories/era-sdk/commit/e5fec6d43657c8d4cfd58a505620ed03947933f2)) by @era-renovate[bot] in [#557](https://github.com/Era-Laboratories/era-sdk/pull/557)
49
+ - **(specs)** Era-hub-api:staging a5dd01e ([923a7a0](https://github.com/Era-Laboratories/era-sdk/commit/923a7a06141639c3ad3c7ad456db9482cb04f86d)) by @era-renovate[bot] in [#559](https://github.com/Era-Laboratories/era-sdk/pull/559)
50
+ - **(specs)** Era-hub-api:staging a9778ec ([8be7af3](https://github.com/Era-Laboratories/era-sdk/commit/8be7af30eca4d8b2247f9978d5f4eb9bca1508f7)) by @era-renovate[bot] in [#558](https://github.com/Era-Laboratories/era-sdk/pull/558)
51
+ - **(specs)** Era-hub-api:staging c7d0694 ([99630bd](https://github.com/Era-Laboratories/era-sdk/commit/99630bdc05fa3a4550d582b51429b3d42bb99892)) by @era-renovate[bot] in [#554](https://github.com/Era-Laboratories/era-sdk/pull/554)
52
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.18.0 ([0a1f31e](https://github.com/Era-Laboratories/era-sdk/commit/0a1f31ecd7efc6705be37d755318232a8f5062af)) by @era-renovate[bot] in [#556](https://github.com/Era-Laboratories/era-sdk/pull/556)
53
+
54
+ ## [0.1.0-next.40] - 2026-07-14
55
+
56
+ ### Added
57
+
58
+ - **(chains)** Add collectLoop authoring helper for interactive voice collection chains (ERA-6567) ([94c8b50](https://github.com/Era-Laboratories/era-sdk/commit/94c8b50989ec8e5b811d0825c43527a9d1782009)) by [@abigaillhiggins](https://github.com/abigaillhiggins) in [#549](https://github.com/Era-Laboratories/era-sdk/pull/549)
59
+ - **(chains)** Add isActive filter to ListChainsOptions (ERA-6562) ([049d2e3](https://github.com/Era-Laboratories/era-sdk/commit/049d2e3bc1afbb25a8128ec0b93851dfd4f04191)) by [@andrejv206](https://github.com/andrejv206) in [#548](https://github.com/Era-Laboratories/era-sdk/pull/548)
60
+ - **(errors)** Read hub errors tolerant of both wire shapes (ERA-6409) ([95b1733](https://github.com/Era-Laboratories/era-sdk/commit/95b1733f6954a426a126d219af70654c71fc484f)) by [@crouch-era](https://github.com/crouch-era) in [#546](https://github.com/Era-Laboratories/era-sdk/pull/546)
61
+ - **(style)** Type interstitials.byState incl. vocal-only conversational states (ERA-6506) ([903d70d](https://github.com/Era-Laboratories/era-sdk/commit/903d70d6e2f4e9a3df65f7f563191b22a089026a)) by [@abigaillhiggins](https://github.com/abigaillhiggins) in [#551](https://github.com/Era-Laboratories/era-sdk/pull/551)
62
+ - **(chains)** Typed expect handoff — schema-inferred step output types (ERA-5919) ([a38c85d](https://github.com/Era-Laboratories/era-sdk/commit/a38c85d68c812a96fec56f4cad3f83578509dc01)) by [@abigaillhiggins](https://github.com/abigaillhiggins) in [#552](https://github.com/Era-Laboratories/era-sdk/pull/552)
63
+
64
+ ### Fixed
65
+
66
+ - Type VersionMutationResult.version as ExperienceVersion, not an inline dump ([76750a1](https://github.com/Era-Laboratories/era-sdk/commit/76750a1627764236cb3d8adb3c679c3d631b575b)) by [@andrejv206](https://github.com/andrejv206) in [#547](https://github.com/Era-Laboratories/era-sdk/pull/547)
67
+
68
+ ### Changed
69
+
70
+ - **(chains)** Derive list()'s query typing from the generated op (ERA-6562) ([2254e3c](https://github.com/Era-Laboratories/era-sdk/commit/2254e3c82d17877b75a367dac567fa3da1283684)) by [@andrejv206](https://github.com/andrejv206) in [#548](https://github.com/Era-Laboratories/era-sdk/pull/548)
71
+
72
+ ### Automated
73
+
74
+ - **(specs)** Era-hub-api:production a1a6959 ([6740ed7](https://github.com/Era-Laboratories/era-sdk/commit/6740ed715988c463a39782900c3a463e856b2951)) by @era-renovate[bot] in [#544](https://github.com/Era-Laboratories/era-sdk/pull/544)
75
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.17.0 ([4e9fa70](https://github.com/Era-Laboratories/era-sdk/commit/4e9fa704ab3a55c044b9c788d13d27e0a751af46)) by @era-renovate[bot] in [#545](https://github.com/Era-Laboratories/era-sdk/pull/545)
76
+
77
+ ## [0.1.0-next.39] - 2026-07-14
78
+
79
+ ### Changed
80
+
81
+ - Name the experience-id param experienceId across all modules ([6951b4f](https://github.com/Era-Laboratories/era-sdk/commit/6951b4f9c5e4e91f74b1e4057272e52615fba229)) by [@andrejv206](https://github.com/andrejv206) in [#540](https://github.com/Era-Laboratories/era-sdk/pull/540)
82
+
83
+ ### Documentation
84
+
85
+ - **(devices)** Drop versionId-pin prose from bindInput JSDoc (ERA-6494) ([aa54368](https://github.com/Era-Laboratories/era-sdk/commit/aa543689a5d6f51558636d05ecb184b910b2c714)) by [@andrejv206](https://github.com/andrejv206) in [#536](https://github.com/Era-Laboratories/era-sdk/pull/536)
86
+ - **(sdk)** Fix voice-slot binding overclaim in JSDoc (ERA-6490) ([912f13b](https://github.com/Era-Laboratories/era-sdk/commit/912f13b048ce1d1f967e191716a88ea47cc37786)) by [@andrejv206](https://github.com/andrejv206) in [#534](https://github.com/Era-Laboratories/era-sdk/pull/534)
87
+
88
+ ### Automated
89
+
90
+ - **(specs)** Era-hub-api:production 258d7d5 ([fc8c647](https://github.com/Era-Laboratories/era-sdk/commit/fc8c647b9fdb91484f1502c52e52d8bd313edc0e)) by @era-renovate[bot] in [#513](https://github.com/Era-Laboratories/era-sdk/pull/513)
91
+ - **(specs)** Era-hub-api:staging 1403749 ([f4793fd](https://github.com/Era-Laboratories/era-sdk/commit/f4793fd275ebd0996a378b4f24eeae5b69e415fe)) by @era-renovate[bot] in [#541](https://github.com/Era-Laboratories/era-sdk/pull/541)
92
+ - **(specs)** Era-hub-api:staging 165dfbc ([55d0cab](https://github.com/Era-Laboratories/era-sdk/commit/55d0cabc01604112f87b2958172e9f2c3e6420fc)) by @era-renovate[bot] in [#537](https://github.com/Era-Laboratories/era-sdk/pull/537)
93
+ - **(specs)** Era-hub-api:staging 9b3ffd5 ([e2475ac](https://github.com/Era-Laboratories/era-sdk/commit/e2475acd29c7b2ed4f7abe0528a725c42a038adf)) by @era-renovate[bot] in [#542](https://github.com/Era-Laboratories/era-sdk/pull/542)
94
+ - **(specs)** Era-hub-api:staging edefaeb ([85d4ba4](https://github.com/Era-Laboratories/era-sdk/commit/85d4ba44c84cba534dffa553e2b2fea6b4ab1bf4)) by @era-renovate[bot] in [#539](https://github.com/Era-Laboratories/era-sdk/pull/539)
95
+ - **(specs)** Era-hub-api:staging fae8844 ([5f62f50](https://github.com/Era-Laboratories/era-sdk/commit/5f62f5057d0833e7df619350293cf7e7c7913740)) by @era-renovate[bot] in [#535](https://github.com/Era-Laboratories/era-sdk/pull/535)
96
+ - **(deps)** Update actions/setup-node action to v6.5.0 ([44da9fa](https://github.com/Era-Laboratories/era-sdk/commit/44da9fad97f7c78862240aaab4dd59b4af8d7fd3)) by @era-renovate[bot] in [#538](https://github.com/Era-Laboratories/era-sdk/pull/538)
97
+ - **(deps)** Update pnpm to v11.12.0 ([056fa3c](https://github.com/Era-Laboratories/era-sdk/commit/056fa3c6123f312def38e88a27c27bf3b865846c)) by @era-renovate[bot] in [#524](https://github.com/Era-Laboratories/era-sdk/pull/524)
98
+
99
+ ## [0.1.0-next.38] - 2026-07-13
100
+
101
+ ### Added
102
+
103
+ - **(devices)** BindInput/unbindInput/listInputBindings + flip slot-advisory prose (ERA-6478) ([0c25948](https://github.com/Era-Laboratories/era-sdk/commit/0c25948c0a48d98fa3627804d869632e443c4d24)) by [@andrejv206](https://github.com/andrejv206) in [#531](https://github.com/Era-Laboratories/era-sdk/pull/531)
104
+ - **(experiences)** Drop retired experienceState from module surface (ERA-6475) ([dcd9adf](https://github.com/Era-Laboratories/era-sdk/commit/dcd9adf3ff4bb3b2decf4bac8a7b965252203e31)) by [@andrejv206](https://github.com/andrejv206) in [#532](https://github.com/Era-Laboratories/era-sdk/pull/532)
105
+ - **(chat)** Expose images on ChatSendInput with pre-flight size validation (ERA-6428) ([ff8981e](https://github.com/Era-Laboratories/era-sdk/commit/ff8981ec0a714b8c0a4a1fb25b2f69e2fd9c8e3f)) by [@andrejv206](https://github.com/andrejv206) in [#525](https://github.com/Era-Laboratories/era-sdk/pull/525)
106
+ - **(hub-api)** Regen client against production spec 7db6dd3 (ERA-6475) ([dcfb0cb](https://github.com/Era-Laboratories/era-sdk/commit/dcfb0cbddab22df3d32e1d8f459fb556ef80aa5a)) by [@andrejv206](https://github.com/andrejv206) in [#532](https://github.com/Era-Laboratories/era-sdk/pull/532)
107
+
108
+ ### Fixed
109
+
110
+ - **(organizations)** Adopt main's RoleSet-omits-pageInfo shape post-merge ([8b6bc61](https://github.com/Era-Laboratories/era-sdk/commit/8b6bc610cc21d4abd7adb176c3c185f3f5c97a01)) by [@andrejv206](https://github.com/andrejv206) in [#532](https://github.com/Era-Laboratories/era-sdk/pull/532)
111
+ - Apply custom fetch to OAuth token endpoints (sign-in + refresh) ([5a8ee72](https://github.com/Era-Laboratories/era-sdk/commit/5a8ee72693133a36806880c044ca1cc719756f37)) by [@andrejv206](https://github.com/andrejv206) in [#528](https://github.com/Era-Laboratories/era-sdk/pull/528)
112
+ - Page-walk hub-api lists ahead of cursor pagination (ERA-6378) ([45c4a1a](https://github.com/Era-Laboratories/era-sdk/commit/45c4a1ac331a4dc0d260831cb5a4c5812b0defe7)) by [@andrejv206](https://github.com/andrejv206) in [#522](https://github.com/Era-Laboratories/era-sdk/pull/522)
113
+
114
+ ### Changed
115
+
116
+ - **(voice)** Derive ack types from generated ingress client (ERA-6460) ([71ac2cf](https://github.com/Era-Laboratories/era-sdk/commit/71ac2cf4356bed6268507b38a4b9c8af831eb48a)) by [@andrejv206](https://github.com/andrejv206) in [#527](https://github.com/Era-Laboratories/era-sdk/pull/527)
117
+ - **(voice)** Derive interrupt wire body from generated InterruptRequest (ERA-6255) ([e3d0f18](https://github.com/Era-Laboratories/era-sdk/commit/e3d0f187c098a9d3516b6ec143b61dedd0c65f0f)) by [@andrejv206](https://github.com/andrejv206) in [#526](https://github.com/Era-Laboratories/era-sdk/pull/526)
118
+ - **(experience)** Drop experience-level outputs; chain-level only (ERA-6372) ([1ad448f](https://github.com/Era-Laboratories/era-sdk/commit/1ad448f039f8dfc68f520664718b3254135d7e04)) by [@andrejv206](https://github.com/andrejv206) in [#518](https://github.com/Era-Laboratories/era-sdk/pull/518)
119
+ - **(streaming)** Remove dead tool_call.arguments field (ERA-6377) ([34abe6f](https://github.com/Era-Laboratories/era-sdk/commit/34abe6fce56d7240721a831b2f1be1c4216085d3)) by [@andrejv206](https://github.com/andrejv206) in [#520](https://github.com/Era-Laboratories/era-sdk/pull/520)
120
+ - **(experience)** Remove inert defineExperience trigger binding (ERA-6375) ([ba54ea3](https://github.com/Era-Laboratories/era-sdk/commit/ba54ea325835d0e30898820200eecf1ab56928e5)) by [@andrejv206](https://github.com/andrejv206) in [#519](https://github.com/Era-Laboratories/era-sdk/pull/519)
121
+
122
+ ### Documentation
123
+
124
+ - Clarify experiences JSDoc — stylePreferences shape, isActive, legacy state ([ef3b330](https://github.com/Era-Laboratories/era-sdk/commit/ef3b3305377a4e82a57216517119192335a5880b)) by [@andrejv206](https://github.com/andrejv206) in [#529](https://github.com/Era-Laboratories/era-sdk/pull/529)
125
+ - **(chains)** Correct FanOutStep JSDoc — sequential today, not parallel (ERA-6376) ([4f6e7d3](https://github.com/Era-Laboratories/era-sdk/commit/4f6e7d3e8664cc06a1851d5338760e3c240080d8)) by [@andrejv206](https://github.com/andrejv206) in [#521](https://github.com/Era-Laboratories/era-sdk/pull/521)
126
+ - Drop era-studio/LiveKit internal references from experiences JSDoc ([bbbc8b8](https://github.com/Era-Laboratories/era-sdk/commit/bbbc8b84ad9f015ef2097411bd5cdafcd531014c)) by [@andrejv206](https://github.com/andrejv206) in [#530](https://github.com/Era-Laboratories/era-sdk/pull/530)
127
+
128
+ ### Miscellaneous
129
+
130
+ - Align fixtures with dropped experienceState + required pageInfo (ERA-6475) ([5d31a26](https://github.com/Era-Laboratories/era-sdk/commit/5d31a26b0f22cb6ec642a806c1193ee1612cdad7)) by [@andrejv206](https://github.com/andrejv206) in [#532](https://github.com/Era-Laboratories/era-sdk/pull/532)
131
+ - **(ci)** Drop setup-era-codegen-version from codegen-drift, resolve from codegen.toml (ERA-6381) ([e128240](https://github.com/Era-Laboratories/era-sdk/commit/e128240c59c89408066127af452b19c5cfc2be7e)) by [@crouch-era](https://github.com/crouch-era) in [#515](https://github.com/Era-Laboratories/era-sdk/pull/515)
132
+ - **(era-sdk)** Mark node: builtins never-bundle to silence UNRESOLVED_IMPORT (ERA-6459) ([35fe26a](https://github.com/Era-Laboratories/era-sdk/commit/35fe26a307f5296c798961ecd037fb230115d881)) by [@andrejv206](https://github.com/andrejv206) in [#526](https://github.com/Era-Laboratories/era-sdk/pull/526)
133
+ - **(ci)** Resolve era-codegen from codegen.toml in publish + pack (ERA-6424) ([4ca7c88](https://github.com/Era-Laboratories/era-sdk/commit/4ca7c88ff8d7effd833e1026cd1789f0d8c569fe)) by [@crouch-era](https://github.com/crouch-era) in [#516](https://github.com/Era-Laboratories/era-sdk/pull/516)
134
+ - **(examples)** Retire experienceState reads in validate + test-suite (ERA-6475) ([26555e8](https://github.com/Era-Laboratories/era-sdk/commit/26555e87626be85e189f74fb1c0b4de8fc15852a)) by [@andrejv206](https://github.com/andrejv206) in [#532](https://github.com/Era-Laboratories/era-sdk/pull/532)
135
+
136
+ ### Automated
137
+
138
+ - **(specs)** Era-hub-api:production 192ec3b ([587ce3a](https://github.com/Era-Laboratories/era-sdk/commit/587ce3a1c80cc2cabd1a45039047591f6f46fa5a)) by @era-renovate[bot] in [#507](https://github.com/Era-Laboratories/era-sdk/pull/507)
139
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.16.0 ([9d13ed7](https://github.com/Era-Laboratories/era-sdk/commit/9d13ed79e92b8f4f25dbb60f8b37652b31b5802d)) by @era-renovate[bot] in [#514](https://github.com/Era-Laboratories/era-sdk/pull/514)
140
+ - **(deps)** Update pnpm to v11.11.0 ([8b30c93](https://github.com/Era-Laboratories/era-sdk/commit/8b30c93b30f23926bd23ad0a0ee421e86986ab31)) by @era-renovate[bot] in [#517](https://github.com/Era-Laboratories/era-sdk/pull/517)
141
+
142
+ ## [0.1.0-next.37] - 2026-07-09
143
+
144
+ ### Added
145
+
146
+ - **(tools)** Migrate spindle catalog to era-spinner-spec (/spinner/*) post-ERA-6142 ([fdd790d](https://github.com/Era-Laboratories/era-sdk/commit/fdd790d7df02e8e7acd29b9debe198ba50101268)) by [@andrejv206](https://github.com/andrejv206) in [#491](https://github.com/Era-Laboratories/era-sdk/pull/491)
147
+
148
+ ### Documentation
149
+
150
+ - Correct chat examples to factory-function form ([31cf21c](https://github.com/Era-Laboratories/era-sdk/commit/31cf21ccdbce64323201d367318cd5edb22a7e72)) by [@andrejv206](https://github.com/andrejv206) in [#496](https://github.com/Era-Laboratories/era-sdk/pull/496)
151
+
152
+ ### Miscellaneous
153
+
154
+ - **(ci)** Drop setup-era-codegen-version, resolve from codegen.toml (ERA-6381) ([d1cd9ec](https://github.com/Era-Laboratories/era-sdk/commit/d1cd9ecd9fe38acd6e5c9ef160243ade294a7552)) by [@crouch-era](https://github.com/crouch-era) in [#510](https://github.com/Era-Laboratories/era-sdk/pull/510)
155
+ - **(build)** Migrate era-sdk from tsup to tsdown (TS6, default dts backend) ([4416139](https://github.com/Era-Laboratories/era-sdk/commit/441613932a3988ccd4d5cc2e2e49f2fcc6cd71dd)) by [@crouch-era](https://github.com/crouch-era) in [#502](https://github.com/Era-Laboratories/era-sdk/pull/502)
156
+ - **(ERA-6332)** Replace era.computer default hosts with era.world twins ([fcca78d](https://github.com/Era-Laboratories/era-sdk/commit/fcca78d19ef69dd9224123b4d352f721d2c83eb3)) by [@crouch-era](https://github.com/crouch-era) in [#498](https://github.com/Era-Laboratories/era-sdk/pull/498)
157
+ - **(codegen)** Strip hey-api configs to `validating` profile ([bed007a](https://github.com/Era-Laboratories/era-sdk/commit/bed007a153863d275c40e2eb65c1c8f0a808a1eb)) by [@crouch-era](https://github.com/crouch-era) in [#497](https://github.com/Era-Laboratories/era-sdk/pull/497)
158
+
159
+ ### Automated
160
+
161
+ - **(specs)** Era-hub-api:staging 1536577 ([1287b4e](https://github.com/Era-Laboratories/era-sdk/commit/1287b4e26a8444340e69b01bc7dc0356a873fcf1)) by @era-renovate[bot] in [#499](https://github.com/Era-Laboratories/era-sdk/pull/499)
162
+ - **(specs)** Era-hub-api:staging 3377633 ([5342d41](https://github.com/Era-Laboratories/era-sdk/commit/5342d41604887bce2aedb177af82a13041510989)) by @era-renovate[bot] in [#504](https://github.com/Era-Laboratories/era-sdk/pull/504)
163
+ - **(specs)** Era-hub-api:staging 4a6eb01 ([c43c7c8](https://github.com/Era-Laboratories/era-sdk/commit/c43c7c81c47812f66f695547842f6a63cd3a82b9)) by @era-renovate[bot] in [#495](https://github.com/Era-Laboratories/era-sdk/pull/495)
164
+ - **(specs)** Era-hub-api:staging 516ddc9 ([48d9640](https://github.com/Era-Laboratories/era-sdk/commit/48d9640beaa27e53c512cbf583f7aaca7120d28c)) by @era-renovate[bot] in [#484](https://github.com/Era-Laboratories/era-sdk/pull/484)
165
+ - **(specs)** Era-hub-api:staging 59920ee ([da44341](https://github.com/Era-Laboratories/era-sdk/commit/da44341808d2d6cb795216095e59645a38527b38)) by @era-renovate[bot] in [#494](https://github.com/Era-Laboratories/era-sdk/pull/494)
166
+ - **(specs)** Era-hub-api:staging 746c4d1 ([ee22178](https://github.com/Era-Laboratories/era-sdk/commit/ee22178ef966ea2cfb4887b2b3074dd188806493)) by @era-renovate[bot] in [#492](https://github.com/Era-Laboratories/era-sdk/pull/492)
167
+ - **(specs)** Era-hub-api:staging b8b941f ([4e98e0a](https://github.com/Era-Laboratories/era-sdk/commit/4e98e0a94f2a3d6d557789523eb56bc47f61636b)) by @era-renovate[bot] in [#500](https://github.com/Era-Laboratories/era-sdk/pull/500)
168
+ - **(specs)** Era-hub-api:staging ba3a03c ([8dd999f](https://github.com/Era-Laboratories/era-sdk/commit/8dd999fab2f5347182406f800086936d357cdcf6)) by @era-renovate[bot] in [#501](https://github.com/Era-Laboratories/era-sdk/pull/501)
169
+ - **(specs)** Era-hub-api:staging d2dbe6e ([6eaf176](https://github.com/Era-Laboratories/era-sdk/commit/6eaf176f9845320139445d5ce4cdfcb0e9ecf887)) by @era-renovate[bot] in [#493](https://github.com/Era-Laboratories/era-sdk/pull/493)
170
+ - **(specs)** Era-hub-api:staging ebf25c8 ([26b7143](https://github.com/Era-Laboratories/era-sdk/commit/26b7143a1fbcf4a42ebfd5bbbe0846ef5b9a556f)) by @era-renovate[bot] in [#505](https://github.com/Era-Laboratories/era-sdk/pull/505)
171
+ - **(specs)** Era-interstitials-bank:staging 6f7ab63 ([cd4120c](https://github.com/Era-Laboratories/era-sdk/commit/cd4120c55c33c3f331fbffa35aae07bb502839f9)) by @era-renovate[bot] in [#462](https://github.com/Era-Laboratories/era-sdk/pull/462)
172
+ - **(specs)** Era-spinner:staging 60950a2 ([afdcf53](https://github.com/Era-Laboratories/era-sdk/commit/afdcf53603e33d107b6495a7cc7d9e27d00faf95)) by @era-renovate[bot] in [#503](https://github.com/Era-Laboratories/era-sdk/pull/503)
173
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.14.3 ([122c79d](https://github.com/Era-Laboratories/era-sdk/commit/122c79d57e48b6383f4246704d0b708964ada16b)) by @era-renovate[bot] in [#489](https://github.com/Era-Laboratories/era-sdk/pull/489)
174
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.14.4 ([0058cf0](https://github.com/Era-Laboratories/era-sdk/commit/0058cf0143264f6aa996ab52a30c5c4be0dbd135)) by @era-renovate[bot] in [#490](https://github.com/Era-Laboratories/era-sdk/pull/490)
175
+ - **(deps)** Update dependency era-laboratories/era-codegen to v0.15.1 ([e8a3407](https://github.com/Era-Laboratories/era-sdk/commit/e8a34074fb6403f920eaad61e8049d1d9b7be41c)) by @era-renovate[bot] in [#506](https://github.com/Era-Laboratories/era-sdk/pull/506)
176
+
177
+ ## [0.1.0-next.36] - 2026-07-08
178
+
179
+ ### Added
180
+
181
+ - **(deviceStream)** Header auth in Node + refuse cleartext ws:// (ERA-6270, ERA-6271) ([89d3eb4](https://github.com/Era-Laboratories/era-sdk/commit/89d3eb473cc8f44da80e6748cac22984994a4f69)) by [@andrejv206](https://github.com/andrejv206) in [#485](https://github.com/Era-Laboratories/era-sdk/pull/485)
182
+
183
+ ### Fixed
184
+
185
+ - **(codegen)** Regenerate against strict-uuid hub-api spec (ERA-6253) ([f3d879f](https://github.com/Era-Laboratories/era-sdk/commit/f3d879fab885ec9e67e61f889953b0ab5e07b394)) by [@andrejv206](https://github.com/andrejv206) in [#486](https://github.com/Era-Laboratories/era-sdk/pull/486)
186
+
187
+ ### Automated
188
+
189
+ - **(specs)** Era-hub-api:production 09a6aff ([2d8dea0](https://github.com/Era-Laboratories/era-sdk/commit/2d8dea04b4fe725f6ef2abc0901c723ce90ccda5)) by @era-renovate[bot] in [#475](https://github.com/Era-Laboratories/era-sdk/pull/475)
190
+ - **(specs)** Era-hub-api:production 5d14a51 ([2fe3630](https://github.com/Era-Laboratories/era-sdk/commit/2fe36306430f976a128d310aa8672fdb61813b1a)) by @era-renovate[bot] in [#480](https://github.com/Era-Laboratories/era-sdk/pull/480)
191
+ - **(specs)** Era-hub-api:staging 4284d5e ([455908c](https://github.com/Era-Laboratories/era-sdk/commit/455908c959e2b1b10e78f369050114518b027b74)) by @era-renovate[bot] in [#481](https://github.com/Era-Laboratories/era-sdk/pull/481)
192
+ - **(specs)** Era-hub-api:staging 6409e92 ([f2b51a2](https://github.com/Era-Laboratories/era-sdk/commit/f2b51a2975eb312b0e65f8334b69ea8cd8a1ed43)) by @era-renovate[bot] in [#479](https://github.com/Era-Laboratories/era-sdk/pull/479)
193
+ - **(deps)** Update dependency @types/node to v24.13.3 ([7304a35](https://github.com/Era-Laboratories/era-sdk/commit/7304a355e11457b8d95b499618e34f52145f39e8)) by @era-renovate[bot] in [#483](https://github.com/Era-Laboratories/era-sdk/pull/483)
194
+
195
+ ## [0.1.0-next.35] - 2026-07-08
196
+
197
+ ### Added
198
+
199
+ - **(streaming)** Decode tool_result_chunk stream events ([c726f63](https://github.com/Era-Laboratories/era-sdk/commit/c726f63d21546d9b48567e3a4264dd7577b5b39e)) by [@andrejv206](https://github.com/andrejv206) in [#471](https://github.com/Era-Laboratories/era-sdk/pull/471)
200
+ - **(errors)** Throw EraStreamError from complete() on stream error events ([cbafff8](https://github.com/Era-Laboratories/era-sdk/commit/cbafff8ae3eadc3187244433a31338d65ccf708e)) by [@andrejv206](https://github.com/andrejv206) in [#471](https://github.com/Era-Laboratories/era-sdk/pull/471)
201
+
202
+ ### Fixed
203
+
204
+ - **(chains)** Accumulate ChainRunMeta.totalCost + lastBalance from run_done ([0365c66](https://github.com/Era-Laboratories/era-sdk/commit/0365c666ebf2aeaa34b870b42bef2a968e30178c)) by [@andrejv206](https://github.com/andrejv206) in [#471](https://github.com/Era-Laboratories/era-sdk/pull/471)
205
+ - **(streaming)** Review residuals — requestId on aborts, chain chunks, run_done cost ([906d1f1](https://github.com/Era-Laboratories/era-sdk/commit/906d1f1ad8179ae5bcb723bc23cb5d77c4e899ba)) by [@andrejv206](https://github.com/andrejv206) in [#471](https://github.com/Era-Laboratories/era-sdk/pull/471)
206
+ - **(chains)** Unwrap {success, version} envelopes on version mutations ([5e8e4ff](https://github.com/Era-Laboratories/era-sdk/commit/5e8e4ff8c8df51faf0be561633400626c96a9c0f)) by [@andrejv206](https://github.com/andrejv206) in [#469](https://github.com/Era-Laboratories/era-sdk/pull/469)
207
+
208
+ ### Changed
209
+
210
+ - **(deviceStream)** Use generated zDeviceCommand, drop z.union workaround ([53629f1](https://github.com/Era-Laboratories/era-sdk/commit/53629f1662945b093b3953154ed6372dbcdb8b8d)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
211
+
212
+ ### Documentation
213
+
214
+ - **(devices)** Align the Device doc with the parity-pin reality ([2ae54f9](https://github.com/Era-Laboratories/era-sdk/commit/2ae54f938261f7419ccb4d7bcf8030c22a3656b9)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
215
+ - **(deviceStream,voice)** Fix comments stale after ingress v19 ([7a86c8d](https://github.com/Era-Laboratories/era-sdk/commit/7a86c8da03ee63986f9434c44a9c41b2d2ed99bd)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
216
+
217
+ ### Miscellaneous
218
+
219
+ - **(deps)** Bump vite→8.0.16, esbuild→0.28.1 for dev-only security patches ([e8360a4](https://github.com/Era-Laboratories/era-sdk/commit/e8360a41c81493d7fed9f2639f0417e31a63b2e8)) by [@andrejv206](https://github.com/andrejv206) in [#471](https://github.com/Era-Laboratories/era-sdk/pull/471)
220
+ - **(e2e)** Delete ERA-2263 + ERA-6229 known-drift entries — closure proven ([eedec1f](https://github.com/Era-Laboratories/era-sdk/commit/eedec1f31ef62b3aec86158f59c94cdaa0ef07d1)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
221
+ - **(spec)** Repin era-hub-api to production v77.0.2 + regenerate ([38ffc4d](https://github.com/Era-Laboratories/era-sdk/commit/38ffc4d01cb1981be72e6e7dcc6071272312e099)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
222
+ - **(spec)** Repin era-ingress to production v19 + regenerate ([b575489](https://github.com/Era-Laboratories/era-sdk/commit/b5754890b209074d1694e9cad921b7b95cffbdab)) by [@andrejv206](https://github.com/andrejv206) in [#477](https://github.com/Era-Laboratories/era-sdk/pull/477)
223
+
224
+ ### Automated
225
+
226
+ - **(specs)** Era-hub-api:production e9e2362 ([069130a](https://github.com/Era-Laboratories/era-sdk/commit/069130ad2b053826ba59888efd7190ce70dcfd60)) by @era-renovate[bot] in [#463](https://github.com/Era-Laboratories/era-sdk/pull/463)
227
+ - **(specs)** Era-hub-api:staging 2e6a0b6 ([34992db](https://github.com/Era-Laboratories/era-sdk/commit/34992dbf0eafce9c3fa74dd6c22f6ddf31489cc2)) by @era-renovate[bot] in [#474](https://github.com/Era-Laboratories/era-sdk/pull/474)
228
+ - **(specs)** Era-hub-api:staging 3c2f153 ([19a61c7](https://github.com/Era-Laboratories/era-sdk/commit/19a61c7ce2e15c6444f9c2a0b5208a3fb9f02ef1)) by @era-renovate[bot] in [#470](https://github.com/Era-Laboratories/era-sdk/pull/470)
229
+ - **(specs)** Era-ingress:production e0bf1ba ([8c2aaa3](https://github.com/Era-Laboratories/era-sdk/commit/8c2aaa327624298ff253b420484348030556c747)) by @era-renovate[bot] in [#451](https://github.com/Era-Laboratories/era-sdk/pull/451)
230
+ - **(specs)** Era-ingress:staging 4804874 ([6f23b08](https://github.com/Era-Laboratories/era-sdk/commit/6f23b086760e196b3429a34fc0a613575ad56b0d)) by @era-renovate[bot] in [#473](https://github.com/Era-Laboratories/era-sdk/pull/473)
231
+
232
+ ## [0.1.0-next.34] - 2026-07-07
233
+
234
+ ### Added
235
+
236
+ - **(chains)** Adopt generated ChainRunState + route run calls via callOp ([f9146b0](https://github.com/Era-Laboratories/era-sdk/commit/f9146b01284f12058cb299f4c113733db662f802)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
237
+ - **(tts)** Adopt generated TTS wire types + route JSON calls via callOp ([36000c9](https://github.com/Era-Laboratories/era-sdk/commit/36000c94741fa22a37497b3796e859f29345e38a)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
238
+ - **(protocol)** Adopt generated protocol frame schemas (ERA-6206..6210) ([3ca0d89](https://github.com/Era-Laboratories/era-sdk/commit/3ca0d89bcc3770b0e6cea46338f54f187dd399a9)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
239
+ - **(interstitials)** Regen client from zod-SSOT prod spec (ERA-6219) ([8fe1183](https://github.com/Era-Laboratories/era-sdk/commit/8fe1183d7089a7d7b6e792fc10d83bc544a98a72)) by [@crouch-era](https://github.com/crouch-era) in [#467](https://github.com/Era-Laboratories/era-sdk/pull/467)
240
+ - **(devices)** Register({ resourceId }) to own + bill a device to an org (ERA-6215) ([c236583](https://github.com/Era-Laboratories/era-sdk/commit/c2365835bf4eb6b94c6980ac964bd478a9197215)) by [@andrejv206](https://github.com/andrejv206) in [#457](https://github.com/Era-Laboratories/era-sdk/pull/457)
241
+ - **(core)** Runtime response validation in callOp/paginateOp ([ceab926](https://github.com/Era-Laboratories/era-sdk/commit/ceab926df83f0e69084f7b679c11632cd33f66da)) by [@andrejv206](https://github.com/andrejv206) in [#459](https://github.com/Era-Laboratories/era-sdk/pull/459)
242
+
243
+ ### Fixed
244
+
245
+ - **(experiences)** Add versionId + versionNumber to Experience ([d01759d](https://github.com/Era-Laboratories/era-sdk/commit/d01759d170bb43cdcb4e2735d16904571e4b3449)) by [@andrejv206](https://github.com/andrejv206) in [#453](https://github.com/Era-Laboratories/era-sdk/pull/453)
246
+ - **(experiences)** Complete reachedVia — add productLineId + name ([06d4cac](https://github.com/Era-Laboratories/era-sdk/commit/06d4cacf19afd39e1ef9263b14633b7a78d1660b)) by [@andrejv206](https://github.com/andrejv206) in [#453](https://github.com/Era-Laboratories/era-sdk/pull/453)
247
+ - **(memory)** Correct MemoryInsight JSDoc — no includeEmbedding opt-in ([e3126dd](https://github.com/Era-Laboratories/era-sdk/commit/e3126dd2458867f89eab9953c60906852dd63e0a)) by [@andrejv206](https://github.com/andrejv206) in [#452](https://github.com/Era-Laboratories/era-sdk/pull/452)
248
+ - **(core)** Preserve error taxonomy + balance gate on the callOp path ([9573044](https://github.com/Era-Laboratories/era-sdk/commit/95730443a225fb77e06874cb1216de038459b68a)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
249
+ - **(core)** Rethrow body-phase errors, HTTP/2 fallback message, stricter pragma tickets ([50b9bef](https://github.com/Era-Laboratories/era-sdk/commit/50b9befc4346af01ae240c65080681c42a35fc5e)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
250
+ - **(streaming)** Surface blocked events + tools_used provenance; narrow tts acks ([924c8d3](https://github.com/Era-Laboratories/era-sdk/commit/924c8d30d0afce92f2541398d4b105c2057006b1)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
251
+ - **(chat)** Surface moderation blocks on complete() aggregations ([8017be1](https://github.com/Era-Laboratories/era-sdk/commit/8017be1b64d436ffed4a4583dce73be8a4685333)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
252
+ - **(experiences)** Type MyExperience as the nested wire item ([01921ee](https://github.com/Era-Laboratories/era-sdk/commit/01921eefed89ea173b533b1709c8ce9e8a92c49b)) by [@andrejv206](https://github.com/andrejv206) in [#452](https://github.com/Era-Laboratories/era-sdk/pull/452)
253
+ - **(types)** Widen nested experience fields to the live wire + ship missing subpaths ([ad40954](https://github.com/Era-Laboratories/era-sdk/commit/ad40954ede3f8fa7d218e8bff68334697aa228f1)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
254
+
255
+ ### Changed
256
+
257
+ - **(types)** Derive devices/chains/pairable/voice wire types from spec ([2885757](https://github.com/Era-Laboratories/era-sdk/commit/2885757d097bf8c6f6bd1312a77b93bab64eeb91)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
258
+ - **(types)** Derive memory/resources/tools/organizations wire types from spec ([e494914](https://github.com/Era-Laboratories/era-sdk/commit/e4949145d563bedc5391a6a70a1545dfbab98963)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
259
+ - **(types)** Derive tts + interstitials wire types from spec ([511c19c](https://github.com/Era-Laboratories/era-sdk/commit/511c19c9aeda1aa89ae91fc9e7649472350e9818)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
260
+ - **(types)** Experiences + versions + devices adopt spec wire shapes ([b74467e](https://github.com/Era-Laboratories/era-sdk/commit/b74467ebb92baa311c873c719246cdf8eb2de176)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
261
+ - **(core)** Route resolveScope whoami through generated hub-api op (ERA-6178) ([da42b28](https://github.com/Era-Laboratories/era-sdk/commit/da42b28a660930507a4d6f83405558d0161f9e2e)) by [@crouch-era](https://github.com/crouch-era) in [#465](https://github.com/Era-Laboratories/era-sdk/pull/465)
262
+ - **(types)** Sessions adopt the spec's wire shapes ([3179467](https://github.com/Era-Laboratories/era-sdk/commit/3179467ee205a6ae97f45a27cb867b833160ff95)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
263
+ - **(types)** Styling adopts the spec's ingress wire shapes ([654e815](https://github.com/Era-Laboratories/era-sdk/commit/654e815d12ca674967cf440c2e25a365e9a48970)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
264
+ - **(types)** Users + credits adopt the spec's wire shapes ([4eca81d](https://github.com/Era-Laboratories/era-sdk/commit/4eca81db18c7aefd68ebc40b8126ca5e13524dc4)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
265
+
266
+ ### Documentation
267
+
268
+ - **(triggers)** Mark trigger `slot` advisory on the device-trigger path (ERA-6217) ([96b63b9](https://github.com/Era-Laboratories/era-sdk/commit/96b63b9d35ac0caffdc3a83550a70460f32e590d)) by [@andrejv206](https://github.com/andrejv206) in [#464](https://github.com/Era-Laboratories/era-sdk/pull/464)
269
+
270
+ ### Miscellaneous
271
+
272
+ - **(merge)** Absorb main — #453 hand-patches superseded by derived types ([5f83aaf](https://github.com/Era-Laboratories/era-sdk/commit/5f83aafdf80e892345b5321462a59ab0a0d0652a)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
273
+ - **(guards)** Exempt protocol frame types via facade-exempt pragmas ([94a324e](https://github.com/Era-Laboratories/era-sdk/commit/94a324ee08acc3a8a228d2ea8b2b8514e6fdb409)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
274
+ - **(e2e)** Keep contract suite local-only — no standing staging credential in CI ([4be491f](https://github.com/Era-Laboratories/era-sdk/commit/4be491f75a1b1771a0987725f66abe2a425d4915)) by [@andrejv206](https://github.com/andrejv206) in [#459](https://github.com/Era-Laboratories/era-sdk/pull/459)
275
+ - **(e2e)** Re-audit ERA-2263 known-drift against the v75.2.0 spec ([15925f1](https://github.com/Era-Laboratories/era-sdk/commit/15925f167754cb1b383246f9191e7664358b7db2)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
276
+ - **(guards)** Real exemption tickets, ERA-0000 rejection, paginateAll ratchet ([7d09037](https://github.com/Era-Laboratories/era-sdk/commit/7d090373854df2ddfbca35f92ed2f2a2f6f31b5e)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
277
+ - **(specs)** Repin era-ingress to v17.6.0 (protocol frame schemas) ([e8b22d8](https://github.com/Era-Laboratories/era-sdk/commit/e8b22d8bcef24b973e9327c104a1af586cb51999)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
278
+ - **(specs)** Repin to republished production specs + regen ([7adace1](https://github.com/Era-Laboratories/era-sdk/commit/7adace1f9433ad594c9673796a033ce9b5490228)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
279
+ - **(e2e)** Ticket ERA-6229 staging-ahead serialNumber skew ([d76297f](https://github.com/Era-Laboratories/era-sdk/commit/d76297f3de1efaaac63ce187886256bf6ecef4f9)) by [@andrejv206](https://github.com/andrejv206) in [#466](https://github.com/Era-Laboratories/era-sdk/pull/466)
280
+ - **(e2e)** Tracked staging contract gate + CI wiring ([dfd69e8](https://github.com/Era-Laboratories/era-sdk/commit/dfd69e8d8c69b77c9d3d9a9cd554084d46364743)) by [@andrejv206](https://github.com/andrejv206) in [#459](https://github.com/Era-Laboratories/era-sdk/pull/459)
281
+ - **(guards)** Wire-type reachability guard + type-parity gate (ratchet mode) ([f59ffa8](https://github.com/Era-Laboratories/era-sdk/commit/f59ffa82b9842be68059a5ef1194ef75e9558792)) by [@andrejv206](https://github.com/andrejv206) in [#454](https://github.com/Era-Laboratories/era-sdk/pull/454)
282
+
283
+ ### Automated
284
+
285
+ - **(specs)** Era-hub-api:staging 21094b0 ([0e15fdb](https://github.com/Era-Laboratories/era-sdk/commit/0e15fdbc725acae7eadf7cee1580a28bf9709050)) by @era-renovate[bot] in [#460](https://github.com/Era-Laboratories/era-sdk/pull/460)
286
+ - **(specs)** Era-hub-api:staging 78b3882 ([ea7cdf2](https://github.com/Era-Laboratories/era-sdk/commit/ea7cdf26f1afa00530429327b3a8637a675c43f7)) by @era-renovate[bot] in [#458](https://github.com/Era-Laboratories/era-sdk/pull/458)
287
+ - **(specs)** Era-hub-api:staging 8ed0786 ([c1272b9](https://github.com/Era-Laboratories/era-sdk/commit/c1272b9fa8a032d55dfb8dd7c22807d57c3ec4fa)) by @era-renovate[bot] in [#456](https://github.com/Era-Laboratories/era-sdk/pull/456)
288
+ - **(specs)** Era-hub-api:staging b16067a ([199aa17](https://github.com/Era-Laboratories/era-sdk/commit/199aa17567b0132752021f231035940dbb7de2b2)) by @era-renovate[bot] in [#455](https://github.com/Era-Laboratories/era-sdk/pull/455)
289
+ - **(specs)** Era-interstitials-bank:staging f2f8164 ([2a0f404](https://github.com/Era-Laboratories/era-sdk/commit/2a0f404af15c2919c41eb9d8c5f4a23684a72fb9)) by @era-renovate[bot] in [#461](https://github.com/Era-Laboratories/era-sdk/pull/461)
290
+
291
+ ## [0.1.0-next.33] - 2026-07-06
292
+
293
+ ### Added
294
+
295
+ - **(deviceStream)** KeyStore contract + persist-gated autoRenew + proactive rotation (ERA-6198) ([8924ccd](https://github.com/Era-Laboratories/era-sdk/commit/8924ccdb6dc1e6eda6dd535200bd39dc61eb246f)) by [@andrejv206](https://github.com/andrejv206) in [#443](https://github.com/Era-Laboratories/era-sdk/pull/443)
296
+ - **(devices)** Add register() for bring-your-own device provisioning (ERA-6039) ([93df777](https://github.com/Era-Laboratories/era-sdk/commit/93df77777057cf044ffca59022e533b3d4191494)) by [@andrejv206](https://github.com/andrejv206) in [#426](https://github.com/Era-Laboratories/era-sdk/pull/426)
297
+ - **(chains)** Allow physical outputs — slot resolved server-side (ERA-4500) ([5878c69](https://github.com/Era-Laboratories/era-sdk/commit/5878c697eb5d3aac41e41214583caef5cc946df3)) by [@andrejv206](https://github.com/andrejv206) in [#425](https://github.com/Era-Laboratories/era-sdk/pull/425)
298
+ - **(deviceStream)** Device WS command receiver + wire ports.output.subscribe (ERA-6031) ([90dc81e](https://github.com/Era-Laboratories/era-sdk/commit/90dc81ea094c3cd97a88607f10801319347ca5cb)) by [@andrejv206](https://github.com/andrejv206) in [#428](https://github.com/Era-Laboratories/era-sdk/pull/428)
299
+ - **(sdk)** Device-loop ergonomics — chain .trigger(), output slot resolution, key auto-renew (ERA-6192) ([d2b2c12](https://github.com/Era-Laboratories/era-sdk/commit/d2b2c125ac763035ed1cad3f1d870f1d74fbe6a0)) by [@andrejv206](https://github.com/andrejv206) in [#441](https://github.com/Era-Laboratories/era-sdk/pull/441)
300
+ - **(deviceStream)** Execution acks + receipt event surface (ERA-6033) ([6907871](https://github.com/Era-Laboratories/era-sdk/commit/69078717e24fbb3564f228cf381011c57ee49b27)) by [@andrejv206](https://github.com/andrejv206) in [#432](https://github.com/Era-Laboratories/era-sdk/pull/432)
301
+ - **(outputs)** Outputs.say() — device-targeted text response factory (ERA-6126) ([545a96e](https://github.com/Era-Laboratories/era-sdk/commit/545a96ed592c6c678d45e923dbadaa4325414010)) by [@andrejv206](https://github.com/andrejv206) in [#427](https://github.com/Era-Laboratories/era-sdk/pull/427)
302
+ - **(outputs)** Say audio opt-in + SayCommand audioRef/audioMime (ERA-6189) ([130647a](https://github.com/Era-Laboratories/era-sdk/commit/130647adb1d8e86076fba071dca446323d36c038)) by [@andrejv206](https://github.com/andrejv206) in [#437](https://github.com/Era-Laboratories/era-sdk/pull/437)
303
+ - **(outputs)** Slot XOR deviceId targeting + triggerRefs helper (ERA-6191) ([a688689](https://github.com/Era-Laboratories/era-sdk/commit/a6886891425ebe207ab47ac7eebea338bb0c6138)) by [@andrejv206](https://github.com/andrejv206) in [#444](https://github.com/Era-Laboratories/era-sdk/pull/444)
304
+ - **(devices)** Slot-binding wrappers + drop the physical author-guard (ERA-6128) ([2d1cfb2](https://github.com/Era-Laboratories/era-sdk/commit/2d1cfb261f21347d21859374d0afcaade3ec304c)) by [@andrejv206](https://github.com/andrejv206) in [#429](https://github.com/Era-Laboratories/era-sdk/pull/429)
305
+ - **(chains)** Typed per-output receipt snapshot on ChainRunState (ERA-6193) ([fe3279c](https://github.com/Era-Laboratories/era-sdk/commit/fe3279c7d484f648771165c80c6c8f124b93e570)) by [@andrejv206](https://github.com/andrejv206) in [#447](https://github.com/Era-Laboratories/era-sdk/pull/447)
306
+ - **(outputs)** Warn at author-time that surface outputs are undeliverable ([493e653](https://github.com/Era-Laboratories/era-sdk/commit/493e65313c85d2f09fdde9037c08b6d9212ea090)) by [@andrejv206](https://github.com/andrejv206) in [#431](https://github.com/Era-Laboratories/era-sdk/pull/431)
307
+
308
+ ### Fixed
309
+
310
+ - **(exports)** CommandRejectedError missing from the package barrel (ERA-6033) ([ab1663d](https://github.com/Era-Laboratories/era-sdk/commit/ab1663d2c656e1045a351786da57009784a1b488)) by [@andrejv206](https://github.com/andrejv206) in [#435](https://github.com/Era-Laboratories/era-sdk/pull/435)
311
+ - **(sdk)** UUID deviceId literals, pre-OPEN send buffer, regen tripwire (ERA-6202) ([3721101](https://github.com/Era-Laboratories/era-sdk/commit/3721101b516cf9eb1d9511355c4dd1ea1cde4ae9)) by [@andrejv206](https://github.com/andrejv206) in [#448](https://github.com/Era-Laboratories/era-sdk/pull/448)
312
+ - **(deviceStream)** Auto-stamp event timestamp, surface error frames (ERA-6202) ([c0f13b7](https://github.com/Era-Laboratories/era-sdk/commit/c0f13b74927ea0e16620f8ff006e6f5e40f0493b)) by [@andrejv206](https://github.com/andrejv206) in [#448](https://github.com/Era-Laboratories/era-sdk/pull/448)
313
+ - **(release)** Make npm provenance explicit on the public-npm leg ([1955975](https://github.com/Era-Laboratories/era-sdk/commit/1955975ce6b63ccebe200e95fca633c73fd2afbe)) by [@Alexander-Ollman](https://github.com/Alexander-Ollman) in [#422](https://github.com/Era-Laboratories/era-sdk/pull/422)
314
+ - **(deviceStream)** Present pending key first on boot (ERA-6202) ([c35ff00](https://github.com/Era-Laboratories/era-sdk/commit/c35ff002671cd78501f5c6627d8b38d9bdc62b68)) by [@andrejv206](https://github.com/andrejv206) in [#448](https://github.com/Era-Laboratories/era-sdk/pull/448)
315
+ - **(devices)** Register() via generated path resolver + production pin bump (ERA-6039) ([f0785c2](https://github.com/Era-Laboratories/era-sdk/commit/f0785c2d51499a0a16b4a484790dd95c08236e79)) by [@andrejv206](https://github.com/andrejv206) in [#426](https://github.com/Era-Laboratories/era-sdk/pull/426)
316
+ - **(chains)** Repoint run ops to /runs + surface output_emitted events (ERA-6133) ([d7b98ee](https://github.com/Era-Laboratories/era-sdk/commit/d7b98ee02023e635822c020715117719bff49d66)) by [@andrejv206](https://github.com/andrejv206) in [#430](https://github.com/Era-Laboratories/era-sdk/pull/430)
317
+ - **(chains)** Restore ERA-6133 run-op repoint clobbered by merge resolution ([7afd904](https://github.com/Era-Laboratories/era-sdk/commit/7afd904c9b72de16728693fd2d41f00d3d6adf77)) by [@andrejv206](https://github.com/andrejv206) in [#427](https://github.com/Era-Laboratories/era-sdk/pull/427)
318
+
319
+ ### Changed
320
+
321
+ - **(outputs)** User-friendly surface deliverability warning ([42a3034](https://github.com/Era-Laboratories/era-sdk/commit/42a3034cb4cd941b1c028b96f730ef8dc01310c4)) by [@andrejv206](https://github.com/andrejv206) in [#431](https://github.com/Era-Laboratories/era-sdk/pull/431)
322
+
323
+ ### Documentation
324
+
325
+ - **(modules)** Backfill per-property zod .meta descriptions + tighten url fields ([ebddf4a](https://github.com/Era-Laboratories/era-sdk/commit/ebddf4a123df68c67bacf9958fde590ad4483a61), [4068ef2](https://github.com/Era-Laboratories/era-sdk/commit/4068ef2b637ff0e8a472dfeb2db9568d2435a3ca)) by [@crouch-era](https://github.com/crouch-era) in [#433](https://github.com/Era-Laboratories/era-sdk/pull/433)
326
+ - **(readme)** Post-release touch-ups — badges, latest-tag reality, bare-install note ([e481d7a](https://github.com/Era-Laboratories/era-sdk/commit/e481d7acf802a9daf0556ba0a4805fbfb50ebf81)) by [@Alexander-Ollman](https://github.com/Alexander-Ollman) in [#424](https://github.com/Era-Laboratories/era-sdk/pull/424)
327
+
328
+ ### Miscellaneous
329
+
330
+ - **(specs)** Era-hub-api:production v72.1.0 — pin bump + regen (post-promotion) ([6f4d2fd](https://github.com/Era-Laboratories/era-sdk/commit/6f4d2fdc0480ed6109883d4718a2934a4092a4c1)) by [@andrejv206](https://github.com/andrejv206) in [#427](https://github.com/Era-Laboratories/era-sdk/pull/427)
331
+
332
+ ### Automated
333
+
334
+ - **(specs)** Era-hub-api:production 0c2e5f9 ([a3abab0](https://github.com/Era-Laboratories/era-sdk/commit/a3abab07eb636a1830ac5011ef932bc3cee99401)) by @era-renovate[bot] in [#419](https://github.com/Era-Laboratories/era-sdk/pull/419)
335
+ - **(specs)** Era-hub-api:staging 08e7d5a ([0a38761](https://github.com/Era-Laboratories/era-sdk/commit/0a3876124ded1d6255d71f609cc240adbef79132)) by @era-renovate[bot] in [#438](https://github.com/Era-Laboratories/era-sdk/pull/438)
336
+ - **(specs)** Era-hub-api:staging 10f7cb3 ([2629fb9](https://github.com/Era-Laboratories/era-sdk/commit/2629fb92f2a117753e3942740cecbc1eed74c4d2)) by @era-renovate[bot] in [#442](https://github.com/Era-Laboratories/era-sdk/pull/442)
337
+ - **(specs)** Era-hub-api:staging 33e6df7 ([77f1b81](https://github.com/Era-Laboratories/era-sdk/commit/77f1b81333f0f720093e95e2c2863021dbc65cfb)) by @era-renovate[bot] in [#440](https://github.com/Era-Laboratories/era-sdk/pull/440)
338
+ - **(specs)** Era-hub-api:staging 3e72510 ([0da0b1a](https://github.com/Era-Laboratories/era-sdk/commit/0da0b1a7959a3344a79a4b2b336df0a95457c2ee)) by @era-renovate[bot] in [#436](https://github.com/Era-Laboratories/era-sdk/pull/436)
339
+ - **(specs)** Era-hub-api:staging dd8b67a ([1954a65](https://github.com/Era-Laboratories/era-sdk/commit/1954a65cfd4981b63c3f55a5439170616e7be80f)) by @era-renovate[bot] in [#446](https://github.com/Era-Laboratories/era-sdk/pull/446)
340
+ - **(specs)** Era-ingress:staging 161dec2 ([b7fd666](https://github.com/Era-Laboratories/era-sdk/commit/b7fd6660d065a6c7863ca47cf3dcaeee69bf6d5d)) by @era-renovate[bot] in [#445](https://github.com/Era-Laboratories/era-sdk/pull/445)
341
+ - **(specs)** Era-ingress:staging 2f8f4b7 ([e247fd7](https://github.com/Era-Laboratories/era-sdk/commit/e247fd738e51a7fafcfd775a842ecd9c62b74de1)) by @era-renovate[bot] in [#409](https://github.com/Era-Laboratories/era-sdk/pull/409)
342
+ - **(specs)** Era-ingress:staging 3d8b9a0 ([f65b527](https://github.com/Era-Laboratories/era-sdk/commit/f65b52724058e1a25b8bc56377fe3f868af97b15)) by @era-renovate[bot] in [#434](https://github.com/Era-Laboratories/era-sdk/pull/434)
343
+ - **(specs)** Era-interstitials-bank:staging a91cc31 ([bfd600f](https://github.com/Era-Laboratories/era-sdk/commit/bfd600ff14090736935f52a658cee6066fb07f9a)) by @era-renovate[bot] in [#439](https://github.com/Era-Laboratories/era-sdk/pull/439)
344
+ - **(deps)** Update pnpm to v11.10.0 ([58458a0](https://github.com/Era-Laboratories/era-sdk/commit/58458a02b7fc7ad29dbbbef86dca5d4e567d5470)) by @era-renovate[bot] in [#423](https://github.com/Era-Laboratories/era-sdk/pull/423)
345
+
7
346
  ## [0.1.0-next.32] - 2026-07-04
8
347
 
9
348
  ### Added
package/README.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # `@era-laboratories/era-sdk`
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/%40era-laboratories%2Fera-sdk/next?label=npm%40next)](https://www.npmjs.com/package/@era-laboratories/era-sdk)
4
+ [![license](https://img.shields.io/npm/l/%40era-laboratories%2Fera-sdk)](./LICENSE)
5
+
3
6
  > Canonical TypeScript SDK for the Era platform — Hub API + Ingress, dual-mode auth (PKCE + API key).
4
7
 
5
8
  Typed wrappers for chat, voice, TTS, experiences, memory, and the rest of the Era surface — with built-in auth, automatic retries, idempotency, cursor pagination, and SSE streaming. Runs in Node and the browser.
6
9
 
7
10
  ## Status
8
11
 
9
- Prerelease — published to **npm** ([registry.npmjs.org](https://www.npmjs.com/package/@era-laboratories/era-sdk)) on the `next` dist-tag. For the current version and release notes, see [Releases](https://github.com/Era-Laboratories/era-sdk/releases) and [`CHANGELOG.md`](./CHANGELOG.md). Promotion from `next` `latest` happens once the remaining production-readiness gates (end-to-end consumption in real applications, API-surface stability) are met.
12
+ Prerelease — published to **npm** ([registry.npmjs.org](https://www.npmjs.com/package/@era-laboratories/era-sdk)) on the `next` dist-tag; `latest` currently tracks the newest prerelease. For the current version and release notes, see [Releases](https://github.com/Era-Laboratories/era-sdk/releases) and [`CHANGELOG.md`](./CHANGELOG.md). The first stable release (`0.1.0`) will pin `latest`, once the remaining production-readiness gates (end-to-end consumption in real applications, API-surface stability) are met — until then, expect occasional breaking changes between prereleases.
10
13
 
11
14
  ## Documentation
12
15
 
@@ -41,6 +44,8 @@ npm install @era-laboratories/era-sdk@next
41
44
  # or: pnpm add @era-laboratories/era-sdk@next
42
45
  ```
43
46
 
47
+ > **Note:** until the first stable release, `npm install @era-laboratories/era-sdk` *without a tag* fails with "No matching version found" — npm's default version range excludes prereleases. Use `@next` (or `@latest`) explicitly. `pnpm add` resolves without a tag.
48
+
44
49
  <details>
45
50
  <summary>Era-org contributors</summary>
46
51