@truvity/sdk 0.36.2 → 0.36.8

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 (623) hide show
  1. package/api/resources/apiKeys/client/Client.d.ts +6 -6
  2. package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
  3. package/api/resources/apiKeys/client/Client.js +18 -15
  4. package/api/resources/apiKeys/client/Client.js.map +1 -1
  5. package/api/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +2 -2
  6. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
  7. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js +6 -0
  8. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
  9. package/api/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts} +2 -2
  10. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
  11. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js +6 -0
  12. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
  13. package/api/resources/{keys/client/requests/KeyUpdateLabelsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts} +2 -2
  14. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
  15. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js +6 -0
  16. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
  17. package/api/resources/apiKeys/client/requests/index.d.ts +3 -3
  18. package/api/resources/apiKeys/client/requests/index.d.ts.map +1 -1
  19. package/api/resources/apiKeys/client/requests/index.js.map +1 -1
  20. package/api/resources/credentials/client/Client.d.ts +6 -6
  21. package/api/resources/credentials/client/Client.d.ts.map +1 -1
  22. package/api/resources/credentials/client/Client.js +18 -18
  23. package/api/resources/credentials/client/Client.js.map +1 -1
  24. package/api/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +2 -2
  25. package/api/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
  26. package/api/resources/{didcommMessages/client/requests/DidCommMessageSendInput.js → credentials/client/requests/CredentialImportRequest.js} +1 -1
  27. package/api/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
  28. package/api/resources/credentials/client/requests/{CredentialUpdateAnnotationsInput.d.ts → CredentialUpdateAnnotationsRequest.d.ts} +2 -2
  29. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
  30. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js +6 -0
  31. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
  32. package/api/resources/credentials/client/requests/{CredentialUpdateLabelsInput.d.ts → CredentialUpdateLabelsRequest.d.ts} +2 -2
  33. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
  34. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js +6 -0
  35. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
  36. package/api/resources/credentials/client/requests/index.d.ts +3 -3
  37. package/api/resources/credentials/client/requests/index.d.ts.map +1 -1
  38. package/api/resources/credentials/client/requests/index.js.map +1 -1
  39. package/api/resources/desk/client/Client.js +2 -2
  40. package/api/resources/desk/client/Client.js.map +1 -1
  41. package/api/resources/didcommMessages/client/Client.d.ts +6 -6
  42. package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
  43. package/api/resources/didcommMessages/client/Client.js +15 -15
  44. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  45. package/api/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +2 -2
  46. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
  47. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js +6 -0
  48. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
  49. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +52 -0
  50. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
  51. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js +6 -0
  52. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
  53. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +52 -0
  54. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
  55. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js +6 -0
  56. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
  57. package/api/resources/didcommMessages/client/requests/index.d.ts +3 -3
  58. package/api/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
  59. package/api/resources/didcommMessages/client/requests/index.js.map +1 -1
  60. package/api/resources/dids/client/Client.js +1 -1
  61. package/api/resources/dids/client/Client.js.map +1 -1
  62. package/api/resources/drafts/client/Client.d.ts +11 -11
  63. package/api/resources/drafts/client/Client.d.ts.map +1 -1
  64. package/api/resources/drafts/client/Client.js +30 -24
  65. package/api/resources/drafts/client/Client.js.map +1 -1
  66. package/api/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +2 -2
  67. package/api/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
  68. package/api/resources/{credentials/client/requests/CredentialInput.js → drafts/client/requests/DraftCreateRequest.js} +1 -1
  69. package/api/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
  70. package/api/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +2 -2
  71. package/api/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
  72. package/api/resources/drafts/client/requests/DraftExportRequest.js +6 -0
  73. package/api/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
  74. package/api/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +3 -3
  75. package/api/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
  76. package/api/resources/drafts/client/requests/{DraftInput.js → DraftIssueRequest.js} +1 -1
  77. package/api/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
  78. package/api/resources/{files/client/requests/FileUpdateAnnotationsInput.d.ts → drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts} +2 -2
  79. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
  80. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js +6 -0
  81. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
  82. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → drafts/client/requests/DraftUpdateLabelsRequest.d.ts} +2 -2
  83. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
  84. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js +6 -0
  85. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
  86. package/api/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +2 -2
  87. package/api/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
  88. package/api/resources/drafts/client/requests/DraftUpdateRequest.js +6 -0
  89. package/api/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
  90. package/api/resources/drafts/client/requests/index.d.ts +6 -6
  91. package/api/resources/drafts/client/requests/index.d.ts.map +1 -1
  92. package/api/resources/drafts/client/requests/index.js.map +1 -1
  93. package/api/resources/drafts/types/{DraftIssueDidMethod.d.ts → DraftIssueRequestDidMethod.d.ts} +3 -3
  94. package/api/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
  95. package/api/resources/drafts/types/{DraftIssueDidMethod.js → DraftIssueRequestDidMethod.js} +3 -3
  96. package/api/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
  97. package/api/resources/drafts/types/index.d.ts +1 -1
  98. package/api/resources/drafts/types/index.d.ts.map +1 -1
  99. package/api/resources/drafts/types/index.js +1 -1
  100. package/api/resources/drafts/types/index.js.map +1 -1
  101. package/api/resources/files/client/Client.d.ts +6 -6
  102. package/api/resources/files/client/Client.d.ts.map +1 -1
  103. package/api/resources/files/client/Client.js +20 -17
  104. package/api/resources/files/client/Client.js.map +1 -1
  105. package/api/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +2 -2
  106. package/api/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
  107. package/api/resources/{apiKeys/client/requests/ApiKeyInput.js → files/client/requests/FileCreateRequest.js} +1 -1
  108. package/api/resources/files/client/requests/FileCreateRequest.js.map +1 -0
  109. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts → files/client/requests/FileUpdateAnnotationsRequest.d.ts} +2 -2
  110. package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
  111. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +1 -1
  112. package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
  113. package/api/resources/{drafts/client/requests/DraftUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +2 -2
  114. package/api/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
  115. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → files/client/requests/FileUpdateLabelsRequest.js} +1 -1
  116. package/api/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
  117. package/api/resources/files/client/requests/index.d.ts +3 -3
  118. package/api/resources/files/client/requests/index.d.ts.map +1 -1
  119. package/api/resources/files/client/requests/index.js.map +1 -1
  120. package/api/resources/gdpr/client/Client.d.ts +2 -2
  121. package/api/resources/gdpr/client/Client.d.ts.map +1 -1
  122. package/api/resources/gdpr/client/Client.js +3 -3
  123. package/api/resources/gdpr/client/Client.js.map +1 -1
  124. package/api/resources/gdpr/client/requests/{SupportRequest.d.ts → SupportRequestCreateRequest.d.ts} +3 -3
  125. package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
  126. package/api/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → gdpr/client/requests/SupportRequestCreateRequest.js} +1 -1
  127. package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
  128. package/api/resources/gdpr/client/requests/index.d.ts +1 -1
  129. package/api/resources/gdpr/client/requests/index.d.ts.map +1 -1
  130. package/api/resources/gdpr/client/requests/index.js.map +1 -1
  131. package/api/resources/gdpr/types/{SupportRequestType.d.ts → SupportRequestCreateRequestType.d.ts} +3 -3
  132. package/api/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
  133. package/api/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
  134. package/api/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
  135. package/api/resources/gdpr/types/index.d.ts +1 -1
  136. package/api/resources/gdpr/types/index.d.ts.map +1 -1
  137. package/api/resources/gdpr/types/index.js +1 -1
  138. package/api/resources/gdpr/types/index.js.map +1 -1
  139. package/api/resources/keys/client/Client.d.ts +8 -8
  140. package/api/resources/keys/client/Client.d.ts.map +1 -1
  141. package/api/resources/keys/client/Client.js +21 -21
  142. package/api/resources/keys/client/Client.js.map +1 -1
  143. package/api/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +2 -2
  144. package/api/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
  145. package/api/resources/keys/client/requests/KeyGenerateRequest.js +6 -0
  146. package/api/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
  147. package/api/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +2 -2
  148. package/api/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
  149. package/api/resources/{drafts/client/requests/DraftExport.js → keys/client/requests/KeyImportRequest.js} +1 -1
  150. package/api/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
  151. package/api/resources/keys/client/requests/{KeyUpdateAnnotationsInput.d.ts → KeyUpdateAnnotationsRequest.d.ts} +2 -2
  152. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
  153. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js +6 -0
  154. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
  155. package/api/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +2 -2
  156. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
  157. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js +6 -0
  158. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
  159. package/api/resources/keys/client/requests/index.d.ts +4 -4
  160. package/api/resources/keys/client/requests/index.d.ts.map +1 -1
  161. package/api/resources/keys/client/requests/index.js.map +1 -1
  162. package/api/resources/presentations/client/Client.d.ts +9 -9
  163. package/api/resources/presentations/client/Client.d.ts.map +1 -1
  164. package/api/resources/presentations/client/Client.js +23 -23
  165. package/api/resources/presentations/client/Client.js.map +1 -1
  166. package/api/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +2 -2
  167. package/api/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
  168. package/api/resources/presentations/client/requests/PresentationExportRequest.js +6 -0
  169. package/api/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
  170. package/api/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +2 -2
  171. package/api/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
  172. package/api/resources/presentations/client/requests/PresentationImportRequest.js +6 -0
  173. package/api/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
  174. package/api/resources/presentations/client/requests/{PresentationIssue.d.ts → PresentationIssueRequest.d.ts} +3 -3
  175. package/api/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
  176. package/api/resources/presentations/client/requests/PresentationIssueRequest.js +6 -0
  177. package/api/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
  178. package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +2 -2
  179. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
  180. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js +6 -0
  181. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
  182. package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts → presentations/client/requests/PresentationUpdateLabelsRequest.d.ts} +2 -2
  183. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
  184. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js +6 -0
  185. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
  186. package/api/resources/presentations/client/requests/index.d.ts +5 -5
  187. package/api/resources/presentations/client/requests/index.d.ts.map +1 -1
  188. package/api/resources/presentations/client/requests/index.js.map +1 -1
  189. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +12 -0
  190. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
  191. package/api/resources/presentations/types/{PresentationIssueDidMethod.js → PresentationIssueRequestDidMethod.js} +3 -3
  192. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
  193. package/api/resources/presentations/types/index.d.ts +1 -1
  194. package/api/resources/presentations/types/index.d.ts.map +1 -1
  195. package/api/resources/presentations/types/index.js +1 -1
  196. package/api/resources/presentations/types/index.js.map +1 -1
  197. package/api/types/BadRequestProblems.d.ts +4 -1
  198. package/api/types/BadRequestProblems.d.ts.map +1 -1
  199. package/api/types/BadRequestProblems.js.map +1 -1
  200. package/api/types/File_.d.ts +1 -1
  201. package/api/types/File_.d.ts.map +1 -1
  202. package/api/types/File_.js.map +1 -1
  203. package/api/types/ProblemBadRequestPayloadTooLarge.d.ts +20 -0
  204. package/api/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
  205. package/api/types/ProblemBadRequestPayloadTooLarge.js +6 -0
  206. package/api/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
  207. package/api/types/index.d.ts +1 -0
  208. package/api/types/index.d.ts.map +1 -1
  209. package/api/types/index.js +1 -0
  210. package/api/types/index.js.map +1 -1
  211. package/documents/credential/claims.d.ts.map +1 -1
  212. package/documents/credential/claims.js +6 -2
  213. package/documents/credential/claims.js.map +1 -1
  214. package/documents/credential/credential.d.ts +22 -0
  215. package/documents/credential/credential.d.ts.map +1 -0
  216. package/documents/credential/credential.js +56 -0
  217. package/documents/credential/credential.js.map +1 -0
  218. package/documents/credential/draft/draft.d.ts +19 -0
  219. package/documents/credential/draft/draft.d.ts.map +1 -0
  220. package/documents/credential/draft/draft.js +72 -0
  221. package/documents/credential/draft/draft.js.map +1 -0
  222. package/documents/credential/draft/unknown.d.ts +10 -0
  223. package/documents/credential/draft/unknown.d.ts.map +1 -0
  224. package/documents/credential/draft/unknown.js +42 -0
  225. package/documents/credential/draft/unknown.js.map +1 -0
  226. package/documents/credential/draft/with-claims.d.ts +17 -0
  227. package/documents/credential/draft/with-claims.d.ts.map +1 -0
  228. package/documents/credential/{draft.js → draft/with-claims.js} +18 -51
  229. package/documents/credential/draft/with-claims.js.map +1 -0
  230. package/documents/credential/unknown.d.ts +15 -20
  231. package/documents/credential/unknown.d.ts.map +1 -1
  232. package/documents/credential/unknown.js +29 -31
  233. package/documents/credential/unknown.js.map +1 -1
  234. package/documents/credential/verifiable/unknown.d.ts +10 -0
  235. package/documents/credential/verifiable/unknown.d.ts.map +1 -0
  236. package/documents/credential/verifiable/unknown.js +35 -0
  237. package/documents/credential/verifiable/unknown.js.map +1 -0
  238. package/documents/credential/{verifiable.d.ts → verifiable/verifiable.d.ts} +5 -5
  239. package/documents/credential/verifiable/verifiable.d.ts.map +1 -0
  240. package/documents/credential/{verifiable.js → verifiable/verifiable.js} +5 -5
  241. package/documents/credential/verifiable/verifiable.js.map +1 -0
  242. package/documents/credential/verifiable/with-claims.d.ts +15 -0
  243. package/documents/credential/verifiable/with-claims.d.ts.map +1 -0
  244. package/documents/credential/verifiable/with-claims.js +55 -0
  245. package/documents/credential/verifiable/with-claims.js.map +1 -0
  246. package/documents/credential/with-claims.d.ts +15 -11
  247. package/documents/credential/with-claims.d.ts.map +1 -1
  248. package/documents/credential/with-claims.js +27 -33
  249. package/documents/credential/with-claims.js.map +1 -1
  250. package/documents/credential.d.ts +6 -6
  251. package/documents/credential.d.ts.map +1 -1
  252. package/documents/credential.js +6 -6
  253. package/documents/credential.js.map +1 -1
  254. package/documents/models.d.ts +21 -7
  255. package/documents/models.d.ts.map +1 -1
  256. package/documents/models.js +60 -7
  257. package/documents/models.js.map +1 -1
  258. package/documents/models.spec.js +33 -1
  259. package/documents/models.spec.js.map +1 -1
  260. package/documents/presentation/issued.d.ts +1 -1
  261. package/documents/presentation/issued.d.ts.map +1 -1
  262. package/documents/presentation/issued.js +1 -1
  263. package/documents/presentation/issued.js.map +1 -1
  264. package/documents/presentation.d.ts +3 -3
  265. package/documents/presentation.d.ts.map +1 -1
  266. package/documents/presentation.js +1 -1
  267. package/documents/presentation.js.map +1 -1
  268. package/documents/types.d.ts +5 -3
  269. package/documents/types.d.ts.map +1 -1
  270. package/documents/types.js.map +1 -1
  271. package/package.json +1 -1
  272. package/reference.md +26 -26
  273. package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +3 -3
  274. package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
  275. package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.js → ApiKeyCreateRequest.js} +3 -3
  276. package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
  277. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts +13 -0
  278. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
  279. package/serialization/resources/{keys/client/requests/KeyUpdateAnnotationsInput.js → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js} +3 -3
  280. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
  281. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts +13 -0
  282. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
  283. package/serialization/resources/{keys/client/requests/KeyUpdateLabelsInput.js → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js} +3 -3
  284. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
  285. package/serialization/resources/apiKeys/client/requests/index.d.ts +3 -3
  286. package/serialization/resources/apiKeys/client/requests/index.d.ts.map +1 -1
  287. package/serialization/resources/apiKeys/client/requests/index.js +7 -7
  288. package/serialization/resources/apiKeys/client/requests/index.js.map +1 -1
  289. package/serialization/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +3 -3
  290. package/serialization/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
  291. package/serialization/resources/{presentations/client/requests/PresentationInput.js → credentials/client/requests/CredentialImportRequest.js} +3 -3
  292. package/serialization/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
  293. package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts → credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts} +3 -3
  294. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
  295. package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.js → credentials/client/requests/CredentialUpdateAnnotationsRequest.js} +3 -3
  296. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
  297. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts +13 -0
  298. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
  299. package/serialization/resources/{presentations/client/requests/PresentationUpdateLabelsInput.js → credentials/client/requests/CredentialUpdateLabelsRequest.js} +3 -3
  300. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
  301. package/serialization/resources/credentials/client/requests/index.d.ts +3 -3
  302. package/serialization/resources/credentials/client/requests/index.d.ts.map +1 -1
  303. package/serialization/resources/credentials/client/requests/index.js +7 -7
  304. package/serialization/resources/credentials/client/requests/index.js.map +1 -1
  305. package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +3 -3
  306. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
  307. package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.js → DidCommMessageSendRequest.js} +3 -3
  308. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
  309. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +13 -0
  310. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
  311. package/serialization/resources/{credentials/client/requests/CredentialUpdateAnnotationsInput.js → didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js} +3 -3
  312. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
  313. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +13 -0
  314. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
  315. package/serialization/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js} +3 -3
  316. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
  317. package/serialization/resources/didcommMessages/client/requests/index.d.ts +3 -3
  318. package/serialization/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
  319. package/serialization/resources/didcommMessages/client/requests/index.js +7 -7
  320. package/serialization/resources/didcommMessages/client/requests/index.js.map +1 -1
  321. package/serialization/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +3 -3
  322. package/serialization/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
  323. package/serialization/resources/drafts/client/requests/{DraftInput.js → DraftCreateRequest.js} +3 -3
  324. package/serialization/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
  325. package/serialization/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +3 -3
  326. package/serialization/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
  327. package/serialization/resources/drafts/client/requests/{DraftExport.js → DraftExportRequest.js} +3 -3
  328. package/serialization/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
  329. package/serialization/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +5 -5
  330. package/serialization/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
  331. package/serialization/resources/drafts/client/requests/{DraftIssue.js → DraftIssueRequest.js} +5 -5
  332. package/serialization/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
  333. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts +13 -0
  334. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
  335. package/serialization/resources/{files/client/requests/FileUpdateAnnotationsInput.js → drafts/client/requests/DraftUpdateAnnotationsRequest.js} +3 -3
  336. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
  337. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts +13 -0
  338. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
  339. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → drafts/client/requests/DraftUpdateLabelsRequest.js} +3 -3
  340. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
  341. package/serialization/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +3 -3
  342. package/serialization/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
  343. package/serialization/resources/drafts/client/requests/{DraftUpdateInput.js → DraftUpdateRequest.js} +3 -3
  344. package/serialization/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
  345. package/serialization/resources/drafts/client/requests/index.d.ts +6 -6
  346. package/serialization/resources/drafts/client/requests/index.d.ts.map +1 -1
  347. package/serialization/resources/drafts/client/requests/index.js +13 -13
  348. package/serialization/resources/drafts/client/requests/index.js.map +1 -1
  349. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts +11 -0
  350. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
  351. package/serialization/resources/{presentations/types/PresentationIssueDidMethod.js → drafts/types/DraftIssueRequestDidMethod.js} +3 -3
  352. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
  353. package/serialization/resources/drafts/types/index.d.ts +1 -1
  354. package/serialization/resources/drafts/types/index.d.ts.map +1 -1
  355. package/serialization/resources/drafts/types/index.js +1 -1
  356. package/serialization/resources/drafts/types/index.js.map +1 -1
  357. package/serialization/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +3 -3
  358. package/serialization/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
  359. package/serialization/resources/files/client/requests/{FileInput.js → FileCreateRequest.js} +3 -3
  360. package/serialization/resources/files/client/requests/FileCreateRequest.js.map +1 -0
  361. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts +13 -0
  362. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
  363. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +3 -3
  364. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
  365. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +3 -3
  366. package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
  367. package/serialization/resources/files/client/requests/{FileUpdateLabelsInput.js → FileUpdateLabelsRequest.js} +3 -3
  368. package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
  369. package/serialization/resources/files/client/requests/index.d.ts +3 -3
  370. package/serialization/resources/files/client/requests/index.d.ts.map +1 -1
  371. package/serialization/resources/files/client/requests/index.js +7 -7
  372. package/serialization/resources/files/client/requests/index.js.map +1 -1
  373. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts +15 -0
  374. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
  375. package/serialization/resources/gdpr/client/requests/{SupportRequest.js → SupportRequestCreateRequest.js} +5 -5
  376. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
  377. package/serialization/resources/gdpr/client/requests/index.d.ts +1 -1
  378. package/serialization/resources/gdpr/client/requests/index.d.ts.map +1 -1
  379. package/serialization/resources/gdpr/client/requests/index.js +3 -3
  380. package/serialization/resources/gdpr/client/requests/index.js.map +1 -1
  381. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts +11 -0
  382. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
  383. package/serialization/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
  384. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
  385. package/serialization/resources/gdpr/types/index.d.ts +1 -1
  386. package/serialization/resources/gdpr/types/index.d.ts.map +1 -1
  387. package/serialization/resources/gdpr/types/index.js +1 -1
  388. package/serialization/resources/gdpr/types/index.js.map +1 -1
  389. package/serialization/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +3 -3
  390. package/serialization/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
  391. package/serialization/resources/keys/client/requests/{KeyGenerateInput.js → KeyGenerateRequest.js} +3 -3
  392. package/serialization/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
  393. package/serialization/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +3 -3
  394. package/serialization/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
  395. package/serialization/resources/keys/client/requests/{KeyImportSecretInput.js → KeyImportRequest.js} +3 -3
  396. package/serialization/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
  397. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts +13 -0
  398. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
  399. package/serialization/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.js → keys/client/requests/KeyUpdateAnnotationsRequest.js} +3 -3
  400. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
  401. package/serialization/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +3 -3
  402. package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
  403. package/serialization/resources/{drafts/client/requests/DraftUpdateLabelsInput.js → keys/client/requests/KeyUpdateLabelsRequest.js} +3 -3
  404. package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
  405. package/serialization/resources/keys/client/requests/index.d.ts +4 -4
  406. package/serialization/resources/keys/client/requests/index.d.ts.map +1 -1
  407. package/serialization/resources/keys/client/requests/index.js +9 -9
  408. package/serialization/resources/keys/client/requests/index.js.map +1 -1
  409. package/serialization/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +3 -3
  410. package/serialization/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
  411. package/serialization/resources/presentations/client/requests/{PresentationExport.js → PresentationExportRequest.js} +3 -3
  412. package/serialization/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
  413. package/serialization/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +3 -3
  414. package/serialization/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
  415. package/serialization/resources/{credentials/client/requests/CredentialInput.js → presentations/client/requests/PresentationImportRequest.js} +3 -3
  416. package/serialization/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
  417. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts +17 -0
  418. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
  419. package/serialization/resources/presentations/client/requests/{PresentationIssue.js → PresentationIssueRequest.js} +5 -5
  420. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
  421. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +3 -3
  422. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
  423. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js → presentations/client/requests/PresentationUpdateAnnotationsRequest.js} +3 -3
  424. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
  425. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts +13 -0
  426. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
  427. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js → presentations/client/requests/PresentationUpdateLabelsRequest.js} +3 -3
  428. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
  429. package/serialization/resources/presentations/client/requests/index.d.ts +5 -5
  430. package/serialization/resources/presentations/client/requests/index.d.ts.map +1 -1
  431. package/serialization/resources/presentations/client/requests/index.js +11 -11
  432. package/serialization/resources/presentations/client/requests/index.js.map +1 -1
  433. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +11 -0
  434. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
  435. package/serialization/resources/{drafts/types/DraftIssueDidMethod.js → presentations/types/PresentationIssueRequestDidMethod.js} +3 -3
  436. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
  437. package/serialization/resources/presentations/types/index.d.ts +1 -1
  438. package/serialization/resources/presentations/types/index.d.ts.map +1 -1
  439. package/serialization/resources/presentations/types/index.js +1 -1
  440. package/serialization/resources/presentations/types/index.js.map +1 -1
  441. package/serialization/types/BadRequestProblems.d.ts +5 -1
  442. package/serialization/types/BadRequestProblems.d.ts.map +1 -1
  443. package/serialization/types/BadRequestProblems.js +2 -0
  444. package/serialization/types/BadRequestProblems.js.map +1 -1
  445. package/serialization/types/File_.d.ts +1 -1
  446. package/serialization/types/File_.d.ts.map +1 -1
  447. package/serialization/types/File_.js +1 -1
  448. package/serialization/types/File_.js.map +1 -1
  449. package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts +18 -0
  450. package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
  451. package/serialization/types/ProblemBadRequestPayloadTooLarge.js +49 -0
  452. package/serialization/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
  453. package/serialization/types/index.d.ts +1 -0
  454. package/serialization/types/index.d.ts.map +1 -1
  455. package/serialization/types/index.js +1 -0
  456. package/serialization/types/index.js.map +1 -1
  457. package/api/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
  458. package/api/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
  459. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
  460. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
  461. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
  462. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
  463. package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
  464. package/api/resources/credentials/client/requests/CredentialInput.js.map +0 -1
  465. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
  466. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js +0 -6
  467. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
  468. package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
  469. package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
  470. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
  471. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
  472. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
  473. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js +0 -6
  474. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
  475. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
  476. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js +0 -6
  477. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
  478. package/api/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
  479. package/api/resources/drafts/client/requests/DraftExport.js.map +0 -1
  480. package/api/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
  481. package/api/resources/drafts/client/requests/DraftInput.js.map +0 -1
  482. package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
  483. package/api/resources/drafts/client/requests/DraftIssue.js +0 -6
  484. package/api/resources/drafts/client/requests/DraftIssue.js.map +0 -1
  485. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
  486. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js +0 -6
  487. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
  488. package/api/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
  489. package/api/resources/drafts/client/requests/DraftUpdateInput.js +0 -6
  490. package/api/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
  491. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
  492. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js +0 -6
  493. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
  494. package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
  495. package/api/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
  496. package/api/resources/files/client/requests/FileInput.d.ts.map +0 -1
  497. package/api/resources/files/client/requests/FileInput.js +0 -6
  498. package/api/resources/files/client/requests/FileInput.js.map +0 -1
  499. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
  500. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js +0 -6
  501. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
  502. package/api/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
  503. package/api/resources/files/client/requests/FileUpdateLabelsInput.js +0 -6
  504. package/api/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
  505. package/api/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
  506. package/api/resources/gdpr/client/requests/SupportRequest.js +0 -6
  507. package/api/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
  508. package/api/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
  509. package/api/resources/gdpr/types/SupportRequestType.js.map +0 -1
  510. package/api/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
  511. package/api/resources/keys/client/requests/KeyGenerateInput.js +0 -6
  512. package/api/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
  513. package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
  514. package/api/resources/keys/client/requests/KeyImportSecretInput.js +0 -6
  515. package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
  516. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
  517. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js +0 -6
  518. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
  519. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
  520. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js +0 -6
  521. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
  522. package/api/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
  523. package/api/resources/presentations/client/requests/PresentationExport.js +0 -6
  524. package/api/resources/presentations/client/requests/PresentationExport.js.map +0 -1
  525. package/api/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
  526. package/api/resources/presentations/client/requests/PresentationInput.js +0 -6
  527. package/api/resources/presentations/client/requests/PresentationInput.js.map +0 -1
  528. package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
  529. package/api/resources/presentations/client/requests/PresentationIssue.js +0 -6
  530. package/api/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
  531. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts +0 -52
  532. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
  533. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js +0 -6
  534. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
  535. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -52
  536. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
  537. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js +0 -6
  538. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
  539. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -12
  540. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
  541. package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
  542. package/documents/credential/draft.d.ts +0 -23
  543. package/documents/credential/draft.d.ts.map +0 -1
  544. package/documents/credential/draft.js.map +0 -1
  545. package/documents/credential/verifiable.d.ts.map +0 -1
  546. package/documents/credential/verifiable.js.map +0 -1
  547. package/serialization/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
  548. package/serialization/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
  549. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts +0 -13
  550. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
  551. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
  552. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
  553. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
  554. package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
  555. package/serialization/resources/credentials/client/requests/CredentialInput.js.map +0 -1
  556. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts +0 -13
  557. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
  558. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
  559. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts +0 -13
  560. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
  561. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
  562. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
  563. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
  564. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
  565. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
  566. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts +0 -13
  567. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
  568. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
  569. package/serialization/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
  570. package/serialization/resources/drafts/client/requests/DraftExport.js.map +0 -1
  571. package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
  572. package/serialization/resources/drafts/client/requests/DraftInput.js.map +0 -1
  573. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
  574. package/serialization/resources/drafts/client/requests/DraftIssue.js.map +0 -1
  575. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts +0 -13
  576. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
  577. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
  578. package/serialization/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
  579. package/serialization/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
  580. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts +0 -13
  581. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
  582. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
  583. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts +0 -11
  584. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
  585. package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
  586. package/serialization/resources/files/client/requests/FileInput.d.ts.map +0 -1
  587. package/serialization/resources/files/client/requests/FileInput.js.map +0 -1
  588. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts +0 -13
  589. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
  590. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
  591. package/serialization/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
  592. package/serialization/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
  593. package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts +0 -15
  594. package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
  595. package/serialization/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
  596. package/serialization/resources/gdpr/types/SupportRequestType.d.ts +0 -11
  597. package/serialization/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
  598. package/serialization/resources/gdpr/types/SupportRequestType.js.map +0 -1
  599. package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
  600. package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
  601. package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
  602. package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
  603. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts +0 -13
  604. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
  605. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
  606. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts +0 -13
  607. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
  608. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
  609. package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
  610. package/serialization/resources/presentations/client/requests/PresentationExport.js.map +0 -1
  611. package/serialization/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
  612. package/serialization/resources/presentations/client/requests/PresentationInput.js.map +0 -1
  613. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +0 -17
  614. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
  615. package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
  616. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
  617. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
  618. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -13
  619. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
  620. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
  621. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -11
  622. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
  623. package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
