@truvity/sdk 0.31.7 → 0.35.1

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 (1872) hide show
  1. package/ExtendedClient.d.ts +7 -1
  2. package/ExtendedClient.d.ts.map +1 -1
  3. package/ExtendedClient.js +20 -1
  4. package/ExtendedClient.js.map +1 -1
  5. package/api/errors/BadRequestError.d.ts +2 -1
  6. package/api/errors/BadRequestError.d.ts.map +1 -1
  7. package/api/errors/BadRequestError.js +2 -1
  8. package/api/errors/BadRequestError.js.map +1 -1
  9. package/api/errors/ConflictError.d.ts +2 -1
  10. package/api/errors/ConflictError.d.ts.map +1 -1
  11. package/api/errors/ConflictError.js +2 -1
  12. package/api/errors/ConflictError.js.map +1 -1
  13. package/api/errors/ForbiddenError.d.ts +2 -1
  14. package/api/errors/ForbiddenError.d.ts.map +1 -1
  15. package/api/errors/ForbiddenError.js +2 -1
  16. package/api/errors/ForbiddenError.js.map +1 -1
  17. package/api/errors/InternalServerError.d.ts +2 -1
  18. package/api/errors/InternalServerError.d.ts.map +1 -1
  19. package/api/errors/InternalServerError.js +2 -1
  20. package/api/errors/InternalServerError.js.map +1 -1
  21. package/api/errors/MethodNotAllowedError.d.ts +2 -1
  22. package/api/errors/MethodNotAllowedError.d.ts.map +1 -1
  23. package/api/errors/MethodNotAllowedError.js +2 -1
  24. package/api/errors/MethodNotAllowedError.js.map +1 -1
  25. package/api/errors/NotFoundError.d.ts +2 -1
  26. package/api/errors/NotFoundError.d.ts.map +1 -1
  27. package/api/errors/NotFoundError.js +2 -1
  28. package/api/errors/NotFoundError.js.map +1 -1
  29. package/api/errors/PreconditionFailedError.d.ts +2 -1
  30. package/api/errors/PreconditionFailedError.d.ts.map +1 -1
  31. package/api/errors/PreconditionFailedError.js +2 -1
  32. package/api/errors/PreconditionFailedError.js.map +1 -1
  33. package/api/errors/ServiceUnavailableError.d.ts +10 -0
  34. package/api/errors/ServiceUnavailableError.d.ts.map +1 -0
  35. package/api/errors/ServiceUnavailableError.js +53 -0
  36. package/api/errors/ServiceUnavailableError.js.map +1 -0
  37. package/api/errors/TooManyRequestsError.d.ts +2 -1
  38. package/api/errors/TooManyRequestsError.d.ts.map +1 -1
  39. package/api/errors/TooManyRequestsError.js +2 -1
  40. package/api/errors/TooManyRequestsError.js.map +1 -1
  41. package/api/errors/UnauthorizedError.d.ts +2 -1
  42. package/api/errors/UnauthorizedError.d.ts.map +1 -1
  43. package/api/errors/UnauthorizedError.js +2 -1
  44. package/api/errors/UnauthorizedError.js.map +1 -1
  45. package/api/errors/UnsupportedMediaTypeError.d.ts +2 -1
  46. package/api/errors/UnsupportedMediaTypeError.d.ts.map +1 -1
  47. package/api/errors/UnsupportedMediaTypeError.js +2 -1
  48. package/api/errors/UnsupportedMediaTypeError.js.map +1 -1
  49. package/api/errors/index.d.ts +1 -0
  50. package/api/errors/index.d.ts.map +1 -1
  51. package/api/errors/index.js +1 -0
  52. package/api/errors/index.js.map +1 -1
  53. package/api/resources/apiKeys/client/Client.d.ts +18 -9
  54. package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
  55. package/api/resources/apiKeys/client/Client.js +205 -127
  56. package/api/resources/apiKeys/client/Client.js.map +1 -1
  57. package/api/resources/credentials/client/Client.d.ts +24 -12
  58. package/api/resources/credentials/client/Client.d.ts.map +1 -1
  59. package/api/resources/credentials/client/Client.js +267 -162
  60. package/api/resources/credentials/client/Client.js.map +1 -1
  61. package/api/resources/credentials/client/requests/CredentialInput.d.ts +4 -0
  62. package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
  63. package/api/resources/credentials/client/requests/CredentialInput.js.map +1 -1
  64. package/api/resources/desk/client/Client.d.ts +4 -2
  65. package/api/resources/desk/client/Client.d.ts.map +1 -1
  66. package/api/resources/desk/client/Client.js +31 -16
  67. package/api/resources/desk/client/Client.js.map +1 -1
  68. package/api/resources/didcommMessages/client/Client.d.ts +20 -11
  69. package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
  70. package/api/resources/didcommMessages/client/Client.js +207 -129
  71. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  72. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +3 -3
  73. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +1 -1
  74. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
  75. package/api/resources/dids/client/Client.d.ts +2 -1
  76. package/api/resources/dids/client/Client.d.ts.map +1 -1
  77. package/api/resources/dids/client/Client.js +22 -13
  78. package/api/resources/dids/client/Client.js.map +1 -1
  79. package/api/resources/drafts/client/Client.d.ts +57 -15
  80. package/api/resources/drafts/client/Client.d.ts.map +1 -1
  81. package/api/resources/drafts/client/Client.js +427 -168
  82. package/api/resources/drafts/client/Client.js.map +1 -1
  83. package/api/resources/drafts/client/requests/DraftInput.d.ts +3 -3
  84. package/api/resources/drafts/client/requests/DraftInput.d.ts.map +1 -1
  85. package/api/resources/drafts/client/requests/DraftInput.js.map +1 -1
  86. package/api/resources/drafts/client/requests/DraftIssue.d.ts +6 -2
  87. package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
  88. package/api/resources/drafts/client/requests/DraftIssue.js.map +1 -1
  89. package/api/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts +44 -0
  90. package/api/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts.map +1 -0
  91. package/api/resources/drafts/client/requests/DraftLatestIssueRequest.js +6 -0
  92. package/api/resources/drafts/client/requests/DraftLatestIssueRequest.js.map +1 -0
  93. package/api/resources/drafts/client/requests/index.d.ts +1 -0
  94. package/api/resources/drafts/client/requests/index.d.ts.map +1 -1
  95. package/api/resources/drafts/client/requests/index.js.map +1 -1
  96. package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts +12 -0
  97. package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts.map +1 -0
  98. package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.js +11 -0
  99. package/api/resources/drafts/types/DraftLatestIssueRequestDidMethod.js.map +1 -0
  100. package/api/resources/drafts/types/index.d.ts +1 -0
  101. package/api/resources/drafts/types/index.d.ts.map +1 -1
  102. package/api/resources/drafts/types/index.js +1 -0
  103. package/api/resources/drafts/types/index.js.map +1 -1
  104. package/api/resources/files/client/Client.d.ts +23 -13
  105. package/api/resources/files/client/Client.d.ts.map +1 -1
  106. package/api/resources/files/client/Client.js +244 -152
  107. package/api/resources/files/client/Client.js.map +1 -1
  108. package/api/resources/files/client/requests/FileInput.d.ts +2 -3
  109. package/api/resources/files/client/requests/FileInput.d.ts.map +1 -1
  110. package/api/resources/files/client/requests/FileInput.js.map +1 -1
  111. package/api/resources/gdpr/client/Client.d.ts +2 -1
  112. package/api/resources/gdpr/client/Client.d.ts.map +1 -1
  113. package/api/resources/gdpr/client/Client.js +12 -6
  114. package/api/resources/gdpr/client/Client.js.map +1 -1
  115. package/api/resources/keys/client/Client.d.ts +26 -13
  116. package/api/resources/keys/client/Client.d.ts.map +1 -1
  117. package/api/resources/keys/client/Client.js +271 -166
  118. package/api/resources/keys/client/Client.js.map +1 -1
  119. package/api/resources/keys/client/requests/KeyGenerateInput.d.ts +1 -1
  120. package/api/resources/keys/client/requests/KeyGenerateInput.d.ts.map +1 -1
  121. package/api/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
  122. package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts +2 -2
  123. package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +1 -1
  124. package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
  125. package/api/resources/presentations/client/Client.d.ts +30 -16
  126. package/api/resources/presentations/client/Client.d.ts.map +1 -1
  127. package/api/resources/presentations/client/Client.js +300 -183
  128. package/api/resources/presentations/client/Client.js.map +1 -1
  129. package/api/resources/presentations/client/requests/PresentationExport.d.ts +1 -1
  130. package/api/resources/presentations/client/requests/PresentationExport.d.ts.map +1 -1
  131. package/api/resources/presentations/client/requests/PresentationExport.js.map +1 -1
  132. package/api/resources/presentations/client/requests/PresentationIssue.d.ts +4 -4
  133. package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
  134. package/api/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
  135. package/api/types/ApiKeyBaseFilter.d.ts +27 -0
  136. package/api/types/ApiKeyBaseFilter.d.ts.map +1 -0
  137. package/api/types/ApiKeyBaseFilter.js +6 -0
  138. package/api/types/ApiKeyBaseFilter.js.map +1 -0
  139. package/api/types/ApiKeyBaseFilterAnnotationsItem.d.ts +20 -0
  140. package/api/types/ApiKeyBaseFilterAnnotationsItem.d.ts.map +1 -0
  141. package/api/types/ApiKeyBaseFilterAnnotationsItem.js +6 -0
  142. package/api/types/ApiKeyBaseFilterAnnotationsItem.js.map +1 -0
  143. package/api/types/ApiKeyBaseFilterCreatedAt.d.ts +26 -0
  144. package/api/types/ApiKeyBaseFilterCreatedAt.d.ts.map +1 -0
  145. package/api/types/ApiKeyBaseFilterCreatedAt.js +6 -0
  146. package/api/types/ApiKeyBaseFilterCreatedAt.js.map +1 -0
  147. package/api/types/ApiKeyBaseFilterDeletedAt.d.ts +32 -0
  148. package/api/types/ApiKeyBaseFilterDeletedAt.d.ts.map +1 -0
  149. package/api/types/ApiKeyBaseFilterDeletedAt.js +6 -0
  150. package/api/types/ApiKeyBaseFilterDeletedAt.js.map +1 -0
  151. package/api/types/ApiKeyBaseFilterEtag.d.ts +23 -0
  152. package/api/types/ApiKeyBaseFilterEtag.d.ts.map +1 -0
  153. package/api/types/ApiKeyBaseFilterEtag.js +6 -0
  154. package/api/types/ApiKeyBaseFilterEtag.js.map +1 -0
  155. package/api/types/ApiKeyBaseFilterId.d.ts +23 -0
  156. package/api/types/ApiKeyBaseFilterId.d.ts.map +1 -0
  157. package/api/types/ApiKeyBaseFilterId.js +6 -0
  158. package/api/types/ApiKeyBaseFilterId.js.map +1 -0
  159. package/api/types/ApiKeyBaseFilterLabelsItem.d.ts +20 -0
  160. package/api/types/ApiKeyBaseFilterLabelsItem.d.ts.map +1 -0
  161. package/api/types/ApiKeyBaseFilterLabelsItem.js +6 -0
  162. package/api/types/ApiKeyBaseFilterLabelsItem.js.map +1 -0
  163. package/api/types/ApiKeyBaseFilterModifiedAt.d.ts +26 -0
  164. package/api/types/ApiKeyBaseFilterModifiedAt.d.ts.map +1 -0
  165. package/api/types/ApiKeyBaseFilterModifiedAt.js +6 -0
  166. package/api/types/ApiKeyBaseFilterModifiedAt.js.map +1 -0
  167. package/api/types/ApiKeyBaseFilterRevision.d.ts +38 -0
  168. package/api/types/ApiKeyBaseFilterRevision.d.ts.map +1 -0
  169. package/api/types/ApiKeyBaseFilterRevision.js +6 -0
  170. package/api/types/ApiKeyBaseFilterRevision.js.map +1 -0
  171. package/api/types/ApiKeyFilter.d.ts +1 -19
  172. package/api/types/ApiKeyFilter.d.ts.map +1 -1
  173. package/api/types/ApiKeyFilter.js.map +1 -1
  174. package/api/types/ApiKeyFull.d.ts +2 -2
  175. package/api/types/ApiKeyFull.d.ts.map +1 -1
  176. package/api/types/ApiKeyFull.js.map +1 -1
  177. package/api/types/Credential.d.ts +9 -11
  178. package/api/types/Credential.d.ts.map +1 -1
  179. package/api/types/Credential.js.map +1 -1
  180. package/api/types/Credential11.d.ts +7 -7
  181. package/api/types/Credential11.d.ts.map +1 -1
  182. package/api/types/Credential11.js.map +1 -1
  183. package/api/types/CredentialBaseFilter.d.ts +27 -0
  184. package/api/types/CredentialBaseFilter.d.ts.map +1 -0
  185. package/api/types/CredentialBaseFilter.js +6 -0
  186. package/api/types/CredentialBaseFilter.js.map +1 -0
  187. package/api/types/CredentialBaseFilterAnnotationsItem.d.ts +20 -0
  188. package/api/types/CredentialBaseFilterAnnotationsItem.d.ts.map +1 -0
  189. package/api/types/CredentialBaseFilterAnnotationsItem.js +6 -0
  190. package/api/types/CredentialBaseFilterAnnotationsItem.js.map +1 -0
  191. package/api/types/CredentialBaseFilterCreatedAt.d.ts +26 -0
  192. package/api/types/CredentialBaseFilterCreatedAt.d.ts.map +1 -0
  193. package/api/types/CredentialBaseFilterCreatedAt.js +6 -0
  194. package/api/types/CredentialBaseFilterCreatedAt.js.map +1 -0
  195. package/api/types/CredentialBaseFilterDeletedAt.d.ts +32 -0
  196. package/api/types/CredentialBaseFilterDeletedAt.d.ts.map +1 -0
  197. package/api/types/CredentialBaseFilterDeletedAt.js +6 -0
  198. package/api/types/CredentialBaseFilterDeletedAt.js.map +1 -0
  199. package/api/types/CredentialBaseFilterEtag.d.ts +23 -0
  200. package/api/types/CredentialBaseFilterEtag.d.ts.map +1 -0
  201. package/api/types/CredentialBaseFilterEtag.js +6 -0
  202. package/api/types/CredentialBaseFilterEtag.js.map +1 -0
  203. package/api/types/CredentialBaseFilterId.d.ts +23 -0
  204. package/api/types/CredentialBaseFilterId.d.ts.map +1 -0
  205. package/api/types/CredentialBaseFilterId.js +6 -0
  206. package/api/types/CredentialBaseFilterId.js.map +1 -0
  207. package/api/types/CredentialBaseFilterLabelsItem.d.ts +20 -0
  208. package/api/types/CredentialBaseFilterLabelsItem.d.ts.map +1 -0
  209. package/api/types/CredentialBaseFilterLabelsItem.js +6 -0
  210. package/api/types/CredentialBaseFilterLabelsItem.js.map +1 -0
  211. package/api/types/CredentialBaseFilterModifiedAt.d.ts +26 -0
  212. package/api/types/CredentialBaseFilterModifiedAt.d.ts.map +1 -0
  213. package/api/types/CredentialBaseFilterModifiedAt.js +6 -0
  214. package/api/types/CredentialBaseFilterModifiedAt.js.map +1 -0
  215. package/api/types/CredentialBaseFilterRevision.d.ts +38 -0
  216. package/api/types/CredentialBaseFilterRevision.d.ts.map +1 -0
  217. package/api/types/CredentialBaseFilterRevision.js +6 -0
  218. package/api/types/CredentialBaseFilterRevision.js.map +1 -0
  219. package/api/types/CredentialFilter.d.ts +1 -19
  220. package/api/types/CredentialFilter.d.ts.map +1 -1
  221. package/api/types/CredentialFilter.js.map +1 -1
  222. package/api/types/CredentialFilterData.d.ts +1 -2
  223. package/api/types/CredentialFilterData.d.ts.map +1 -1
  224. package/api/types/CredentialFilterData.js.map +1 -1
  225. package/api/types/CredentialFilterDataDigestMultibase.d.ts +1 -7
  226. package/api/types/CredentialFilterDataDigestMultibase.d.ts.map +1 -1
  227. package/api/types/CredentialFilterDataDigestMultibase.js.map +1 -1
  228. package/api/types/CredentialProof.d.ts +2 -2
  229. package/api/types/CredentialProof.d.ts.map +1 -1
  230. package/api/types/CredentialProof.js.map +1 -1
  231. package/api/types/CredentialSortField.d.ts +1 -2
  232. package/api/types/CredentialSortField.d.ts.map +1 -1
  233. package/api/types/CredentialSortField.js +0 -1
  234. package/api/types/CredentialSortField.js.map +1 -1
  235. package/api/types/DidCommMessage.d.ts +3 -3
  236. package/api/types/DidCommMessage.d.ts.map +1 -1
  237. package/api/types/DidCommMessage.js.map +1 -1
  238. package/api/types/DidCommMessageSend.d.ts +7 -7
  239. package/api/types/DidCommMessageSend.d.ts.map +1 -1
  240. package/api/types/DidCommMessageSend.js.map +1 -1
  241. package/api/types/DidDocument.d.ts +6 -6
  242. package/api/types/DidDocument.d.ts.map +1 -1
  243. package/api/types/DidDocument.js.map +1 -1
  244. package/api/types/DidcommMessageBaseFilter.d.ts +27 -0
  245. package/api/types/DidcommMessageBaseFilter.d.ts.map +1 -0
  246. package/api/types/DidcommMessageBaseFilter.js +6 -0
  247. package/api/types/DidcommMessageBaseFilter.js.map +1 -0
  248. package/api/types/DidcommMessageBaseFilterAnnotationsItem.d.ts +20 -0
  249. package/api/types/DidcommMessageBaseFilterAnnotationsItem.d.ts.map +1 -0
  250. package/api/types/DidcommMessageBaseFilterAnnotationsItem.js +6 -0
  251. package/api/types/DidcommMessageBaseFilterAnnotationsItem.js.map +1 -0
  252. package/api/types/DidcommMessageBaseFilterCreatedAt.d.ts +26 -0
  253. package/api/types/DidcommMessageBaseFilterCreatedAt.d.ts.map +1 -0
  254. package/api/types/DidcommMessageBaseFilterCreatedAt.js +6 -0
  255. package/api/types/DidcommMessageBaseFilterCreatedAt.js.map +1 -0
  256. package/api/types/DidcommMessageBaseFilterDeletedAt.d.ts +32 -0
  257. package/api/types/DidcommMessageBaseFilterDeletedAt.d.ts.map +1 -0
  258. package/api/types/DidcommMessageBaseFilterDeletedAt.js +6 -0
  259. package/api/types/DidcommMessageBaseFilterDeletedAt.js.map +1 -0
  260. package/api/types/DidcommMessageBaseFilterEtag.d.ts +23 -0
  261. package/api/types/DidcommMessageBaseFilterEtag.d.ts.map +1 -0
  262. package/api/types/DidcommMessageBaseFilterEtag.js +6 -0
  263. package/api/types/DidcommMessageBaseFilterEtag.js.map +1 -0
  264. package/api/types/DidcommMessageBaseFilterId.d.ts +23 -0
  265. package/api/types/DidcommMessageBaseFilterId.d.ts.map +1 -0
  266. package/api/types/DidcommMessageBaseFilterId.js +6 -0
  267. package/api/types/DidcommMessageBaseFilterId.js.map +1 -0
  268. package/api/types/DidcommMessageBaseFilterLabelsItem.d.ts +20 -0
  269. package/api/types/DidcommMessageBaseFilterLabelsItem.d.ts.map +1 -0
  270. package/api/types/DidcommMessageBaseFilterLabelsItem.js +6 -0
  271. package/api/types/DidcommMessageBaseFilterLabelsItem.js.map +1 -0
  272. package/api/types/DidcommMessageBaseFilterModifiedAt.d.ts +26 -0
  273. package/api/types/DidcommMessageBaseFilterModifiedAt.d.ts.map +1 -0
  274. package/api/types/DidcommMessageBaseFilterModifiedAt.js +6 -0
  275. package/api/types/DidcommMessageBaseFilterModifiedAt.js.map +1 -0
  276. package/api/types/DidcommMessageBaseFilterRevision.d.ts +38 -0
  277. package/api/types/DidcommMessageBaseFilterRevision.d.ts.map +1 -0
  278. package/api/types/DidcommMessageBaseFilterRevision.js +6 -0
  279. package/api/types/DidcommMessageBaseFilterRevision.js.map +1 -0
  280. package/api/types/DidcommMessageFilter.d.ts +1 -19
  281. package/api/types/DidcommMessageFilter.d.ts.map +1 -1
  282. package/api/types/DidcommMessageFilter.js.map +1 -1
  283. package/api/types/Draft.d.ts +4 -4
  284. package/api/types/Draft.d.ts.map +1 -1
  285. package/api/types/Draft.js.map +1 -1
  286. package/api/types/DraftBaseFilter.d.ts +27 -0
  287. package/api/types/DraftBaseFilter.d.ts.map +1 -0
  288. package/api/types/DraftBaseFilter.js +6 -0
  289. package/api/types/DraftBaseFilter.js.map +1 -0
  290. package/api/types/DraftBaseFilterAnnotationsItem.d.ts +20 -0
  291. package/api/types/DraftBaseFilterAnnotationsItem.d.ts.map +1 -0
  292. package/api/types/DraftBaseFilterAnnotationsItem.js +6 -0
  293. package/api/types/DraftBaseFilterAnnotationsItem.js.map +1 -0
  294. package/api/types/DraftBaseFilterCreatedAt.d.ts +26 -0
  295. package/api/types/DraftBaseFilterCreatedAt.d.ts.map +1 -0
  296. package/api/types/DraftBaseFilterCreatedAt.js +6 -0
  297. package/api/types/DraftBaseFilterCreatedAt.js.map +1 -0
  298. package/api/types/DraftBaseFilterDeletedAt.d.ts +32 -0
  299. package/api/types/DraftBaseFilterDeletedAt.d.ts.map +1 -0
  300. package/api/types/DraftBaseFilterDeletedAt.js +6 -0
  301. package/api/types/DraftBaseFilterDeletedAt.js.map +1 -0
  302. package/api/types/DraftBaseFilterEtag.d.ts +23 -0
  303. package/api/types/DraftBaseFilterEtag.d.ts.map +1 -0
  304. package/api/types/DraftBaseFilterEtag.js +6 -0
  305. package/api/types/DraftBaseFilterEtag.js.map +1 -0
  306. package/api/types/DraftBaseFilterId.d.ts +23 -0
  307. package/api/types/DraftBaseFilterId.d.ts.map +1 -0
  308. package/api/types/DraftBaseFilterId.js +6 -0
  309. package/api/types/DraftBaseFilterId.js.map +1 -0
  310. package/api/types/DraftBaseFilterLabelsItem.d.ts +20 -0
  311. package/api/types/DraftBaseFilterLabelsItem.d.ts.map +1 -0
  312. package/api/types/DraftBaseFilterLabelsItem.js +6 -0
  313. package/api/types/DraftBaseFilterLabelsItem.js.map +1 -0
  314. package/api/types/DraftBaseFilterModifiedAt.d.ts +26 -0
  315. package/api/types/DraftBaseFilterModifiedAt.d.ts.map +1 -0
  316. package/api/types/DraftBaseFilterModifiedAt.js +6 -0
  317. package/api/types/DraftBaseFilterModifiedAt.js.map +1 -0
  318. package/api/types/DraftBaseFilterRevision.d.ts +38 -0
  319. package/api/types/DraftBaseFilterRevision.d.ts.map +1 -0
  320. package/api/types/DraftBaseFilterRevision.js +6 -0
  321. package/api/types/DraftBaseFilterRevision.js.map +1 -0
  322. package/api/types/DraftCreate.d.ts +2 -2
  323. package/api/types/DraftCreate.d.ts.map +1 -1
  324. package/api/types/DraftCreate.js.map +1 -1
  325. package/api/types/DraftEnumValue.d.ts +2 -2
  326. package/api/types/DraftEnumValue.d.ts.map +1 -1
  327. package/api/types/DraftEnumValue.js.map +1 -1
  328. package/api/types/DraftFieldBooleanValue.d.ts +2 -2
  329. package/api/types/DraftFieldBooleanValue.d.ts.map +1 -1
  330. package/api/types/DraftFieldBooleanValue.js.map +1 -1
  331. package/api/types/DraftFieldDateTimeValue.d.ts +2 -2
  332. package/api/types/DraftFieldDateTimeValue.d.ts.map +1 -1
  333. package/api/types/DraftFieldDateTimeValue.js.map +1 -1
  334. package/api/types/DraftFieldDateValue.d.ts +2 -2
  335. package/api/types/DraftFieldDateValue.d.ts.map +1 -1
  336. package/api/types/DraftFieldDateValue.js.map +1 -1
  337. package/api/types/DraftFieldFileValue.d.ts +2 -2
  338. package/api/types/DraftFieldFileValue.d.ts.map +1 -1
  339. package/api/types/DraftFieldFileValue.js.map +1 -1
  340. package/api/types/DraftFieldLinkValue.d.ts +2 -2
  341. package/api/types/DraftFieldLinkValue.d.ts.map +1 -1
  342. package/api/types/DraftFieldLinkValue.js.map +1 -1
  343. package/api/types/DraftFieldNumberValue.d.ts +2 -2
  344. package/api/types/DraftFieldNumberValue.d.ts.map +1 -1
  345. package/api/types/DraftFieldNumberValue.js.map +1 -1
  346. package/api/types/DraftFieldStringValue.d.ts +2 -2
  347. package/api/types/DraftFieldStringValue.d.ts.map +1 -1
  348. package/api/types/DraftFieldStringValue.js.map +1 -1
  349. package/api/types/DraftFieldStructValue.d.ts +6 -6
  350. package/api/types/DraftFieldStructValue.d.ts.map +1 -1
  351. package/api/types/DraftFieldStructValue.js.map +1 -1
  352. package/api/types/DraftFilter.d.ts +1 -19
  353. package/api/types/DraftFilter.d.ts.map +1 -1
  354. package/api/types/DraftFilter.js.map +1 -1
  355. package/api/types/DraftFilterData.d.ts +1 -1
  356. package/api/types/DraftFilterData.d.ts.map +1 -1
  357. package/api/types/DraftFilterData.js.map +1 -1
  358. package/api/types/DraftSchema.d.ts +11 -11
  359. package/api/types/DraftSchema.d.ts.map +1 -1
  360. package/api/types/DraftSchema.js.map +1 -1
  361. package/api/types/DraftUpdate.d.ts +0 -2
  362. package/api/types/DraftUpdate.d.ts.map +1 -1
  363. package/api/types/DraftUpdate.js.map +1 -1
  364. package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts +6 -6
  365. package/api/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
  366. package/api/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
  367. package/api/types/ErrorModel.d.ts +4 -4
  368. package/api/types/ErrorModel.d.ts.map +1 -1
  369. package/api/types/ErrorModel.js.map +1 -1
  370. package/api/types/FileBaseFilter.d.ts +27 -0
  371. package/api/types/FileBaseFilter.d.ts.map +1 -0
  372. package/api/types/FileBaseFilter.js +6 -0
  373. package/api/types/FileBaseFilter.js.map +1 -0
  374. package/api/types/FileBaseFilterAnnotationsItem.d.ts +20 -0
  375. package/api/types/FileBaseFilterAnnotationsItem.d.ts.map +1 -0
  376. package/api/types/FileBaseFilterAnnotationsItem.js +6 -0
  377. package/api/types/FileBaseFilterAnnotationsItem.js.map +1 -0
  378. package/api/types/FileBaseFilterCreatedAt.d.ts +26 -0
  379. package/api/types/FileBaseFilterCreatedAt.d.ts.map +1 -0
  380. package/api/types/FileBaseFilterCreatedAt.js +6 -0
  381. package/api/types/FileBaseFilterCreatedAt.js.map +1 -0
  382. package/api/types/FileBaseFilterDeletedAt.d.ts +32 -0
  383. package/api/types/FileBaseFilterDeletedAt.d.ts.map +1 -0
  384. package/api/types/FileBaseFilterDeletedAt.js +6 -0
  385. package/api/types/FileBaseFilterDeletedAt.js.map +1 -0
  386. package/api/types/FileBaseFilterEtag.d.ts +23 -0
  387. package/api/types/FileBaseFilterEtag.d.ts.map +1 -0
  388. package/api/types/FileBaseFilterEtag.js +6 -0
  389. package/api/types/FileBaseFilterEtag.js.map +1 -0
  390. package/api/types/FileBaseFilterId.d.ts +23 -0
  391. package/api/types/FileBaseFilterId.d.ts.map +1 -0
  392. package/api/types/FileBaseFilterId.js +6 -0
  393. package/api/types/FileBaseFilterId.js.map +1 -0
  394. package/api/types/FileBaseFilterLabelsItem.d.ts +20 -0
  395. package/api/types/FileBaseFilterLabelsItem.d.ts.map +1 -0
  396. package/api/types/FileBaseFilterLabelsItem.js +6 -0
  397. package/api/types/FileBaseFilterLabelsItem.js.map +1 -0
  398. package/api/types/FileBaseFilterModifiedAt.d.ts +26 -0
  399. package/api/types/FileBaseFilterModifiedAt.d.ts.map +1 -0
  400. package/api/types/FileBaseFilterModifiedAt.js +6 -0
  401. package/api/types/FileBaseFilterModifiedAt.js.map +1 -0
  402. package/api/types/FileBaseFilterRevision.d.ts +38 -0
  403. package/api/types/FileBaseFilterRevision.d.ts.map +1 -0
  404. package/api/types/FileBaseFilterRevision.js +6 -0
  405. package/api/types/FileBaseFilterRevision.js.map +1 -0
  406. package/api/types/FileFilter.d.ts +1 -19
  407. package/api/types/FileFilter.d.ts.map +1 -1
  408. package/api/types/FileFilter.js.map +1 -1
  409. package/api/types/FileFilterData.d.ts +0 -1
  410. package/api/types/FileFilterData.d.ts.map +1 -1
  411. package/api/types/FileFilterData.js.map +1 -1
  412. package/api/types/FileFilterDataDigestMultibase.d.ts +1 -7
  413. package/api/types/FileFilterDataDigestMultibase.d.ts.map +1 -1
  414. package/api/types/FileFilterDataDigestMultibase.js.map +1 -1
  415. package/api/types/FileSortField.d.ts +1 -2
  416. package/api/types/FileSortField.d.ts.map +1 -1
  417. package/api/types/FileSortField.js +0 -1
  418. package/api/types/FileSortField.js.map +1 -1
  419. package/api/types/File_.d.ts +7 -9
  420. package/api/types/File_.d.ts.map +1 -1
  421. package/api/types/File_.js.map +1 -1
  422. package/api/types/KeyBaseFilter.d.ts +27 -0
  423. package/api/types/KeyBaseFilter.d.ts.map +1 -0
  424. package/api/types/KeyBaseFilter.js +6 -0
  425. package/api/types/KeyBaseFilter.js.map +1 -0
  426. package/api/types/KeyBaseFilterAnnotationsItem.d.ts +20 -0
  427. package/api/types/KeyBaseFilterAnnotationsItem.d.ts.map +1 -0
  428. package/api/types/KeyBaseFilterAnnotationsItem.js +6 -0
  429. package/api/types/KeyBaseFilterAnnotationsItem.js.map +1 -0
  430. package/api/types/KeyBaseFilterCreatedAt.d.ts +26 -0
  431. package/api/types/KeyBaseFilterCreatedAt.d.ts.map +1 -0
  432. package/api/types/KeyBaseFilterCreatedAt.js +6 -0
  433. package/api/types/KeyBaseFilterCreatedAt.js.map +1 -0
  434. package/api/types/KeyBaseFilterDeletedAt.d.ts +32 -0
  435. package/api/types/KeyBaseFilterDeletedAt.d.ts.map +1 -0
  436. package/api/types/KeyBaseFilterDeletedAt.js +6 -0
  437. package/api/types/KeyBaseFilterDeletedAt.js.map +1 -0
  438. package/api/types/KeyBaseFilterEtag.d.ts +23 -0
  439. package/api/types/KeyBaseFilterEtag.d.ts.map +1 -0
  440. package/api/types/KeyBaseFilterEtag.js +6 -0
  441. package/api/types/KeyBaseFilterEtag.js.map +1 -0
  442. package/api/types/KeyBaseFilterId.d.ts +23 -0
  443. package/api/types/KeyBaseFilterId.d.ts.map +1 -0
  444. package/api/types/KeyBaseFilterId.js +6 -0
  445. package/api/types/KeyBaseFilterId.js.map +1 -0
  446. package/api/types/KeyBaseFilterLabelsItem.d.ts +20 -0
  447. package/api/types/KeyBaseFilterLabelsItem.d.ts.map +1 -0
  448. package/api/types/KeyBaseFilterLabelsItem.js +6 -0
  449. package/api/types/KeyBaseFilterLabelsItem.js.map +1 -0
  450. package/api/types/KeyBaseFilterModifiedAt.d.ts +26 -0
  451. package/api/types/KeyBaseFilterModifiedAt.d.ts.map +1 -0
  452. package/api/types/KeyBaseFilterModifiedAt.js +6 -0
  453. package/api/types/KeyBaseFilterModifiedAt.js.map +1 -0
  454. package/api/types/KeyBaseFilterRevision.d.ts +38 -0
  455. package/api/types/KeyBaseFilterRevision.d.ts.map +1 -0
  456. package/api/types/KeyBaseFilterRevision.js +6 -0
  457. package/api/types/KeyBaseFilterRevision.js.map +1 -0
  458. package/api/types/KeyFilter.d.ts +1 -19
  459. package/api/types/KeyFilter.d.ts.map +1 -1
  460. package/api/types/KeyFilter.js.map +1 -1
  461. package/api/types/KeyFilterData.d.ts +1 -1
  462. package/api/types/KeyFilterData.d.ts.map +1 -1
  463. package/api/types/KeyFilterData.js.map +1 -1
  464. package/api/types/KeyPublic.d.ts +20 -20
  465. package/api/types/KeyPublic.d.ts.map +1 -1
  466. package/api/types/KeyPublic.js.map +1 -1
  467. package/api/types/Presentation.d.ts +7 -9
  468. package/api/types/Presentation.d.ts.map +1 -1
  469. package/api/types/Presentation.js.map +1 -1
  470. package/api/types/PresentationBaseFilter.d.ts +27 -0
  471. package/api/types/PresentationBaseFilter.d.ts.map +1 -0
  472. package/api/types/PresentationBaseFilter.js +6 -0
  473. package/api/types/PresentationBaseFilter.js.map +1 -0
  474. package/api/types/PresentationBaseFilterAnnotationsItem.d.ts +20 -0
  475. package/api/types/PresentationBaseFilterAnnotationsItem.d.ts.map +1 -0
  476. package/api/types/PresentationBaseFilterAnnotationsItem.js +6 -0
  477. package/api/types/PresentationBaseFilterAnnotationsItem.js.map +1 -0
  478. package/api/types/PresentationBaseFilterCreatedAt.d.ts +26 -0
  479. package/api/types/PresentationBaseFilterCreatedAt.d.ts.map +1 -0
  480. package/api/types/PresentationBaseFilterCreatedAt.js +6 -0
  481. package/api/types/PresentationBaseFilterCreatedAt.js.map +1 -0
  482. package/api/types/PresentationBaseFilterDeletedAt.d.ts +32 -0
  483. package/api/types/PresentationBaseFilterDeletedAt.d.ts.map +1 -0
  484. package/api/types/PresentationBaseFilterDeletedAt.js +6 -0
  485. package/api/types/PresentationBaseFilterDeletedAt.js.map +1 -0
  486. package/api/types/PresentationBaseFilterEtag.d.ts +23 -0
  487. package/api/types/PresentationBaseFilterEtag.d.ts.map +1 -0
  488. package/api/types/PresentationBaseFilterEtag.js +6 -0
  489. package/api/types/PresentationBaseFilterEtag.js.map +1 -0
  490. package/api/types/PresentationBaseFilterId.d.ts +23 -0
  491. package/api/types/PresentationBaseFilterId.d.ts.map +1 -0
  492. package/api/types/PresentationBaseFilterId.js +6 -0
  493. package/api/types/PresentationBaseFilterId.js.map +1 -0
  494. package/api/types/PresentationBaseFilterLabelsItem.d.ts +20 -0
  495. package/api/types/PresentationBaseFilterLabelsItem.d.ts.map +1 -0
  496. package/api/types/PresentationBaseFilterLabelsItem.js +6 -0
  497. package/api/types/PresentationBaseFilterLabelsItem.js.map +1 -0
  498. package/api/types/PresentationBaseFilterModifiedAt.d.ts +26 -0
  499. package/api/types/PresentationBaseFilterModifiedAt.d.ts.map +1 -0
  500. package/api/types/PresentationBaseFilterModifiedAt.js +6 -0
  501. package/api/types/PresentationBaseFilterModifiedAt.js.map +1 -0
  502. package/api/types/PresentationBaseFilterRevision.d.ts +38 -0
  503. package/api/types/PresentationBaseFilterRevision.d.ts.map +1 -0
  504. package/api/types/PresentationBaseFilterRevision.js +6 -0
  505. package/api/types/PresentationBaseFilterRevision.js.map +1 -0
  506. package/api/types/PresentationFilter.d.ts +1 -19
  507. package/api/types/PresentationFilter.d.ts.map +1 -1
  508. package/api/types/PresentationFilter.js.map +1 -1
  509. package/api/types/PresentationFilterData.d.ts +1 -2
  510. package/api/types/PresentationFilterData.d.ts.map +1 -1
  511. package/api/types/PresentationFilterData.js.map +1 -1
  512. package/api/types/PresentationFilterDataDigestMultibase.d.ts +1 -7
  513. package/api/types/PresentationFilterDataDigestMultibase.d.ts.map +1 -1
  514. package/api/types/PresentationFilterDataDigestMultibase.js.map +1 -1
  515. package/api/types/PresentationSortField.d.ts +1 -2
  516. package/api/types/PresentationSortField.d.ts.map +1 -1
  517. package/api/types/PresentationSortField.js +0 -1
  518. package/api/types/PresentationSortField.js.map +1 -1
  519. package/api/types/ProblemBadRequest.d.ts +4 -4
  520. package/api/types/ProblemBadRequest.d.ts.map +1 -1
  521. package/api/types/ProblemBadRequest.js.map +1 -1
  522. package/api/types/ProblemBadRequestBlobEmptyData.d.ts +4 -4
  523. package/api/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -1
  524. package/api/types/ProblemBadRequestBlobEmptyData.js.map +1 -1
  525. package/api/types/ProblemBadRequestBlobInvalidJson.d.ts +4 -4
  526. package/api/types/ProblemBadRequestBlobInvalidJson.d.ts.map +1 -1
  527. package/api/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
  528. package/api/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts +4 -4
  529. package/api/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts.map +1 -1
  530. package/api/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
  531. package/api/types/ProblemBlobNotFound.d.ts +9 -9
  532. package/api/types/ProblemBlobNotFound.d.ts.map +1 -1
  533. package/api/types/ProblemBlobNotFound.js.map +1 -1
  534. package/api/types/ProblemConflict.d.ts +4 -4
  535. package/api/types/ProblemConflict.d.ts.map +1 -1
  536. package/api/types/ProblemConflict.js.map +1 -1
  537. package/api/types/ProblemConflictBlobRestoreInProgress.d.ts +4 -4
  538. package/api/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -1
  539. package/api/types/ProblemConflictBlobRestoreInProgress.js.map +1 -1
  540. package/api/types/ProblemConflictResource.d.ts +4 -4
  541. package/api/types/ProblemConflictResource.d.ts.map +1 -1
  542. package/api/types/ProblemConflictResource.js.map +1 -1
  543. package/api/types/ProblemForbidden.d.ts +4 -4
  544. package/api/types/ProblemForbidden.d.ts.map +1 -1
  545. package/api/types/ProblemForbidden.js.map +1 -1
  546. package/api/types/ProblemInternalServerError.d.ts +6 -6
  547. package/api/types/ProblemInternalServerError.d.ts.map +1 -1
  548. package/api/types/ProblemInternalServerError.js.map +1 -1
  549. package/api/types/ProblemMethodNotAllowed.d.ts +4 -4
  550. package/api/types/ProblemMethodNotAllowed.d.ts.map +1 -1
  551. package/api/types/ProblemMethodNotAllowed.js.map +1 -1
  552. package/api/types/ProblemMethodNotAllowedAlive.d.ts +4 -4
  553. package/api/types/ProblemMethodNotAllowedAlive.d.ts.map +1 -1
  554. package/api/types/ProblemMethodNotAllowedAlive.js.map +1 -1
  555. package/api/types/ProblemMethodNotAllowedDeleted.d.ts +4 -4
  556. package/api/types/ProblemMethodNotAllowedDeleted.d.ts.map +1 -1
  557. package/api/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
  558. package/api/types/ProblemMethodNotAllowedRoute.d.ts +4 -4
  559. package/api/types/ProblemMethodNotAllowedRoute.d.ts.map +1 -1
  560. package/api/types/ProblemMethodNotAllowedRoute.js.map +1 -1
  561. package/api/types/ProblemNotFound.d.ts +4 -4
  562. package/api/types/ProblemNotFound.d.ts.map +1 -1
  563. package/api/types/ProblemNotFound.js.map +1 -1
  564. package/api/types/ProblemPreconditionFailed.d.ts +4 -4
  565. package/api/types/ProblemPreconditionFailed.d.ts.map +1 -1
  566. package/api/types/ProblemPreconditionFailed.js.map +1 -1
  567. package/api/types/ProblemPreconditionFailedBlob.d.ts +9 -9
  568. package/api/types/ProblemPreconditionFailedBlob.d.ts.map +1 -1
  569. package/api/types/ProblemPreconditionFailedBlob.js.map +1 -1
  570. package/api/types/ProblemPreconditionFailedResource.d.ts +5 -5
  571. package/api/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
  572. package/api/types/ProblemPreconditionFailedResource.js.map +1 -1
  573. package/api/types/ProblemResourceNotFound.d.ts +9 -9
  574. package/api/types/ProblemResourceNotFound.d.ts.map +1 -1
  575. package/api/types/ProblemResourceNotFound.js.map +1 -1
  576. package/api/types/ProblemResourceRevisionNotFound.d.ts +5 -5
  577. package/api/types/ProblemResourceRevisionNotFound.d.ts.map +1 -1
  578. package/api/types/ProblemResourceRevisionNotFound.js.map +1 -1
  579. package/api/types/ProblemServiceUnavailable.d.ts +20 -0
  580. package/api/types/ProblemServiceUnavailable.d.ts.map +1 -0
  581. package/api/types/ProblemServiceUnavailable.js +6 -0
  582. package/api/types/ProblemServiceUnavailable.js.map +1 -0
  583. package/api/types/ProblemTooManyRequests.d.ts +4 -4
  584. package/api/types/ProblemTooManyRequests.d.ts.map +1 -1
  585. package/api/types/ProblemTooManyRequests.js.map +1 -1
  586. package/api/types/ProblemUnauthorized.d.ts +4 -4
  587. package/api/types/ProblemUnauthorized.d.ts.map +1 -1
  588. package/api/types/ProblemUnauthorized.js.map +1 -1
  589. package/api/types/ProblemUnsupportedMediaType.d.ts +4 -4
  590. package/api/types/ProblemUnsupportedMediaType.d.ts.map +1 -1
  591. package/api/types/ProblemUnsupportedMediaType.js.map +1 -1
  592. package/api/types/Resource.d.ts +11 -11
  593. package/api/types/Resource.d.ts.map +1 -1
  594. package/api/types/Resource.js.map +1 -1
  595. package/api/types/ResourceApiKey.d.ts +14 -14
  596. package/api/types/ResourceApiKey.d.ts.map +1 -1
  597. package/api/types/ResourceApiKey.js.map +1 -1
  598. package/api/types/ResourceApiKeyFull.d.ts +14 -14
  599. package/api/types/ResourceApiKeyFull.d.ts.map +1 -1
  600. package/api/types/ResourceApiKeyFull.js.map +1 -1
  601. package/api/types/ResourceCredential.d.ts +14 -14
  602. package/api/types/ResourceCredential.d.ts.map +1 -1
  603. package/api/types/ResourceCredential.js.map +1 -1
  604. package/api/types/ResourceDidCommMessage.d.ts +14 -14
  605. package/api/types/ResourceDidCommMessage.d.ts.map +1 -1
  606. package/api/types/ResourceDidCommMessage.js.map +1 -1
  607. package/api/types/ResourceDraft.d.ts +14 -14
  608. package/api/types/ResourceDraft.d.ts.map +1 -1
  609. package/api/types/ResourceDraft.js.map +1 -1
  610. package/api/types/ResourceFile.d.ts +14 -14
  611. package/api/types/ResourceFile.d.ts.map +1 -1
  612. package/api/types/ResourceFile.js.map +1 -1
  613. package/api/types/ResourceKeyPublic.d.ts +14 -14
  614. package/api/types/ResourceKeyPublic.d.ts.map +1 -1
  615. package/api/types/ResourceKeyPublic.js.map +1 -1
  616. package/api/types/ResourcePresentation.d.ts +14 -14
  617. package/api/types/ResourcePresentation.d.ts.map +1 -1
  618. package/api/types/ResourcePresentation.js.map +1 -1
  619. package/api/types/Service.d.ts +2 -2
  620. package/api/types/Service.d.ts.map +1 -1
  621. package/api/types/Service.js.map +1 -1
  622. package/api/types/ServiceUnavailableProblems.d.ts +14 -0
  623. package/api/types/ServiceUnavailableProblems.d.ts.map +1 -0
  624. package/api/types/ServiceUnavailableProblems.js +6 -0
  625. package/api/types/ServiceUnavailableProblems.js.map +1 -0
  626. package/api/types/VerificationMethodMultikey.d.ts +6 -6
  627. package/api/types/VerificationMethodMultikey.d.ts.map +1 -1
  628. package/api/types/VerificationMethodMultikey.js.map +1 -1
  629. package/api/types/index.d.ts +69 -71
  630. package/api/types/index.d.ts.map +1 -1
  631. package/api/types/index.js +69 -71
  632. package/api/types/index.js.map +1 -1
  633. package/core/fetcher/APIResponse.d.ts +10 -0
  634. package/core/fetcher/APIResponse.d.ts.map +1 -1
  635. package/core/fetcher/APIResponse.js.map +1 -1
  636. package/core/fetcher/Fetcher.d.ts.map +1 -1
  637. package/core/fetcher/Fetcher.js +7 -0
  638. package/core/fetcher/Fetcher.js.map +1 -1
  639. package/core/fetcher/Headers.d.ts +3 -0
  640. package/core/fetcher/Headers.d.ts.map +1 -0
  641. package/core/fetcher/Headers.js +85 -0
  642. package/core/fetcher/Headers.js.map +1 -0
  643. package/core/fetcher/HttpResponsePromise.d.ts +59 -0
  644. package/core/fetcher/HttpResponsePromise.d.ts.map +1 -0
  645. package/core/fetcher/HttpResponsePromise.js +104 -0
  646. package/core/fetcher/HttpResponsePromise.js.map +1 -0
  647. package/core/fetcher/RawResponse.d.ts +30 -0
  648. package/core/fetcher/RawResponse.d.ts.map +1 -0
  649. package/core/fetcher/RawResponse.js +45 -0
  650. package/core/fetcher/RawResponse.js.map +1 -0
  651. package/core/fetcher/index.d.ts +3 -0
  652. package/core/fetcher/index.d.ts.map +1 -1
  653. package/core/fetcher/index.js +7 -1
  654. package/core/fetcher/index.js.map +1 -1
  655. package/documents/credential/draft.d.ts.map +1 -1
  656. package/documents/credential/draft.js +0 -1
  657. package/documents/credential/draft.js.map +1 -1
  658. package/documents/credential/verifiable.d.ts.map +1 -1
  659. package/documents/credential/verifiable.js +1 -2
  660. package/documents/credential/verifiable.js.map +1 -1
  661. package/documents/credential.d.ts.map +1 -1
  662. package/documents/credential.js +0 -1
  663. package/documents/credential.js.map +1 -1
  664. package/documents/models.d.ts.map +1 -1
  665. package/documents/models.js +8 -24
  666. package/documents/models.js.map +1 -1
  667. package/documents/models.spec.js +18 -20
  668. package/documents/models.spec.js.map +1 -1
  669. package/documents/schemas.d.ts +0 -1
  670. package/documents/schemas.d.ts.map +1 -1
  671. package/documents/schemas.js +0 -1
  672. package/documents/schemas.js.map +1 -1
  673. package/documents/types.d.ts +0 -1
  674. package/documents/types.d.ts.map +1 -1
  675. package/documents/types.js.map +1 -1
  676. package/errors/TruvityError.d.ts +4 -1
  677. package/errors/TruvityError.d.ts.map +1 -1
  678. package/errors/TruvityError.js +4 -7
  679. package/errors/TruvityError.js.map +1 -1
  680. package/index.d.ts +1 -0
  681. package/index.d.ts.map +1 -1
  682. package/index.js +1 -0
  683. package/index.js.map +1 -1
  684. package/middlewares/csrf/csrf.d.ts +27 -0
  685. package/middlewares/csrf/csrf.d.ts.map +1 -0
  686. package/middlewares/csrf/csrf.js +88 -0
  687. package/middlewares/csrf/csrf.js.map +1 -0
  688. package/middlewares/csrf/csrf.spec.d.ts +2 -0
  689. package/middlewares/csrf/csrf.spec.d.ts.map +1 -0
  690. package/middlewares/csrf/csrf.spec.js +136 -0
  691. package/middlewares/csrf/csrf.spec.js.map +1 -0
  692. package/middlewares/csrf/index.d.ts +2 -0
  693. package/middlewares/csrf/index.d.ts.map +1 -0
  694. package/middlewares/csrf/index.js +18 -0
  695. package/middlewares/csrf/index.js.map +1 -0
  696. package/middlewares/index.d.ts +3 -0
  697. package/middlewares/index.d.ts.map +1 -0
  698. package/middlewares/index.js +19 -0
  699. package/middlewares/index.js.map +1 -0
  700. package/middlewares/middleware.d.ts +6 -0
  701. package/middlewares/middleware.d.ts.map +1 -0
  702. package/middlewares/middleware.js +17 -0
  703. package/middlewares/middleware.js.map +1 -0
  704. package/middlewares/middleware.spec.d.ts +9 -0
  705. package/middlewares/middleware.spec.d.ts.map +1 -0
  706. package/middlewares/middleware.spec.js +121 -0
  707. package/middlewares/middleware.spec.js.map +1 -0
  708. package/package.json +3 -2
  709. package/reference.md +86 -9
  710. package/serialization/resources/credentials/client/requests/CredentialInput.d.ts +1 -1
  711. package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +1 -1
  712. package/serialization/resources/credentials/client/requests/CredentialInput.js.map +1 -1
  713. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts +1 -1
  714. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +1 -1
  715. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js +1 -1
  716. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +1 -1
  717. package/serialization/resources/drafts/client/requests/DraftInput.d.ts +1 -1
  718. package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +1 -1
  719. package/serialization/resources/drafts/client/requests/DraftInput.js +1 -1
  720. package/serialization/resources/drafts/client/requests/DraftInput.js.map +1 -1
  721. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts +3 -1
  722. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +1 -1
  723. package/serialization/resources/drafts/client/requests/DraftIssue.js +3 -1
  724. package/serialization/resources/drafts/client/requests/DraftIssue.js.map +1 -1
  725. package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts +20 -0
  726. package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.d.ts.map +1 -0
  727. package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.js +51 -0
  728. package/serialization/resources/drafts/client/requests/DraftLatestIssueRequest.js.map +1 -0
  729. package/serialization/resources/drafts/client/requests/index.d.ts +1 -0
  730. package/serialization/resources/drafts/client/requests/index.d.ts.map +1 -1
  731. package/serialization/resources/drafts/client/requests/index.js +3 -1
  732. package/serialization/resources/drafts/client/requests/index.js.map +1 -1
  733. package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts +11 -0
  734. package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.d.ts.map +1 -0
  735. package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.js +42 -0
  736. package/serialization/resources/drafts/types/DraftLatestIssueRequestDidMethod.js.map +1 -0
  737. package/serialization/resources/drafts/types/index.d.ts +1 -0
  738. package/serialization/resources/drafts/types/index.d.ts.map +1 -1
  739. package/serialization/resources/drafts/types/index.js +1 -0
  740. package/serialization/resources/drafts/types/index.js.map +1 -1
  741. package/serialization/resources/files/client/requests/FileInput.d.ts +1 -1
  742. package/serialization/resources/files/client/requests/FileInput.d.ts.map +1 -1
  743. package/serialization/resources/files/client/requests/FileInput.js +1 -1
  744. package/serialization/resources/files/client/requests/FileInput.js.map +1 -1
  745. package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts +1 -1
  746. package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +1 -1
  747. package/serialization/resources/keys/client/requests/KeyGenerateInput.js +1 -1
  748. package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +1 -1
  749. package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts +1 -1
  750. package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +1 -1
  751. package/serialization/resources/keys/client/requests/KeyImportSecretInput.js +1 -1
  752. package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +1 -1
  753. package/serialization/resources/presentations/client/requests/PresentationExport.d.ts +1 -1
  754. package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +1 -1
  755. package/serialization/resources/presentations/client/requests/PresentationExport.js +1 -1
  756. package/serialization/resources/presentations/client/requests/PresentationExport.js.map +1 -1
  757. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +1 -1
  758. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +1 -1
  759. package/serialization/resources/presentations/client/requests/PresentationIssue.js +1 -1
  760. package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +1 -1
  761. package/serialization/types/ApiKeyBaseFilter.d.ts +30 -0
  762. package/serialization/types/ApiKeyBaseFilter.d.ts.map +1 -0
  763. package/serialization/types/ApiKeyBaseFilter.js +61 -0
  764. package/serialization/types/ApiKeyBaseFilter.js.map +1 -0
  765. package/serialization/types/ApiKeyBaseFilterAnnotationsItem.d.ts +27 -0
  766. package/serialization/types/ApiKeyBaseFilterAnnotationsItem.d.ts.map +1 -0
  767. package/serialization/types/ApiKeyBaseFilterAnnotationsItem.js +56 -0
  768. package/serialization/types/ApiKeyBaseFilterAnnotationsItem.js.map +1 -0
  769. package/serialization/types/ApiKeyBaseFilterCreatedAt.d.ts +31 -0
  770. package/serialization/types/ApiKeyBaseFilterCreatedAt.d.ts.map +1 -0
  771. package/serialization/types/ApiKeyBaseFilterCreatedAt.js +58 -0
  772. package/serialization/types/ApiKeyBaseFilterCreatedAt.js.map +1 -0
  773. package/serialization/types/ApiKeyBaseFilterDeletedAt.d.ts +39 -0
  774. package/serialization/types/ApiKeyBaseFilterDeletedAt.d.ts.map +1 -0
  775. package/serialization/types/ApiKeyBaseFilterDeletedAt.js +62 -0
  776. package/serialization/types/ApiKeyBaseFilterDeletedAt.js.map +1 -0
  777. package/serialization/types/ApiKeyBaseFilterEtag.d.ts +27 -0
  778. package/serialization/types/ApiKeyBaseFilterEtag.d.ts.map +1 -0
  779. package/serialization/types/ApiKeyBaseFilterEtag.js +56 -0
  780. package/serialization/types/ApiKeyBaseFilterEtag.js.map +1 -0
  781. package/serialization/types/ApiKeyBaseFilterId.d.ts +27 -0
  782. package/serialization/types/ApiKeyBaseFilterId.d.ts.map +1 -0
  783. package/serialization/types/ApiKeyBaseFilterId.js +56 -0
  784. package/serialization/types/ApiKeyBaseFilterId.js.map +1 -0
  785. package/serialization/types/ApiKeyBaseFilterLabelsItem.d.ts +27 -0
  786. package/serialization/types/ApiKeyBaseFilterLabelsItem.d.ts.map +1 -0
  787. package/serialization/types/ApiKeyBaseFilterLabelsItem.js +56 -0
  788. package/serialization/types/ApiKeyBaseFilterLabelsItem.js.map +1 -0
  789. package/serialization/types/ApiKeyBaseFilterModifiedAt.d.ts +31 -0
  790. package/serialization/types/ApiKeyBaseFilterModifiedAt.d.ts.map +1 -0
  791. package/serialization/types/ApiKeyBaseFilterModifiedAt.js +58 -0
  792. package/serialization/types/ApiKeyBaseFilterModifiedAt.js.map +1 -0
  793. package/serialization/types/ApiKeyBaseFilterRevision.d.ts +47 -0
  794. package/serialization/types/ApiKeyBaseFilterRevision.d.ts.map +1 -0
  795. package/serialization/types/ApiKeyBaseFilterRevision.js +66 -0
  796. package/serialization/types/ApiKeyBaseFilterRevision.js.map +1 -0
  797. package/serialization/types/ApiKeyFilter.d.ts +2 -20
  798. package/serialization/types/ApiKeyFilter.d.ts.map +1 -1
  799. package/serialization/types/ApiKeyFilter.js +2 -54
  800. package/serialization/types/ApiKeyFilter.js.map +1 -1
  801. package/serialization/types/ApiKeyFull.d.ts +1 -1
  802. package/serialization/types/ApiKeyFull.d.ts.map +1 -1
  803. package/serialization/types/ApiKeyFull.js +1 -1
  804. package/serialization/types/ApiKeyFull.js.map +1 -1
  805. package/serialization/types/Credential.d.ts +4 -5
  806. package/serialization/types/Credential.d.ts.map +1 -1
  807. package/serialization/types/Credential.js +4 -5
  808. package/serialization/types/Credential.js.map +1 -1
  809. package/serialization/types/Credential11.d.ts +4 -4
  810. package/serialization/types/Credential11.d.ts.map +1 -1
  811. package/serialization/types/Credential11.js +4 -4
  812. package/serialization/types/Credential11.js.map +1 -1
  813. package/serialization/types/CredentialBaseFilter.d.ts +30 -0
  814. package/serialization/types/CredentialBaseFilter.d.ts.map +1 -0
  815. package/serialization/types/CredentialBaseFilter.js +61 -0
  816. package/serialization/types/CredentialBaseFilter.js.map +1 -0
  817. package/serialization/types/CredentialBaseFilterAnnotationsItem.d.ts +27 -0
  818. package/serialization/types/CredentialBaseFilterAnnotationsItem.d.ts.map +1 -0
  819. package/serialization/types/CredentialBaseFilterAnnotationsItem.js +56 -0
  820. package/serialization/types/CredentialBaseFilterAnnotationsItem.js.map +1 -0
  821. package/serialization/types/CredentialBaseFilterCreatedAt.d.ts +31 -0
  822. package/serialization/types/CredentialBaseFilterCreatedAt.d.ts.map +1 -0
  823. package/serialization/types/CredentialBaseFilterCreatedAt.js +58 -0
  824. package/serialization/types/CredentialBaseFilterCreatedAt.js.map +1 -0
  825. package/serialization/types/CredentialBaseFilterDeletedAt.d.ts +39 -0
  826. package/serialization/types/CredentialBaseFilterDeletedAt.d.ts.map +1 -0
  827. package/serialization/types/CredentialBaseFilterDeletedAt.js +62 -0
  828. package/serialization/types/CredentialBaseFilterDeletedAt.js.map +1 -0
  829. package/serialization/types/CredentialBaseFilterEtag.d.ts +27 -0
  830. package/serialization/types/CredentialBaseFilterEtag.d.ts.map +1 -0
  831. package/serialization/types/CredentialBaseFilterEtag.js +56 -0
  832. package/serialization/types/CredentialBaseFilterEtag.js.map +1 -0
  833. package/serialization/types/CredentialBaseFilterId.d.ts +27 -0
  834. package/serialization/types/CredentialBaseFilterId.d.ts.map +1 -0
  835. package/serialization/types/CredentialBaseFilterId.js +56 -0
  836. package/serialization/types/CredentialBaseFilterId.js.map +1 -0
  837. package/serialization/types/CredentialBaseFilterLabelsItem.d.ts +27 -0
  838. package/serialization/types/CredentialBaseFilterLabelsItem.d.ts.map +1 -0
  839. package/serialization/types/CredentialBaseFilterLabelsItem.js +56 -0
  840. package/serialization/types/CredentialBaseFilterLabelsItem.js.map +1 -0
  841. package/serialization/types/CredentialBaseFilterModifiedAt.d.ts +31 -0
  842. package/serialization/types/CredentialBaseFilterModifiedAt.d.ts.map +1 -0
  843. package/serialization/types/CredentialBaseFilterModifiedAt.js +58 -0
  844. package/serialization/types/CredentialBaseFilterModifiedAt.js.map +1 -0
  845. package/serialization/types/CredentialBaseFilterRevision.d.ts +47 -0
  846. package/serialization/types/CredentialBaseFilterRevision.d.ts.map +1 -0
  847. package/serialization/types/CredentialBaseFilterRevision.js +66 -0
  848. package/serialization/types/CredentialBaseFilterRevision.js.map +1 -0
  849. package/serialization/types/CredentialFilter.d.ts +2 -20
  850. package/serialization/types/CredentialFilter.d.ts.map +1 -1
  851. package/serialization/types/CredentialFilter.js +2 -54
  852. package/serialization/types/CredentialFilter.js.map +1 -1
  853. package/serialization/types/CredentialFilterData.d.ts +2 -4
  854. package/serialization/types/CredentialFilterData.d.ts.map +1 -1
  855. package/serialization/types/CredentialFilterData.js +2 -4
  856. package/serialization/types/CredentialFilterData.js.map +1 -1
  857. package/serialization/types/CredentialFilterDataDigestMultibase.d.ts +1 -9
  858. package/serialization/types/CredentialFilterDataDigestMultibase.d.ts.map +1 -1
  859. package/serialization/types/CredentialFilterDataDigestMultibase.js +0 -4
  860. package/serialization/types/CredentialFilterDataDigestMultibase.js.map +1 -1
  861. package/serialization/types/CredentialProof.d.ts +1 -1
  862. package/serialization/types/CredentialProof.d.ts.map +1 -1
  863. package/serialization/types/CredentialProof.js +1 -1
  864. package/serialization/types/CredentialProof.js.map +1 -1
  865. package/serialization/types/CredentialSortField.d.ts +1 -1
  866. package/serialization/types/CredentialSortField.d.ts.map +1 -1
  867. package/serialization/types/CredentialSortField.js +0 -1
  868. package/serialization/types/CredentialSortField.js.map +1 -1
  869. package/serialization/types/DidCommMessage.d.ts +2 -2
  870. package/serialization/types/DidCommMessage.d.ts.map +1 -1
  871. package/serialization/types/DidCommMessage.js +2 -2
  872. package/serialization/types/DidCommMessage.js.map +1 -1
  873. package/serialization/types/DidCommMessageSend.d.ts +2 -2
  874. package/serialization/types/DidCommMessageSend.d.ts.map +1 -1
  875. package/serialization/types/DidCommMessageSend.js +2 -2
  876. package/serialization/types/DidCommMessageSend.js.map +1 -1
  877. package/serialization/types/DidDocument.d.ts +4 -4
  878. package/serialization/types/DidDocument.d.ts.map +1 -1
  879. package/serialization/types/DidDocument.js +4 -4
  880. package/serialization/types/DidDocument.js.map +1 -1
  881. package/serialization/types/DidcommMessageBaseFilter.d.ts +30 -0
  882. package/serialization/types/DidcommMessageBaseFilter.d.ts.map +1 -0
  883. package/serialization/types/DidcommMessageBaseFilter.js +61 -0
  884. package/serialization/types/DidcommMessageBaseFilter.js.map +1 -0
  885. package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.d.ts +27 -0
  886. package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.d.ts.map +1 -0
  887. package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.js +56 -0
  888. package/serialization/types/DidcommMessageBaseFilterAnnotationsItem.js.map +1 -0
  889. package/serialization/types/DidcommMessageBaseFilterCreatedAt.d.ts +31 -0
  890. package/serialization/types/DidcommMessageBaseFilterCreatedAt.d.ts.map +1 -0
  891. package/serialization/types/DidcommMessageBaseFilterCreatedAt.js +58 -0
  892. package/serialization/types/DidcommMessageBaseFilterCreatedAt.js.map +1 -0
  893. package/serialization/types/DidcommMessageBaseFilterDeletedAt.d.ts +39 -0
  894. package/serialization/types/DidcommMessageBaseFilterDeletedAt.d.ts.map +1 -0
  895. package/serialization/types/DidcommMessageBaseFilterDeletedAt.js +62 -0
  896. package/serialization/types/DidcommMessageBaseFilterDeletedAt.js.map +1 -0
  897. package/serialization/types/DidcommMessageBaseFilterEtag.d.ts +27 -0
  898. package/serialization/types/DidcommMessageBaseFilterEtag.d.ts.map +1 -0
  899. package/serialization/types/DidcommMessageBaseFilterEtag.js +56 -0
  900. package/serialization/types/DidcommMessageBaseFilterEtag.js.map +1 -0
  901. package/serialization/types/DidcommMessageBaseFilterId.d.ts +27 -0
  902. package/serialization/types/DidcommMessageBaseFilterId.d.ts.map +1 -0
  903. package/serialization/types/DidcommMessageBaseFilterId.js +56 -0
  904. package/serialization/types/DidcommMessageBaseFilterId.js.map +1 -0
  905. package/serialization/types/DidcommMessageBaseFilterLabelsItem.d.ts +27 -0
  906. package/serialization/types/DidcommMessageBaseFilterLabelsItem.d.ts.map +1 -0
  907. package/serialization/types/DidcommMessageBaseFilterLabelsItem.js +56 -0
  908. package/serialization/types/DidcommMessageBaseFilterLabelsItem.js.map +1 -0
  909. package/serialization/types/DidcommMessageBaseFilterModifiedAt.d.ts +31 -0
  910. package/serialization/types/DidcommMessageBaseFilterModifiedAt.d.ts.map +1 -0
  911. package/serialization/types/DidcommMessageBaseFilterModifiedAt.js +58 -0
  912. package/serialization/types/DidcommMessageBaseFilterModifiedAt.js.map +1 -0
  913. package/serialization/types/DidcommMessageBaseFilterRevision.d.ts +47 -0
  914. package/serialization/types/DidcommMessageBaseFilterRevision.d.ts.map +1 -0
  915. package/serialization/types/DidcommMessageBaseFilterRevision.js +66 -0
  916. package/serialization/types/DidcommMessageBaseFilterRevision.js.map +1 -0
  917. package/serialization/types/DidcommMessageFilter.d.ts +2 -20
  918. package/serialization/types/DidcommMessageFilter.d.ts.map +1 -1
  919. package/serialization/types/DidcommMessageFilter.js +2 -54
  920. package/serialization/types/DidcommMessageFilter.js.map +1 -1
  921. package/serialization/types/Draft.d.ts +3 -3
  922. package/serialization/types/Draft.d.ts.map +1 -1
  923. package/serialization/types/Draft.js +3 -3
  924. package/serialization/types/Draft.js.map +1 -1
  925. package/serialization/types/DraftBaseFilter.d.ts +30 -0
  926. package/serialization/types/DraftBaseFilter.d.ts.map +1 -0
  927. package/serialization/types/DraftBaseFilter.js +61 -0
  928. package/serialization/types/DraftBaseFilter.js.map +1 -0
  929. package/serialization/types/DraftBaseFilterAnnotationsItem.d.ts +27 -0
  930. package/serialization/types/DraftBaseFilterAnnotationsItem.d.ts.map +1 -0
  931. package/serialization/types/DraftBaseFilterAnnotationsItem.js +56 -0
  932. package/serialization/types/DraftBaseFilterAnnotationsItem.js.map +1 -0
  933. package/serialization/types/DraftBaseFilterCreatedAt.d.ts +31 -0
  934. package/serialization/types/DraftBaseFilterCreatedAt.d.ts.map +1 -0
  935. package/serialization/types/DraftBaseFilterCreatedAt.js +58 -0
  936. package/serialization/types/DraftBaseFilterCreatedAt.js.map +1 -0
  937. package/serialization/types/DraftBaseFilterDeletedAt.d.ts +39 -0
  938. package/serialization/types/DraftBaseFilterDeletedAt.d.ts.map +1 -0
  939. package/serialization/types/DraftBaseFilterDeletedAt.js +62 -0
  940. package/serialization/types/DraftBaseFilterDeletedAt.js.map +1 -0
  941. package/serialization/types/DraftBaseFilterEtag.d.ts +27 -0
  942. package/serialization/types/DraftBaseFilterEtag.d.ts.map +1 -0
  943. package/serialization/types/DraftBaseFilterEtag.js +56 -0
  944. package/serialization/types/DraftBaseFilterEtag.js.map +1 -0
  945. package/serialization/types/DraftBaseFilterId.d.ts +27 -0
  946. package/serialization/types/DraftBaseFilterId.d.ts.map +1 -0
  947. package/serialization/types/DraftBaseFilterId.js +56 -0
  948. package/serialization/types/DraftBaseFilterId.js.map +1 -0
  949. package/serialization/types/DraftBaseFilterLabelsItem.d.ts +27 -0
  950. package/serialization/types/DraftBaseFilterLabelsItem.d.ts.map +1 -0
  951. package/serialization/types/DraftBaseFilterLabelsItem.js +56 -0
  952. package/serialization/types/DraftBaseFilterLabelsItem.js.map +1 -0
  953. package/serialization/types/DraftBaseFilterModifiedAt.d.ts +31 -0
  954. package/serialization/types/DraftBaseFilterModifiedAt.d.ts.map +1 -0
  955. package/serialization/types/DraftBaseFilterModifiedAt.js +58 -0
  956. package/serialization/types/DraftBaseFilterModifiedAt.js.map +1 -0
  957. package/serialization/types/DraftBaseFilterRevision.d.ts +47 -0
  958. package/serialization/types/DraftBaseFilterRevision.d.ts.map +1 -0
  959. package/serialization/types/DraftBaseFilterRevision.js +66 -0
  960. package/serialization/types/DraftBaseFilterRevision.js.map +1 -0
  961. package/serialization/types/DraftCreate.d.ts +2 -2
  962. package/serialization/types/DraftCreate.d.ts.map +1 -1
  963. package/serialization/types/DraftCreate.js +2 -2
  964. package/serialization/types/DraftCreate.js.map +1 -1
  965. package/serialization/types/DraftEnumValue.d.ts +1 -1
  966. package/serialization/types/DraftEnumValue.d.ts.map +1 -1
  967. package/serialization/types/DraftEnumValue.js +1 -1
  968. package/serialization/types/DraftEnumValue.js.map +1 -1
  969. package/serialization/types/DraftFieldBooleanValue.d.ts +1 -1
  970. package/serialization/types/DraftFieldBooleanValue.d.ts.map +1 -1
  971. package/serialization/types/DraftFieldBooleanValue.js +1 -1
  972. package/serialization/types/DraftFieldBooleanValue.js.map +1 -1
  973. package/serialization/types/DraftFieldDateTimeValue.d.ts +1 -1
  974. package/serialization/types/DraftFieldDateTimeValue.d.ts.map +1 -1
  975. package/serialization/types/DraftFieldDateTimeValue.js +1 -1
  976. package/serialization/types/DraftFieldDateTimeValue.js.map +1 -1
  977. package/serialization/types/DraftFieldDateValue.d.ts +1 -1
  978. package/serialization/types/DraftFieldDateValue.d.ts.map +1 -1
  979. package/serialization/types/DraftFieldDateValue.js +1 -1
  980. package/serialization/types/DraftFieldDateValue.js.map +1 -1
  981. package/serialization/types/DraftFieldFileValue.d.ts +1 -1
  982. package/serialization/types/DraftFieldFileValue.d.ts.map +1 -1
  983. package/serialization/types/DraftFieldFileValue.js +1 -1
  984. package/serialization/types/DraftFieldFileValue.js.map +1 -1
  985. package/serialization/types/DraftFieldLinkValue.d.ts +1 -1
  986. package/serialization/types/DraftFieldLinkValue.d.ts.map +1 -1
  987. package/serialization/types/DraftFieldLinkValue.js +1 -1
  988. package/serialization/types/DraftFieldLinkValue.js.map +1 -1
  989. package/serialization/types/DraftFieldNumberValue.d.ts +1 -1
  990. package/serialization/types/DraftFieldNumberValue.d.ts.map +1 -1
  991. package/serialization/types/DraftFieldNumberValue.js +1 -1
  992. package/serialization/types/DraftFieldNumberValue.js.map +1 -1
  993. package/serialization/types/DraftFieldStringValue.d.ts +1 -1
  994. package/serialization/types/DraftFieldStringValue.d.ts.map +1 -1
  995. package/serialization/types/DraftFieldStringValue.js +1 -1
  996. package/serialization/types/DraftFieldStringValue.js.map +1 -1
  997. package/serialization/types/DraftFieldStructValue.d.ts +3 -3
  998. package/serialization/types/DraftFieldStructValue.d.ts.map +1 -1
  999. package/serialization/types/DraftFieldStructValue.js +3 -3
  1000. package/serialization/types/DraftFieldStructValue.js.map +1 -1
  1001. package/serialization/types/DraftFilter.d.ts +2 -20
  1002. package/serialization/types/DraftFilter.d.ts.map +1 -1
  1003. package/serialization/types/DraftFilter.js +2 -54
  1004. package/serialization/types/DraftFilter.js.map +1 -1
  1005. package/serialization/types/DraftFilterData.d.ts +2 -2
  1006. package/serialization/types/DraftFilterData.d.ts.map +1 -1
  1007. package/serialization/types/DraftFilterData.js +2 -2
  1008. package/serialization/types/DraftFilterData.js.map +1 -1
  1009. package/serialization/types/DraftSchema.d.ts +2 -2
  1010. package/serialization/types/DraftSchema.d.ts.map +1 -1
  1011. package/serialization/types/DraftSchema.js +2 -2
  1012. package/serialization/types/DraftSchema.js.map +1 -1
  1013. package/serialization/types/DraftUpdate.d.ts +0 -2
  1014. package/serialization/types/DraftUpdate.d.ts.map +1 -1
  1015. package/serialization/types/DraftUpdate.js +0 -2
  1016. package/serialization/types/DraftUpdate.js.map +1 -1
  1017. package/serialization/types/EcdsaSecp256K1VerificationKey2019.d.ts +3 -3
  1018. package/serialization/types/EcdsaSecp256K1VerificationKey2019.d.ts.map +1 -1
  1019. package/serialization/types/EcdsaSecp256K1VerificationKey2019.js +3 -3
  1020. package/serialization/types/EcdsaSecp256K1VerificationKey2019.js.map +1 -1
  1021. package/serialization/types/ErrorModel.d.ts +2 -2
  1022. package/serialization/types/ErrorModel.d.ts.map +1 -1
  1023. package/serialization/types/ErrorModel.js +2 -2
  1024. package/serialization/types/ErrorModel.js.map +1 -1
  1025. package/serialization/types/FileBaseFilter.d.ts +30 -0
  1026. package/serialization/types/FileBaseFilter.d.ts.map +1 -0
  1027. package/serialization/types/FileBaseFilter.js +61 -0
  1028. package/serialization/types/FileBaseFilter.js.map +1 -0
  1029. package/serialization/types/FileBaseFilterAnnotationsItem.d.ts +27 -0
  1030. package/serialization/types/FileBaseFilterAnnotationsItem.d.ts.map +1 -0
  1031. package/serialization/types/FileBaseFilterAnnotationsItem.js +56 -0
  1032. package/serialization/types/FileBaseFilterAnnotationsItem.js.map +1 -0
  1033. package/serialization/types/FileBaseFilterCreatedAt.d.ts +31 -0
  1034. package/serialization/types/FileBaseFilterCreatedAt.d.ts.map +1 -0
  1035. package/serialization/types/FileBaseFilterCreatedAt.js +58 -0
  1036. package/serialization/types/FileBaseFilterCreatedAt.js.map +1 -0
  1037. package/serialization/types/FileBaseFilterDeletedAt.d.ts +39 -0
  1038. package/serialization/types/FileBaseFilterDeletedAt.d.ts.map +1 -0
  1039. package/serialization/types/FileBaseFilterDeletedAt.js +62 -0
  1040. package/serialization/types/FileBaseFilterDeletedAt.js.map +1 -0
  1041. package/serialization/types/FileBaseFilterEtag.d.ts +27 -0
  1042. package/serialization/types/FileBaseFilterEtag.d.ts.map +1 -0
  1043. package/serialization/types/FileBaseFilterEtag.js +56 -0
  1044. package/serialization/types/FileBaseFilterEtag.js.map +1 -0
  1045. package/serialization/types/FileBaseFilterId.d.ts +27 -0
  1046. package/serialization/types/FileBaseFilterId.d.ts.map +1 -0
  1047. package/serialization/types/FileBaseFilterId.js +56 -0
  1048. package/serialization/types/FileBaseFilterId.js.map +1 -0
  1049. package/serialization/types/FileBaseFilterLabelsItem.d.ts +27 -0
  1050. package/serialization/types/FileBaseFilterLabelsItem.d.ts.map +1 -0
  1051. package/serialization/types/FileBaseFilterLabelsItem.js +56 -0
  1052. package/serialization/types/FileBaseFilterLabelsItem.js.map +1 -0
  1053. package/serialization/types/FileBaseFilterModifiedAt.d.ts +31 -0
  1054. package/serialization/types/FileBaseFilterModifiedAt.d.ts.map +1 -0
  1055. package/serialization/types/FileBaseFilterModifiedAt.js +58 -0
  1056. package/serialization/types/FileBaseFilterModifiedAt.js.map +1 -0
  1057. package/serialization/types/FileBaseFilterRevision.d.ts +47 -0
  1058. package/serialization/types/FileBaseFilterRevision.d.ts.map +1 -0
  1059. package/serialization/types/FileBaseFilterRevision.js +66 -0
  1060. package/serialization/types/FileBaseFilterRevision.js.map +1 -0
  1061. package/serialization/types/FileFilter.d.ts +2 -20
  1062. package/serialization/types/FileFilter.d.ts.map +1 -1
  1063. package/serialization/types/FileFilter.js +2 -54
  1064. package/serialization/types/FileFilter.js.map +1 -1
  1065. package/serialization/types/FileFilterData.d.ts +0 -2
  1066. package/serialization/types/FileFilterData.d.ts.map +1 -1
  1067. package/serialization/types/FileFilterData.js +0 -2
  1068. package/serialization/types/FileFilterData.js.map +1 -1
  1069. package/serialization/types/FileFilterDataDigestMultibase.d.ts +1 -9
  1070. package/serialization/types/FileFilterDataDigestMultibase.d.ts.map +1 -1
  1071. package/serialization/types/FileFilterDataDigestMultibase.js +0 -4
  1072. package/serialization/types/FileFilterDataDigestMultibase.js.map +1 -1
  1073. package/serialization/types/FileSortField.d.ts +1 -1
  1074. package/serialization/types/FileSortField.d.ts.map +1 -1
  1075. package/serialization/types/FileSortField.js +0 -1
  1076. package/serialization/types/FileSortField.js.map +1 -1
  1077. package/serialization/types/File_.d.ts +3 -4
  1078. package/serialization/types/File_.d.ts.map +1 -1
  1079. package/serialization/types/File_.js +3 -4
  1080. package/serialization/types/File_.js.map +1 -1
  1081. package/serialization/types/KeyBaseFilter.d.ts +30 -0
  1082. package/serialization/types/KeyBaseFilter.d.ts.map +1 -0
  1083. package/serialization/types/KeyBaseFilter.js +61 -0
  1084. package/serialization/types/KeyBaseFilter.js.map +1 -0
  1085. package/serialization/types/KeyBaseFilterAnnotationsItem.d.ts +27 -0
  1086. package/serialization/types/KeyBaseFilterAnnotationsItem.d.ts.map +1 -0
  1087. package/serialization/types/KeyBaseFilterAnnotationsItem.js +56 -0
  1088. package/serialization/types/KeyBaseFilterAnnotationsItem.js.map +1 -0
  1089. package/serialization/types/KeyBaseFilterCreatedAt.d.ts +31 -0
  1090. package/serialization/types/KeyBaseFilterCreatedAt.d.ts.map +1 -0
  1091. package/serialization/types/KeyBaseFilterCreatedAt.js +58 -0
  1092. package/serialization/types/KeyBaseFilterCreatedAt.js.map +1 -0
  1093. package/serialization/types/KeyBaseFilterDeletedAt.d.ts +39 -0
  1094. package/serialization/types/KeyBaseFilterDeletedAt.d.ts.map +1 -0
  1095. package/serialization/types/KeyBaseFilterDeletedAt.js +62 -0
  1096. package/serialization/types/KeyBaseFilterDeletedAt.js.map +1 -0
  1097. package/serialization/types/KeyBaseFilterEtag.d.ts +27 -0
  1098. package/serialization/types/KeyBaseFilterEtag.d.ts.map +1 -0
  1099. package/serialization/types/KeyBaseFilterEtag.js +56 -0
  1100. package/serialization/types/KeyBaseFilterEtag.js.map +1 -0
  1101. package/serialization/types/KeyBaseFilterId.d.ts +27 -0
  1102. package/serialization/types/KeyBaseFilterId.d.ts.map +1 -0
  1103. package/serialization/types/KeyBaseFilterId.js +56 -0
  1104. package/serialization/types/KeyBaseFilterId.js.map +1 -0
  1105. package/serialization/types/KeyBaseFilterLabelsItem.d.ts +27 -0
  1106. package/serialization/types/KeyBaseFilterLabelsItem.d.ts.map +1 -0
  1107. package/serialization/types/KeyBaseFilterLabelsItem.js +56 -0
  1108. package/serialization/types/KeyBaseFilterLabelsItem.js.map +1 -0
  1109. package/serialization/types/KeyBaseFilterModifiedAt.d.ts +31 -0
  1110. package/serialization/types/KeyBaseFilterModifiedAt.d.ts.map +1 -0
  1111. package/serialization/types/KeyBaseFilterModifiedAt.js +58 -0
  1112. package/serialization/types/KeyBaseFilterModifiedAt.js.map +1 -0
  1113. package/serialization/types/KeyBaseFilterRevision.d.ts +47 -0
  1114. package/serialization/types/KeyBaseFilterRevision.d.ts.map +1 -0
  1115. package/serialization/types/KeyBaseFilterRevision.js +66 -0
  1116. package/serialization/types/KeyBaseFilterRevision.js.map +1 -0
  1117. package/serialization/types/KeyFilter.d.ts +2 -20
  1118. package/serialization/types/KeyFilter.d.ts.map +1 -1
  1119. package/serialization/types/KeyFilter.js +2 -54
  1120. package/serialization/types/KeyFilter.js.map +1 -1
  1121. package/serialization/types/KeyFilterData.d.ts +2 -2
  1122. package/serialization/types/KeyFilterData.d.ts.map +1 -1
  1123. package/serialization/types/KeyFilterData.js +2 -2
  1124. package/serialization/types/KeyFilterData.js.map +1 -1
  1125. package/serialization/types/KeyPublic.d.ts +3 -3
  1126. package/serialization/types/KeyPublic.d.ts.map +1 -1
  1127. package/serialization/types/KeyPublic.js +3 -3
  1128. package/serialization/types/KeyPublic.js.map +1 -1
  1129. package/serialization/types/Presentation.d.ts +2 -3
  1130. package/serialization/types/Presentation.d.ts.map +1 -1
  1131. package/serialization/types/Presentation.js +2 -3
  1132. package/serialization/types/Presentation.js.map +1 -1
  1133. package/serialization/types/PresentationBaseFilter.d.ts +30 -0
  1134. package/serialization/types/PresentationBaseFilter.d.ts.map +1 -0
  1135. package/serialization/types/PresentationBaseFilter.js +61 -0
  1136. package/serialization/types/PresentationBaseFilter.js.map +1 -0
  1137. package/serialization/types/PresentationBaseFilterAnnotationsItem.d.ts +27 -0
  1138. package/serialization/types/PresentationBaseFilterAnnotationsItem.d.ts.map +1 -0
  1139. package/serialization/types/PresentationBaseFilterAnnotationsItem.js +56 -0
  1140. package/serialization/types/PresentationBaseFilterAnnotationsItem.js.map +1 -0
  1141. package/serialization/types/PresentationBaseFilterCreatedAt.d.ts +31 -0
  1142. package/serialization/types/PresentationBaseFilterCreatedAt.d.ts.map +1 -0
  1143. package/serialization/types/PresentationBaseFilterCreatedAt.js +58 -0
  1144. package/serialization/types/PresentationBaseFilterCreatedAt.js.map +1 -0
  1145. package/serialization/types/PresentationBaseFilterDeletedAt.d.ts +39 -0
  1146. package/serialization/types/PresentationBaseFilterDeletedAt.d.ts.map +1 -0
  1147. package/serialization/types/PresentationBaseFilterDeletedAt.js +62 -0
  1148. package/serialization/types/PresentationBaseFilterDeletedAt.js.map +1 -0
  1149. package/serialization/types/PresentationBaseFilterEtag.d.ts +27 -0
  1150. package/serialization/types/PresentationBaseFilterEtag.d.ts.map +1 -0
  1151. package/serialization/types/PresentationBaseFilterEtag.js +56 -0
  1152. package/serialization/types/PresentationBaseFilterEtag.js.map +1 -0
  1153. package/serialization/types/PresentationBaseFilterId.d.ts +27 -0
  1154. package/serialization/types/PresentationBaseFilterId.d.ts.map +1 -0
  1155. package/serialization/types/PresentationBaseFilterId.js +56 -0
  1156. package/serialization/types/PresentationBaseFilterId.js.map +1 -0
  1157. package/serialization/types/PresentationBaseFilterLabelsItem.d.ts +27 -0
  1158. package/serialization/types/PresentationBaseFilterLabelsItem.d.ts.map +1 -0
  1159. package/serialization/types/PresentationBaseFilterLabelsItem.js +56 -0
  1160. package/serialization/types/PresentationBaseFilterLabelsItem.js.map +1 -0
  1161. package/serialization/types/PresentationBaseFilterModifiedAt.d.ts +31 -0
  1162. package/serialization/types/PresentationBaseFilterModifiedAt.d.ts.map +1 -0
  1163. package/serialization/types/PresentationBaseFilterModifiedAt.js +58 -0
  1164. package/serialization/types/PresentationBaseFilterModifiedAt.js.map +1 -0
  1165. package/serialization/types/PresentationBaseFilterRevision.d.ts +47 -0
  1166. package/serialization/types/PresentationBaseFilterRevision.d.ts.map +1 -0
  1167. package/serialization/types/PresentationBaseFilterRevision.js +66 -0
  1168. package/serialization/types/PresentationBaseFilterRevision.js.map +1 -0
  1169. package/serialization/types/PresentationFilter.d.ts +2 -20
  1170. package/serialization/types/PresentationFilter.d.ts.map +1 -1
  1171. package/serialization/types/PresentationFilter.js +2 -54
  1172. package/serialization/types/PresentationFilter.js.map +1 -1
  1173. package/serialization/types/PresentationFilterData.d.ts +2 -4
  1174. package/serialization/types/PresentationFilterData.d.ts.map +1 -1
  1175. package/serialization/types/PresentationFilterData.js +2 -4
  1176. package/serialization/types/PresentationFilterData.js.map +1 -1
  1177. package/serialization/types/PresentationFilterDataDigestMultibase.d.ts +1 -9
  1178. package/serialization/types/PresentationFilterDataDigestMultibase.d.ts.map +1 -1
  1179. package/serialization/types/PresentationFilterDataDigestMultibase.js +0 -4
  1180. package/serialization/types/PresentationFilterDataDigestMultibase.js.map +1 -1
  1181. package/serialization/types/PresentationSortField.d.ts +1 -1
  1182. package/serialization/types/PresentationSortField.d.ts.map +1 -1
  1183. package/serialization/types/PresentationSortField.js +0 -1
  1184. package/serialization/types/PresentationSortField.js.map +1 -1
  1185. package/serialization/types/ProblemBadRequest.d.ts +2 -2
  1186. package/serialization/types/ProblemBadRequest.d.ts.map +1 -1
  1187. package/serialization/types/ProblemBadRequest.js +2 -2
  1188. package/serialization/types/ProblemBadRequest.js.map +1 -1
  1189. package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts +2 -2
  1190. package/serialization/types/ProblemBadRequestBlobEmptyData.d.ts.map +1 -1
  1191. package/serialization/types/ProblemBadRequestBlobEmptyData.js +2 -2
  1192. package/serialization/types/ProblemBadRequestBlobEmptyData.js.map +1 -1
  1193. package/serialization/types/ProblemBadRequestBlobInvalidJson.d.ts +2 -2
  1194. package/serialization/types/ProblemBadRequestBlobInvalidJson.d.ts.map +1 -1
  1195. package/serialization/types/ProblemBadRequestBlobInvalidJson.js +2 -2
  1196. package/serialization/types/ProblemBadRequestBlobInvalidJson.js.map +1 -1
  1197. package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts +2 -2
  1198. package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.d.ts.map +1 -1
  1199. package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js +2 -2
  1200. package/serialization/types/ProblemBadRequestHasNullUnicodeCharacter.js.map +1 -1
  1201. package/serialization/types/ProblemBlobNotFound.d.ts +4 -4
  1202. package/serialization/types/ProblemBlobNotFound.d.ts.map +1 -1
  1203. package/serialization/types/ProblemBlobNotFound.js +4 -4
  1204. package/serialization/types/ProblemBlobNotFound.js.map +1 -1
  1205. package/serialization/types/ProblemConflict.d.ts +2 -2
  1206. package/serialization/types/ProblemConflict.d.ts.map +1 -1
  1207. package/serialization/types/ProblemConflict.js +2 -2
  1208. package/serialization/types/ProblemConflict.js.map +1 -1
  1209. package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts +2 -2
  1210. package/serialization/types/ProblemConflictBlobRestoreInProgress.d.ts.map +1 -1
  1211. package/serialization/types/ProblemConflictBlobRestoreInProgress.js +2 -2
  1212. package/serialization/types/ProblemConflictBlobRestoreInProgress.js.map +1 -1
  1213. package/serialization/types/ProblemConflictResource.d.ts +2 -2
  1214. package/serialization/types/ProblemConflictResource.d.ts.map +1 -1
  1215. package/serialization/types/ProblemConflictResource.js +2 -2
  1216. package/serialization/types/ProblemConflictResource.js.map +1 -1
  1217. package/serialization/types/ProblemForbidden.d.ts +2 -2
  1218. package/serialization/types/ProblemForbidden.d.ts.map +1 -1
  1219. package/serialization/types/ProblemForbidden.js +2 -2
  1220. package/serialization/types/ProblemForbidden.js.map +1 -1
  1221. package/serialization/types/ProblemInternalServerError.d.ts +3 -3
  1222. package/serialization/types/ProblemInternalServerError.d.ts.map +1 -1
  1223. package/serialization/types/ProblemInternalServerError.js +3 -3
  1224. package/serialization/types/ProblemInternalServerError.js.map +1 -1
  1225. package/serialization/types/ProblemMethodNotAllowed.d.ts +2 -2
  1226. package/serialization/types/ProblemMethodNotAllowed.d.ts.map +1 -1
  1227. package/serialization/types/ProblemMethodNotAllowed.js +2 -2
  1228. package/serialization/types/ProblemMethodNotAllowed.js.map +1 -1
  1229. package/serialization/types/ProblemMethodNotAllowedAlive.d.ts +2 -2
  1230. package/serialization/types/ProblemMethodNotAllowedAlive.d.ts.map +1 -1
  1231. package/serialization/types/ProblemMethodNotAllowedAlive.js +2 -2
  1232. package/serialization/types/ProblemMethodNotAllowedAlive.js.map +1 -1
  1233. package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts +2 -2
  1234. package/serialization/types/ProblemMethodNotAllowedDeleted.d.ts.map +1 -1
  1235. package/serialization/types/ProblemMethodNotAllowedDeleted.js +2 -2
  1236. package/serialization/types/ProblemMethodNotAllowedDeleted.js.map +1 -1
  1237. package/serialization/types/ProblemMethodNotAllowedRoute.d.ts +2 -2
  1238. package/serialization/types/ProblemMethodNotAllowedRoute.d.ts.map +1 -1
  1239. package/serialization/types/ProblemMethodNotAllowedRoute.js +2 -2
  1240. package/serialization/types/ProblemMethodNotAllowedRoute.js.map +1 -1
  1241. package/serialization/types/ProblemNotFound.d.ts +2 -2
  1242. package/serialization/types/ProblemNotFound.d.ts.map +1 -1
  1243. package/serialization/types/ProblemNotFound.js +2 -2
  1244. package/serialization/types/ProblemNotFound.js.map +1 -1
  1245. package/serialization/types/ProblemPreconditionFailed.d.ts +2 -2
  1246. package/serialization/types/ProblemPreconditionFailed.d.ts.map +1 -1
  1247. package/serialization/types/ProblemPreconditionFailed.js +2 -2
  1248. package/serialization/types/ProblemPreconditionFailed.js.map +1 -1
  1249. package/serialization/types/ProblemPreconditionFailedBlob.d.ts +4 -4
  1250. package/serialization/types/ProblemPreconditionFailedBlob.d.ts.map +1 -1
  1251. package/serialization/types/ProblemPreconditionFailedBlob.js +4 -4
  1252. package/serialization/types/ProblemPreconditionFailedBlob.js.map +1 -1
  1253. package/serialization/types/ProblemPreconditionFailedResource.d.ts +4 -4
  1254. package/serialization/types/ProblemPreconditionFailedResource.d.ts.map +1 -1
  1255. package/serialization/types/ProblemPreconditionFailedResource.js +4 -4
  1256. package/serialization/types/ProblemPreconditionFailedResource.js.map +1 -1
  1257. package/serialization/types/ProblemResourceNotFound.d.ts +4 -4
  1258. package/serialization/types/ProblemResourceNotFound.d.ts.map +1 -1
  1259. package/serialization/types/ProblemResourceNotFound.js +4 -4
  1260. package/serialization/types/ProblemResourceNotFound.js.map +1 -1
  1261. package/serialization/types/ProblemResourceRevisionNotFound.d.ts +4 -4
  1262. package/serialization/types/ProblemResourceRevisionNotFound.d.ts.map +1 -1
  1263. package/serialization/types/ProblemResourceRevisionNotFound.js +4 -4
  1264. package/serialization/types/ProblemResourceRevisionNotFound.js.map +1 -1
  1265. package/serialization/types/ProblemServiceUnavailable.d.ts +18 -0
  1266. package/serialization/types/ProblemServiceUnavailable.d.ts.map +1 -0
  1267. package/serialization/types/ProblemServiceUnavailable.js +49 -0
  1268. package/serialization/types/ProblemServiceUnavailable.js.map +1 -0
  1269. package/serialization/types/ProblemTooManyRequests.d.ts +2 -2
  1270. package/serialization/types/ProblemTooManyRequests.d.ts.map +1 -1
  1271. package/serialization/types/ProblemTooManyRequests.js +2 -2
  1272. package/serialization/types/ProblemTooManyRequests.js.map +1 -1
  1273. package/serialization/types/ProblemUnauthorized.d.ts +2 -2
  1274. package/serialization/types/ProblemUnauthorized.d.ts.map +1 -1
  1275. package/serialization/types/ProblemUnauthorized.js +2 -2
  1276. package/serialization/types/ProblemUnauthorized.js.map +1 -1
  1277. package/serialization/types/ProblemUnsupportedMediaType.d.ts +2 -2
  1278. package/serialization/types/ProblemUnsupportedMediaType.d.ts.map +1 -1
  1279. package/serialization/types/ProblemUnsupportedMediaType.js +2 -2
  1280. package/serialization/types/ProblemUnsupportedMediaType.js.map +1 -1
  1281. package/serialization/types/Resource.d.ts +6 -6
  1282. package/serialization/types/Resource.d.ts.map +1 -1
  1283. package/serialization/types/Resource.js +6 -6
  1284. package/serialization/types/Resource.js.map +1 -1
  1285. package/serialization/types/ResourceApiKey.d.ts +8 -8
  1286. package/serialization/types/ResourceApiKey.d.ts.map +1 -1
  1287. package/serialization/types/ResourceApiKey.js +8 -8
  1288. package/serialization/types/ResourceApiKey.js.map +1 -1
  1289. package/serialization/types/ResourceApiKeyFull.d.ts +8 -8
  1290. package/serialization/types/ResourceApiKeyFull.d.ts.map +1 -1
  1291. package/serialization/types/ResourceApiKeyFull.js +8 -8
  1292. package/serialization/types/ResourceApiKeyFull.js.map +1 -1
  1293. package/serialization/types/ResourceCredential.d.ts +8 -8
  1294. package/serialization/types/ResourceCredential.d.ts.map +1 -1
  1295. package/serialization/types/ResourceCredential.js +8 -8
  1296. package/serialization/types/ResourceCredential.js.map +1 -1
  1297. package/serialization/types/ResourceDidCommMessage.d.ts +8 -8
  1298. package/serialization/types/ResourceDidCommMessage.d.ts.map +1 -1
  1299. package/serialization/types/ResourceDidCommMessage.js +8 -8
  1300. package/serialization/types/ResourceDidCommMessage.js.map +1 -1
  1301. package/serialization/types/ResourceDraft.d.ts +8 -8
  1302. package/serialization/types/ResourceDraft.d.ts.map +1 -1
  1303. package/serialization/types/ResourceDraft.js +8 -8
  1304. package/serialization/types/ResourceDraft.js.map +1 -1
  1305. package/serialization/types/ResourceFile.d.ts +8 -8
  1306. package/serialization/types/ResourceFile.d.ts.map +1 -1
  1307. package/serialization/types/ResourceFile.js +8 -8
  1308. package/serialization/types/ResourceFile.js.map +1 -1
  1309. package/serialization/types/ResourceKeyPublic.d.ts +8 -8
  1310. package/serialization/types/ResourceKeyPublic.d.ts.map +1 -1
  1311. package/serialization/types/ResourceKeyPublic.js +8 -8
  1312. package/serialization/types/ResourceKeyPublic.js.map +1 -1
  1313. package/serialization/types/ResourcePresentation.d.ts +8 -8
  1314. package/serialization/types/ResourcePresentation.d.ts.map +1 -1
  1315. package/serialization/types/ResourcePresentation.js +8 -8
  1316. package/serialization/types/ResourcePresentation.js.map +1 -1
  1317. package/serialization/types/Service.d.ts +1 -1
  1318. package/serialization/types/Service.d.ts.map +1 -1
  1319. package/serialization/types/Service.js +1 -1
  1320. package/serialization/types/Service.js.map +1 -1
  1321. package/serialization/types/ServiceUnavailableProblems.d.ts +15 -0
  1322. package/serialization/types/ServiceUnavailableProblems.d.ts.map +1 -0
  1323. package/serialization/types/ServiceUnavailableProblems.js +50 -0
  1324. package/serialization/types/ServiceUnavailableProblems.js.map +1 -0
  1325. package/serialization/types/VerificationMethodMultikey.d.ts +3 -3
  1326. package/serialization/types/VerificationMethodMultikey.d.ts.map +1 -1
  1327. package/serialization/types/VerificationMethodMultikey.js +3 -3
  1328. package/serialization/types/VerificationMethodMultikey.js.map +1 -1
  1329. package/serialization/types/index.d.ts +69 -71
  1330. package/serialization/types/index.d.ts.map +1 -1
  1331. package/serialization/types/index.js +69 -71
  1332. package/serialization/types/index.js.map +1 -1
  1333. package/api/types/ApiKeyFilterAnnotationsItem.d.ts +0 -20
  1334. package/api/types/ApiKeyFilterAnnotationsItem.d.ts.map +0 -1
  1335. package/api/types/ApiKeyFilterAnnotationsItem.js +0 -6
  1336. package/api/types/ApiKeyFilterAnnotationsItem.js.map +0 -1
  1337. package/api/types/ApiKeyFilterCreatedAt.d.ts +0 -26
  1338. package/api/types/ApiKeyFilterCreatedAt.d.ts.map +0 -1
  1339. package/api/types/ApiKeyFilterCreatedAt.js +0 -6
  1340. package/api/types/ApiKeyFilterCreatedAt.js.map +0 -1
  1341. package/api/types/ApiKeyFilterDeletedAt.d.ts +0 -32
  1342. package/api/types/ApiKeyFilterDeletedAt.d.ts.map +0 -1
  1343. package/api/types/ApiKeyFilterDeletedAt.js +0 -6
  1344. package/api/types/ApiKeyFilterDeletedAt.js.map +0 -1
  1345. package/api/types/ApiKeyFilterEtag.d.ts +0 -23
  1346. package/api/types/ApiKeyFilterEtag.d.ts.map +0 -1
  1347. package/api/types/ApiKeyFilterEtag.js +0 -6
  1348. package/api/types/ApiKeyFilterEtag.js.map +0 -1
  1349. package/api/types/ApiKeyFilterId.d.ts +0 -23
  1350. package/api/types/ApiKeyFilterId.d.ts.map +0 -1
  1351. package/api/types/ApiKeyFilterId.js +0 -6
  1352. package/api/types/ApiKeyFilterId.js.map +0 -1
  1353. package/api/types/ApiKeyFilterLabelsItem.d.ts +0 -20
  1354. package/api/types/ApiKeyFilterLabelsItem.d.ts.map +0 -1
  1355. package/api/types/ApiKeyFilterLabelsItem.js +0 -6
  1356. package/api/types/ApiKeyFilterLabelsItem.js.map +0 -1
  1357. package/api/types/ApiKeyFilterModifiedAt.d.ts +0 -26
  1358. package/api/types/ApiKeyFilterModifiedAt.d.ts.map +0 -1
  1359. package/api/types/ApiKeyFilterModifiedAt.js +0 -6
  1360. package/api/types/ApiKeyFilterModifiedAt.js.map +0 -1
  1361. package/api/types/ApiKeyFilterRevision.d.ts +0 -38
  1362. package/api/types/ApiKeyFilterRevision.d.ts.map +0 -1
  1363. package/api/types/ApiKeyFilterRevision.js +0 -6
  1364. package/api/types/ApiKeyFilterRevision.js.map +0 -1
  1365. package/api/types/CredentialFilterAnnotationsItem.d.ts +0 -20
  1366. package/api/types/CredentialFilterAnnotationsItem.d.ts.map +0 -1
  1367. package/api/types/CredentialFilterAnnotationsItem.js +0 -6
  1368. package/api/types/CredentialFilterAnnotationsItem.js.map +0 -1
  1369. package/api/types/CredentialFilterCreatedAt.d.ts +0 -26
  1370. package/api/types/CredentialFilterCreatedAt.d.ts.map +0 -1
  1371. package/api/types/CredentialFilterCreatedAt.js +0 -6
  1372. package/api/types/CredentialFilterCreatedAt.js.map +0 -1
  1373. package/api/types/CredentialFilterDataMultihash.d.ts +0 -26
  1374. package/api/types/CredentialFilterDataMultihash.d.ts.map +0 -1
  1375. package/api/types/CredentialFilterDataMultihash.js +0 -6
  1376. package/api/types/CredentialFilterDataMultihash.js.map +0 -1
  1377. package/api/types/CredentialFilterDeletedAt.d.ts +0 -32
  1378. package/api/types/CredentialFilterDeletedAt.d.ts.map +0 -1
  1379. package/api/types/CredentialFilterDeletedAt.js +0 -6
  1380. package/api/types/CredentialFilterDeletedAt.js.map +0 -1
  1381. package/api/types/CredentialFilterEtag.d.ts +0 -23
  1382. package/api/types/CredentialFilterEtag.d.ts.map +0 -1
  1383. package/api/types/CredentialFilterEtag.js +0 -6
  1384. package/api/types/CredentialFilterEtag.js.map +0 -1
  1385. package/api/types/CredentialFilterId.d.ts +0 -23
  1386. package/api/types/CredentialFilterId.d.ts.map +0 -1
  1387. package/api/types/CredentialFilterId.js +0 -6
  1388. package/api/types/CredentialFilterId.js.map +0 -1
  1389. package/api/types/CredentialFilterLabelsItem.d.ts +0 -20
  1390. package/api/types/CredentialFilterLabelsItem.d.ts.map +0 -1
  1391. package/api/types/CredentialFilterLabelsItem.js +0 -6
  1392. package/api/types/CredentialFilterLabelsItem.js.map +0 -1
  1393. package/api/types/CredentialFilterModifiedAt.d.ts +0 -26
  1394. package/api/types/CredentialFilterModifiedAt.d.ts.map +0 -1
  1395. package/api/types/CredentialFilterModifiedAt.js +0 -6
  1396. package/api/types/CredentialFilterModifiedAt.js.map +0 -1
  1397. package/api/types/CredentialFilterRevision.d.ts +0 -38
  1398. package/api/types/CredentialFilterRevision.d.ts.map +0 -1
  1399. package/api/types/CredentialFilterRevision.js +0 -6
  1400. package/api/types/CredentialFilterRevision.js.map +0 -1
  1401. package/api/types/DidcommMessageFilterAnnotationsItem.d.ts +0 -20
  1402. package/api/types/DidcommMessageFilterAnnotationsItem.d.ts.map +0 -1
  1403. package/api/types/DidcommMessageFilterAnnotationsItem.js +0 -6
  1404. package/api/types/DidcommMessageFilterAnnotationsItem.js.map +0 -1
  1405. package/api/types/DidcommMessageFilterCreatedAt.d.ts +0 -26
  1406. package/api/types/DidcommMessageFilterCreatedAt.d.ts.map +0 -1
  1407. package/api/types/DidcommMessageFilterCreatedAt.js +0 -6
  1408. package/api/types/DidcommMessageFilterCreatedAt.js.map +0 -1
  1409. package/api/types/DidcommMessageFilterDeletedAt.d.ts +0 -32
  1410. package/api/types/DidcommMessageFilterDeletedAt.d.ts.map +0 -1
  1411. package/api/types/DidcommMessageFilterDeletedAt.js +0 -6
  1412. package/api/types/DidcommMessageFilterDeletedAt.js.map +0 -1
  1413. package/api/types/DidcommMessageFilterEtag.d.ts +0 -23
  1414. package/api/types/DidcommMessageFilterEtag.d.ts.map +0 -1
  1415. package/api/types/DidcommMessageFilterEtag.js +0 -6
  1416. package/api/types/DidcommMessageFilterEtag.js.map +0 -1
  1417. package/api/types/DidcommMessageFilterId.d.ts +0 -23
  1418. package/api/types/DidcommMessageFilterId.d.ts.map +0 -1
  1419. package/api/types/DidcommMessageFilterId.js +0 -6
  1420. package/api/types/DidcommMessageFilterId.js.map +0 -1
  1421. package/api/types/DidcommMessageFilterLabelsItem.d.ts +0 -20
  1422. package/api/types/DidcommMessageFilterLabelsItem.d.ts.map +0 -1
  1423. package/api/types/DidcommMessageFilterLabelsItem.js +0 -6
  1424. package/api/types/DidcommMessageFilterLabelsItem.js.map +0 -1
  1425. package/api/types/DidcommMessageFilterModifiedAt.d.ts +0 -26
  1426. package/api/types/DidcommMessageFilterModifiedAt.d.ts.map +0 -1
  1427. package/api/types/DidcommMessageFilterModifiedAt.js +0 -6
  1428. package/api/types/DidcommMessageFilterModifiedAt.js.map +0 -1
  1429. package/api/types/DidcommMessageFilterRevision.d.ts +0 -38
  1430. package/api/types/DidcommMessageFilterRevision.d.ts.map +0 -1
  1431. package/api/types/DidcommMessageFilterRevision.js +0 -6
  1432. package/api/types/DidcommMessageFilterRevision.js.map +0 -1
  1433. package/api/types/DraftFilterAnnotationsItem.d.ts +0 -20
  1434. package/api/types/DraftFilterAnnotationsItem.d.ts.map +0 -1
  1435. package/api/types/DraftFilterAnnotationsItem.js +0 -6
  1436. package/api/types/DraftFilterAnnotationsItem.js.map +0 -1
  1437. package/api/types/DraftFilterCreatedAt.d.ts +0 -26
  1438. package/api/types/DraftFilterCreatedAt.d.ts.map +0 -1
  1439. package/api/types/DraftFilterCreatedAt.js +0 -6
  1440. package/api/types/DraftFilterCreatedAt.js.map +0 -1
  1441. package/api/types/DraftFilterDeletedAt.d.ts +0 -32
  1442. package/api/types/DraftFilterDeletedAt.d.ts.map +0 -1
  1443. package/api/types/DraftFilterDeletedAt.js +0 -6
  1444. package/api/types/DraftFilterDeletedAt.js.map +0 -1
  1445. package/api/types/DraftFilterEtag.d.ts +0 -23
  1446. package/api/types/DraftFilterEtag.d.ts.map +0 -1
  1447. package/api/types/DraftFilterEtag.js +0 -6
  1448. package/api/types/DraftFilterEtag.js.map +0 -1
  1449. package/api/types/DraftFilterId.d.ts +0 -23
  1450. package/api/types/DraftFilterId.d.ts.map +0 -1
  1451. package/api/types/DraftFilterId.js +0 -6
  1452. package/api/types/DraftFilterId.js.map +0 -1
  1453. package/api/types/DraftFilterLabelsItem.d.ts +0 -20
  1454. package/api/types/DraftFilterLabelsItem.d.ts.map +0 -1
  1455. package/api/types/DraftFilterLabelsItem.js +0 -6
  1456. package/api/types/DraftFilterLabelsItem.js.map +0 -1
  1457. package/api/types/DraftFilterModifiedAt.d.ts +0 -26
  1458. package/api/types/DraftFilterModifiedAt.d.ts.map +0 -1
  1459. package/api/types/DraftFilterModifiedAt.js +0 -6
  1460. package/api/types/DraftFilterModifiedAt.js.map +0 -1
  1461. package/api/types/DraftFilterRevision.d.ts +0 -38
  1462. package/api/types/DraftFilterRevision.d.ts.map +0 -1
  1463. package/api/types/DraftFilterRevision.js +0 -6
  1464. package/api/types/DraftFilterRevision.js.map +0 -1
  1465. package/api/types/EqualMultihash.d.ts +0 -11
  1466. package/api/types/EqualMultihash.d.ts.map +0 -1
  1467. package/api/types/EqualMultihash.js +0 -6
  1468. package/api/types/EqualMultihash.js.map +0 -1
  1469. package/api/types/FileFilterAnnotationsItem.d.ts +0 -20
  1470. package/api/types/FileFilterAnnotationsItem.d.ts.map +0 -1
  1471. package/api/types/FileFilterAnnotationsItem.js +0 -6
  1472. package/api/types/FileFilterAnnotationsItem.js.map +0 -1
  1473. package/api/types/FileFilterCreatedAt.d.ts +0 -26
  1474. package/api/types/FileFilterCreatedAt.d.ts.map +0 -1
  1475. package/api/types/FileFilterCreatedAt.js +0 -6
  1476. package/api/types/FileFilterCreatedAt.js.map +0 -1
  1477. package/api/types/FileFilterDataMultihash.d.ts +0 -26
  1478. package/api/types/FileFilterDataMultihash.d.ts.map +0 -1
  1479. package/api/types/FileFilterDataMultihash.js +0 -6
  1480. package/api/types/FileFilterDataMultihash.js.map +0 -1
  1481. package/api/types/FileFilterDeletedAt.d.ts +0 -32
  1482. package/api/types/FileFilterDeletedAt.d.ts.map +0 -1
  1483. package/api/types/FileFilterDeletedAt.js +0 -6
  1484. package/api/types/FileFilterDeletedAt.js.map +0 -1
  1485. package/api/types/FileFilterEtag.d.ts +0 -23
  1486. package/api/types/FileFilterEtag.d.ts.map +0 -1
  1487. package/api/types/FileFilterEtag.js +0 -6
  1488. package/api/types/FileFilterEtag.js.map +0 -1
  1489. package/api/types/FileFilterId.d.ts +0 -23
  1490. package/api/types/FileFilterId.d.ts.map +0 -1
  1491. package/api/types/FileFilterId.js +0 -6
  1492. package/api/types/FileFilterId.js.map +0 -1
  1493. package/api/types/FileFilterLabelsItem.d.ts +0 -20
  1494. package/api/types/FileFilterLabelsItem.d.ts.map +0 -1
  1495. package/api/types/FileFilterLabelsItem.js +0 -6
  1496. package/api/types/FileFilterLabelsItem.js.map +0 -1
  1497. package/api/types/FileFilterModifiedAt.d.ts +0 -26
  1498. package/api/types/FileFilterModifiedAt.d.ts.map +0 -1
  1499. package/api/types/FileFilterModifiedAt.js +0 -6
  1500. package/api/types/FileFilterModifiedAt.js.map +0 -1
  1501. package/api/types/FileFilterRevision.d.ts +0 -38
  1502. package/api/types/FileFilterRevision.d.ts.map +0 -1
  1503. package/api/types/FileFilterRevision.js +0 -6
  1504. package/api/types/FileFilterRevision.js.map +0 -1
  1505. package/api/types/InMultihash.d.ts +0 -11
  1506. package/api/types/InMultihash.d.ts.map +0 -1
  1507. package/api/types/InMultihash.js +0 -6
  1508. package/api/types/InMultihash.js.map +0 -1
  1509. package/api/types/IsNotNullDigestMultibase.d.ts +0 -9
  1510. package/api/types/IsNotNullDigestMultibase.d.ts.map +0 -1
  1511. package/api/types/IsNotNullDigestMultibase.js +0 -6
  1512. package/api/types/IsNotNullDigestMultibase.js.map +0 -1
  1513. package/api/types/IsNotNullMultihash.d.ts +0 -9
  1514. package/api/types/IsNotNullMultihash.d.ts.map +0 -1
  1515. package/api/types/IsNotNullMultihash.js +0 -6
  1516. package/api/types/IsNotNullMultihash.js.map +0 -1
  1517. package/api/types/IsNullDigestMultibase.d.ts +0 -9
  1518. package/api/types/IsNullDigestMultibase.d.ts.map +0 -1
  1519. package/api/types/IsNullDigestMultibase.js +0 -6
  1520. package/api/types/IsNullDigestMultibase.js.map +0 -1
  1521. package/api/types/IsNullMultihash.d.ts +0 -9
  1522. package/api/types/IsNullMultihash.d.ts.map +0 -1
  1523. package/api/types/IsNullMultihash.js +0 -6
  1524. package/api/types/IsNullMultihash.js.map +0 -1
  1525. package/api/types/KeyFilterAnnotationsItem.d.ts +0 -20
  1526. package/api/types/KeyFilterAnnotationsItem.d.ts.map +0 -1
  1527. package/api/types/KeyFilterAnnotationsItem.js +0 -6
  1528. package/api/types/KeyFilterAnnotationsItem.js.map +0 -1
  1529. package/api/types/KeyFilterCreatedAt.d.ts +0 -26
  1530. package/api/types/KeyFilterCreatedAt.d.ts.map +0 -1
  1531. package/api/types/KeyFilterCreatedAt.js +0 -6
  1532. package/api/types/KeyFilterCreatedAt.js.map +0 -1
  1533. package/api/types/KeyFilterDeletedAt.d.ts +0 -32
  1534. package/api/types/KeyFilterDeletedAt.d.ts.map +0 -1
  1535. package/api/types/KeyFilterDeletedAt.js +0 -6
  1536. package/api/types/KeyFilterDeletedAt.js.map +0 -1
  1537. package/api/types/KeyFilterEtag.d.ts +0 -23
  1538. package/api/types/KeyFilterEtag.d.ts.map +0 -1
  1539. package/api/types/KeyFilterEtag.js +0 -6
  1540. package/api/types/KeyFilterEtag.js.map +0 -1
  1541. package/api/types/KeyFilterId.d.ts +0 -23
  1542. package/api/types/KeyFilterId.d.ts.map +0 -1
  1543. package/api/types/KeyFilterId.js +0 -6
  1544. package/api/types/KeyFilterId.js.map +0 -1
  1545. package/api/types/KeyFilterLabelsItem.d.ts +0 -20
  1546. package/api/types/KeyFilterLabelsItem.d.ts.map +0 -1
  1547. package/api/types/KeyFilterLabelsItem.js +0 -6
  1548. package/api/types/KeyFilterLabelsItem.js.map +0 -1
  1549. package/api/types/KeyFilterModifiedAt.d.ts +0 -26
  1550. package/api/types/KeyFilterModifiedAt.d.ts.map +0 -1
  1551. package/api/types/KeyFilterModifiedAt.js +0 -6
  1552. package/api/types/KeyFilterModifiedAt.js.map +0 -1
  1553. package/api/types/KeyFilterRevision.d.ts +0 -38
  1554. package/api/types/KeyFilterRevision.d.ts.map +0 -1
  1555. package/api/types/KeyFilterRevision.js +0 -6
  1556. package/api/types/KeyFilterRevision.js.map +0 -1
  1557. package/api/types/NotEqualMultihash.d.ts +0 -11
  1558. package/api/types/NotEqualMultihash.d.ts.map +0 -1
  1559. package/api/types/NotEqualMultihash.js +0 -6
  1560. package/api/types/NotEqualMultihash.js.map +0 -1
  1561. package/api/types/NotInMultihash.d.ts +0 -11
  1562. package/api/types/NotInMultihash.d.ts.map +0 -1
  1563. package/api/types/NotInMultihash.js +0 -6
  1564. package/api/types/NotInMultihash.js.map +0 -1
  1565. package/api/types/PresentationFilterAnnotationsItem.d.ts +0 -20
  1566. package/api/types/PresentationFilterAnnotationsItem.d.ts.map +0 -1
  1567. package/api/types/PresentationFilterAnnotationsItem.js +0 -6
  1568. package/api/types/PresentationFilterAnnotationsItem.js.map +0 -1
  1569. package/api/types/PresentationFilterCreatedAt.d.ts +0 -26
  1570. package/api/types/PresentationFilterCreatedAt.d.ts.map +0 -1
  1571. package/api/types/PresentationFilterCreatedAt.js +0 -6
  1572. package/api/types/PresentationFilterCreatedAt.js.map +0 -1
  1573. package/api/types/PresentationFilterDataMultihash.d.ts +0 -26
  1574. package/api/types/PresentationFilterDataMultihash.d.ts.map +0 -1
  1575. package/api/types/PresentationFilterDataMultihash.js +0 -6
  1576. package/api/types/PresentationFilterDataMultihash.js.map +0 -1
  1577. package/api/types/PresentationFilterDeletedAt.d.ts +0 -32
  1578. package/api/types/PresentationFilterDeletedAt.d.ts.map +0 -1
  1579. package/api/types/PresentationFilterDeletedAt.js +0 -6
  1580. package/api/types/PresentationFilterDeletedAt.js.map +0 -1
  1581. package/api/types/PresentationFilterEtag.d.ts +0 -23
  1582. package/api/types/PresentationFilterEtag.d.ts.map +0 -1
  1583. package/api/types/PresentationFilterEtag.js +0 -6
  1584. package/api/types/PresentationFilterEtag.js.map +0 -1
  1585. package/api/types/PresentationFilterId.d.ts +0 -23
  1586. package/api/types/PresentationFilterId.d.ts.map +0 -1
  1587. package/api/types/PresentationFilterId.js +0 -6
  1588. package/api/types/PresentationFilterId.js.map +0 -1
  1589. package/api/types/PresentationFilterLabelsItem.d.ts +0 -20
  1590. package/api/types/PresentationFilterLabelsItem.d.ts.map +0 -1
  1591. package/api/types/PresentationFilterLabelsItem.js +0 -6
  1592. package/api/types/PresentationFilterLabelsItem.js.map +0 -1
  1593. package/api/types/PresentationFilterModifiedAt.d.ts +0 -26
  1594. package/api/types/PresentationFilterModifiedAt.d.ts.map +0 -1
  1595. package/api/types/PresentationFilterModifiedAt.js +0 -6
  1596. package/api/types/PresentationFilterModifiedAt.js.map +0 -1
  1597. package/api/types/PresentationFilterRevision.d.ts +0 -38
  1598. package/api/types/PresentationFilterRevision.d.ts.map +0 -1
  1599. package/api/types/PresentationFilterRevision.js +0 -6
  1600. package/api/types/PresentationFilterRevision.js.map +0 -1
  1601. package/documents/credential/unknown.spec.d.ts +0 -2
  1602. package/documents/credential/unknown.spec.d.ts.map +0 -1
  1603. package/documents/credential/unknown.spec.js +0 -115
  1604. package/documents/credential/unknown.spec.js.map +0 -1
  1605. package/serialization/types/ApiKeyFilterAnnotationsItem.d.ts +0 -27
  1606. package/serialization/types/ApiKeyFilterAnnotationsItem.d.ts.map +0 -1
  1607. package/serialization/types/ApiKeyFilterAnnotationsItem.js +0 -56
  1608. package/serialization/types/ApiKeyFilterAnnotationsItem.js.map +0 -1
  1609. package/serialization/types/ApiKeyFilterCreatedAt.d.ts +0 -31
  1610. package/serialization/types/ApiKeyFilterCreatedAt.d.ts.map +0 -1
  1611. package/serialization/types/ApiKeyFilterCreatedAt.js +0 -58
  1612. package/serialization/types/ApiKeyFilterCreatedAt.js.map +0 -1
  1613. package/serialization/types/ApiKeyFilterDeletedAt.d.ts +0 -39
  1614. package/serialization/types/ApiKeyFilterDeletedAt.d.ts.map +0 -1
  1615. package/serialization/types/ApiKeyFilterDeletedAt.js +0 -62
  1616. package/serialization/types/ApiKeyFilterDeletedAt.js.map +0 -1
  1617. package/serialization/types/ApiKeyFilterEtag.d.ts +0 -27
  1618. package/serialization/types/ApiKeyFilterEtag.d.ts.map +0 -1
  1619. package/serialization/types/ApiKeyFilterEtag.js +0 -56
  1620. package/serialization/types/ApiKeyFilterEtag.js.map +0 -1
  1621. package/serialization/types/ApiKeyFilterId.d.ts +0 -27
  1622. package/serialization/types/ApiKeyFilterId.d.ts.map +0 -1
  1623. package/serialization/types/ApiKeyFilterId.js +0 -56
  1624. package/serialization/types/ApiKeyFilterId.js.map +0 -1
  1625. package/serialization/types/ApiKeyFilterLabelsItem.d.ts +0 -27
  1626. package/serialization/types/ApiKeyFilterLabelsItem.d.ts.map +0 -1
  1627. package/serialization/types/ApiKeyFilterLabelsItem.js +0 -56
  1628. package/serialization/types/ApiKeyFilterLabelsItem.js.map +0 -1
  1629. package/serialization/types/ApiKeyFilterModifiedAt.d.ts +0 -31
  1630. package/serialization/types/ApiKeyFilterModifiedAt.d.ts.map +0 -1
  1631. package/serialization/types/ApiKeyFilterModifiedAt.js +0 -58
  1632. package/serialization/types/ApiKeyFilterModifiedAt.js.map +0 -1
  1633. package/serialization/types/ApiKeyFilterRevision.d.ts +0 -47
  1634. package/serialization/types/ApiKeyFilterRevision.d.ts.map +0 -1
  1635. package/serialization/types/ApiKeyFilterRevision.js +0 -66
  1636. package/serialization/types/ApiKeyFilterRevision.js.map +0 -1
  1637. package/serialization/types/CredentialFilterAnnotationsItem.d.ts +0 -27
  1638. package/serialization/types/CredentialFilterAnnotationsItem.d.ts.map +0 -1
  1639. package/serialization/types/CredentialFilterAnnotationsItem.js +0 -56
  1640. package/serialization/types/CredentialFilterAnnotationsItem.js.map +0 -1
  1641. package/serialization/types/CredentialFilterCreatedAt.d.ts +0 -31
  1642. package/serialization/types/CredentialFilterCreatedAt.d.ts.map +0 -1
  1643. package/serialization/types/CredentialFilterCreatedAt.js +0 -58
  1644. package/serialization/types/CredentialFilterCreatedAt.js.map +0 -1
  1645. package/serialization/types/CredentialFilterDataMultihash.d.ts +0 -35
  1646. package/serialization/types/CredentialFilterDataMultihash.d.ts.map +0 -1
  1647. package/serialization/types/CredentialFilterDataMultihash.js +0 -60
  1648. package/serialization/types/CredentialFilterDataMultihash.js.map +0 -1
  1649. package/serialization/types/CredentialFilterDeletedAt.d.ts +0 -39
  1650. package/serialization/types/CredentialFilterDeletedAt.d.ts.map +0 -1
  1651. package/serialization/types/CredentialFilterDeletedAt.js +0 -62
  1652. package/serialization/types/CredentialFilterDeletedAt.js.map +0 -1
  1653. package/serialization/types/CredentialFilterEtag.d.ts +0 -27
  1654. package/serialization/types/CredentialFilterEtag.d.ts.map +0 -1
  1655. package/serialization/types/CredentialFilterEtag.js +0 -56
  1656. package/serialization/types/CredentialFilterEtag.js.map +0 -1
  1657. package/serialization/types/CredentialFilterId.d.ts +0 -27
  1658. package/serialization/types/CredentialFilterId.d.ts.map +0 -1
  1659. package/serialization/types/CredentialFilterId.js +0 -56
  1660. package/serialization/types/CredentialFilterId.js.map +0 -1
  1661. package/serialization/types/CredentialFilterLabelsItem.d.ts +0 -27
  1662. package/serialization/types/CredentialFilterLabelsItem.d.ts.map +0 -1
  1663. package/serialization/types/CredentialFilterLabelsItem.js +0 -56
  1664. package/serialization/types/CredentialFilterLabelsItem.js.map +0 -1
  1665. package/serialization/types/CredentialFilterModifiedAt.d.ts +0 -31
  1666. package/serialization/types/CredentialFilterModifiedAt.d.ts.map +0 -1
  1667. package/serialization/types/CredentialFilterModifiedAt.js +0 -58
  1668. package/serialization/types/CredentialFilterModifiedAt.js.map +0 -1
  1669. package/serialization/types/CredentialFilterRevision.d.ts +0 -47
  1670. package/serialization/types/CredentialFilterRevision.d.ts.map +0 -1
  1671. package/serialization/types/CredentialFilterRevision.js +0 -66
  1672. package/serialization/types/CredentialFilterRevision.js.map +0 -1
  1673. package/serialization/types/DidcommMessageFilterAnnotationsItem.d.ts +0 -27
  1674. package/serialization/types/DidcommMessageFilterAnnotationsItem.d.ts.map +0 -1
  1675. package/serialization/types/DidcommMessageFilterAnnotationsItem.js +0 -56
  1676. package/serialization/types/DidcommMessageFilterAnnotationsItem.js.map +0 -1
  1677. package/serialization/types/DidcommMessageFilterCreatedAt.d.ts +0 -31
  1678. package/serialization/types/DidcommMessageFilterCreatedAt.d.ts.map +0 -1
  1679. package/serialization/types/DidcommMessageFilterCreatedAt.js +0 -58
  1680. package/serialization/types/DidcommMessageFilterCreatedAt.js.map +0 -1
  1681. package/serialization/types/DidcommMessageFilterDeletedAt.d.ts +0 -39
  1682. package/serialization/types/DidcommMessageFilterDeletedAt.d.ts.map +0 -1
  1683. package/serialization/types/DidcommMessageFilterDeletedAt.js +0 -62
  1684. package/serialization/types/DidcommMessageFilterDeletedAt.js.map +0 -1
  1685. package/serialization/types/DidcommMessageFilterEtag.d.ts +0 -27
  1686. package/serialization/types/DidcommMessageFilterEtag.d.ts.map +0 -1
  1687. package/serialization/types/DidcommMessageFilterEtag.js +0 -56
  1688. package/serialization/types/DidcommMessageFilterEtag.js.map +0 -1
  1689. package/serialization/types/DidcommMessageFilterId.d.ts +0 -27
  1690. package/serialization/types/DidcommMessageFilterId.d.ts.map +0 -1
  1691. package/serialization/types/DidcommMessageFilterId.js +0 -56
  1692. package/serialization/types/DidcommMessageFilterId.js.map +0 -1
  1693. package/serialization/types/DidcommMessageFilterLabelsItem.d.ts +0 -27
  1694. package/serialization/types/DidcommMessageFilterLabelsItem.d.ts.map +0 -1
  1695. package/serialization/types/DidcommMessageFilterLabelsItem.js +0 -56
  1696. package/serialization/types/DidcommMessageFilterLabelsItem.js.map +0 -1
  1697. package/serialization/types/DidcommMessageFilterModifiedAt.d.ts +0 -31
  1698. package/serialization/types/DidcommMessageFilterModifiedAt.d.ts.map +0 -1
  1699. package/serialization/types/DidcommMessageFilterModifiedAt.js +0 -58
  1700. package/serialization/types/DidcommMessageFilterModifiedAt.js.map +0 -1
  1701. package/serialization/types/DidcommMessageFilterRevision.d.ts +0 -47
  1702. package/serialization/types/DidcommMessageFilterRevision.d.ts.map +0 -1
  1703. package/serialization/types/DidcommMessageFilterRevision.js +0 -66
  1704. package/serialization/types/DidcommMessageFilterRevision.js.map +0 -1
  1705. package/serialization/types/DraftFilterAnnotationsItem.d.ts +0 -27
  1706. package/serialization/types/DraftFilterAnnotationsItem.d.ts.map +0 -1
  1707. package/serialization/types/DraftFilterAnnotationsItem.js +0 -56
  1708. package/serialization/types/DraftFilterAnnotationsItem.js.map +0 -1
  1709. package/serialization/types/DraftFilterCreatedAt.d.ts +0 -31
  1710. package/serialization/types/DraftFilterCreatedAt.d.ts.map +0 -1
  1711. package/serialization/types/DraftFilterCreatedAt.js +0 -58
  1712. package/serialization/types/DraftFilterCreatedAt.js.map +0 -1
  1713. package/serialization/types/DraftFilterDeletedAt.d.ts +0 -39
  1714. package/serialization/types/DraftFilterDeletedAt.d.ts.map +0 -1
  1715. package/serialization/types/DraftFilterDeletedAt.js +0 -62
  1716. package/serialization/types/DraftFilterDeletedAt.js.map +0 -1
  1717. package/serialization/types/DraftFilterEtag.d.ts +0 -27
  1718. package/serialization/types/DraftFilterEtag.d.ts.map +0 -1
  1719. package/serialization/types/DraftFilterEtag.js +0 -56
  1720. package/serialization/types/DraftFilterEtag.js.map +0 -1
  1721. package/serialization/types/DraftFilterId.d.ts +0 -27
  1722. package/serialization/types/DraftFilterId.d.ts.map +0 -1
  1723. package/serialization/types/DraftFilterId.js +0 -56
  1724. package/serialization/types/DraftFilterId.js.map +0 -1
  1725. package/serialization/types/DraftFilterLabelsItem.d.ts +0 -27
  1726. package/serialization/types/DraftFilterLabelsItem.d.ts.map +0 -1
  1727. package/serialization/types/DraftFilterLabelsItem.js +0 -56
  1728. package/serialization/types/DraftFilterLabelsItem.js.map +0 -1
  1729. package/serialization/types/DraftFilterModifiedAt.d.ts +0 -31
  1730. package/serialization/types/DraftFilterModifiedAt.d.ts.map +0 -1
  1731. package/serialization/types/DraftFilterModifiedAt.js +0 -58
  1732. package/serialization/types/DraftFilterModifiedAt.js.map +0 -1
  1733. package/serialization/types/DraftFilterRevision.d.ts +0 -47
  1734. package/serialization/types/DraftFilterRevision.d.ts.map +0 -1
  1735. package/serialization/types/DraftFilterRevision.js +0 -66
  1736. package/serialization/types/DraftFilterRevision.js.map +0 -1
  1737. package/serialization/types/EqualMultihash.d.ts +0 -13
  1738. package/serialization/types/EqualMultihash.d.ts.map +0 -1
  1739. package/serialization/types/EqualMultihash.js +0 -44
  1740. package/serialization/types/EqualMultihash.js.map +0 -1
  1741. package/serialization/types/FileFilterAnnotationsItem.d.ts +0 -27
  1742. package/serialization/types/FileFilterAnnotationsItem.d.ts.map +0 -1
  1743. package/serialization/types/FileFilterAnnotationsItem.js +0 -56
  1744. package/serialization/types/FileFilterAnnotationsItem.js.map +0 -1
  1745. package/serialization/types/FileFilterCreatedAt.d.ts +0 -31
  1746. package/serialization/types/FileFilterCreatedAt.d.ts.map +0 -1
  1747. package/serialization/types/FileFilterCreatedAt.js +0 -58
  1748. package/serialization/types/FileFilterCreatedAt.js.map +0 -1
  1749. package/serialization/types/FileFilterDataMultihash.d.ts +0 -35
  1750. package/serialization/types/FileFilterDataMultihash.d.ts.map +0 -1
  1751. package/serialization/types/FileFilterDataMultihash.js +0 -60
  1752. package/serialization/types/FileFilterDataMultihash.js.map +0 -1
  1753. package/serialization/types/FileFilterDeletedAt.d.ts +0 -39
  1754. package/serialization/types/FileFilterDeletedAt.d.ts.map +0 -1
  1755. package/serialization/types/FileFilterDeletedAt.js +0 -62
  1756. package/serialization/types/FileFilterDeletedAt.js.map +0 -1
  1757. package/serialization/types/FileFilterEtag.d.ts +0 -27
  1758. package/serialization/types/FileFilterEtag.d.ts.map +0 -1
  1759. package/serialization/types/FileFilterEtag.js +0 -56
  1760. package/serialization/types/FileFilterEtag.js.map +0 -1
  1761. package/serialization/types/FileFilterId.d.ts +0 -27
  1762. package/serialization/types/FileFilterId.d.ts.map +0 -1
  1763. package/serialization/types/FileFilterId.js +0 -56
  1764. package/serialization/types/FileFilterId.js.map +0 -1
  1765. package/serialization/types/FileFilterLabelsItem.d.ts +0 -27
  1766. package/serialization/types/FileFilterLabelsItem.d.ts.map +0 -1
  1767. package/serialization/types/FileFilterLabelsItem.js +0 -56
  1768. package/serialization/types/FileFilterLabelsItem.js.map +0 -1
  1769. package/serialization/types/FileFilterModifiedAt.d.ts +0 -31
  1770. package/serialization/types/FileFilterModifiedAt.d.ts.map +0 -1
  1771. package/serialization/types/FileFilterModifiedAt.js +0 -58
  1772. package/serialization/types/FileFilterModifiedAt.js.map +0 -1
  1773. package/serialization/types/FileFilterRevision.d.ts +0 -47
  1774. package/serialization/types/FileFilterRevision.d.ts.map +0 -1
  1775. package/serialization/types/FileFilterRevision.js +0 -66
  1776. package/serialization/types/FileFilterRevision.js.map +0 -1
  1777. package/serialization/types/InMultihash.d.ts +0 -13
  1778. package/serialization/types/InMultihash.d.ts.map +0 -1
  1779. package/serialization/types/InMultihash.js +0 -44
  1780. package/serialization/types/InMultihash.js.map +0 -1
  1781. package/serialization/types/IsNotNullDigestMultibase.d.ts +0 -12
  1782. package/serialization/types/IsNotNullDigestMultibase.d.ts.map +0 -1
  1783. package/serialization/types/IsNotNullDigestMultibase.js +0 -42
  1784. package/serialization/types/IsNotNullDigestMultibase.js.map +0 -1
  1785. package/serialization/types/IsNotNullMultihash.d.ts +0 -12
  1786. package/serialization/types/IsNotNullMultihash.d.ts.map +0 -1
  1787. package/serialization/types/IsNotNullMultihash.js +0 -42
  1788. package/serialization/types/IsNotNullMultihash.js.map +0 -1
  1789. package/serialization/types/IsNullDigestMultibase.d.ts +0 -12
  1790. package/serialization/types/IsNullDigestMultibase.d.ts.map +0 -1
  1791. package/serialization/types/IsNullDigestMultibase.js +0 -42
  1792. package/serialization/types/IsNullDigestMultibase.js.map +0 -1
  1793. package/serialization/types/IsNullMultihash.d.ts +0 -12
  1794. package/serialization/types/IsNullMultihash.d.ts.map +0 -1
  1795. package/serialization/types/IsNullMultihash.js +0 -42
  1796. package/serialization/types/IsNullMultihash.js.map +0 -1
  1797. package/serialization/types/KeyFilterAnnotationsItem.d.ts +0 -27
  1798. package/serialization/types/KeyFilterAnnotationsItem.d.ts.map +0 -1
  1799. package/serialization/types/KeyFilterAnnotationsItem.js +0 -56
  1800. package/serialization/types/KeyFilterAnnotationsItem.js.map +0 -1
  1801. package/serialization/types/KeyFilterCreatedAt.d.ts +0 -31
  1802. package/serialization/types/KeyFilterCreatedAt.d.ts.map +0 -1
  1803. package/serialization/types/KeyFilterCreatedAt.js +0 -58
  1804. package/serialization/types/KeyFilterCreatedAt.js.map +0 -1
  1805. package/serialization/types/KeyFilterDeletedAt.d.ts +0 -39
  1806. package/serialization/types/KeyFilterDeletedAt.d.ts.map +0 -1
  1807. package/serialization/types/KeyFilterDeletedAt.js +0 -62
  1808. package/serialization/types/KeyFilterDeletedAt.js.map +0 -1
  1809. package/serialization/types/KeyFilterEtag.d.ts +0 -27
  1810. package/serialization/types/KeyFilterEtag.d.ts.map +0 -1
  1811. package/serialization/types/KeyFilterEtag.js +0 -56
  1812. package/serialization/types/KeyFilterEtag.js.map +0 -1
  1813. package/serialization/types/KeyFilterId.d.ts +0 -27
  1814. package/serialization/types/KeyFilterId.d.ts.map +0 -1
  1815. package/serialization/types/KeyFilterId.js +0 -56
  1816. package/serialization/types/KeyFilterId.js.map +0 -1
  1817. package/serialization/types/KeyFilterLabelsItem.d.ts +0 -27
  1818. package/serialization/types/KeyFilterLabelsItem.d.ts.map +0 -1
  1819. package/serialization/types/KeyFilterLabelsItem.js +0 -56
  1820. package/serialization/types/KeyFilterLabelsItem.js.map +0 -1
  1821. package/serialization/types/KeyFilterModifiedAt.d.ts +0 -31
  1822. package/serialization/types/KeyFilterModifiedAt.d.ts.map +0 -1
  1823. package/serialization/types/KeyFilterModifiedAt.js +0 -58
  1824. package/serialization/types/KeyFilterModifiedAt.js.map +0 -1
  1825. package/serialization/types/KeyFilterRevision.d.ts +0 -47
  1826. package/serialization/types/KeyFilterRevision.d.ts.map +0 -1
  1827. package/serialization/types/KeyFilterRevision.js +0 -66
  1828. package/serialization/types/KeyFilterRevision.js.map +0 -1
  1829. package/serialization/types/NotEqualMultihash.d.ts +0 -13
  1830. package/serialization/types/NotEqualMultihash.d.ts.map +0 -1
  1831. package/serialization/types/NotEqualMultihash.js +0 -44
  1832. package/serialization/types/NotEqualMultihash.js.map +0 -1
  1833. package/serialization/types/NotInMultihash.d.ts +0 -13
  1834. package/serialization/types/NotInMultihash.d.ts.map +0 -1
  1835. package/serialization/types/NotInMultihash.js +0 -44
  1836. package/serialization/types/NotInMultihash.js.map +0 -1
  1837. package/serialization/types/PresentationFilterAnnotationsItem.d.ts +0 -27
  1838. package/serialization/types/PresentationFilterAnnotationsItem.d.ts.map +0 -1
  1839. package/serialization/types/PresentationFilterAnnotationsItem.js +0 -56
  1840. package/serialization/types/PresentationFilterAnnotationsItem.js.map +0 -1
  1841. package/serialization/types/PresentationFilterCreatedAt.d.ts +0 -31
  1842. package/serialization/types/PresentationFilterCreatedAt.d.ts.map +0 -1
  1843. package/serialization/types/PresentationFilterCreatedAt.js +0 -58
  1844. package/serialization/types/PresentationFilterCreatedAt.js.map +0 -1
  1845. package/serialization/types/PresentationFilterDataMultihash.d.ts +0 -35
  1846. package/serialization/types/PresentationFilterDataMultihash.d.ts.map +0 -1
  1847. package/serialization/types/PresentationFilterDataMultihash.js +0 -60
  1848. package/serialization/types/PresentationFilterDataMultihash.js.map +0 -1
  1849. package/serialization/types/PresentationFilterDeletedAt.d.ts +0 -39
  1850. package/serialization/types/PresentationFilterDeletedAt.d.ts.map +0 -1
  1851. package/serialization/types/PresentationFilterDeletedAt.js +0 -62
  1852. package/serialization/types/PresentationFilterDeletedAt.js.map +0 -1
  1853. package/serialization/types/PresentationFilterEtag.d.ts +0 -27
  1854. package/serialization/types/PresentationFilterEtag.d.ts.map +0 -1
  1855. package/serialization/types/PresentationFilterEtag.js +0 -56
  1856. package/serialization/types/PresentationFilterEtag.js.map +0 -1
  1857. package/serialization/types/PresentationFilterId.d.ts +0 -27
  1858. package/serialization/types/PresentationFilterId.d.ts.map +0 -1
  1859. package/serialization/types/PresentationFilterId.js +0 -56
  1860. package/serialization/types/PresentationFilterId.js.map +0 -1
  1861. package/serialization/types/PresentationFilterLabelsItem.d.ts +0 -27
  1862. package/serialization/types/PresentationFilterLabelsItem.d.ts.map +0 -1
  1863. package/serialization/types/PresentationFilterLabelsItem.js +0 -56
  1864. package/serialization/types/PresentationFilterLabelsItem.js.map +0 -1
  1865. package/serialization/types/PresentationFilterModifiedAt.d.ts +0 -31
  1866. package/serialization/types/PresentationFilterModifiedAt.d.ts.map +0 -1
  1867. package/serialization/types/PresentationFilterModifiedAt.js +0 -58
  1868. package/serialization/types/PresentationFilterModifiedAt.js.map +0 -1
  1869. package/serialization/types/PresentationFilterRevision.d.ts +0 -47
  1870. package/serialization/types/PresentationFilterRevision.d.ts.map +0 -1
  1871. package/serialization/types/PresentationFilterRevision.js +0 -66
  1872. package/serialization/types/PresentationFilterRevision.js.map +0 -1
