@zuplo/cli 7.6.9 → 7.7.0

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 (220) hide show
  1. package/node_modules/@inquirer/checkbox/package.json +3 -3
  2. package/node_modules/@inquirer/confirm/dist/index.js +1 -1
  3. package/node_modules/@inquirer/confirm/package.json +3 -3
  4. package/node_modules/@inquirer/core/dist/lib/create-prompt.js +66 -47
  5. package/node_modules/@inquirer/core/package.json +2 -2
  6. package/node_modules/@inquirer/editor/package.json +3 -3
  7. package/node_modules/@inquirer/expand/package.json +3 -3
  8. package/node_modules/@inquirer/input/package.json +3 -3
  9. package/node_modules/@inquirer/number/package.json +3 -3
  10. package/node_modules/@inquirer/password/package.json +3 -3
  11. package/node_modules/@inquirer/rawlist/package.json +3 -3
  12. package/node_modules/@inquirer/search/package.json +3 -3
  13. package/node_modules/@inquirer/select/package.json +3 -3
  14. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/index.d.ts +1 -2
  15. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
  16. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
  17. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
  18. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
  19. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
  20. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
  21. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
  22. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
  23. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
  24. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
  25. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
  26. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
  27. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
  28. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
  29. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
  30. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
  31. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
  32. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
  33. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
  34. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
  35. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
  36. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/export.d.ts +6 -6
  37. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
  38. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
  39. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/key/import.d.ts +19 -18
  40. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/types.d.ts +152 -247
  41. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
  42. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
  43. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
  44. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/types/util/errors.d.ts +29 -40
  45. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
  46. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
  47. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
  48. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
  49. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
  50. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
  51. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
  52. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
  53. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwks/local.js +16 -10
  54. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
  55. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
  56. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
  57. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
  58. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
  59. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
  60. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
  61. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
  62. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
  63. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
  64. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
  65. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
  66. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/export.js +12 -16
  67. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
  68. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
  69. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/key/import.js +5 -9
  70. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
  71. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
  72. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
  73. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
  74. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
  75. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
  76. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
  77. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
  78. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
  79. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
  80. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key.js +119 -59
  81. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
  82. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
  83. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/base64url.js +5 -19
  84. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
  85. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
  86. package/node_modules/@modelcontextprotocol/client/node_modules/jose/package.json +1 -1
  87. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/index.d.ts +1 -2
  88. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
  89. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
  90. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
  91. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
  92. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
  93. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
  94. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
  95. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
  96. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
  97. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
  98. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
  99. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
  100. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
  101. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
  102. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
  103. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
  104. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
  105. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
  106. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
  107. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
  108. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
  109. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/export.d.ts +6 -6
  110. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
  111. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
  112. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/key/import.d.ts +19 -18
  113. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/types.d.ts +152 -247
  114. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
  115. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
  116. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
  117. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/types/util/errors.d.ts +29 -40
  118. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
  119. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
  120. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
  121. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
  122. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
  123. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
  124. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
  125. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
  126. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwks/local.js +16 -10
  127. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
  128. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
  129. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
  130. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
  131. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
  132. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
  133. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
  134. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
  135. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
  136. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
  137. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
  138. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
  139. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/export.js +12 -16
  140. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
  141. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
  142. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/key/import.js +5 -9
  143. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
  144. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
  145. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
  146. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
  147. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
  148. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
  149. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
  150. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
  151. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
  152. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
  153. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key.js +119 -59
  154. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
  155. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
  156. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/base64url.js +5 -19
  157. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
  158. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
  159. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/package.json +1 -1
  160. package/node_modules/@posthog/core/dist/posthog-core.d.ts +14 -0
  161. package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
  162. package/node_modules/@posthog/core/dist/types.d.ts +1 -0
  163. package/node_modules/@posthog/core/dist/types.d.ts.map +1 -1
  164. package/node_modules/@posthog/core/dist/utils/index.d.ts +1 -0
  165. package/node_modules/@posthog/core/dist/utils/index.d.ts.map +1 -1
  166. package/node_modules/@posthog/core/dist/utils/index.js +26 -0
  167. package/node_modules/@posthog/core/dist/utils/index.mjs +1 -0
  168. package/node_modules/@posthog/core/dist/utils/webview-app-utils.d.ts +12 -0
  169. package/node_modules/@posthog/core/dist/utils/webview-app-utils.d.ts.map +1 -0
  170. package/node_modules/@posthog/core/dist/utils/webview-app-utils.js +132 -0
  171. package/node_modules/@posthog/core/dist/utils/webview-app-utils.mjs +94 -0
  172. package/node_modules/@posthog/core/package.json +2 -2
  173. package/node_modules/@posthog/core/src/featureFlagLocalEvaluation.ts +1 -1
  174. package/node_modules/@posthog/core/src/posthog-core.ts +14 -0
  175. package/node_modules/@posthog/core/src/types.ts +1 -0
  176. package/node_modules/@posthog/core/src/utils/index.ts +1 -0
  177. package/node_modules/@posthog/core/src/utils/otlp-any-value.spec.ts +1 -1
  178. package/node_modules/@posthog/core/src/utils/type-utils.ts +4 -4
  179. package/node_modules/@posthog/core/src/utils/webview-app-utils.spec.ts +118 -0
  180. package/node_modules/@posthog/core/src/utils/webview-app-utils.ts +49 -0
  181. package/node_modules/@posthog/types/dist/feature-flags.d.ts +1 -1
  182. package/node_modules/@posthog/types/dist/feature-flags.d.ts.map +1 -1
  183. package/node_modules/@posthog/types/dist/posthog-config.d.ts +7 -1
  184. package/node_modules/@posthog/types/dist/posthog-config.d.ts.map +1 -1
  185. package/node_modules/@posthog/types/package.json +1 -1
  186. package/node_modules/@posthog/types/src/feature-flags.ts +1 -1
  187. package/node_modules/@posthog/types/src/posthog-config.ts +7 -1
  188. package/node_modules/@posthog/types/src/tree-shakeable.ts +1 -1
  189. package/node_modules/@zuplo/core/package.json +1 -1
  190. package/node_modules/@zuplo/graphql/package.json +1 -1
  191. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  192. package/node_modules/@zuplo/otel/package.json +1 -1
  193. package/node_modules/@zuplo/runtime/out/esm/{chunk-Z3IKCP3N.js → chunk-R4PTES5B.js} +93 -93
  194. package/node_modules/@zuplo/runtime/out/esm/chunk-R4PTES5B.js.map +1 -0
  195. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  196. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
  197. package/node_modules/@zuplo/runtime/package.json +1 -1
  198. package/package.json +11 -11
  199. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/base64.js +0 -20
  200. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
  201. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
  202. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
  203. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
  204. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
  205. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
  206. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
  207. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/signing.js +0 -22
  208. package/node_modules/@modelcontextprotocol/client/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
  209. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/base64.js +0 -20
  210. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
  211. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
  212. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
  213. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
  214. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
  215. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
  216. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
  217. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/signing.js +0 -22
  218. package/node_modules/@modelcontextprotocol/sdk/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
  219. package/node_modules/@zuplo/runtime/out/esm/chunk-Z3IKCP3N.js.map +0 -1
  220. /package/node_modules/@zuplo/runtime/out/esm/{chunk-Z3IKCP3N.js.LEGAL.txt → chunk-R4PTES5B.js.LEGAL.txt} +0 -0