@@ -17,7 +17,7 @@ import * as Truvity from '../../../../index';
17
17
  * }
18
18
  * }
19
19
  */
20
- export interface DraftInput {
20
+ export interface DraftCreateRequest {
21
21
  /**
22
22
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
23
23
  * The **Idempotency-Key** is a free identifier created by the client to
@@ -42,4 +42,4 @@ export interface DraftInput {
42
42
  /** The labels of the resource. */
43
43
  labels?: Record<string, string>;
44
44
  }
45
- //# sourceMappingURL=DraftInput.d.ts.map
45
+ //# sourceMappingURL=DraftCreateRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftCreateRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftCreateRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;IAC1B,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
@@ -3,4 +3,4 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- //# sourceMappingURL=CredentialInput.js.map
6
+ //# sourceMappingURL=DraftCreateRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftCreateRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftCreateRequest.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 * @example\n * {\n * data: {\n * schema: {\n * fields: [{\n * kind: \"BOOLEAN\",\n * name: \"name\"\n * }],\n * vocabName: \"vocab_name\",\n * vocabNamespace: \"vocab_namespace\"\n * }\n * }\n * }\n */\nexport interface DraftCreateRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n data: Truvity.DraftCreate;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface DraftExport {
4
+ export interface DraftExportRequest {
5
5
  /** The URI of the credential issuer. */
6
6
  issuer: string;
7
7
  /** The date and time the issued credential is valid from. */
@@ -9,4 +9,4 @@ export interface DraftExport {
9
9
  /** The date and time the issued credential is valid until. */
10
10
  validUntil?: Date;
11
11
  }
12
- //# sourceMappingURL=DraftExport.d.ts.map
12
+ //# sourceMappingURL=DraftExportRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftExportRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExportRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,kBAAkB;IAC/B,wCAAwC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
@@ -0,0 +1,6 @@
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
+ //# sourceMappingURL=DraftExportRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftExportRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftExportRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nexport interface DraftExportRequest {\n /** The URI of the credential issuer. */\n issuer: string;\n /** The date and time the issued credential is valid from. */\n validFrom?: Date;\n /** The date and time the issued credential is valid until. */\n validUntil?: Date;\n}\n"]}
@@ -8,7 +8,7 @@ import * as Truvity from '../../../../index';
8
8
  * keyId: "key_id"
9
9
  * }
10
10
  */
11
- export interface DraftIssue {
11
+ export interface DraftIssueRequest {
12
12
  /**
13
13
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
14
14
  * The **If-Match** header field is used to declare a list of identifiers that
@@ -27,7 +27,7 @@ export interface DraftIssue {
27
27
  */
28
28
  ifMatch?: string;
29
29
  /** The DID method to use for the issuer DID. */
30
- didMethod?: Truvity.DraftIssueDidMethod;
30
+ didMethod?: Truvity.DraftIssueRequestDidMethod;
31
31
  /** The URI of the credential issuer. */
32
32
  issuer?: string;
33
33
  /** The ID of the key to sign the credential. */
@@ -41,4 +41,4 @@ export interface DraftIssue {
41
41
  /** The date and time the issued credential is valid until. */
42
42
  validUntil?: Date;
43
43
  }
44
- //# sourceMappingURL=DraftIssue.d.ts.map
44
+ //# sourceMappingURL=DraftIssueRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftIssueRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssueRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;GAKG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gDAAgD;IAChD,SAAS,CAAC,EAAE,OAAO,CAAC,0BAA0B,CAAC;IAC/C,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC5C,mNAAmN;IACnN,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,IAAI,CAAC;CACrB"}
@@ -3,4 +3,4 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- //# sourceMappingURL=DraftInput.js.map
6
+ //# sourceMappingURL=DraftIssueRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftIssueRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftIssueRequest.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 * @example\n * {\n * keyId: \"key_id\"\n * }\n */\nexport interface DraftIssueRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch?: string;\n /** The DID method to use for the issuer DID. */\n didMethod?: Truvity.DraftIssueRequestDidMethod;\n /** The URI of the credential issuer. */\n issuer?: string;\n /** The ID of the key to sign the credential. */\n keyId: string;\n /** Map of draft URNs to their associated eTags for validation */\n prerequisiteDrafts?: Record<string, string>;\n /** When enabled, the user must provide the full list of prerequisite draft IDs, and the system enforces this exact prerequisite graph. When disabled, the system automatically determines the dependency graph. */\n strictMode?: boolean;\n /** The date and time the issued credential is valid from. */\n validFrom?: Date;\n /** The date and time the issued credential is valid until. */\n validUntil?: Date;\n}\n"]}
@@ -10,7 +10,7 @@
10
10
  * }
11
11
  * }
12
12
  */
13
- export interface FileUpdateAnnotationsInput {
13
+ export interface DraftUpdateAnnotationsRequest {
14
14
  /**
15
15
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
16
16
  * The **Idempotency-Key** is a free identifier created by the client to
@@ -49,4 +49,4 @@ export interface FileUpdateAnnotationsInput {
49
49
  /** The annotations of the resource. */
50
50
  annotations: Record<string, string>;
51
51
  }
52
- //# sourceMappingURL=FileUpdateAnnotationsInput.d.ts.map
52
+ //# sourceMappingURL=DraftUpdateAnnotationsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateAnnotationsRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACvC"}
@@ -0,0 +1,6 @@
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
+ //# sourceMappingURL=DraftUpdateAnnotationsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateAnnotationsRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DraftUpdateAnnotationsRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The annotations of the resource. */\n annotations: Record<string, string>;\n}\n"]}
@@ -10,7 +10,7 @@
10
10
  * }
11
11
  * }
