@toa.io/extensions.exposition 1.0.0-alpha.276 → 1.0.0-alpha.277

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 (827) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/components/exposition.atom/operations/meter.js +1 -3
  3. package/components/exposition.octets/operations/delete.js +1 -3
  4. package/components/exposition.octets/operations/get.js +1 -3
  5. package/components/exposition.octets/operations/head.js +1 -3
  6. package/components/exposition.octets/operations/put.js +6 -6
  7. package/components/identity.bans/operations/transit.js +1 -5
  8. package/components/identity.bans/operations/transit.js.map +1 -1
  9. package/components/identity.bans/tsconfig.json +1 -0
  10. package/components/identity.bans/tsconfig.tsbuildinfo +1 -0
  11. package/components/identity.basic/events/principal.js +2 -4
  12. package/components/identity.basic/operations/add.d.ts +1 -1
  13. package/components/identity.basic/operations/add.js +1 -5
  14. package/components/identity.basic/operations/add.js.map +1 -1
  15. package/components/identity.basic/operations/authenticate.d.ts +1 -1
  16. package/components/identity.basic/operations/authenticate.js +3 -7
  17. package/components/identity.basic/operations/authenticate.js.map +1 -1
  18. package/components/identity.basic/operations/check.d.ts +1 -1
  19. package/components/identity.basic/operations/check.js +1 -5
  20. package/components/identity.basic/operations/check.js.map +1 -1
  21. package/components/identity.basic/operations/delete.d.ts +1 -1
  22. package/components/identity.basic/operations/delete.js +1 -5
  23. package/components/identity.basic/operations/delete.js.map +1 -1
  24. package/components/identity.basic/operations/incept.d.ts +1 -1
  25. package/components/identity.basic/operations/incept.js +1 -5
  26. package/components/identity.basic/operations/incept.js.map +1 -1
  27. package/components/identity.basic/operations/info.d.ts +1 -1
  28. package/components/identity.basic/operations/info.js +1 -5
  29. package/components/identity.basic/operations/info.js.map +1 -1
  30. package/components/identity.basic/operations/transit.d.ts +1 -1
  31. package/components/identity.basic/operations/transit.js +4 -8
  32. package/components/identity.basic/operations/transit.js.map +1 -1
  33. package/components/identity.basic/operations/types.js +1 -2
  34. package/components/identity.basic/source/add.ts +1 -1
  35. package/components/identity.basic/source/authenticate.ts +1 -1
  36. package/components/identity.basic/source/check.ts +1 -1
  37. package/components/identity.basic/source/delete.ts +1 -1
  38. package/components/identity.basic/source/incept.ts +1 -1
  39. package/components/identity.basic/source/info.ts +1 -1
  40. package/components/identity.basic/source/transit.ts +1 -1
  41. package/components/identity.basic/tsconfig.json +1 -0
  42. package/components/identity.basic/tsconfig.tsbuildinfo +1 -0
  43. package/components/identity.credentials/operations/list.js +1 -5
  44. package/components/identity.credentials/operations/list.js.map +1 -1
  45. package/components/identity.credentials/source/list.test.ts +12 -8
  46. package/components/identity.credentials/tsconfig.json +2 -1
  47. package/components/identity.credentials/tsconfig.tsbuildinfo +1 -0
  48. package/components/identity.federation/events/principal.js +5 -7
  49. package/components/identity.federation/operations/authenticate.d.ts +1 -1
  50. package/components/identity.federation/operations/authenticate.js +5 -9
  51. package/components/identity.federation/operations/authenticate.js.map +1 -1
  52. package/components/identity.federation/operations/create.d.ts +1 -1
  53. package/components/identity.federation/operations/create.js +3 -7
  54. package/components/identity.federation/operations/create.js.map +1 -1
  55. package/components/identity.federation/operations/decode.d.ts +1 -1
  56. package/components/identity.federation/operations/decode.js +3 -7
  57. package/components/identity.federation/operations/decode.js.map +1 -1
  58. package/components/identity.federation/operations/delete.d.ts +1 -1
  59. package/components/identity.federation/operations/delete.js +1 -5
  60. package/components/identity.federation/operations/delete.js.map +1 -1
  61. package/components/identity.federation/operations/incept.d.ts +1 -1
  62. package/components/identity.federation/operations/incept.js +3 -7
  63. package/components/identity.federation/operations/incept.js.map +1 -1
  64. package/components/identity.federation/operations/lib/Configuration.js +1 -2
  65. package/components/identity.federation/operations/lib/Ctx.d.ts +2 -2
  66. package/components/identity.federation/operations/lib/Ctx.js +1 -2
  67. package/components/identity.federation/operations/lib/Payload.js +1 -2
  68. package/components/identity.federation/operations/lib/decode.d.ts +2 -2
  69. package/components/identity.federation/operations/lib/decode.js +9 -13
  70. package/components/identity.federation/operations/lib/decode.js.map +1 -1
  71. package/components/identity.federation/operations/lib/discovery.d.ts +2 -2
  72. package/components/identity.federation/operations/lib/discovery.js +4 -9
  73. package/components/identity.federation/operations/lib/discovery.js.map +1 -1
  74. package/components/identity.federation/operations/lib/errors.d.ts +10 -10
  75. package/components/identity.federation/operations/lib/errors.js +10 -13
  76. package/components/identity.federation/operations/lib/errors.js.map +1 -1
  77. package/components/identity.federation/operations/lib/exchange.d.ts +2 -2
  78. package/components/identity.federation/operations/lib/exchange.js +8 -35
  79. package/components/identity.federation/operations/lib/exchange.js.map +1 -1
  80. package/components/identity.federation/operations/lib/index.d.ts +4 -4
  81. package/components/identity.federation/operations/lib/index.js +3 -9
  82. package/components/identity.federation/operations/lib/index.js.map +1 -1
  83. package/components/identity.federation/operations/lib/jose.d.ts +1 -41
  84. package/components/identity.federation/operations/lib/jose.js +1 -26
  85. package/components/identity.federation/operations/lib/jose.js.map +1 -1
  86. package/components/identity.federation/operations/lib/resolve.d.ts +2 -2
  87. package/components/identity.federation/operations/lib/resolve.js +5 -9
  88. package/components/identity.federation/operations/lib/resolve.js.map +1 -1
  89. package/components/identity.federation/operations/list.d.ts +1 -1
  90. package/components/identity.federation/operations/list.js +1 -5
  91. package/components/identity.federation/operations/list.js.map +1 -1
  92. package/components/identity.federation/operations/types/Scheme.js +1 -2
  93. package/components/identity.federation/operations/types/configuration.js +1 -2
  94. package/components/identity.federation/operations/types/context.d.ts +2 -2
  95. package/components/identity.federation/operations/types/context.js +1 -2
  96. package/components/identity.federation/operations/types/entity.js +1 -2
  97. package/components/identity.federation/operations/types/index.d.ts +4 -4
  98. package/components/identity.federation/operations/types/index.js +4 -20
  99. package/components/identity.federation/operations/types/index.js.map +1 -1
  100. package/components/identity.federation/source/authenticate.ts +2 -2
  101. package/components/identity.federation/source/create.ts +2 -2
  102. package/components/identity.federation/source/decode.ts +2 -2
  103. package/components/identity.federation/source/delete.ts +1 -1
  104. package/components/identity.federation/source/incept.ts +2 -2
  105. package/components/identity.federation/source/lib/Ctx.ts +2 -2
  106. package/components/identity.federation/source/lib/decode.ts +5 -5
  107. package/components/identity.federation/source/lib/discovery.test.ts +17 -12
  108. package/components/identity.federation/source/lib/discovery.ts +3 -3
  109. package/components/identity.federation/source/lib/exchange.ts +6 -6
  110. package/components/identity.federation/source/lib/index.ts +4 -4
  111. package/components/identity.federation/source/lib/jose.js +1 -5
  112. package/components/identity.federation/source/lib/resolve.ts +5 -5
  113. package/components/identity.federation/source/list.test.ts +9 -6
  114. package/components/identity.federation/source/list.ts +1 -1
  115. package/components/identity.federation/source/types/context.ts +2 -2
  116. package/components/identity.federation/source/types/index.ts +4 -4
  117. package/components/identity.federation/tsconfig.json +2 -1
  118. package/components/identity.federation/tsconfig.tsbuildinfo +1 -0
  119. package/components/identity.keys/operations/create.js +3 -7
  120. package/components/identity.keys/operations/create.js.map +1 -1
  121. package/components/identity.keys/tsconfig.json +1 -0
  122. package/components/identity.keys/tsconfig.tsbuildinfo +1 -0
  123. package/components/identity.otp/operations/authenticate.d.ts +1 -1
  124. package/components/identity.otp/operations/authenticate.js +1 -5
  125. package/components/identity.otp/operations/authenticate.js.map +1 -1
  126. package/components/identity.otp/operations/issue.d.ts +1 -1
  127. package/components/identity.otp/operations/issue.js +1 -5
  128. package/components/identity.otp/operations/issue.js.map +1 -1
  129. package/components/identity.otp/operations/lib/Context.d.ts +1 -1
  130. package/components/identity.otp/operations/lib/Context.js +1 -2
  131. package/components/identity.otp/operations/lib/Entity.js +1 -2
  132. package/components/identity.otp/operations/lib/index.d.ts +1 -1
  133. package/components/identity.otp/operations/lib/index.js +1 -2
  134. package/components/identity.otp/source/authenticate.ts +1 -1
  135. package/components/identity.otp/source/issue.ts +1 -1
  136. package/components/identity.otp/source/lib/Context.ts +1 -1
  137. package/components/identity.otp/source/lib/index.ts +1 -1
  138. package/components/identity.otp/tsconfig.json +1 -0
  139. package/components/identity.otp/tsconfig.tsbuildinfo +1 -0
  140. package/components/identity.passkeys/operations/authenticate.d.ts +1 -1
  141. package/components/identity.passkeys/operations/authenticate.js +1 -5
  142. package/components/identity.passkeys/operations/authenticate.js.map +1 -1
  143. package/components/identity.passkeys/operations/challenge.d.ts +1 -1
  144. package/components/identity.passkeys/operations/challenge.js +7 -11
  145. package/components/identity.passkeys/operations/challenge.js.map +1 -1
  146. package/components/identity.passkeys/operations/create.d.ts +1 -1
  147. package/components/identity.passkeys/operations/create.js +3 -7
  148. package/components/identity.passkeys/operations/create.js.map +1 -1
  149. package/components/identity.passkeys/operations/delete.d.ts +1 -1
  150. package/components/identity.passkeys/operations/delete.js +1 -5
  151. package/components/identity.passkeys/operations/delete.js.map +1 -1
  152. package/components/identity.passkeys/operations/lib/const.js +1 -4
  153. package/components/identity.passkeys/operations/lib/const.js.map +1 -1
  154. package/components/identity.passkeys/operations/list.d.ts +1 -1
  155. package/components/identity.passkeys/operations/list.js +3 -7
  156. package/components/identity.passkeys/operations/list.js.map +1 -1
  157. package/components/identity.passkeys/operations/types/Configuration.js +1 -2
  158. package/components/identity.passkeys/operations/types/Context.d.ts +3 -3
  159. package/components/identity.passkeys/operations/types/Context.js +1 -2
  160. package/components/identity.passkeys/operations/types/Passkey.d.ts +1 -2
  161. package/components/identity.passkeys/operations/types/Passkey.js +1 -2
  162. package/components/identity.passkeys/operations/types/index.d.ts +2 -2
  163. package/components/identity.passkeys/operations/types/index.js +1 -2
  164. package/components/identity.passkeys/operations/use.d.ts +1 -1
  165. package/components/identity.passkeys/operations/use.js +3 -7
  166. package/components/identity.passkeys/operations/use.js.map +1 -1
  167. package/components/identity.passkeys/source/authenticate.ts +1 -1
  168. package/components/identity.passkeys/source/challenge.ts +2 -2
  169. package/components/identity.passkeys/source/create.ts +1 -1
  170. package/components/identity.passkeys/source/delete.ts +1 -1
  171. package/components/identity.passkeys/source/list.ts +2 -2
  172. package/components/identity.passkeys/source/types/Context.ts +3 -3
  173. package/components/identity.passkeys/source/types/Passkey.ts +1 -3
  174. package/components/identity.passkeys/source/types/index.ts +2 -2
  175. package/components/identity.passkeys/source/use.ts +1 -1
  176. package/components/identity.passkeys/tsconfig.json +1 -0
  177. package/components/identity.passkeys/tsconfig.tsbuildinfo +1 -0
  178. package/components/identity.roles/operations/grant.d.ts +1 -1
  179. package/components/identity.roles/operations/grant.js +1 -5
  180. package/components/identity.roles/operations/grant.js.map +1 -1
  181. package/components/identity.roles/operations/lib/Entity.js +1 -2
  182. package/components/identity.roles/operations/list.d.ts +1 -1
  183. package/components/identity.roles/operations/list.js +1 -5
  184. package/components/identity.roles/operations/list.js.map +1 -1
  185. package/components/identity.roles/operations/principal.d.ts +2 -2
  186. package/components/identity.roles/operations/principal.js +1 -5
  187. package/components/identity.roles/operations/principal.js.map +1 -1
  188. package/components/identity.roles/receivers/identity.federation.principal.js +1 -3
  189. package/components/identity.roles/source/grant.ts +1 -1
  190. package/components/identity.roles/source/list.ts +1 -1
  191. package/components/identity.roles/source/principal.ts +2 -2
  192. package/components/identity.roles/tsconfig.json +1 -0
  193. package/components/identity.roles/tsconfig.tsbuildinfo +1 -0
  194. package/components/identity.tokens/operations/authenticate.d.ts +1 -1
  195. package/components/identity.tokens/operations/authenticate.js +1 -5
  196. package/components/identity.tokens/operations/authenticate.js.map +1 -1
  197. package/components/identity.tokens/operations/decrypt.d.ts +1 -1
  198. package/components/identity.tokens/operations/decrypt.js +15 -14
  199. package/components/identity.tokens/operations/decrypt.js.map +1 -1
  200. package/components/identity.tokens/operations/encrypt.d.ts +1 -1
  201. package/components/identity.tokens/operations/encrypt.js +5 -9
  202. package/components/identity.tokens/operations/encrypt.js.map +1 -1
  203. package/components/identity.tokens/operations/issue.d.ts +1 -1
  204. package/components/identity.tokens/operations/issue.js +1 -5
  205. package/components/identity.tokens/operations/issue.js.map +1 -1
  206. package/components/identity.tokens/operations/lib/index.d.ts +3 -3
  207. package/components/identity.tokens/operations/lib/index.js +3 -21
  208. package/components/identity.tokens/operations/lib/index.js.map +1 -1
  209. package/components/identity.tokens/operations/lib/jose.d.ts +1 -41
  210. package/components/identity.tokens/operations/lib/jose.js +1 -26
  211. package/components/identity.tokens/operations/lib/jose.js.map +1 -1
  212. package/components/identity.tokens/operations/lib/key.js +1 -5
  213. package/components/identity.tokens/operations/lib/key.js.map +1 -1
  214. package/components/identity.tokens/operations/lib/pad.js +1 -4
  215. package/components/identity.tokens/operations/lib/pad.js.map +1 -1
  216. package/components/identity.tokens/operations/lib/types.js +1 -2
  217. package/components/identity.tokens/operations/revoke.d.ts +1 -1
  218. package/components/identity.tokens/operations/revoke.js +1 -5
  219. package/components/identity.tokens/operations/revoke.js.map +1 -1
  220. package/components/identity.tokens/receivers/identity.bans.created.js +1 -3
  221. package/components/identity.tokens/receivers/identity.bans.updated.js +1 -3
  222. package/components/identity.tokens/source/authenticate.test.ts +14 -10
  223. package/components/identity.tokens/source/authenticate.ts +1 -1
  224. package/components/identity.tokens/source/decrypt.test.ts +25 -17
  225. package/components/identity.tokens/source/decrypt.ts +12 -5
  226. package/components/identity.tokens/source/encrypt.test.ts +14 -10
  227. package/components/identity.tokens/source/encrypt.ts +3 -3
  228. package/components/identity.tokens/source/issue.ts +1 -1
  229. package/components/identity.tokens/source/lib/index.ts +3 -3
  230. package/components/identity.tokens/source/lib/jose.js +1 -5
  231. package/components/identity.tokens/source/lib/paseto.test.ts +45 -10
  232. package/components/identity.tokens/source/revoke.ts +1 -1
  233. package/components/identity.tokens/tsconfig.json +1 -0
  234. package/components/identity.tokens/tsconfig.tsbuildinfo +1 -0
  235. package/cucumber.mjs +4 -0
  236. package/features/steps/Captures.ts +3 -1
  237. package/features/steps/Common.ts +4 -2
  238. package/features/steps/Components.ts +10 -4
  239. package/features/steps/Database.ts +4 -1
  240. package/features/steps/Gateway.ts +10 -7
  241. package/features/steps/HTTP.ts +8 -5
  242. package/features/steps/IDP.ts +5 -2
  243. package/features/steps/Identity.ts +7 -4
  244. package/features/steps/OTP.ts +5 -2
  245. package/features/steps/Parameters.ts +1 -1
  246. package/features/steps/Probe.ts +4 -2
  247. package/features/steps/Realtime.ts +8 -5
  248. package/features/steps/Workspace.ts +1 -1
  249. package/features/steps/components/audit/operations/record.js +1 -5
  250. package/features/steps/components/echo/operations/affect.js +1 -5
  251. package/features/steps/components/echo/operations/compute.js +1 -5
  252. package/features/steps/components/echo/operations/echo.js +1 -5
  253. package/features/steps/components/echo/operations/error.js +1 -5
  254. package/features/steps/components/echo/operations/identity.js +1 -5
  255. package/features/steps/components/echo/operations/parameters.js +1 -5
  256. package/features/steps/components/echo/operations/ping.js +1 -5
  257. package/features/steps/components/echo/operations/unwrap.js +1 -5
  258. package/features/steps/components/echo.beacon/operations/hello.js +1 -3
  259. package/features/steps/components/greeter/operations/greet.js +1 -5
  260. package/features/steps/components/notify/operations/send.js +1 -5
  261. package/features/steps/components/octets.tester/operations/authority.js +1 -5
  262. package/features/steps/components/octets.tester/operations/bar.js +1 -3
  263. package/features/steps/components/octets.tester/operations/baz.js +1 -3
  264. package/features/steps/components/octets.tester/operations/concat.js +1 -3
  265. package/features/steps/components/octets.tester/operations/echo.js +1 -3
  266. package/features/steps/components/octets.tester/operations/err.js +1 -3
  267. package/features/steps/components/octets.tester/operations/foo.js +1 -3
  268. package/features/steps/components/octets.tester/operations/id.js +1 -3
  269. package/features/steps/components/octets.tester/operations/identity.js +1 -3
  270. package/features/steps/components/octets.tester/operations/redirect.js +1 -3
  271. package/features/steps/components/octets.tester/operations/yex.js +1 -3
  272. package/features/steps/components/octets.tester/operations/yield.js +1 -3
  273. package/features/steps/components/orders/operations/create.js +1 -5
  274. package/features/steps/components/pricing/operations/quote.js +1 -5
  275. package/features/steps/components/sequences/operations/numbers.js +1 -3
  276. package/features/steps/components/sequences/operations/tokens.js +2 -4
  277. package/features/steps/components/users/operations/create.js +1 -5
  278. package/features/steps/map.ts +5 -1
  279. package/package.json +16 -22
  280. package/source/Annotation.ts +1 -1
  281. package/source/Branch.test.ts +10 -7
  282. package/source/Branch.ts +2 -2
  283. package/source/Composition.ts +2 -2
  284. package/source/Context.ts +1 -1
  285. package/source/Directive.test.ts +52 -40
  286. package/source/Directive.ts +4 -4
  287. package/source/Endpoint.ts +6 -6
  288. package/source/Factory.ts +18 -18
  289. package/source/Gateway.ts +7 -7
  290. package/source/HTTP/Context.ts +5 -5
  291. package/source/HTTP/Server.ts +6 -6
  292. package/source/HTTP/Timing.ts +1 -1
  293. package/source/HTTP/formats/index.ts +4 -4
  294. package/source/HTTP/formats/yaml.test.ts +6 -4
  295. package/source/HTTP/formats/yaml.ts +1 -1
  296. package/source/HTTP/index.ts +6 -6
  297. package/source/HTTP/messages.test.ts +29 -16
  298. package/source/HTTP/messages.ts +6 -5
  299. package/source/Interception.ts +1 -1
  300. package/source/Mapping.ts +6 -6
  301. package/source/Query.test.ts +8 -5
  302. package/source/Query.ts +6 -6
  303. package/source/RTD/Context.ts +3 -3
  304. package/source/RTD/Directives.ts +4 -4
  305. package/source/RTD/Endpoint.ts +4 -4
  306. package/source/RTD/Match.ts +1 -1
  307. package/source/RTD/Method.ts +3 -3
  308. package/source/RTD/Node.ts +3 -3
  309. package/source/RTD/Route.ts +3 -3
  310. package/source/RTD/Tree.ts +8 -8
  311. package/source/RTD/expiration.test.ts +20 -17
  312. package/source/RTD/factory.ts +7 -7
  313. package/source/RTD/index.ts +8 -8
  314. package/source/RTD/segment.test.ts +13 -10
  315. package/source/RTD/syntax/index.ts +2 -2
  316. package/source/RTD/syntax/parse.test.ts +30 -28
  317. package/source/RTD/syntax/parse.ts +2 -2
  318. package/source/Remotes.test.ts +27 -14
  319. package/source/Remotes.ts +1 -1
  320. package/source/Tenant.ts +3 -3
  321. package/source/deployment.ts +8 -7
  322. package/source/directives/auth/Anonymous.ts +1 -1
  323. package/source/directives/auth/Anyone.ts +1 -1
  324. package/source/directives/auth/Assert.ts +3 -3
  325. package/source/directives/auth/Authorization.ts +19 -19
  326. package/source/directives/auth/Delegate.ts +3 -3
  327. package/source/directives/auth/Echo.ts +3 -3
  328. package/source/directives/auth/Federation.ts +2 -2
  329. package/source/directives/auth/Id.ts +2 -2
  330. package/source/directives/auth/Incept.ts +6 -6
  331. package/source/directives/auth/Input.ts +3 -3
  332. package/source/directives/auth/Role.test.ts +32 -19
  333. package/source/directives/auth/Role.ts +2 -2
  334. package/source/directives/auth/Rule.ts +2 -2
  335. package/source/directives/auth/Scheme.ts +3 -3
  336. package/source/directives/auth/create.ts +1 -1
  337. package/source/directives/auth/index.ts +1 -1
  338. package/source/directives/auth/schemes.ts +1 -1
  339. package/source/directives/auth/split.ts +2 -2
  340. package/source/directives/auth/types.ts +3 -3
  341. package/source/directives/cache/Cache.ts +6 -6
  342. package/source/directives/cache/Control.ts +1 -1
  343. package/source/directives/cache/Exact.ts +1 -1
  344. package/source/directives/cache/index.ts +1 -1
  345. package/source/directives/cache/types.ts +1 -1
  346. package/source/directives/cors/CORS.ts +2 -2
  347. package/source/directives/cors/index.ts +1 -1
  348. package/source/directives/dev/Development.ts +7 -7
  349. package/source/directives/dev/Faulty.ts +4 -4
  350. package/source/directives/dev/Sleep.ts +5 -5
  351. package/source/directives/dev/Stub.ts +2 -2
  352. package/source/directives/dev/Throw.ts +2 -2
  353. package/source/directives/dev/index.ts +1 -1
  354. package/source/directives/dev/types.ts +1 -1
  355. package/source/directives/flow/Compose.ts +3 -3
  356. package/source/directives/flow/Fetch.ts +6 -6
  357. package/source/directives/flow/Flow.ts +6 -6
  358. package/source/directives/flow/index.ts +1 -1
  359. package/source/directives/flow/types.ts +2 -2
  360. package/source/directives/index.ts +11 -11
  361. package/source/directives/io/Directive.ts +4 -4
  362. package/source/directives/io/IO.ts +8 -8
  363. package/source/directives/io/Input.ts +5 -5
  364. package/source/directives/io/Output.ts +5 -5
  365. package/source/directives/io/Throttle.ts +6 -6
  366. package/source/directives/io/index.ts +1 -1
  367. package/source/directives/io/lib/throttle/Configuration.test.ts +10 -7
  368. package/source/directives/io/lib/throttle/Keys.ts +5 -5
  369. package/source/directives/io/lib/throttle/Quotas.test.ts +48 -45
  370. package/source/directives/io/lib/throttle/Quotas.ts +5 -5
  371. package/source/directives/io/lib/throttle/Sync.test.ts +28 -20
  372. package/source/directives/io/lib/throttle/Sync.ts +1 -1
  373. package/source/directives/io/lib/throttle/components/Component.ts +2 -2
  374. package/source/directives/io/lib/throttle/components/IP.ts +2 -2
  375. package/source/directives/io/lib/throttle/components/Identity.ts +2 -2
  376. package/source/directives/io/lib/throttle/components/Path.ts +2 -2
  377. package/source/directives/io/lib/throttle/components/Route.ts +1 -1
  378. package/source/directives/io/lib/throttle/components/Segment.ts +3 -3
  379. package/source/directives/io/lib/throttle/components/index.ts +7 -7
  380. package/source/directives/io/lib/throttle/conditions/Condition.ts +1 -1
  381. package/source/directives/io/lib/throttle/conditions/Status.ts +2 -2
  382. package/source/directives/io/lib/throttle/conditions/index.ts +3 -3
  383. package/source/directives/io/lib/throttle/index.ts +3 -3
  384. package/source/directives/io/schemas.test.ts +12 -9
  385. package/source/directives/io/schemas.ts +7 -6
  386. package/source/directives/map/Authority.ts +2 -2
  387. package/source/directives/map/Buffer.ts +2 -2
  388. package/source/directives/map/Claims.ts +3 -3
  389. package/source/directives/map/Directive.ts +2 -2
  390. package/source/directives/map/Headers.ts +3 -3
  391. package/source/directives/map/Language.ts +6 -6
  392. package/source/directives/map/Languages.ts +1 -1
  393. package/source/directives/map/Map.ts +14 -14
  394. package/source/directives/map/Mapping.ts +4 -4
  395. package/source/directives/map/Segments.ts +2 -2
  396. package/source/directives/map/index.ts +1 -1
  397. package/source/directives/octets/Context.ts +2 -2
  398. package/source/directives/octets/Delete.ts +9 -9
  399. package/source/directives/octets/Directive.ts +3 -3
  400. package/source/directives/octets/Get.ts +5 -5
  401. package/source/directives/octets/Octets.ts +11 -11
  402. package/source/directives/octets/Put.ts +11 -11
  403. package/source/directives/octets/Workflow.ts +9 -9
  404. package/source/directives/octets/bytes.test.ts +21 -18
  405. package/source/directives/octets/index.ts +1 -1
  406. package/source/directives/octets/schemas.test.ts +10 -5
  407. package/source/directives/octets/schemas.ts +6 -6
  408. package/source/directives/octets/types.ts +2 -2
  409. package/source/directives/octets/workflows/Execution.ts +2 -2
  410. package/source/directives/octets/workflows/Workflow.ts +4 -4
  411. package/source/directives/octets/workflows/index.ts +1 -1
  412. package/source/directives/require/Directive.ts +1 -1
  413. package/source/directives/require/Headers.ts +3 -3
  414. package/source/directives/require/Require.ts +4 -4
  415. package/source/directives/require/index.ts +1 -1
  416. package/source/exceptions.ts +2 -2
  417. package/source/index.ts +5 -5
  418. package/source/io.ts +1 -1
  419. package/source/manifest.test.ts +12 -10
  420. package/source/manifest.ts +3 -3
  421. package/source/root.ts +1 -1
  422. package/source/schemas.ts +5 -5
  423. package/transpiled/Annotation.d.ts +1 -1
  424. package/transpiled/Annotation.js +1 -2
  425. package/transpiled/Branch.d.ts +2 -2
  426. package/transpiled/Branch.js +1 -5
  427. package/transpiled/Branch.js.map +1 -1
  428. package/transpiled/Composition.d.ts +1 -1
  429. package/transpiled/Composition.js +9 -14
  430. package/transpiled/Composition.js.map +1 -1
  431. package/transpiled/Context.d.ts +1 -1
  432. package/transpiled/Context.js +1 -2
  433. package/transpiled/Directive.d.ts +4 -4
  434. package/transpiled/Directive.js +6 -11
  435. package/transpiled/Directive.js.map +1 -1
  436. package/transpiled/Endpoint.d.ts +6 -6
  437. package/transpiled/Endpoint.js +10 -38
  438. package/transpiled/Endpoint.js.map +1 -1
  439. package/transpiled/Factory.d.ts +3 -3
  440. package/transpiled/Factory.js +31 -61
  441. package/transpiled/Factory.js.map +1 -1
  442. package/transpiled/Gateway.d.ts +4 -4
  443. package/transpiled/Gateway.js +25 -55
  444. package/transpiled/Gateway.js.map +1 -1
  445. package/transpiled/HTTP/Context.d.ts +4 -6
  446. package/transpiled/HTTP/Context.js +15 -22
  447. package/transpiled/HTTP/Context.js.map +1 -1
  448. package/transpiled/HTTP/Probe.js +8 -35
  449. package/transpiled/HTTP/Probe.js.map +1 -1
  450. package/transpiled/HTTP/Server.d.ts +3 -3
  451. package/transpiled/HTTP/Server.js +53 -83
  452. package/transpiled/HTTP/Server.js.map +1 -1
  453. package/transpiled/HTTP/Timing.d.ts +1 -1
  454. package/transpiled/HTTP/Timing.js +6 -10
  455. package/transpiled/HTTP/Timing.js.map +1 -1
  456. package/transpiled/HTTP/exceptions.js +15 -33
  457. package/transpiled/HTTP/exceptions.js.map +1 -1
  458. package/transpiled/HTTP/formats/index.d.ts +0 -2
  459. package/transpiled/HTTP/formats/index.js +6 -32
  460. package/transpiled/HTTP/formats/index.js.map +1 -1
  461. package/transpiled/HTTP/formats/json.d.ts +0 -2
  462. package/transpiled/HTTP/formats/json.js +4 -9
  463. package/transpiled/HTTP/formats/json.js.map +1 -1
  464. package/transpiled/HTTP/formats/msgpack.d.ts +0 -2
  465. package/transpiled/HTTP/formats/msgpack.js +7 -12
  466. package/transpiled/HTTP/formats/msgpack.js.map +1 -1
  467. package/transpiled/HTTP/formats/text.d.ts +0 -2
  468. package/transpiled/HTTP/formats/text.js +4 -9
  469. package/transpiled/HTTP/formats/text.js.map +1 -1
  470. package/transpiled/HTTP/formats/yaml.d.ts +0 -2
  471. package/transpiled/HTTP/formats/yaml.js +5 -33
  472. package/transpiled/HTTP/formats/yaml.js.map +1 -1
  473. package/transpiled/HTTP/index.d.ts +6 -6
  474. package/transpiled/HTTP/index.js +6 -22
  475. package/transpiled/HTTP/index.js.map +1 -1
  476. package/transpiled/HTTP/messages.d.ts +2 -3
  477. package/transpiled/HTTP/messages.js +29 -57
  478. package/transpiled/HTTP/messages.js.map +1 -1
  479. package/transpiled/HTTP/types.d.ts +0 -3
  480. package/transpiled/HTTP/types.js +1 -2
  481. package/transpiled/Interception.d.ts +1 -1
  482. package/transpiled/Interception.js +1 -5
  483. package/transpiled/Interception.js.map +1 -1
  484. package/transpiled/Introspection.js +1 -2
  485. package/transpiled/Mapping.d.ts +6 -6
  486. package/transpiled/Mapping.js +4 -9
  487. package/transpiled/Mapping.js.map +1 -1
  488. package/transpiled/Query.d.ts +4 -4
  489. package/transpiled/Query.js +8 -38
  490. package/transpiled/Query.js.map +1 -1
  491. package/transpiled/RTD/Context.d.ts +3 -3
  492. package/transpiled/RTD/Context.js +1 -2
  493. package/transpiled/RTD/Directives.d.ts +4 -4
  494. package/transpiled/RTD/Directives.js +1 -2
  495. package/transpiled/RTD/Endpoint.d.ts +4 -4
  496. package/transpiled/RTD/Endpoint.js +1 -2
  497. package/transpiled/RTD/Match.d.ts +1 -1
  498. package/transpiled/RTD/Match.js +1 -2
  499. package/transpiled/RTD/Method.d.ts +3 -3
  500. package/transpiled/RTD/Method.js +1 -5
  501. package/transpiled/RTD/Method.js.map +1 -1
  502. package/transpiled/RTD/Node.d.ts +3 -3
  503. package/transpiled/RTD/Node.js +1 -5
  504. package/transpiled/RTD/Node.js.map +1 -1
  505. package/transpiled/RTD/Route.d.ts +3 -3
  506. package/transpiled/RTD/Route.js +1 -5
  507. package/transpiled/RTD/Route.js.map +1 -1
  508. package/transpiled/RTD/Tree.d.ts +5 -5
  509. package/transpiled/RTD/Tree.js +6 -10
  510. package/transpiled/RTD/Tree.js.map +1 -1
  511. package/transpiled/RTD/factory.d.ts +3 -3
  512. package/transpiled/RTD/factory.js +13 -18
  513. package/transpiled/RTD/factory.js.map +1 -1
  514. package/transpiled/RTD/index.d.ts +8 -8
  515. package/transpiled/RTD/index.js +8 -37
  516. package/transpiled/RTD/index.js.map +1 -1
  517. package/transpiled/RTD/segment.js +2 -7
  518. package/transpiled/RTD/segment.js.map +1 -1
  519. package/transpiled/RTD/syntax/index.d.ts +2 -2
  520. package/transpiled/RTD/syntax/index.js +2 -18
  521. package/transpiled/RTD/syntax/index.js.map +1 -1
  522. package/transpiled/RTD/syntax/parse.d.ts +1 -1
  523. package/transpiled/RTD/syntax/parse.js +5 -33
  524. package/transpiled/RTD/syntax/parse.js.map +1 -1
  525. package/transpiled/RTD/syntax/types.js +1 -4
  526. package/transpiled/RTD/syntax/types.js.map +1 -1
  527. package/transpiled/Remotes.d.ts +1 -1
  528. package/transpiled/Remotes.js +3 -7
  529. package/transpiled/Remotes.js.map +1 -1
  530. package/transpiled/Tenant.d.ts +2 -2
  531. package/transpiled/Tenant.js +6 -10
  532. package/transpiled/Tenant.js.map +1 -1
  533. package/transpiled/const.js +1 -4
  534. package/transpiled/const.js.map +1 -1
  535. package/transpiled/deployment.d.ts +1 -1
  536. package/transpiled/deployment.js +15 -44
  537. package/transpiled/deployment.js.map +1 -1
  538. package/transpiled/directives/auth/Anonymous.d.ts +1 -1
  539. package/transpiled/directives/auth/Anonymous.js +1 -5
  540. package/transpiled/directives/auth/Anonymous.js.map +1 -1
  541. package/transpiled/directives/auth/Anyone.d.ts +1 -1
  542. package/transpiled/directives/auth/Anyone.js +1 -5
  543. package/transpiled/directives/auth/Anyone.js.map +1 -1
  544. package/transpiled/directives/auth/Assert.d.ts +1 -1
  545. package/transpiled/directives/auth/Assert.js +7 -37
  546. package/transpiled/directives/auth/Assert.js.map +1 -1
  547. package/transpiled/directives/auth/Authorization.d.ts +5 -5
  548. package/transpiled/directives/auth/Authorization.js +41 -71
  549. package/transpiled/directives/auth/Authorization.js.map +1 -1
  550. package/transpiled/directives/auth/Delegate.d.ts +1 -1
  551. package/transpiled/directives/auth/Delegate.js +5 -9
  552. package/transpiled/directives/auth/Delegate.js.map +1 -1
  553. package/transpiled/directives/auth/Echo.d.ts +2 -2
  554. package/transpiled/directives/auth/Echo.js +3 -7
  555. package/transpiled/directives/auth/Echo.js.map +1 -1
  556. package/transpiled/directives/auth/Federation.d.ts +2 -2
  557. package/transpiled/directives/auth/Federation.js +3 -10
  558. package/transpiled/directives/auth/Federation.js.map +1 -1
  559. package/transpiled/directives/auth/Id.d.ts +2 -2
  560. package/transpiled/directives/auth/Id.js +1 -5
  561. package/transpiled/directives/auth/Id.js.map +1 -1
  562. package/transpiled/directives/auth/Incept.d.ts +2 -2
  563. package/transpiled/directives/auth/Incept.js +16 -46
  564. package/transpiled/directives/auth/Incept.js.map +1 -1
  565. package/transpiled/directives/auth/Input.d.ts +2 -2
  566. package/transpiled/directives/auth/Input.js +3 -7
  567. package/transpiled/directives/auth/Input.js.map +1 -1
  568. package/transpiled/directives/auth/Role.d.ts +2 -2
  569. package/transpiled/directives/auth/Role.js +3 -10
  570. package/transpiled/directives/auth/Role.js.map +1 -1
  571. package/transpiled/directives/auth/Rule.d.ts +2 -2
  572. package/transpiled/directives/auth/Rule.js +1 -5
  573. package/transpiled/directives/auth/Rule.js.map +1 -1
  574. package/transpiled/directives/auth/Scheme.d.ts +1 -1
  575. package/transpiled/directives/auth/Scheme.js +4 -31
  576. package/transpiled/directives/auth/Scheme.js.map +1 -1
  577. package/transpiled/directives/auth/create.d.ts +1 -1
  578. package/transpiled/directives/auth/create.js +3 -7
  579. package/transpiled/directives/auth/create.js.map +1 -1
  580. package/transpiled/directives/auth/index.d.ts +1 -1
  581. package/transpiled/directives/auth/index.js +2 -5
  582. package/transpiled/directives/auth/index.js.map +1 -1
  583. package/transpiled/directives/auth/schemes.d.ts +1 -1
  584. package/transpiled/directives/auth/schemes.js +3 -6
  585. package/transpiled/directives/auth/schemes.js.map +1 -1
  586. package/transpiled/directives/auth/split.d.ts +1 -1
  587. package/transpiled/directives/auth/split.js +2 -29
  588. package/transpiled/directives/auth/split.js.map +1 -1
  589. package/transpiled/directives/auth/types.d.ts +3 -3
  590. package/transpiled/directives/auth/types.js +1 -2
  591. package/transpiled/directives/cache/Cache.d.ts +4 -4
  592. package/transpiled/directives/cache/Cache.js +6 -10
  593. package/transpiled/directives/cache/Cache.js.map +1 -1
  594. package/transpiled/directives/cache/Control.d.ts +1 -1
  595. package/transpiled/directives/cache/Control.js +3 -7
  596. package/transpiled/directives/cache/Control.js.map +1 -1
  597. package/transpiled/directives/cache/Exact.d.ts +1 -1
  598. package/transpiled/directives/cache/Exact.js +2 -6
  599. package/transpiled/directives/cache/Exact.js.map +1 -1
  600. package/transpiled/directives/cache/index.d.ts +1 -1
  601. package/transpiled/directives/cache/index.js +2 -5
  602. package/transpiled/directives/cache/index.js.map +1 -1
  603. package/transpiled/directives/cache/types.d.ts +1 -1
  604. package/transpiled/directives/cache/types.js +1 -2
  605. package/transpiled/directives/cors/CORS.d.ts +2 -2
  606. package/transpiled/directives/cors/CORS.js +1 -5
  607. package/transpiled/directives/cors/CORS.js.map +1 -1
  608. package/transpiled/directives/cors/index.d.ts +1 -1
  609. package/transpiled/directives/cors/index.js +2 -5
  610. package/transpiled/directives/cors/index.js.map +1 -1
  611. package/transpiled/directives/dev/Development.d.ts +3 -3
  612. package/transpiled/directives/dev/Development.js +9 -13
  613. package/transpiled/directives/dev/Development.js.map +1 -1
  614. package/transpiled/directives/dev/Faulty.d.ts +2 -2
  615. package/transpiled/directives/dev/Faulty.js +8 -15
  616. package/transpiled/directives/dev/Faulty.js.map +1 -1
  617. package/transpiled/directives/dev/Sleep.d.ts +2 -2
  618. package/transpiled/directives/dev/Sleep.js +13 -20
  619. package/transpiled/directives/dev/Sleep.js.map +1 -1
  620. package/transpiled/directives/dev/Stub.d.ts +2 -2
  621. package/transpiled/directives/dev/Stub.js +1 -5
  622. package/transpiled/directives/dev/Stub.js.map +1 -1
  623. package/transpiled/directives/dev/Throw.d.ts +2 -2
  624. package/transpiled/directives/dev/Throw.js +1 -5
  625. package/transpiled/directives/dev/Throw.js.map +1 -1
  626. package/transpiled/directives/dev/index.d.ts +1 -1
  627. package/transpiled/directives/dev/index.js +2 -5
  628. package/transpiled/directives/dev/index.js.map +1 -1
  629. package/transpiled/directives/dev/types.d.ts +1 -1
  630. package/transpiled/directives/dev/types.js +1 -2
  631. package/transpiled/directives/flow/Compose.d.ts +2 -2
  632. package/transpiled/directives/flow/Compose.js +10 -37
  633. package/transpiled/directives/flow/Compose.js.map +1 -1
  634. package/transpiled/directives/flow/Fetch.d.ts +5 -5
  635. package/transpiled/directives/flow/Fetch.js +10 -17
  636. package/transpiled/directives/flow/Fetch.js.map +1 -1
  637. package/transpiled/directives/flow/Flow.d.ts +4 -4
  638. package/transpiled/directives/flow/Flow.js +5 -9
  639. package/transpiled/directives/flow/Flow.js.map +1 -1
  640. package/transpiled/directives/flow/index.d.ts +1 -1
  641. package/transpiled/directives/flow/index.js +2 -5
  642. package/transpiled/directives/flow/index.js.map +1 -1
  643. package/transpiled/directives/flow/types.d.ts +2 -2
  644. package/transpiled/directives/flow/types.js +1 -2
  645. package/transpiled/directives/index.d.ts +2 -2
  646. package/transpiled/directives/index.js +11 -14
  647. package/transpiled/directives/index.js.map +1 -1
  648. package/transpiled/directives/io/Directive.d.ts +4 -4
  649. package/transpiled/directives/io/Directive.js +1 -2
  650. package/transpiled/directives/io/IO.d.ts +4 -4
  651. package/transpiled/directives/io/IO.js +11 -15
  652. package/transpiled/directives/io/IO.js.map +1 -1
  653. package/transpiled/directives/io/Input.d.ts +2 -2
  654. package/transpiled/directives/io/Input.js +5 -32
  655. package/transpiled/directives/io/Input.js.map +1 -1
  656. package/transpiled/directives/io/Message.js +1 -2
  657. package/transpiled/directives/io/Output.d.ts +2 -2
  658. package/transpiled/directives/io/Output.js +6 -33
  659. package/transpiled/directives/io/Output.js.map +1 -1
  660. package/transpiled/directives/io/Throttle.d.ts +4 -4
  661. package/transpiled/directives/io/Throttle.js +6 -33
  662. package/transpiled/directives/io/Throttle.js.map +1 -1
  663. package/transpiled/directives/io/index.d.ts +1 -1
  664. package/transpiled/directives/io/index.js +2 -5
  665. package/transpiled/directives/io/index.js.map +1 -1
  666. package/transpiled/directives/io/lib/throttle/Configuration.js +1 -5
  667. package/transpiled/directives/io/lib/throttle/Configuration.js.map +1 -1
  668. package/transpiled/directives/io/lib/throttle/Keys.d.ts +5 -5
  669. package/transpiled/directives/io/lib/throttle/Keys.js +7 -11
  670. package/transpiled/directives/io/lib/throttle/Keys.js.map +1 -1
  671. package/transpiled/directives/io/lib/throttle/Quotas.d.ts +5 -5
  672. package/transpiled/directives/io/lib/throttle/Quotas.js +3 -7
  673. package/transpiled/directives/io/lib/throttle/Quotas.js.map +1 -1
  674. package/transpiled/directives/io/lib/throttle/Sync.d.ts +1 -1
  675. package/transpiled/directives/io/lib/throttle/Sync.js +3 -7
  676. package/transpiled/directives/io/lib/throttle/Sync.js.map +1 -1
  677. package/transpiled/directives/io/lib/throttle/components/Component.d.ts +2 -2
  678. package/transpiled/directives/io/lib/throttle/components/Component.js +1 -2
  679. package/transpiled/directives/io/lib/throttle/components/IP.d.ts +2 -2
  680. package/transpiled/directives/io/lib/throttle/components/IP.js +1 -5
  681. package/transpiled/directives/io/lib/throttle/components/IP.js.map +1 -1
  682. package/transpiled/directives/io/lib/throttle/components/Identity.d.ts +2 -2
  683. package/transpiled/directives/io/lib/throttle/components/Identity.js +1 -5
  684. package/transpiled/directives/io/lib/throttle/components/Identity.js.map +1 -1
  685. package/transpiled/directives/io/lib/throttle/components/Path.d.ts +2 -2
  686. package/transpiled/directives/io/lib/throttle/components/Path.js +1 -5
  687. package/transpiled/directives/io/lib/throttle/components/Path.js.map +1 -1
  688. package/transpiled/directives/io/lib/throttle/components/Route.d.ts +1 -1
  689. package/transpiled/directives/io/lib/throttle/components/Route.js +1 -5
  690. package/transpiled/directives/io/lib/throttle/components/Route.js.map +1 -1
  691. package/transpiled/directives/io/lib/throttle/components/Segment.d.ts +3 -3
  692. package/transpiled/directives/io/lib/throttle/components/Segment.js +3 -10
  693. package/transpiled/directives/io/lib/throttle/components/Segment.js.map +1 -1
  694. package/transpiled/directives/io/lib/throttle/components/index.d.ts +2 -2
  695. package/transpiled/directives/io/lib/throttle/components/index.js +11 -14
  696. package/transpiled/directives/io/lib/throttle/components/index.js.map +1 -1
  697. package/transpiled/directives/io/lib/throttle/conditions/Condition.d.ts +1 -1
  698. package/transpiled/directives/io/lib/throttle/conditions/Condition.js +1 -2
  699. package/transpiled/directives/io/lib/throttle/conditions/Status.d.ts +2 -2
  700. package/transpiled/directives/io/lib/throttle/conditions/Status.js +3 -10
  701. package/transpiled/directives/io/lib/throttle/conditions/Status.js.map +1 -1
  702. package/transpiled/directives/io/lib/throttle/conditions/index.d.ts +2 -2
  703. package/transpiled/directives/io/lib/throttle/conditions/index.js +3 -6
  704. package/transpiled/directives/io/lib/throttle/conditions/index.js.map +1 -1
  705. package/transpiled/directives/io/lib/throttle/index.d.ts +3 -3
  706. package/transpiled/directives/io/lib/throttle/index.js +3 -9
  707. package/transpiled/directives/io/lib/throttle/index.js.map +1 -1
  708. package/transpiled/directives/io/schemas.d.ts +5 -5
  709. package/transpiled/directives/io/schemas.js +8 -14
  710. package/transpiled/directives/io/schemas.js.map +1 -1
  711. package/transpiled/directives/map/Authority.d.ts +2 -2
  712. package/transpiled/directives/map/Authority.js +4 -11
  713. package/transpiled/directives/map/Authority.js.map +1 -1
  714. package/transpiled/directives/map/Buffer.d.ts +2 -2
  715. package/transpiled/directives/map/Buffer.js +4 -11
  716. package/transpiled/directives/map/Buffer.js.map +1 -1
  717. package/transpiled/directives/map/Claims.d.ts +3 -3
  718. package/transpiled/directives/map/Claims.js +5 -12
  719. package/transpiled/directives/map/Claims.js.map +1 -1
  720. package/transpiled/directives/map/Directive.d.ts +2 -2
  721. package/transpiled/directives/map/Directive.js +1 -2
  722. package/transpiled/directives/map/Headers.d.ts +2 -2
  723. package/transpiled/directives/map/Headers.js +7 -14
  724. package/transpiled/directives/map/Headers.js.map +1 -1
  725. package/transpiled/directives/map/Language.d.ts +4 -4
  726. package/transpiled/directives/map/Language.js +10 -17
  727. package/transpiled/directives/map/Language.js.map +1 -1
  728. package/transpiled/directives/map/Languages.d.ts +1 -1
  729. package/transpiled/directives/map/Languages.js +5 -12
  730. package/transpiled/directives/map/Languages.js.map +1 -1
  731. package/transpiled/directives/map/Map.d.ts +6 -6
  732. package/transpiled/directives/map/Map.js +20 -24
  733. package/transpiled/directives/map/Map.js.map +1 -1
  734. package/transpiled/directives/map/Mapping.d.ts +4 -4
  735. package/transpiled/directives/map/Mapping.js +1 -5
  736. package/transpiled/directives/map/Mapping.js.map +1 -1
  737. package/transpiled/directives/map/Properties.js +2 -6
  738. package/transpiled/directives/map/Properties.js.map +1 -1
  739. package/transpiled/directives/map/Segments.d.ts +2 -2
  740. package/transpiled/directives/map/Segments.js +6 -13
  741. package/transpiled/directives/map/Segments.js.map +1 -1
  742. package/transpiled/directives/map/index.d.ts +1 -1
  743. package/transpiled/directives/map/index.js +2 -5
  744. package/transpiled/directives/map/index.js.map +1 -1
  745. package/transpiled/directives/octets/Context.d.ts +2 -2
  746. package/transpiled/directives/octets/Context.js +4 -11
  747. package/transpiled/directives/octets/Context.js.map +1 -1
  748. package/transpiled/directives/octets/Delete.d.ts +6 -6
  749. package/transpiled/directives/octets/Delete.js +9 -36
  750. package/transpiled/directives/octets/Delete.js.map +1 -1
  751. package/transpiled/directives/octets/Directive.d.ts +3 -3
  752. package/transpiled/directives/octets/Directive.js +1 -5
  753. package/transpiled/directives/octets/Directive.js.map +1 -1
  754. package/transpiled/directives/octets/Get.d.ts +3 -3
  755. package/transpiled/directives/octets/Get.js +7 -34
  756. package/transpiled/directives/octets/Get.js.map +1 -1
  757. package/transpiled/directives/octets/Octets.d.ts +5 -5
  758. package/transpiled/directives/octets/Octets.js +15 -19
  759. package/transpiled/directives/octets/Octets.js.map +1 -1
  760. package/transpiled/directives/octets/Put.d.ts +6 -6
  761. package/transpiled/directives/octets/Put.js +17 -44
  762. package/transpiled/directives/octets/Put.js.map +1 -1
  763. package/transpiled/directives/octets/Workflow.d.ts +6 -6
  764. package/transpiled/directives/octets/Workflow.js +7 -34
  765. package/transpiled/directives/octets/Workflow.js.map +1 -1
  766. package/transpiled/directives/octets/bytes.js +3 -10
  767. package/transpiled/directives/octets/bytes.js.map +1 -1
  768. package/transpiled/directives/octets/index.d.ts +1 -1
  769. package/transpiled/directives/octets/index.js +2 -5
  770. package/transpiled/directives/octets/index.js.map +1 -1
  771. package/transpiled/directives/octets/schemas.d.ts +4 -4
  772. package/transpiled/directives/octets/schemas.js +8 -14
  773. package/transpiled/directives/octets/schemas.js.map +1 -1
  774. package/transpiled/directives/octets/types.d.ts +2 -2
  775. package/transpiled/directives/octets/types.js +1 -2
  776. package/transpiled/directives/octets/workflows/Execution.d.ts +2 -3
  777. package/transpiled/directives/octets/workflows/Execution.js +5 -9
  778. package/transpiled/directives/octets/workflows/Execution.js.map +1 -1
  779. package/transpiled/directives/octets/workflows/Workflow.d.ts +3 -3
  780. package/transpiled/directives/octets/workflows/Workflow.js +7 -11
  781. package/transpiled/directives/octets/workflows/Workflow.js.map +1 -1
  782. package/transpiled/directives/octets/workflows/index.d.ts +1 -1
  783. package/transpiled/directives/octets/workflows/index.js +1 -5
  784. package/transpiled/directives/octets/workflows/index.js.map +1 -1
  785. package/transpiled/directives/require/Directive.d.ts +1 -1
  786. package/transpiled/directives/require/Directive.js +1 -2
  787. package/transpiled/directives/require/Headers.d.ts +2 -2
  788. package/transpiled/directives/require/Headers.js +3 -7
  789. package/transpiled/directives/require/Headers.js.map +1 -1
  790. package/transpiled/directives/require/Require.d.ts +3 -3
  791. package/transpiled/directives/require/Require.js +6 -13
  792. package/transpiled/directives/require/Require.js.map +1 -1
  793. package/transpiled/directives/require/index.d.ts +1 -1
  794. package/transpiled/directives/require/index.js +2 -5
  795. package/transpiled/directives/require/index.js.map +1 -1
  796. package/transpiled/discovery.js +1 -2
  797. package/transpiled/exceptions.d.ts +1 -1
  798. package/transpiled/exceptions.js +8 -35
  799. package/transpiled/exceptions.js.map +1 -1
  800. package/transpiled/index.d.ts +5 -5
  801. package/transpiled/index.js +4 -11
  802. package/transpiled/index.js.map +1 -1
  803. package/transpiled/io.d.ts +1 -1
  804. package/transpiled/io.js +1 -2
  805. package/transpiled/manifest.d.ts +1 -1
  806. package/transpiled/manifest.js +8 -38
  807. package/transpiled/manifest.js.map +1 -1
  808. package/transpiled/root.d.ts +1 -1
  809. package/transpiled/root.js +5 -9
  810. package/transpiled/root.js.map +1 -1
  811. package/transpiled/schemas.d.ts +3 -3
  812. package/transpiled/schemas.js +7 -13
  813. package/transpiled/schemas.js.map +1 -1
  814. package/tsconfig.json +2 -1
  815. package/tsconfig.tsbuildinfo +1 -0
  816. package/components/identity.bans/operations/tsconfig.tsbuildinfo +0 -1
  817. package/components/identity.basic/operations/tsconfig.tsbuildinfo +0 -1
  818. package/components/identity.credentials/operations/tsconfig.tsbuildinfo +0 -1
  819. package/components/identity.federation/operations/tsconfig.tsbuildinfo +0 -1
  820. package/components/identity.keys/operations/tsconfig.tsbuildinfo +0 -1
  821. package/components/identity.otp/operations/tsconfig.tsbuildinfo +0 -1
  822. package/components/identity.passkeys/operations/tsconfig.tsbuildinfo +0 -1
  823. package/components/identity.roles/operations/tsconfig.tsbuildinfo +0 -1
  824. package/components/identity.tokens/operations/tsconfig.tsbuildinfo +0 -1
  825. package/cucumber.js +0 -7
  826. package/source/index.test.ts +0 -9
  827. package/transpiled/tsconfig.tsbuildinfo +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../source/create.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../source/create.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import type { Context } from './types';
