@toa.io/extensions.exposition 1.0.0-alpha.300 → 1.0.0-alpha.301

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 (244) hide show
  1. package/components/exposition.octets/operations/delete.js +1 -3
  2. package/components/exposition.octets/operations/get.js +1 -3
  3. package/components/exposition.octets/operations/head.js +1 -3
  4. package/components/exposition.octets/operations/put.js +1 -3
  5. package/components/exposition.octets/package.json +2 -2
  6. package/components/identity.basic/source/add.ts +1 -1
  7. package/components/identity.basic/source/authenticate.ts +2 -2
  8. package/components/identity.basic/source/check.ts +1 -1
  9. package/components/identity.basic/source/delete.ts +1 -1
  10. package/components/identity.basic/source/incept.ts +2 -2
  11. package/components/identity.basic/source/info.ts +1 -1
  12. package/components/identity.basic/source/transit.ts +1 -1
  13. package/components/identity.basic/types/index.d.ts +1 -1
  14. package/components/identity.clients/source/describe.ts +2 -2
  15. package/components/identity.clients/source/lib/Context.ts +3 -4
  16. package/components/identity.clients/source/lib/canonical.ts +1 -1
  17. package/components/identity.clients/source/lib/cimd.ts +3 -3
  18. package/components/identity.clients/source/lib/index.ts +6 -6
  19. package/components/identity.clients/source/register.ts +2 -2
  20. package/components/identity.federation/source/authenticate.ts +2 -2
  21. package/components/identity.federation/source/create.ts +2 -2
  22. package/components/identity.federation/source/decode.ts +2 -2
  23. package/components/identity.federation/source/delete.ts +1 -1
  24. package/components/identity.federation/source/incept.ts +3 -3
  25. package/components/identity.federation/source/lib/Ctx.ts +2 -2
  26. package/components/identity.federation/source/lib/decode.ts +4 -4
  27. package/components/identity.federation/source/lib/discovery.ts +2 -2
  28. package/components/identity.federation/source/lib/exchange.ts +5 -5
  29. package/components/identity.federation/source/lib/index.ts +5 -5
  30. package/components/identity.federation/source/lib/principal.ts +1 -1
  31. package/components/identity.federation/source/lib/resolve.ts +5 -5
  32. package/components/identity.federation/source/list.ts +1 -1
  33. package/components/identity.federation/source/types/context.ts +2 -2
  34. package/components/identity.federation/source/types/index.ts +4 -4
  35. package/components/identity.grants/source/authorize.ts +2 -2
  36. package/components/identity.grants/source/exchange.ts +2 -2
  37. package/components/identity.grants/source/lib/code.ts +1 -1
  38. package/components/identity.grants/source/lib/index.ts +3 -3
  39. package/components/identity.grants/source/list.ts +1 -1
  40. package/components/identity.grants/source/revoke.ts +1 -1
  41. package/components/identity.grants/types/index.d.ts +2 -3
  42. package/components/identity.otp/source/authenticate.ts +1 -1
  43. package/components/identity.otp/source/issue.ts +1 -1
  44. package/components/identity.otp/source/lib/Context.ts +1 -1
  45. package/components/identity.otp/source/lib/index.ts +1 -1
  46. package/components/identity.passkeys/source/authenticate.ts +1 -1
  47. package/components/identity.passkeys/source/challenge.ts +2 -2
  48. package/components/identity.passkeys/source/create.ts +1 -1
  49. package/components/identity.passkeys/source/delete.ts +1 -1
  50. package/components/identity.passkeys/source/list.ts +2 -2
  51. package/components/identity.passkeys/source/types/Context.ts +3 -3
  52. package/components/identity.passkeys/source/types/index.ts +2 -2
  53. package/components/identity.passkeys/source/use.ts +1 -1
  54. package/components/identity.roles/manifest.toa.yaml +4 -8
  55. package/components/identity.roles/source/grant.ts +1 -1
  56. package/components/identity.roles/source/list.ts +1 -1
  57. package/components/identity.roles/source/principal.ts +2 -2
  58. package/components/identity.tokens/source/authenticate.ts +2 -2
  59. package/components/identity.tokens/source/decrypt.ts +2 -2
  60. package/components/identity.tokens/source/encrypt.ts +2 -2
  61. package/components/identity.tokens/source/issue.ts +1 -1
  62. package/components/identity.tokens/source/lib/index.ts +4 -4
  63. package/components/identity.tokens/source/revoke.ts +1 -1
  64. package/components/identity.tokens/types/index.d.ts +2 -8
  65. package/package.json +10 -10
  66. package/readme.md +2 -0
  67. package/transpiled/Branch.d.ts +2 -2
  68. package/transpiled/Composition.d.ts +1 -1
  69. package/transpiled/Context.d.ts +1 -1
  70. package/transpiled/Directive.d.ts +6 -6
  71. package/transpiled/Discovery/Explorer.d.ts +2 -2
  72. package/transpiled/Discovery/Site.d.ts +2 -2
  73. package/transpiled/Discovery/index.d.ts +3 -3
  74. package/transpiled/Discovery/tree.d.ts +3 -3
  75. package/transpiled/Discovery/trunk.d.ts +1 -1
  76. package/transpiled/Endpoint.d.ts +6 -6
  77. package/transpiled/Factory.d.ts +1 -1
  78. package/transpiled/Gateway.d.ts +6 -6
  79. package/transpiled/HTTP/Context.d.ts +4 -4
  80. package/transpiled/HTTP/Server.d.ts +6 -4
  81. package/transpiled/HTTP/Server.js.map +1 -1
  82. package/transpiled/HTTP/Timing.d.ts +1 -1
  83. package/transpiled/HTTP/address.d.ts +1 -1
  84. package/transpiled/HTTP/exceptions.d.ts +3 -0
  85. package/transpiled/HTTP/exceptions.js +5 -0
  86. package/transpiled/HTTP/exceptions.js.map +1 -1
  87. package/transpiled/HTTP/index.d.ts +6 -6
  88. package/transpiled/HTTP/messages.d.ts +2 -2
  89. package/transpiled/Interception.d.ts +2 -2
  90. package/transpiled/Introspection.d.ts +1 -1
  91. package/transpiled/MCP/Server.d.ts +2 -2
  92. package/transpiled/MCP/errors.d.ts +2 -2
  93. package/transpiled/MCP/index.d.ts +1 -1
  94. package/transpiled/MCP/schema.d.ts +2 -2
  95. package/transpiled/MCP/tools.d.ts +3 -3
  96. package/transpiled/Mapping.d.ts +6 -6
  97. package/transpiled/Query.d.ts +4 -4
  98. package/transpiled/RPC/Context.d.ts +2 -2
  99. package/transpiled/RPC/Dispatcher.d.ts +1 -1
  100. package/transpiled/RPC/errors.d.ts +1 -1
  101. package/transpiled/RPC/index.d.ts +1 -1
  102. package/transpiled/RPC/names.d.ts +2 -2
  103. package/transpiled/RTD/Context.d.ts +3 -3
  104. package/transpiled/RTD/Directives.d.ts +5 -5
  105. package/transpiled/RTD/Endpoint.d.ts +5 -5
  106. package/transpiled/RTD/Match.d.ts +1 -1
  107. package/transpiled/RTD/Method.d.ts +5 -5
  108. package/transpiled/RTD/Node.d.ts +7 -7
  109. package/transpiled/RTD/Route.d.ts +3 -3
  110. package/transpiled/RTD/Tree.d.ts +5 -5
  111. package/transpiled/RTD/factory.d.ts +3 -3
  112. package/transpiled/RTD/index.d.ts +8 -8
  113. package/transpiled/RTD/segment.d.ts +1 -1
  114. package/transpiled/Remotes.d.ts +1 -1
  115. package/transpiled/Tenant.d.ts +2 -2
  116. package/transpiled/directives/auth/Anonymous.d.ts +2 -2
  117. package/transpiled/directives/auth/Anyone.d.ts +2 -2
  118. package/transpiled/directives/auth/Assert.d.ts +1 -1
  119. package/transpiled/directives/auth/Authorization.d.ts +7 -7
  120. package/transpiled/directives/auth/Delegate.d.ts +2 -2
  121. package/transpiled/directives/auth/Echo.d.ts +2 -2
  122. package/transpiled/directives/auth/Federation.d.ts +3 -3
  123. package/transpiled/directives/auth/Id.d.ts +3 -3
  124. package/transpiled/directives/auth/Incept.d.ts +2 -2
  125. package/transpiled/directives/auth/Input.d.ts +2 -2
  126. package/transpiled/directives/auth/Role.d.ts +3 -3
  127. package/transpiled/directives/auth/Rule.d.ts +3 -3
  128. package/transpiled/directives/auth/Scheme.d.ts +1 -1
  129. package/transpiled/directives/auth/create.d.ts +1 -1
  130. package/transpiled/directives/auth/index.d.ts +1 -1
  131. package/transpiled/directives/auth/schemes.d.ts +1 -1
  132. package/transpiled/directives/auth/split.d.ts +1 -1
  133. package/transpiled/directives/auth/types.d.ts +4 -4
  134. package/transpiled/directives/cache/Cache.d.ts +4 -4
  135. package/transpiled/directives/cache/Control.d.ts +1 -1
  136. package/transpiled/directives/cache/Exact.d.ts +1 -1
  137. package/transpiled/directives/cache/index.d.ts +1 -1
  138. package/transpiled/directives/cache/types.d.ts +1 -1
  139. package/transpiled/directives/censor/Censor.d.ts +10 -0
  140. package/transpiled/directives/censor/Censor.js +20 -0
  141. package/transpiled/directives/censor/Censor.js.map +1 -0
  142. package/transpiled/directives/censor/index.d.ts +2 -0
  143. package/transpiled/directives/censor/index.js +3 -0
  144. package/transpiled/directives/censor/index.js.map +1 -0
  145. package/transpiled/directives/cors/CORS.d.ts +2 -2
  146. package/transpiled/directives/cors/index.d.ts +1 -1
  147. package/transpiled/directives/dev/Development.d.ts +3 -3
  148. package/transpiled/directives/dev/Faulty.d.ts +2 -2
  149. package/transpiled/directives/dev/Sleep.d.ts +2 -2
  150. package/transpiled/directives/dev/Stub.d.ts +2 -2
  151. package/transpiled/directives/dev/Throw.d.ts +2 -2
  152. package/transpiled/directives/dev/index.d.ts +1 -1
  153. package/transpiled/directives/dev/types.d.ts +1 -1
  154. package/transpiled/directives/flow/Compose.d.ts +2 -2
  155. package/transpiled/directives/flow/Fetch.d.ts +5 -5
  156. package/transpiled/directives/flow/Flow.d.ts +4 -4
  157. package/transpiled/directives/flow/index.d.ts +1 -1
  158. package/transpiled/directives/flow/types.d.ts +2 -2
  159. package/transpiled/directives/help/Family.d.ts +6 -7
  160. package/transpiled/directives/help/Parameters.d.ts +1 -1
  161. package/transpiled/directives/help/index.d.ts +9 -9
  162. package/transpiled/directives/index.d.ts +5 -4
  163. package/transpiled/directives/index.js +5 -3
  164. package/transpiled/directives/index.js.map +1 -1
  165. package/transpiled/directives/io/Directive.d.ts +4 -4
  166. package/transpiled/directives/io/IO.d.ts +5 -5
  167. package/transpiled/directives/io/Input.d.ts +2 -2
  168. package/transpiled/directives/io/Output.d.ts +2 -2
  169. package/transpiled/directives/io/Status.d.ts +2 -2
  170. package/transpiled/directives/io/Throttle.d.ts +4 -4
  171. package/transpiled/directives/io/index.d.ts +1 -1
  172. package/transpiled/directives/io/lib/throttle/Keys.d.ts +5 -5
  173. package/transpiled/directives/io/lib/throttle/Quotas.d.ts +5 -5
  174. package/transpiled/directives/io/lib/throttle/Sync.d.ts +1 -1
  175. package/transpiled/directives/io/lib/throttle/components/Component.d.ts +2 -2
  176. package/transpiled/directives/io/lib/throttle/components/IP.d.ts +2 -2
  177. package/transpiled/directives/io/lib/throttle/components/Identity.d.ts +2 -2
  178. package/transpiled/directives/io/lib/throttle/components/Path.d.ts +2 -2
  179. package/transpiled/directives/io/lib/throttle/components/Route.d.ts +1 -1
  180. package/transpiled/directives/io/lib/throttle/components/Segment.d.ts +3 -3
  181. package/transpiled/directives/io/lib/throttle/components/index.d.ts +3 -3
  182. package/transpiled/directives/io/lib/throttle/components/index.js.map +1 -1
  183. package/transpiled/directives/io/lib/throttle/conditions/Condition.d.ts +1 -1
  184. package/transpiled/directives/io/lib/throttle/conditions/Status.d.ts +2 -2
  185. package/transpiled/directives/io/lib/throttle/conditions/index.d.ts +3 -3
  186. package/transpiled/directives/io/lib/throttle/conditions/index.js.map +1 -1
  187. package/transpiled/directives/io/lib/throttle/index.d.ts +4 -4
  188. package/transpiled/directives/io/schemas.d.ts +4 -4
  189. package/transpiled/directives/map/Authority.d.ts +2 -2
  190. package/transpiled/directives/map/Buffer.d.ts +2 -2
  191. package/transpiled/directives/map/Claims.d.ts +3 -3
  192. package/transpiled/directives/map/Directive.d.ts +2 -2
  193. package/transpiled/directives/map/Headers.d.ts +3 -3
  194. package/transpiled/directives/map/Instance.d.ts +4 -4
  195. package/transpiled/directives/map/Language.d.ts +4 -4
  196. package/transpiled/directives/map/Languages.d.ts +1 -1
  197. package/transpiled/directives/map/Map.d.ts +7 -7
  198. package/transpiled/directives/map/Mapping.d.ts +5 -5
  199. package/transpiled/directives/map/Segments.d.ts +3 -3
  200. package/transpiled/directives/map/index.d.ts +1 -1
  201. package/transpiled/directives/mcp/MCP.d.ts +4 -4
  202. package/transpiled/directives/mcp/index.d.ts +3 -3
  203. package/transpiled/directives/oauth/Discovery.d.ts +3 -3
  204. package/transpiled/directives/oauth/index.d.ts +1 -1
  205. package/transpiled/directives/octets/Context.d.ts +2 -2
  206. package/transpiled/directives/octets/Delete.d.ts +6 -6
  207. package/transpiled/directives/octets/Directive.d.ts +4 -4
  208. package/transpiled/directives/octets/Get.d.ts +3 -3
  209. package/transpiled/directives/octets/Octets.d.ts +6 -6
  210. package/transpiled/directives/octets/Put.d.ts +7 -7
  211. package/transpiled/directives/octets/Workflow.d.ts +6 -6
  212. package/transpiled/directives/octets/index.d.ts +1 -1
  213. package/transpiled/directives/octets/schemas.d.ts +4 -4
  214. package/transpiled/directives/octets/types.d.ts +2 -2
  215. package/transpiled/directives/octets/workflows/Execution.d.ts +2 -2
  216. package/transpiled/directives/octets/workflows/Workflow.d.ts +3 -3
  217. package/transpiled/directives/octets/workflows/index.d.ts +2 -2
  218. package/transpiled/directives/require/Directive.d.ts +1 -1
  219. package/transpiled/directives/require/Headers.d.ts +2 -2
  220. package/transpiled/directives/require/Require.d.ts +3 -3
  221. package/transpiled/directives/require/index.d.ts +1 -1
  222. package/transpiled/exceptions.d.ts +1 -1
  223. package/transpiled/index.d.ts +5 -5
  224. package/transpiled/io.d.ts +1 -1
  225. package/transpiled/root.d.ts +1 -1
  226. package/transpiled/service.d.ts +1 -1
  227. package/ui/dist/_app/immutable/chunks/{DWKNKsnY.js → BE7eB5v5.js} +1 -1
  228. package/ui/dist/_app/immutable/chunks/{C_DmHQYW.js → D4j-xChx.js} +2 -2
  229. package/ui/dist/_app/immutable/chunks/VDPx7_k6.js +1 -0
  230. package/ui/dist/_app/immutable/chunks/{Bu6-PFR2.js → sa0pbjcV.js} +41 -41
  231. package/ui/dist/_app/immutable/entry/{app.BGsFlGMF.js → app.AkuFmFm5.js} +2 -2
  232. package/ui/dist/_app/immutable/entry/start.Bf-Wtlxj.js +1 -0
  233. package/ui/dist/_app/immutable/nodes/{0.CoZD8TUK.js → 0.tjrDhK2K.js} +1 -1
  234. package/ui/dist/_app/immutable/nodes/{1.CK_wvdhC.js → 1.BBstrUMk.js} +1 -1
  235. package/ui/dist/_app/immutable/nodes/{2.C8Ba-vjq.js → 2.kK-1mow1.js} +1 -1
  236. package/ui/dist/_app/immutable/nodes/3.DyUOxgbQ.js +1 -0
  237. package/ui/dist/_app/immutable/nodes/{4.Bbw5GORo.js → 4.DRJYPW3m.js} +1 -1
  238. package/ui/dist/_app/immutable/nodes/{5.B1Jp9o4B.js → 5.3gnA7sEW.js} +1 -1
  239. package/ui/dist/_app/immutable/nodes/{6.DeLSCU5t.js → 6.DNBe1ELW.js} +1 -1
  240. package/ui/dist/_app/version.json +1 -1
  241. package/ui/dist/index.html +10 -10
  242. package/ui/dist/_app/immutable/chunks/CxYJ7ZeC.js +0 -1
  243. package/ui/dist/_app/immutable/entry/start.Dy23hery.js +0 -1
  244. package/ui/dist/_app/immutable/nodes/3.DMVojOYg.js +0 -1