@@ -1,34 +1,28 @@
1
1
  import type * as t from '../../types.d.ts';
2
- /** Dynamic key resolver for General JWE decryption. */
2
+ /** Resolves a key for General JWE decryption from unverified headers and token data. */
3
3
  export interface GeneralDecryptGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWEHeaderParameters | undefined, t.FlattenedJWE, KeyType | t.KeyObject | t.JWK> {
4
4
  }
5
5
  /**
6
6
  * Decrypts a General JWE.
7
7
  *
8
- * > Note: The function iterates over the `recipients` array in the General JWE and returns the decryption
9
- * > result of the first recipient entry that can be successfully decrypted. The result only contains
10
- * > the plaintext and headers of that successfully decrypted recipient entry. Other recipient entries
11
- * > in the General JWE are not validated, and their headers are not included in the returned result.
12
- * > Recipients of a General JWE should only rely on the returned (decrypted) data.
8
+ * > Note: Returns plaintext and headers from the first recipient that decrypts successfully. Other
9
+ * > recipients may be inspected to enforce serialization rules, but their headers are not included in
10
+ * > the result. Rely only on the returned data.
13
11
  *
14
- * @param key Private Key or Secret to decrypt the JWE with. See
12
+ * @param key Private key or shared secret. See
15
13
  * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
16
14
  */