12
12
  */
13
- export interface ApiKeyUpdateLabelsInput {
13
+ export interface DraftUpdateLabelsRequest {
14
14
  /**
15
15
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
16
16
  * The **Idempotency-Key** is a free identifier created by the client to
@@ -49,4 +49,4 @@ export interface ApiKeyUpdateLabelsInput {
49
49
  /** The labels of the resource. */
50
50
  labels: Record<string, string>;
51
51
  }
52
- //# sourceMappingURL=ApiKeyUpdateLabelsInput.d.ts.map
52
+ //# sourceMappingURL=DraftUpdateLabelsRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateLabelsRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;;;;GAQG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC"}
@@ -0,0 +1,6 @@
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
+ //# sourceMappingURL=DraftUpdateLabelsRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateLabelsRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * }\n */\nexport interface DraftUpdateLabelsRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The labels of the resource. */\n labels: Record<string, string>;\n}\n"]}
@@ -9,7 +9,7 @@ import * as Truvity from '../../../../index';
9
9
  * data: {}
10
10
  * }
11
11
  */
12
- export interface DraftUpdateInput {
12
+ export interface DraftUpdateRequest {
13
13
  /**
14
14
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
15
15
  * The **Idempotency-Key** is a free identifier created by the client to
@@ -48,4 +48,4 @@ export interface DraftUpdateInput {
48
48
  /** The data of the resource. */
49
49
  data: Truvity.DraftUpdate;
50
50
  }
51
- //# sourceMappingURL=DraftUpdateInput.d.ts.map
51
+ //# sourceMappingURL=DraftUpdateRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;;;;;;;OAeG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;CAC7B"}
@@ -0,0 +1,6 @@
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
+ //# sourceMappingURL=DraftUpdateRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftUpdateRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/DraftUpdateRequest.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 * @example\n * {\n * ifMatch: \"If-Match\",\n * data: {}\n * }\n */\nexport interface DraftUpdateRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **If-Match** header field is used to declare a list of identifiers that\n * are required to match the current resource version identifier in at least\n * one position as a pre-condition for executing the request on the server\n * side. This behavior is used to validate and reject optimistic updates, by\n * checking if the resource version a consumer has based his changes on is\n * outdated on arrival of the change request to prevent lost updates.\n *\n * If the pre-condition fails the server will respond with status code **412**\n * (Precondition Failed). See [RFC 9110 Section 13.1.1][rfc-9110-13.1.1] as\n * well as [API Guideline Rule #182][api-182] for further details.\n *\n * [rfc-9110-13.1.1]: <https://tools.ietf.org/html/rfc9110#section-13.1.1>\n * [api-182]: <https://opensource.zalando.com/restful-api-guidelines/#182>.\n */\n ifMatch: string;\n /** The data of the resource. */\n data: Truvity.DraftUpdate;\n}\n"]}
@@ -1,14 +1,14 @@
1
- export { type DraftInput } from './DraftInput';
1
+ export { type DraftCreateRequest } from './DraftCreateRequest';
2
2
  export { type DraftSearchRequest } from './DraftSearchRequest';
3
3
  export { type DraftLatestRequest } from './DraftLatestRequest';
4
4
  export { type DraftDeleteRequest } from './DraftDeleteRequest';
5
- export { type DraftUpdateInput } from './DraftUpdateInput';
6
- export { type DraftUpdateAnnotationsInput } from './DraftUpdateAnnotationsInput';
5
+ export { type DraftUpdateRequest } from './DraftUpdateRequest';
6
+ export { type DraftUpdateAnnotationsRequest } from './DraftUpdateAnnotationsRequest';
7
7
  export { type DraftLatestIssueRequest } from './DraftLatestIssueRequest';
8
- export { type DraftUpdateLabelsInput } from './DraftUpdateLabelsInput';
8
+ export { type DraftUpdateLabelsRequest } from './DraftUpdateLabelsRequest';
9
9
  export { type DraftRestoreRequest } from './DraftRestoreRequest';
10
10
  export { type DraftHistoryRequest } from './DraftHistoryRequest';
11
11
  export { type DraftRevisionRequest } from './DraftRevisionRequest';
12
- export { type DraftExport } from './DraftExport';
13
- export { type DraftIssue } from './DraftIssue';
12
+ export { type DraftExportRequest } from './DraftExportRequest';
13
+ export { type DraftIssueRequest } from './DraftIssueRequest';
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type DraftInput } from './DraftInput';\nexport { type DraftSearchRequest } from './DraftSearchRequest';\nexport { type DraftLatestRequest } from './DraftLatestRequest';\nexport { type DraftDeleteRequest } from './DraftDeleteRequest';\nexport { type DraftUpdateInput } from './DraftUpdateInput';\nexport { type DraftUpdateAnnotationsInput } from './DraftUpdateAnnotationsInput';\nexport { type DraftLatestIssueRequest } from './DraftLatestIssueRequest';\nexport { type DraftUpdateLabelsInput } from './DraftUpdateLabelsInput';\nexport { type DraftRestoreRequest } from './DraftRestoreRequest';\nexport { type DraftHistoryRequest } from './DraftHistoryRequest';\nexport { type DraftRevisionRequest } from './DraftRevisionRequest';\nexport { type DraftExport } from './DraftExport';\nexport { type DraftIssue } from './DraftIssue';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/api/resources/drafts/client/requests/index.ts"],"names":[],"mappings":"","sourcesContent":["export { type DraftCreateRequest } from './DraftCreateRequest';\nexport { type DraftSearchRequest } from './DraftSearchRequest';\nexport { type DraftLatestRequest } from './DraftLatestRequest';\nexport { type DraftDeleteRequest } from './DraftDeleteRequest';\nexport { type DraftUpdateRequest } from './DraftUpdateRequest';\nexport { type DraftUpdateAnnotationsRequest } from './DraftUpdateAnnotationsRequest';\nexport { type DraftLatestIssueRequest } from './DraftLatestIssueRequest';\nexport { type DraftUpdateLabelsRequest } from './DraftUpdateLabelsRequest';\nexport { type DraftRestoreRequest } from './DraftRestoreRequest';\nexport { type DraftHistoryRequest } from './DraftHistoryRequest';\nexport { type DraftRevisionRequest } from './DraftRevisionRequest';\nexport { type DraftExportRequest } from './DraftExportRequest';\nexport { type DraftIssueRequest } from './DraftIssueRequest';\n"]}
@@ -4,9 +4,9 @@
4
4
  /**
5
5
  * The DID method to use for the issuer DID.
6
6
  */