@@ -89,14 +89,17 @@ class ApiKeys {
89
89
  * @example
90
90
  * await client.apiKeys.apiKeyCreate()
91
91
  */
92
- apiKeyCreate() {
92
+ apiKeyCreate(request = {}, requestOptions) {
93
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyCreate(request, requestOptions));
94
+ }
95
+ __apiKeyCreate() {
93
96
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
94
97
  var _a, _b, _c;
95
98
  const { idempotencyKey } = request, _body = __rest(request, ["idempotencyKey"]);
96
99
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
97
100
  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, 'api-keys'),
98
101
  method: 'POST',
99
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
102
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
100
103
  contentType: 'application/json',
101
104
  requestType: 'json',
102
105
  body: serializers.ApiKeyInput.jsonOrThrow(_body, { unrecognizedObjectKeys: 'strip', omitUndefined: true }),
@@ -105,12 +108,15 @@ class ApiKeys {
105
108
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
106
109
  });
107
110
  if (_response.ok) {
108
- return serializers.ResourceApiKeyFull.parseOrThrow(_response.body, {
109
- unrecognizedObjectKeys: 'passthrough',
110
- allowUnrecognizedUnionMembers: true,
111
- allowUnrecognizedEnumValues: true,
112
- breadcrumbsPrefix: ['response'],
113
- });
111
+ return {
112
+ data: serializers.ResourceApiKeyFull.parseOrThrow(_response.body, {
113
+ unrecognizedObjectKeys: 'passthrough',
114
+ allowUnrecognizedUnionMembers: true,
115
+ allowUnrecognizedEnumValues: true,
116
+ breadcrumbsPrefix: ['response'],
117
+ }),
118
+ rawResponse: _response.rawResponse,
119
+ };
114
120
  }