17
15
  export declare function generalDecrypt(jwe: t.GeneralJWE, key: t.KeyInput, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult>;
18
16
  /**
19
- * Decrypts a General JWE, resolving the key dynamically. The result additionally carries the
20
- * {@link t.ResolvedKey.key resolved key}.
17
+ * Decrypts a General JWE with a dynamically resolved key, included in the result.
21
18
  *
22
- * @param getKey Function resolving Private Key or Secret to decrypt the JWE with. See
23
- * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
19
+ * @param getKey Resolves a private key or shared secret from unverified token data.
24
20
  */
25
21
  export declare function generalDecrypt<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jwe: t.GeneralJWE, getKey: GeneralDecryptGetKey<KeyType>, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult & t.ResolvedKey<KeyType>>;
26
22
  /**
27
- * Accepts either form of the `key` argument. Use this overload when forwarding a value that may be
28
- * either a key or a key resolution function; `key` is present on the result only when a resolution
29
- * function was used.
23
+ * Decrypts a General JWE with a key or key resolver. The result includes `key` only when a resolver
24
+ * is used.
30
25
  *
31
- * @param key Private Key or Secret, or a function resolving one, to decrypt the JWE with. See
32
- * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
26
+ * @param key Private key or shared secret, or a function resolving one.
33
27
  */
34
28
  export declare function generalDecrypt(jwe: t.GeneralJWE, key: t.KeyInput | GeneralDecryptGetKey, options?: t.DecryptOptions): Promise<t.GeneralDecryptResult & Partial<t.ResolvedKey>>;
@@ -1,54 +1,51 @@
1
1
  import type * as t from '../../types.d.ts';
2
2
  /** Configures an individual recipient in a General JWE. */
3
3
  export interface Recipient {
4
- /** Sets the JWE Per-Recipient Unprotected Header on the Recipient object. */
4
+ /** Sets the JWE Per-Recipient Unprotected Header. May only be called once. */
5
5
  setUnprotectedHeader(unprotectedHeader: t.JWEHeaderParameters): Recipient;
6
6
  /**
7
- * Sets the JWE Key Management parameters to be used when encrypting. Use this method instead of
8
- * the header setters to configure algorithm inputs such as ECDH-ES "apu" (Agreement PartyUInfo)
9
- * and "apv" (Agreement PartyVInfo), or PBES2 "p2c" (PBES2 Count). The parameters are added to the
10
- * appropriate JOSE Header.
7
+ * Sets key management inputs such as ECDH-ES "apu"/"apv" or PBES2 "p2c". Use this method instead
8
+ * of header setters; the resulting parameters are added to the JOSE header. May only be called
9
+ * once.
11
10
  */
12
11
  setKeyManagementParameters(parameters: t.JWEKeyManagementHeaderParameters): Recipient;
13
12
  /**
14
- * A shorthand for calling {@link GeneralEncrypt.addRecipient addRecipient()} on the enclosing
15
- * {@link GeneralEncrypt} instance.
13
+ * Adds another recipient to the enclosing {@link GeneralEncrypt} and returns its configuration.
16
14
  *
17
- * @param key Public Key or Secret to encrypt the Content Encryption Key for the recipient with.
18
- * See {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
15
+ * @param key Public key or shared secret. See
16
+ * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
19
17
  */
20
18
  addRecipient(key: t.KeyInput, options?: t.CritOption): Recipient;
21
19
  /**
22
- * A shorthand for calling {@link GeneralEncrypt.encrypt encrypt()} on the enclosing
23
- * {@link GeneralEncrypt} instance. Takes no arguments — each recipient's key is supplied to
24
- * {@link addRecipient}.
20
+ * Encrypts for all recipients on the enclosing {@link GeneralEncrypt}, using their configured
21
+ * keys.
25
22
  */
26
23
  encrypt(): Promise<t.GeneralJWE>;
27
- /** Returns the enclosing {@link GeneralEncrypt} instance */
24
+ /** Returns the enclosing {@link GeneralEncrypt} instance. */
28
25
  done(): GeneralEncrypt;
29
26
  }
30
27
  /** Builds and encrypts General JWE objects. */
31
28
  export declare class GeneralEncrypt {
32
29
  #private;
33
30
  /**
34
- * {@link GeneralEncrypt} constructor
31
+ * Creates a General JWE encryptor.
35
32
  *
36
33
  * @param plaintext Binary representation of the plaintext to encrypt.
37
34
  */
38
35
  constructor(plaintext: Uint8Array);
39
36
  /**
40
- * Adds an additional recipient for the General JWE object.
37
+ * Adds a recipient and returns its configuration.
41
38
  *
42
- * @param key Public Key or Secret to encrypt the Content Encryption Key for the recipient with.
43
- * See {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
39
+ * @param key Public key or shared secret. See
40
+ * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
44
41
  */
45
42
  addRecipient(key: t.KeyInput, options?: t.CritOption): Recipient;
46
- /** Sets the JWE Protected Header on the GeneralEncrypt object. */
43
+ /** Sets the JWE Protected Header. May only be called once. */
47
44
  setProtectedHeader(protectedHeader: t.JWEHeaderParameters): this;
48
- /** Sets the JWE Shared Unprotected Header on the GeneralEncrypt object. */
45
+ /** Sets the JWE Shared Unprotected Header. May only be called once. */
49
46
  setSharedUnprotectedHeader(sharedUnprotectedHeader: t.JWEHeaderParameters): this;
50
- /** Sets the Additional Authenticated Data on the GeneralEncrypt object. */
47
+ /** Sets additional data to authenticate without encrypting it. */
51
48
  setAdditionalAuthenticatedData(aad: Uint8Array): this;
52
- /** Encrypts and resolves the value of the General JWE object. */
49
+ /** Encrypts the plaintext as a General JWE. */
53
50
  encrypt(): Promise<t.GeneralJWE>;
54
51
  }
@@ -1,6 +1,8 @@
1
1
  import type * as t from '../types.d.ts';
2
2
  /**
3
- * Resolves a verification key from an embedded "jwk" (JSON Web Key) Header Parameter.
3
+ * Resolves a verification key from an embedded "jwk" (JSON Web Key) Header Parameter. This key
4
+ * resolver opts JWS and JWT verification into trusting a public key supplied by the token. Use the
5
+ * verification function's `algorithms` option to restrict accepted algorithms.
4
6
  *
5
7
  * @param token The consumed JWS token.
6
8
  * @returns The public key from the JWS "jwk" (JSON Web Key) Header Parameter.
@@ -1,17 +1,15 @@
1
1
  import type * as t from '../types.d.ts';
2
2
  /**
3
- * Calculates a base64url-encoded JSON Web Key (JWK) Thumbprint.
3
+ * Calculates a base64url-encoded JWK Thumbprint. CryptoKey inputs must be extractable.
4
4
  *
5
5
  * @param key Key to calculate the thumbprint for.
6
- * @param digestAlgorithm Digest Algorithm to use for calculating the thumbprint. Default is
7
- * "sha256".
6
+ * @param digestAlgorithm Digest algorithm. Defaults to "sha256".
8
7
  */
9
8
  export declare function calculateJwkThumbprint(key: t.JWK | t.CryptoKey | t.KeyObject, digestAlgorithm?: 'sha256' | 'sha384' | 'sha512'): Promise<string>;
10
9
  /**
11
- * Calculates a JSON Web Key (JWK) Thumbprint URI.
10
+ * Calculates a JWK Thumbprint URI. CryptoKey inputs must be extractable.
12
11
  *
13
12
  * @param key Key to calculate the thumbprint for.
14
- * @param digestAlgorithm Digest Algorithm to use for calculating the thumbprint. Default is
15
- * "sha256".
13
+ * @param digestAlgorithm Digest algorithm. Defaults to "sha256".
16
14
  */
17
15
  export declare function calculateJwkThumbprintUri(key: t.CryptoKey | t.KeyObject | t.JWK, digestAlgorithm?: 'sha256' | 'sha384' | 'sha512'): Promise<string>;
@@ -2,14 +2,15 @@ import type * as t from '../types.d.ts';
2
2
  /** A key resolver created by {@link createLocalJWKSet}. */
3
3
  export interface LocalJWKSet {
4
4
  (protectedHeader?: t.JWSHeaderParameters, token?: t.FlattenedJWSInput): Promise<t.CryptoKey>;
5
- /** Returns a structured clone of the JSON Web Key Set this resolver was created with. */
5
+ /** Returns a structured clone of the original JSON Web Key Set. */
6
6
  jwks: () => t.JSONWebKeySet;
7
7
  }
8
8
  /**
9
- * Creates a resolver for a locally available JSON Web Key Set.
9
+ * Creates a resolver for a locally available JSON Web Key Set. Selection uses the header's "alg"
10
+ * (Algorithm) and "kid" (Key ID), and respects the JWK's "use" (Public Key Use) and "key_ops" (Key
11
+ * Operations). Exactly one key must match.
10
12
  *
11
- * > Note: The function's purpose is to resolve public keys used for verifying signatures and will not work
12
- * > for public encryption keys.
13
+ * > Note: Only public signature verification keys are supported, not public encryption keys.
13
14
  *
14
15
  * @param jwks JSON Web Key Set formatted object.
15
16
  */
@@ -1,20 +1,18 @@
1
1
  import type * as t from '../types.d.ts';
2
2
  /**
3
- * Symbol used to configure a custom fetch implementation for remote JWKS retrieval.
3
+ * Configures a custom fetch implementation for remote JWKS retrieval.
4
4
  *
5
- * > Note: Known caveat: Expect Type-related issues when passing the inputs through to fetch-like modules,
6
- * > they hardly ever get their typings inline with actual fetch, you should `@ts-expect-error` them.
5
+ * > Note: Fetch-like libraries may have incompatible TypeScript signatures even when they accept the
6
+ * > supplied arguments at runtime.
7
7
  */
8
8
  export declare const customFetch: unique symbol;
9
- /** Function signature accepted by {@link customFetch}. */
9
+ /** Custom fetch function. Must return HTTP 200 with a JSON JWKS. See {@link customFetch}. */
10
10
  export type FetchImplementation = (
11
- /** URL the request is being made sent to {@link !fetch} as the `resource` argument */
11
+ /** JWKS URL, passed as the fetch resource. */
12
12
  url: string,
13
- /** Options otherwise sent to {@link !fetch} as the `options` argument */
13
+ /** Options passed to fetch. */
14
14
  options: {
15
- /** HTTP Headers */
16
15
  headers: Headers;
17
- /** The {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods request method} */
18
16
  method: 'GET';
19
17
  /** See {@link !Request.redirect} */
20
18
  redirect: 'manual';
@@ -23,9 +21,8 @@ options: {
23
21
  /**
24
22
  * Symbol used to configure an externally persisted remote JWKS cache.
25
23
  *
26
- * > Warning: This option has security implications that must be understood, assessed for applicability, and
27
- * > accepted before use. It is critical that the JSON Web Key Set cache only be writable by your own
28
- * > code.
24
+ * > Warning: Only trusted application code must be allowed to write this cache; its keys are trusted for
25
+ * > signature verification.
29
26
  */
30
27
  export declare const jwksCache: unique symbol;
31
28
  /** Remote JWKS resolver options. */
@@ -36,13 +33,13 @@ export interface RemoteJWKSetOptions {
36
33
  */
37
34
  timeoutDuration?: number;
38
35
  /**
39
- * Duration (in milliseconds) for which no more HTTP requests will be triggered after a previous
40
- * successful fetch. Must not be `NaN`. Default is 30000 (30 seconds).
36
+ * Time in milliseconds after a successful fetch before a missing key can trigger another fetch.
37
+ * Must not be `NaN`. Defaults to 30000 (30 seconds).
41
38
  */
42
39
  cooldownDuration?: number;
43
40
  /**
44
- * Maximum time (in milliseconds) between successful HTTP requests. Default is 600000 (10
45
- * minutes). Must not be `NaN`.
41
+ * Maximum age of cached keys in milliseconds. Defaults to 600000 (10 minutes); `Infinity`
42
+ * disables expiry. Must not be `NaN`.
46
43
  */
47
44
  cacheMaxAge?: number | typeof Infinity;
48
45
  /** Headers to be sent with the HTTP request. */
@@ -56,7 +53,7 @@ export interface RemoteJWKSetOptions {
56
53
  export interface ExportedJWKSCache {
57
54
  /** Current cached JSON Web Key Set */
58
55
  jwks: t.JSONWebKeySet;
59
- /** Last updated at timestamp (milliseconds since epoch) */
56
+ /** Last successful fetch, in milliseconds since Unix epoch. */
60
57
  uat: number;
61
58
  }
62
59
  /** Values accepted by the {@link jwksCache} option. */
@@ -79,16 +76,18 @@ export interface RemoteJWKSet {
79
76
  */
80
77
  reload: () => Promise<void>;
81
78
  /**
82
- * The currently cached JSON Web Key Set, or `undefined` when none has been fetched or seeded via
83
- * {@link jwksCache} yet.
79
+ * Returns a structured clone of the cached JSON Web Key Set, or `undefined` before keys have been
80
+ * fetched or seeded via {@link jwksCache}.
84
81
  */
85
82
  jwks: () => t.JSONWebKeySet | undefined;
86
83
  }
87
84
  /**
88
- * Creates a resolver for a JSON Web Key Set available at an HTTP(S) URL.
85
+ * Creates a resolver for a JSON Web Key Set available at an HTTP(S) URL. Fetches the JSON Web Key
86
+ * Set when the cache is missing or stale. An unmatched key triggers another fetch only when
87
+ * `cooldownDuration` has elapsed since the last successful fetch. Selection uses the header's "alg"
88
+ * and "kid" and respects the JWK's "use" and "key_ops". Exactly one key must match.
89
89
  *
90
- * > Note: The function's purpose is to resolve public keys used for verifying signatures and will not work
91
- * > for public encryption keys.
90
+ * > Note: Only public signature verification keys are supported, not public encryption keys.
92
91
  *
93
92
  * @param url URL to fetch the JSON Web Key Set from.
94
93
  */
@@ -3,17 +3,17 @@ import type * as t from '../../types.d.ts';
3
3
  export declare class CompactSign {
4
4
  #private;
5
5
  /**
6
- * {@link CompactSign} constructor
6
+ * Creates a Compact JWS signer.
7
7
  *
8
8
  * @param payload Binary representation of the payload to sign.
9
9
  */
10
10
  constructor(payload: Uint8Array);
11
- /** Sets the JWS Protected Header on the CompactSign object. */
11
+ /** Sets the JWS Protected Header. May only be called once. */
12
12
  setProtectedHeader(protectedHeader: t.CompactJWSHeaderParameters): this;
13
13
  /**
14
- * Signs and resolves the value of the Compact JWS string.
14
+ * Signs the payload as a Compact JWS.
15
15
  *
16
- * @param key Private Key or Secret to sign the JWS with. See
16
+ * @param key Private key or shared secret. See
17
17
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
18
18
  */
19
19
  sign(key: t.KeyInput, options?: t.SignOptions): Promise<string>;
@@ -1,28 +1,25 @@
1
1
  import type * as t from '../../types.d.ts';
2
- /** Dynamic key resolver for Compact JWS verification. */
2
+ /** Resolves a key for Compact JWS verification from unverified headers and token data. */
3
3
  export interface CompactVerifyGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.CompactJWSHeaderParameters, t.FlattenedJWSInput, KeyType | t.KeyObject | t.JWK> {
4
4
  }
5
5
  /**
6
6
  * Verifies a Compact JWS signature and decodes its payload.
7
7
  *
8
- * @param key Key to verify the JWS with. See
8
+ * @param key Public key or shared secret. See
9
9
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
10
10
  */
11
11
  export declare function compactVerify(jws: string | Uint8Array, key: t.KeyInput, options?: t.VerifyOptions): Promise<t.CompactVerifyResult>;
12
12
  /**
13
- * Verifies a Compact JWS signature and decodes its payload, resolving the key dynamically. The
14
- * result additionally carries the {@link t.ResolvedKey.key resolved key}.
13
+ * Verifies a Compact JWS signature and decodes its payload with a dynamically resolved key,
14
+ * included in the result.
15
15
  *
16
- * @param getKey Function resolving a key to verify the JWS with. See
17
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
16
+ * @param getKey Resolves a public key or shared secret from unverified token data.
18
17
  */
19
18
  export declare function compactVerify<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jws: string | Uint8Array, getKey: CompactVerifyGetKey<KeyType>, options?: t.VerifyOptions): Promise<t.CompactVerifyResult & t.ResolvedKey<KeyType>>;
20
19
  /**
21
- * Accepts either form of the `key` argument. Use this overload when forwarding a value that may be
22
- * either a key or a key resolution function; `key` is present on the result only when a resolution
23
- * function was used.
20
+ * Verifies a Compact JWS and decodes its payload using a key or key resolver. The result includes
21
+ * `key` only when a resolver is used.
24
22
  *
25
- * @param key Key, or function resolving a key, to verify the JWS with. See
26
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
23
+ * @param key Public key or shared secret, or a function resolving one.
27
24
  */
28
25
  export declare function compactVerify(jws: string | Uint8Array, key: t.KeyInput | CompactVerifyGetKey, options?: t.VerifyOptions): Promise<t.CompactVerifyResult & Partial<t.ResolvedKey>>;
@@ -3,19 +3,19 @@ import type * as t from '../../types.d.ts';
3
3
  export declare class FlattenedSign {
4
4
  #private;
5
5
  /**
6
- * {@link FlattenedSign} constructor
6
+ * Creates a Flattened JWS signer.
7
7
  *
8
8
  * @param payload Binary representation of the payload to sign.
9
9
  */
10
10
  constructor(payload: Uint8Array);
11
- /** Sets the JWS Protected Header on the FlattenedSign object. */
11
+ /** Sets the JWS Protected Header. May only be called once. */
12
12
  setProtectedHeader(protectedHeader: t.JWSHeaderParameters): this;
13
- /** Sets the JWS Unprotected Header on the FlattenedSign object. */
13
+ /** Sets the JWS Unprotected Header. May only be called once. */
14
14
  setUnprotectedHeader(unprotectedHeader: t.JWSHeaderParameters): this;
15
15
  /**
16
- * Signs and resolves the value of the Flattened JWS object.
16
+ * Signs the payload as a Flattened JWS.
17
17
  *
18
- * @param key Private Key or Secret to sign the JWS with. See
18
+ * @param key Private key or shared secret. See
19
19
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
20
20
  */
21
21
  sign(key: t.KeyInput, options?: t.SignOptions): Promise<t.FlattenedJWS>;
@@ -1,28 +1,25 @@
1
1
  import type * as t from '../../types.d.ts';
2
- /** Dynamic key resolver for Flattened JWS verification. */
2
+ /** Resolves a key for Flattened JWS verification from unverified headers and token data. */
3
3
  export interface FlattenedVerifyGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWSHeaderParameters, t.FlattenedJWSInput, KeyType | t.KeyObject | t.JWK> {
4
4
  }
5
5
  /**
6
6
  * Verifies a Flattened JWS signature and decodes its payload.
7
7
  *
8
- * @param key Key to verify the JWS with. See
8
+ * @param key Public key or shared secret. See
9
9
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
10
10
  */
11
11
  export declare function flattenedVerify(jws: t.FlattenedJWSInput, key: t.KeyInput, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult>;
12
12
  /**
13
- * Verifies a Flattened JWS signature and decodes its payload, resolving the key dynamically. The
14
- * result additionally carries the {@link t.ResolvedKey.key resolved key}.
13
+ * Verifies a Flattened JWS signature and decodes its payload with a dynamically resolved key,
14
+ * included in the result.
15
15
  *
16
- * @param getKey Function resolving a key to verify the JWS with. See
17
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
16
+ * @param getKey Resolves a public key or shared secret from unverified token data.
18
17
  */
19
18
  export declare function flattenedVerify<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jws: t.FlattenedJWSInput, getKey: FlattenedVerifyGetKey<KeyType>, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult & t.ResolvedKey<KeyType>>;
20
19
  /**
21
- * Accepts either form of the `key` argument. Use this overload when forwarding a value that may be
22
- * either a key or a key resolution function; `key` is present on the result only when a resolution
23
- * function was used.
20
+ * Verifies a Flattened JWS and decodes its payload using a key or key resolver. The result includes
21
+ * `key` only when a resolver is used.
24
22
  *
25
- * @param key Key, or function resolving a key, to verify the JWS with. See
26
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
23
+ * @param key Public key or shared secret, or a function resolving one.
27
24
  */
28
25
  export declare function flattenedVerify(jws: t.FlattenedJWSInput, key: t.KeyInput | FlattenedVerifyGetKey, options?: t.VerifyOptions): Promise<t.FlattenedVerifyResult & Partial<t.ResolvedKey>>;
@@ -1,42 +1,38 @@
1
1
  import type * as t from '../../types.d.ts';
2
2
  /** Configures an individual signature in a General JWS. */
3
3
  export interface Signature {
4
- /** Sets the JWS Protected Header on the Signature object. */
4
+ /** Sets the JWS Protected Header. May only be called once. */
5
5
  setProtectedHeader(protectedHeader: t.JWSHeaderParameters): Signature;
6
- /** Sets the JWS Unprotected Header on the Signature object. */
6
+ /** Sets the JWS Unprotected Header. May only be called once. */
7
7
  setUnprotectedHeader(unprotectedHeader: t.JWSHeaderParameters): Signature;
8
8
  /**
9
- * A shorthand for calling {@link GeneralSign.addSignature addSignature()} on the enclosing
10
- * {@link GeneralSign} instance.
9
+ * Adds another signature to the enclosing {@link GeneralSign} and returns its configuration.
11
10
  *
12
- * @param key Private Key or Secret to sign the individual JWS signature with. See
11
+ * @param key Private key or shared secret. See
13
12
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
14
13
  */
15
14
  addSignature(key: t.KeyInput, options?: t.SignOptions): Signature;
16
- /**
17
- * A shorthand for calling {@link GeneralSign.sign sign()} on the enclosing {@link GeneralSign}
18
- * instance. Takes no arguments — each signature's key is supplied to {@link addSignature}.
19
- */
15
+ /** Creates all signatures on the enclosing {@link GeneralSign}, using their configured keys. */
20
16
  sign(): Promise<t.GeneralJWS>;
21
- /** Returns the enclosing {@link GeneralSign} instance */
17
+ /** Returns the enclosing {@link GeneralSign} instance. */
22
18
  done(): GeneralSign;
23
19
  }
24
20
  /** Builds and signs General JWS objects. */
25
21
  export declare class GeneralSign {
26
22
  #private;
27
23
  /**
28
- * {@link GeneralSign} constructor
24
+ * Creates a General JWS signer.
29
25
  *
30
26
  * @param payload Binary representation of the payload to sign.
31
27
  */
32
28
  constructor(payload: Uint8Array);
33
29
  /**
34
- * Adds an additional signature for the General JWS object.
30
+ * Adds a signature and returns its configuration.
35
31
  *
36
- * @param key Private Key or Secret to sign the individual JWS signature with. See
32
+ * @param key Private key or shared secret. See
37
33
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
38
34
  */
39
35
  addSignature(key: t.KeyInput, options?: t.SignOptions): Signature;
40
- /** Signs and resolves the value of the General JWS object. */
36
+ /** Signs the payload as a General JWS. */
41
37
  sign(): Promise<t.GeneralJWS>;
42
38
  }
@@ -1,35 +1,29 @@
1
1
  import type * as t from '../../types.d.ts';
2
- /** Dynamic key resolver for General JWS verification. */
2
+ /** Resolves a key for General JWS verification from unverified headers and token data. */
3
3
  export interface GeneralVerifyGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.JWSHeaderParameters, t.FlattenedJWSInput, KeyType | t.KeyObject | t.JWK> {
4
4
  }
5
5
  /**
6
6
  * Verifies a General JWS signature and decodes its payload.
7
7
  *
8
- * > Note: The function iterates over the `signatures` array in the General JWS and returns the verification
9
- * > result of the first signature entry that can be successfully verified. The result only contains
10
- * > the payload, protected header, and unprotected header of that successfully verified signature
11
- * > entry. Other signature entries' headers may be inspected solely to reject inconsistent use of the
12
- * > JWS Unencoded Payload Option, and their headers are not included in the returned result.
13
- * > Recipients of a General JWS should only rely on the returned (verified) data.
8
+ * > Note: Returns payload and headers from the first signature that verifies successfully. Other entries'
9
+ * > headers may be inspected to reject inconsistent use of the JWS Unencoded Payload Option, but are
10
+ * > not included in the result. Rely only on the returned data.
14
11
  *
15
- * @param key Key to verify the JWS with. See
12
+ * @param key Public key or shared secret. See
16
13
  * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
17
14
  */
18
15
  export declare function generalVerify(jws: t.GeneralJWSInput, key: t.KeyInput, options?: t.VerifyOptions): Promise<t.GeneralVerifyResult>;
19
16
  /**
20
- * Verifies a General JWS signature and decodes its payload, resolving the key dynamically. The
21
- * result additionally carries the {@link t.ResolvedKey.key resolved key}.
17
+ * Verifies a General JWS signature and decodes its payload with a dynamically resolved key,
18
+ * included in the result.
22
19
  *
23
- * @param getKey Function resolving a key to verify the JWS with. See
24
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
20
+ * @param getKey Resolves a public key or shared secret from unverified token data.
25
21
  */
26
22
  export declare function generalVerify<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jws: t.GeneralJWSInput, getKey: GeneralVerifyGetKey<KeyType>, options?: t.VerifyOptions): Promise<t.GeneralVerifyResult & t.ResolvedKey<KeyType>>;
27
23
  /**
28
- * Accepts either form of the `key` argument. Use this overload when forwarding a value that may be
29
- * either a key or a key resolution function; `key` is present on the result only when a resolution
30
- * function was used.
24
+ * Verifies a General JWS and decodes its payload using a key or key resolver. The result includes
25
+ * `key` only when a resolver is used.
31
26
  *
32
- * @param key Key, or function resolving a key, to verify the JWS with. See
33
- * {@link https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements}.
27
+ * @param key Public key or shared secret, or a function resolving one.
34
28
  */
35
29
  export declare function generalVerify(jws: t.GeneralJWSInput, key: t.KeyInput | GeneralVerifyGetKey, options?: t.VerifyOptions): Promise<t.GeneralVerifyResult & Partial<t.ResolvedKey>>;
@@ -2,30 +2,33 @@ import type * as t from '../types.d.ts';
2
2
  /** JWE decryption and JWT Claims Set validation options. */
3
3
  export interface JWTDecryptOptions extends t.DecryptOptions, t.JWTClaimVerificationOptions {
4
4
  }
5
- /** Dynamic key resolver for JWT decryption. */
5
+ /**
6
+ * Resolves a JWT decryption key. No token components have been authenticated when this function is
7
+ * called.
8
+ */
6
9
  export interface JWTDecryptGetKey<KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array> extends t.GetKeyFunction<t.CompactJWEHeaderParameters, t.FlattenedJWE, KeyType | t.KeyObject | t.JWK> {
7
10
  }
8
11
  /**
9
12
  * Decrypts a Compact JWE-formatted JWT and validates its Claims Set.
10
13
  *
11
- * @param key Private Key or Secret to decrypt and verify the JWT with. See
14
+ * @param key Private key or shared secret to decrypt and verify the JWT with. See
12
15
  * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
13
16
  */
14
17
  export declare function jwtDecrypt<PayloadType = t.JWTPayload>(jwt: string | Uint8Array, key: t.KeyInput, options?: JWTDecryptOptions): Promise<t.JWTDecryptResult<PayloadType>>;
15
18
  /**
16
- * Decrypts a JWT and validates its JWT Claims Set, resolving the key dynamically. The result
17
- * additionally carries the {@link t.ResolvedKey.key resolved key}.
19
+ * Decrypts a JWT and validates its claims, returning the dynamically
20
+ * {@link t.ResolvedKey.key resolved key}.
18
21
  *
19
- * @param getKey Function resolving Private Key or Secret to decrypt and verify the JWT with. See
20
- * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
22
+ * @param getKey Function resolving a private key or shared secret to decrypt and verify the JWT
23
+ * with. See {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
21
24
  */
22
25
  export declare function jwtDecrypt<PayloadType = t.JWTPayload, KeyType extends t.CryptoKey | Uint8Array = t.CryptoKey | Uint8Array>(jwt: string | Uint8Array, getKey: JWTDecryptGetKey<KeyType>, options?: JWTDecryptOptions): Promise<t.JWTDecryptResult<PayloadType> & t.ResolvedKey<KeyType>>;
23
26
  /**
24
- * Accepts either form of the `key` argument. Use this overload when forwarding a value that may be
25
- * either a key or a key resolution function; `key` is present on the result only when a resolution
26
- * function was used.
27
+ * Accepts a key or key resolver. Use this overload when forwarding either form; the result includes
28
+ * `key` only when a resolver was used.
27
29
  *
28
- * @param key Private Key or Secret, or a function resolving one, to decrypt and verify the JWT
29
- * with. See {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
30
+ * @param key Private key or shared secret, or a function resolving one, to decrypt and verify the
31
+ * JWT with. See
32
+ * {@link https://github.com/panva/jose/issues/210#jwe-alg Algorithm Key Requirements}.
30
33
  */
31
34
  export declare function jwtDecrypt<PayloadType = t.JWTPayload>(jwt: string | Uint8Array, key: t.KeyInput | JWTDecryptGetKey, options?: JWTDecryptOptions): Promise<t.JWTDecryptResult<PayloadType> & Partial<t.ResolvedKey>>;