@truvity/sdk 0.28.3 → 0.28.5

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 (211) hide show
  1. package/api/resources/apiKeys/client/Client.d.ts +1 -0
  2. package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
  3. package/api/resources/apiKeys/client/Client.js +16 -8
  4. package/api/resources/apiKeys/client/Client.js.map +1 -1
  5. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts +8 -8
  6. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -1
  7. package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.d.ts +8 -8
  8. package/api/resources/apiKeys/client/requests/ApiKeyDeleteRequest.js.map +1 -1
  9. package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.d.ts +8 -8
  10. package/api/resources/apiKeys/client/requests/ApiKeyRestoreRequest.js.map +1 -1
  11. package/api/resources/apiKeys/client/requests/ApiKeyUpdateRequest.d.ts +8 -8
  12. package/api/resources/apiKeys/client/requests/ApiKeyUpdateRequest.js.map +1 -1
  13. package/api/resources/credentials/client/Client.d.ts +2 -0
  14. package/api/resources/credentials/client/Client.d.ts.map +1 -1
  15. package/api/resources/credentials/client/Client.js +26 -10
  16. package/api/resources/credentials/client/Client.js.map +1 -1
  17. package/api/resources/credentials/client/requests/CredentialDeleteRequest.d.ts +8 -8
  18. package/api/resources/credentials/client/requests/CredentialDeleteRequest.js.map +1 -1
  19. package/api/resources/credentials/client/requests/CredentialInput.d.ts +8 -8
  20. package/api/resources/credentials/client/requests/CredentialInput.js.map +1 -1
  21. package/api/resources/credentials/client/requests/CredentialRestoreRequest.d.ts +8 -8
  22. package/api/resources/credentials/client/requests/CredentialRestoreRequest.js.map +1 -1
  23. package/api/resources/credentials/client/requests/CredentialUploadRequest.d.ts +8 -8
  24. package/api/resources/credentials/client/requests/CredentialUploadRequest.js.map +1 -1
  25. package/api/resources/desk/client/Client.js +2 -2
  26. package/api/resources/desk/client/Client.js.map +1 -1
  27. package/api/resources/didcommMessages/client/Client.d.ts +3 -0
  28. package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
  29. package/api/resources/didcommMessages/client/Client.js +31 -7
  30. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  31. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +8 -8
  32. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
  33. package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.d.ts +8 -8
  34. package/api/resources/didcommMessages/client/requests/DidcommMessageDeleteRequest.js.map +1 -1
  35. package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.d.ts +8 -8
  36. package/api/resources/didcommMessages/client/requests/DidcommMessageRestoreRequest.js.map +1 -1
  37. package/api/resources/dids/client/Client.js +1 -1
  38. package/api/resources/dids/client/Client.js.map +1 -1
  39. package/api/resources/drafts/client/Client.d.ts +2 -0
  40. package/api/resources/drafts/client/Client.d.ts.map +1 -1
  41. package/api/resources/drafts/client/Client.js +26 -10
  42. package/api/resources/drafts/client/Client.js.map +1 -1
  43. package/api/resources/drafts/client/requests/DraftCreateRequest.d.ts +8 -8
  44. package/api/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -1
  45. package/api/resources/drafts/client/requests/DraftDeleteRequest.d.ts +8 -8
  46. package/api/resources/drafts/client/requests/DraftDeleteRequest.js.map +1 -1
  47. package/api/resources/drafts/client/requests/DraftRestoreRequest.d.ts +8 -8
  48. package/api/resources/drafts/client/requests/DraftRestoreRequest.js.map +1 -1
  49. package/api/resources/drafts/client/requests/DraftUpdateRequest.d.ts +8 -8
  50. package/api/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -1
  51. package/api/resources/files/client/Client.d.ts +2 -0
  52. package/api/resources/files/client/Client.d.ts.map +1 -1
  53. package/api/resources/files/client/Client.js +26 -10
  54. package/api/resources/files/client/Client.js.map +1 -1
  55. package/api/resources/files/client/requests/FileCreateRequest.d.ts +8 -8
  56. package/api/resources/files/client/requests/FileCreateRequest.js.map +1 -1
  57. package/api/resources/files/client/requests/FileDeleteRequest.d.ts +8 -8
  58. package/api/resources/files/client/requests/FileDeleteRequest.js.map +1 -1
  59. package/api/resources/files/client/requests/FileRestoreRequest.d.ts +8 -8
  60. package/api/resources/files/client/requests/FileRestoreRequest.js.map +1 -1
  61. package/api/resources/files/client/requests/FileUpdateRequest.d.ts +8 -8
  62. package/api/resources/files/client/requests/FileUpdateRequest.js.map +1 -1
  63. package/api/resources/files/client/requests/FileUploadRequest.d.ts +8 -8
  64. package/api/resources/files/client/requests/FileUploadRequest.js.map +1 -1
  65. package/api/resources/gdpr/client/Client.js +1 -1
  66. package/api/resources/gdpr/client/Client.js.map +1 -1
  67. package/api/resources/keys/client/Client.d.ts +4 -4
  68. package/api/resources/keys/client/Client.d.ts.map +1 -1
  69. package/api/resources/keys/client/Client.js +44 -16
  70. package/api/resources/keys/client/Client.js.map +1 -1
  71. package/api/resources/keys/client/requests/KeyDeleteRequest.d.ts +8 -8
  72. package/api/resources/keys/client/requests/KeyDeleteRequest.js.map +1 -1
  73. package/api/resources/keys/client/requests/KeyGenerateInput.d.ts +8 -8
  74. package/api/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
  75. package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts +8 -8
  76. package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
  77. package/api/resources/keys/client/requests/KeyInput.d.ts +8 -8
  78. package/api/resources/keys/client/requests/KeyInput.js.map +1 -1
  79. package/api/resources/keys/client/requests/KeyRestoreRequest.d.ts +8 -8
  80. package/api/resources/keys/client/requests/KeyRestoreRequest.js.map +1 -1
  81. package/api/resources/presentations/client/Client.d.ts +3 -0
  82. package/api/resources/presentations/client/Client.d.ts.map +1 -1
  83. package/api/resources/presentations/client/Client.js +36 -12
  84. package/api/resources/presentations/client/Client.js.map +1 -1
  85. package/api/resources/presentations/client/requests/PresentationDeleteRequest.d.ts +8 -8
  86. package/api/resources/presentations/client/requests/PresentationDeleteRequest.js.map +1 -1
  87. package/api/resources/presentations/client/requests/PresentationInput.d.ts +8 -8
  88. package/api/resources/presentations/client/requests/PresentationInput.js.map +1 -1
  89. package/api/resources/presentations/client/requests/PresentationRestoreRequest.d.ts +8 -8
  90. package/api/resources/presentations/client/requests/PresentationRestoreRequest.js.map +1 -1
  91. package/api/resources/presentations/client/requests/PresentationUploadRequest.d.ts +8 -8
  92. package/api/resources/presentations/client/requests/PresentationUploadRequest.js.map +1 -1
  93. package/api/types/DraftSchema.d.ts +17 -16
  94. package/api/types/DraftSchema.d.ts.map +1 -1
  95. package/api/types/DraftSchema.js.map +1 -1
  96. package/api/types/EqualKeyTypeValue.d.ts +1 -2
  97. package/api/types/EqualKeyTypeValue.d.ts.map +1 -1
  98. package/api/types/EqualKeyTypeValue.js +0 -1
  99. package/api/types/EqualKeyTypeValue.js.map +1 -1
  100. package/api/types/InKeyTypeValuesItem.d.ts +6 -8
  101. package/api/types/InKeyTypeValuesItem.d.ts.map +1 -1
  102. package/api/types/InKeyTypeValuesItem.js +0 -1
  103. package/api/types/InKeyTypeValuesItem.js.map +1 -1
  104. package/api/types/KeyGenerate.d.ts +5 -6
  105. package/api/types/KeyGenerate.d.ts.map +1 -1
  106. package/api/types/KeyGenerate.js.map +1 -1
  107. package/api/types/KeyGenerateType.d.ts +6 -8
  108. package/api/types/KeyGenerateType.d.ts.map +1 -1
  109. package/api/types/KeyGenerateType.js +0 -1
  110. package/api/types/KeyGenerateType.js.map +1 -1
  111. package/api/types/KeyPublic.d.ts +5 -6
  112. package/api/types/KeyPublic.d.ts.map +1 -1
  113. package/api/types/KeyPublic.js.map +1 -1
  114. package/api/types/KeyPublicType.d.ts +6 -8
  115. package/api/types/KeyPublicType.d.ts.map +1 -1
  116. package/api/types/KeyPublicType.js +0 -1
  117. package/api/types/KeyPublicType.js.map +1 -1
  118. package/api/types/NotEqualKeyTypeValue.d.ts +1 -2
  119. package/api/types/NotEqualKeyTypeValue.d.ts.map +1 -1
  120. package/api/types/NotEqualKeyTypeValue.js +0 -1
  121. package/api/types/NotEqualKeyTypeValue.js.map +1 -1
  122. package/api/types/NotInKeyTypeValuesItem.d.ts +6 -8
  123. package/api/types/NotInKeyTypeValuesItem.d.ts.map +1 -1
  124. package/api/types/NotInKeyTypeValuesItem.js +0 -1
  125. package/api/types/NotInKeyTypeValuesItem.js.map +1 -1
  126. package/api/types/ProblemMethodNotAllowedAlive.d.ts +1 -1
  127. package/api/types/ProblemMethodNotAllowedAlive.js.map +1 -1
  128. package/api/types/ProblemMethodNotAllowedDeleted.d.ts +1 -1
  129. package/api/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
  130. package/api/types/ProblemPreconditionFailedBlob.d.ts +1 -1
  131. package/api/types/ProblemPreconditionFailedBlob.js.map +1 -1
  132. package/api/types/ProblemResourceNotFound.d.ts +1 -1
  133. package/api/types/ProblemResourceNotFound.js.map +1 -1
  134. package/documents/credential/baseVerifiableCredential.d.ts +1 -1
  135. package/documents/credential/baseVerifiableCredential.d.ts.map +1 -1
  136. package/documents/credential/baseVerifiableCredential.js +27 -4
  137. package/documents/credential/baseVerifiableCredential.js.map +1 -1
  138. package/documents/credential/document.d.ts +1 -1
  139. package/documents/credential/document.d.ts.map +1 -1
  140. package/documents/credential/document.js +2 -2
  141. package/documents/credential/document.js.map +1 -1
  142. package/documents/credential/document.spec.d.ts +1 -1
  143. package/documents/credential/document.spec.d.ts.map +1 -1
  144. package/documents/credential/document.spec.js +4 -3
  145. package/documents/credential/document.spec.js.map +1 -1
  146. package/documents/credential/draft.d.ts +2 -1
  147. package/documents/credential/draft.d.ts.map +1 -1
  148. package/documents/credential/draft.js +4 -3
  149. package/documents/credential/draft.js.map +1 -1
  150. package/documents/credential/flavor.d.ts.map +1 -1
  151. package/documents/credential/flavor.js +1 -0
  152. package/documents/credential/flavor.js.map +1 -1
  153. package/documents/credential/flavor.spec.js +5 -3
  154. package/documents/credential/flavor.spec.js.map +1 -1
  155. package/documents/credential/issued.d.ts +2 -1
  156. package/documents/credential/issued.d.ts.map +1 -1
  157. package/documents/credential/issued.js +4 -3
  158. package/documents/credential/issued.js.map +1 -1
  159. package/documents/credential/unknown.d.ts +6 -1
  160. package/documents/credential/unknown.d.ts.map +1 -1
  161. package/documents/credential/unknown.js +10 -2
  162. package/documents/credential/unknown.js.map +1 -1
  163. package/documents/credential.d.ts +7 -1
  164. package/documents/credential.d.ts.map +1 -1
  165. package/documents/credential.js +19 -8
  166. package/documents/credential.js.map +1 -1
  167. package/documents/models.d.ts +1 -1
  168. package/documents/models.d.ts.map +1 -1
  169. package/documents/models.js +2 -25
  170. package/documents/models.js.map +1 -1
  171. package/documents/presentation/issued.d.ts +1 -1
  172. package/documents/presentation/issued.d.ts.map +1 -1
  173. package/documents/presentation/issued.js +2 -2
  174. package/documents/presentation/issued.js.map +1 -1
  175. package/documents/presentation.d.ts +7 -1
  176. package/documents/presentation.d.ts.map +1 -1
  177. package/documents/presentation.js +10 -2
  178. package/documents/presentation.js.map +1 -1
  179. package/documents/types.d.ts +1 -0
  180. package/documents/types.d.ts.map +1 -1
  181. package/documents/types.js.map +1 -1
  182. package/package.json +1 -1
  183. package/reference.md +0 -4
  184. package/serialization/types/EqualKeyTypeValue.d.ts +1 -1
  185. package/serialization/types/EqualKeyTypeValue.d.ts.map +1 -1
  186. package/serialization/types/EqualKeyTypeValue.js +1 -1
  187. package/serialization/types/EqualKeyTypeValue.js.map +1 -1
  188. package/serialization/types/InKeyTypeValuesItem.d.ts +1 -1
  189. package/serialization/types/InKeyTypeValuesItem.d.ts.map +1 -1
  190. package/serialization/types/InKeyTypeValuesItem.js +1 -1
  191. package/serialization/types/InKeyTypeValuesItem.js.map +1 -1
  192. package/serialization/types/KeyGenerateType.d.ts +1 -1
  193. package/serialization/types/KeyGenerateType.d.ts.map +1 -1
  194. package/serialization/types/KeyGenerateType.js +1 -1
  195. package/serialization/types/KeyGenerateType.js.map +1 -1
  196. package/serialization/types/KeyPublicType.d.ts +1 -1
  197. package/serialization/types/KeyPublicType.d.ts.map +1 -1
  198. package/serialization/types/KeyPublicType.js +1 -1
  199. package/serialization/types/KeyPublicType.js.map +1 -1
  200. package/serialization/types/NotEqualKeyTypeValue.d.ts +1 -1
  201. package/serialization/types/NotEqualKeyTypeValue.d.ts.map +1 -1
  202. package/serialization/types/NotEqualKeyTypeValue.js +1 -1
  203. package/serialization/types/NotEqualKeyTypeValue.js.map +1 -1
  204. package/serialization/types/NotInKeyTypeValuesItem.d.ts +1 -1
  205. package/serialization/types/NotInKeyTypeValuesItem.d.ts.map +1 -1
  206. package/serialization/types/NotInKeyTypeValuesItem.js +1 -1
  207. package/serialization/types/NotInKeyTypeValuesItem.js.map +1 -1
  208. package/documents/credential/index.d.ts +0 -7
  209. package/documents/credential/index.d.ts.map +0 -1
  210. package/documents/credential/index.js +0 -23
  211. package/documents/credential/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationDeleteRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationDeleteRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationDeleteRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
