@truvity/sdk 0.35.1 → 0.36.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (691) hide show
  1. package/api/resources/apiKeys/client/Client.d.ts +6 -6
  2. package/api/resources/apiKeys/client/Client.d.ts.map +1 -1
  3. package/api/resources/apiKeys/client/Client.js +18 -15
  4. package/api/resources/apiKeys/client/Client.js.map +1 -1
  5. package/api/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +2 -2
  6. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
  7. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js +6 -0
  8. package/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
  9. package/api/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts} +2 -2
  10. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
  11. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js +6 -0
  12. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
  13. package/api/resources/{keys/client/requests/KeyUpdateLabelsInput.d.ts → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts} +2 -2
  14. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
  15. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js +6 -0
  16. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
  17. package/api/resources/apiKeys/client/requests/index.d.ts +3 -3
  18. package/api/resources/apiKeys/client/requests/index.d.ts.map +1 -1
  19. package/api/resources/apiKeys/client/requests/index.js.map +1 -1
  20. package/api/resources/credentials/client/Client.d.ts +6 -6
  21. package/api/resources/credentials/client/Client.d.ts.map +1 -1
  22. package/api/resources/credentials/client/Client.js +18 -18
  23. package/api/resources/credentials/client/Client.js.map +1 -1
  24. package/api/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +3 -4
  25. package/api/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
  26. package/api/resources/{didcommMessages/client/requests/DidCommMessageSendInput.js → credentials/client/requests/CredentialImportRequest.js} +1 -1
  27. package/api/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
  28. package/api/resources/credentials/client/requests/{CredentialUpdateAnnotationsInput.d.ts → CredentialUpdateAnnotationsRequest.d.ts} +2 -2
  29. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
  30. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js +6 -0
  31. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
  32. package/api/resources/credentials/client/requests/{CredentialUpdateLabelsInput.d.ts → CredentialUpdateLabelsRequest.d.ts} +2 -2
  33. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
  34. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js +6 -0
  35. package/api/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
  36. package/api/resources/credentials/client/requests/index.d.ts +3 -3
  37. package/api/resources/credentials/client/requests/index.d.ts.map +1 -1
  38. package/api/resources/credentials/client/requests/index.js.map +1 -1
  39. package/api/resources/desk/client/Client.js +2 -2
  40. package/api/resources/desk/client/Client.js.map +1 -1
  41. package/api/resources/didcommMessages/client/Client.d.ts +6 -6
  42. package/api/resources/didcommMessages/client/Client.d.ts.map +1 -1
  43. package/api/resources/didcommMessages/client/Client.js +15 -15
  44. package/api/resources/didcommMessages/client/Client.js.map +1 -1
  45. package/api/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +2 -2
  46. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
  47. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js +6 -0
  48. package/api/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
  49. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +52 -0
  50. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
  51. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js +6 -0
  52. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
  53. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +52 -0
  54. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
  55. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js +6 -0
  56. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
  57. package/api/resources/didcommMessages/client/requests/index.d.ts +3 -3
  58. package/api/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
  59. package/api/resources/didcommMessages/client/requests/index.js.map +1 -1
  60. package/api/resources/dids/client/Client.js +1 -1
  61. package/api/resources/dids/client/Client.js.map +1 -1
  62. package/api/resources/drafts/client/Client.d.ts +59 -21
  63. package/api/resources/drafts/client/Client.d.ts.map +1 -1
  64. package/api/resources/drafts/client/Client.js +78 -34
  65. package/api/resources/drafts/client/Client.js.map +1 -1
  66. package/api/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +2 -2
  67. package/api/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
  68. package/api/resources/drafts/client/requests/DraftCreateRequest.js +6 -0
  69. package/api/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
  70. package/api/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +2 -2
  71. package/api/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
  72. package/api/resources/drafts/client/requests/DraftExportRequest.js +6 -0
  73. package/api/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
  74. package/api/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +3 -3
  75. package/api/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
  76. package/api/resources/drafts/client/requests/{DraftInput.js → DraftIssueRequest.js} +1 -1
  77. package/api/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
  78. package/api/resources/{files/client/requests/FileUpdateAnnotationsInput.d.ts → drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts} +2 -2
  79. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
  80. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js +6 -0
  81. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
  82. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → drafts/client/requests/DraftUpdateLabelsRequest.d.ts} +2 -2
  83. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
  84. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js +6 -0
  85. package/api/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
  86. package/api/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +2 -2
  87. package/api/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
  88. package/api/resources/drafts/client/requests/DraftUpdateRequest.js +6 -0
  89. package/api/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
  90. package/api/resources/drafts/client/requests/index.d.ts +6 -6
  91. package/api/resources/drafts/client/requests/index.d.ts.map +1 -1
  92. package/api/resources/drafts/client/requests/index.js.map +1 -1
  93. package/api/resources/drafts/types/{DraftIssueDidMethod.d.ts → DraftIssueRequestDidMethod.d.ts} +3 -3
  94. package/api/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
  95. package/api/resources/drafts/types/{DraftIssueDidMethod.js → DraftIssueRequestDidMethod.js} +3 -3
  96. package/api/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
  97. package/api/resources/drafts/types/index.d.ts +1 -1
  98. package/api/resources/drafts/types/index.d.ts.map +1 -1
  99. package/api/resources/drafts/types/index.js +1 -1
  100. package/api/resources/drafts/types/index.js.map +1 -1
  101. package/api/resources/files/client/Client.d.ts +6 -6
  102. package/api/resources/files/client/Client.d.ts.map +1 -1
  103. package/api/resources/files/client/Client.js +20 -17
  104. package/api/resources/files/client/Client.js.map +1 -1
  105. package/api/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +3 -4
  106. package/api/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
  107. package/api/resources/{apiKeys/client/requests/ApiKeyInput.js → files/client/requests/FileCreateRequest.js} +1 -1
  108. package/api/resources/files/client/requests/FileCreateRequest.js.map +1 -0
  109. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts → files/client/requests/FileUpdateAnnotationsRequest.d.ts} +2 -2
  110. package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
  111. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +1 -1
  112. package/api/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
  113. package/api/resources/{drafts/client/requests/DraftUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +2 -2
  114. package/api/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
  115. package/api/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → files/client/requests/FileUpdateLabelsRequest.js} +1 -1
  116. package/api/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
  117. package/api/resources/files/client/requests/index.d.ts +3 -3
  118. package/api/resources/files/client/requests/index.d.ts.map +1 -1
  119. package/api/resources/files/client/requests/index.js.map +1 -1
  120. package/api/resources/gdpr/client/Client.d.ts +2 -2
  121. package/api/resources/gdpr/client/Client.d.ts.map +1 -1
  122. package/api/resources/gdpr/client/Client.js +3 -3
  123. package/api/resources/gdpr/client/Client.js.map +1 -1
  124. package/api/resources/gdpr/client/requests/{SupportRequest.d.ts → SupportRequestCreateRequest.d.ts} +3 -3
  125. package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
  126. package/api/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → gdpr/client/requests/SupportRequestCreateRequest.js} +1 -1
  127. package/api/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
  128. package/api/resources/gdpr/client/requests/index.d.ts +1 -1
  129. package/api/resources/gdpr/client/requests/index.d.ts.map +1 -1
  130. package/api/resources/gdpr/client/requests/index.js.map +1 -1
  131. package/api/resources/gdpr/types/{SupportRequestType.d.ts → SupportRequestCreateRequestType.d.ts} +3 -3
  132. package/api/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
  133. package/api/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
  134. package/api/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
  135. package/api/resources/gdpr/types/index.d.ts +1 -1
  136. package/api/resources/gdpr/types/index.d.ts.map +1 -1
  137. package/api/resources/gdpr/types/index.js +1 -1
  138. package/api/resources/gdpr/types/index.js.map +1 -1
  139. package/api/resources/keys/client/Client.d.ts +8 -8
  140. package/api/resources/keys/client/Client.d.ts.map +1 -1
  141. package/api/resources/keys/client/Client.js +21 -21
  142. package/api/resources/keys/client/Client.js.map +1 -1
  143. package/api/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +2 -2
  144. package/api/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
  145. package/api/resources/keys/client/requests/KeyGenerateRequest.js +6 -0
  146. package/api/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
  147. package/api/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +2 -2
  148. package/api/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
  149. package/api/resources/{drafts/client/requests/DraftExport.js → keys/client/requests/KeyImportRequest.js} +1 -1
  150. package/api/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
  151. package/api/resources/keys/client/requests/{KeyUpdateAnnotationsInput.d.ts → KeyUpdateAnnotationsRequest.d.ts} +2 -2
  152. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
  153. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js +6 -0
  154. package/api/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
  155. package/api/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +2 -2
  156. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
  157. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js +6 -0
  158. package/api/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
  159. package/api/resources/keys/client/requests/index.d.ts +4 -4
  160. package/api/resources/keys/client/requests/index.d.ts.map +1 -1
  161. package/api/resources/keys/client/requests/index.js.map +1 -1
  162. package/api/resources/presentations/client/Client.d.ts +9 -9
  163. package/api/resources/presentations/client/Client.d.ts.map +1 -1
  164. package/api/resources/presentations/client/Client.js +23 -23
  165. package/api/resources/presentations/client/Client.js.map +1 -1
  166. package/api/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +2 -2
  167. package/api/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
  168. package/api/resources/presentations/client/requests/PresentationExportRequest.js +6 -0
  169. package/api/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
  170. package/api/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +3 -4
  171. package/api/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
  172. package/api/resources/presentations/client/requests/PresentationImportRequest.js +6 -0
  173. package/api/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
  174. package/api/resources/presentations/client/requests/{PresentationIssue.d.ts → PresentationIssueRequest.d.ts} +3 -3
  175. package/api/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
  176. package/api/resources/presentations/client/requests/PresentationIssueRequest.js +6 -0
  177. package/api/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
  178. package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +2 -2
  179. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
  180. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js +6 -0
  181. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
  182. package/api/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts → presentations/client/requests/PresentationUpdateLabelsRequest.d.ts} +2 -2
  183. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
  184. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js +6 -0
  185. package/api/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
  186. package/api/resources/presentations/client/requests/index.d.ts +5 -5
  187. package/api/resources/presentations/client/requests/index.d.ts.map +1 -1
  188. package/api/resources/presentations/client/requests/index.js.map +1 -1
  189. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +12 -0
  190. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
  191. package/api/resources/presentations/types/{PresentationIssueDidMethod.js → PresentationIssueRequestDidMethod.js} +3 -3
  192. package/api/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
  193. package/api/resources/presentations/types/index.d.ts +1 -1
  194. package/api/resources/presentations/types/index.d.ts.map +1 -1
  195. package/api/resources/presentations/types/index.js +1 -1
  196. package/api/resources/presentations/types/index.js.map +1 -1
  197. package/api/types/BadRequestProblems.d.ts +4 -1
  198. package/api/types/BadRequestProblems.d.ts.map +1 -1
  199. package/api/types/BadRequestProblems.js.map +1 -1
  200. package/api/types/Credential.d.ts +4 -0
  201. package/api/types/Credential.d.ts.map +1 -1
  202. package/api/types/Credential.js.map +1 -1
  203. package/api/types/CredentialFilter.d.ts +4 -1
  204. package/api/types/CredentialFilter.d.ts.map +1 -1
  205. package/api/types/CredentialFilter.js.map +1 -1
  206. package/api/types/Draft.d.ts +4 -0
  207. package/api/types/Draft.d.ts.map +1 -1
  208. package/api/types/Draft.js.map +1 -1
  209. package/api/types/DraftFilter.d.ts +4 -1
  210. package/api/types/DraftFilter.d.ts.map +1 -1
  211. package/api/types/DraftFilter.js.map +1 -1
  212. package/api/types/File_.d.ts +1 -1
  213. package/api/types/File_.d.ts.map +1 -1
  214. package/api/types/File_.js.map +1 -1
  215. package/api/types/LinkedRef.d.ts +22 -0
  216. package/api/types/LinkedRef.d.ts.map +1 -0
  217. package/api/{resources/files/client/requests/FileInput.js → types/LinkedRef.js} +1 -1
  218. package/api/types/LinkedRef.js.map +1 -0
  219. package/api/types/LinkedResourceRef.d.ts +14 -0
  220. package/api/types/LinkedResourceRef.d.ts.map +1 -0
  221. package/api/{resources/credentials/client/requests/CredentialInput.js → types/LinkedResourceRef.js} +1 -1
  222. package/api/types/LinkedResourceRef.js.map +1 -0
  223. package/api/types/Presentation.d.ts +3 -0
  224. package/api/types/Presentation.d.ts.map +1 -1
  225. package/api/types/Presentation.js.map +1 -1
  226. package/api/types/PresentationFilter.d.ts +3 -1
  227. package/api/types/PresentationFilter.d.ts.map +1 -1
  228. package/api/types/PresentationFilter.js.map +1 -1
  229. package/api/types/ProblemBadRequestPayloadTooLarge.d.ts +20 -0
  230. package/api/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
  231. package/api/types/ProblemBadRequestPayloadTooLarge.js +6 -0
  232. package/api/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
  233. package/api/types/UploadResponse.d.ts +1 -4
  234. package/api/types/UploadResponse.d.ts.map +1 -1
  235. package/api/types/UploadResponse.js.map +1 -1
  236. package/api/types/index.d.ts +3 -0
  237. package/api/types/index.d.ts.map +1 -1
  238. package/api/types/index.js +3 -0
  239. package/api/types/index.js.map +1 -1
  240. package/documents/credential/claims.d.ts.map +1 -1
  241. package/documents/credential/claims.js +16 -11
  242. package/documents/credential/claims.js.map +1 -1
  243. package/documents/credential/credential.d.ts +22 -0
  244. package/documents/credential/credential.d.ts.map +1 -0
  245. package/documents/credential/credential.js +56 -0
  246. package/documents/credential/credential.js.map +1 -0
  247. package/documents/credential/draft/draft.d.ts +19 -0
  248. package/documents/credential/draft/draft.d.ts.map +1 -0
  249. package/documents/credential/draft/draft.js +72 -0
  250. package/documents/credential/draft/draft.js.map +1 -0
  251. package/documents/credential/draft/unknown.d.ts +10 -0
  252. package/documents/credential/draft/unknown.d.ts.map +1 -0
  253. package/documents/credential/draft/unknown.js +42 -0
  254. package/documents/credential/draft/unknown.js.map +1 -0
  255. package/documents/credential/draft/with-claims.d.ts +17 -0
  256. package/documents/credential/draft/with-claims.d.ts.map +1 -0
  257. package/documents/credential/{draft.js → draft/with-claims.js} +18 -51
  258. package/documents/credential/draft/with-claims.js.map +1 -0
  259. package/documents/credential/unknown.d.ts +15 -20
  260. package/documents/credential/unknown.d.ts.map +1 -1
  261. package/documents/credential/unknown.js +29 -31
  262. package/documents/credential/unknown.js.map +1 -1
  263. package/documents/credential/verifiable/unknown.d.ts +10 -0
  264. package/documents/credential/verifiable/unknown.d.ts.map +1 -0
  265. package/documents/credential/verifiable/unknown.js +35 -0
  266. package/documents/credential/verifiable/unknown.js.map +1 -0
  267. package/documents/credential/{verifiable.d.ts → verifiable/verifiable.d.ts} +5 -5
  268. package/documents/credential/verifiable/verifiable.d.ts.map +1 -0
  269. package/documents/credential/{verifiable.js → verifiable/verifiable.js} +5 -5
  270. package/documents/credential/verifiable/verifiable.js.map +1 -0
  271. package/documents/credential/verifiable/with-claims.d.ts +15 -0
  272. package/documents/credential/verifiable/with-claims.d.ts.map +1 -0
  273. package/documents/credential/verifiable/with-claims.js +55 -0
  274. package/documents/credential/verifiable/with-claims.js.map +1 -0
  275. package/documents/credential/with-claims.d.ts +15 -11
  276. package/documents/credential/with-claims.d.ts.map +1 -1
  277. package/documents/credential/with-claims.js +27 -33
  278. package/documents/credential/with-claims.js.map +1 -1
  279. package/documents/credential.d.ts +6 -6
  280. package/documents/credential.d.ts.map +1 -1
  281. package/documents/credential.js +9 -8
  282. package/documents/credential.js.map +1 -1
  283. package/documents/models.d.ts +21 -7
  284. package/documents/models.d.ts.map +1 -1
  285. package/documents/models.js +60 -7
  286. package/documents/models.js.map +1 -1
  287. package/documents/models.spec.js +33 -1
  288. package/documents/models.spec.js.map +1 -1
  289. package/documents/presentation/issued.d.ts +1 -1
  290. package/documents/presentation/issued.d.ts.map +1 -1
  291. package/documents/presentation/issued.js +1 -1
  292. package/documents/presentation/issued.js.map +1 -1
  293. package/documents/presentation.d.ts +3 -3
  294. package/documents/presentation.d.ts.map +1 -1
  295. package/documents/presentation.js +1 -1
  296. package/documents/presentation.js.map +1 -1
  297. package/documents/types.d.ts +5 -3
  298. package/documents/types.d.ts.map +1 -1
  299. package/documents/types.js.map +1 -1
  300. package/documents/utils/error.d.ts +9 -0
  301. package/documents/utils/error.d.ts.map +1 -0
  302. package/documents/utils/error.js +14 -0
  303. package/documents/utils/error.js.map +1 -0
  304. package/documents/utils/error.spec.d.ts +2 -0
  305. package/documents/utils/error.spec.d.ts.map +1 -0
  306. package/documents/utils/error.spec.js +9 -0
  307. package/documents/utils/error.spec.js.map +1 -0
  308. package/package.json +1 -1
  309. package/reference.md +74 -36
  310. package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.d.ts → ApiKeyCreateRequest.d.ts} +3 -3
  311. package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.d.ts.map +1 -0
  312. package/serialization/resources/apiKeys/client/requests/{ApiKeyInput.js → ApiKeyCreateRequest.js} +3 -3
  313. package/serialization/resources/apiKeys/client/requests/ApiKeyCreateRequest.js.map +1 -0
  314. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts +13 -0
  315. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.d.ts.map +1 -0
  316. package/serialization/resources/{keys/client/requests/KeyUpdateAnnotationsInput.js → apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js} +3 -3
  317. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsRequest.js.map +1 -0
  318. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts +13 -0
  319. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.d.ts.map +1 -0
  320. package/serialization/resources/{keys/client/requests/KeyUpdateLabelsInput.js → apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js} +3 -3
  321. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsRequest.js.map +1 -0
  322. package/serialization/resources/apiKeys/client/requests/index.d.ts +3 -3
  323. package/serialization/resources/apiKeys/client/requests/index.d.ts.map +1 -1
  324. package/serialization/resources/apiKeys/client/requests/index.js +7 -7
  325. package/serialization/resources/apiKeys/client/requests/index.js.map +1 -1
  326. package/serialization/resources/credentials/client/requests/{CredentialInput.d.ts → CredentialImportRequest.d.ts} +3 -3
  327. package/serialization/resources/credentials/client/requests/CredentialImportRequest.d.ts.map +1 -0
  328. package/serialization/resources/{presentations/client/requests/PresentationInput.js → credentials/client/requests/CredentialImportRequest.js} +3 -3
  329. package/serialization/resources/credentials/client/requests/CredentialImportRequest.js.map +1 -0
  330. package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts → credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts} +3 -3
  331. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.d.ts.map +1 -0
  332. package/serialization/resources/{presentations/client/requests/PresentationUpdateAnnotationsInput.js → credentials/client/requests/CredentialUpdateAnnotationsRequest.js} +3 -3
  333. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsRequest.js.map +1 -0
  334. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts +13 -0
  335. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.d.ts.map +1 -0
  336. package/serialization/resources/{presentations/client/requests/PresentationUpdateLabelsInput.js → credentials/client/requests/CredentialUpdateLabelsRequest.js} +3 -3
  337. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsRequest.js.map +1 -0
  338. package/serialization/resources/credentials/client/requests/index.d.ts +3 -3
  339. package/serialization/resources/credentials/client/requests/index.d.ts.map +1 -1
  340. package/serialization/resources/credentials/client/requests/index.js +7 -7
  341. package/serialization/resources/credentials/client/requests/index.js.map +1 -1
  342. package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.d.ts → DidCommMessageSendRequest.d.ts} +3 -3
  343. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.d.ts.map +1 -0
  344. package/serialization/resources/didcommMessages/client/requests/{DidCommMessageSendInput.js → DidCommMessageSendRequest.js} +3 -3
  345. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendRequest.js.map +1 -0
  346. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts +13 -0
  347. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.d.ts.map +1 -0
  348. package/serialization/resources/{credentials/client/requests/CredentialUpdateAnnotationsInput.js → didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js} +3 -3
  349. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsRequest.js.map +1 -0
  350. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts +13 -0
  351. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.d.ts.map +1 -0
  352. package/serialization/resources/{credentials/client/requests/CredentialUpdateLabelsInput.js → didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js} +3 -3
  353. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsRequest.js.map +1 -0
  354. package/serialization/resources/didcommMessages/client/requests/index.d.ts +3 -3
  355. package/serialization/resources/didcommMessages/client/requests/index.d.ts.map +1 -1
  356. package/serialization/resources/didcommMessages/client/requests/index.js +7 -7
  357. package/serialization/resources/didcommMessages/client/requests/index.js.map +1 -1
  358. package/serialization/resources/drafts/client/requests/{DraftInput.d.ts → DraftCreateRequest.d.ts} +3 -3
  359. package/serialization/resources/drafts/client/requests/DraftCreateRequest.d.ts.map +1 -0
  360. package/serialization/resources/drafts/client/requests/{DraftInput.js → DraftCreateRequest.js} +3 -3
  361. package/serialization/resources/drafts/client/requests/DraftCreateRequest.js.map +1 -0
  362. package/serialization/resources/drafts/client/requests/{DraftExport.d.ts → DraftExportRequest.d.ts} +3 -3
  363. package/serialization/resources/drafts/client/requests/DraftExportRequest.d.ts.map +1 -0
  364. package/serialization/resources/drafts/client/requests/{DraftExport.js → DraftExportRequest.js} +3 -3
  365. package/serialization/resources/drafts/client/requests/DraftExportRequest.js.map +1 -0
  366. package/serialization/resources/drafts/client/requests/{DraftIssue.d.ts → DraftIssueRequest.d.ts} +5 -5
  367. package/serialization/resources/drafts/client/requests/DraftIssueRequest.d.ts.map +1 -0
  368. package/serialization/resources/drafts/client/requests/{DraftIssue.js → DraftIssueRequest.js} +5 -5
  369. package/serialization/resources/drafts/client/requests/DraftIssueRequest.js.map +1 -0
  370. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts +13 -0
  371. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.d.ts.map +1 -0
  372. package/serialization/resources/{files/client/requests/FileUpdateAnnotationsInput.js → drafts/client/requests/DraftUpdateAnnotationsRequest.js} +3 -3
  373. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsRequest.js.map +1 -0
  374. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts +13 -0
  375. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.d.ts.map +1 -0
  376. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.js → drafts/client/requests/DraftUpdateLabelsRequest.js} +3 -3
  377. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsRequest.js.map +1 -0
  378. package/serialization/resources/drafts/client/requests/{DraftUpdateInput.d.ts → DraftUpdateRequest.d.ts} +3 -3
  379. package/serialization/resources/drafts/client/requests/DraftUpdateRequest.d.ts.map +1 -0
  380. package/serialization/resources/drafts/client/requests/{DraftUpdateInput.js → DraftUpdateRequest.js} +3 -3
  381. package/serialization/resources/drafts/client/requests/DraftUpdateRequest.js.map +1 -0
  382. package/serialization/resources/drafts/client/requests/index.d.ts +6 -6
  383. package/serialization/resources/drafts/client/requests/index.d.ts.map +1 -1
  384. package/serialization/resources/drafts/client/requests/index.js +13 -13
  385. package/serialization/resources/drafts/client/requests/index.js.map +1 -1
  386. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts +11 -0
  387. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.d.ts.map +1 -0
  388. package/serialization/resources/{presentations/types/PresentationIssueDidMethod.js → drafts/types/DraftIssueRequestDidMethod.js} +3 -3
  389. package/serialization/resources/drafts/types/DraftIssueRequestDidMethod.js.map +1 -0
  390. package/serialization/resources/drafts/types/index.d.ts +1 -1
  391. package/serialization/resources/drafts/types/index.d.ts.map +1 -1
  392. package/serialization/resources/drafts/types/index.js +1 -1
  393. package/serialization/resources/drafts/types/index.js.map +1 -1
  394. package/serialization/resources/files/client/requests/{FileInput.d.ts → FileCreateRequest.d.ts} +3 -3
  395. package/serialization/resources/files/client/requests/FileCreateRequest.d.ts.map +1 -0
  396. package/serialization/resources/files/client/requests/{FileInput.js → FileCreateRequest.js} +3 -3
  397. package/serialization/resources/files/client/requests/FileCreateRequest.js.map +1 -0
  398. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts +13 -0
  399. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.d.ts.map +1 -0
  400. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js → files/client/requests/FileUpdateAnnotationsRequest.js} +3 -3
  401. package/serialization/resources/files/client/requests/FileUpdateAnnotationsRequest.js.map +1 -0
  402. package/serialization/resources/{apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts → files/client/requests/FileUpdateLabelsRequest.d.ts} +3 -3
  403. package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.d.ts.map +1 -0
  404. package/serialization/resources/files/client/requests/{FileUpdateLabelsInput.js → FileUpdateLabelsRequest.js} +3 -3
  405. package/serialization/resources/files/client/requests/FileUpdateLabelsRequest.js.map +1 -0
  406. package/serialization/resources/files/client/requests/index.d.ts +3 -3
  407. package/serialization/resources/files/client/requests/index.d.ts.map +1 -1
  408. package/serialization/resources/files/client/requests/index.js +7 -7
  409. package/serialization/resources/files/client/requests/index.js.map +1 -1
  410. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts +15 -0
  411. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.d.ts.map +1 -0
  412. package/serialization/resources/gdpr/client/requests/{SupportRequest.js → SupportRequestCreateRequest.js} +5 -5
  413. package/serialization/resources/gdpr/client/requests/SupportRequestCreateRequest.js.map +1 -0
  414. package/serialization/resources/gdpr/client/requests/index.d.ts +1 -1
  415. package/serialization/resources/gdpr/client/requests/index.d.ts.map +1 -1
  416. package/serialization/resources/gdpr/client/requests/index.js +3 -3
  417. package/serialization/resources/gdpr/client/requests/index.js.map +1 -1
  418. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts +11 -0
  419. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.d.ts.map +1 -0
  420. package/serialization/resources/gdpr/types/{SupportRequestType.js → SupportRequestCreateRequestType.js} +3 -3
  421. package/serialization/resources/gdpr/types/SupportRequestCreateRequestType.js.map +1 -0
  422. package/serialization/resources/gdpr/types/index.d.ts +1 -1
  423. package/serialization/resources/gdpr/types/index.d.ts.map +1 -1
  424. package/serialization/resources/gdpr/types/index.js +1 -1
  425. package/serialization/resources/gdpr/types/index.js.map +1 -1
  426. package/serialization/resources/keys/client/requests/{KeyGenerateInput.d.ts → KeyGenerateRequest.d.ts} +3 -3
  427. package/serialization/resources/keys/client/requests/KeyGenerateRequest.d.ts.map +1 -0
  428. package/serialization/resources/keys/client/requests/{KeyGenerateInput.js → KeyGenerateRequest.js} +3 -3
  429. package/serialization/resources/keys/client/requests/KeyGenerateRequest.js.map +1 -0
  430. package/serialization/resources/keys/client/requests/{KeyImportSecretInput.d.ts → KeyImportRequest.d.ts} +3 -3
  431. package/serialization/resources/keys/client/requests/KeyImportRequest.d.ts.map +1 -0
  432. package/serialization/resources/keys/client/requests/{KeyImportSecretInput.js → KeyImportRequest.js} +3 -3
  433. package/serialization/resources/keys/client/requests/KeyImportRequest.js.map +1 -0
  434. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts +13 -0
  435. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.d.ts.map +1 -0
  436. package/serialization/resources/{drafts/client/requests/DraftUpdateAnnotationsInput.js → keys/client/requests/KeyUpdateAnnotationsRequest.js} +3 -3
  437. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsRequest.js.map +1 -0
  438. package/serialization/resources/{files/client/requests/FileUpdateLabelsInput.d.ts → keys/client/requests/KeyUpdateLabelsRequest.d.ts} +3 -3
  439. package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.d.ts.map +1 -0
  440. package/serialization/resources/{drafts/client/requests/DraftUpdateLabelsInput.js → keys/client/requests/KeyUpdateLabelsRequest.js} +3 -3
  441. package/serialization/resources/keys/client/requests/KeyUpdateLabelsRequest.js.map +1 -0
  442. package/serialization/resources/keys/client/requests/index.d.ts +4 -4
  443. package/serialization/resources/keys/client/requests/index.d.ts.map +1 -1
  444. package/serialization/resources/keys/client/requests/index.js +9 -9
  445. package/serialization/resources/keys/client/requests/index.js.map +1 -1
  446. package/serialization/resources/presentations/client/requests/{PresentationExport.d.ts → PresentationExportRequest.d.ts} +3 -3
  447. package/serialization/resources/presentations/client/requests/PresentationExportRequest.d.ts.map +1 -0
  448. package/serialization/resources/presentations/client/requests/{PresentationExport.js → PresentationExportRequest.js} +3 -3
  449. package/serialization/resources/presentations/client/requests/PresentationExportRequest.js.map +1 -0
  450. package/serialization/resources/presentations/client/requests/{PresentationInput.d.ts → PresentationImportRequest.d.ts} +3 -3
  451. package/serialization/resources/presentations/client/requests/PresentationImportRequest.d.ts.map +1 -0
  452. package/serialization/resources/{credentials/client/requests/CredentialInput.js → presentations/client/requests/PresentationImportRequest.js} +3 -3
  453. package/serialization/resources/presentations/client/requests/PresentationImportRequest.js.map +1 -0
  454. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts +17 -0
  455. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.d.ts.map +1 -0
  456. package/serialization/resources/presentations/client/requests/{PresentationIssue.js → PresentationIssueRequest.js} +5 -5
  457. package/serialization/resources/presentations/client/requests/PresentationIssueRequest.js.map +1 -0
  458. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts → presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts} +3 -3
  459. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.d.ts.map +1 -0
  460. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js → presentations/client/requests/PresentationUpdateAnnotationsRequest.js} +3 -3
  461. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsRequest.js.map +1 -0
  462. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts +13 -0
  463. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.d.ts.map +1 -0
  464. package/serialization/resources/{didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js → presentations/client/requests/PresentationUpdateLabelsRequest.js} +3 -3
  465. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsRequest.js.map +1 -0
  466. package/serialization/resources/presentations/client/requests/index.d.ts +5 -5
  467. package/serialization/resources/presentations/client/requests/index.d.ts.map +1 -1
  468. package/serialization/resources/presentations/client/requests/index.js +11 -11
  469. package/serialization/resources/presentations/client/requests/index.js.map +1 -1
  470. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts +11 -0
  471. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.d.ts.map +1 -0
  472. package/serialization/resources/{drafts/types/DraftIssueDidMethod.js → presentations/types/PresentationIssueRequestDidMethod.js} +3 -3
  473. package/serialization/resources/presentations/types/PresentationIssueRequestDidMethod.js.map +1 -0
  474. package/serialization/resources/presentations/types/index.d.ts +1 -1
  475. package/serialization/resources/presentations/types/index.d.ts.map +1 -1
  476. package/serialization/resources/presentations/types/index.js +1 -1
  477. package/serialization/resources/presentations/types/index.js.map +1 -1
  478. package/serialization/types/BadRequestProblems.d.ts +5 -1
  479. package/serialization/types/BadRequestProblems.d.ts.map +1 -1
  480. package/serialization/types/BadRequestProblems.js +2 -0
  481. package/serialization/types/BadRequestProblems.js.map +1 -1
  482. package/serialization/types/Credential.d.ts +3 -0
  483. package/serialization/types/Credential.d.ts.map +1 -1
  484. package/serialization/types/Credential.js +3 -0
  485. package/serialization/types/Credential.js.map +1 -1
  486. package/serialization/types/CredentialFilter.d.ts +5 -1
  487. package/serialization/types/CredentialFilter.d.ts.map +1 -1
  488. package/serialization/types/CredentialFilter.js +41 -1
  489. package/serialization/types/CredentialFilter.js.map +1 -1
  490. package/serialization/types/Draft.d.ts +4 -0
  491. package/serialization/types/Draft.d.ts.map +1 -1
  492. package/serialization/types/Draft.js +4 -0
  493. package/serialization/types/Draft.js.map +1 -1
  494. package/serialization/types/DraftFilter.d.ts +5 -1
  495. package/serialization/types/DraftFilter.d.ts.map +1 -1
  496. package/serialization/types/DraftFilter.js +41 -1
  497. package/serialization/types/DraftFilter.js.map +1 -1
  498. package/serialization/types/File_.d.ts +1 -1
  499. package/serialization/types/File_.d.ts.map +1 -1
  500. package/serialization/types/File_.js +1 -1
  501. package/serialization/types/File_.js.map +1 -1
  502. package/serialization/types/LinkedRef.d.ts +15 -0
  503. package/serialization/types/LinkedRef.d.ts.map +1 -0
  504. package/serialization/types/LinkedRef.js +46 -0
  505. package/serialization/types/LinkedRef.js.map +1 -0
  506. package/serialization/types/LinkedResourceRef.d.ts +13 -0
  507. package/serialization/types/LinkedResourceRef.d.ts.map +1 -0
  508. package/serialization/types/LinkedResourceRef.js +44 -0
  509. package/serialization/types/LinkedResourceRef.js.map +1 -0
  510. package/serialization/types/Presentation.d.ts +2 -0
  511. package/serialization/types/Presentation.d.ts.map +1 -1
  512. package/serialization/types/Presentation.js +2 -0
  513. package/serialization/types/Presentation.js.map +1 -1
  514. package/serialization/types/PresentationFilter.d.ts +4 -1
  515. package/serialization/types/PresentationFilter.d.ts.map +1 -1
  516. package/serialization/types/PresentationFilter.js +40 -1
  517. package/serialization/types/PresentationFilter.js.map +1 -1
  518. package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts +18 -0
  519. package/serialization/types/ProblemBadRequestPayloadTooLarge.d.ts.map +1 -0
  520. package/serialization/types/ProblemBadRequestPayloadTooLarge.js +49 -0
  521. package/serialization/types/ProblemBadRequestPayloadTooLarge.js.map +1 -0
  522. package/serialization/types/index.d.ts +3 -0
  523. package/serialization/types/index.d.ts.map +1 -1
  524. package/serialization/types/index.js +3 -0
  525. package/serialization/types/index.js.map +1 -1
  526. package/api/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
  527. package/api/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
  528. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
  529. package/api/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
  530. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
  531. package/api/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
  532. package/api/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
  533. package/api/resources/credentials/client/requests/CredentialInput.js.map +0 -1
  534. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
  535. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js +0 -6
  536. package/api/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
  537. package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
  538. package/api/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
  539. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
  540. package/api/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
  541. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
  542. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js +0 -6
  543. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
  544. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
  545. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js +0 -6
  546. package/api/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
  547. package/api/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
  548. package/api/resources/drafts/client/requests/DraftExport.js.map +0 -1
  549. package/api/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
  550. package/api/resources/drafts/client/requests/DraftInput.js.map +0 -1
  551. package/api/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
  552. package/api/resources/drafts/client/requests/DraftIssue.js +0 -6
  553. package/api/resources/drafts/client/requests/DraftIssue.js.map +0 -1
  554. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
  555. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js +0 -6
  556. package/api/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
  557. package/api/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
  558. package/api/resources/drafts/client/requests/DraftUpdateInput.js +0 -6
  559. package/api/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
  560. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
  561. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js +0 -6
  562. package/api/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
  563. package/api/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
  564. package/api/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
  565. package/api/resources/files/client/requests/FileInput.d.ts.map +0 -1
  566. package/api/resources/files/client/requests/FileInput.js.map +0 -1
  567. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
  568. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js +0 -6
  569. package/api/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
  570. package/api/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
  571. package/api/resources/files/client/requests/FileUpdateLabelsInput.js +0 -6
  572. package/api/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
  573. package/api/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
  574. package/api/resources/gdpr/client/requests/SupportRequest.js +0 -6
  575. package/api/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
  576. package/api/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
  577. package/api/resources/gdpr/types/SupportRequestType.js.map +0 -1
  578. package/api/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
  579. package/api/resources/keys/client/requests/KeyGenerateInput.js +0 -6
  580. package/api/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
  581. package/api/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
  582. package/api/resources/keys/client/requests/KeyImportSecretInput.js +0 -6
  583. package/api/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
  584. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
  585. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js +0 -6
  586. package/api/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
  587. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
  588. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js +0 -6
  589. package/api/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
  590. package/api/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
  591. package/api/resources/presentations/client/requests/PresentationExport.js +0 -6
  592. package/api/resources/presentations/client/requests/PresentationExport.js.map +0 -1
  593. package/api/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
  594. package/api/resources/presentations/client/requests/PresentationInput.js +0 -6
  595. package/api/resources/presentations/client/requests/PresentationInput.js.map +0 -1
  596. package/api/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
  597. package/api/resources/presentations/client/requests/PresentationIssue.js +0 -6
  598. package/api/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
  599. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts +0 -52
  600. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
  601. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js +0 -6
  602. package/api/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
  603. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -52
  604. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
  605. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js +0 -6
  606. package/api/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
  607. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -12
  608. package/api/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
  609. package/api/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
  610. package/documents/credential/draft.d.ts +0 -23
  611. package/documents/credential/draft.d.ts.map +0 -1
  612. package/documents/credential/draft.js.map +0 -1
  613. package/documents/credential/verifiable.d.ts.map +0 -1
  614. package/documents/credential/verifiable.js.map +0 -1
  615. package/serialization/resources/apiKeys/client/requests/ApiKeyInput.d.ts.map +0 -1
  616. package/serialization/resources/apiKeys/client/requests/ApiKeyInput.js.map +0 -1
  617. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts +0 -13
  618. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.d.ts.map +0 -1
  619. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateAnnotationsInput.js.map +0 -1
  620. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.d.ts.map +0 -1
  621. package/serialization/resources/apiKeys/client/requests/ApiKeyUpdateLabelsInput.js.map +0 -1
  622. package/serialization/resources/credentials/client/requests/CredentialInput.d.ts.map +0 -1
  623. package/serialization/resources/credentials/client/requests/CredentialInput.js.map +0 -1
  624. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts +0 -13
  625. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.d.ts.map +0 -1
  626. package/serialization/resources/credentials/client/requests/CredentialUpdateAnnotationsInput.js.map +0 -1
  627. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts +0 -13
  628. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.d.ts.map +0 -1
  629. package/serialization/resources/credentials/client/requests/CredentialUpdateLabelsInput.js.map +0 -1
  630. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.d.ts.map +0 -1
  631. package/serialization/resources/didcommMessages/client/requests/DidCommMessageSendInput.js.map +0 -1
  632. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.d.ts.map +0 -1
  633. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateAnnotationsInput.js.map +0 -1
  634. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts +0 -13
  635. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.d.ts.map +0 -1
  636. package/serialization/resources/didcommMessages/client/requests/DidcommMessageUpdateLabelsInput.js.map +0 -1
  637. package/serialization/resources/drafts/client/requests/DraftExport.d.ts.map +0 -1
  638. package/serialization/resources/drafts/client/requests/DraftExport.js.map +0 -1
  639. package/serialization/resources/drafts/client/requests/DraftInput.d.ts.map +0 -1
  640. package/serialization/resources/drafts/client/requests/DraftInput.js.map +0 -1
  641. package/serialization/resources/drafts/client/requests/DraftIssue.d.ts.map +0 -1
  642. package/serialization/resources/drafts/client/requests/DraftIssue.js.map +0 -1
  643. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts +0 -13
  644. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.d.ts.map +0 -1
  645. package/serialization/resources/drafts/client/requests/DraftUpdateAnnotationsInput.js.map +0 -1
  646. package/serialization/resources/drafts/client/requests/DraftUpdateInput.d.ts.map +0 -1
  647. package/serialization/resources/drafts/client/requests/DraftUpdateInput.js.map +0 -1
  648. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts +0 -13
  649. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.d.ts.map +0 -1
  650. package/serialization/resources/drafts/client/requests/DraftUpdateLabelsInput.js.map +0 -1
  651. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts +0 -11
  652. package/serialization/resources/drafts/types/DraftIssueDidMethod.d.ts.map +0 -1
  653. package/serialization/resources/drafts/types/DraftIssueDidMethod.js.map +0 -1
  654. package/serialization/resources/files/client/requests/FileInput.d.ts.map +0 -1
  655. package/serialization/resources/files/client/requests/FileInput.js.map +0 -1
  656. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts +0 -13
  657. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.d.ts.map +0 -1
  658. package/serialization/resources/files/client/requests/FileUpdateAnnotationsInput.js.map +0 -1
  659. package/serialization/resources/files/client/requests/FileUpdateLabelsInput.d.ts.map +0 -1
  660. package/serialization/resources/files/client/requests/FileUpdateLabelsInput.js.map +0 -1
  661. package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts +0 -15
  662. package/serialization/resources/gdpr/client/requests/SupportRequest.d.ts.map +0 -1
  663. package/serialization/resources/gdpr/client/requests/SupportRequest.js.map +0 -1
  664. package/serialization/resources/gdpr/types/SupportRequestType.d.ts +0 -11
  665. package/serialization/resources/gdpr/types/SupportRequestType.d.ts.map +0 -1
  666. package/serialization/resources/gdpr/types/SupportRequestType.js.map +0 -1
  667. package/serialization/resources/keys/client/requests/KeyGenerateInput.d.ts.map +0 -1
  668. package/serialization/resources/keys/client/requests/KeyGenerateInput.js.map +0 -1
  669. package/serialization/resources/keys/client/requests/KeyImportSecretInput.d.ts.map +0 -1
  670. package/serialization/resources/keys/client/requests/KeyImportSecretInput.js.map +0 -1
  671. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts +0 -13
  672. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.d.ts.map +0 -1
  673. package/serialization/resources/keys/client/requests/KeyUpdateAnnotationsInput.js.map +0 -1
  674. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts +0 -13
  675. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.d.ts.map +0 -1
  676. package/serialization/resources/keys/client/requests/KeyUpdateLabelsInput.js.map +0 -1
  677. package/serialization/resources/presentations/client/requests/PresentationExport.d.ts.map +0 -1
  678. package/serialization/resources/presentations/client/requests/PresentationExport.js.map +0 -1
  679. package/serialization/resources/presentations/client/requests/PresentationInput.d.ts.map +0 -1
  680. package/serialization/resources/presentations/client/requests/PresentationInput.js.map +0 -1
  681. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts +0 -17
  682. package/serialization/resources/presentations/client/requests/PresentationIssue.d.ts.map +0 -1
  683. package/serialization/resources/presentations/client/requests/PresentationIssue.js.map +0 -1
  684. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.d.ts.map +0 -1
  685. package/serialization/resources/presentations/client/requests/PresentationUpdateAnnotationsInput.js.map +0 -1
  686. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts +0 -13
  687. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.d.ts.map +0 -1
  688. package/serialization/resources/presentations/client/requests/PresentationUpdateLabelsInput.js.map +0 -1
  689. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts +0 -11
  690. package/serialization/resources/presentations/types/PresentationIssueDidMethod.d.ts.map +0 -1
  691. package/serialization/resources/presentations/types/PresentationIssueDidMethod.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Client.js","sourceRoot":"","sources":["../../../../../src/api/resources/apiKeys/client/Client.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uEAAyD;AACzD,uDAAyC;AACzC,wDAA0C;AAC1C,6EAA+D;AAC/D,wDAA+B;AAC/B,iEAAmD;AAuBnD;;GAEG;AACH,MAAa,OAAO;IAChB,YAA+B,WAA4B,EAAE;QAA9B,aAAQ,GAAR,QAAQ,CAAsB;IAAG,CAAC;IAEjE;;;;;;;;;;;;;;;OAeG;IACI,YAAY,CACf,UAA+B,EAAE,EACjC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAC9F,CAAC;IAEa,cAAc;6DACxB,UAA+B,EAAE,EACjC,cAAuC;;YAEvC,MAAM,EAAE,cAAc,KAAe,OAAO,EAAjB,KAAK,UAAK,OAAO,EAAtC,kBAA4B,CAAU,CAAC;YAC7C,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,UAAU,CACb;gBACD,MAAM,EAAE,MAAM;gBACd,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,iBAAiB,EAAE,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,IACnE,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,WAAW,CAAC,WAAW,CAAC,WAAW,CAAC,KAAK,EAAE,EAAE,sBAAsB,EAAE,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,CAAC;gBAC1G,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC9D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,yBAAyB,CACvC,WAAW,CAAC,4BAA4B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACxE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,+CAA+C,CAAC,CAAC;gBAC1F,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;OAeG;IACI,YAAY,CACf,UAAuC,EAAE,EACzC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAC9F,CAAC;IAEa,cAAc;6DACxB,UAAuC,EAAE,EACzC,cAAuC;;YAEvC,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,iBAAiB,CACpB;gBACD,MAAM,EAAE,MAAM;gBACd,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,IAC3C,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,WAAW,CAAC,mBAAmB,CAAC,WAAW,CAAC,OAAO,EAAE;oBACvD,sBAAsB,EAAE,OAAO;oBAC/B,aAAa,EAAE,IAAI;iBACtB,CAAC;gBACF,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,UAAU,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBACtD,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,yBAAyB,CACvC,WAAW,CAAC,4BAA4B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACxE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,sDAAsD,CAAC,CAAC;gBACjG,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;OAgBG;IACI,YAAY,CACf,EAAU,EACV,UAAuC,EAAE,EACzC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAClG,CAAC;IAEa,cAAc;6DACxB,EAAU,EACV,UAAuC,EAAE,EACzC,cAAuC;;YAEvC,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;YAChC,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,EAAE,CACvC;gBACD,MAAM,EAAE,KAAK;gBACb,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,eAAe,EAAE,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,IAC3D,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC1D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,mDAAmD,CAAC,CAAC;gBAC9F,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,YAAY,CACf,EAAU,EACV,OAAoC,EACpC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAClG,CAAC;IAEa,cAAc,CACxB,EAAU,EACV,OAAoC,EACpC,cAAuC;;;YAEvC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;YAC5C,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,EAAE,CACvC;gBACD,MAAM,EAAE,QAAQ;gBAChB,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,iBAAiB,EAAE,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EACtE,UAAU,EAAE,OAAO,IAChB,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,CAAC,WAAW,EAAE,CAAC;YACnE,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,qBAAqB,CACnC,WAAW,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACpE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,uBAAuB,CACrC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,sDAAsD,CAAC,CAAC;gBACjG,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACI,uBAAuB,CAC1B,EAAU,EACV,OAA6C,EAC7C,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,yBAAyB,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAC7G,CAAC;IAEa,yBAAyB,CACnC,EAAU,EACV,OAA6C,EAC7C,cAAuC;;;YAEvC,MAAM,EAAE,cAAc,EAAE,OAAO,KAAe,OAAO,EAAjB,KAAK,UAAK,OAAO,EAA/C,6BAAqC,CAAU,CAAC;YACtD,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,cAAc,CACnD;gBACD,MAAM,EAAE,OAAO;gBACf,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,iBAAiB,EAAE,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EACtE,UAAU,EAAE,OAAO,IAChB,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,WAAW,CAAC,4BAA4B,CAAC,WAAW,CAAC,KAAK,EAAE;oBAC9D,sBAAsB,EAAE,OAAO;oBAC/B,aAAa,EAAE,IAAI;iBACtB,CAAC;gBACF,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC1D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,qBAAqB,CACnC,WAAW,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACpE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,uBAAuB,CACrC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,yBAAyB,CACvC,WAAW,CAAC,4BAA4B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACxE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,iEAAiE,CAAC,CAAC;gBAC5G,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACI,kBAAkB,CACrB,EAAU,EACV,OAAwC,EACxC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,oBAAoB,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IACxG,CAAC;IAEa,oBAAoB,CAC9B,EAAU,EACV,OAAwC,EACxC,cAAuC;;;YAEvC,MAAM,EAAE,cAAc,EAAE,OAAO,KAAe,OAAO,EAAjB,KAAK,UAAK,OAAO,EAA/C,6BAAqC,CAAU,CAAC;YACtD,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,SAAS,CAC9C;gBACD,MAAM,EAAE,OAAO;gBACf,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,iBAAiB,EAAE,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EACtE,UAAU,EAAE,OAAO,IAChB,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,IAAI,EAAE,WAAW,CAAC,uBAAuB,CAAC,WAAW,CAAC,KAAK,EAAE;oBACzD,sBAAsB,EAAE,OAAO;oBAC/B,aAAa,EAAE,IAAI;iBACtB,CAAC;gBACF,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC1D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,qBAAqB,CACnC,WAAW,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACpE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,uBAAuB,CACrC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,yBAAyB,CACvC,WAAW,CAAC,4BAA4B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACxE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,4DAA4D,CAAC,CAAC;gBACvG,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACI,aAAa,CAChB,EAAU,EACV,OAAqC,EACrC,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IACnG,CAAC;IAEa,eAAe,CACzB,EAAU,EACV,OAAqC,EACrC,cAAuC;;;YAEvC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;YAC5C,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,UAAU,CAC/C;gBACD,MAAM,EAAE,MAAM;gBACd,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,iBAAiB,EAAE,cAAc,IAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EACtE,UAAU,EAAE,OAAO,IAChB,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC1D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,qBAAqB,CACnC,WAAW,CAAC,wBAAwB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACpE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,uBAAuB,CACrC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,4DAA4D,CAAC,CAAC;gBACvG,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;OAgBG;IACI,aAAa,CAChB,EAAU,EACV,UAAwC,EAAE,EAC1C,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IACnG,CAAC;IAEa,eAAe;6DACzB,EAAU,EACV,UAAwC,EAAE,EAC1C,cAAuC;;YAEvC,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;YAChC,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,YAAY,CACjD;gBACD,MAAM,EAAE,KAAK;gBACb,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,eAAe,EAAE,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,IAC3D,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,UAAU,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBACtD,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAAC,6DAA6D,CAAC,CAAC;gBACxG,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;OAiBG;IACI,cAAc,CACjB,EAAU,EACV,QAAgB,EAChB,UAAyC,EAAE,EAC3C,cAAuC;QAEvC,OAAO,IAAI,CAAC,mBAAmB,CAAC,WAAW,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;IAC9G,CAAC;IAEa,gBAAgB;6DAC1B,EAAU,EACV,QAAgB,EAChB,UAAyC,EAAE,EAC3C,cAAuC;;YAEvC,MAAM,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;YAChC,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,IAAI,CAAC,QAAQ,CAAC,OAAO,mCAAI,IAAI,CAAC,OAAO,CAAC,CAAC;gBAC5D,GAAG,EAAE,IAAA,kBAAO,EACR,MAAA,MAAA,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,mCAC5C,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,mCACpD,YAAY,CAAC,kBAAkB,CAAC,OAAO,EAC3C,YAAY,kBAAkB,CAAC,EAAE,CAAC,cAAc,kBAAkB,CAAC,QAAQ,CAAC,EAAE,CACjF;gBACD,MAAM,EAAE,KAAK;gBACb,OAAO,gCACH,iBAAiB,EAAE,YAAY,EAC/B,iBAAiB,EAAE,cAAc,EACjC,oBAAoB,EAAE,QAAQ,EAC9B,YAAY,EAAE,qBAAqB,EACnC,gBAAgB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EACnC,wBAAwB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,EAC9C,eAAe,EAAE,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,IAC3D,CAAC,MAAM,IAAI,CAAC,8BAA8B,EAAE,CAAC,GAC7C,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAC7B;gBACD,WAAW,EAAE,kBAAkB;gBAC/B,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,gBAAgB,KAAI,IAAI,CAAC,CAAC,CAAC,cAAc,CAAC,gBAAgB,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;gBACpG,UAAU,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,UAAU;gBACtC,WAAW,EAAE,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW;aAC3C,CAAC,CAAC;YACH,IAAI,SAAS,CAAC,EAAE,EAAE,CAAC;gBACf,OAAO;oBACH,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE;wBAC1D,sBAAsB,EAAE,aAAa;wBACrC,6BAA6B,EAAE,IAAI;wBACnC,2BAA2B,EAAE,IAAI;wBACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;qBAClC,CAAC;oBACF,WAAW,EAAE,SAAS,CAAC,WAAW;iBACrC,CAAC;YACN,CAAC;YAED,IAAI,SAAS,CAAC,KAAK,CAAC,MAAM,KAAK,aAAa,EAAE,CAAC;gBAC3C,QAAQ,SAAS,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;oBACjC,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,eAAe,CAC7B,WAAW,CAAC,kBAAkB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC9D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,iBAAiB,CAC/B,WAAW,CAAC,oBAAoB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAChE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,cAAc,CAC5B,WAAW,CAAC,iBAAiB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC7D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,aAAa,CAC3B,WAAW,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BAC5D,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,oBAAoB,CAClC,WAAW,CAAC,uBAAuB,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACnE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN,KAAK,GAAG;wBACJ,MAAM,IAAI,OAAO,CAAC,mBAAmB,CACjC,WAAW,CAAC,0BAA0B,CAAC,YAAY,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,EAAE;4BACtE,sBAAsB,EAAE,aAAa;4BACrC,6BAA6B,EAAE,IAAI;4BACnC,2BAA2B,EAAE,IAAI;4BACjC,iBAAiB,EAAE,CAAC,UAAU,CAAC;yBAClC,CAAC,EACF,SAAS,CAAC,WAAW,CACxB,CAAC;oBACN;wBACI,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;4BAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;4BACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,IAAI;4BAC1B,WAAW,EAAE,SAAS,CAAC,WAAW;yBACrC,CAAC,CAAC;gBACX,CAAC;YACL,CAAC;YAED,QAAQ,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBAC7B,KAAK,UAAU;oBACX,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,UAAU,EAAE,SAAS,CAAC,KAAK,CAAC,UAAU;wBACtC,IAAI,EAAE,SAAS,CAAC,KAAK,CAAC,OAAO;wBAC7B,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;gBACP,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,mBAAmB,CAChC,wEAAwE,CAC3E,CAAC;gBACN,KAAK,SAAS;oBACV,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC;wBAC1B,OAAO,EAAE,SAAS,CAAC,KAAK,CAAC,YAAY;wBACrC,WAAW,EAAE,SAAS,CAAC,WAAW;qBACrC,CAAC,CAAC;YACX,CAAC;QACL,CAAC;KAAA;IAEe,8BAA8B;;YAC1C,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;YAClE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC;QACxC,CAAC;KAAA;CACJ;AAzgDD,0BAygDC","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as environments from '../../../../environments';\nimport * as core from '../../../../core';\nimport * as Truvity from '../../../index';\nimport * as serializers from '../../../../serialization/index';\nimport urlJoin from 'url-join';\nimport * as errors from '../../../../errors/index';\n\nexport declare namespace ApiKeys {\n export interface Options {\n environment?: core.Supplier<environments.TruvityEnvironment | string>;\n /** Specify a custom URL to connect the client to. */\n baseUrl?: core.Supplier<string>;\n apiKey?: core.Supplier<string | undefined>;\n fetcher?: core.FetchFunction;\n }\n\n export interface RequestOptions {\n /** The maximum time to wait for a response in seconds. */\n timeoutInSeconds?: number;\n /** The number of times to retry the request. Defaults to 2. */\n maxRetries?: number;\n /** A hook to abort the request. */\n abortSignal?: AbortSignal;\n /** Additional headers to include in the request. */\n headers?: Record<string, string>;\n }\n}\n\n/**\n * The API to manage Truvity API's keys.\n */\nexport class ApiKeys {\n constructor(protected readonly _options: ApiKeys.Options = {}) {}\n\n /**\n * Create a new API key resource.\n *\n * @param {Truvity.ApiKeyInput} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyCreate()\n */\n public apiKeyCreate(\n request: Truvity.ApiKeyInput = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKeyFull> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyCreate(request, requestOptions));\n }\n\n private async __apiKeyCreate(\n request: Truvity.ApiKeyInput = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKeyFull>> {\n const { idempotencyKey, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n 'api-keys',\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyInput.jsonOrThrow(_body, { unrecognizedObjectKeys: 'strip', omitUndefined: true }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKeyFull.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Search for API Keys with extended filters capabilities.\n *\n * @param {Truvity.ApiKeySearchRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeySearch()\n */\n public apiKeySearch(\n request: Truvity.ApiKeySearchRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ListApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeySearch(request, requestOptions));\n }\n\n private async __apiKeySearch(\n request: Truvity.ApiKeySearchRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ListApiKey>> {\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n 'api-keys/search',\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeySearchRequest.jsonOrThrow(request, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ListApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/search.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Get the latest version of API Key.\n *\n * @param {string} id - The ID of the resource.\n * @param {Truvity.ApiKeyLatestRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyLatest(\"id\")\n */\n public apiKeyLatest(\n id: string,\n request: Truvity.ApiKeyLatestRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyLatest(id, request, requestOptions));\n }\n\n private async __apiKeyLatest(\n id: string,\n request: Truvity.ApiKeyLatestRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Delete API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyDeleteRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyDelete(\"id\", {\n * ifMatch: \"If-Match\"\n * })\n */\n public apiKeyDelete(\n id: string,\n request: Truvity.ApiKeyDeleteRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<void> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyDelete(id, request, requestOptions));\n }\n\n private async __apiKeyDelete(\n id: string,\n request: Truvity.ApiKeyDeleteRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<void>> {\n const { idempotencyKey, ifMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}`,\n ),\n method: 'DELETE',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return { data: undefined, rawResponse: _response.rawResponse };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling DELETE /api-keys/{id}.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Update annotations of API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyUpdateAnnotationsInput} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyUpdateAnnotations(\"id\", {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * })\n */\n public apiKeyUpdateAnnotations(\n id: string,\n request: Truvity.ApiKeyUpdateAnnotationsInput,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateAnnotations(id, request, requestOptions));\n }\n\n private async __apiKeyUpdateAnnotations(\n id: string,\n request: Truvity.ApiKeyUpdateAnnotationsInput,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/annotations`,\n ),\n method: 'PATCH',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyUpdateAnnotationsInput.jsonOrThrow(_body, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/annotations.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Update labels of API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyUpdateLabelsInput} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyUpdateLabels(\"id\", {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * })\n */\n public apiKeyUpdateLabels(\n id: string,\n request: Truvity.ApiKeyUpdateLabelsInput,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateLabels(id, request, requestOptions));\n }\n\n private async __apiKeyUpdateLabels(\n id: string,\n request: Truvity.ApiKeyUpdateLabelsInput,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/labels`,\n ),\n method: 'PATCH',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyUpdateLabelsInput.jsonOrThrow(_body, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/labels.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Restore API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyRestoreRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyRestore(\"id\", {\n * ifMatch: \"If-Match\"\n * })\n */\n public apiKeyRestore(\n id: string,\n request: Truvity.ApiKeyRestoreRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyRestore(id, request, requestOptions));\n }\n\n private async __apiKeyRestore(\n id: string,\n request: Truvity.ApiKeyRestoreRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/restore`,\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/{id}/restore.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * History of the API Key's resources.\n *\n * @param {string} id - The ID of the resource.\n * @param {Truvity.ApiKeyHistoryRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyHistory(\"id\")\n */\n public apiKeyHistory(\n id: string,\n request: Truvity.ApiKeyHistoryRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ListApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyHistory(id, request, requestOptions));\n }\n\n private async __apiKeyHistory(\n id: string,\n request: Truvity.ApiKeyHistoryRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ListApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/revisions`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ListApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Read the specific version of the API Key's resource.\n *\n * @param {string} id - The ID of the resource.\n * @param {number} revision - The revision of the resource.\n * @param {Truvity.ApiKeyRevisionRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyRevision(\"id\", 1)\n */\n public apiKeyRevision(\n id: string,\n revision: number,\n request: Truvity.ApiKeyRevisionRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyRevision(id, revision, request, requestOptions));\n }\n\n private async __apiKeyRevision(\n id: string,\n revision: number,\n request: Truvity.ApiKeyRevisionRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.35.1',\n 'User-Agent': '@truvity/sdk/0.35.1',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError(\n 'Timeout exceeded when calling GET /api-keys/{id}/revisions/{revision}.',\n );\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n protected async _getCustomAuthorizationHeaders() {\n const apiKeyValue = await core.Supplier.get(this._options.apiKey);\n return { 'X-API-KEY': apiKeyValue };\n }\n}\n"]}
1
+ {"version":3,"file":"Client.js","sourceRoot":"","sources":["../../../../../src/api/resources/apiKeys/client/Client.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\nimport * as environments from '../../../../environments';\nimport * as core from '../../../../core';\nimport * as Truvity from '../../../index';\nimport * as serializers from '../../../../serialization/index';\nimport urlJoin from 'url-join';\nimport * as errors from '../../../../errors/index';\n\nexport declare namespace ApiKeys {\n export interface Options {\n environment?: core.Supplier<environments.TruvityEnvironment | string>;\n /** Specify a custom URL to connect the client to. */\n baseUrl?: core.Supplier<string>;\n apiKey?: core.Supplier<string | undefined>;\n fetcher?: core.FetchFunction;\n }\n\n export interface RequestOptions {\n /** The maximum time to wait for a response in seconds. */\n timeoutInSeconds?: number;\n /** The number of times to retry the request. Defaults to 2. */\n maxRetries?: number;\n /** A hook to abort the request. */\n abortSignal?: AbortSignal;\n /** Additional headers to include in the request. */\n headers?: Record<string, string>;\n }\n}\n\n/**\n * The API to manage Truvity API's keys.\n */\nexport class ApiKeys {\n constructor(protected readonly _options: ApiKeys.Options = {}) {}\n\n /**\n * Create a new API key resource.\n *\n * @param {Truvity.ApiKeyCreateRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyCreate()\n */\n public apiKeyCreate(\n request: Truvity.ApiKeyCreateRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKeyFull> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyCreate(request, requestOptions));\n }\n\n private async __apiKeyCreate(\n request: Truvity.ApiKeyCreateRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKeyFull>> {\n const { idempotencyKey, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n 'api-keys',\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyCreateRequest.jsonOrThrow(_body, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKeyFull.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Search for API Keys with extended filters capabilities.\n *\n * @param {Truvity.ApiKeySearchRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeySearch()\n */\n public apiKeySearch(\n request: Truvity.ApiKeySearchRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ListApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeySearch(request, requestOptions));\n }\n\n private async __apiKeySearch(\n request: Truvity.ApiKeySearchRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ListApiKey>> {\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n 'api-keys/search',\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeySearchRequest.jsonOrThrow(request, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ListApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/search.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Get the latest version of API Key.\n *\n * @param {string} id - The ID of the resource.\n * @param {Truvity.ApiKeyLatestRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyLatest(\"id\")\n */\n public apiKeyLatest(\n id: string,\n request: Truvity.ApiKeyLatestRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyLatest(id, request, requestOptions));\n }\n\n private async __apiKeyLatest(\n id: string,\n request: Truvity.ApiKeyLatestRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Delete API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyDeleteRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyDelete(\"id\", {\n * ifMatch: \"If-Match\"\n * })\n */\n public apiKeyDelete(\n id: string,\n request: Truvity.ApiKeyDeleteRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<void> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyDelete(id, request, requestOptions));\n }\n\n private async __apiKeyDelete(\n id: string,\n request: Truvity.ApiKeyDeleteRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<void>> {\n const { idempotencyKey, ifMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}`,\n ),\n method: 'DELETE',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return { data: undefined, rawResponse: _response.rawResponse };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling DELETE /api-keys/{id}.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Update annotations of API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyUpdateAnnotationsRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyUpdateAnnotations(\"id\", {\n * ifMatch: \"If-Match\",\n * annotations: {\n * \"key\": \"value\"\n * }\n * })\n */\n public apiKeyUpdateAnnotations(\n id: string,\n request: Truvity.ApiKeyUpdateAnnotationsRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateAnnotations(id, request, requestOptions));\n }\n\n private async __apiKeyUpdateAnnotations(\n id: string,\n request: Truvity.ApiKeyUpdateAnnotationsRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/annotations`,\n ),\n method: 'PATCH',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyUpdateAnnotationsRequest.jsonOrThrow(_body, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/annotations.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Update labels of API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyUpdateLabelsRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.UnsupportedMediaTypeError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyUpdateLabels(\"id\", {\n * ifMatch: \"If-Match\",\n * labels: {\n * \"key\": \"value\"\n * }\n * })\n */\n public apiKeyUpdateLabels(\n id: string,\n request: Truvity.ApiKeyUpdateLabelsRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyUpdateLabels(id, request, requestOptions));\n }\n\n private async __apiKeyUpdateLabels(\n id: string,\n request: Truvity.ApiKeyUpdateLabelsRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch, ..._body } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/labels`,\n ),\n method: 'PATCH',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n body: serializers.ApiKeyUpdateLabelsRequest.jsonOrThrow(_body, {\n unrecognizedObjectKeys: 'strip',\n omitUndefined: true,\n }),\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 415:\n throw new Truvity.UnsupportedMediaTypeError(\n serializers.UnsupportedMediaTypeProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling PATCH /api-keys/{id}/labels.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Restore API Key's resource.\n *\n * @param {string} id - The primary and unique identifier of the resource (inside tenant)\n * according to [RFC 4122](https://www.rfc-editor.org/info/rfc4122).\n * @param {Truvity.ApiKeyRestoreRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.MethodNotAllowedError}\n * @throws {@link Truvity.PreconditionFailedError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyRestore(\"id\", {\n * ifMatch: \"If-Match\"\n * })\n */\n public apiKeyRestore(\n id: string,\n request: Truvity.ApiKeyRestoreRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyRestore(id, request, requestOptions));\n }\n\n private async __apiKeyRestore(\n id: string,\n request: Truvity.ApiKeyRestoreRequest,\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { idempotencyKey, ifMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/restore`,\n ),\n method: 'POST',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'Idempotency-Key': idempotencyKey != null ? idempotencyKey : undefined,\n 'If-Match': ifMatch,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 405:\n throw new Truvity.MethodNotAllowedError(\n serializers.MethodNotAllowedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 412:\n throw new Truvity.PreconditionFailedError(\n serializers.PreconditionFailedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling POST /api-keys/{id}/restore.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * History of the API Key's resources.\n *\n * @param {string} id - The ID of the resource.\n * @param {Truvity.ApiKeyHistoryRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyHistory(\"id\")\n */\n public apiKeyHistory(\n id: string,\n request: Truvity.ApiKeyHistoryRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ListApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyHistory(id, request, requestOptions));\n }\n\n private async __apiKeyHistory(\n id: string,\n request: Truvity.ApiKeyHistoryRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ListApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/revisions`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ListApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError('Timeout exceeded when calling GET /api-keys/{id}/revisions.');\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n /**\n * Read the specific version of the API Key's resource.\n *\n * @param {string} id - The ID of the resource.\n * @param {number} revision - The revision of the resource.\n * @param {Truvity.ApiKeyRevisionRequest} request\n * @param {ApiKeys.RequestOptions} requestOptions - Request-specific configuration.\n *\n * @throws {@link Truvity.BadRequestError}\n * @throws {@link Truvity.UnauthorizedError}\n * @throws {@link Truvity.ForbiddenError}\n * @throws {@link Truvity.NotFoundError}\n * @throws {@link Truvity.TooManyRequestsError}\n * @throws {@link Truvity.InternalServerError}\n *\n * @example\n * await client.apiKeys.apiKeyRevision(\"id\", 1)\n */\n public apiKeyRevision(\n id: string,\n revision: number,\n request: Truvity.ApiKeyRevisionRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): core.HttpResponsePromise<Truvity.ResourceApiKey> {\n return core.HttpResponsePromise.fromPromise(this.__apiKeyRevision(id, revision, request, requestOptions));\n }\n\n private async __apiKeyRevision(\n id: string,\n revision: number,\n request: Truvity.ApiKeyRevisionRequest = {},\n requestOptions?: ApiKeys.RequestOptions,\n ): Promise<core.WithRawResponse<Truvity.ResourceApiKey>> {\n const { ifNoneMatch } = request;\n const _response = await (this._options.fetcher ?? core.fetcher)({\n url: urlJoin(\n (await core.Supplier.get(this._options.baseUrl)) ??\n (await core.Supplier.get(this._options.environment)) ??\n environments.TruvityEnvironment.Default,\n `api-keys/${encodeURIComponent(id)}/revisions/${encodeURIComponent(revision)}`,\n ),\n method: 'GET',\n headers: {\n 'X-Fern-Language': 'JavaScript',\n 'X-Fern-SDK-Name': '@truvity/sdk',\n 'X-Fern-SDK-Version': '0.36.8',\n 'User-Agent': '@truvity/sdk/0.36.8',\n 'X-Fern-Runtime': core.RUNTIME.type,\n 'X-Fern-Runtime-Version': core.RUNTIME.version,\n 'If-None-Match': ifNoneMatch != null ? ifNoneMatch : undefined,\n ...(await this._getCustomAuthorizationHeaders()),\n ...requestOptions?.headers,\n },\n contentType: 'application/json',\n requestType: 'json',\n timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,\n maxRetries: requestOptions?.maxRetries,\n abortSignal: requestOptions?.abortSignal,\n });\n if (_response.ok) {\n return {\n data: serializers.ResourceApiKey.parseOrThrow(_response.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n rawResponse: _response.rawResponse,\n };\n }\n\n if (_response.error.reason === 'status-code') {\n switch (_response.error.statusCode) {\n case 400:\n throw new Truvity.BadRequestError(\n serializers.BadRequestProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 401:\n throw new Truvity.UnauthorizedError(\n serializers.UnauthorizedProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 403:\n throw new Truvity.ForbiddenError(\n serializers.ForbiddenProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 404:\n throw new Truvity.NotFoundError(\n serializers.NotFoundProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 429:\n throw new Truvity.TooManyRequestsError(\n serializers.TooManyRequestsProblems.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n case 500:\n throw new Truvity.InternalServerError(\n serializers.ProblemInternalServerError.parseOrThrow(_response.error.body, {\n unrecognizedObjectKeys: 'passthrough',\n allowUnrecognizedUnionMembers: true,\n allowUnrecognizedEnumValues: true,\n breadcrumbsPrefix: ['response'],\n }),\n _response.rawResponse,\n );\n default:\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.body,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n switch (_response.error.reason) {\n case 'non-json':\n throw new errors.TruvityError({\n statusCode: _response.error.statusCode,\n body: _response.error.rawBody,\n rawResponse: _response.rawResponse,\n });\n case 'timeout':\n throw new errors.TruvityTimeoutError(\n 'Timeout exceeded when calling GET /api-keys/{id}/revisions/{revision}.',\n );\n case 'unknown':\n throw new errors.TruvityError({\n message: _response.error.errorMessage,\n rawResponse: _response.rawResponse,\n });\n }\n }\n\n protected async _getCustomAuthorizationHeaders() {\n const apiKeyValue = await core.Supplier.get(this._options.apiKey);\n return { 'X-API-KEY': apiKeyValue };\n }\n}\n"]}
@@ -5,7 +5,7 @@
5
5
  * @example
6
6
  * {}
7
7
  */
8
- export interface ApiKeyInput {
8
+ export interface ApiKeyCreateRequest {
9
9
  /**
10
10
  * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).
11
11
  * The **Idempotency-Key** is a free identifier created by the client to
@@ -29,4 +29,4 @@ export interface ApiKeyInput {
29
29
  /** The labels of the resource. */
30
30
  labels?: Record<string, string>;
31
31
  }
32
- //# sourceMappingURL=ApiKeyInput.d.ts.map
32
+ //# sourceMappingURL=ApiKeyCreateRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiKeyCreateRequest.d.ts","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,kCAAkC;IAClC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACnC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ //# sourceMappingURL=ApiKeyCreateRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApiKeyCreateRequest.js","sourceRoot":"","sources":["../../../../../../src/api/resources/apiKeys/client/requests/ApiKeyCreateRequest.ts"],"names":[],"mappings":";AAAA;;GAEG","sourcesContent":["/**\n * This file was auto-generated by Fern from our API Definition.\n */\n\n/**\n * @example\n * {}\n */\nexport interface ApiKeyCreateRequest {\n /**\n * From [Zalando RESTful API Guidelines - models/headers-1.0.0.yaml](https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml).\n * The **Idempotency-Key** is a free identifier created by the client to\n * identify a request. It is used by the service to identify repeated request\n * to ensure idempotent behavior by sending the same (or a similar) response\n * without executing the request a second time.\n *\n * Clients should be careful as any subsequent requests with the same key may\n * return the same response without further check. Thus, it is recommended to\n * use a UUID version 4 (random) or any other random string with enough\n * entropy to avoid collisions.\n *\n * Keys expire after 24 hours. Clients are responsible to stay within this\n * limit, if they require idempotent behavior.\n *\n * See [API Guideline Rule #181](https://opensource.zalando.com/restful-api-guidelines/#230) for further details.\n */\n idempotencyKey?: string;\n /** The annotations of the resource. */\n annotations?: Record<string, string>;\n /** The labels of the resource. */\n labels?: Record<string, string>;\n}\n"]}