7
- export type DraftIssueDidMethod = 'key' | 'web';
8
- export declare const DraftIssueDidMethod: {
7
+ export type DraftIssueRequestDidMethod = 'key' | 'web';
8
+ export declare const DraftIssueRequestDidMethod: {
9
9
  readonly Key: "key";
10
10
  readonly Web: "web";
11
11
  };
12
- //# sourceMappingURL=DraftIssueDidMethod.d.ts.map
12
+ //# sourceMappingURL=DraftIssueRequestDidMethod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftIssueRequestDidMethod.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueRequestDidMethod.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,KAAK,GAAG,KAAK,CAAC;AACvD,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC"}
@@ -3,9 +3,9 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DraftIssueDidMethod = void 0;
7
- exports.DraftIssueDidMethod = {
6
+ exports.DraftIssueRequestDidMethod = void 0;
7
+ exports.DraftIssueRequestDidMethod = {
8
8
  Key: 'key',
9
9
  Web: 'web',
10
10
  };
11
- //# sourceMappingURL=DraftIssueDidMethod.js.map
11
+ //# sourceMappingURL=DraftIssueRequestDidMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DraftIssueRequestDidMethod.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/DraftIssueRequestDidMethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAMU,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 * The DID method to use for the issuer DID.\n */\nexport type DraftIssueRequestDidMethod = 'key' | 'web';\nexport const DraftIssueRequestDidMethod = {\n Key: 'key',\n Web: 'web',\n} as const;\n"]}
@@ -1,3 +1,3 @@
1
1
  export * from './DraftLatestIssueRequestDidMethod';
2
- export * from './DraftIssueDidMethod';
2
+ export * from './DraftIssueRequestDidMethod';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC"}
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./DraftLatestIssueRequestDidMethod"), exports);
18
- __exportStar(require("./DraftIssueDidMethod"), exports);
18
+ __exportStar(require("./DraftIssueRequestDidMethod"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,wDAAsC","sourcesContent":["export * from './DraftLatestIssueRequestDidMethod';\nexport * from './DraftIssueDidMethod';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/api/resources/drafts/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,+DAA6C","sourcesContent":["export * from './DraftLatestIssueRequestDidMethod';\nexport * from './DraftIssueRequestDidMethod';\n"]}
@@ -35,7 +35,7 @@ export declare class Files {
35
35
  *
36
36
  * To get **blob_id** call [Upload](#tag/files/operation/FileUpload) first.
37
37
  *
38
- * @param {Truvity.FileInput} request
38
+ * @param {Truvity.FileCreateRequest} request
39
39
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
40
40
  *
41
41
  * @throws {@link Truvity.BadRequestError}
@@ -52,7 +52,7 @@ export declare class Files {
52
52
  * blobId: "blob_id"
53
53
  * })
54
54
  */
55
- fileCreate(request: Truvity.FileInput, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
55
+ fileCreate(request: Truvity.FileCreateRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
56
56
  private __fileCreate;
57
57
  /**
58
58
  * Search for Files with extended filters capabilities.
@@ -143,7 +143,7 @@ export declare class Files {
143
143
  *
144
144
  * @param {string} id - The primary and unique identifier of the resource (inside tenant)
145
145
  * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
146
- * @param {Truvity.FileUpdateAnnotationsInput} request
146
+ * @param {Truvity.FileUpdateAnnotationsRequest} request
147
147
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
148
148
  *
149
149
  * @throws {@link Truvity.BadRequestError}
@@ -164,14 +164,14 @@ export declare class Files {
164
164
  * }
165
165
  * })
166
166
  */
167
- fileUpdateAnnotations(id: string, request: Truvity.FileUpdateAnnotationsInput, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
167
+ fileUpdateAnnotations(id: string, request: Truvity.FileUpdateAnnotationsRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
168
168
  private __fileUpdateAnnotations;
169
169
  /**
170
170
  * Update labels of File's resource.
171
171
  *
172
172
  * @param {string} id - The primary and unique identifier of the resource (inside tenant)
173
173
  * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
174
- * @param {Truvity.FileUpdateLabelsInput} request
174
+ * @param {Truvity.FileUpdateLabelsRequest} request
175
175
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
176
176
  *
177
177
  * @throws {@link Truvity.BadRequestError}
@@ -192,7 +192,7 @@ export declare class Files {
192
192
  * }
193
193
  * })
194
194
  */
195
- fileUpdateLabels(id: string, request: Truvity.FileUpdateLabelsInput, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
195
+ fileUpdateLabels(id: string, request: Truvity.FileUpdateLabelsRequest, requestOptions?: Files.RequestOptions): core.HttpResponsePromise<Truvity.ResourceFile>;
196
196
  private __fileUpdateLabels;
197
197
  /**
198
198
  * Restore File's resource.
@@ -1 +1 @@
1
- {"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/files/client/Client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Client.d.ts","sourceRoot":"","sources":["../../../../../src/api/resources/files/client/Client.ts"],"names":[],"mappings":"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"}
@@ -78,7 +78,7 @@ class Files {
78
78
  *
79
79
  * To get **blob_id** call [Upload](#tag/files/operation/FileUpload) first.
80
80
  *
81
- * @param {Truvity.FileInput} request
81
+ * @param {Truvity.FileCreateRequest} request
82
82
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
83
83
  *
84
84
  * @throws {@link Truvity.BadRequestError}
@@ -107,11 +107,14 @@ class Files {
107
107
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
108
108
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files'),
109
109
  method: 'POST',
110
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
110
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
111
111
  contentType: 'application/json',
112
112
  queryParameters: _queryParams,
113
113
  requestType: 'json',
114
- body: serializers.FileInput.jsonOrThrow(_body, { unrecognizedObjectKeys: 'strip', omitUndefined: true }),
114
+ body: serializers.FileCreateRequest.jsonOrThrow(_body, {
115
+ unrecognizedObjectKeys: 'strip',
116
+ omitUndefined: true,
117
+ }),
115
118
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
116
119
  maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
117
120
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
@@ -235,7 +238,7 @@ class Files {
235
238
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
236
239
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files/search'),
237
240
  method: 'POST',
238
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
241
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
239
242
  contentType: 'application/json',
240
243
  requestType: 'json',
241
244
  body: serializers.FileSearchRequest.jsonOrThrow(request, {
@@ -357,7 +360,7 @@ class Files {
357
360
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
358
361
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, 'files/upload'),
359
362
  method: 'POST',
360
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
363
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
361
364
  contentType: 'application/json',
362
365
  requestType: 'json',
363
366
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -464,7 +467,7 @@ class Files {
464
467
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
465
468
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}`),
466
469
  method: 'GET',
467
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
470
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
468
471
  contentType: 'application/json',
469
472
  requestType: 'json',
470
473
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -583,7 +586,7 @@ class Files {
583
586
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
584
587
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}`),
585
588
  method: 'DELETE',
586
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
589
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
587
590
  contentType: 'application/json',
588
591
  requestType: 'json',
589
592
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -681,7 +684,7 @@ class Files {
681
684
  *
682
685
  * @param {string} id - The primary and unique identifier of the resource (inside tenant)
683
686
  * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
684
- * @param {Truvity.FileUpdateAnnotationsInput} request
687
+ * @param {Truvity.FileUpdateAnnotationsRequest} request
685
688
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
686
689
  *
687
690
  * @throws {@link Truvity.BadRequestError}
@@ -712,10 +715,10 @@ class Files {
712
715
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
713
716
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/annotations`),
714
717
  method: 'PATCH',
715
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
718
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
716
719
  contentType: 'application/json',
717
720
  requestType: 'json',
718
- body: serializers.FileUpdateAnnotationsInput.jsonOrThrow(_body, {
721
+ body: serializers.FileUpdateAnnotationsRequest.jsonOrThrow(_body, {
719
722
  unrecognizedObjectKeys: 'strip',
720
723
  omitUndefined: true,
721
724
  }),
@@ -829,7 +832,7 @@ class Files {
829
832
  *
830
833
  * @param {string} id - The primary and unique identifier of the resource (inside tenant)
831
834
  * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).
832
- * @param {Truvity.FileUpdateLabelsInput} request
835
+ * @param {Truvity.FileUpdateLabelsRequest} request
833
836
  * @param {Files.RequestOptions} requestOptions - Request-specific configuration.
834
837
  *
835
838
  * @throws {@link Truvity.BadRequestError}
@@ -860,10 +863,10 @@ class Files {
860
863
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
861
864
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/labels`),
862
865
  method: 'PATCH',
863
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
866
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
864
867
  contentType: 'application/json',
865
868
  requestType: 'json',
866
- body: serializers.FileUpdateLabelsInput.jsonOrThrow(_body, {
869
+ body: serializers.FileUpdateLabelsRequest.jsonOrThrow(_body, {
867
870
  unrecognizedObjectKeys: 'strip',
868
871
  omitUndefined: true,
869
872
  }),
@@ -1004,7 +1007,7 @@ class Files {
1004
1007
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1005
1008
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/restore`),
1006
1009
  method: 'POST',
1007
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1010
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined, 'If-Match': ifMatch }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1008
1011
  contentType: 'application/json',
1009
1012
  requestType: 'json',
1010
1013
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1132,7 +1135,7 @@ class Files {
1132
1135
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1133
1136
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions`),
1134
1137
  method: 'GET',
1135
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1138
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1136
1139
  contentType: 'application/json',
1137
1140
  requestType: 'json',
1138
1141
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1247,7 +1250,7 @@ class Files {
1247
1250
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1248
1251
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`),
1249
1252
  method: 'GET',
1250
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1253
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1251
1254
  contentType: 'application/json',
1252
1255
  requestType: 'json',
1253
1256
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1353,7 +1356,7 @@ class Files {
1353
1356
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1354
1357
  url: (0, url_join_1.default)((_c = (_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.TruvityEnvironment.Default, `files/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}/download`),
1355
1358
  method: 'GET',
1356
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.2', 'User-Agent': '@truvity/sdk/0.36.2', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1359
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.36.8', 'User-Agent': '@truvity/sdk/0.36.8', 'X-Fern-Runtime': core.RUNTIME.type, 'X-Fern-Runtime-Version': core.RUNTIME.version, 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1357
1360
  contentType: 'application/json',
1358
1361
  requestType: 'json',
1359
1362
  responseType: 'streaming',