1
+ {"version":3,"file":"PresentationDeleteRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationDeleteRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationDeleteRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
@@ -20,17 +20,17 @@ export interface PresentationInput {
20
20
  * to ensure idempotent behavior by sending the same (or a similar) response
21
21
  * without executing the request a second time.
22
22
  *
23
- * Clients should be careful as any subsequent requests with the same key may
24
- * return the same response without further check. Thus, it is recommended to
25
- * use a UUID version 4 (random) or any other random string with enough
26
- * entropy to avoid collisions.
23
+ * Clients should be careful as any subsequent requests with the same key may
24
+ * return the same response without further check. Thus, it is recommended to
25
+ * use a UUID version 4 (random) or any other random string with enough
26
+ * entropy to avoid collisions.
27
27
  *
28
- * Keys expire after 24 hours. Clients are responsible to stay within this
29
- * limit, if they require idempotent behavior.
28
+ * Keys expire after 24 hours. Clients are responsible to stay within this
29
+ * limit, if they require idempotent behavior.
30
30
  *
31
- * See [API Guideline Rule #181][api-230] for further details.
31
+ * See [API Guideline Rule #181][api-230] for further details.
32
32
  *
33
- * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
33
+ * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
34
34
  */
35
35
  idempotencyKey?: string;
36
36
  /** The annotations of the resource. */
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
1
+ {"version":3,"file":"PresentationInput.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationInput.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * blobId: \"blob_id\"\n * }\n */\nexport interface PresentationInput {\n /**\n * The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n */\n blobId: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
@@ -15,17 +15,17 @@ export interface PresentationRestoreRequest {
15
15
  * to ensure idempotent behavior by sending the same (or a similar) response
16
16
  * without executing the request a second time.
17
17
  *
18
- * Clients should be careful as any subsequent requests with the same key may
19
- * return the same response without further check. Thus, it is recommended to
20
- * use a UUID version 4 (random) or any other random string with enough
21
- * entropy to avoid collisions.
18
+ * Clients should be careful as any subsequent requests with the same key may
19
+ * return the same response without further check. Thus, it is recommended to
20
+ * use a UUID version 4 (random) or any other random string with enough
21
+ * entropy to avoid collisions.
22
22
  *
23
- * Keys expire after 24 hours. Clients are responsible to stay within this
24
- * limit, if they require idempotent behavior.
23
+ * Keys expire after 24 hours. Clients are responsible to stay within this
24
+ * limit, if they require idempotent behavior.
25
25
  *
26
- * See [API Guideline Rule #181][api-230] for further details.
26
+ * See [API Guideline Rule #181][api-230] for further details.
27
27
  *
28
- * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
28
+ * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
29
29
  */
30
30
  idempotencyKey?: string;
31
31
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationRestoreRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationRestoreRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationRestoreRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
1
+ {"version":3,"file":"PresentationRestoreRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationRestoreRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\"\n * }\n */\nexport interface PresentationRestoreRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: https://tools.ietf.org/html/rfc9110#section-13.1.1\n *\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n}\n"]}
@@ -13,17 +13,17 @@ export interface PresentationUploadRequest {
13
13
  * to ensure idempotent behavior by sending the same (or a similar) response
14
14
  * without executing the request a second time.
15
15
  *
16
- * Clients should be careful as any subsequent requests with the same key may
17
- * return the same response without further check. Thus, it is recommended to
18
- * use a UUID version 4 (random) or any other random string with enough
19
- * entropy to avoid collisions.
16
+ * Clients should be careful as any subsequent requests with the same key may
17
+ * return the same response without further check. Thus, it is recommended to
18
+ * use a UUID version 4 (random) or any other random string with enough
19
+ * entropy to avoid collisions.
20
20
  *
21
- * Keys expire after 24 hours. Clients are responsible to stay within this
22
- * limit, if they require idempotent behavior.
21
+ * Keys expire after 24 hours. Clients are responsible to stay within this
22
+ * limit, if they require idempotent behavior.
23
23
  *
24
- * See [API Guideline Rule #181][api-230] for further details.
24
+ * See [API Guideline Rule #181][api-230] for further details.
25
25
  *
26
- * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
26
+ * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.
27
27
  */
28
28
  idempotencyKey?: string;
29
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"PresentationUploadRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationUploadRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface PresentationUploadRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n}\n"]}
1
+ {"version":3,"file":"PresentationUploadRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/presentations/client/requests/PresentationUploadRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface PresentationUploadRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181][api-230] for further details.\n *\n * [api-230]: <https://opensource.zalando.com/restful-api-guidelines/#230>.\n */\n idempotencyKey?: string;\n}\n"]}
@@ -12,26 +12,27 @@ export interface DraftSchema {
12
12
  * The JSON-LD vocabulary namespace is used to define the `@id`of the generated vocabulary, which identifies
13
13
  * the semantics of the credential claims.
14
14
  *
15
- * The final `@id` is resolved as `<vocab_namespace>#<vocab_name>`.
16
- * For example: `https://www.w3.org/2018/credentials#VerifiableCredential`.
15
+ * The final `@id` is resolved as `<vocab_namespace>#<vocab_name>`.
16
+ * For example: `https://www.w3.org/2018/credentials#VerifiableCredential`.
17
17
  *
18
- * It's important to carefully select the namespace for vocabularies, as it can impact whether counterparties
19
- * will trust the issued credentials or not.
18
+ * It's important to carefully select the namespace for vocabularies, as it can impact whether counterparties
19
+ * will trust the issued credentials or not.
20
20
  *
21
- * A common practice is to dedicate a specific web page on the company's website for the vocabulary.
22
- * This page not only semantically binds the vocabulary with the company but may also contain documentation
23
- * for developers, explaining the meaning of fields and how they should be processed.
21
+ * A common practice is to dedicate a specific web page on the company's website for the vocabulary.
22
+ * This page not only semantically binds the vocabulary with the company but may also contain documentation
23
+ * for developers, explaining the meaning of fields and how they should be processed.
24
24
  *
25
- * The aforementioned web page can be served on a subdomain (e.g., `https://vocabulary.my-company.com`)
26
- * or on a specific pathname (e.g., `https://my-company.com/vocabulary`).
25
+ * The aforementioned web page can be served on a subdomain (e.g., `https://vocabulary.my-company.com`)
26
+ * or on a specific pathname (e.g., `https://my-company.com/vocabulary`).
27
27
  *
28
- * Keep in mind that to issue and verify a VC, the URI of the `vocab_namespace` might not need to be resolvable.
29
- * However, this could decrease the discoverability of the semantics and the further adoption of the vocabularies.
28
+ * Keep in mind that to issue and verify a VC, the URI of the `vocab_namespace` might not need to be resolvable.
29
+ * However, this could decrease the discoverability of the semantics and the further adoption of the vocabularies.
30
30
  *
31
- * A few examples:
32
- * - https://vocabulary.uncefact.org
33
- * - https://w3id.org/traceability
34
- * - https://www.w3.org/2018/credentials
31
+ * A few examples:
32
+ *
33
+ * - https://vocabulary.uncefact.org
34
+ * - https://w3id.org/traceability
35
+ * - https://www.w3.org/2018/credentials
35
36
  */
36
37
  vocabNamespace: string;
37
38
  /**
@@ -40,7 +41,7 @@ export interface DraftSchema {
40
41
  * Vocabularies are used to logically group related data, representing composite information.
41
42
  * It's important to ensure that the vocabulary name is unique within the `vocab_namespace`.
42
43
  *
43
- * A few examples: `BillOfLading`, `BankAccount`.
44
+ * A few examples: `BillOfLading`, `BankAccount`.
44
45
  */
45
46
  vocabName: string;
46
47
  /** A list of additional terms that will be added to the root type property of the credential. */
@@ -1 +1 @@
1
- {"version":3,"file":"DraftSchema.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftSchema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,mCAAmC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC,qBAAqB,EAAE,CAAC;IACzC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,iGAAiG;IACjG,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
1
+ {"version":3,"file":"DraftSchema.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftSchema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,mCAAmC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC,qBAAqB,EAAE,CAAC;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,iGAAiG;IACjG,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftSchema.js","sourceRoot":"","sources":["../../../src/api/types/DraftSchema.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A schema for a Draft.\n */\nexport interface DraftSchema {\n /** A list of claim definitions. */\n fields?: Truvity.DraftSchemaFieldsItem[];\n /**\n * The JSON-LD vocabulary namespace is used to define the `@id`of the generated vocabulary, which identifies\n * the semantics of the credential claims.\n *\n * The final `@id` is resolved as `<vocab_namespace>#<vocab_name>`.\n * For example: `https://www.w3.org/2018/credentials#VerifiableCredential`.\n *\n * It's important to carefully select the namespace for vocabularies, as it can impact whether counterparties\n * will trust the issued credentials or not.\n *\n * A common practice is to dedicate a specific web page on the company's website for the vocabulary.\n * This page not only semantically binds the vocabulary with the company but may also contain documentation\n * for developers, explaining the meaning of fields and how they should be processed.\n *\n * The aforementioned web page can be served on a subdomain (e.g., `https://vocabulary.my-company.com`)\n * or on a specific pathname (e.g., `https://my-company.com/vocabulary`).\n *\n * Keep in mind that to issue and verify a VC, the URI of the `vocab_namespace` might not need to be resolvable.\n * However, this could decrease the discoverability of the semantics and the further adoption of the vocabularies.\n *\n * A few examples:\n * - https://vocabulary.uncefact.org\n * - https://w3id.org/traceability\n * - https://www.w3.org/2018/credentials\n */\n vocabNamespace: string;\n /**\n * The name of the JSON-LD vocabulary that will be generated from the `fields` definitions.\n * A vocabulary is a user-defined dictionary that consolidates various claims under a single name.\n * Vocabularies are used to logically group related data, representing composite information.\n * It's important to ensure that the vocabulary name is unique within the `vocab_namespace`.\n *\n * A few examples: `BillOfLading`, `BankAccount`.\n */\n vocabName: string;\n /** A list of additional terms that will be added to the root type property of the credential. */\n vcType?: string[];\n}\n"]}
1
+ {"version":3,"file":"DraftSchema.js","sourceRoot":"","sources":["../../../src/api/types/DraftSchema.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * A schema for a Draft.\n */\nexport interface DraftSchema {\n /** A list of claim definitions. */\n fields?: Truvity.DraftSchemaFieldsItem[];\n /**\n * The JSON-LD vocabulary namespace is used to define the `@id`of the generated vocabulary, which identifies\n * the semantics of the credential claims.\n *\n * The final `@id` is resolved as `<vocab_namespace>#<vocab_name>`.\n * For example: `https://www.w3.org/2018/credentials#VerifiableCredential`.\n *\n * It's important to carefully select the namespace for vocabularies, as it can impact whether counterparties\n * will trust the issued credentials or not.\n *\n * A common practice is to dedicate a specific web page on the company's website for the vocabulary.\n * This page not only semantically binds the vocabulary with the company but may also contain documentation\n * for developers, explaining the meaning of fields and how they should be processed.\n *\n * The aforementioned web page can be served on a subdomain (e.g., `https://vocabulary.my-company.com`)\n * or on a specific pathname (e.g., `https://my-company.com/vocabulary`).\n *\n * Keep in mind that to issue and verify a VC, the URI of the `vocab_namespace` might not need to be resolvable.\n * However, this could decrease the discoverability of the semantics and the further adoption of the vocabularies.\n *\n * A few examples:\n *\n * - https://vocabulary.uncefact.org\n * - https://w3id.org/traceability\n * - https://www.w3.org/2018/credentials\n */\n vocabNamespace: string;\n /**\n * The name of the JSON-LD vocabulary that will be generated from the `fields` definitions.\n * A vocabulary is a user-defined dictionary that consolidates various claims under a single name.\n * Vocabularies are used to logically group related data, representing composite information.\n * It's important to ensure that the vocabulary name is unique within the `vocab_namespace`.\n *\n * A few examples: `BillOfLading`, `BankAccount`.\n */\n vocabName: string;\n /** A list of additional terms that will be added to the root type property of the credential. */\n vcType?: string[];\n}\n"]}
@@ -4,11 +4,10 @@
4
4
  /**
5
5
  * The value to compare against.
6
6
  */
7
- export declare type EqualKeyTypeValue = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
7
+ export declare type EqualKeyTypeValue = 'ED25519' | 'P256' | 'P384';
8
8
  export declare const EqualKeyTypeValue: {
9
9
  readonly Ed25519: "ED25519";
10
10
  readonly P256: "P256";
11
11
  readonly P384: "P384";
12
- readonly Secp256K1: "SECP256K1";
13
12
  };
14
13
  //# sourceMappingURL=EqualKeyTypeValue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/EqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAE1E,eAAO,MAAM,iBAAiB;;;;;CAKpB,CAAC"}
1
+ {"version":3,"file":"EqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/EqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE5D,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC"}
@@ -8,6 +8,5 @@ exports.EqualKeyTypeValue = {
8
8
  Ed25519: 'ED25519',
9
9
  P256: 'P256',
10
10
  P384: 'P384',
11
- Secp256K1: 'SECP256K1',
12
11
  };
13
12
  //# sourceMappingURL=EqualKeyTypeValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/api/types/EqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,iBAAiB,GAAG;IAC7B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The value to compare against.\n */\nexport type EqualKeyTypeValue = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n\nexport const EqualKeyTypeValue = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n Secp256K1: 'SECP256K1',\n} as const;\n"]}
1
+ {"version":3,"file":"EqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/api/types/EqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,iBAAiB,GAAG;IAC7B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The value to compare against.\n */\nexport type EqualKeyTypeValue = 'ED25519' | 'P256' | 'P384';\n\nexport const EqualKeyTypeValue = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n} as const;\n"]}
@@ -4,12 +4,11 @@
4
4
  /**
5
5
  * The specification of asymmetric key-pair.
6
6
  *
7
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
9
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
12
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
7
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
9
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
13
12
  *
14
13
  * Useful third-party documentation:
15
14
  *
@@ -23,11 +22,10 @@
23
22
  * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)
24
23
  * .
25
24
  */
26
- export declare type InKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
25
+ export declare type InKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384';
27
26
  export declare const InKeyTypeValuesItem: {
28
27
  readonly Ed25519: "ED25519";
29
28
  readonly P256: "P256";
30
29
  readonly P384: "P384";
31
- readonly Secp256K1: "SECP256K1";
32
30
  };
33
31
  //# sourceMappingURL=InKeyTypeValuesItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/api/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,oBAAY,mBAAmB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAE5E,eAAO,MAAM,mBAAmB;;;;;CAKtB,CAAC"}
1
+ {"version":3,"file":"InKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/api/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,oBAAY,mBAAmB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE9D,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC"}
@@ -8,6 +8,5 @@ exports.InKeyTypeValuesItem = {
8
8
  Ed25519: 'ED25519',
9
9
  P256: 'P256',
10
10
  P384: 'P384',
11
- Secp256K1: 'SECP256K1',
12
11
  };
13
12
  //# sourceMappingURL=InKeyTypeValuesItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/api/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0BU,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type InKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n\nexport const InKeyTypeValuesItem = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n Secp256K1: 'SECP256K1',\n} as const;\n"]}
1
+ {"version":3,"file":"InKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/api/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAyBU,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type InKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384';\n\nexport const InKeyTypeValuesItem = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n} as const;\n"]}
@@ -9,12 +9,11 @@ export interface KeyGenerate {
9
9
  /**
10
10
  * The specification of asymmetric key-pair.
11
11
  *
12
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
13
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
14
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
15
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
16
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
17
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
12
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
13
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
14
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
15
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
16
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
18
17
  *
19
18
  * Useful third-party documentation:
20
19
  *
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerate.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyGenerate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC;CAClC"}
1
+ {"version":3,"file":"KeyGenerate.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyGenerate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC;CAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerate.js","sourceRoot":"","sources":["../../../src/api/types/KeyGenerate.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The Key generation request.\n */\nexport interface KeyGenerate {\n /**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\n type?: Truvity.KeyGenerateType;\n}\n"]}
1
+ {"version":3,"file":"KeyGenerate.js","sourceRoot":"","sources":["../../../src/api/types/KeyGenerate.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * The Key generation request.\n */\nexport interface KeyGenerate {\n /**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\n type?: Truvity.KeyGenerateType;\n}\n"]}
@@ -4,12 +4,11 @@
4
4
  /**
5
5
  * The specification of asymmetric key-pair.
6
6
  *
7
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
9
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
12
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
7
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
9
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
13
12
  *
14
13
  * Useful third-party documentation:
15
14
  *
@@ -23,11 +22,10 @@
23
22
  * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)
24
23
  * .
25
24
  */
26
- export declare type KeyGenerateType = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
25
+ export declare type KeyGenerateType = 'ED25519' | 'P256' | 'P384';
27
26
  export declare const KeyGenerateType: {
28
27
  readonly Ed25519: "ED25519";
29
28
  readonly P256: "P256";
30
29
  readonly P384: "P384";
31
- readonly Secp256K1: "SECP256K1";
32
30
  };
33
31
  //# sourceMappingURL=KeyGenerateType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerateType.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyGenerateType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,oBAAY,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAExE,eAAO,MAAM,eAAe;;;;;CAKlB,CAAC"}
1
+ {"version":3,"file":"KeyGenerateType.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyGenerateType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,oBAAY,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE1D,eAAO,MAAM,eAAe;;;;CAIlB,CAAC"}
@@ -8,6 +8,5 @@ exports.KeyGenerateType = {
8
8
  Ed25519: 'ED25519',
9
9
  P256: 'P256',
10
10
  P384: 'P384',
11
- Secp256K1: 'SECP256K1',
12
11
  };
13
12
  //# sourceMappingURL=KeyGenerateType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerateType.js","sourceRoot":"","sources":["../../../src/api/types/KeyGenerateType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0BU,QAAA,eAAe,GAAG;IAC3B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type KeyGenerateType = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n\nexport const KeyGenerateType = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n Secp256K1: 'SECP256K1',\n} as const;\n"]}
1
+ {"version":3,"file":"KeyGenerateType.js","sourceRoot":"","sources":["../../../src/api/types/KeyGenerateType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAyBU,QAAA,eAAe,GAAG;IAC3B,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type KeyGenerateType = 'ED25519' | 'P256' | 'P384';\n\nexport const KeyGenerateType = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n} as const;\n"]}
@@ -9,12 +9,11 @@ export interface KeyPublic {
9
9
  /**
10
10
  * The specification of asymmetric key-pair.
11
11
  *
12
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
13
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
14
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
15
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
16
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
17
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
12
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
13
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
14
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
15
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
16
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
18
17
  *
19
18
  * Useful third-party documentation:
20
19
  *
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublic.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyPublic.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,IAAI,EAAE,OAAO,CAAC,aAAa,CAAC;IAC5B;;;;;OAKG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,6CAA6C;IAC7C,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
1
+ {"version":3,"file":"KeyPublic.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyPublic.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,IAAI,EAAE,OAAO,CAAC,aAAa,CAAC;IAC5B;;;;;OAKG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B,6CAA6C;IAC7C,YAAY,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublic.js","sourceRoot":"","sources":["../../../src/api/types/KeyPublic.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Public Key according to - [Verifiable Credential Data Integrity 1.0 - 2.3.1 Verification Methods](https://www.w3.org/TR/vc-data-integrity/#verification-methods).\n */\nexport interface KeyPublic {\n /**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\n type: Truvity.KeyPublicType;\n /**\n * Public key in Multibase format.\n * The related specifications: - IETF Draft [The Multibase Data Format](https://datatracker.ietf.org/doc/html/draft-multiformats-multibase) - GitHub Repository [github.com/multiformats/multibase](https://github.com/multiformats/multibase) - [Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/) - [Verifiable Credential Data Integrity 1.0](https://www.w3.org/TR/vc-data-integrity/) - [Section 2.4 Multibase](https://www.w3.org/TR/vc-data-integrity/#multibase-0)\n * This representation widely used in SSI specifications and format.\n * .\n */\n publicKeyMultibase: string;\n /** Public key in PEM-encoded PKIX format. */\n publicKeyPem: string;\n /**\n * Public key in JWK format.\n * Take a look [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517).\n */\n publicKeyJwk: string;\n /** Public key in Base58-encoded format. */\n publicKeyBase58?: string;\n}\n"]}
1
+ {"version":3,"file":"KeyPublic.js","sourceRoot":"","sources":["../../../src/api/types/KeyPublic.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as Truvity from '../index';\n\n/**\n * Public Key according to - [Verifiable Credential Data Integrity 1.0 - 2.3.1 Verification Methods](https://www.w3.org/TR/vc-data-integrity/#verification-methods).\n */\nexport interface KeyPublic {\n /**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\n type: Truvity.KeyPublicType;\n /**\n * Public key in Multibase format.\n * The related specifications: - IETF Draft [The Multibase Data Format](https://datatracker.ietf.org/doc/html/draft-multiformats-multibase) - GitHub Repository [github.com/multiformats/multibase](https://github.com/multiformats/multibase) - [Decentralized Identifiers (DIDs) v1.0](https://www.w3.org/TR/did-core/) - [Verifiable Credential Data Integrity 1.0](https://www.w3.org/TR/vc-data-integrity/) - [Section 2.4 Multibase](https://www.w3.org/TR/vc-data-integrity/#multibase-0)\n * This representation widely used in SSI specifications and format.\n * .\n */\n publicKeyMultibase: string;\n /** Public key in PEM-encoded PKIX format. */\n publicKeyPem: string;\n /**\n * Public key in JWK format.\n * Take a look [RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517).\n */\n publicKeyJwk: string;\n /** Public key in Base58-encoded format. */\n publicKeyBase58?: string;\n}\n"]}
@@ -4,12 +4,11 @@
4
4
  /**
5
5
  * The specification of asymmetric key-pair.
6
6
  *
7
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
9
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
12
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
7
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
9
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
13
12
  *
14
13
  * Useful third-party documentation:
15
14
  *
@@ -23,11 +22,10 @@
23
22
  * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)
24
23
  * .
25
24
  */
26
- export declare type KeyPublicType = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
25
+ export declare type KeyPublicType = 'ED25519' | 'P256' | 'P384';
27
26
  export declare const KeyPublicType: {
28
27
  readonly Ed25519: "ED25519";
29
28
  readonly P256: "P256";
30
29
  readonly P384: "P384";
31
- readonly Secp256K1: "SECP256K1";
32
30
  };
33
31
  //# sourceMappingURL=KeyPublicType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublicType.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyPublicType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,oBAAY,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAEtE,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC"}
1
+ {"version":3,"file":"KeyPublicType.d.ts","sourceRoot":"","sources":["../../../src/api/types/KeyPublicType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,oBAAY,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAExD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC"}
@@ -8,6 +8,5 @@ exports.KeyPublicType = {
8
8
  Ed25519: 'ED25519',
9
9
  P256: 'P256',
10
10
  P384: 'P384',
11
- Secp256K1: 'SECP256K1',
12
11
  };
13
12
  //# sourceMappingURL=KeyPublicType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublicType.js","sourceRoot":"","sources":["../../../src/api/types/KeyPublicType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AA0BU,QAAA,aAAa,GAAG;IACzB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type KeyPublicType = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n\nexport const KeyPublicType = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n Secp256K1: 'SECP256K1',\n} as const;\n"]}
1
+ {"version":3,"file":"KeyPublicType.js","sourceRoot":"","sources":["../../../src/api/types/KeyPublicType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAyBU,QAAA,aAAa,GAAG;IACzB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The specification of asymmetric key-pair.\n *\n * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |\n * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |\n * | ED25519 | OKP | Ed25519 | | | ed25519 | |\n * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |\n * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |\n *\n * Useful third-party documentation:\n *\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/manmaster/man1/openssl-genpkey.html).\n * - [openssl-ec, ec - EC key processing](https://www.openssl.org/docs/man1.0.2/man1/ec.html)\n * - [openssl-genrsa - generate an RSA private key](https://www.openssl.org/docs/man3.0/man1/openssl-genrsa.html)\n * - [openssl-pkcs8 - PKCS#8 format private key conversion command](https://www.openssl.org/docs/manmaster/man1/openssl-pkcs8.html)\n * - [JWX - github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx/blob/main/cmd/jwx/README.md)\n * - [FIPS 186-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf).\n * - [SEC2](https://www.secg.org/sec2-v2.pdf).\n * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)\n * .\n */\nexport type KeyPublicType = 'ED25519' | 'P256' | 'P384';\n\nexport const KeyPublicType = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n} as const;\n"]}
@@ -4,11 +4,10 @@
4
4
  /**
5
5
  * The value to compare against.
6
6
  */
7
- export declare type NotEqualKeyTypeValue = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
7
+ export declare type NotEqualKeyTypeValue = 'ED25519' | 'P256' | 'P384';
8
8
  export declare const NotEqualKeyTypeValue: {
9
9
  readonly Ed25519: "ED25519";
10
10
  readonly P256: "P256";
11
11
  readonly P384: "P384";
12
- readonly Secp256K1: "SECP256K1";
13
12
  };
14
13
  //# sourceMappingURL=NotEqualKeyTypeValue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotEqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAE7E,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC"}
1
+ {"version":3,"file":"NotEqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAE/D,eAAO,MAAM,oBAAoB;;;;CAIvB,CAAC"}
@@ -8,6 +8,5 @@ exports.NotEqualKeyTypeValue = {
8
8
  Ed25519: 'ED25519',
9
9
  P256: 'P256',
10
10
  P384: 'P384',
11
- Secp256K1: 'SECP256K1',
12
11
  };
13
12
  //# sourceMappingURL=NotEqualKeyTypeValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotEqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/api/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CAChB,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The value to compare against.\n */\nexport type NotEqualKeyTypeValue = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n\nexport const NotEqualKeyTypeValue = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n Secp256K1: 'SECP256K1',\n} as const;\n"]}
1
+ {"version":3,"file":"NotEqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/api/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACN,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * The value to compare against.\n */\nexport type NotEqualKeyTypeValue = 'ED25519' | 'P256' | 'P384';\n\nexport const NotEqualKeyTypeValue = {\n Ed25519: 'ED25519',\n P256: 'P256',\n P384: 'P384',\n} as const;\n"]}
@@ -4,12 +4,11 @@
4
4
  /**
5
5
  * The specification of asymmetric key-pair.
6
6
  *
7
- * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
- * | --------- | ------------- | ----------- | ----- | --------- | ---------- | --------------- |
9
- * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
- * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
- * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
12
- * | SECP256K1 | EC | secp256k1 | | secp256k1 | secp256k1 | ECC_SECG_P256K1 |
7
+ * | Truvity | JWX - KeyType | JWX - Curve | FIPS | SEC2 | OpenSSL | AWS KMS |
8
+ * | ------- | ------------- | ----------- | ----- | --------- | ---------- | ------------- |
9
+ * | ED25519 | OKP | Ed25519 | | | ed25519 | |
10
+ * | P256 | EC | P-256 | P-256 | secp256r1 | prime256v1 | ECC_NIST_P256 |
11
+ * | P384 | EC | P-384 | P-384 | secp384r1 | secp384r1 | ECC_NIST_P384 |
13
12
  *
14
13
  * Useful third-party documentation:
15
14
  *
@@ -23,11 +22,10 @@
23
22
  * - [AWS KMS - Asymmetric key specs](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html)
24
23
  * .
25
24
  */
26
- export declare type NotInKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
25
+ export declare type NotInKeyTypeValuesItem = 'ED25519' | 'P256' | 'P384';
27
26
  export declare const NotInKeyTypeValuesItem: {
28
27
  readonly Ed25519: "ED25519";
29
28
  readonly P256: "P256";
30
29
  readonly P384: "P384";
31
- readonly Secp256K1: "SECP256K1";
32
30
  };
33
31
  //# sourceMappingURL=NotInKeyTypeValuesItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotInKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,oBAAY,sBAAsB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;AAE/E,eAAO,MAAM,sBAAsB;;;;;CAKzB,CAAC"}
1
+ {"version":3,"file":"NotInKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/api/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,oBAAY,sBAAsB,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAEjE,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC"}