1
+ import type { Context } from './types/index.js';
2
2
  export declare function effect({ authority, identity, id }: Input, context: Context): Promise<void | null>;
3
3
  interface Input {
4
4
  authority: string;
@@ -1,12 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.effect = void 0;
4
- async function effect({ authority, identity, id }, context) {
1
+ export async function effect({ authority, identity, id }, context) {
5
2
  return await context.local.terminate({
6
3
  query: {
7
4
  criteria: `authority==${authority};identity==${identity};id==${id}`
8
5
  }
9
6
  });
10
7
  }
11
- exports.effect = effect;
12
8
  //# sourceMappingURL=delete.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete.js","sourceRoot":"","sources":["../source/delete.ts"],"names":[],"mappings":";;;AAEO,KAAK,UAAU,MAAM,CAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,EAAS,EAAE,OAAgB;IAChF,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;QACnC,KAAK,EAAE;YACL,QAAQ,EAAE,cAAc,SAAS,cAAc,QAAQ,QAAQ,EAAE,EAAE;SACpE;KACF,CAAC,CAAA;AACJ,CAAC;AAND,wBAMC"}
1
+ {"version":3,"file":"delete.js","sourceRoot":"","sources":["../source/delete.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,KAAK,UAAU,MAAM,CAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,EAAS,EAAE,OAAgB;IAChF,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;QACnC,KAAK,EAAE;YACL,QAAQ,EAAE,cAAc,SAAS,cAAc,QAAQ,QAAQ,EAAE,EAAE;SACpE;KACF,CAAC,CAAA;AACJ,CAAC"}
@@ -1,5 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MAX_KEYS = void 0;
4
- exports.MAX_KEYS = 128;
1
+ export const MAX_KEYS = 128;
5
2
  //# sourceMappingURL=const.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const.js","sourceRoot":"","sources":["../../source/lib/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,GAAG,CAAA"}
1
+ {"version":3,"file":"const.js","sourceRoot":"","sources":["../../source/lib/const.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAG,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { Context, Passkey } from './types';
1
+ import type { Context, Passkey } from './types/index.js';
2
2
  export declare function computation({ authority, identity }: Input, context: Context): Promise<Passkey[]>;
3
3
  interface Input {
4
4
  authority: string;
@@ -1,15 +1,11 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.computation = void 0;
4
- const const_1 = require("./lib/const");
5
- async function computation({ authority, identity }, context) {
1
+ import { MAX_KEYS } from './lib/const.js';
2
+ export async function computation({ authority, identity }, context) {
6
3
  return await context.local.enumerate({
7
4
  query: {
8
5
  criteria: `authority==${authority};identity==${identity}`,
9
6
  projection: ['aid', 'synced', 'label'],
10
- limit: const_1.MAX_KEYS
7
+ limit: MAX_KEYS
11
8
  }
12
9
  });
13
10
  }
14
- exports.computation = computation;
15
11
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../source/list.ts"],"names":[],"mappings":";;;AAAA,uCAAsC;AAG/B,KAAK,UAAU,WAAW,CAAE,EAAE,SAAS,EAAE,QAAQ,EAAS,EAAE,OAAgB;IACjF,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;QACnC,KAAK,EAAE;YACL,QAAQ,EAAE,cAAc,SAAS,cAAc,QAAQ,EAAE;YACzD,UAAU,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC;YACtC,KAAK,EAAE,gBAAQ;SAChB;KACF,CAAC,CAAA;AACJ,CAAC;AARD,kCAQC"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../source/list.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAGzC,MAAM,CAAC,KAAK,UAAU,WAAW,CAAE,EAAE,SAAS,EAAE,QAAQ,EAAS,EAAE,OAAgB;IACjF,OAAO,MAAM,OAAO,CAAC,KAAK,CAAC,SAAS,CAAC;QACnC,KAAK,EAAE;YACL,QAAQ,EAAE,cAAc,SAAS,cAAc,QAAQ,EAAE;YACzD,UAAU,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,OAAO,CAAC;YACtC,KAAK,EAAE,QAAQ;SAChB;KACF,CAAC,CAAA;AACJ,CAAC"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=Configuration.js.map
@@ -1,8 +1,8 @@
1
1
  import type { Observation, Stash, Transition } from '@toa.io/types';
2
2
  import type { Logs } from '@toa.io/extensions.telemetry';
3
- import type { Configuration } from './Configuration';
4
- import type { Passkey } from './Passkey';
5
- import type { Input as UseInput, Output as UseOutput } from '../use';
3
+ import type { Configuration } from './Configuration.js';
4
+ import type { Passkey } from './Passkey.js';
5
+ import type { Input as UseInput, Output as UseOutput } from '../use.js';
6
6
  export interface Context {
7
7
  configuration: Configuration;
8
8
  stash: Stash;
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=Context.js.map
@@ -1,4 +1,3 @@
1
- import type { AuthenticatorTransportFuture } from '@simplewebauthn/server';
2
1
  export interface Passkey {
3
2
  id: string;
4
3
  authority: string;
@@ -8,6 +7,6 @@ export interface Passkey {
8
7
  synced: boolean;
9
8
  key: string;
10
9
  counter: number;
11
- transports?: AuthenticatorTransportFuture[];
10
+ transports?: string[];
12
11
  label?: string;
13
12
  }
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=Passkey.js.map
@@ -1,2 +1,2 @@
1
- export type { Context } from './Context';
2
- export type { Passkey } from './Passkey';
1
+ export type { Context } from './Context.js';
2
+ export type { Passkey } from './Passkey.js';
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  import type { AuthenticationResponseJSON } from '@simplewebauthn/server';
2
2
  import type { Operation } from '@toa.io/types';
3
- import type { Context, Passkey } from './types';
3
+ import type { Context, Passkey } from './types/index.js';
4
4
  export declare class Transition implements Operation {
5
5
  private stash;
6
6
  private logs;
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Transition = void 0;
4
- const server_1 = require("@simplewebauthn/server");
5
- class Transition {
1
+ import { verifyAuthenticationResponse } from '@simplewebauthn/server';
2
+ export class Transition {
6
3
  stash;
7
4
  logs;
8
5
  verification;
@@ -17,7 +14,7 @@ class Transition {
17
14
  const { origin, ...rest } = input;
18
15
  const response = { ...rest, rawId: input.id };
19
16
  const credential = toCredential(object);
20
- const verified = await (0, server_1.verifyAuthenticationResponse)({
17
+ const verified = await verifyAuthenticationResponse({
21
18
  response,
22
19
  credential,
23
20
  expectedOrigin: origin,
@@ -42,7 +39,6 @@ class Transition {
42
39
  return n === 1;
43
40
  }
44
41
  }
45
- exports.Transition = Transition;
46
42
  function toCredential(passkey) {
47
43
  return {
48
44
  id: passkey.id,
@@ -1 +1 @@
1
- {"version":3,"file":"use.js","sourceRoot":"","sources":["../source/use.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"use.js","sourceRoot":"","sources":["../source/use.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import type { Context } from './types'
1
+ import type { Context } from './types/index.js'
2
2
  import type { AuthenticationResponseJSON } from '@simplewebauthn/server'
3
3
  import type { Operation } from '@toa.io/types'
4
4
 
@@ -1,8 +1,8 @@
1
1
  import { randomBytes } from 'node:crypto'
2
2
  import { newid } from '@toa.io/generic'
3
- import { MAX_KEYS } from './lib/const'
3
+ import { MAX_KEYS } from './lib/const.js'
4
4
  import type { Operation } from '@toa.io/types'
5
- import type { Context } from './types'
5
+ import type { Context } from './types/index.js'
6
6
 
7
7
  export class Effect implements Operation {
8
8
  private timeout!: number
@@ -1,6 +1,6 @@
1
1
  import { verifyRegistrationResponse, type RegistrationResponseJSON } from '@simplewebauthn/server'
2
2
  import type { Operation } from '@toa.io/types'
3
- import type { Context, Passkey } from './types'
3
+ import type { Context, Passkey } from './types/index.js'
4
4
 
5
5
  // https://github.com/MasterKale/SimpleWebAuthn/blob/master/packages/server/src/registration/verifyRegistrationResponse.ts#L51
6
6
 
@@ -1,4 +1,4 @@
1
- import type { Context } from './types'
1
+ import type { Context } from './types/index.js'
2
2
 
3
3
  export async function effect ({ authority, identity, id }: Input, context: Context): Promise<void | null> {
4
4
  return await context.local.terminate({
@@ -1,5 +1,5 @@
1
- import { MAX_KEYS } from './lib/const'
2
- import type { Context, Passkey } from './types'
1
+ import { MAX_KEYS } from './lib/const.js'
2
+ import type { Context, Passkey } from './types/index.js'
3
3
 
4
4
  export async function computation ({ authority, identity }: Input, context: Context): Promise<Passkey[]> {
5
5
  return await context.local.enumerate({
@@ -1,8 +1,8 @@
1
1
  import type { Observation, Stash, Transition } from '@toa.io/types'
2
2
  import type { Logs } from '@toa.io/extensions.telemetry'
3
- import type { Configuration } from './Configuration'
4
- import type { Passkey } from './Passkey'
5
- import type { Input as UseInput, Output as UseOutput } from '../use'
3
+ import type { Configuration } from './Configuration.js'
4
+ import type { Passkey } from './Passkey.js'
5
+ import type { Input as UseInput, Output as UseOutput } from '../use.js'
6
6
 
7
7
  export interface Context {
8
8
  configuration: Configuration
@@ -1,5 +1,3 @@
1
- import type { AuthenticatorTransportFuture } from '@simplewebauthn/server'
2
-
3
1
  export interface Passkey {
4
2
  id: string
5
3
  authority: string
@@ -9,6 +7,6 @@ export interface Passkey {
9
7
  synced: boolean
10
8
  key: string
11
9
  counter: number
12
- transports?: AuthenticatorTransportFuture[]
10
+ transports?: string[]
13
11
  label?: string
14
12
  }
@@ -1,2 +1,2 @@
1
- export type { Context } from './Context'
2
- export type { Passkey } from './Passkey'
1
+ export type { Context } from './Context.js'
2
+ export type { Passkey } from './Passkey.js'
@@ -1,7 +1,7 @@
1
1
  import { verifyAuthenticationResponse } from '@simplewebauthn/server'
2
2
  import type { AuthenticationResponseJSON, WebAuthnCredential } from '@simplewebauthn/server'
3
3
  import type { Operation } from '@toa.io/types'
4
- import type { Context, Passkey } from './types'
4
+ import type { Context, Passkey } from './types/index.js'
5
5
 
6
6
  export class Transition implements Operation {
7
7
  private stash!: Context['stash']
@@ -2,6 +2,7 @@
2
2
  "extends": "../../tsconfig.json",
3
3
  "compilerOptions": {
4
4
  "outDir": "./operations",
5
+ "rootDir": "./source"
5
6
  },
6
7
  "include": [
7
8
  "source"
@@ -0,0 +1 @@
1
+ {"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/typescript/lib/lib.scripthost.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/typescript/lib/lib.esnext.full.d.ts","../../../../types/source/call.ts","../../../../types/source/operation.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../../node_modules/@types/node/web-globals/blob.d.ts","../../../../node_modules/@types/node/web-globals/console.d.ts","../../../../node_modules/@types/node/web-globals/crypto.d.ts","../../../../node_modules/@types/node/web-globals/domexception.d.ts","../../../../node_modules/@types/node/web-globals/encoding.d.ts","../../../../node_modules/@types/node/web-globals/events.d.ts","../../../../node_modules/undici-types/utility.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client-stats.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/round-robin-pool.d.ts","../../../../node_modules/undici-types/h2c-client.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/dispatcher1-wrapper.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-call-history.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/snapshot-agent.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/socks5-proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/cache-interceptor.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/web-globals/fetch.d.ts","../../../../node_modules/@types/node/web-globals/importmeta.d.ts","../../../../node_modules/@types/node/web-globals/messaging.d.ts","../../../../node_modules/@types/node/web-globals/navigator.d.ts","../../../../node_modules/@types/node/web-globals/performance.d.ts","../../../../node_modules/@types/node/web-globals/storage.d.ts","../../../../node_modules/@types/node/web-globals/streams.d.ts","../../../../node_modules/@types/node/web-globals/timers.d.ts","../../../../node_modules/@types/node/web-globals/url.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/ffi.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/inspector.generated.d.ts","../../../../node_modules/@types/node/inspector/promises.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/path/posix.d.ts","../../../../node_modules/@types/node/path/win32.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/quic.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/iter.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/test/reporters.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/util/types.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vfs.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/zlib/iter.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/ioredis/built/types.d.ts","../../../../node_modules/ioredis/built/replyTransformers.d.ts","../../../../node_modules/ioredis/built/Command.d.ts","../../../../node_modules/ioredis/built/ScanStream.d.ts","../../../../node_modules/ioredis/built/utils/RedisCommander.d.ts","../../../../node_modules/ioredis/built/transaction.d.ts","../../../../node_modules/ioredis/built/utils/Commander.d.ts","../../../../node_modules/ioredis/built/connectors/AbstractConnector.d.ts","../../../../node_modules/ioredis/built/connectors/ConnectorConstructor.d.ts","../../../../node_modules/ioredis/built/connectors/SentinelConnector/types.d.ts","../../../../node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.d.ts","../../../../node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts","../../../../node_modules/ioredis/built/connectors/StandaloneConnector.d.ts","../../../../node_modules/ioredis/built/himport/types.d.ts","../../../../node_modules/ioredis/built/redis/RedisOptions.d.ts","../../../../node_modules/ioredis/built/cluster/util.d.ts","../../../../node_modules/ioredis/built/cluster/ClusterOptions.d.ts","../../../../node_modules/ioredis/built/cluster/index.d.ts","../../../../node_modules/denque/index.d.ts","../../../../node_modules/ioredis/built/SubscriptionSet.d.ts","../../../../node_modules/ioredis/built/DataHandler.d.ts","../../../../node_modules/ioredis/built/tracing.d.ts","../../../../node_modules/ioredis/built/himport/HimportCoordinator.d.ts","../../../../node_modules/ioredis/built/Redis.d.ts","../../../../node_modules/ioredis/built/Pipeline.d.ts","../../../../node_modules/ioredis/built/index.d.ts","../../../../types/source/stash.ts","../../../../types/source/telemetry.ts","../../../../types/source/octets.ts","../../../../types/source/guard.ts","../../../../types/source/configuration.ts","../../../../types/source/index.ts","../../../../runtime/core/types/bindings.d.ts","../../../../runtime/core/types/connector.d.ts","../../../../runtime/core/types/locator.d.ts","../../../../runtime/core/types/exception.d.ts","../../../../runtime/core/types/request.d.ts","../../../../runtime/core/types/operations.d.ts","../../../../runtime/core/types/component.d.ts","../../../../runtime/core/types/context.d.ts","../../../../runtime/core/types/event.d.ts","../../../../runtime/core/types/entity.d.ts","../../../../runtime/core/types/state.d.ts","../../../../runtime/core/types/atomicity.d.ts","../../../../runtime/core/types/outbox.d.ts","../../../../runtime/core/types/storages.d.ts","../../../../runtime/norm/types/component.d.ts","../../../../runtime/norm/types/context/declaration.d.ts","../../../../runtime/norm/types/context.d.ts","../../../../runtime/norm/types/index.d.ts","../../../../runtime/core/types/extensions.d.ts","../../../../runtime/core/types/bridges.ts","../../../../runtime/core/types/remote.d.ts","../../../../runtime/core/types/message.d.ts","../../../../runtime/core/types/receiver.d.ts","../../../../runtime/core/types/index.ts","../../../telemetry/transpiled/Ready.d.ts","../../../../operations/types/dependency.ts","../../../../operations/types/index.ts","../../../../libraries/openspan/transpiled/exporters.d.ts","../../../../libraries/openspan/transpiled/Console.d.ts","../../../../libraries/openspan/transpiled/tracing.d.ts","../../../../libraries/openspan/transpiled/Otlp.d.ts","../../../../libraries/openspan/transpiled/traces.d.ts","../../../../libraries/openspan/transpiled/index.d.ts","../../../telemetry/transpiled/extension.d.ts","../../../telemetry/transpiled/aspects.d.ts","../../../telemetry/transpiled/index.d.ts","./source/types/Configuration.ts","./source/types/Passkey.ts","../../../../node_modules/@simplewebauthn/server/esm/types/dom.d.ts","../../../../node_modules/@simplewebauthn/server/esm/types/index.d.ts","../../../../node_modules/@simplewebauthn/server/esm/helpers/cose.d.ts","../../../../node_modules/@simplewebauthn/server/esm/registration/generateRegistrationOptions.d.ts","../../../../node_modules/@simplewebauthn/server/esm/helpers/decodeAttestationObject.d.ts","../../../../node_modules/@simplewebauthn/server/esm/helpers/decodeAuthenticatorExtensions.d.ts","../../../../node_modules/@simplewebauthn/server/esm/registration/verifyRegistrationResponse.d.ts","../../../../node_modules/@simplewebauthn/server/esm/authentication/generateAuthenticationOptions.d.ts","../../../../node_modules/@simplewebauthn/server/esm/authentication/verifyAuthenticationResponse.d.ts","../../../../node_modules/@simplewebauthn/server/esm/metadata/mdsTypes.d.ts","../../../../node_modules/@simplewebauthn/server/esm/helpers/logging.d.ts","../../../../node_modules/@simplewebauthn/server/esm/services/metadataService.d.ts","../../../../node_modules/@simplewebauthn/server/esm/services/settingsService.d.ts","../../../../node_modules/@simplewebauthn/server/esm/index.d.ts","./source/use.ts","./source/types/Context.ts","./source/types/index.ts","./source/authenticate.ts","../../../../libraries/generic/types/promex.d.ts","../../../../libraries/generic/types/merge.d.ts","../../../../libraries/generic/types/map.d.ts","../../../../libraries/generic/types/letters.d.ts","../../../../libraries/generic/types/index.d.ts","./source/lib/const.ts","./source/challenge.ts","./source/create.ts","./source/delete.ts","./source/list.ts"],"fileIdsList":[[90,155,163,168,171,173,174,175,188,248,300,303],[90,155,160,163,168,171,173,174,175,188,248,303,309,310],[90,155,163,168,171,173,174,175,188,303],[90,155,163,168,171,173,174,175,188],[90,155,163,168,171,173,174,175,188,303,310],[90,155,163,168,171,173,174,175,188,248,284,285,286,301],[90,155,163,168,171,173,174,175,188,286,302],[90,155,163,168,171,173,174,175,188,272],[90,155,163,168,171,173,174,175,188,272,273,275,281],[90,155,163,168,171,173,174,175,188,273,282,283],[90,155,163,168,171,173,174,175,188,193,305,306,307,308],[90,155,163,168,171,173,174,175,188,276],[90,155,163,168,171,173,174,175,188,277],[90,155,163,168,171,173,174,175,188,276,277,278,279,280],[90,155,163,168,171,173,174,175,188,278,279],[90,155,163,168,171,173,174,175,188,288],[90,155,163,168,171,173,174,175,188,288,292],[90,155,163,168,171,173,174,175,188,288,290,293,294,295,296,298,299],[90,155,163,168,171,173,174,175,188,288,289],[90,155,163,168,171,173,174,175,188,288,291,292],[90,155,163,168,171,173,174,175,188,288,296,297],[90,155,163,168,171,173,174,175,188,288,291],[90,155,163,168,171,173,174,175,188,287],[90,152,153,155,163,168,171,173,174,175,188],[90,154,155,163,168,171,173,174,175,188],[155,163,168,171,173,174,175,188],[90,155,163,168,171,173,174,175,188,197],[90,155,156,161,163,166,168,171,173,174,175,177,188,193,206],[90,155,156,157,163,166,168,171,173,174,175,188],[90,155,158,163,168,171,173,174,175,188,207],[90,155,159,160,163,168,171,173,174,175,179,188],[90,155,160,163,168,171,173,174,175,188,193,203],[90,155,161,163,166,168,171,173,174,175,177,188],[90,154,155,162,163,168,171,173,174,175,188],[90,155,163,164,168,171,173,174,175,188],[90,155,163,165,166,168,171,173,174,175,188],[90,154,155,163,166,168,171,173,174,175,188],[90,155,163,166,168,169,171,173,174,175,188,193,206],[90,155,163,166,168,169,171,173,174,175,188,195,197],[90,142,155,163,166,168,170,171,173,174,175,177,188,193,206],[90,155,163,166,168,170,171,173,174,175,177,188,193,203,206],[90,155,163,168,170,171,172,173,174,175,188,193,203,206],[89,90,91,92,93,94,95,96,97,98,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215],[90,155,163,166,168,171,173,174,175,188],[90,155,163,168,171,173,175,188],[90,155,163,168,171,173,174,175,176,188,206],[90,155,163,166,168,171,173,174,175,177,188,193],[90,155,163,168,171,173,174,175,179,188],[90,155,163,168,171,173,174,175,180,188],[90,155,163,166,168,171,173,174,175,183,188],[90,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,211,212,213,214],[90,155,163,168,171,173,174,175,185,188],[90,155,163,168,171,173,174,175,186,188],[90,155,160,163,168,169,171,173,174,175,177,188,195,203],[90,155,163,166,168,171,173,174,175,188,189],[90,155,163,168,171,173,174,175,188,190,207,211],[90,155,163,166,168,171,173,174,175,188,193,195,196,197],[90,155,163,168,171,173,174,175,188,194,197],[90,155,163,166,168,171,173,174,175,188,193,195],[90,155,163,166,168,171,173,174,175,188,193,196,197],[90,155,163,168,171,173,174,175,188,197,207],[90,155,163,168,171,173,174,175,188,198],[90,152,155,163,168,171,173,174,175,188,193,200,206],[90,155,163,168,171,173,174,175,188,193,199],[90,155,163,166,168,171,173,174,175,188,201,202],[90,155,163,168,171,173,174,175,188,201,202],[90,155,160,163,168,171,173,174,175,177,188,193,203],[90,155,163,168,171,173,174,175,188,204],[90,155,163,168,171,173,174,175,177,188,205],[90,155,163,168,170,171,173,174,175,186,188,206],[90,155,163,168,171,173,174,175,188,207,208],[90,155,160,163,168,171,173,174,175,188,208],[90,155,163,168,171,173,174,175,188,193,209],[90,155,163,168,169,171,173,174,175,188],[90,155,163,168,171,173,174,175,176,188,211],[90,155,163,168,171,173,174,175,188,212],[90,155,158,163,168,171,173,174,175,188],[90,155,160,163,168,171,173,174,175,188],[90,155,163,168,171,173,174,175,188,207],[90,142,155,163,168,171,173,174,175,188],[90,155,163,168,171,173,174,175,188,206],[90,155,163,168,171,173,174,175,188,213],[90,155,163,168,171,173,174,175,183,188],[90,155,163,168,171,173,174,175,188,202],[90,142,155,163,166,168,169,171,173,174,175,183,188,193,197,206,209,211,213],[90,155,163,168,171,173,174,175,188,193,214],[90,155,163,168,171,173,174,175,188,195,215],[90,155,163,168,171,173,174,175,188,216,217,218],[90,155,163,166,168,171,173,174,175,188,216,217,235,236],[90,155,163,168,171,173,174,175,188,219,223,234,240],[90,155,163,166,168,171,173,174,175,188,216,217,219,220,222,223,231,234,235,237,238,239],[90,155,163,168,171,173,174,175,188,193,216],[90,155,163,168,171,173,174,175,188,219],[90,155,163,168,171,173,174,175,188,216,217,223,230,231,232],[90,155,163,166,168,171,173,174,175,188,216,217,219,220,222,223,232,233,240],[90,155,163,168,171,173,174,175,188,216,240],[90,155,163,168,171,173,174,175,188,217],[90,155,163,168,171,173,174,175,188,224],[90,155,163,168,171,173,174,175,188,226],[90,155,163,166,168,171,173,174,175,188,203,216,217,224,226,227,233],[90,155,163,168,171,173,174,175,188,231],[90,155,163,168,171,173,174,175,177,188,203,216,217,224],[90,155,163,168,171,173,174,175,188,216,219,230],[90,155,163,168,171,173,174,175,188,216],[90,155,163,168,171,173,174,175,188,217,219,220,221,224,228,229,230,231,232,233,234,238,240,241],[90,155,163,168,171,173,174,175,188,217,223,225,228,229,230],[90,155,163,168,171,173,174,175,188,221],[90,155,163,168,171,173,174,175,177,188,203,216],[90,155,163,168,171,173,174,175,188,217,219,221],[90,155,163,168,171,173,174,175,188,216,217],[90,105,108,111,112,155,163,168,171,173,174,175,188,206],[90,108,155,163,168,171,173,174,175,188,193,206],[90,108,112,155,163,168,171,173,174,175,188,206],[90,155,163,168,171,173,174,175,188,193],[90,102,155,163,168,171,173,174,175,188],[90,106,155,163,168,171,173,174,175,188],[90,104,105,108,155,163,168,171,173,174,175,188,206],[90,155,163,168,171,173,174,175,177,188,203],[90,102,155,163,168,171,173,174,175,188,216],[90,104,108,155,163,168,171,173,174,175,177,188,206],[90,99,100,101,103,107,155,163,166,168,171,173,174,175,188,193,206],[90,108,155,163,168,171,173,174,175,188],[90,108,117,126,155,163,168,171,173,174,175,188],[90,100,106,155,163,168,171,173,174,175,188],[90,108,136,137,155,163,168,171,173,174,175,188],[90,100,103,108,155,163,168,171,173,174,175,188,197,206,216],[90,104,108,155,163,168,171,173,174,175,188,206],[90,99,155,163,168,171,173,174,175,188],[90,102,103,104,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,155,163,168,171,173,174,175,188],[90,108,129,132,155,163,168,171,173,174,175,188],[90,108,117,119,120,155,163,168,171,173,174,175,188],[90,106,108,119,121,155,163,168,171,173,174,175,188],[90,107,155,163,168,171,173,174,175,188],[90,100,102,108,155,163,168,171,173,174,175,188],[90,108,112,119,121,155,163,168,171,173,174,175,188],[90,112,155,163,168,171,173,174,175,188],[90,106,108,111,155,163,168,171,173,174,175,188,206],[90,100,104,108,117,155,163,168,171,173,174,175,188],[90,108,129,155,163,168,171,173,174,175,188],[90,121,155,163,168,171,173,174,175,188],[90,100,104,108,112,155,163,168,171,173,174,175,188],[90,102,108,136,155,163,168,171,173,174,175,188,197,213,216],[90,155,163,168,171,173,174,175,188,266,272],[90,155,163,168,171,173,174,175,188,274],[90,155,163,168,171,173,174,175,188,250],[90,155,163,168,171,173,174,175,188,250,253,256],[90,155,163,168,171,173,174,175,188,250,251,253,254],[90,155,163,168,171,173,174,175,188,250,251,253,267],[90,155,163,168,171,173,174,175,188,257,262],[90,155,163,168,171,173,174,175,188,259],[90,155,163,168,171,173,174,175,188,249,255,256,262,266,272],[90,155,163,168,171,173,174,175,188,249,250,251,252,253,254,255,256,260,261,262,267,268,269,270,271],[90,155,163,168,171,173,174,175,188,253],[90,155,163,168,171,173,174,175,188,259,260],[90,155,163,168,171,173,174,175,188,250,270],[90,155,163,168,171,173,174,175,188,255],[90,155,163,168,171,173,174,175,188,252],[90,155,163,168,171,173,174,175,188,258,262],[90,155,163,168,171,173,174,175,188,250,251,261],[90,155,163,168,171,173,174,175,188,263,264,272],[90,155,163,168,171,173,174,175,188,265],[90,155,163,168,171,173,174,175,188,263,265],[87,88,90,155,163,168,171,173,174,175,188,243,244,245,246,247],[90,155,163,168,171,173,174,175,188,242]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4","impliedFormat":1},{"version":"265e767c95531dd6803788b42796a4058d60eaede2e980e08cc57dcbe77c9e88","impliedFormat":99},{"version":"50ffb91d1ad1e8952b9f9ba82628d988aa6e6c4cd3efecbba968a15350dc3e41","impliedFormat":99},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9b68a1c3f8f45b4c199fa5b3ac09497230cb8f2f0cdcfebe5817b30b836a64a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f53a7652392cf26ebbe4e29fd0672aa87c93bd6d0241289c13fab87b9ac35c8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"b00a630557d1622ad312633bdbfbdb9c6b7220d948dca9f899db30679f160074","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"88809d6c1b9c78d04a133646a6feb926def05a8774c308c7c93bc32ee163d271","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"3ac40516c33b87f751f7507346933081a26cdb8a3e11a6b3aa07d23f803c85db","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"14e9acf826baba0ef4b5665704084896e7bcc06f65a9ab13af7e93d27d6b7069","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"829bc57ee8f287b490ab5bbc5a962fca57e432c1e38ec680ecd3ecaf12800613","impliedFormat":1},{"version":"eec76bf6b9346f3f95fa402621b889489e96930e72295b0369022f332e9b4a6a","impliedFormat":1},{"version":"3a3ff14da53d5013f3e6d8c4ad55225e3649c08786c4421ce639c00d8d589b7d","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"38004e6801340cb890afb8cb5a9fc8972297e7f88ab94026e4b0b3c61fb32f8a","impliedFormat":1},{"version":"d243db6b25788f439e7e2f03c05688e92f46764351673bb0e7b2f3631232e186","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"149f9a9e7f04e67afa0e2a49fc0ff421035c01d6b793cfcae7d2e9f6819431e2","impliedFormat":1},{"version":"e8a9dfa4c75ef6d25df8b40eaa9c31e0a69452aaf2ced4a3f4215dbdbaa876f4","impliedFormat":1},{"version":"a70af845a2eb9dd6e2723e319e14ea7fb28b129ec1361c21509b49305448c323","impliedFormat":1},{"version":"b53dc572d4f187904207ae1166652de47aab8eeb00c254d009cb226863076b56","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"f501234c5aeeeb5d7659412335227466aaacf30b952372d60afeb21c02c96348","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"9ac977503f15bf13ca7c82ad9a32a782f42d43e474824e8b3bffe228fd5f2639","impliedFormat":1},{"version":"8b91ff5bb912be3ea213cbcf0075aace1f5d4ff249a0d227ed673868cb7bfabc","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"98498b101803bb3dde9f76a56e65c14b75db1cc8bec5f4db72be541570f74fc5","impliedFormat":1},{"version":"7cb4f431a4591b0e23002bed805dc871a874dfed6b9a3994dce68a6df73e6739","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"436d7b4543b340b0f3eef4310d524242e41369b9652aa9c70428767c4dcac455","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"e99963ae1e3a48ca7a7958c02f3e88bb963eb7978c28b68ae6b8c9f03309d83c","impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"594ae90cacd813fa392ff80d2e0a8eff4e41f4a136329a940e321399dd8895b4","impliedFormat":1},{"version":"d1f333ade8ff35a409b4984e1f11956fe11c61855b0c7e9b59f0313e48b40c4a","impliedFormat":1},{"version":"0224aa4b3464895d69c413a640a19ac2166778a74eb5eb3b36b021c72d42b274","impliedFormat":1},{"version":"2e6fca0024dd8a076a886d9ec031a936ea59ad878a25b944820495d92f8381dd","affectsGlobalScope":true,"impliedFormat":1},{"version":"47d917e731d06acf182baa38ac2fbd720c3555fa9160e6a40d47994515f7f0ea","impliedFormat":1},{"version":"2fbf504c4791f9d32cd766cfe6b605bcda63289b925401953a7900db9af85348","impliedFormat":1},{"version":"ed0fb633cae35948d9e144004299a4bdf1ab912667c787b7fbffcd6d8c7b92a2","impliedFormat":1},{"version":"1678b04557dca52feab73cc67610918a7f5e25bfdba3e7fa081acd625d93106d","impliedFormat":1},{"version":"4c8a22ece1ef9fb4659ec034e1131310ca188975f39948ab38f7e4485cb46d1f","impliedFormat":1},{"version":"9c90f502816bd0179556bb875e86c944af3f6b995cde63199edbe4e0b1219aba","impliedFormat":1},{"version":"98fc7231d6c846a8ed19bdef026ddffe5e2182cc818be74899287421ad370a87","impliedFormat":1},{"version":"e494b286c8e27c52f8c7f945aa80ff223f2a3cd4f7a2619fa8991f1459e26f07","impliedFormat":1},{"version":"f54f5f9e10bbceba7515dfad0ffc89dffdb8d749d0604594c57a725cf6d79c20","impliedFormat":1},{"version":"41d17e1ad9a002feb11c8cdd2777e5bbc0cdb1e3f595d237e4dded0b6949983b","impliedFormat":1},{"version":"8c7e618c2a91ea7f6b5cca272a295864e92c16413be8fc56a943e8c7d5320011","affectsGlobalScope":true,"impliedFormat":1},{"version":"beabd75eab00f72e79feb85f6bbe81b549461a2c870674923c24a8d180d6cf07","impliedFormat":1},{"version":"9d37b8a9678efbcdf38238b59ce8e6f7db70aba1a516f3a4a671a301dbacfb3d","impliedFormat":1},{"version":"a47a792b8cff71443be8dfb199f2b77e102a7bf9d4f90c18059f05d9af2d7413","impliedFormat":1},{"version":"77c33fa85a1485ccf0d7cd8e0f50677924045cc4086a39af564f608e21a46343","impliedFormat":1},{"version":"22e77cc53de19959fdb4c4876e7bafd2f2a8cf8ead059abf7b299efe85f76251","impliedFormat":1},{"version":"2c2bdaa1d8ead9f68628d6d9d250e46ee8e81aa4898b4769a36956ae15e060fe","impliedFormat":1},{"version":"ba389fd3d7fba6670e97bc82eb12469dcb371d22f24e63859c1df5a083c823ed","impliedFormat":1},{"version":"5ff4433a2deae4f85ab1377e90a7554ce6b47ae51c69a84ca30a6e22fae85834","impliedFormat":1},{"version":"82b91e4e42e6c41bc7fc1b6c2dc5eba6a2ba98375eb1f210e6ff6bba2d54177e","impliedFormat":1},{"version":"97234c5303866576f913d0ccae7d58d6322d9e803c7bf1228a3fda46ab8087b2","affectsGlobalScope":true,"impliedFormat":1},{"version":"5336674547d832b901f47d5602c61dd4ba91796a4711235aa4aead3386ce05a4","impliedFormat":1},{"version":"ef18cbf1d8374576e3db03ff33c2c7499845972eb0c4adf87392949709c5e160","impliedFormat":1},{"version":"73eeb740dacc45adc607a4f59f90fa9dbe2717d93d82f115f45f34e18f8d644a","impliedFormat":1},{"version":"ec501101c2a96133a6c695f934c8f6642149cc728571b29cbb7b770984c1088e","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"b17f272f903d155b9ec21791b5889b638977bc1dee181efb2bc317ce006d8c9b","impliedFormat":1},{"version":"18b03a8395192811131170042d6af50c4292b0d708789dbf5bc805b6dd9f4c14","affectsGlobalScope":true,"impliedFormat":1},{"version":"230763250f20449fa7b3c9273e1967adb0023dc890d4be1553faca658ee65971","impliedFormat":1},{"version":"c3e9078b60cb329d1221f5878e88cecfa3e74460550e605a58fcfb41a66029ff","impliedFormat":1},{"version":"cd2f3cdc3954c55199d688feebdc2aaa68670e86963e30b7fab2f27c0dc94553","impliedFormat":1},{"version":"441b9bb09013654aa3d050e68b06464d8959b473e85868249d9d18f692acd35b","impliedFormat":1},{"version":"bc18a1991ba681f03e13285fa1d7b99b03b67ee671b7bc936254467177543890","impliedFormat":1},{"version":"55246f15e33ff1e2e9e679b25fa9790a48db55dc63d567fe25fac8b6a0efe911","impliedFormat":1},{"version":"fa94bbf532b7af8f394b95fa310980d6e20bd2d4c871c6a6cb9f70f03750a44b","impliedFormat":1},{"version":"925734f303b7f0cc111d42aeb21781d38a79e6d5ac05b2b1400cd1861a75d27b","impliedFormat":1},{"version":"5b26c4dd672d88336bb929787c9bfb55119e80ba89ec6dc923da1c063892843e","affectsGlobalScope":true,"impliedFormat":1},{"version":"7fa2214bb0d64701bc6f9ce8cde2fd2ff8c571e0b23065fa04a8a5a6beb91511","impliedFormat":1},{"version":"b8e805bcd8cfb7986d2bcf5e785e34fdfe0cb2f31a89b585e2c9204513efa8cf","impliedFormat":1},{"version":"f12624a4a8d042b68914eac1b0a16571fc1c523173fcdf2517c65d191bd5a86c","impliedFormat":1},{"version":"b4769767f13a1692a66186e01c3aa186ff808d5ff72ed36eda8c37738fb2ac92","impliedFormat":1},{"version":"841983e39bd4cbb463be385e92fda11057cab368bf27100a801c492f1d86cbaa","impliedFormat":1},{"version":"441a29b18cc64c37fb196172ec1e499f60d5792edc89648e6cb550180c81050f","impliedFormat":1},{"version":"1ec3f3a5f04cc42df33274fbe5c0937d9a9e06f249a7a26288d7d54f0763ffd4","impliedFormat":1},{"version":"e4156ddb25aa0e3b5303d372f26957b36778f0f6bbd4326359269873295e3058","affectsGlobalScope":true,"impliedFormat":1},{"version":"cc1b433a84cae05ddc5672d4823170af78606ad21ecef60dbc4570190cbf1357","impliedFormat":1},{"version":"76619734a63492651c3467de6fd43d93d7bdd836aff49b86f0e83e2c1e17111a","impliedFormat":1},{"version":"7f78cfb2b343838612c192cb251746e3a7c62ac7675726a47e130d9b213f6580","impliedFormat":1},{"version":"aed8f3e5c7e53462565eedf34a9bcb700393cb2c1ab0c768602b929c3ed3145d","impliedFormat":1},{"version":"8e2577e7262051fd3c5bd6ca2b2056d358ff8853565720f92455860824c25188","impliedFormat":1},{"version":"7ec8d7d483f7394f9da611b10d3a0e402f76ff5c991261e6ce43a15f81ca4258","impliedFormat":1},{"version":"bb9dbb4b2ad81e3e71ec5ba4314973718555b9d04ba2a17dfbf875efecb8e2c0","impliedFormat":1},{"version":"9021dc5be8f3a87af5cede29221188a6497e2092b6889e0be212ef6b6b7153e9","impliedFormat":1},{"version":"db3939c70002734d9e344f35f33d151cf302d326ef08338e9beb8e7f9937d2a2","impliedFormat":1},{"version":"32eccc272f35e34ff1c3d33d2c8d05e6821a6e95f648e118a5f4a0f3512895ac","impliedFormat":1},{"version":"99ab6d0d660ce4d21efb52288a39fd35bb3f556980ec5463b1ae8f304a3bbc85","impliedFormat":1},{"version":"632c45ccb4cdc2c3a80c7a36a63dd7763016e59cac5e07bfb3e37e3548957028","impliedFormat":1},{"version":"c9a2daf6cd1eb854cd5b9e424247c5e306692055738c2effd35f7871d942b76e","impliedFormat":1},{"version":"afa1c49f8e559e413d57343339db857d2a8159435cf9cf7d4deb41718fff1b88","impliedFormat":1},{"version":"c46f111af647c4134ae869653130610d62da321f90ebf19e186a3ea4bed79350","impliedFormat":1},{"version":"1fff2fd720fe74d687c527303e0dc8a2f6696a7ca0fb97a8a20da4b99552de89","impliedFormat":1},{"version":"a63ef462d78168dcea667ad5f9e43a0793cdbc8e8e7a7b2378c55c6566ff4d0a","impliedFormat":1},{"version":"9cf9d3f4c0aee7c05b062a114a4b3537cf8b06e9bf3486d44830c77c3bb95829","impliedFormat":1},{"version":"d83f3c0362467589b3a65d3a83088c068099c665a39061bf9b477f16708fa0f9","impliedFormat":1},{"version":"28a0a726d7440a439987a7968f20c6851161e9620b46ee10d425b3010dfb35e6","impliedFormat":1},{"version":"fca7e122c503a19bbdf27c72b1f0cd414782a59abf631def4e30bb379d2a13e7","impliedFormat":1},{"version":"f4260022f7af38e533d364ea62eb7ae01b0a32050033d7f6772073e1dc908025","impliedFormat":1},{"version":"b741cade739369862f1caa276fbc3995033886b2556c749e33d39aa284c964c1","impliedFormat":1},{"version":"3f8e68bd94e82fe4362553aa03030fcf94c381716ce3599d242535b0d9953e49","impliedFormat":1},{"version":"63e628515ec7017458620e1624c594c9bd76382f606890c8eebf2532bcab3b7c","impliedFormat":1},{"version":"355d5e2ba58012bc059e347a70aa8b72d18d82f0c3491e9660adaf852648f032","impliedFormat":1},{"version":"f0df7cab5e24e90ac955810c921fc9fa317e159272f6f05001bcf578ff1a53ca","impliedFormat":1},{"version":"c354961c4b20890871b0b5ebbdf5ef173ac1edb1cdbcbb9e131447dd1d603f22","impliedFormat":1},{"version":"847fbe898c25e438d615a357623753af4243fc55243bc10ce1d3504e9c501478","impliedFormat":1},{"version":"d44407177041edab412256d3ae2949923de16300ee055f948eb503d44ef72902","impliedFormat":1},{"version":"af32e3a3176a0b43a0258b82af4d331ebfc2bfc1f39f43fd9124bd059d554a7e","impliedFormat":1},{"version":"1fffd7416886a1c6e102c0bc46f058bfc2e2d9696b70e779e6179c07d0830cc6","impliedFormat":1},{"version":"a6186513bc698255729f86d2d33f9f6de9ff6bd77e0f21f8fb1f7687e42c24c7","impliedFormat":1},{"version":"ed849d616865076f44a41c87f27698f7cdf230290c44bafc71d7c2bc6919b202","impliedFormat":1},{"version":"776327c0bc9b69ec90c50c163737a955e350d40668f51a85fc794d6bb7f1ef73","impliedFormat":1},{"version":"a725bbc4f8f5400e38df917805ca7fb3f8667748ecb7e5471a7a402dc71816cb","impliedFormat":1},{"version":"974182ac9363694af81841bbc105dd520d20878491353df560c2e3a81387d02e","impliedFormat":1},{"version":"184083e4cce8894a5de837a67dd48ac608b89eb58b1d472b33d421becf3e1f39","impliedFormat":1},{"version":"39719ad735b973bd3a8f4354262e8152fa52bb93bd13a4aaa514230182618153","impliedFormat":1},{"version":"34d206f6ba993e601dade2791944bdf742ab0f7a8caccc661106c87438f4f904","impliedFormat":1},{"version":"bbb7bc52a505cea002b32b661f4af71aa287d6c3ba4cd818140f638c105f765e","impliedFormat":1},{"version":"deaa8f23e2f3b152512a57f1de29f7de43b328825eaabf92d5fd528f1515984c","impliedFormat":99},{"version":"6f0277ec4c736c5b5e41c86340d02ba4674c07b87d85b17ed212ec64e89920fe","impliedFormat":99},{"version":"0006bc39c33bf897be44b54dd97e3307c6b0c881828f8a411d55197f69e07297","impliedFormat":99},{"version":"dc5a3d018532c903f5449f78001ba66e1cffc768657c6056e665755ee52681cf","impliedFormat":99},{"version":"7332518e3fb4a786ba19f68b9b3d29ae0c5ae7082c5ae06f303659745fbbed2a","impliedFormat":99},{"version":"20a34a8be871fcf110da20968610574d6ab3bf1259d9fcc361ab605c31e6da87","impliedFormat":99},{"version":"f8b3608435ec801f530dd8dceb54930e273f012e164663f58590bbd9594d8bab","impliedFormat":99},{"version":"b297d49b7ce31c940c72329a2a8e0d3ea4493da2d02dbb2e10d18a70c41c2dbd","impliedFormat":99},{"version":"ae1b493f13f348cb8e05c1217e500ab7365162758dd02304ae07b36ce5eadfa3","impliedFormat":99},{"version":"2beb94ef1961eb5c639e8f3cbbe1483bf2d9d53855fde0b20c1a3429d3a6160b","impliedFormat":99},{"version":"5a78ebf3c6b32383b90c0ceab4e0cd11d51cd8daf0bec8572b20cab9da8ff522","impliedFormat":99},{"version":"060a129fad11e34d63d7a1f5689115e0bc0f372176b4f9320b60557fadf1a25c","impliedFormat":99},{"version":"63b78cdbb926b824246c1d9e3baf32787c63a33d81c09dfdb0b6097ce85458ed","impliedFormat":99},{"version":"a6ac4b9b130252c278c4a9e993dacc5212118c56021f5ebbc9752bc358f56d6c","impliedFormat":99},{"version":"fba7fc8ce5040667a3fdb0723f9750dc631f520c7eb7a30ba82d333c09b12b9a","impliedFormat":99},{"version":"c10ccddc2284ac7603faaeb48254536f4f90d7e7cc4421e77abd4f53b8932220","impliedFormat":99},{"version":"19485252ce75936d063aea1aa9a851f01be1a09c769302fef5418703a064e62d","impliedFormat":99},{"version":"e51592d5efeae5ab5edbc789229847ed77c69256b8f59e79a6957ee409333e4b","impliedFormat":99},{"version":"f8b27b524b8ea7a8004edc3e939cb4abe2ff5f004d02bf0bf6c2180b184ebda5","impliedFormat":99},{"version":"b21741556cc825ca0144541e9c40b2d0a88e0f63c281c0e0d94d300e947b496f","impliedFormat":99},{"version":"503d1e771e298776cb5c75e2ed29962ce9a7360dafc65b5126911b3fa8a2c339","impliedFormat":99},{"version":"81ab1c5268b02ff6925e4a02941f277cc04b96360f19b0d8eebac380310efb10","impliedFormat":99},{"version":"0307fb049adc66192c08c05b8a1d5166a9b00b734e24c310836ec45fa4e0de4f","impliedFormat":99},{"version":"464f1bbb979232e2499ff1aea27956323a7e36de0e97de0767111ee02fe31c26","impliedFormat":99},{"version":"19e5b268920c02a75255e46979b116dc2ca6702c05afbae570a95b552d578bb3","impliedFormat":99},{"version":"175c6c3099f6b25510514f285cfadc4f011082d80433be9bd7038d0b6ab90dbb","impliedFormat":99},{"version":"ab207e3e018f41c22520fbf137d6e3d16b8a647816bc1cba2ced955cd9588256","impliedFormat":99},{"version":"14bcfbf84dda32300518c0a5c434f167932ab583407d7477c9ac13d6eb5fdacc","impliedFormat":99},{"version":"1f15c2bc090fecfb40c77a6e33c728ee40514ab9d6e1593ea148184bf3198a08","impliedFormat":99},{"version":"d31156f1314ab4f1d1e1f32ed25f9650b54df2acef9f6ac7d920a52daa3c9392","impliedFormat":99},{"version":"62c680388cd3322fe5ab1adc0227082aa8a7bf59f9d0986a456e9239785532e6","impliedFormat":99},{"version":"c3fed08f6dab8f825c620c920a2105d9c76425bbde202a6fc2a213d1cbd1cc70","impliedFormat":99},{"version":"ab64be43962e45d02dbf13a37da03fbb15e54fad6c38fb2ea18e2f0e6d68bd04","impliedFormat":99},{"version":"71ece49e8978cb616e9f617aa9110fbcf45d1599a8aab9617ef159559ee3ef51","impliedFormat":99},{"version":"c1dd122845982729df63f215c8b601d87fca4f87499c3ae40bdaabb4a17648e4","impliedFormat":99},{"version":"a2e43947732ed9c0063afcc7ca093b385f4fb8f0f2a71f28dfd76ffd13e93f83","impliedFormat":99},{"version":"e3cf2b256aa963c02e3604d47dbb31f19d74878a3245840bc228e1ab9b12b961","impliedFormat":99},{"version":"a7d38de0270b5ac3cee233802c2375001fe2f75b5ef9a8f5b19c3fb6edb646fc","impliedFormat":99},{"version":"1f8c574274efcfedbf65674ed94f85e8008cd05f382cb46d54f68ed635838bf1","impliedFormat":99},{"version":"3028fff6bdc302eeed945bcd2e67008ee296faf53561e1780957d62f6ed3b2ea","impliedFormat":99},{"version":"38f8a593b36fb66ec32496422f44dd5684b1468e9e8ee40abd79ab66bb0989ad","impliedFormat":99},{"version":"d1125d691877ea8d16e7a1228643097bc2b7591fcc9a70e7bb88f9f4cc834ed2","impliedFormat":99},{"version":"d584c521c2793737a4bfecbedabdb818a43744bc946c3c03f5e8b0a7474faf19","signature":"3bc463676dcf630cb1e42e4bda95e094abe0ce6f218bb567c3f6f9d68491b109","impliedFormat":99},{"version":"5e75cf1306a620c331629ba1e8b86290cbbaee7f6880efffe4b372c776be96e0","signature":"7d6adda89f58bcfafe7bbfabb8146ebd1d7fb6413e499d923780edcd79073262","impliedFormat":99},{"version":"6320ee5f70457140b15486fbe87c7849a86e8c41c311e550ea9751fab22169d8","impliedFormat":99},{"version":"7a795a0a51e013e0ce95a4b3fcdfb0c48ee2a2703abb67c38c151214423fdc43","impliedFormat":99},{"version":"3d7db15b6a6746848e056c582cfb97191339d795d1560b7e374f07f71aa915ef","impliedFormat":99},{"version":"b5fbaf4c9be5caa0a8dda04fb4f2514369e9d56685dd6bef5ed847425e46d488","impliedFormat":99},{"version":"0d26b1d4a89093ad01d30bcd75dfd3a709b958195aa1f3cc206ab099d84509a0","impliedFormat":99},{"version":"cdbde35df671bdf3d99df88a29d4b3591191138f157ca43179cd87a30619f4d1","impliedFormat":99},{"version":"9929fa4af683615792c4d038a5fe6b89e12bfc7b3b6dce8901dc753a1dbc1382","impliedFormat":99},{"version":"0e94c1d396196094c29fec99259c4be969e70c2260d06cbe5a36e0a0f490c08f","impliedFormat":99},{"version":"d6d61e4e1585957369a771aa889b70fef5426f844a942c858a9349aee811a83a","impliedFormat":99},{"version":"d77f1a5a3cf3b1aba6e7968ff36a3fbc40d2d3b49916b14f0e6b660584aa4815","impliedFormat":99},{"version":"63a56c587400b67aad191093ea95da1e03816094e7bbc4df1f752550bdeddcc9","impliedFormat":99},{"version":"0b677e59293843d0083ef74767f132988e7be7d51849f76a32cb3c6a108856b5","impliedFormat":99},{"version":"5ff251d667018383766a2c6d787e4ca5706fefc5920daf2ab132b455cbc92c91","impliedFormat":99},{"version":"de015f7f564190fa3433d6d115389c98a63489884a04c6eecf86d1c793571c63","impliedFormat":99},{"version":"51f08e94db2746c2f0c1a0a74ca75eb53d7ff316fdeb56db576333720fa2859b","signature":"bf6c704b632e5fb159e092902f710eb532bfcdc6cfdacb818c03c3ee711867de","impliedFormat":99},{"version":"d891be0e279d012bec5933bebfd728788ae10c4037a66bb6a228761d76c2a181","signature":"0eb0ecab28f03c598272e0b6fa9cfb3503a4aa1574ba7e8af33325ca16f02b45","impliedFormat":99},{"version":"1eb0594d36a4976bb24ad20f93cf7c1ecdb8587c4757b58b8be37e0722d7c893","signature":"2722553dab107d4048d8c88874a3b95d904de3223c1ea07af198801858b52530","impliedFormat":99},{"version":"8a782c2a60205b8bdd85b5d34d6a351d481f4835a88f72a3d9ef3461ae13ec76","signature":"5877f543947afdab3b9dafe72a1f7f39170b682d13d08001aed5f5e1988037bd","impliedFormat":99},{"version":"4386f08376491cdc43b83e6dc3e29173263e0e353a41863de4bc35ca14be916d","impliedFormat":99},{"version":"6c898f2bb237aee867bc2f89a2d9201b4c336c10320d083371ecf148bb0ffd54","impliedFormat":99},{"version":"937cbc9ffa856e3e4811c23481bf5416112fd6c8e6f31bbd2525cfff22fb8905","impliedFormat":99},{"version":"f7913adfae3602c58650945fc516db14ee8ee0ff761fd153bc7ee60089985e0a","impliedFormat":99},{"version":"0042ac4cf97735afebea40050e8d2dbe9bdcadf0f5f4adac5be17afb978fb057","impliedFormat":99},{"version":"cfddd774e7d6ef849d8f943dd952b098a8fe3c9ff551b56b1886b3478124124d","signature":"b1a74232d471563d9db289041f78c2b4f325479ae9fff37c5d80e52f4edfcbcc","impliedFormat":99},{"version":"fe26be41ec085f5f501e648254f769014ba684cd9e6d903f0ac0215f82d931f2","signature":"4ea1aceae0828b6139331b0def537f98334879df708299d242951c662aead20d","impliedFormat":99},{"version":"d36e7818aa38cd0441dc4ff928eaaa1552dcfe0fe7a1a56aa4a4602a71da6cef","signature":"11779d509043a111ba7d06022b4636c9f8b66d854f2ad7b024eed3f8616b2973","impliedFormat":99},{"version":"91eb65ebfd767ea54e53d26b278079a9d3f9f943c7e643701ee7cdb7ae8cd0c7","signature":"74946f3d0ad86d43724969be468c8fddfd6c574d0055f1c305674668cec73256","impliedFormat":99},{"version":"2a6e91a5ba8687b24803e5ed435cc43547904e2dcd0bf0fb5d04e082e39effc5","signature":"118b25aef5153d424061b2c58cbeba9d8b5e2354fd0ba291c78a5a43ef39e7c6","impliedFormat":99}],"root":[285,286,[301,304],[310,314]],"options":{"allowJs":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":199,"noImplicitOverride":true,"outDir":"./operations","rootDir":"./source","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"referencedMap":[[304,1],[311,2],[312,1],[313,3],[310,4],[314,5],[285,4],[302,6],[286,4],[303,7],[301,1],[84,4],[85,4],[15,4],[13,4],[14,4],[19,4],[18,4],[2,4],[20,4],[21,4],[22,4],[23,4],[24,4],[25,4],[26,4],[27,4],[3,4],[28,4],[29,4],[4,4],[30,4],[34,4],[31,4],[32,4],[33,4],[35,4],[36,4],[37,4],[5,4],[38,4],[39,4],[40,4],[41,4],[6,4],[45,4],[42,4],[43,4],[44,4],[46,4],[7,4],[47,4],[52,4],[53,4],[48,4],[49,4],[50,4],[51,4],[8,4],[57,4],[54,4],[55,4],[56,4],[58,4],[9,4],[59,4],[60,4],[61,4],[63,4],[62,4],[64,4],[65,4],[10,4],[66,4],[67,4],[68,4],[11,4],[69,4],[70,4],[71,4],[72,4],[73,4],[1,4],[74,4],[75,4],[12,4],[79,4],[77,4],[82,4],[81,4],[86,4],[76,4],[80,4],[78,4],[83,4],[17,4],[16,4],[273,8],[283,4],[282,9],[284,10],[309,11],[308,4],[307,4],[306,4],[305,4],[277,12],[279,12],[276,13],[281,14],[280,15],[278,4],[294,16],[295,17],[289,16],[291,16],[292,16],[297,4],[300,18],[296,16],[290,19],[293,20],[298,21],[299,22],[287,4],[288,23],[152,24],[153,24],[154,25],[90,26],[155,27],[156,28],[157,29],[158,30],[159,31],[160,32],[161,33],[162,34],[163,35],[164,35],[165,36],[166,37],[167,4],[168,38],[169,39],[91,4],[89,4],[170,40],[171,41],[172,42],[216,43],[173,44],[174,45],[175,44],[176,46],[177,47],[179,48],[180,49],[181,49],[182,49],[183,50],[184,51],[185,52],[186,53],[187,54],[188,55],[189,55],[190,56],[191,4],[192,4],[193,57],[194,58],[195,59],[196,60],[197,61],[198,62],[199,63],[200,64],[201,65],[202,66],[203,67],[204,68],[205,69],[206,70],[207,71],[208,72],[209,73],[210,74],[211,75],[212,76],[92,44],[93,4],[94,77],[95,78],[96,4],[97,79],[98,4],[143,80],[144,81],[145,82],[146,82],[147,83],[148,4],[149,27],[150,84],[151,81],[213,85],[214,86],[215,87],[178,4],[235,4],[219,88],[237,89],[241,90],[240,91],[220,92],[236,93],[233,94],[234,95],[232,96],[224,97],[225,98],[227,99],[228,100],[226,101],[229,102],[239,103],[230,104],[242,105],[231,106],[218,97],[238,97],[222,107],[217,108],[223,109],[221,110],[117,111],[131,112],[114,113],[132,114],[141,115],[105,116],[106,117],[104,118],[140,104],[135,119],[139,120],[108,121],[118,122],[128,123],[107,124],[138,125],[102,126],[103,119],[109,122],[110,4],[116,127],[113,122],[100,128],[142,129],[133,130],[121,131],[120,122],[122,132],[125,133],[119,134],[123,135],[136,104],[111,136],[112,137],[126,138],[101,114],[130,139],[129,122],[115,137],[124,140],[127,141],[134,4],[99,4],[137,142],[274,143],[275,144],[260,145],[249,8],[268,146],[255,147],[250,4],[256,148],[258,149],[257,150],[252,4],[267,151],[272,152],[251,4],[270,4],[254,153],[261,154],[271,155],[269,156],[253,157],[259,158],[262,159],[263,8],[265,160],[264,161],[266,162],[87,4],[247,4],[246,4],[248,163],[245,4],[88,4],[243,164],[244,4]],"version":"5.9.3"}
@@ -1,4 +1,4 @@
1
- import type { Entity } from './lib/Entity';
1
+ import type { Entity } from './lib/Entity.js';
2
2
  export declare function transition(input: Input, object: Entity): Promise<Entity | Error>;
3
3
  export interface Input {
4
4
  identity: string;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.transition = void 0;
4
- async function transition(input, object) {
1
+ export async function transition(input, object) {
5
2
  if (input.grantor === undefined)
6
3
  return Object.assign(object, input);
7
4
  if (!within('system:identity:roles', input.grantor.roles) &&
@@ -12,7 +9,6 @@ async function transition(input, object) {
12
9
  object.grantor = input.grantor.id;
13
10
  return object;
14
11
  }
15
- exports.transition = transition;
16
12
  function within(role, scopes) {
17
13
  return scopes.some((scope) => role === scope || role.startsWith(scope + ':'));
18
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"grant.js","sourceRoot":"","sources":["../source/grant.ts"],"names":[],"mappings":";;;AAEO,KAAK,UAAU,UAAU,CAAE,KAAY,EAAE,MAAc;IAC5D,IAAI,KAAK,CAAC,OAAO,KAAK,SAAS;QAC7B,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;IAErC,IAAI,CAAC,MAAM,CAAC,uBAAuB,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACvD,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACxC,OAAO,sBAAsB,CAAA;IAE/B,MAAM,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;IACxB,MAAM,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;IAChC,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,CAAA;IAEjC,OAAO,MAAM,CAAA;AACf,CAAC;AAbD,gCAaC;AAED,SAAS,MAAM,CAAE,IAAY,EAAE,MAAgB;IAC7C,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAA;AAC/E,CAAC;AAED,MAAM,sBAAsB,GAAG,IAAI,CAAC,MAAM,sBAAuB,SAAQ,KAAK;IAC5D,IAAI,GAAG,oBAAoB,CAAA;CAC5C,CAAC,EAAE,CAAA"}
1
+ {"version":3,"file":"grant.js","sourceRoot":"","sources":["../source/grant.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,KAAK,UAAU,UAAU,CAAE,KAAY,EAAE,MAAc;IAC5D,IAAI,KAAK,CAAC,OAAO,KAAK,SAAS;QAC7B,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;IAErC,IAAI,CAAC,MAAM,CAAC,uBAAuB,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACvD,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACxC,OAAO,sBAAsB,CAAA;IAE/B,MAAM,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,CAAA;IACxB,MAAM,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;IAChC,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,CAAA;IAEjC,OAAO,MAAM,CAAA;AACf,CAAC;AAED,SAAS,MAAM,CAAE,IAAY,EAAE,MAAgB;IAC7C,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,UAAU,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAA;AAC/E,CAAC;AAED,MAAM,sBAAsB,GAAG,IAAI,CAAC,MAAM,sBAAuB,SAAQ,KAAK;IAC5D,IAAI,GAAG,oBAAoB,CAAA;CAC5C,CAAC,EAAE,CAAA"}
@@ -1,3 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ export {};
3
2
  //# sourceMappingURL=Entity.js.map
@@ -1,2 +1,2 @@
1
- import type { Entity } from './lib/Entity';
1
+ import type { Entity } from './lib/Entity.js';
2
2
  export declare function observation(_: unknown, objects: Entity[]): string[];
@@ -1,8 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.observation = void 0;
4
- function observation(_, objects) {
1
+ export function observation(_, objects) {
5
2
  return objects.map(({ role }) => role);
6
3
  }
7
- exports.observation = observation;
8
4
  //# sourceMappingURL=list.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../source/list.ts"],"names":[],"mappings":";;;AAEA,SAAgB,WAAW,CAAE,CAAU,EAAE,OAAiB;IACxD,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,CAAA;AACxC,CAAC;AAFD,kCAEC"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../source/list.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,WAAW,CAAE,CAAU,EAAE,OAAiB;IACxD,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,CAAA;AACxC,CAAC"}
@@ -1,6 +1,6 @@
1
- import type { Entity } from './lib/Entity';
1
+ import type { Entity } from './lib/Entity.js';
2
2
  import type { Call } from '@toa.io/types';
3
- import type { Input as GrantInput } from './grant';
3
+ import type { Input as GrantInput } from './grant.js';
4
4
  export declare function effect(input: Identity, context: Context): Promise<void>;
5
5
  interface Identity {
6
6
  id: string;
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.effect = void 0;
4
- async function effect(input, context) {
1
+ export async function effect(input, context) {
5
2
  await context.local.grant({
6
3
  input: {
7
4
  identity: input.id,
@@ -9,5 +6,4 @@ async function effect(input, context) {
9
6
  }
10
7
  });
11
8
  }
12
- exports.effect = effect;
13
9
  //# sourceMappingURL=principal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"principal.js","sourceRoot":"","sources":["../source/principal.ts"],"names":[],"mappings":";;;AAIO,KAAK,UAAU,MAAM,CAAE,KAAe,EAAE,OAAgB;IAC7D,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;QACxB,KAAK,EAAE;YACL,QAAQ,EAAE,KAAK,CAAC,EAAE;YAClB,IAAI,EAAE,QAAQ;SACf;KACF,CAAC,CAAA;AACJ,CAAC;AAPD,wBAOC"}
1
+ {"version":3,"file":"principal.js","sourceRoot":"","sources":["../source/principal.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,KAAK,UAAU,MAAM,CAAE,KAAe,EAAE,OAAgB;IAC7D,MAAM,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;QACxB,KAAK,EAAE;YACL,QAAQ,EAAE,KAAK,CAAC,EAAE;YAClB,IAAI,EAAE,QAAQ;SACf;KACF,CAAC,CAAA;AACJ,CAAC"}
@@ -1,6 +1,4 @@
1
- 'use strict'
2
-
3
1
  /**
4
2
  * @param {{ identity: string }} payload
5
3
  */
6
- exports.request = (payload) => ({ input: { id: payload.identity } })
4
+ export const request = (payload) => ({ input: { id: payload.identity } })
@@ -1,4 +1,4 @@
1
- import type { Entity } from './lib/Entity'
1
+ import type { Entity } from './lib/Entity.js'
2
2
 
3
3
  export async function transition (input: Input, object: Entity): Promise<Entity | Error> {
4
4
  if (input.grantor === undefined)