@@ -1,6 +1,7 @@
1
1
  import { authorization } from './auth/index.js';
2
2
  import { cache } from './cache/index.js';
3
3
  import { cors } from './cors/index.js';
4
+ import { censor } from './censor/index.js';
4
5
  import { dev } from './dev/index.js';
5
6
  import { octets } from './octets/index.js';
6
7
  import { io } from './io/index.js';
@@ -24,8 +25,9 @@ export const families = [
24
25
  dev
25
26
  ];
26
27
  /**
27
- * `cors` first, so a preflight is answered before anything reads the request; the page is
28
- * last, and claims its own prefix.
28
+ * `cors` first, so a preflight is answered before anything reads the request; `censor` next,
29
+ * so a refusal carries the CORS headers a page needs to read it; the page is last, and claims
30
+ * its own prefix.
29
31
  */
30
- export const interceptors = [cors, discovery, new Site()];
32
+ export const interceptors = [cors, censor, discovery, new Site()];
31
33
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/directives/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,EAAE,EAAE,MAAM,eAAe,CAAA;AAClC,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAA;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAI5C,MAAM,CAAC,MAAM,QAAQ,GAAsB;IACzC,aAAa;IACb,EAAE;IACF,KAAK;IACL,GAAG;IACH,GAAG;IACH,IAAI;IACJ,GAAG;IACH,IAAI;IACJ,MAAM;IACN,GAAG;CACJ,CAAA;AACD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAkB,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../source/directives/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAA;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,EAAE,EAAE,MAAM,eAAe,CAAA;AAClC,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,MAAM,oBAAoB,CAAA;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAI5C,MAAM,CAAC,MAAM,QAAQ,GAAsB;IACzC,aAAa;IACb,EAAE;IACF,KAAK;IACL,GAAG;IACH,GAAG;IACH,IAAI;IACJ,GAAG;IACH,IAAI;IACJ,MAAM;IACN,GAAG;CACJ,CAAA;AACD;;;;GAIG;AACH,MAAM,CAAC,MAAM,YAAY,GAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,CAAA"}
@@ -1,7 +1,7 @@
1
- import type { Sync } from './lib/throttle/index.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Input as Context } from '../../io.js';
4
- import type * as http from '../../HTTP/index.js';
1
+ import type { Sync } from './lib/throttle/index.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Input as Context } from '../../io.ts';
4
+ import type * as http from '../../HTTP/index.ts';
5
5
  export interface Directive {
6
6
  precall: (context: Context, parameters: Parameter[]) => void;
7
7
  /** Synchronous by contract: settling holds the response, and none of it needs I/O. */
@@ -1,8 +1,8 @@
1
- import type * as http from '../../HTTP/index.js';
2
- import type { Parameter, DirectiveFamily } from '../../RTD/index.js';
3
- import type { Remotes } from '../../Remotes.js';
4
- import type { Directive } from './Directive.js';
5
- import type { Introspection } from '../../Introspection.js';
1
+ import type * as http from '../../HTTP/index.ts';
2
+ import type { Parameter, DirectiveFamily } from '../../RTD/index.ts';
3
+ import type { Remotes } from '../../Remotes.ts';
4
+ import type { Directive } from './Directive.ts';
5
+ import type { Introspection } from '../../Introspection.ts';
6
6
  import type { extensions } from '@toa.io/core/types';
7
7
  export declare class IO implements DirectiveFamily<Directive> {
8
8
  readonly name = "io";
@@ -1,5 +1,5 @@
1
- import type { Directive } from './Directive.js';
2
- import type { Input as Context } from '../../io.js';
1
+ import type { Directive } from './Directive.ts';
2
+ import type { Input as Context } from '../../io.ts';
3
3
  export declare class Input implements Directive {
4
4
  /** what a client may send, which is therefore what the input schema states */
5
5
  readonly allowed: Set<string>;
@@ -1,5 +1,5 @@
1
- import type { Directive } from './Directive.js';
2
- import type { Input as Context } from '../../io.js';
1
+ import type { Directive } from './Directive.ts';
2
+ import type { Input as Context } from '../../io.ts';
3
3
  export declare class Output implements Directive {
4
4
  /** whether the reply passes whole, which is when the schema is the operation's own */
5
5
  readonly disabled: boolean;
@@ -1,5 +1,5 @@
1
- import type { Directive } from './Directive.js';
2
- import type * as http from '../../HTTP/index.js';
1
+ import type { Directive } from './Directive.ts';
2
+ import type * as http from '../../HTTP/index.ts';
3
3
  /**
4
4
  * The status of the reply, taken from a property of what the operation returned and removed
5
5
  * from it — an outcome the operation knows and the transport does not, like a protocol that
@@ -1,7 +1,7 @@
1
- import { type Declaration, type Sync } from './lib/throttle/index.js';
2
- import type * as http from '../../HTTP/index.js';
3
- import type { Parameter } from '../../RTD/index.js';
4
- import type { Directive } from './Directive.js';
1
+ import { type Declaration, type Sync } from './lib/throttle/index.ts';
2
+ import type * as http from '../../HTTP/index.ts';
3
+ import type { Parameter } from '../../RTD/index.ts';
4
+ import type { Directive } from './Directive.ts';
5
5
  export declare class Throttle implements Directive {
6
6
  private readonly quotas;
7
7
  constructor(declaration: Declaration, sync: Sync, route: string);
@@ -1,2 +1,2 @@
1
- import { IO } from './IO.js';
1
+ import { IO } from './IO.ts';
2
2
  export declare const io: IO;
@@ -1,8 +1,8 @@
1
- import { type Component } from './components/index.js';
2
- import { type Condition } from './conditions/index.js';
3
- import type { KeyComponent, KeyCondition } from './Configuration.js';
4
- import type { Parameter } from '../../../../RTD/index.js';
5
- import type { Input as Context, Output } from '../../../../io.js';
1
+ import { type Component } from './components/index.ts';
2
+ import { type Condition } from './conditions/index.ts';
3
+ import type { KeyComponent, KeyCondition } from './Configuration.ts';
4
+ import type { Parameter } from '../../../../RTD/index.ts';
5
+ import type { Input as Context, Output } from '../../../../io.ts';
6
6
  export declare class Keys {
7
7
  private readonly components;
8
8
  private readonly conditions?;
@@ -1,8 +1,8 @@
1
- import { Keys } from './Keys.js';
2
- import type { Batch } from './Sync.js';
3
- import type { Configuration } from './Configuration.js';
4
- import type { Parameter } from '../../../../RTD/index.js';
5
- import type { Input as Context, Output } from '../../../../io.js';
1
+ import { Keys } from './Keys.ts';
2
+ import type { Batch } from './Sync.ts';
3
+ import type { Configuration } from './Configuration.ts';
4
+ import type { Parameter } from '../../../../RTD/index.ts';
5
+ import type { Input as Context, Output } from '../../../../io.ts';
6
6
  /**
7
7
  * A quota per key, metered by GCRA, decided in this process and shared with the others.
8
8
  *
@@ -1,4 +1,4 @@
1
- import type { Quotas } from './Quotas.js';
1
+ import type { Quotas } from './Quotas.ts';
2
2
  import type { atomicity } from '@toa.io/core/types';
3
3
  /**
4
4
  * Reconciles every quota of the process with the other gateways, on one tick.
@@ -1,5 +1,5 @@
1
- import type { Parameter } from '../../../../../RTD/index.js';
2
- import type { Input as Context } from '../../../../../io.js';
1
+ import type { Parameter } from '../../../../../RTD/index.ts';
2
+ import type { Input as Context } from '../../../../../io.ts';
3
3
  export interface Component {
4
4
  /** what to key on, or nothing when the request cannot be keyed by this component */
5
5
  get: (context: Context, parameters: Parameter[]) => string | undefined;
@@ -1,5 +1,5 @@
1
- import type { Context } from '../../../../../HTTP/index.js';
2
- import type { Component } from './Component.js';
1
+ import type { Context } from '../../../../../HTTP/index.ts';
2
+ import type { Component } from './Component.ts';
3
3
  /**
4
4
  * The client address, as the request context resolved it; see `documentation/ip.md`.
5
5
  *
@@ -1,5 +1,5 @@
1
- import type { Input } from '../../../../../io.js';
2
- import type { Component } from './Component.js';
1
+ import type { Input } from '../../../../../io.ts';
2
+ import type { Component } from './Component.ts';
3
3
  /**
4
4
  * The authenticated identity, or nothing when the request carries none.
5
5
  *
@@ -1,5 +1,5 @@
1
- import type { Context } from '../../../../../HTTP/index.js';
2
- import type { Component } from './Component.js';
1
+ import type { Context } from '../../../../../HTTP/index.ts';
2
+ import type { Component } from './Component.ts';
3
3
  export declare class Path implements Component {
4
4
  get(context: Context): string;
5
5
  }
@@ -1,4 +1,4 @@
1
- import type { Component } from './Component.js';
1
+ import type { Component } from './Component.ts';
2
2
  /**
3
3
  * The route as declared — `/users/:id` — rather than the path a request came in on.
4
4
  *
@@ -1,6 +1,6 @@
1
- import type { Parameter } from '../../../../../RTD/index.js';
2
- import type { Input as Context } from '../../../../../io.js';
3
- import type { Component } from './Component.js';
1
+ import type { Parameter } from '../../../../../RTD/index.ts';
2
+ import type { Input as Context } from '../../../../../io.ts';
3
+ import type { Component } from './Component.ts';
4
4
  /** The value a named route segment was bound to, or nothing when the route has none. */
5
5
  export declare class Segment implements Component {
6
6
  private readonly name;
@@ -1,5 +1,5 @@
1
- import type { KeyComponentMethod } from '../Configuration.js';
2
- import type { Component } from './Component.js';
1
+ import type { KeyComponentMethod } from '../Configuration.ts';
2
+ import type { Component } from './Component.ts';
3
+ export type { Component } from './Component.ts';
3
4
  type Constructor<T> = new (options: unknown, route: string) => T;
4
5
  export declare const Components: Record<KeyComponentMethod, Constructor<Component>>;
5
- export type { Component };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../source/directives/io/lib/throttle/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAChC,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAMtC,MAAM,CAAC,MAAM,UAAU,GAAuD;IAC5E,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;CACjB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../source/directives/io/lib/throttle/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAA;AAChC,OAAO,EAAE,EAAE,EAAE,MAAM,SAAS,CAAA;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAOtC,MAAM,CAAC,MAAM,UAAU,GAAuD;IAC5E,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;CACjB,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { Input, Output } from '../../../../../io.js';
1
+ import type { Input, Output } from '../../../../../io.ts';
2
2
  export interface Condition {
3
3
  match: (input: Input, output: Output) => boolean;
4
4
  }
@@ -1,5 +1,5 @@
1
- import type { Input, Output } from '../../../../../io.js';
2
- import type { Condition } from './Condition.js';
1
+ import type { Input, Output } from '../../../../../io.ts';
2
+ import type { Condition } from './Condition.ts';
3
3
  export declare class Status implements Condition {
4
4
  private readonly status;
5
5
  constructor(status: unknown);
@@ -1,5 +1,5 @@
1
- import type { KeyConditionMethod } from '../Configuration.js';
2
- import type { Condition } from './Condition.js';
1
+ import type { KeyConditionMethod } from '../Configuration.ts';
2
+ import type { Condition } from './Condition.ts';
3
+ export type { Condition } from './Condition.ts';
3
4
  type Constructor<T> = new (options: unknown) => T;
4
5
  export declare const Conditions: Record<KeyConditionMethod, Constructor<Condition>>;
5
- export type { Condition };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../source/directives/io/lib/throttle/conditions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAMpC,MAAM,CAAC,MAAM,UAAU,GAAuD;IAC5E,MAAM,EAAE,MAAM;CACf,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../source/directives/io/lib/throttle/conditions/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAOpC,MAAM,CAAC,MAAM,UAAU,GAAuD;IAC5E,MAAM,EAAE,MAAM;CACf,CAAA"}
@@ -1,4 +1,4 @@
1
- export { Quotas } from './Quotas.js';
2
- export { Sync } from './Sync.js';
3
- export { Warning } from './Warning.js';
4
- export { parse, type Configuration, type Declaration } from './Configuration.js';
1
+ export { Quotas } from './Quotas.ts';
2
+ export { Sync } from './Sync.ts';
3
+ export { Warning } from './Warning.ts';
4
+ export { parse, type Configuration, type Declaration } from './Configuration.ts';
@@ -1,8 +1,8 @@
1
1
  import type { Schema } from '@toa.io/schemas';
2
- import type { Permissions as InputPermissions } from './Input.js';
3
- import type { Permissions as OutputPermissions } from './Output.js';
4
- import type { Declaration as ThrottleDeclaration } from './lib/throttle/index.js';
5
- import type { Message } from './Message.js';
2
+ import type { Permissions as InputPermissions } from './Input.ts';
3
+ import type { Permissions as OutputPermissions } from './Output.ts';
4
+ import type { Declaration as ThrottleDeclaration } from './lib/throttle/index.ts';
5
+ import type { Message } from './Message.ts';
6
6
  export declare const message: Schema<Message | Message[]>;
7
7
  export declare const input: Schema<InputPermissions>;
8
8
  export declare const output: Schema<OutputPermissions>;
@@ -1,5 +1,5 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Input } from '../../io.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Input } from '../../io.ts';
3
3
  export declare class Authority extends Mapping<string> {
4
4
  constructor(property: string);
5
5
  properties(context: Input): Record<string, string>;
@@ -1,5 +1,5 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Input } from '../../io.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Input } from '../../io.ts';
3
3
  export declare class BufferMapping extends Mapping<string> {
4
4
  constructor(property: string);
5
5
  properties(context: Input): Promise<Record<string, string>>;
@@ -1,6 +1,6 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Remotes } from '../../Remotes.js';
3
- import type { Input } from '../../io.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Remotes } from '../../Remotes.ts';
3
+ import type { Input } from '../../io.ts';
4
4
  export declare class Claims extends Mapping<Record<string, string>> {
5
5
  private readonly discovery;
6
6
  private federation;
@@ -1,3 +1,3 @@
1
- import type { Mapping } from './Mapping.js';
2
- import type { Property } from './Properties.js';
1
+ import type { Mapping } from './Mapping.ts';
2
+ import type { Property } from './Properties.ts';
3
3
  export type Directive = Mapping | Property;
@@ -1,6 +1,6 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Input } from '../../io.js';
3
- import type { Introspection } from '../../Introspection.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Input } from '../../io.ts';
3
+ import type { Introspection } from '../../Introspection.ts';
4
4
  export declare class Headers extends Mapping<Record<string, string>> {
5
5
  private readonly headers;
6
6
  constructor(map: Record<string, string>);
@@ -1,7 +1,7 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Input } from '../../io.js';
4
- import type { Introspection } from '../../Introspection.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Input } from '../../io.ts';
4
+ import type { Introspection } from '../../Introspection.ts';
5
5
  /**
6
6
  * Names the route parameter that carries the process a stateful operation is called on. The name
7
7
  * belongs to the call, so the parameter is taken out of what is embedded in the input and out of
@@ -1,7 +1,7 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Input } from '../../io.js';
3
- import type { Parameter } from '../../RTD/index.js';
4
- import type { Directive } from './Directive.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Input } from '../../io.ts';
3
+ import type { Parameter } from '../../RTD/index.ts';
4
+ import type { Directive } from './Directive.ts';
5
5
  export declare class Language extends Mapping<string> {
6
6
  private languages;
7
7
  constructor(property: string);
@@ -1,4 +1,4 @@
1
- import { Property } from './Properties.js';
1
+ import { Property } from './Properties.ts';
2
2
  export declare class Languages extends Property<'languages'> {
3
3
  constructor(value: string[]);
4
4
  }
@@ -1,10 +1,10 @@
1
- import { Property } from './Properties.js';
2
- import { Mapping } from './Mapping.js';
3
- import type { Directive } from './Directive.js';
4
- import type { DirectiveFamily, Parameter } from '../../RTD/index.js';
5
- import type { Input, Output } from '../../io.js';
6
- import type { Introspection } from '../../Introspection.js';
7
- import type { Remotes } from '../../Remotes.js';
1
+ import { Property } from './Properties.ts';
2
+ import { Mapping } from './Mapping.ts';
3
+ import type { Directive } from './Directive.ts';
4
+ import type { DirectiveFamily, Parameter } from '../../RTD/index.ts';
5
+ import type { Input, Output } from '../../io.ts';
6
+ import type { Introspection } from '../../Introspection.ts';
7
+ import type { Remotes } from '../../Remotes.ts';
8
8
  export declare class Map implements DirectiveFamily {
9
9
  readonly name = "map";
10
10
  readonly mandatory = false;
@@ -1,8 +1,8 @@
1
- import type { Remotes } from '../../Remotes.js';
2
- import type { Directive } from './Directive.js';
3
- import type { Input } from '../../io.js';
4
- import type { Parameter } from '../../RTD/index.js';
5
- import type { Introspection } from '../../Introspection.js';
1
+ import type { Remotes } from '../../Remotes.ts';
2
+ import type { Directive } from './Directive.ts';
3
+ import type { Input } from '../../io.ts';
4
+ import type { Parameter } from '../../RTD/index.ts';
5
+ import type { Introspection } from '../../Introspection.ts';
6
6
  export declare abstract class Mapping<T = unknown> {
7
7
  protected value: T;
8
8
  protected remotes?: Remotes;
@@ -1,6 +1,6 @@
1
- import { Mapping } from './Mapping.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Introspection } from '../../Introspection.js';
1
+ import { Mapping } from './Mapping.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Introspection } from '../../Introspection.ts';
4
4
  export declare class Segments extends Mapping<Record<string, string>> {
5
5
  constructor(map: Record<string, string>);
6
6
  /** A segment is the caller's, so it moves to the route rather than out of sight. */
@@ -1,2 +1,2 @@
1
- import { Map } from './Map.js';
1
+ import { Map } from './Map.ts';
2
2
  export declare const map: Map;
@@ -1,7 +1,7 @@
1
- import { Tool } from './Tool.js';
2
- import type { DirectiveFamily } from '../../RTD/index.js';
3
- import type { Context } from '../../HTTP/index.js';
4
- import type { Introspection } from '../../Introspection.js';
1
+ import { Tool } from './Tool.ts';
2
+ import type { DirectiveFamily } from '../../RTD/index.ts';
3
+ import type { Context } from '../../HTTP/index.ts';
4
+ import type { Introspection } from '../../Introspection.ts';
5
5
  /** The name the family is declared under, and what `MCP` asks a method for. */
6
6
  export declare const FAMILY = "mcp";
7
7
  export declare class MCP implements DirectiveFamily<Tool> {
@@ -1,4 +1,4 @@
1
- import { MCP } from './MCP.js';
1
+ import { MCP } from './MCP.ts';
2
2
  export declare const mcp: MCP;
3
- export { FAMILY, MCP } from './MCP.js';
4
- export type { Tool } from './Tool.js';
3
+ export { FAMILY, MCP } from './MCP.ts';
4
+ export type { Tool } from './Tool.ts';
@@ -1,6 +1,6 @@
1
- import type * as http from '../../HTTP/index.js';
2
- import type { Input, Output } from '../../io.js';
3
- import type { Interceptor } from '../../Interception.js';
1
+ import type * as http from '../../HTTP/index.ts';
2
+ import type { Input, Output } from '../../io.ts';
3
+ import type { Interceptor } from '../../Interception.ts';
4
4
  /**
5
5
  * What a client reads before it can authenticate: where the authorization server is, and
6
6
  * what this resource expects. Both are fixed paths a specification names, both must be
@@ -1,2 +1,2 @@
1
- import { Discovery } from './Discovery.js';
1
+ import { Discovery } from './Discovery.ts';
2
2
  export declare const discovery: Discovery;
@@ -1,5 +1,5 @@
1
- import { Directive } from './Directive.js';
2
- import type { Output } from '../../io.js';
1
+ import { Directive } from './Directive.ts';
2
+ import type { Output } from '../../io.ts';
3
3
  export declare class Context extends Directive {
4
4
  readonly targeted = false;
5
5
  readonly storage: string;
@@ -1,10 +1,10 @@
1
- import { Directive } from './Directive.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Unit } from './workflows/index.js';
1
+ import { Directive } from './Directive.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Unit } from './workflows/index.ts';
4
4
  import type { Component } from '@toa.io/core';
5
- import type { Output } from '../../io.js';
6
- import type { Input } from './types.js';
7
- import type { Remotes } from '../../Remotes.js';
5
+ import type { Output } from '../../io.ts';
6
+ import type { Input } from './types.ts';
7
+ import type { Remotes } from '../../Remotes.ts';
8
8
  export declare class Delete extends Directive {
9
9
  readonly targeted = true;
10
10
  private readonly workflow?;
@@ -1,7 +1,7 @@
1
- import type { Input } from './types.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Introspection } from '../../Introspection.js';
4
- import type * as io from '../../io.js';
1
+ import type { Input } from './types.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Introspection } from '../../Introspection.ts';
4
+ import type * as io from '../../io.ts';
5
5
  export declare abstract class Directive {
6
6
  readonly name: string;
7
7
  abstract readonly targeted: boolean;
@@ -1,7 +1,7 @@
1
- import { Directive } from './Directive.js';
1
+ import { Directive } from './Directive.ts';
2
2
  import type { Component } from '@toa.io/core';
3
- import type { Output } from '../../io.js';
4
- import type { Input } from './types.js';
3
+ import type { Output } from '../../io.ts';
4
+ import type { Input } from './types.ts';
5
5
  export declare class Get extends Directive {
6
6
  readonly targeted = true;
7
7
  private readonly options;
@@ -1,9 +1,9 @@
1
- import type { Directive } from './Directive.js';
2
- import type { Output } from '../../io.js';
3
- import type { Remotes } from '../../Remotes.js';
4
- import type { Parameter, DirectiveFamily } from '../../RTD/index.js';
5
- import type { Introspection } from '../../Introspection.js';
6
- import type { Input } from './types.js';
1
+ import type { Directive } from './Directive.ts';
2
+ import type { Output } from '../../io.ts';
3
+ import type { Remotes } from '../../Remotes.ts';
4
+ import type { Parameter, DirectiveFamily } from '../../RTD/index.ts';
5
+ import type { Introspection } from '../../Introspection.ts';
6
+ import type { Input } from './types.ts';
7
7
  export declare class Octets implements DirectiveFamily<Directive> {
8
8
  readonly name: string;
9
9
  readonly mandatory: boolean;
@@ -1,11 +1,11 @@
1
- import { Directive } from './Directive.js';
2
- import type { Parameter } from '../../RTD/index.js';
3
- import type { Unit } from './workflows/index.js';
4
- import type { Remotes } from '../../Remotes.js';
1
+ import { Directive } from './Directive.ts';
2
+ import type { Parameter } from '../../RTD/index.ts';
3
+ import type { Unit } from './workflows/index.ts';
4
+ import type { Remotes } from '../../Remotes.ts';
5
5
  import type { Component } from '@toa.io/core';
6
- import type { Introspection } from '../../Introspection.js';
7
- import type { Output } from '../../io.js';
8
- import type { Input } from './types.js';
6
+ import type { Introspection } from '../../Introspection.ts';
7
+ import type { Output } from '../../io.ts';
8
+ import type { Input } from './types.ts';
9
9
  export declare class Put extends Directive {
10
10
  readonly targeted = false;
11
11
  private readonly location?;
@@ -1,10 +1,10 @@
1
- import { Directive } from './Directive.js';
2
- import type { Unit } from './workflows/index.js';
3
- import type { Input } from './types.js';
1
+ import { Directive } from './Directive.ts';
2
+ import type { Unit } from './workflows/index.ts';
3
+ import type { Input } from './types.ts';
4
4
  import type { Component } from '@toa.io/core';
5
- import type { Output } from '../../io.js';
6
- import type { Remotes } from '../../Remotes.js';
7
- import type { Parameter } from '../../RTD/index.js';
5
+ import type { Output } from '../../io.ts';
6
+ import type { Remotes } from '../../Remotes.ts';
7
+ import type { Parameter } from '../../RTD/index.ts';
8
8
  export declare class WorkflowDirective extends Directive {
9
9
  readonly targeted = true;
10
10
  private readonly workflow;
@@ -1,2 +1,2 @@
1
- import { Octets } from './Octets.js';
1
+ import { Octets } from './Octets.ts';
2
2
  export declare const octets: Octets;
@@ -1,8 +1,8 @@
1
- import type { Options as GetOptions } from './Get.js';
2
- import type { Options as PutOptions } from './Put.js';
3
- import type { Options as DeleteOptions } from './Delete.js';
1
+ import type { Options as GetOptions } from './Get.ts';
2
+ import type { Options as PutOptions } from './Put.ts';
3
+ import type { Options as DeleteOptions } from './Delete.ts';
4
4
  import type { Schema } from '@toa.io/schemas';
5
- import type { Unit } from './workflows/index.js';
5
+ import type { Unit } from './workflows/index.ts';
6
6
  export declare const put: Schema<PutOptions | null>;
7
7
  export declare const get: Schema<GetOptions | null>;
8
8
  export declare const remove: Schema<DeleteOptions | null>;
@@ -1,5 +1,5 @@
1
- import type * as io from '../../io.js';
2
- import type { Identity } from '../auth/types.js';
1
+ import type * as io from '../../io.ts';
2
+ import type { Identity } from '../auth/types.ts';
3
3
  export interface Extension {
4
4
  identity?: Identity;
5
5
  octets?: string;
@@ -1,6 +1,6 @@
1
1
  import { Readable } from 'node:stream';
2
- import type { Unit } from './Workflow.js';
3
- import type { Remotes } from '../../../Remotes.js';
2
+ import type { Unit } from './Workflow.ts';
3
+ import type { Remotes } from '../../../Remotes.ts';
4
4
  import type { Entry } from '@toa.io/extensions.storages';
5
5
  export declare class Execution extends Readable {
6
6
  private readonly units;