@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":"types.d.ts","sourceRoot":"","sources":["../../src/documents/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/documents/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/documents/types.ts"],"names":[],"mappings":"","sourcesContent":["import { Readable } from 'stream';\nimport { TruvityClient } from '../Client';\nimport { VerifiableCredential } from './credential';\nimport { LinkedCredential, LinkedFile, Rfc3339Date, Rfc3339DateTime } from './models';\n\nexport type Ctor<T> = new (...args: any[]) => T;\n\nexport type BlobInput = Buffer | Readable | string;\n\nexport type CredentialBlob = Buffer;\n\nexport type FileBlob = Buffer;\n\nexport type Did = string;\n\nexport type Claims = Record<string, any>;\n\nexport type DraftMetadata = {\n subject?: string;\n expirationDate?: Date;\n};\n\nexport type CredentialMetadata = DraftMetadata & {\n id: string;\n issuer: string;\n issuanceDate: Date;\n};\n\nexport type ValueWithId = {\n id: string;\n digestMultibase?: string;\n};\n\nexport type LinkedEntityDescriptor = ValueWithId & {\n type: 'LinkedCredential' | 'LinkedFile';\n};\n\nexport type UpdateClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? LinkedEntityDescriptor\n : T[P] extends Rfc3339Date\n ? Rfc3339Date\n : T[P] extends Rfc3339DateTime\n ? Rfc3339DateTime\n : T[P] extends Claims\n ? UpdateClaims<T[P]>\n : T[P];\n};\n\nexport type UserUpdateClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<infer V>\n ? ValueWithId | VerifiableCredential<V> | LinkedCredential<V>\n : Exclude<T[P], undefined> extends LinkedFile\n ? ValueWithId | LinkedFile\n : T[P] extends Rfc3339Date\n ? Rfc3339Date\n : T[P] extends Rfc3339DateTime\n ? Rfc3339DateTime\n : T[P] extends Claims\n ? UserUpdateClaims<T[P]>\n : T[P];\n};\n\nexport type ReadDraftClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? T[P]\n : T[P] extends Claims\n ? ReadDraftClaims<T[P]>\n : T[P];\n};\n\nexport type ReadClaims<T extends Claims> = {\n [P in keyof T]: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? T[P]\n : T[P] extends Claims\n ? ReadClaims<T[P]>\n : T[P];\n};\n\nexport type DraftDataDescriptor = {\n meta?: {\n subject?: string;\n validUntil?: Date;\n };\n values?: Claims;\n};\n\ntype BaseDescriptor = {\n id: string;\n etag: string;\n revision: number;\n};\n\nexport type DraftDescriptor = BaseDescriptor;\n\nexport type CredentialDescriptor = BaseDescriptor & {\n data: {\n multihash?: string;\n };\n};\n\nexport type PresentationDescriptor = BaseDescriptor & {\n data: {\n linkedCredentials: string[];\n };\n};\n\nexport type FileDescriptor = BaseDescriptor & {\n data: {\n filename?: string;\n };\n};\n\nexport type UpdatePayload = {\n annotations?: Record<string, string>;\n labels?: Record<string, string>;\n};\n\nexport type UpdatePayloadWithClaims<T extends Claims> = UpdatePayload & {\n claims?: UserUpdateClaims<T>;\n metadata?: DraftMetadata;\n};\n\nexport type VerificationResult = {\n verified: boolean;\n};\n\nexport type ApiClient = Pick<TruvityClient, 'didcommMessages' | 'drafts' | 'credentials' | 'presentations' | 'files'>;\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/documents/types.ts"],"names":[],"mappings":"","sourcesContent":["import { Readable } from 'stream';\nimport { TruvityClient } from '../Client';\nimport { VerifiableCredential } from './credential';\nimport { LinkedCredential, LinkedFile, Rfc3339Date, Rfc3339DateTime } from './models';\n\nexport type Ctor<T> = new (...args: any[]) => T;\n\nexport type BlobInput = Buffer | Readable | string;\n\nexport type CredentialBlob = Buffer;\n\nexport type FileBlob = Buffer;\n\nexport type Did = string;\n\nexport type Claims = Record<string, any>;\n\nexport type DraftMetadata = {\n subject?: string;\n expirationDate?: Date;\n};\n\nexport type CredentialMetadata = DraftMetadata & {\n id: string;\n issuer: string;\n issuanceDate: Date;\n holder?: string;\n};\n\nexport type ValueWithId = {\n id: string;\n digestMultibase?: string;\n};\n\nexport type LinkedEntityDescriptor = ValueWithId & {\n type: 'LinkedCredential' | 'LinkedFile';\n};\n\nexport type UpdateClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? LinkedEntityDescriptor\n : T[P] extends Rfc3339Date\n ? Rfc3339Date\n : T[P] extends Rfc3339DateTime\n ? Rfc3339DateTime\n : T[P] extends Claims\n ? UpdateClaims<T[P]>\n : T[P];\n};\n\nexport type UserUpdateClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<infer V>\n ? ValueWithId | VerifiableCredential<V> | LinkedCredential<V>\n : Exclude<T[P], undefined> extends LinkedFile\n ? ValueWithId | LinkedFile\n : T[P] extends Rfc3339Date\n ? Rfc3339Date\n : T[P] extends Rfc3339DateTime\n ? Rfc3339DateTime\n : T[P] extends Claims\n ? UserUpdateClaims<T[P]>\n : T[P];\n};\n\nexport type ReadDraftClaims<T extends Claims> = {\n [P in keyof T]?: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? T[P]\n : T[P] extends Claims\n ? ReadDraftClaims<T[P]>\n : T[P];\n};\n\nexport type ReadClaims<T extends Claims> = {\n [P in keyof T]: Exclude<T[P], undefined> extends LinkedCredential<any> | LinkedFile\n ? T[P]\n : T[P] extends Claims\n ? ReadClaims<T[P]>\n : T[P];\n};\n\nexport type DraftDataDescriptor = {\n meta?: {\n subject?: string;\n validUntil?: Date;\n };\n values?: Claims;\n};\n\ntype BaseDescriptor = {\n id: string;\n etag: string;\n revision: number;\n};\n\nexport type DraftDescriptor = BaseDescriptor;\n\nexport type CredentialDescriptor = BaseDescriptor & {\n data: {\n multihash?: string;\n };\n};\n\nexport type PresentationDescriptor = BaseDescriptor & {\n data: {\n linkedCredentials: string[];\n };\n};\n\nexport type FileDescriptor = BaseDescriptor & {\n data: {\n filename?: string;\n };\n};\n\nexport type UpdatePayload = {\n annotations?: Record<string, string>;\n labels?: Record<string, string>;\n};\n\nexport type UpdatePayloadWithClaims<T extends Claims> = UpdatePayload & {\n claims?: UserUpdateClaims<T>;\n metadata?: DraftMetadata;\n};\n\nexport type VerificationResult = {\n verified: boolean;\n};\n\nexport type ApiClient = Pick<TruvityClient, 'didcommMessages' | 'drafts' | 'credentials' | 'presentations' | 'files'>;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truvity/sdk",
3
- "version": "0.28.3",
3
+ "version": "0.28.5",
4
4
  "repository": "https://github.com/truvity/sdk-typescript-internal",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/reference.md CHANGED