115
121
  if (_response.error.reason === 'status-code') {
116
122
  switch (_response.error.statusCode) {
@@ -120,46 +126,47 @@ class ApiKeys {
120
126
  allowUnrecognizedUnionMembers: true,
121
127
  allowUnrecognizedEnumValues: true,
122
128
  breadcrumbsPrefix: ['response'],
123
- }));
129
+ }), _response.rawResponse);
124
130
  case 401:
125
131
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
126
132
  unrecognizedObjectKeys: 'passthrough',
127
133
  allowUnrecognizedUnionMembers: true,
128
134
  allowUnrecognizedEnumValues: true,
129
135
  breadcrumbsPrefix: ['response'],
130
- }));
136
+ }), _response.rawResponse);
131
137
  case 403:
132
138
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
133
139
  unrecognizedObjectKeys: 'passthrough',
134
140
  allowUnrecognizedUnionMembers: true,
135
141
  allowUnrecognizedEnumValues: true,
136
142
  breadcrumbsPrefix: ['response'],
137
- }));
143
+ }), _response.rawResponse);
138
144
  case 415:
139
145
  throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
140
146
  unrecognizedObjectKeys: 'passthrough',
141
147
  allowUnrecognizedUnionMembers: true,
142
148
  allowUnrecognizedEnumValues: true,
