@truvity/sdk 0.28.1 → 0.28.3

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 (299) hide show
  1. package/README.md +13 -79
  2. package/api/resources/apiKeys/client/Client.d.ts +7 -7
  3. package/api/resources/apiKeys/client/Client.js +15 -15
  4. package/api/resources/apiKeys/client/Client.js.map +1 -1
  5. package/api/resources/credentials/client/Client.d.ts +3 -3
  6. package/api/resources/credentials/client/Client.js +13 -13
  7. package/api/resources/credentials/client/Client.js.map +1 -1
  8. package/api/resources/desk/client/Client.js +2 -2
  9. package/api/resources/desk/client/Client.js.map +1 -1
  10. package/api/resources/didcommMessages/client/Client.d.ts +7 -7
  11. package/api/resources/didcommMessages/client/Client.js +14 -14
  12. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  13. package/api/resources/dids/client/Client.js +1 -1
  14. package/api/resources/dids/client/Client.js.map +1 -1
  15. package/api/resources/drafts/client/Client.d.ts +3 -3
  16. package/api/resources/drafts/client/Client.js +13 -13
  17. package/api/resources/drafts/client/Client.js.map +1 -1
  18. package/api/resources/drafts/client/requests/DraftExport.d.ts +2 -2
  19. package/api/resources/drafts/client/requests/DraftExport.d.ts.map +1 -1
  20. package/api/resources/drafts/client/requests/DraftExport.js.map +1 -1
  21. package/api/resources/drafts/client/requests/DraftIssue.d.ts +5 -4
  22. package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
  23. package/api/resources/drafts/client/requests/DraftIssue.js.map +1 -1
  24. package/api/resources/drafts/index.d.ts +1 -0
  25. package/api/resources/drafts/index.d.ts.map +1 -1
  26. package/api/resources/drafts/index.js +1 -0
  27. package/api/resources/drafts/index.js.map +1 -1
  28. package/api/resources/drafts/types/DraftIssueDidMethod.d.ts +12 -0
  29. package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -0
  30. package/api/resources/drafts/types/DraftIssueDidMethod.js +11 -0
  31. package/api/resources/drafts/types/DraftIssueDidMethod.js.map +1 -0
  32. package/api/resources/drafts/types/index.d.ts +2 -0
  33. package/api/resources/drafts/types/index.d.ts.map +1 -0
  34. package/api/resources/drafts/types/index.js +18 -0
  35. package/api/resources/drafts/types/index.js.map +1 -0
  36. package/api/resources/files/client/Client.d.ts +1 -1
  37. package/api/resources/files/client/Client.js +11 -11
  38. package/api/resources/files/client/Client.js.map +1 -1
  39. package/api/resources/gdpr/client/Client.js +1 -1
  40. package/api/resources/gdpr/client/Client.js.map +1 -1
  41. package/api/resources/index.d.ts +6 -3
  42. package/api/resources/index.d.ts.map +1 -1
  43. package/api/resources/index.js +7 -4
  44. package/api/resources/index.js.map +1 -1
  45. package/api/resources/keys/client/Client.d.ts +4 -4
  46. package/api/resources/keys/client/Client.js +16 -16
  47. package/api/resources/keys/client/Client.js.map +1 -1
  48. package/api/resources/keys/client/requests/CredentialSignRequest.d.ts +3 -2
  49. package/api/resources/keys/client/requests/CredentialSignRequest.d.ts.map +1 -1
  50. package/api/resources/keys/client/requests/CredentialSignRequest.js.map +1 -1
  51. package/api/resources/keys/client/requests/DidCommMessageSignRequest.d.ts +3 -2
  52. package/api/resources/keys/client/requests/DidCommMessageSignRequest.d.ts.map +1 -1
  53. package/api/resources/keys/client/requests/DidCommMessageSignRequest.js.map +1 -1
  54. package/api/resources/keys/client/requests/PresentationSignRequest.d.ts +3 -2
  55. package/api/resources/keys/client/requests/PresentationSignRequest.d.ts.map +1 -1
  56. package/api/resources/keys/client/requests/PresentationSignRequest.js.map +1 -1
  57. package/api/resources/keys/index.d.ts +1 -0
  58. package/api/resources/keys/index.d.ts.map +1 -1
  59. package/api/resources/keys/index.js +1 -0
  60. package/api/resources/keys/index.js.map +1 -1
  61. package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts +12 -0
  62. package/api/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -0
  63. package/api/resources/keys/types/CredentialSignRequestDidMethod.js +11 -0
  64. package/api/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -0
  65. package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts +12 -0
  66. package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -0
  67. package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.js +11 -0
  68. package/api/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -0
  69. package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts +12 -0
  70. package/api/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -0
  71. package/api/resources/keys/types/PresentationSignRequestDidMethod.js +11 -0
  72. package/api/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -0
  73. package/api/resources/keys/types/index.d.ts +4 -0
  74. package/api/resources/keys/types/index.d.ts.map +1 -0
  75. package/api/resources/keys/types/index.js +20 -0
  76. package/api/resources/keys/types/index.js.map +1 -0
  77. package/api/resources/presentations/client/Client.d.ts +6 -6
  78. package/api/resources/presentations/client/Client.js +18 -18
  79. package/api/resources/presentations/client/Client.js.map +1 -1
  80. package/api/resources/presentations/client/requests/PresentationIssue.d.ts +2 -1
  81. package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
  82. package/api/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
  83. package/api/resources/presentations/index.d.ts +1 -0
  84. package/api/resources/presentations/index.d.ts.map +1 -1
  85. package/api/resources/presentations/index.js +1 -0
  86. package/api/resources/presentations/index.js.map +1 -1
  87. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +12 -0
  88. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -0
  89. package/api/resources/presentations/types/PresentationIssueDidMethod.js +11 -0
  90. package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -0
  91. package/api/resources/presentations/types/index.d.ts +2 -0
  92. package/api/resources/presentations/types/index.d.ts.map +1 -0
  93. package/api/resources/presentations/types/index.js +18 -0
  94. package/api/resources/presentations/types/index.js.map +1 -0
  95. package/api/types/Credential.d.ts +2 -2
  96. package/api/types/Credential.d.ts.map +1 -1
  97. package/api/types/Credential.js.map +1 -1
  98. package/api/types/Credential11.d.ts +1 -1
  99. package/api/types/Credential11.d.ts.map +1 -1
  100. package/api/types/Credential11.js.map +1 -1
  101. package/api/types/Draft.d.ts +5 -1
  102. package/api/types/Draft.d.ts.map +1 -1
  103. package/api/types/Draft.js.map +1 -1
  104. package/api/types/DraftCreate.d.ts +3 -0
  105. package/api/types/DraftCreate.d.ts.map +1 -1
  106. package/api/types/DraftCreate.js.map +1 -1
  107. package/api/types/DraftFieldBooleanValue.d.ts +1 -1
  108. package/api/types/DraftFieldBooleanValue.d.ts.map +1 -1
  109. package/api/types/DraftFieldBooleanValue.js.map +1 -1
  110. package/api/types/DraftFieldDateTimeValue.d.ts +1 -1
  111. package/api/types/DraftFieldDateTimeValue.d.ts.map +1 -1
  112. package/api/types/DraftFieldDateTimeValue.js.map +1 -1
  113. package/api/types/DraftFieldDateValue.d.ts +1 -1
  114. package/api/types/DraftFieldDateValue.d.ts.map +1 -1
  115. package/api/types/DraftFieldDateValue.js.map +1 -1
  116. package/api/types/DraftFieldFileValue.d.ts +1 -1
  117. package/api/types/DraftFieldFileValue.d.ts.map +1 -1
  118. package/api/types/DraftFieldFileValue.js.map +1 -1
  119. package/api/types/DraftFieldLinkValue.d.ts +1 -1
  120. package/api/types/DraftFieldLinkValue.d.ts.map +1 -1
  121. package/api/types/DraftFieldLinkValue.js.map +1 -1
  122. package/api/types/DraftFieldNumberValue.d.ts +1 -1
  123. package/api/types/DraftFieldNumberValue.d.ts.map +1 -1
  124. package/api/types/DraftFieldNumberValue.js.map +1 -1
  125. package/api/types/DraftFieldStringValue.d.ts +1 -1
  126. package/api/types/DraftFieldStringValue.d.ts.map +1 -1
  127. package/api/types/DraftFieldStringValue.js.map +1 -1
  128. package/api/types/DraftFieldStructValue.d.ts +2 -1
  129. package/api/types/DraftFieldStructValue.d.ts.map +1 -1
  130. package/api/types/DraftFieldStructValue.js.map +1 -1
  131. package/api/types/DraftFieldStructValueFieldsItem.d.ts +1 -1
  132. package/api/types/DraftFieldStructValueFieldsItem.js.map +1 -1
  133. package/api/types/DraftMeta.d.ts +3 -3
  134. package/api/types/DraftMeta.d.ts.map +1 -1
  135. package/api/types/DraftMeta.js.map +1 -1
  136. package/api/types/DraftSchema.d.ts +1 -0
  137. package/api/types/DraftSchema.d.ts.map +1 -1
  138. package/api/types/DraftSchema.js.map +1 -1
  139. package/api/types/DraftSchemaFieldsItem.d.ts +1 -1
  140. package/api/types/DraftSchemaFieldsItem.js.map +1 -1
  141. package/api/types/EqualKeyType.d.ts +2 -1
  142. package/api/types/EqualKeyType.d.ts.map +1 -1
  143. package/api/types/EqualKeyType.js.map +1 -1
  144. package/api/types/EqualKeyTypeValue.d.ts +14 -0
  145. package/api/types/EqualKeyTypeValue.d.ts.map +1 -0
  146. package/api/types/EqualKeyTypeValue.js +13 -0
  147. package/api/types/EqualKeyTypeValue.js.map +1 -0
  148. package/api/types/InKeyType.d.ts +2 -1
  149. package/api/types/InKeyType.d.ts.map +1 -1
  150. package/api/types/InKeyType.js.map +1 -1
  151. package/api/types/InKeyTypeValuesItem.d.ts +33 -0
  152. package/api/types/InKeyTypeValuesItem.d.ts.map +1 -0
  153. package/api/types/InKeyTypeValuesItem.js +13 -0
  154. package/api/types/InKeyTypeValuesItem.js.map +1 -0
  155. package/api/types/KeyGenerate.d.ts +3 -2
  156. package/api/types/KeyGenerate.d.ts.map +1 -1
  157. package/api/types/KeyGenerate.js.map +1 -1
  158. package/api/types/KeyGenerateType.d.ts +33 -0
  159. package/api/types/KeyGenerateType.d.ts.map +1 -0
  160. package/api/types/KeyGenerateType.js +13 -0
  161. package/api/types/KeyGenerateType.js.map +1 -0
  162. package/api/types/KeyPublic.d.ts +2 -1
  163. package/api/types/KeyPublic.d.ts.map +1 -1
  164. package/api/types/KeyPublic.js.map +1 -1
  165. package/api/types/KeyPublicType.d.ts +33 -0
  166. package/api/types/KeyPublicType.d.ts.map +1 -0
  167. package/api/types/KeyPublicType.js +13 -0
  168. package/api/types/KeyPublicType.js.map +1 -0
  169. package/api/types/NotEqualKeyType.d.ts +2 -1
  170. package/api/types/NotEqualKeyType.d.ts.map +1 -1
  171. package/api/types/NotEqualKeyType.js.map +1 -1
  172. package/api/types/NotEqualKeyTypeValue.d.ts +14 -0
  173. package/api/types/NotEqualKeyTypeValue.d.ts.map +1 -0
  174. package/api/types/NotEqualKeyTypeValue.js +13 -0
  175. package/api/types/NotEqualKeyTypeValue.js.map +1 -0
  176. package/api/types/NotInKeyType.d.ts +2 -1
  177. package/api/types/NotInKeyType.d.ts.map +1 -1
  178. package/api/types/NotInKeyType.js.map +1 -1
  179. package/api/types/NotInKeyTypeValuesItem.d.ts +33 -0
  180. package/api/types/NotInKeyTypeValuesItem.d.ts.map +1 -0
  181. package/api/types/NotInKeyTypeValuesItem.js +13 -0
  182. package/api/types/NotInKeyTypeValuesItem.js.map +1 -0
  183. package/api/types/index.d.ts +6 -0
  184. package/api/types/index.d.ts.map +1 -1
  185. package/api/types/index.js +6 -0
  186. package/api/types/index.js.map +1 -1
  187. package/package.json +4 -22
  188. package/reference.md +34 -34
  189. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts +2 -1
  190. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
  191. package/serialization/resources/drafts/client/requests/DraftIssue.js +2 -1
  192. package/serialization/resources/drafts/client/requests/DraftIssue.js.map +1 -1
  193. package/serialization/resources/drafts/index.d.ts +1 -0
  194. package/serialization/resources/drafts/index.d.ts.map +1 -1
  195. package/serialization/resources/drafts/index.js +1 -0
  196. package/serialization/resources/drafts/index.js.map +1 -1
  197. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts +11 -0
  198. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +1 -0
  199. package/serialization/resources/drafts/types/DraftIssueDidMethod.js +32 -0
  200. package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +1 -0
  201. package/serialization/resources/drafts/types/index.d.ts +2 -0
  202. package/serialization/resources/drafts/types/index.d.ts.map +1 -0
  203. package/serialization/resources/drafts/types/index.js +18 -0
  204. package/serialization/resources/drafts/types/index.js.map +1 -0
  205. package/serialization/resources/index.d.ts +6 -3
  206. package/serialization/resources/index.d.ts.map +1 -1
  207. package/serialization/resources/index.js +7 -4
  208. package/serialization/resources/index.js.map +1 -1
  209. package/serialization/resources/keys/index.d.ts +1 -0
  210. package/serialization/resources/keys/index.d.ts.map +1 -1
  211. package/serialization/resources/keys/index.js +1 -0
  212. package/serialization/resources/keys/index.js.map +1 -1
  213. package/serialization/resources/keys/types/CredentialSignRequestDidMethod.d.ts +11 -0
  214. package/serialization/resources/keys/types/CredentialSignRequestDidMethod.d.ts.map +1 -0
  215. package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js +32 -0
  216. package/serialization/resources/keys/types/CredentialSignRequestDidMethod.js.map +1 -0
  217. package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts +11 -0
  218. package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.d.ts.map +1 -0
  219. package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js +32 -0
  220. package/serialization/resources/keys/types/DidCommMessageSignRequestDidMethod.js.map +1 -0
  221. package/serialization/resources/keys/types/PresentationSignRequestDidMethod.d.ts +11 -0
  222. package/serialization/resources/keys/types/PresentationSignRequestDidMethod.d.ts.map +1 -0
  223. package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js +32 -0
  224. package/serialization/resources/keys/types/PresentationSignRequestDidMethod.js.map +1 -0
  225. package/serialization/resources/keys/types/index.d.ts +4 -0
  226. package/serialization/resources/keys/types/index.d.ts.map +1 -0
  227. package/serialization/resources/keys/types/index.js +20 -0
  228. package/serialization/resources/keys/types/index.js.map +1 -0
  229. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +2 -1
  230. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
  231. package/serialization/resources/presentations/client/requests/PresentationIssue.js +2 -1
  232. package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
  233. package/serialization/resources/presentations/index.d.ts +1 -0
  234. package/serialization/resources/presentations/index.d.ts.map +1 -1
  235. package/serialization/resources/presentations/index.js +1 -0
  236. package/serialization/resources/presentations/index.js.map +1 -1
  237. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts +11 -0
  238. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +1 -0
  239. package/serialization/resources/presentations/types/PresentationIssueDidMethod.js +32 -0
  240. package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +1 -0
  241. package/serialization/resources/presentations/types/index.d.ts +2 -0
  242. package/serialization/resources/presentations/types/index.d.ts.map +1 -0
  243. package/serialization/resources/presentations/types/index.js +18 -0
  244. package/serialization/resources/presentations/types/index.js.map +1 -0
  245. package/serialization/types/EqualKeyType.d.ts +2 -1
  246. package/serialization/types/EqualKeyType.d.ts.map +1 -1
  247. package/serialization/types/EqualKeyType.js +2 -1
  248. package/serialization/types/EqualKeyType.js.map +1 -1
  249. package/serialization/types/EqualKeyTypeValue.d.ts +11 -0
  250. package/serialization/types/EqualKeyTypeValue.d.ts.map +1 -0
  251. package/serialization/types/EqualKeyTypeValue.js +32 -0
  252. package/serialization/types/EqualKeyTypeValue.js.map +1 -0
  253. package/serialization/types/InKeyType.d.ts +2 -1
  254. package/serialization/types/InKeyType.d.ts.map +1 -1
  255. package/serialization/types/InKeyType.js +2 -1
  256. package/serialization/types/InKeyType.js.map +1 -1
  257. package/serialization/types/InKeyTypeValuesItem.d.ts +11 -0
  258. package/serialization/types/InKeyTypeValuesItem.d.ts.map +1 -0
  259. package/serialization/types/InKeyTypeValuesItem.js +32 -0
  260. package/serialization/types/InKeyTypeValuesItem.js.map +1 -0
  261. package/serialization/types/KeyGenerate.d.ts +2 -1
  262. package/serialization/types/KeyGenerate.d.ts.map +1 -1
  263. package/serialization/types/KeyGenerate.js +2 -1
  264. package/serialization/types/KeyGenerate.js.map +1 -1
  265. package/serialization/types/KeyGenerateType.d.ts +11 -0
  266. package/serialization/types/KeyGenerateType.d.ts.map +1 -0
  267. package/serialization/types/KeyGenerateType.js +32 -0
  268. package/serialization/types/KeyGenerateType.js.map +1 -0
  269. package/serialization/types/KeyPublic.d.ts +2 -1
  270. package/serialization/types/KeyPublic.d.ts.map +1 -1
  271. package/serialization/types/KeyPublic.js +2 -1
  272. package/serialization/types/KeyPublic.js.map +1 -1
  273. package/serialization/types/KeyPublicType.d.ts +11 -0
  274. package/serialization/types/KeyPublicType.d.ts.map +1 -0
  275. package/serialization/types/KeyPublicType.js +32 -0
  276. package/serialization/types/KeyPublicType.js.map +1 -0
  277. package/serialization/types/NotEqualKeyType.d.ts +2 -1
  278. package/serialization/types/NotEqualKeyType.d.ts.map +1 -1
  279. package/serialization/types/NotEqualKeyType.js +2 -1
  280. package/serialization/types/NotEqualKeyType.js.map +1 -1
  281. package/serialization/types/NotEqualKeyTypeValue.d.ts +11 -0
  282. package/serialization/types/NotEqualKeyTypeValue.d.ts.map +1 -0
  283. package/serialization/types/NotEqualKeyTypeValue.js +32 -0
  284. package/serialization/types/NotEqualKeyTypeValue.js.map +1 -0
  285. package/serialization/types/NotInKeyType.d.ts +2 -1
  286. package/serialization/types/NotInKeyType.d.ts.map +1 -1
  287. package/serialization/types/NotInKeyType.js +2 -1
  288. package/serialization/types/NotInKeyType.js.map +1 -1
  289. package/serialization/types/NotInKeyTypeValuesItem.d.ts +11 -0
  290. package/serialization/types/NotInKeyTypeValuesItem.d.ts.map +1 -0
  291. package/serialization/types/NotInKeyTypeValuesItem.js +32 -0
  292. package/serialization/types/NotInKeyTypeValuesItem.js.map +1 -0
  293. package/serialization/types/index.d.ts +6 -0
  294. package/serialization/types/index.d.ts.map +1 -1
  295. package/serialization/types/index.js +6 -0
  296. package/serialization/types/index.js.map +1 -1
  297. package/devbox.lock +0 -118
  298. package/jest.config.ts +0 -38
  299. package/yarn.lock.checksum +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