@@ -3480,8 +3480,6 @@ jwx jwx generate --type OKP --curve Ed25519
3480
3480
  jwx jwx generate --type EC --curve P-256
3481
3481
  # P384
3482
3482
  jwx jwx generate --type EC --curve P-384
3483
- # SECP256K1
3484
- jwx jwx generate --type EC --curve secp256k1
3485
3483
  ```
3486
3484
 
3487
3485
  How to generate public key from private key by `jwx` (input format - JWK, output format - JWK)
@@ -3499,8 +3497,6 @@ openssl genpkey -algorithm ed25519 | openssl pkcs8 -nocrypt -topk8
3499
3497
  openssl ecparam -name prime256v1 -noout -genkey | openssl pkcs8 -nocrypt -topk8
3500
3498
  # P384
3501
3499
  openssl ecparam -name secp384r1 -noout -genkey | openssl pkcs8 -nocrypt -topk8
3502
- # SECP256K1
3503
- openssl ecparam -name secp256k1 -noout -genkey | openssl pkcs8 -nocrypt -topk8
3504
3500
  ```
3505
3501
 
3506
3502
  How to transform existing private key to PKCS8 format by OpenSSL (input format PEM, output format - PEM PCKS#8)
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const EqualKeyTypeValue: core.serialization.Schema<serializers.EqualKeyTypeValue.Raw, Truvity.EqualKeyTypeValue>;
8
8
  export declare namespace EqualKeyTypeValue {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=EqualKeyTypeValue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/EqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,iBAAiB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACrD,WAAW,CAAC,iBAAiB,CAAC,GAAG,EACjC,OAAO,CAAC,iBAAiB,CACyC,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACvC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"EqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/EqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,iBAAiB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACrD,WAAW,CAAC,iBAAiB,CAAC,GAAG,EACjC,OAAO,CAAC,iBAAiB,CAC4B,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACvC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.EqualKeyTypeValue = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.EqualKeyTypeValue = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.EqualKeyTypeValue = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=EqualKeyTypeValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/serialization/types/EqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,iBAAiB,GAG1B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const EqualKeyTypeValue: core.serialization.Schema<\n serializers.EqualKeyTypeValue.Raw,\n Truvity.EqualKeyTypeValue\n> = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace EqualKeyTypeValue {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"EqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/serialization/types/EqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,iBAAiB,GAG1B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const EqualKeyTypeValue: core.serialization.Schema<\n serializers.EqualKeyTypeValue.Raw,\n Truvity.EqualKeyTypeValue\n> = core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace EqualKeyTypeValue {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const InKeyTypeValuesItem: core.serialization.Schema<serializers.InKeyTypeValuesItem.Raw, Truvity.InKeyTypeValuesItem>;
8
8
  export declare namespace InKeyTypeValuesItem {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=InKeyTypeValuesItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACvD,WAAW,CAAC,mBAAmB,CAAC,GAAG,EACnC,OAAO,CAAC,mBAAmB,CACuC,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IACzC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"InKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACvD,WAAW,CAAC,mBAAmB,CAAC,GAAG,EACnC,OAAO,CAAC,mBAAmB,CAC0B,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC;IACzC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.InKeyTypeValuesItem = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.InKeyTypeValuesItem = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.InKeyTypeValuesItem = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=InKeyTypeValuesItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/serialization/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,mBAAmB,GAG5B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const InKeyTypeValuesItem: core.serialization.Schema<\n serializers.InKeyTypeValuesItem.Raw,\n Truvity.InKeyTypeValuesItem\n> = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace InKeyTypeValuesItem {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"InKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/serialization/types/InKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,mBAAmB,GAG5B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const InKeyTypeValuesItem: core.serialization.Schema<\n serializers.InKeyTypeValuesItem.Raw,\n Truvity.InKeyTypeValuesItem\n> = core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace InKeyTypeValuesItem {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const KeyGenerateType: core.serialization.Schema<serializers.KeyGenerateType.Raw, Truvity.KeyGenerateType>;
8
8
  export declare namespace KeyGenerateType {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=KeyGenerateType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerateType.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/KeyGenerateType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,eAAe,CAAC,GAAG,EAAE,OAAO,CAAC,eAAe,CAC1C,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,eAAe,CAAC;IACrC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"KeyGenerateType.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/KeyGenerateType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,eAAe,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,eAAe,CAAC,GAAG,EAAE,OAAO,CAAC,eAAe,CACvD,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,eAAe,CAAC;IACrC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.KeyGenerateType = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.KeyGenerateType = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.KeyGenerateType = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=KeyGenerateType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyGenerateType.js","sourceRoot":"","sources":["../../../src/serialization/types/KeyGenerateType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,eAAe,GACxB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const KeyGenerateType: core.serialization.Schema<serializers.KeyGenerateType.Raw, Truvity.KeyGenerateType> =\n core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace KeyGenerateType {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"KeyGenerateType.js","sourceRoot":"","sources":["../../../src/serialization/types/KeyGenerateType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,eAAe,GACxB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const KeyGenerateType: core.serialization.Schema<serializers.KeyGenerateType.Raw, Truvity.KeyGenerateType> =\n core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace KeyGenerateType {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const KeyPublicType: core.serialization.Schema<serializers.KeyPublicType.Raw, Truvity.KeyPublicType>;
8
8
  export declare namespace KeyPublicType {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=KeyPublicType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublicType.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/KeyPublicType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,aAAa,CACpC,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACnC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"KeyPublicType.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/KeyPublicType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAAC,WAAW,CAAC,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,aAAa,CACjD,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACnC,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.KeyPublicType = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.KeyPublicType = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.KeyPublicType = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=KeyPublicType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"KeyPublicType.js","sourceRoot":"","sources":["../../../src/serialization/types/KeyPublicType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,aAAa,GACtB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const KeyPublicType: core.serialization.Schema<serializers.KeyPublicType.Raw, Truvity.KeyPublicType> =\n core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace KeyPublicType {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"KeyPublicType.js","sourceRoot":"","sources":["../../../src/serialization/types/KeyPublicType.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,aAAa,GACtB,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const KeyPublicType: core.serialization.Schema<serializers.KeyPublicType.Raw, Truvity.KeyPublicType> =\n core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace KeyPublicType {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const NotEqualKeyTypeValue: core.serialization.Schema<serializers.NotEqualKeyTypeValue.Raw, Truvity.NotEqualKeyTypeValue>;
8
8
  export declare namespace NotEqualKeyTypeValue {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=NotEqualKeyTypeValue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotEqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,oBAAoB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACxD,WAAW,CAAC,oBAAoB,CAAC,GAAG,EACpC,OAAO,CAAC,oBAAoB,CACsC,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC1C,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"NotEqualKeyTypeValue.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,oBAAoB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CACxD,WAAW,CAAC,oBAAoB,CAAC,GAAG,EACpC,OAAO,CAAC,oBAAoB,CACyB,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,oBAAoB,CAAC;IAC1C,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.NotEqualKeyTypeValue = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.NotEqualKeyTypeValue = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.NotEqualKeyTypeValue = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=NotEqualKeyTypeValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotEqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/serialization/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,oBAAoB,GAG7B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const NotEqualKeyTypeValue: core.serialization.Schema<\n serializers.NotEqualKeyTypeValue.Raw,\n Truvity.NotEqualKeyTypeValue\n> = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace NotEqualKeyTypeValue {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"NotEqualKeyTypeValue.js","sourceRoot":"","sources":["../../../src/serialization/types/NotEqualKeyTypeValue.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,oBAAoB,GAG7B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const NotEqualKeyTypeValue: core.serialization.Schema<\n serializers.NotEqualKeyTypeValue.Raw,\n Truvity.NotEqualKeyTypeValue\n> = core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace NotEqualKeyTypeValue {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -6,6 +6,6 @@ import * as Truvity from '../../api/index';
6
6
  import * as core from '../../core';
7
7
  export declare const NotInKeyTypeValuesItem: core.serialization.Schema<serializers.NotInKeyTypeValuesItem.Raw, Truvity.NotInKeyTypeValuesItem>;
8
8
  export declare namespace NotInKeyTypeValuesItem {
9
- type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
9
+ type Raw = 'ED25519' | 'P256' | 'P384';
10
10
  }
11
11
  //# sourceMappingURL=NotInKeyTypeValuesItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotInKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,sBAAsB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAC1D,WAAW,CAAC,sBAAsB,CAAC,GAAG,EACtC,OAAO,CAAC,sBAAsB,CACoC,CAAC;AAEvE,MAAM,CAAC,OAAO,WAAW,sBAAsB,CAAC;IAC5C,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC;CACxD"}
1
+ {"version":3,"file":"NotInKeyTypeValuesItem.d.ts","sourceRoot":"","sources":["../../../src/serialization/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,WAAW,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAC3C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,eAAO,MAAM,sBAAsB,EAAE,IAAI,CAAC,aAAa,CAAC,MAAM,CAC1D,WAAW,CAAC,sBAAsB,CAAC,GAAG,EACtC,OAAO,CAAC,sBAAsB,CACuB,CAAC;AAE1D,MAAM,CAAC,OAAO,WAAW,sBAAsB,CAAC;IAC5C,KAAK,GAAG,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;CAC1C"}
@@ -28,5 +28,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.NotInKeyTypeValuesItem = void 0;
30
30
  const core = __importStar(require("../../core"));
31
- exports.NotInKeyTypeValuesItem = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);
31
+ exports.NotInKeyTypeValuesItem = core.serialization.enum_(['ED25519', 'P256', 'P384']);
32
32
  //# sourceMappingURL=NotInKeyTypeValuesItem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotInKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/serialization/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,sBAAsB,GAG/B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const NotInKeyTypeValuesItem: core.serialization.Schema<\n serializers.NotInKeyTypeValuesItem.Raw,\n Truvity.NotInKeyTypeValuesItem\n> = core.serialization.enum_(['ED25519', 'P256', 'P384', 'SECP256K1']);\n\nexport declare namespace NotInKeyTypeValuesItem {\n type Raw = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';\n}\n"]}
1
+ {"version":3,"file":"NotInKeyTypeValuesItem.js","sourceRoot":"","sources":["../../../src/serialization/types/NotInKeyTypeValuesItem.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,iDAAmC;AAEtB,QAAA,sBAAsB,GAG/B,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as serializers from '../index';\nimport * as Truvity from '../../api/index';\nimport * as core from '../../core';\n\nexport const NotInKeyTypeValuesItem: core.serialization.Schema<\n serializers.NotInKeyTypeValuesItem.Raw,\n Truvity.NotInKeyTypeValuesItem\n> = core.serialization.enum_(['ED25519', 'P256', 'P384']);\n\nexport declare namespace NotInKeyTypeValuesItem {\n type Raw = 'ED25519' | 'P256' | 'P384';\n}\n"]}
@@ -1,7 +0,0 @@
1
- export * from './baseVerifiableCredential';
2
- export * from './document';
3
- export * from './draft';
4
- export * from './flavor';
5
- export * from './issued';
6
- export * from './unknown';
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/documents/credential/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./baseVerifiableCredential"), exports);
18
- __exportStar(require("./document"), exports);
19
- __exportStar(require("./draft"), exports);
20
- __exportStar(require("./flavor"), exports);
21
- __exportStar(require("./issued"), exports);
22
- __exportStar(require("./unknown"), exports);
23
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/documents/credential/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,6CAA2B;AAC3B,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B","sourcesContent":["export * from './baseVerifiableCredential';\nexport * from './document';\nexport * from './draft';\nexport * from './flavor';\nexport * from './issued';\nexport * from './unknown';\n"]}