143
149
  breadcrumbsPrefix: ['response'],
144
- }));
150
+ }), _response.rawResponse);
145
151
  case 429:
146
152
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
147
153
  unrecognizedObjectKeys: 'passthrough',
148
154
  allowUnrecognizedUnionMembers: true,
149
155
  allowUnrecognizedEnumValues: true,
150
156
  breadcrumbsPrefix: ['response'],
151
- }));
157
+ }), _response.rawResponse);
152
158
  case 500:
153
159
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
154
160
  unrecognizedObjectKeys: 'passthrough',
155
161
  allowUnrecognizedUnionMembers: true,
156
162
  allowUnrecognizedEnumValues: true,
157
163
  breadcrumbsPrefix: ['response'],
158
- }));
164
+ }), _response.rawResponse);
159
165
  default:
160
166
  throw new errors.TruvityError({
161
167
  statusCode: _response.error.statusCode,
162
168
  body: _response.error.body,
169
+ rawResponse: _response.rawResponse,
163
170
  });
164
171
  }
165
172
  }
@@ -168,12 +175,14 @@ class ApiKeys {
168
175
  throw new errors.TruvityError({
169
176
  statusCode: _response.error.statusCode,
170
177
  body: _response.error.rawBody,
178
+ rawResponse: _response.rawResponse,
171
179
  });
172
180
  case 'timeout':
173
181
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys.');
174
182
  case 'unknown':
175
183
  throw new errors.TruvityError({
176
184
  message: _response.error.errorMessage,
185
+ rawResponse: _response.rawResponse,
177
186
  });
178
187
  }