17
18
  __exportStar(require("./client"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB","sourcesContent":["export * from './client';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/api/resources/presentations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB","sourcesContent":["export * from './types';\nexport * from './client';\n"]}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * All supported DID methods. Default is "web".
6
+ */
7
+ export declare type PresentationIssueDidMethod = 'key' | 'web';
8
+ export declare const PresentationIssueDidMethod: {
9
+ readonly Key: "key";
10
+ readonly Web: "web";
11
+ };
12
+ //# sourceMappingURL=PresentationIssueDidMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresentationIssueDidMethod.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/PresentationIssueDidMethod.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,oBAAY,0BAA0B,GAAG,KAAK,GAAG,KAAK,CAAC;AAEvD,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.PresentationIssueDidMethod = void 0;
7
+ exports.PresentationIssueDidMethod = {
8
+ Key: 'key',
9
+ Web: 'web',
10
+ };
11
+ //# sourceMappingURL=PresentationIssueDidMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PresentationIssueDidMethod.js","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/PresentationIssueDidMethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAOU,QAAA,0BAA0B,GAAG;IACtC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * All supported DID methods. Default is \"web\".\n */\nexport type PresentationIssueDidMethod = 'key' | 'web';\n\nexport const PresentationIssueDidMethod = {\n Key: 'key',\n Web: 'web',\n} as const;\n"]}
@@ -0,0 +1,2 @@
1
+ export * from './PresentationIssueDidMethod';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
@@ -0,0 +1,18 @@
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("./PresentationIssueDidMethod"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/presentations/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C","sourcesContent":["export * from './PresentationIssueDidMethod';\n"]}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Truvity from '../index';
5
5
  /**
6
- * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-json-schema/#terminology).
6
+ * A generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).
7
7
  */
8
8
  export interface Credential {
9
9
  /** A flavor specific representation of a verifiable crendential. */
@@ -12,7 +12,7 @@ export interface Credential {
12
12
  id: string;
13
13
  /** The URI of the credential issuer. */
14
14
  issuer: string;
15
- /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */
15
+ /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
16
16
  type: string[];
17
17
  /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
18
18
  validFrom: Date;
@@ -1 +1 @@
1
- {"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,iGAAiG;IACjG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,8BAA8B;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,mHAAmH;IACnH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"Credential.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,UAAU;IACvB,oEAAoE;IACpE,SAAS,EAAE,OAAO,CAAC,mBAAmB,CAAC;IACvC,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,wFAAwF;IACxF,SAAS,EAAE,IAAI,CAAC;IAChB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,8BAA8B;IAC9B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,mHAAmH;IACnH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.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 generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-json-schema/#terminology).\n */\nexport interface Credential {\n /** A flavor specific representation of a verifiable crendential. */\n dataModel: Truvity.CredentialDataModel;\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */\n type: string[];\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked files. */\n linkedFiles?: string[];\n /** The multihash of canonical Credential body. [Multihash](https://www.w3.org/TR/vc-data-integrity/#multihash). */\n multihash?: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
1
+ {"version":3,"file":"Credential.js","sourceRoot":"","sources":["../../../src/api/types/Credential.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 generic representation of a verifiable crendential. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-credential).\n */\nexport interface Credential {\n /** A flavor specific representation of a verifiable crendential. */\n dataModel: Truvity.CredentialDataModel;\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked files. */\n linkedFiles?: string[];\n /** The multihash of canonical Credential body. [Multihash](https://www.w3.org/TR/vc-data-integrity/#multihash). */\n multihash?: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
@@ -12,7 +12,7 @@ export interface Credential11 {
12
12
  issuer: string;
13
13
  /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
14
14
  issuanceDate: Date;
15
- /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */
15
+ /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
16
16
  type: string[];
17
17
  proof: Truvity.Credential11Proof;
18
18
  /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
@@ -1 +1 @@
1
- {"version":3,"file":"Credential11.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,wFAAwF;IACxF,YAAY,EAAE,IAAI,CAAC;IACnB,iGAAiG;IACjG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC;IACjC,wFAAwF;IACxF,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"Credential11.d.ts","sourceRoot":"","sources":["../../../src/api/types/Credential11.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,+BAA+B;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,wFAAwF;IACxF,YAAY,EAAE,IAAI,CAAC;IACnB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC;IACjC,wFAAwF;IACxF,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Credential11.js","sourceRoot":"","sources":["../../../src/api/types/Credential11.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 * W3C VC1.1 specific properties.\n */\nexport interface Credential11 {\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n issuanceDate: Date;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */\n type: string[];\n proof: Truvity.Credential11Proof;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n expirationDate?: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n}\n"]}
1
+ {"version":3,"file":"Credential11.js","sourceRoot":"","sources":["../../../src/api/types/Credential11.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 * W3C VC1.1 specific properties.\n */\nexport interface Credential11 {\n /** The URI of a credential. */\n id: string;\n /** The URI of the credential issuer. */\n issuer: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n issuanceDate: Date;\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n proof: Truvity.Credential11Proof;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n expirationDate?: Date;\n /**\n * Just regular URI according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).\n * Examples:\n * url: - https://example.com/ - https://example.com/some/path\n * urn: - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - urn:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * did: - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18 - did:uuid:dd1edaad-a160-44d8-931f-1afc27d31b18/some/path\n * .\n */\n holder?: string;\n}\n"]}
@@ -6,13 +6,17 @@ import * as Truvity from '../index';
6
6
  * The schema with limited set of properties for finding drafts.
7
7
  */
8
8
  export interface Draft {
9
- /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */
9
+ /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */
10
10
  type: string[];
11
11
  /** A list of linked credentials. */
12
12
  linkedCredentials?: string[];
13
+ /** A list of linked drafts. */
13
14
  linkedDrafts?: string[];
15
+ /** Metadata about the draft. */
14
16
  meta?: Truvity.DraftMeta;
17
+ /** The schema of the draft. */
15
18
  schema?: Truvity.DraftSchema;
19
+ /** The values of the draft. */
16
20
  values?: Record<string, unknown>;
17
21
  }
18
22
  //# sourceMappingURL=Draft.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,iGAAiG;IACjG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
1
+ {"version":3,"file":"Draft.d.ts","sourceRoot":"","sources":["../../../src/api/types/Draft.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,KAAK;IAClB,gGAAgG;IAChG,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,oCAAoC;IACpC,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,+BAA+B;IAC/B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.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 schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-json-schema/#dfn-type). */\n type: string[];\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n linkedDrafts?: string[];\n meta?: Truvity.DraftMeta;\n schema?: Truvity.DraftSchema;\n values?: Record<string, unknown>;\n}\n"]}
1
+ {"version":3,"file":"Draft.js","sourceRoot":"","sources":["../../../src/api/types/Draft.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 schema with limited set of properties for finding drafts.\n */\nexport interface Draft {\n /** A list of credential types. [Terminology](https://www.w3.org/TR/vc-data-model/#dfn-type). */\n type: string[];\n /** A list of linked credentials. */\n linkedCredentials?: string[];\n /** A list of linked drafts. */\n linkedDrafts?: string[];\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema?: Truvity.DraftSchema;\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
@@ -6,8 +6,11 @@ import * as Truvity from '../index';
6
6
  * The schema for creating a draft.
7
7
  */
8
8
  export interface DraftCreate {
9
+ /** Metadata about the draft. */
9
10
  meta?: Truvity.DraftMeta;
11
+ /** The schema of the draft. */
10
12
  schema?: Truvity.DraftSchema;
13
+ /** The values of the draft. */
11
14
  values?: Record<string, unknown>;
12
15
  }
13
16
  //# sourceMappingURL=DraftCreate.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DraftCreate.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
1
+ {"version":3,"file":"DraftCreate.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC;IACzB,+BAA+B;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAC7B,+BAA+B;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftCreate.js","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.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 schema for creating a draft.\n */\nexport interface DraftCreate {\n meta?: Truvity.DraftMeta;\n schema?: Truvity.DraftSchema;\n values?: Record<string, unknown>;\n}\n"]}
1
+ {"version":3,"file":"DraftCreate.js","sourceRoot":"","sources":["../../../src/api/types/DraftCreate.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 schema for creating a draft.\n */\nexport interface DraftCreate {\n /** Metadata about the draft. */\n meta?: Truvity.DraftMeta;\n /** The schema of the draft. */\n schema?: Truvity.DraftSchema;\n /** The values of the draft. */\n values?: Record<string, unknown>;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * Boolean field representation.
6
6
  */
7
7
  export interface DraftFieldBooleanValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldBooleanValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"DraftFieldBooleanValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldBooleanValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Boolean field representation.\n */\nexport interface DraftFieldBooleanValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldBooleanValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldBooleanValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Boolean field representation.\n */\nexport interface DraftFieldBooleanValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * DateTime field representation.
6
6
  */
7
7
  export interface DraftFieldDateTimeValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldDateTimeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"DraftFieldDateTimeValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldDateTimeValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * DateTime field representation.\n */\nexport interface DraftFieldDateTimeValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldDateTimeValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateTimeValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * DateTime field representation.\n */\nexport interface DraftFieldDateTimeValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * Date field representation.
6
6
  */
7
7
  export interface DraftFieldDateValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldDateValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"DraftFieldDateValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldDateValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Date field representation.\n */\nexport interface DraftFieldDateValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldDateValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldDateValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Date field representation.\n */\nexport interface DraftFieldDateValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * File field representation.
6
6
  */
7
7
  export interface DraftFieldFileValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldFileValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"DraftFieldFileValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldFileValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * File field representation.\n */\nexport interface DraftFieldFileValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldFileValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldFileValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * File field representation.\n */\nexport interface DraftFieldFileValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * Link field representation.
6
6
  */
7
7
  export interface DraftFieldLinkValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldLinkValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"DraftFieldLinkValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldLinkValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Link field representation.\n */\nexport interface DraftFieldLinkValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n /** The type of the link. */\n linkType?: 'REFERENCE';\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldLinkValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldLinkValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Link field representation.\n */\nexport interface DraftFieldLinkValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n /** The type of the link. */\n linkType?: 'REFERENCE';\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * Number field representation.
6
6
  */
7
7
  export interface DraftFieldNumberValue {
8
- /** Field name */
8
+ /** Field name. */
9
9
  name: string;
10
10
  /** Determine whether the field values should be an array. */
11
11
  isArray?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldNumberValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"DraftFieldNumberValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldNumberValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Number field representation.\n */\nexport interface DraftFieldNumberValue {\n /** Field name */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldNumberValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldNumberValue.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Number field representation.\n */\nexport interface DraftFieldNumberValue {\n /** Field name. */\n name: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
@@ -6,7 +6,7 @@ import * as Truvity from '../index';
6
6
  * String field representation.
7
7
  */
8
8
  export interface DraftFieldStringValue {
9
- /** Field name */
9
+ /** Field name. */
10
10
  name: string;
11
11
  /** A set of named constants, each representing an allowable value. */
12
12
  enum?: Truvity.DraftEnumValue[];
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldStringValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC;IAChC,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"DraftFieldStringValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,IAAI,CAAC,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC;IAChC,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldStringValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.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 * String field representation.\n */\nexport interface DraftFieldStringValue {\n /** Field name */\n name: string;\n /** A set of named constants, each representing an allowable value. */\n enum?: Truvity.DraftEnumValue[];\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldStringValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStringValue.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 * String field representation.\n */\nexport interface DraftFieldStringValue {\n /** Field name. */\n name: string;\n /** A set of named constants, each representing an allowable value. */\n enum?: Truvity.DraftEnumValue[];\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n /** The type of the field value. */\n type?: string;\n}\n"]}
@@ -6,8 +6,9 @@ import * as Truvity from '../index';
6
6
  * Struct field representation.
7
7
  */
8
8
  export interface DraftFieldStructValue {
9
- /** Field name */
9
+ /** Field name. */
10
10
  name: string;
11
+ /** A list of claim definitions. */
11
12
  fields?: Truvity.DraftFieldStructValueFieldsItem[];
12
13
  /** The namespace of the vocabulary. */
13
14
  vocabNamespace: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldStructValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,iBAAiB;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,OAAO,CAAC,+BAA+B,EAAE,CAAC;IACnD,uCAAuC;IACvC,cAAc,EAAE,MAAM,CAAC;IACvB,kCAAkC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"DraftFieldStructValue.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,kBAAkB;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,mCAAmC;IACnC,MAAM,CAAC,EAAE,OAAO,CAAC,+BAA+B,EAAE,CAAC;IACnD,uCAAuC;IACvC,cAAc,EAAE,MAAM,CAAC;IACvB,kCAAkC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uFAAuF;IACvF,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldStructValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.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 * Struct field representation.\n */\nexport interface DraftFieldStructValue {\n /** Field name */\n name: string;\n fields?: Truvity.DraftFieldStructValueFieldsItem[];\n /** The namespace of the vocabulary. */\n vocabNamespace: string;\n /** The name of the vocabulary. */\n vocabName: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
1
+ {"version":3,"file":"DraftFieldStructValue.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValue.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 * Struct field representation.\n */\nexport interface DraftFieldStructValue {\n /** Field name. */\n name: string;\n /** A list of claim definitions. */\n fields?: Truvity.DraftFieldStructValueFieldsItem[];\n /** The namespace of the vocabulary. */\n vocabNamespace: string;\n /** The name of the vocabulary. */\n vocabName: string;\n /** Determine whether the field values should be an array. */\n isArray?: boolean;\n notEmpty?: boolean;\n /** The human-readable name of the field can be used to display the field in the UI. */\n title?: string;\n}\n"]}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Truvity from '../index';
5
5
  /**
6
- * A list of claims definitions.
6
+ * A list of claim definitions.
7
7
  */
8
8
  export declare type DraftFieldStructValueFieldsItem = Truvity.DraftFieldStructValueFieldsItem.Boolean | Truvity.DraftFieldStructValueFieldsItem.Date_ | Truvity.DraftFieldStructValueFieldsItem.Datetime | Truvity.DraftFieldStructValueFieldsItem.File_ | Truvity.DraftFieldStructValueFieldsItem.Link | Truvity.DraftFieldStructValueFieldsItem.Number | Truvity.DraftFieldStructValueFieldsItem.String | Truvity.DraftFieldStructValueFieldsItem.Struct;
9
9
  export declare namespace DraftFieldStructValueFieldsItem {
@@ -1 +1 @@
1
- {"version":3,"file":"DraftFieldStructValueFieldsItem.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValueFieldsItem.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 list of claims definitions.\n */\nexport type DraftFieldStructValueFieldsItem =\n | Truvity.DraftFieldStructValueFieldsItem.Boolean\n | Truvity.DraftFieldStructValueFieldsItem.Date_\n | Truvity.DraftFieldStructValueFieldsItem.Datetime\n | Truvity.DraftFieldStructValueFieldsItem.File_\n | Truvity.DraftFieldStructValueFieldsItem.Link\n | Truvity.DraftFieldStructValueFieldsItem.Number\n | Truvity.DraftFieldStructValueFieldsItem.String\n | Truvity.DraftFieldStructValueFieldsItem.Struct;\n\nexport declare namespace DraftFieldStructValueFieldsItem {\n interface Boolean extends Truvity.DraftFieldBooleanValue {\n kind: 'BOOLEAN';\n }\n\n interface Date_ extends Truvity.DraftFieldDateValue {\n kind: 'DATE';\n }\n\n interface Datetime extends Truvity.DraftFieldDateTimeValue {\n kind: 'DATETIME';\n }\n\n interface File_ extends Truvity.DraftFieldFileValue {\n kind: 'FILE';\n }\n\n interface Link extends Truvity.DraftFieldLinkValue {\n kind: 'LINK';\n }\n\n interface Number extends Truvity.DraftFieldNumberValue {\n kind: 'NUMBER';\n }\n\n interface String extends Truvity.DraftFieldStringValue {\n kind: 'STRING';\n }\n\n interface Struct extends Truvity.DraftFieldStructValue {\n kind: 'STRUCT';\n }\n}\n"]}
1
+ {"version":3,"file":"DraftFieldStructValueFieldsItem.js","sourceRoot":"","sources":["../../../src/api/types/DraftFieldStructValueFieldsItem.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 list of claim definitions.\n */\nexport type DraftFieldStructValueFieldsItem =\n | Truvity.DraftFieldStructValueFieldsItem.Boolean\n | Truvity.DraftFieldStructValueFieldsItem.Date_\n | Truvity.DraftFieldStructValueFieldsItem.Datetime\n | Truvity.DraftFieldStructValueFieldsItem.File_\n | Truvity.DraftFieldStructValueFieldsItem.Link\n | Truvity.DraftFieldStructValueFieldsItem.Number\n | Truvity.DraftFieldStructValueFieldsItem.String\n | Truvity.DraftFieldStructValueFieldsItem.Struct;\n\nexport declare namespace DraftFieldStructValueFieldsItem {\n interface Boolean extends Truvity.DraftFieldBooleanValue {\n kind: 'BOOLEAN';\n }\n\n interface Date_ extends Truvity.DraftFieldDateValue {\n kind: 'DATE';\n }\n\n interface Datetime extends Truvity.DraftFieldDateTimeValue {\n kind: 'DATETIME';\n }\n\n interface File_ extends Truvity.DraftFieldFileValue {\n kind: 'FILE';\n }\n\n interface Link extends Truvity.DraftFieldLinkValue {\n kind: 'LINK';\n }\n\n interface Number extends Truvity.DraftFieldNumberValue {\n kind: 'NUMBER';\n }\n\n interface String extends Truvity.DraftFieldStringValue {\n kind: 'STRING';\n }\n\n interface Struct extends Truvity.DraftFieldStructValue {\n kind: 'STRUCT';\n }\n}\n"]}
@@ -5,11 +5,11 @@
5
5
  * Metadata for a draft with common properties.
6
6
  */
7
7
  export interface DraftMeta {
8
- /** Primitive string type. */
8
+ /** An entity about which [claims](https://www.w3.org/TR/vc-data-model/#dfn-claims) are made. */
9
9
  subject?: string;
10
- /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
10
+ /** The date and time the issued credential is valid from. */
11
11
  validFrom?: Date;
12
- /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */
12
+ /** The date and time the issued credential valid until. */
13
13
  validUntil?: Date;
14
14
  }
15
15
  //# sourceMappingURL=DraftMeta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DraftMeta.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftMeta.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB,6BAA6B;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wFAAwF;IACxF,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,wFAAwF;IACxF,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
1
+ {"version":3,"file":"DraftMeta.d.ts","sourceRoot":"","sources":["../../../src/api/types/DraftMeta.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,SAAS;IACtB,gGAAgG;IAChG,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,2DAA2D;IAC3D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DraftMeta.js","sourceRoot":"","sources":["../../../src/api/types/DraftMeta.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Metadata for a draft with common properties.\n */\nexport interface DraftMeta {\n /** Primitive string type. */\n subject?: string;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validFrom?: Date;\n /** Timestamp string according to [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339). */\n validUntil?: Date;\n}\n"]}
1
+ {"version":3,"file":"DraftMeta.js","sourceRoot":"","sources":["../../../src/api/types/DraftMeta.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * Metadata for a draft with common properties.\n */\nexport interface DraftMeta {\n /** An entity about which [claims](https://www.w3.org/TR/vc-data-model/#dfn-claims) are made. */\n subject?: string;\n /** The date and time the issued credential is valid from. */\n validFrom?: Date;\n /** The date and time the issued credential valid until. */\n validUntil?: Date;\n}\n"]}
@@ -6,6 +6,7 @@ import * as Truvity from '../index';
6
6
  * A schema for a Draft.
7
7
  */
8
8
  export interface DraftSchema {
9
+ /** A list of claim definitions. */
9
10
  fields?: Truvity.DraftSchemaFieldsItem[];
10
11
  /**
11
12
  * The JSON-LD vocabulary namespace is used to define the `@id`of the generated vocabulary, which identifies
@@ -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,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;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;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 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 * - 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"]}
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Truvity from '../index';
5
5
  /**
6
- * A list of claims definitions.
6
+ * A list of claim definitions.
7
7
  */
8
8
  export declare type DraftSchemaFieldsItem = Truvity.DraftSchemaFieldsItem.Boolean | Truvity.DraftSchemaFieldsItem.Date_ | Truvity.DraftSchemaFieldsItem.Datetime | Truvity.DraftSchemaFieldsItem.File_ | Truvity.DraftSchemaFieldsItem.Link | Truvity.DraftSchemaFieldsItem.Number | Truvity.DraftSchemaFieldsItem.String | Truvity.DraftSchemaFieldsItem.Struct;
9
9
  export declare namespace DraftSchemaFieldsItem {
@@ -1 +1 @@
1
- {"version":3,"file":"DraftSchemaFieldsItem.js","sourceRoot":"","sources":["../../../src/api/types/DraftSchemaFieldsItem.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 list of claims definitions.\n */\nexport type DraftSchemaFieldsItem =\n | Truvity.DraftSchemaFieldsItem.Boolean\n | Truvity.DraftSchemaFieldsItem.Date_\n | Truvity.DraftSchemaFieldsItem.Datetime\n | Truvity.DraftSchemaFieldsItem.File_\n | Truvity.DraftSchemaFieldsItem.Link\n | Truvity.DraftSchemaFieldsItem.Number\n | Truvity.DraftSchemaFieldsItem.String\n | Truvity.DraftSchemaFieldsItem.Struct;\n\nexport declare namespace DraftSchemaFieldsItem {\n interface Boolean extends Truvity.DraftFieldBooleanValue {\n kind: 'BOOLEAN';\n }\n\n interface Date_ extends Truvity.DraftFieldDateValue {\n kind: 'DATE';\n }\n\n interface Datetime extends Truvity.DraftFieldDateTimeValue {\n kind: 'DATETIME';\n }\n\n interface File_ extends Truvity.DraftFieldFileValue {\n kind: 'FILE';\n }\n\n interface Link extends Truvity.DraftFieldLinkValue {\n kind: 'LINK';\n }\n\n interface Number extends Truvity.DraftFieldNumberValue {\n kind: 'NUMBER';\n }\n\n interface String extends Truvity.DraftFieldStringValue {\n kind: 'STRING';\n }\n\n interface Struct extends Truvity.DraftFieldStructValue {\n kind: 'STRUCT';\n }\n}\n"]}
1
+ {"version":3,"file":"DraftSchemaFieldsItem.js","sourceRoot":"","sources":["../../../src/api/types/DraftSchemaFieldsItem.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 list of claim definitions.\n */\nexport type DraftSchemaFieldsItem =\n | Truvity.DraftSchemaFieldsItem.Boolean\n | Truvity.DraftSchemaFieldsItem.Date_\n | Truvity.DraftSchemaFieldsItem.Datetime\n | Truvity.DraftSchemaFieldsItem.File_\n | Truvity.DraftSchemaFieldsItem.Link\n | Truvity.DraftSchemaFieldsItem.Number\n | Truvity.DraftSchemaFieldsItem.String\n | Truvity.DraftSchemaFieldsItem.Struct;\n\nexport declare namespace DraftSchemaFieldsItem {\n interface Boolean extends Truvity.DraftFieldBooleanValue {\n kind: 'BOOLEAN';\n }\n\n interface Date_ extends Truvity.DraftFieldDateValue {\n kind: 'DATE';\n }\n\n interface Datetime extends Truvity.DraftFieldDateTimeValue {\n kind: 'DATETIME';\n }\n\n interface File_ extends Truvity.DraftFieldFileValue {\n kind: 'FILE';\n }\n\n interface Link extends Truvity.DraftFieldLinkValue {\n kind: 'LINK';\n }\n\n interface Number extends Truvity.DraftFieldNumberValue {\n kind: 'NUMBER';\n }\n\n interface String extends Truvity.DraftFieldStringValue {\n kind: 'STRING';\n }\n\n interface Struct extends Truvity.DraftFieldStructValue {\n kind: 'STRUCT';\n }\n}\n"]}
@@ -1,11 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Truvity from '../index';
4
5
  /**
5
6
  * EQUAL operator looks for values that are equal to the given value.
6
7
  */
7
8
  export interface EqualKeyType {
8
9
  /** The value to compare against. */
9
- value: string;
10
+ value: Truvity.EqualKeyTypeValue;
10
11
  }
11
12
  //# sourceMappingURL=EqualKeyType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyType.d.ts","sourceRoot":"","sources":["../../../src/api/types/EqualKeyType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"EqualKeyType.d.ts","sourceRoot":"","sources":["../../../src/api/types/EqualKeyType.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,UAAU,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,oCAAoC;IACpC,KAAK,EAAE,OAAO,CAAC,iBAAiB,CAAC;CACpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EqualKeyType.js","sourceRoot":"","sources":["../../../src/api/types/EqualKeyType.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * EQUAL operator looks for values that are equal to the given value.\n */\nexport interface EqualKeyType {\n /** The value to compare against. */\n value: string;\n}\n"]}
1
+ {"version":3,"file":"EqualKeyType.js","sourceRoot":"","sources":["../../../src/api/types/EqualKeyType.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 * EQUAL operator looks for values that are equal to the given value.\n */\nexport interface EqualKeyType {\n /** The value to compare against. */\n value: Truvity.EqualKeyTypeValue;\n}\n"]}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * The value to compare against.
6
+ */
7
+ export declare type EqualKeyTypeValue = 'ED25519' | 'P256' | 'P384' | 'SECP256K1';
8
+ export declare const EqualKeyTypeValue: {
9
+ readonly Ed25519: "ED25519";
10
+ readonly P256: "P256";
11
+ readonly P384: "P384";
12
+ readonly Secp256K1: "SECP256K1";
13
+ };
14
+ //# sourceMappingURL=EqualKeyTypeValue.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EqualKeyTypeValue = void 0;
7
+ exports.EqualKeyTypeValue = {
8
+ Ed25519: 'ED25519',
9
+ P256: 'P256',
10
+ P384: 'P384',
11
+ Secp256K1: 'SECP256K1',
12
+ };
13
+ //# sourceMappingURL=EqualKeyTypeValue.js.map
@@ -0,0 +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"]}