179
188
  });
@@ -194,13 +203,16 @@ class ApiKeys {
194
203
  * @example
195
204
  * await client.apiKeys.apiKeySearch()
196
205
  */
197
- apiKeySearch() {
206
+ apiKeySearch(request = {}, requestOptions) {
207
+ return core.HttpResponsePromise.fromPromise(this.__apiKeySearch(request, requestOptions));
208
+ }
209
+ __apiKeySearch() {
198
210
  return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
199
211
  var _a, _b, _c;
200
212
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
201
213
  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, 'api-keys/search'),
202
214
  method: 'POST',
203
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
215
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
204
216
  contentType: 'application/json',
205
217
  requestType: 'json',
206
218
  body: serializers.ApiKeySearchRequest.jsonOrThrow(request, {
@@ -212,12 +224,15 @@ class ApiKeys {
212
224
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
213
225
  });
214
226
  if (_response.ok) {
215
- return serializers.ListApiKey.parseOrThrow(_response.body, {
216
- unrecognizedObjectKeys: 'passthrough',
217
- allowUnrecognizedUnionMembers: true,
218
- allowUnrecognizedEnumValues: true,
219
- breadcrumbsPrefix: ['response'],
220
- });
227
+ return {
228
+ data: serializers.ListApiKey.parseOrThrow(_response.body, {
229
+ unrecognizedObjectKeys: 'passthrough',
230
+ allowUnrecognizedUnionMembers: true,
231
+ allowUnrecognizedEnumValues: true,
232
+ breadcrumbsPrefix: ['response'],
233
+ }),
234
+ rawResponse: _response.rawResponse,
235
+ };
221
236
  }
222
237
  if (_response.error.reason === 'status-code') {
223
238
  switch (_response.error.statusCode) {
@@ -227,46 +242,47 @@ class ApiKeys {
227
242
  allowUnrecognizedUnionMembers: true,
228
243
  allowUnrecognizedEnumValues: true,
229
244
  breadcrumbsPrefix: ['response'],
230
- }));
245
+ }), _response.rawResponse);
231
246
  case 401:
232
247
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
233
248
  unrecognizedObjectKeys: 'passthrough',
234
249
  allowUnrecognizedUnionMembers: true,
235
250
  allowUnrecognizedEnumValues: true,
236
251
  breadcrumbsPrefix: ['response'],
237
- }));
252
+ }), _response.rawResponse);
238
253
  case 403:
239
254
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
240
255
  unrecognizedObjectKeys: 'passthrough',
241
256
  allowUnrecognizedUnionMembers: true,
242
257
  allowUnrecognizedEnumValues: true,
243
258
  breadcrumbsPrefix: ['response'],
244
- }));
259
+ }), _response.rawResponse);
245
260
  case 415:
246
261
  throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
247
262
  unrecognizedObjectKeys: 'passthrough',
248
263
  allowUnrecognizedUnionMembers: true,
249
264
  allowUnrecognizedEnumValues: true,
250
265
  breadcrumbsPrefix: ['response'],
251
- }));
266
+ }), _response.rawResponse);
252
267
  case 429:
253
268
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
254
269
  unrecognizedObjectKeys: 'passthrough',
255
270
  allowUnrecognizedUnionMembers: true,
256
271
  allowUnrecognizedEnumValues: true,
257
272
  breadcrumbsPrefix: ['response'],
258
- }));
273
+ }), _response.rawResponse);
259
274
  case 500:
260
275
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
261
276
  unrecognizedObjectKeys: 'passthrough',
262
277
  allowUnrecognizedUnionMembers: true,
263
278
  allowUnrecognizedEnumValues: true,
264
279
  breadcrumbsPrefix: ['response'],
265
- }));
280
+ }), _response.rawResponse);
266
281
  default:
267
282
  throw new errors.TruvityError({
268
283
  statusCode: _response.error.statusCode,
269
284
  body: _response.error.body,
285
+ rawResponse: _response.rawResponse,
270
286
  });
271
287
  }
272
288
  }
@@ -275,12 +291,14 @@ class ApiKeys {
275
291
  throw new errors.TruvityError({
276
292
  statusCode: _response.error.statusCode,
277
293
  body: _response.error.rawBody,
294
+ rawResponse: _response.rawResponse,
278
295
  });
279
296
  case 'timeout':
280
297
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/search.');
281
298
  case 'unknown':
282
299
  throw new errors.TruvityError({
283
300
  message: _response.error.errorMessage,
301
+ rawResponse: _response.rawResponse,
284
302
  });
285
303
  }
286
304
  });
@@ -302,14 +320,17 @@ class ApiKeys {
302
320
  * @example
303
321
  * await client.apiKeys.apiKeyLatest("id")
304
322
  */
305
- apiKeyLatest(id_1) {
323
+ apiKeyLatest(id, request = {}, requestOptions) {
324
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyLatest(id, request, requestOptions));
325
+ }
326
+ __apiKeyLatest(id_1) {
306
327
  return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
307
328
  var _a, _b, _c;
308
329
  const { ifNoneMatch } = request;
309
330
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
310
331
  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, `api-keys/${encodeURIComponent(id)}`),
311
332
  method: 'GET',
312
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
333
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
313
334
  contentType: 'application/json',
314
335
  requestType: 'json',
315
336
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -317,12 +338,15 @@ class ApiKeys {
317
338
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
318
339
  });
319
340
  if (_response.ok) {
320
- return serializers.ResourceApiKey.parseOrThrow(_response.body, {
321
- unrecognizedObjectKeys: 'passthrough',
322
- allowUnrecognizedUnionMembers: true,
323
- allowUnrecognizedEnumValues: true,
324
- breadcrumbsPrefix: ['response'],
325
- });
341
+ return {
342
+ data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
343
+ unrecognizedObjectKeys: 'passthrough',
344
+ allowUnrecognizedUnionMembers: true,
345
+ allowUnrecognizedEnumValues: true,
346
+ breadcrumbsPrefix: ['response'],
347
+ }),
348
+ rawResponse: _response.rawResponse,
349
+ };
326
350
  }
327
351
  if (_response.error.reason === 'status-code') {
328
352
  switch (_response.error.statusCode) {
@@ -332,46 +356,47 @@ class ApiKeys {
332
356
  allowUnrecognizedUnionMembers: true,
333
357
  allowUnrecognizedEnumValues: true,
334
358
  breadcrumbsPrefix: ['response'],
335
- }));
359
+ }), _response.rawResponse);
336
360
  case 401:
337
361
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
338
362
  unrecognizedObjectKeys: 'passthrough',
339
363
  allowUnrecognizedUnionMembers: true,
340
364
  allowUnrecognizedEnumValues: true,
341
365
  breadcrumbsPrefix: ['response'],
342
- }));
366
+ }), _response.rawResponse);
343
367
  case 403:
344
368
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
345
369
  unrecognizedObjectKeys: 'passthrough',
346
370
  allowUnrecognizedUnionMembers: true,
347
371
  allowUnrecognizedEnumValues: true,
348
372
  breadcrumbsPrefix: ['response'],
349
- }));
373
+ }), _response.rawResponse);
350
374
  case 404:
351
375
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
352
376
  unrecognizedObjectKeys: 'passthrough',
353
377
  allowUnrecognizedUnionMembers: true,
354
378
  allowUnrecognizedEnumValues: true,
355
379
  breadcrumbsPrefix: ['response'],
356
- }));
380
+ }), _response.rawResponse);
357
381
  case 429:
358
382
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
359
383
  unrecognizedObjectKeys: 'passthrough',
360
384
  allowUnrecognizedUnionMembers: true,
361
385
  allowUnrecognizedEnumValues: true,
362
386
  breadcrumbsPrefix: ['response'],
363
- }));
387
+ }), _response.rawResponse);
364
388
  case 500:
365
389
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
366
390
  unrecognizedObjectKeys: 'passthrough',
367
391
  allowUnrecognizedUnionMembers: true,
368
392
  allowUnrecognizedEnumValues: true,
369
393
  breadcrumbsPrefix: ['response'],
370
- }));
394
+ }), _response.rawResponse);
371
395
  default:
372
396
  throw new errors.TruvityError({
373
397
  statusCode: _response.error.statusCode,
374
398
  body: _response.error.body,
399
+ rawResponse: _response.rawResponse,
375
400
  });
376
401
  }
377
402
  }
@@ -380,12 +405,14 @@ class ApiKeys {
380
405
  throw new errors.TruvityError({
381
406
  statusCode: _response.error.statusCode,
382
407
  body: _response.error.rawBody,
408
+ rawResponse: _response.rawResponse,
383
409
  });
384
410
  case 'timeout':
385
411
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}.');
386
412
  case 'unknown':
387
413
  throw new errors.TruvityError({
388
414
  message: _response.error.errorMessage,
415
+ rawResponse: _response.rawResponse,
389
416
  });
390
417
  }
391
418
  });
@@ -413,13 +440,16 @@ class ApiKeys {
413
440
  * })
414
441
  */
415
442
  apiKeyDelete(id, request, requestOptions) {
443
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyDelete(id, request, requestOptions));
444
+ }
445
+ __apiKeyDelete(id, request, requestOptions) {
416
446
  return __awaiter(this, void 0, void 0, function* () {
417
447
  var _a, _b, _c;
418
448
  const { idempotencyKey, ifMatch } = request;
419
449
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
420
450
  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, `api-keys/${encodeURIComponent(id)}`),
421
451
  method: 'DELETE',
422
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
452
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
423
453
  contentType: 'application/json',
424
454
  requestType: 'json',
425
455
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -427,7 +457,7 @@ class ApiKeys {
427
457
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
428
458
  });
429
459
  if (_response.ok) {
430
- return;
460
+ return { data: undefined, rawResponse: _response.rawResponse };
431
461
  }
432
462
  if (_response.error.reason === 'status-code') {
433
463
  switch (_response.error.statusCode) {
@@ -437,60 +467,61 @@ class ApiKeys {
437
467
  allowUnrecognizedUnionMembers: true,
438
468
  allowUnrecognizedEnumValues: true,
439
469
  breadcrumbsPrefix: ['response'],
440
- }));
470
+ }), _response.rawResponse);
441
471
  case 401:
442
472
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
443
473
  unrecognizedObjectKeys: 'passthrough',
444
474
  allowUnrecognizedUnionMembers: true,
445
475
  allowUnrecognizedEnumValues: true,
446
476
  breadcrumbsPrefix: ['response'],
447
- }));
477
+ }), _response.rawResponse);
448
478
  case 403:
449
479
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
450
480
  unrecognizedObjectKeys: 'passthrough',
451
481
  allowUnrecognizedUnionMembers: true,
452
482
  allowUnrecognizedEnumValues: true,
453
483
  breadcrumbsPrefix: ['response'],
454
- }));
484
+ }), _response.rawResponse);
455
485
  case 404:
456
486
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
457
487
  unrecognizedObjectKeys: 'passthrough',
458
488
  allowUnrecognizedUnionMembers: true,
459
489
  allowUnrecognizedEnumValues: true,
460
490
  breadcrumbsPrefix: ['response'],
461
- }));
491
+ }), _response.rawResponse);
462
492
  case 405:
463
493
  throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
464
494
  unrecognizedObjectKeys: 'passthrough',
465
495
  allowUnrecognizedUnionMembers: true,
466
496
  allowUnrecognizedEnumValues: true,
467
497
  breadcrumbsPrefix: ['response'],
468
- }));
498
+ }), _response.rawResponse);
469
499
  case 412:
470
500
  throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
471
501
  unrecognizedObjectKeys: 'passthrough',
472
502
  allowUnrecognizedUnionMembers: true,
473
503
  allowUnrecognizedEnumValues: true,
474
504
  breadcrumbsPrefix: ['response'],
475
- }));
505
+ }), _response.rawResponse);
476
506
  case 429:
477
507
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
478
508
  unrecognizedObjectKeys: 'passthrough',
479
509
  allowUnrecognizedUnionMembers: true,
480
510
  allowUnrecognizedEnumValues: true,
481
511
  breadcrumbsPrefix: ['response'],
482
- }));
512
+ }), _response.rawResponse);
483
513
  case 500:
484
514
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
485
515
  unrecognizedObjectKeys: 'passthrough',
486
516
  allowUnrecognizedUnionMembers: true,
487
517
  allowUnrecognizedEnumValues: true,
488
518
  breadcrumbsPrefix: ['response'],
489
- }));
519
+ }), _response.rawResponse);
490
520
  default:
491
521
  throw new errors.TruvityError({
492
522
  statusCode: _response.error.statusCode,
493
523
  body: _response.error.body,
524
+ rawResponse: _response.rawResponse,
494
525
  });
495
526
  }
496
527
  }
@@ -499,12 +530,14 @@ class ApiKeys {
499
530
  throw new errors.TruvityError({
500
531
  statusCode: _response.error.statusCode,
501
532
  body: _response.error.rawBody,
533
+ rawResponse: _response.rawResponse,
502
534
  });
503
535
  case 'timeout':
504
536
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling DELETE /api-keys/{id}.');
505
537
  case 'unknown':
506
538
  throw new errors.TruvityError({
507
539
  message: _response.error.errorMessage,
540
+ rawResponse: _response.rawResponse,
508
541
  });
509
542
  }
510
543
  });
@@ -536,13 +569,16 @@ class ApiKeys {
536
569
  * })
537
570
  */
538
571
  apiKeyUpdateAnnotations(id, request, requestOptions) {
572
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateAnnotations(id, request, requestOptions));
573
+ }
574
+ __apiKeyUpdateAnnotations(id, request, requestOptions) {
539
575
  return __awaiter(this, void 0, void 0, function* () {
540
576
  var _a, _b, _c;
541
577
  const { idempotencyKey, ifMatch } = request, _body = __rest(request, ["idempotencyKey", "ifMatch"]);
542
578
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
543
579
  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, `api-keys/${encodeURIComponent(id)}/annotations`),
544
580
  method: 'PATCH',
545
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
581
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
546
582
  contentType: 'application/json',
547
583
  requestType: 'json',
548
584
  body: serializers.ApiKeyUpdateAnnotationsInput.jsonOrThrow(_body, {
@@ -554,12 +590,15 @@ class ApiKeys {
554
590
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
555
591
  });
556
592
  if (_response.ok) {
557
- return serializers.ResourceApiKey.parseOrThrow(_response.body, {
558
- unrecognizedObjectKeys: 'passthrough',
559
- allowUnrecognizedUnionMembers: true,
560
- allowUnrecognizedEnumValues: true,
561
- breadcrumbsPrefix: ['response'],
562
- });
593
+ return {
594
+ data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
595
+ unrecognizedObjectKeys: 'passthrough',
596
+ allowUnrecognizedUnionMembers: true,
597
+ allowUnrecognizedEnumValues: true,
598
+ breadcrumbsPrefix: ['response'],
599
+ }),
600
+ rawResponse: _response.rawResponse,
601
+ };
563
602
  }
564
603
  if (_response.error.reason === 'status-code') {
565
604
  switch (_response.error.statusCode) {
@@ -569,67 +608,68 @@ class ApiKeys {
569
608
  allowUnrecognizedUnionMembers: true,
570
609
  allowUnrecognizedEnumValues: true,
571
610
  breadcrumbsPrefix: ['response'],
572
- }));
611
+ }), _response.rawResponse);
573
612
  case 401:
574
613
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
575
614
  unrecognizedObjectKeys: 'passthrough',
576
615
  allowUnrecognizedUnionMembers: true,
577
616
  allowUnrecognizedEnumValues: true,
578
617
  breadcrumbsPrefix: ['response'],
579
- }));
618
+ }), _response.rawResponse);
580
619
  case 403:
581
620
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
582
621
  unrecognizedObjectKeys: 'passthrough',
583
622
  allowUnrecognizedUnionMembers: true,
584
623
  allowUnrecognizedEnumValues: true,
585
624
  breadcrumbsPrefix: ['response'],
586
- }));
625
+ }), _response.rawResponse);
587
626
  case 404:
588
627
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
589
628
  unrecognizedObjectKeys: 'passthrough',
590
629
  allowUnrecognizedUnionMembers: true,
591
630
  allowUnrecognizedEnumValues: true,
592
631
  breadcrumbsPrefix: ['response'],
593
- }));
632
+ }), _response.rawResponse);
594
633
  case 405:
595
634
  throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
596
635
  unrecognizedObjectKeys: 'passthrough',
597
636
  allowUnrecognizedUnionMembers: true,
598
637
  allowUnrecognizedEnumValues: true,
599
638
  breadcrumbsPrefix: ['response'],
600
- }));
639
+ }), _response.rawResponse);
601
640
  case 412:
602
641
  throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
603
642
  unrecognizedObjectKeys: 'passthrough',
604
643
  allowUnrecognizedUnionMembers: true,
605
644
  allowUnrecognizedEnumValues: true,
606
645
  breadcrumbsPrefix: ['response'],
607
- }));
646
+ }), _response.rawResponse);
608
647
  case 415:
609
648
  throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
610
649
  unrecognizedObjectKeys: 'passthrough',
611
650
  allowUnrecognizedUnionMembers: true,
612
651
  allowUnrecognizedEnumValues: true,
613
652
  breadcrumbsPrefix: ['response'],
614
- }));
653
+ }), _response.rawResponse);
615
654
  case 429:
616
655
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
617
656
  unrecognizedObjectKeys: 'passthrough',
618
657
  allowUnrecognizedUnionMembers: true,
619
658
  allowUnrecognizedEnumValues: true,
620
659
  breadcrumbsPrefix: ['response'],
621
- }));
660
+ }), _response.rawResponse);
622
661
  case 500:
623
662
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
624
663
  unrecognizedObjectKeys: 'passthrough',
625
664
  allowUnrecognizedUnionMembers: true,
626
665
  allowUnrecognizedEnumValues: true,
627
666
  breadcrumbsPrefix: ['response'],
628
- }));
667
+ }), _response.rawResponse);
629
668
  default:
630
669
  throw new errors.TruvityError({
631
670
  statusCode: _response.error.statusCode,
632
671
  body: _response.error.body,
672
+ rawResponse: _response.rawResponse,
633
673
  });
634
674
  }
635
675
  }
@@ -638,12 +678,14 @@ class ApiKeys {
638
678
  throw new errors.TruvityError({
639
679
  statusCode: _response.error.statusCode,
640
680
  body: _response.error.rawBody,
681
+ rawResponse: _response.rawResponse,
641
682
  });
642
683
  case 'timeout':
643
684
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/annotations.');
644
685
  case 'unknown':
645
686
  throw new errors.TruvityError({
646
687
  message: _response.error.errorMessage,
688
+ rawResponse: _response.rawResponse,
647
689
  });
648
690
  }
649
691
  });
@@ -675,13 +717,16 @@ class ApiKeys {
675
717
  * })
676
718
  */
677
719
  apiKeyUpdateLabels(id, request, requestOptions) {
720
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateLabels(id, request, requestOptions));
721
+ }
722
+ __apiKeyUpdateLabels(id, request, requestOptions) {
678
723
  return __awaiter(this, void 0, void 0, function* () {
679
724
  var _a, _b, _c;
680
725
  const { idempotencyKey, ifMatch } = request, _body = __rest(request, ["idempotencyKey", "ifMatch"]);
681
726
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
682
727
  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, `api-keys/${encodeURIComponent(id)}/labels`),
683
728
  method: 'PATCH',
684
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
729
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
685
730
  contentType: 'application/json',
686
731
  requestType: 'json',
687
732
  body: serializers.ApiKeyUpdateLabelsInput.jsonOrThrow(_body, {
@@ -693,12 +738,15 @@ class ApiKeys {
693
738
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
694
739
  });
695
740
  if (_response.ok) {
696
- return serializers.ResourceApiKey.parseOrThrow(_response.body, {
697
- unrecognizedObjectKeys: 'passthrough',
698
- allowUnrecognizedUnionMembers: true,
699
- allowUnrecognizedEnumValues: true,
700
- breadcrumbsPrefix: ['response'],
701
- });
741
+ return {
742
+ data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
743
+ unrecognizedObjectKeys: 'passthrough',
744
+ allowUnrecognizedUnionMembers: true,
745
+ allowUnrecognizedEnumValues: true,
746
+ breadcrumbsPrefix: ['response'],
747
+ }),
748
+ rawResponse: _response.rawResponse,
749
+ };
702
750
  }
703
751
  if (_response.error.reason === 'status-code') {
704
752
  switch (_response.error.statusCode) {
@@ -708,67 +756,68 @@ class ApiKeys {
708
756
  allowUnrecognizedUnionMembers: true,
709
757
  allowUnrecognizedEnumValues: true,
710
758
  breadcrumbsPrefix: ['response'],
711
- }));
759
+ }), _response.rawResponse);
712
760
  case 401:
713
761
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
714
762
  unrecognizedObjectKeys: 'passthrough',
715
763
  allowUnrecognizedUnionMembers: true,
716
764
  allowUnrecognizedEnumValues: true,
717
765
  breadcrumbsPrefix: ['response'],
718
- }));
766
+ }), _response.rawResponse);
719
767
  case 403:
720
768
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
721
769
  unrecognizedObjectKeys: 'passthrough',
722
770
  allowUnrecognizedUnionMembers: true,
723
771
  allowUnrecognizedEnumValues: true,
724
772
  breadcrumbsPrefix: ['response'],
725
- }));
773
+ }), _response.rawResponse);
726
774
  case 404:
727
775
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
728
776
  unrecognizedObjectKeys: 'passthrough',
729
777
  allowUnrecognizedUnionMembers: true,
730
778
  allowUnrecognizedEnumValues: true,
731
779
  breadcrumbsPrefix: ['response'],
732
- }));
780
+ }), _response.rawResponse);
733
781
  case 405:
734
782
  throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
735
783
  unrecognizedObjectKeys: 'passthrough',
736
784
  allowUnrecognizedUnionMembers: true,
737
785
  allowUnrecognizedEnumValues: true,
738
786
  breadcrumbsPrefix: ['response'],
739
- }));
787
+ }), _response.rawResponse);
740
788
  case 412:
741
789
  throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
742
790
  unrecognizedObjectKeys: 'passthrough',
743
791
  allowUnrecognizedUnionMembers: true,
744
792
  allowUnrecognizedEnumValues: true,
745
793
  breadcrumbsPrefix: ['response'],
746
- }));
794
+ }), _response.rawResponse);
747
795
  case 415:
748
796
  throw new Truvity.UnsupportedMediaTypeError(serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {
749
797
  unrecognizedObjectKeys: 'passthrough',
750
798
  allowUnrecognizedUnionMembers: true,
751
799
  allowUnrecognizedEnumValues: true,
752
800
  breadcrumbsPrefix: ['response'],
753
- }));
801
+ }), _response.rawResponse);
754
802
  case 429:
755
803
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
756
804
  unrecognizedObjectKeys: 'passthrough',
757
805
  allowUnrecognizedUnionMembers: true,
758
806
  allowUnrecognizedEnumValues: true,
759
807
  breadcrumbsPrefix: ['response'],
760
- }));
808
+ }), _response.rawResponse);
761
809
  case 500:
762
810
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
763
811
  unrecognizedObjectKeys: 'passthrough',
764
812
  allowUnrecognizedUnionMembers: true,
765
813
  allowUnrecognizedEnumValues: true,
766
814
  breadcrumbsPrefix: ['response'],
767
- }));
815
+ }), _response.rawResponse);
768
816
  default:
769
817
  throw new errors.TruvityError({
770
818
  statusCode: _response.error.statusCode,
771
819
  body: _response.error.body,
820
+ rawResponse: _response.rawResponse,
772
821
  });
773
822
  }
774
823
  }
@@ -777,12 +826,14 @@ class ApiKeys {
777
826
  throw new errors.TruvityError({
778
827
  statusCode: _response.error.statusCode,
779
828
  body: _response.error.rawBody,
829
+ rawResponse: _response.rawResponse,
780
830
  });
781
831
  case 'timeout':
782
832
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/labels.');
783
833
  case 'unknown':
784
834
  throw new errors.TruvityError({
785
835
  message: _response.error.errorMessage,
836
+ rawResponse: _response.rawResponse,
786
837
  });
787
838
  }
788
839
  });
@@ -810,13 +861,16 @@ class ApiKeys {
810
861
  * })
811
862
  */
812
863
  apiKeyRestore(id, request, requestOptions) {
864
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyRestore(id, request, requestOptions));
865
+ }
866
+ __apiKeyRestore(id, request, requestOptions) {
813
867
  return __awaiter(this, void 0, void 0, function* () {
814
868
  var _a, _b, _c;
815
869
  const { idempotencyKey, ifMatch } = request;
816
870
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
817
871
  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, `api-keys/${encodeURIComponent(id)}/restore`),
818
872
  method: 'POST',
819
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
873
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
820
874
  contentType: 'application/json',
821
875
  requestType: 'json',
822
876
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -824,12 +878,15 @@ class ApiKeys {
824
878
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
825
879
  });
826
880
  if (_response.ok) {
827
- return serializers.ResourceApiKey.parseOrThrow(_response.body, {
828
- unrecognizedObjectKeys: 'passthrough',
829
- allowUnrecognizedUnionMembers: true,
830
- allowUnrecognizedEnumValues: true,
831
- breadcrumbsPrefix: ['response'],
832
- });
881
+ return {
882
+ data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
883
+ unrecognizedObjectKeys: 'passthrough',
884
+ allowUnrecognizedUnionMembers: true,
885
+ allowUnrecognizedEnumValues: true,
886
+ breadcrumbsPrefix: ['response'],
887
+ }),
888
+ rawResponse: _response.rawResponse,
889
+ };
833
890
  }
834
891
  if (_response.error.reason === 'status-code') {
835
892
  switch (_response.error.statusCode) {
@@ -839,60 +896,61 @@ class ApiKeys {
839
896
  allowUnrecognizedUnionMembers: true,
840
897
  allowUnrecognizedEnumValues: true,
841
898
  breadcrumbsPrefix: ['response'],
842
- }));
899
+ }), _response.rawResponse);
843
900
  case 401:
844
901
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
845
902
  unrecognizedObjectKeys: 'passthrough',
846
903
  allowUnrecognizedUnionMembers: true,
847
904
  allowUnrecognizedEnumValues: true,
848
905
  breadcrumbsPrefix: ['response'],
849
- }));
906
+ }), _response.rawResponse);
850
907
  case 403:
851
908
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
852
909
  unrecognizedObjectKeys: 'passthrough',
853
910
  allowUnrecognizedUnionMembers: true,
854
911
  allowUnrecognizedEnumValues: true,
855
912
  breadcrumbsPrefix: ['response'],
856
- }));
913
+ }), _response.rawResponse);
857
914
  case 404:
858
915
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
859
916
  unrecognizedObjectKeys: 'passthrough',
860
917
  allowUnrecognizedUnionMembers: true,
861
918
  allowUnrecognizedEnumValues: true,
862
919
  breadcrumbsPrefix: ['response'],
863
- }));
920
+ }), _response.rawResponse);
864
921
  case 405:
865
922
  throw new Truvity.MethodNotAllowedError(serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {
866
923
  unrecognizedObjectKeys: 'passthrough',
867
924
  allowUnrecognizedUnionMembers: true,
868
925
  allowUnrecognizedEnumValues: true,
869
926
  breadcrumbsPrefix: ['response'],
870
- }));
927
+ }), _response.rawResponse);
871
928
  case 412:
872
929
  throw new Truvity.PreconditionFailedError(serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {
873
930
  unrecognizedObjectKeys: 'passthrough',
874
931
  allowUnrecognizedUnionMembers: true,
875
932
  allowUnrecognizedEnumValues: true,
876
933
  breadcrumbsPrefix: ['response'],
877
- }));
934
+ }), _response.rawResponse);
878
935
  case 429:
879
936
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
880
937
  unrecognizedObjectKeys: 'passthrough',
881
938
  allowUnrecognizedUnionMembers: true,
882
939
  allowUnrecognizedEnumValues: true,
883
940
  breadcrumbsPrefix: ['response'],
884
- }));
941
+ }), _response.rawResponse);
885
942
  case 500:
886
943
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
887
944
  unrecognizedObjectKeys: 'passthrough',
888
945
  allowUnrecognizedUnionMembers: true,
889
946
  allowUnrecognizedEnumValues: true,
890
947
  breadcrumbsPrefix: ['response'],
891
- }));
948
+ }), _response.rawResponse);
892
949
  default:
893
950
  throw new errors.TruvityError({
894
951
  statusCode: _response.error.statusCode,
895
952
  body: _response.error.body,
953
+ rawResponse: _response.rawResponse,
896
954
  });
897
955
  }
898
956
  }
@@ -901,12 +959,14 @@ class ApiKeys {
901
959
  throw new errors.TruvityError({
902
960
  statusCode: _response.error.statusCode,
903
961
  body: _response.error.rawBody,
962
+ rawResponse: _response.rawResponse,
904
963
  });
905
964
  case 'timeout':
906
965
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/{id}/restore.');
907
966
  case 'unknown':
908
967
  throw new errors.TruvityError({
909
968
  message: _response.error.errorMessage,
969
+ rawResponse: _response.rawResponse,
910
970
  });
911
971
  }
912
972
  });
@@ -928,14 +988,17 @@ class ApiKeys {
928
988
  * @example
929
989
  * await client.apiKeys.apiKeyHistory("id")
930
990
  */
931
- apiKeyHistory(id_1) {
991
+ apiKeyHistory(id, request = {}, requestOptions) {
992
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyHistory(id, request, requestOptions));
993
+ }
994
+ __apiKeyHistory(id_1) {
932
995
  return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
933
996
  var _a, _b, _c;
934
997
  const { ifNoneMatch } = request;
935
998
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
936
999
  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, `api-keys/${encodeURIComponent(id)}/revisions`),
937
1000
  method: 'GET',
938
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
1001
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
939
1002
  contentType: 'application/json',
940
1003
  requestType: 'json',
941
1004
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -943,12 +1006,15 @@ class ApiKeys {
943
1006
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
944
1007
  });
945
1008
  if (_response.ok) {
946
- return serializers.ListApiKey.parseOrThrow(_response.body, {
947
- unrecognizedObjectKeys: 'passthrough',
948
- allowUnrecognizedUnionMembers: true,
949
- allowUnrecognizedEnumValues: true,
950
- breadcrumbsPrefix: ['response'],
951
- });
1009
+ return {
1010
+ data: serializers.ListApiKey.parseOrThrow(_response.body, {
1011
+ unrecognizedObjectKeys: 'passthrough',
1012
+ allowUnrecognizedUnionMembers: true,
1013
+ allowUnrecognizedEnumValues: true,
1014
+ breadcrumbsPrefix: ['response'],
1015
+ }),
1016
+ rawResponse: _response.rawResponse,
1017
+ };
952
1018
  }
953
1019
  if (_response.error.reason === 'status-code') {
954
1020
  switch (_response.error.statusCode) {
@@ -958,46 +1024,47 @@ class ApiKeys {
958
1024
  allowUnrecognizedUnionMembers: true,
959
1025
  allowUnrecognizedEnumValues: true,
960
1026
  breadcrumbsPrefix: ['response'],
961
- }));
1027
+ }), _response.rawResponse);
962
1028
  case 401:
963
1029
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
964
1030
  unrecognizedObjectKeys: 'passthrough',
965
1031
  allowUnrecognizedUnionMembers: true,
966
1032
  allowUnrecognizedEnumValues: true,
967
1033
  breadcrumbsPrefix: ['response'],
968
- }));
1034
+ }), _response.rawResponse);
969
1035
  case 403:
970
1036
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
971
1037
  unrecognizedObjectKeys: 'passthrough',
972
1038
  allowUnrecognizedUnionMembers: true,
973
1039
  allowUnrecognizedEnumValues: true,
974
1040
  breadcrumbsPrefix: ['response'],
975
- }));
1041
+ }), _response.rawResponse);
976
1042
  case 404:
977
1043
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
978
1044
  unrecognizedObjectKeys: 'passthrough',
979
1045
  allowUnrecognizedUnionMembers: true,
980
1046
  allowUnrecognizedEnumValues: true,
981
1047
  breadcrumbsPrefix: ['response'],
982
- }));
1048
+ }), _response.rawResponse);
983
1049
  case 429:
984
1050
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
985
1051
  unrecognizedObjectKeys: 'passthrough',
986
1052
  allowUnrecognizedUnionMembers: true,
987
1053
  allowUnrecognizedEnumValues: true,
988
1054
  breadcrumbsPrefix: ['response'],
989
- }));
1055
+ }), _response.rawResponse);
990
1056
  case 500:
991
1057
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
992
1058
  unrecognizedObjectKeys: 'passthrough',
993
1059
  allowUnrecognizedUnionMembers: true,
994
1060
  allowUnrecognizedEnumValues: true,
995
1061
  breadcrumbsPrefix: ['response'],
996
- }));
1062
+ }), _response.rawResponse);
997
1063
  default:
998
1064
  throw new errors.TruvityError({
999
1065
  statusCode: _response.error.statusCode,
1000
1066
  body: _response.error.body,
1067
+ rawResponse: _response.rawResponse,
1001
1068
  });
1002
1069
  }
1003
1070
  }
@@ -1006,12 +1073,14 @@ class ApiKeys {
1006
1073
  throw new errors.TruvityError({
1007
1074
  statusCode: _response.error.statusCode,
1008
1075
  body: _response.error.rawBody,
1076
+ rawResponse: _response.rawResponse,
1009
1077
  });
1010
1078
  case 'timeout':
1011
1079
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions.');
1012
1080
  case 'unknown':
1013
1081
  throw new errors.TruvityError({
1014
1082
  message: _response.error.errorMessage,
1083
+ rawResponse: _response.rawResponse,
1015
1084
  });
1016
1085
  }
1017
1086
  });
@@ -1034,14 +1103,17 @@ class ApiKeys {
1034
1103
  * @example
1035
1104
  * await client.apiKeys.apiKeyRevision("id", 1)
1036
1105
  */
1037
- apiKeyRevision(id_1, revision_1) {
1106
+ apiKeyRevision(id, revision, request = {}, requestOptions) {
1107
+ return core.HttpResponsePromise.fromPromise(this.__apiKeyRevision(id, revision, request, requestOptions));
1108
+ }
1109
+ __apiKeyRevision(id_1, revision_1) {
1038
1110
  return __awaiter(this, arguments, void 0, function* (id, revision, request = {}, requestOptions) {
1039
1111
  var _a, _b, _c;
1040
1112
  const { ifNoneMatch } = request;
1041
1113
  const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
1042
1114
  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, `api-keys/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`),
1043
1115
  method: 'GET',
1044
- headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.31.7', 'User-Agent': '@truvity/sdk/0.31.7', '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),
1116
+ headers: Object.assign(Object.assign({ 'X-Fern-Language': 'JavaScript', 'X-Fern-SDK-Name': '@truvity/sdk', 'X-Fern-SDK-Version': '0.35.1', 'User-Agent': '@truvity/sdk/0.35.1', '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),
1045
1117
  contentType: 'application/json',
1046
1118
  requestType: 'json',
1047
1119
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
@@ -1049,12 +1121,15 @@ class ApiKeys {
1049
1121
  abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
1050
1122
  });
1051
1123
  if (_response.ok) {
1052
- return serializers.ResourceApiKey.parseOrThrow(_response.body, {
1053
- unrecognizedObjectKeys: 'passthrough',
1054
- allowUnrecognizedUnionMembers: true,
1055
- allowUnrecognizedEnumValues: true,
1056
- breadcrumbsPrefix: ['response'],
1057
- });
1124
+ return {
1125
+ data: serializers.ResourceApiKey.parseOrThrow(_response.body, {
1126
+ unrecognizedObjectKeys: 'passthrough',
1127
+ allowUnrecognizedUnionMembers: true,
1128
+ allowUnrecognizedEnumValues: true,
1129
+ breadcrumbsPrefix: ['response'],
1130
+ }),
1131
+ rawResponse: _response.rawResponse,
1132
+ };
1058
1133
  }
1059
1134
  if (_response.error.reason === 'status-code') {
1060
1135
  switch (_response.error.statusCode) {
@@ -1064,46 +1139,47 @@ class ApiKeys {
1064
1139
  allowUnrecognizedUnionMembers: true,
1065
1140
  allowUnrecognizedEnumValues: true,
1066
1141
  breadcrumbsPrefix: ['response'],
1067
- }));
1142
+ }), _response.rawResponse);
1068
1143
  case 401:
1069
1144
  throw new Truvity.UnauthorizedError(serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {
1070
1145
  unrecognizedObjectKeys: 'passthrough',
1071
1146
  allowUnrecognizedUnionMembers: true,
1072
1147
  allowUnrecognizedEnumValues: true,
1073
1148
  breadcrumbsPrefix: ['response'],
1074
- }));
1149
+ }), _response.rawResponse);
1075
1150
  case 403:
1076
1151
  throw new Truvity.ForbiddenError(serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {
1077
1152
  unrecognizedObjectKeys: 'passthrough',
1078
1153
  allowUnrecognizedUnionMembers: true,
1079
1154
  allowUnrecognizedEnumValues: true,
1080
1155
  breadcrumbsPrefix: ['response'],
1081
- }));
1156
+ }), _response.rawResponse);
1082
1157
  case 404:
1083
1158
  throw new Truvity.NotFoundError(serializers.NotFoundProblems.parseOrThrow(_response.error.body, {
1084
1159
  unrecognizedObjectKeys: 'passthrough',
1085
1160
  allowUnrecognizedUnionMembers: true,
1086
1161
  allowUnrecognizedEnumValues: true,
1087
1162
  breadcrumbsPrefix: ['response'],
1088
- }));
1163
+ }), _response.rawResponse);
1089
1164
  case 429:
1090
1165
  throw new Truvity.TooManyRequestsError(serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {
1091
1166
  unrecognizedObjectKeys: 'passthrough',
1092
1167
  allowUnrecognizedUnionMembers: true,
1093
1168
  allowUnrecognizedEnumValues: true,
1094
1169
  breadcrumbsPrefix: ['response'],
1095
- }));
1170
+ }), _response.rawResponse);
1096
1171
  case 500:
1097
1172
  throw new Truvity.InternalServerError(serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {
1098
1173
  unrecognizedObjectKeys: 'passthrough',
1099
1174
  allowUnrecognizedUnionMembers: true,
1100
1175
  allowUnrecognizedEnumValues: true,
1101
1176
  breadcrumbsPrefix: ['response'],
1102
- }));
1177
+ }), _response.rawResponse);
1103
1178
  default:
1104
1179
  throw new errors.TruvityError({
1105
1180
  statusCode: _response.error.statusCode,
1106
1181
  body: _response.error.body,
1182
+ rawResponse: _response.rawResponse,
1107
1183
  });
1108
1184
  }
1109
1185
  }
@@ -1112,12 +1188,14 @@ class ApiKeys {
1112
1188
  throw new errors.TruvityError({
1113
1189
  statusCode: _response.error.statusCode,
1114
1190
  body: _response.error.rawBody,
1191
+ rawResponse: _response.rawResponse,
1115
1192
  });
1116
1193
  case 'timeout':
1117
1194
  throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions/{revision}.');
1118
1195
  case 'unknown':
1119
1196
  throw new errors.TruvityError({
1120
1197
  message: _response.error.errorMessage,
1198
+ rawResponse: _response.rawResponse,
1121
1199
  });
1122
1200
  }
1123
1201
  });