@dalmore/api-contracts 0.0.0-dev.5e42638 → 0.0.0-dev.64aba85

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 (538) hide show
  1. package/common/helpers/index.d.ts +50 -0
  2. package/common/helpers/index.js +136 -0
  3. package/common/helpers/index.js.map +1 -0
  4. package/common/types/account-contact.types.d.ts +485 -0
  5. package/common/types/account-contact.types.js +75 -0
  6. package/common/types/account-contact.types.js.map +1 -0
  7. package/common/types/account-detail.types.d.ts +304 -0
  8. package/common/types/account-detail.types.js +20 -0
  9. package/common/types/account-detail.types.js.map +1 -0
  10. package/common/types/account-integration.types.d.ts +242 -0
  11. package/common/types/account-integration.types.js +121 -0
  12. package/common/types/account-integration.types.js.map +1 -0
  13. package/common/types/account-manager.types.d.ts +917 -0
  14. package/common/types/account-manager.types.js +89 -0
  15. package/common/types/account-manager.types.js.map +1 -0
  16. package/common/types/account-setting.types.d.ts +184 -0
  17. package/common/types/account-setting.types.js +52 -0
  18. package/common/types/account-setting.types.js.map +1 -0
  19. package/common/types/account.types.d.ts +631 -0
  20. package/common/types/account.types.js +217 -0
  21. package/common/types/account.types.js.map +1 -0
  22. package/common/types/activity.types.d.ts +581 -0
  23. package/common/types/activity.types.js +247 -0
  24. package/common/types/activity.types.js.map +1 -0
  25. package/common/types/address.types.d.ts +89 -0
  26. package/common/types/address.types.js +36 -0
  27. package/common/types/address.types.js.map +1 -0
  28. package/common/types/aic.types.d.ts +434 -0
  29. package/common/types/aic.types.js +170 -0
  30. package/common/types/aic.types.js.map +1 -0
  31. package/common/types/aml.types.d.ts +41 -0
  32. package/common/types/aml.types.js +16 -0
  33. package/common/types/aml.types.js.map +1 -0
  34. package/common/types/api-key-logs.types.d.ts +204 -0
  35. package/common/types/api-key-logs.types.js +52 -0
  36. package/common/types/api-key-logs.types.js.map +1 -0
  37. package/common/types/api-keys.types.d.ts +192 -0
  38. package/common/types/api-keys.types.js +57 -0
  39. package/common/types/api-keys.types.js.map +1 -0
  40. package/common/types/asset.types.d.ts +1186 -0
  41. package/common/types/asset.types.js +429 -0
  42. package/common/types/asset.types.js.map +1 -0
  43. package/common/types/auth.types.d.ts +487 -0
  44. package/common/types/auth.types.js +279 -0
  45. package/common/types/auth.types.js.map +1 -0
  46. package/common/types/batch-jobs.types.d.ts +321 -0
  47. package/common/types/batch-jobs.types.js +111 -0
  48. package/common/types/batch-jobs.types.js.map +1 -0
  49. package/common/types/bonus-tier.types.d.ts +1021 -0
  50. package/common/types/bonus-tier.types.js +167 -0
  51. package/common/types/bonus-tier.types.js.map +1 -0
  52. package/common/types/cap-table.types.d.ts +1124 -0
  53. package/common/types/cap-table.types.js +406 -0
  54. package/common/types/cap-table.types.js.map +1 -0
  55. package/common/types/cart.types.d.ts +28 -0
  56. package/common/types/cart.types.js +19 -0
  57. package/common/types/cart.types.js.map +1 -0
  58. package/common/types/checklist-items.types.d.ts +195 -0
  59. package/common/types/checklist-items.types.js +54 -0
  60. package/common/types/checklist-items.types.js.map +1 -0
  61. package/common/types/checklist.types.d.ts +140 -0
  62. package/common/types/checklist.types.js +71 -0
  63. package/common/types/checklist.types.js.map +1 -0
  64. package/common/types/common.types.d.ts +1512 -0
  65. package/common/types/common.types.js +1442 -0
  66. package/common/types/common.types.js.map +1 -0
  67. package/common/types/comply-advantage-api.types.d.ts +3626 -0
  68. package/common/types/comply-advantage-api.types.js +291 -0
  69. package/common/types/comply-advantage-api.types.js.map +1 -0
  70. package/common/types/comply-advantage.types.d.ts +48 -0
  71. package/common/types/comply-advantage.types.js +21 -0
  72. package/common/types/comply-advantage.types.js.map +1 -0
  73. package/common/types/contact-us.types.d.ts +126 -0
  74. package/common/types/contact-us.types.js +91 -0
  75. package/common/types/contact-us.types.js.map +1 -0
  76. package/common/types/countries.types.d.ts +77 -0
  77. package/common/types/countries.types.js +349 -0
  78. package/common/types/countries.types.js.map +1 -0
  79. package/common/types/covered-person.types.d.ts +204 -0
  80. package/common/types/covered-person.types.js +234 -0
  81. package/common/types/covered-person.types.js.map +1 -0
  82. package/common/types/dashboard.types.d.ts +2086 -0
  83. package/common/types/dashboard.types.js +690 -0
  84. package/common/types/dashboard.types.js.map +1 -0
  85. package/common/types/data-record.types.d.ts +347 -0
  86. package/common/types/data-record.types.js +261 -0
  87. package/common/types/data-record.types.js.map +1 -0
  88. package/common/types/data-room.types.d.ts +1277 -0
  89. package/common/types/data-room.types.js +167 -0
  90. package/common/types/data-room.types.js.map +1 -0
  91. package/common/types/default-theme-config.types.d.ts +445 -0
  92. package/common/types/default-theme-config.types.js +63 -0
  93. package/common/types/default-theme-config.types.js.map +1 -0
  94. package/common/types/disbursement-adjustment.types.d.ts +21 -0
  95. package/common/types/disbursement-adjustment.types.js +25 -0
  96. package/common/types/disbursement-adjustment.types.js.map +1 -0
  97. package/common/types/disbursement-approval-user.types.d.ts +935 -0
  98. package/common/types/disbursement-approval-user.types.js +68 -0
  99. package/common/types/disbursement-approval-user.types.js.map +1 -0
  100. package/common/types/disbursement-review.types.d.ts +923 -0
  101. package/common/types/disbursement-review.types.js +76 -0
  102. package/common/types/disbursement-review.types.js.map +1 -0
  103. package/common/types/disbursement-transaction.types.d.ts +621 -0
  104. package/common/types/disbursement-transaction.types.js +51 -0
  105. package/common/types/disbursement-transaction.types.js.map +1 -0
  106. package/common/types/disbursements.types.d.ts +3090 -0
  107. package/common/types/disbursements.types.js +345 -0
  108. package/common/types/disbursements.types.js.map +1 -0
  109. package/common/types/domain-filter.types.d.ts +135 -0
  110. package/common/types/domain-filter.types.js +40 -0
  111. package/common/types/domain-filter.types.js.map +1 -0
  112. package/common/types/email-theme.types.d.ts +1359 -0
  113. package/common/types/email-theme.types.js +318 -0
  114. package/common/types/email-theme.types.js.map +1 -0
  115. package/common/types/entity.types.d.ts +21 -0
  116. package/common/types/entity.types.js +14 -0
  117. package/common/types/entity.types.js.map +1 -0
  118. package/common/types/error-responses.types.d.ts +144 -0
  119. package/common/types/error-responses.types.js +125 -0
  120. package/common/types/error-responses.types.js.map +1 -0
  121. package/common/types/escrow-account.types.d.ts +398 -0
  122. package/common/types/escrow-account.types.js +75 -0
  123. package/common/types/escrow-account.types.js.map +1 -0
  124. package/common/types/exchange-api-key.types.d.ts +1010 -0
  125. package/common/types/exchange-api-key.types.js +90 -0
  126. package/common/types/exchange-api-key.types.js.map +1 -0
  127. package/common/types/exchange-import.types.d.ts +23 -0
  128. package/common/types/exchange-import.types.js +23 -0
  129. package/common/types/exchange-import.types.js.map +1 -0
  130. package/common/types/exchange-provider.types.d.ts +1308 -0
  131. package/common/types/exchange-provider.types.js +268 -0
  132. package/common/types/exchange-provider.types.js.map +1 -0
  133. package/common/types/file.types.d.ts +401 -0
  134. package/common/types/file.types.js +378 -0
  135. package/common/types/file.types.js.map +1 -0
  136. package/common/types/health.types.d.ts +112 -0
  137. package/common/types/health.types.js +22 -0
  138. package/common/types/health.types.js.map +1 -0
  139. package/common/types/i-will-do-it-later.types.d.ts +51 -0
  140. package/common/types/i-will-do-it-later.types.js +30 -0
  141. package/common/types/i-will-do-it-later.types.js.map +1 -0
  142. package/common/types/{index.ts → index.d.ts} +3 -3
  143. package/common/types/index.js +52 -0
  144. package/common/types/index.js.map +1 -0
  145. package/common/types/individuals.types.d.ts +1899 -0
  146. package/common/types/individuals.types.js +500 -0
  147. package/common/types/individuals.types.js.map +1 -0
  148. package/common/types/investor-account.types.d.ts +2996 -0
  149. package/common/types/investor-account.types.js +930 -0
  150. package/common/types/investor-account.types.js.map +1 -0
  151. package/common/types/investorAccountIdSchema.type.js +1 -0
  152. package/common/types/investorAccountIdSchema.type.js.map +1 -0
  153. package/common/types/investors-offering.types.d.ts +391 -0
  154. package/common/types/investors-offering.types.js +49 -0
  155. package/common/types/investors-offering.types.js.map +1 -0
  156. package/common/types/invite.types.d.ts +641 -0
  157. package/common/types/invite.types.js +113 -0
  158. package/common/types/invite.types.js.map +1 -0
  159. package/common/types/issuer-bank-account.types.d.ts +385 -0
  160. package/common/types/issuer-bank-account.types.js +81 -0
  161. package/common/types/issuer-bank-account.types.js.map +1 -0
  162. package/common/types/issuer-offering.types.d.ts +1509 -0
  163. package/common/types/issuer-offering.types.js +413 -0
  164. package/common/types/issuer-offering.types.js.map +1 -0
  165. package/common/types/issuer-payment-method.types.d.ts +1100 -0
  166. package/common/types/issuer-payment-method.types.js +311 -0
  167. package/common/types/issuer-payment-method.types.js.map +1 -0
  168. package/common/types/issuer.types.d.ts +539 -0
  169. package/common/types/issuer.types.js +275 -0
  170. package/common/types/issuer.types.js.map +1 -0
  171. package/common/types/job-item.types.d.ts +230 -0
  172. package/common/types/job-item.types.js +89 -0
  173. package/common/types/job-item.types.js.map +1 -0
  174. package/common/types/jobs.types.d.ts +296 -0
  175. package/common/types/jobs.types.js +150 -0
  176. package/common/types/jobs.types.js.map +1 -0
  177. package/common/types/kyb.types.d.ts +167 -0
  178. package/common/types/kyb.types.js +45 -0
  179. package/common/types/kyb.types.js.map +1 -0
  180. package/common/types/kyc.types.d.ts +2197 -0
  181. package/common/types/kyc.types.js +301 -0
  182. package/common/types/kyc.types.js.map +1 -0
  183. package/common/types/legal-entity.types.d.ts +638 -0
  184. package/common/types/legal-entity.types.js +148 -0
  185. package/common/types/legal-entity.types.js.map +1 -0
  186. package/common/types/login-history.types.d.ts +160 -0
  187. package/common/types/login-history.types.js +39 -0
  188. package/common/types/login-history.types.js.map +1 -0
  189. package/common/types/mail-template.types.d.ts +595 -0
  190. package/common/types/mail-template.types.js +401 -0
  191. package/common/types/mail-template.types.js.map +1 -0
  192. package/common/types/north-cap-integration.types.d.ts +1303 -0
  193. package/common/types/north-cap-integration.types.js +145 -0
  194. package/common/types/north-cap-integration.types.js.map +1 -0
  195. package/common/types/note.types.d.ts +216 -0
  196. package/common/types/note.types.js +82 -0
  197. package/common/types/note.types.js.map +1 -0
  198. package/common/types/notification.types.d.ts +2689 -0
  199. package/common/types/notification.types.js +408 -0
  200. package/common/types/notification.types.js.map +1 -0
  201. package/common/types/notion-api.types.d.ts +3626 -0
  202. package/common/types/notion-api.types.js +271 -0
  203. package/common/types/notion-api.types.js.map +1 -0
  204. package/common/types/notion-database.types.d.ts +191 -0
  205. package/common/types/notion-database.types.js +95 -0
  206. package/common/types/notion-database.types.js.map +1 -0
  207. package/common/types/notion-page.types.d.ts +3482 -0
  208. package/common/types/notion-page.types.js +208 -0
  209. package/common/types/notion-page.types.js.map +1 -0
  210. package/common/types/offering-reports.types.d.ts +525 -0
  211. package/common/types/offering-reports.types.js +111 -0
  212. package/common/types/offering-reports.types.js.map +1 -0
  213. package/common/types/offering-submission.types.d.ts +587 -0
  214. package/common/types/offering-submission.types.js +278 -0
  215. package/common/types/offering-submission.types.js.map +1 -0
  216. package/common/types/offering.types.d.ts +2555 -0
  217. package/common/types/offering.types.js +574 -0
  218. package/common/types/offering.types.js.map +1 -0
  219. package/common/types/page-revision.types.d.ts +74 -0
  220. package/common/types/page-revision.types.js +68 -0
  221. package/common/types/page-revision.types.js.map +1 -0
  222. package/common/types/page.types.d.ts +540 -0
  223. package/common/types/page.types.js +361 -0
  224. package/common/types/page.types.js.map +1 -0
  225. package/common/types/password.type.d.ts +2 -0
  226. package/common/types/password.type.js +14 -0
  227. package/common/types/password.type.js.map +1 -0
  228. package/common/types/payment-methods.types.d.ts +800 -0
  229. package/common/types/payment-methods.types.js +260 -0
  230. package/common/types/payment-methods.types.js.map +1 -0
  231. package/common/types/phone.type.d.ts +12 -0
  232. package/common/types/phone.type.js +29 -0
  233. package/common/types/phone.type.js.map +1 -0
  234. package/common/types/portfolio.types.d.ts +185 -0
  235. package/common/types/portfolio.types.js +36 -0
  236. package/common/types/portfolio.types.js.map +1 -0
  237. package/common/types/privacy-policy-and-tos.types.d.ts +2 -0
  238. package/common/types/{privacy-policy-and-tos.types.ts → privacy-policy-and-tos.types.js} +1 -1
  239. package/common/types/privacy-policy-and-tos.types.js.map +1 -0
  240. package/common/types/queue.types.d.ts +22 -0
  241. package/common/types/queue.types.js +73 -0
  242. package/common/types/queue.types.js.map +1 -0
  243. package/common/types/registered-reps.types.d.ts +6 -0
  244. package/common/types/registered-reps.types.js +21 -0
  245. package/common/types/registered-reps.types.js.map +1 -0
  246. package/common/types/rejection-reasons.types.d.ts +35 -0
  247. package/common/types/rejection-reasons.types.js +49 -0
  248. package/common/types/rejection-reasons.types.js.map +1 -0
  249. package/common/types/review.types.d.ts +419 -0
  250. package/common/types/review.types.js +101 -0
  251. package/common/types/review.types.js.map +1 -0
  252. package/common/types/role.types.d.ts +30 -0
  253. package/common/types/role.types.js +21 -0
  254. package/common/types/role.types.js.map +1 -0
  255. package/common/types/secondary-customer.types.d.ts +586 -0
  256. package/common/types/secondary-customer.types.js +39 -0
  257. package/common/types/secondary-customer.types.js.map +1 -0
  258. package/common/types/secondary-issuer.types.d.ts +283 -0
  259. package/common/types/secondary-issuer.types.js +37 -0
  260. package/common/types/secondary-issuer.types.js.map +1 -0
  261. package/common/types/secondary-order.types.d.ts +508 -0
  262. package/common/types/secondary-order.types.js +40 -0
  263. package/common/types/secondary-order.types.js.map +1 -0
  264. package/common/types/secondary-security.types.d.ts +175 -0
  265. package/common/types/secondary-security.types.js +45 -0
  266. package/common/types/secondary-security.types.js.map +1 -0
  267. package/common/types/secondary-trade.entity.d.ts +16 -0
  268. package/common/types/secondary-trade.entity.js +12 -0
  269. package/common/types/secondary-trade.entity.js.map +1 -0
  270. package/common/types/secondary-trade.types.d.ts +465 -0
  271. package/common/types/secondary-trade.types.js +61 -0
  272. package/common/types/secondary-trade.types.js.map +1 -0
  273. package/common/types/secure-request.types.d.ts +171 -0
  274. package/common/types/secure-request.types.js +51 -0
  275. package/common/types/secure-request.types.js.map +1 -0
  276. package/common/types/signer.types.d.ts +3406 -0
  277. package/common/types/signer.types.js +532 -0
  278. package/common/types/signer.types.js.map +1 -0
  279. package/common/types/site-link.types.d.ts +875 -0
  280. package/common/types/site-link.types.js +126 -0
  281. package/common/types/site-link.types.js.map +1 -0
  282. package/common/types/site-settings.types.d.ts +1673 -0
  283. package/common/types/site-settings.types.js +500 -0
  284. package/common/types/site-settings.types.js.map +1 -0
  285. package/common/types/site.types.d.ts +1496 -0
  286. package/common/types/site.types.js +213 -0
  287. package/common/types/site.types.js.map +1 -0
  288. package/common/types/sms.types.d.ts +40 -0
  289. package/common/types/sms.types.js +27 -0
  290. package/common/types/sms.types.js.map +1 -0
  291. package/common/types/state-machine.types.d.ts +591 -0
  292. package/common/types/state-machine.types.js +144 -0
  293. package/common/types/state-machine.types.js.map +1 -0
  294. package/common/types/states.types.d.ts +77 -0
  295. package/common/types/states.types.js +137 -0
  296. package/common/types/states.types.js.map +1 -0
  297. package/common/types/subdoc-preview.types.d.ts +379 -0
  298. package/common/types/subdoc-preview.types.js +24 -0
  299. package/common/types/subdoc-preview.types.js.map +1 -0
  300. package/common/types/task.types.d.ts +537 -0
  301. package/common/types/task.types.js +211 -0
  302. package/common/types/task.types.js.map +1 -0
  303. package/common/types/trade-adjustment.type.d.ts +40 -0
  304. package/common/types/trade-adjustment.type.js +26 -0
  305. package/common/types/trade-adjustment.type.js.map +1 -0
  306. package/common/types/trade-line-item.types.d.ts +329 -0
  307. package/common/types/trade-line-item.types.js +100 -0
  308. package/common/types/trade-line-item.types.js.map +1 -0
  309. package/common/types/trade.types.d.ts +2004 -0
  310. package/common/types/trade.types.js +787 -0
  311. package/common/types/trade.types.js.map +1 -0
  312. package/common/types/transaction.types.d.ts +454 -0
  313. package/common/types/transaction.types.js +174 -0
  314. package/common/types/transaction.types.js.map +1 -0
  315. package/common/types/trusted-contact.types.d.ts +440 -0
  316. package/common/types/trusted-contact.types.js +95 -0
  317. package/common/types/trusted-contact.types.js.map +1 -0
  318. package/common/types/typography.types.d.ts +52 -0
  319. package/common/types/typography.types.js +67 -0
  320. package/common/types/typography.types.js.map +1 -0
  321. package/common/types/user-manual.types.d.ts +287 -0
  322. package/common/types/user-manual.types.js +192 -0
  323. package/common/types/user-manual.types.js.map +1 -0
  324. package/common/types/user-setting.types.d.ts +273 -0
  325. package/common/types/user-setting.types.js +85 -0
  326. package/common/types/user-setting.types.js.map +1 -0
  327. package/common/types/user.types.d.ts +1951 -0
  328. package/common/types/user.types.js +238 -0
  329. package/common/types/user.types.js.map +1 -0
  330. package/common/types/webhook.types.d.ts +10829 -0
  331. package/common/types/webhook.types.js +658 -0
  332. package/common/types/webhook.types.js.map +1 -0
  333. package/common/types/zip.type.d.ts +35 -0
  334. package/common/types/zip.type.js +28 -0
  335. package/common/types/zip.type.js.map +1 -0
  336. package/contracts/clients/accounts/index.d.ts +308 -0
  337. package/contracts/clients/accounts/index.js +43 -0
  338. package/contracts/clients/accounts/index.js.map +1 -0
  339. package/contracts/clients/aic/index.d.ts +280 -0
  340. package/contracts/clients/aic/index.js +47 -0
  341. package/contracts/clients/aic/index.js.map +1 -0
  342. package/contracts/clients/api-key-logs/index.d.ts +287 -0
  343. package/contracts/clients/api-key-logs/index.js +37 -0
  344. package/contracts/clients/api-key-logs/index.js.map +1 -0
  345. package/contracts/clients/api-keys/index.d.ts +374 -0
  346. package/contracts/clients/api-keys/index.js +59 -0
  347. package/contracts/clients/api-keys/index.js.map +1 -0
  348. package/contracts/clients/assets/index.d.ts +1116 -0
  349. package/contracts/clients/assets/index.js +80 -0
  350. package/contracts/clients/assets/index.js.map +1 -0
  351. package/contracts/clients/auth/index.d.ts +236 -0
  352. package/contracts/clients/auth/index.js +38 -0
  353. package/contracts/clients/auth/index.js.map +1 -0
  354. package/contracts/clients/cart/index.d.ts +229 -0
  355. package/contracts/clients/cart/index.js +63 -0
  356. package/contracts/clients/cart/index.js.map +1 -0
  357. package/contracts/clients/files/index.d.ts +552 -0
  358. package/contracts/clients/files/index.js +142 -0
  359. package/contracts/clients/files/index.js.map +1 -0
  360. package/contracts/clients/files-public/index.d.ts +552 -0
  361. package/contracts/clients/files-public/index.js +142 -0
  362. package/contracts/clients/files-public/index.js.map +1 -0
  363. package/contracts/clients/index.d.ts +12786 -0
  364. package/contracts/clients/index.js +52 -0
  365. package/contracts/clients/index.js.map +1 -0
  366. package/contracts/clients/individuals/index.d.ts +3199 -0
  367. package/contracts/clients/individuals/index.js +74 -0
  368. package/contracts/clients/individuals/index.js.map +1 -0
  369. package/contracts/clients/investor-accounts/index.d.ts +339 -0
  370. package/contracts/clients/investor-accounts/index.js +73 -0
  371. package/contracts/clients/investor-accounts/index.js.map +1 -0
  372. package/contracts/clients/issuer-payment-methods/index.d.ts +276 -0
  373. package/contracts/clients/issuer-payment-methods/index.js +24 -0
  374. package/contracts/clients/issuer-payment-methods/index.js.map +1 -0
  375. package/contracts/clients/issuers/index.d.ts +449 -0
  376. package/contracts/clients/issuers/index.js +75 -0
  377. package/contracts/clients/issuers/index.js.map +1 -0
  378. package/contracts/clients/kyc/index.d.ts +345 -0
  379. package/contracts/clients/kyc/index.js +49 -0
  380. package/contracts/clients/kyc/index.js.map +1 -0
  381. package/contracts/clients/legal-entities/index.d.ts +887 -0
  382. package/contracts/clients/legal-entities/index.js +74 -0
  383. package/contracts/clients/legal-entities/index.js.map +1 -0
  384. package/contracts/clients/offerings/index.d.ts +983 -0
  385. package/contracts/clients/offerings/index.js +95 -0
  386. package/contracts/clients/offerings/index.js.map +1 -0
  387. package/contracts/clients/payment-methods/index.d.ts +456 -0
  388. package/contracts/clients/payment-methods/index.js +68 -0
  389. package/contracts/clients/payment-methods/index.js.map +1 -0
  390. package/contracts/clients/secure-requests/index.d.ts +100 -0
  391. package/contracts/clients/secure-requests/index.js +22 -0
  392. package/contracts/clients/secure-requests/index.js.map +1 -0
  393. package/contracts/clients/sites/index.d.ts +657 -0
  394. package/contracts/clients/sites/index.js +40 -0
  395. package/contracts/clients/sites/index.js.map +1 -0
  396. package/contracts/clients/trade-line-items/index.d.ts +216 -0
  397. package/contracts/clients/trade-line-items/index.js +47 -0
  398. package/contracts/clients/trade-line-items/index.js.map +1 -0
  399. package/contracts/clients/trades/index.d.ts +871 -0
  400. package/contracts/clients/trades/index.js +156 -0
  401. package/contracts/clients/trades/index.js.map +1 -0
  402. package/contracts/clients/transactions/index.d.ts +88 -0
  403. package/contracts/clients/transactions/index.js +25 -0
  404. package/contracts/clients/transactions/index.js.map +1 -0
  405. package/package.json +15 -15
  406. package/common/helpers/index.ts +0 -59
  407. package/common/types/account-contact.types.ts +0 -99
  408. package/common/types/account-detail.types.ts +0 -27
  409. package/common/types/account-integration.types.ts +0 -143
  410. package/common/types/account-manager.types.ts +0 -120
  411. package/common/types/account-setting.types.ts +0 -65
  412. package/common/types/account.types.ts +0 -297
  413. package/common/types/activity.types.ts +0 -274
  414. package/common/types/address.types.ts +0 -41
  415. package/common/types/aic.types.ts +0 -246
  416. package/common/types/aml.types.ts +0 -18
  417. package/common/types/api-key-logs.types.ts +0 -66
  418. package/common/types/api-keys.types.ts +0 -69
  419. package/common/types/asset.types.ts +0 -338
  420. package/common/types/auth.types.ts +0 -359
  421. package/common/types/batch-jobs.types.ts +0 -151
  422. package/common/types/bonus-tier.types.ts +0 -180
  423. package/common/types/cart.types.ts +0 -21
  424. package/common/types/checklist-items.types.ts +0 -70
  425. package/common/types/checklist.types.ts +0 -97
  426. package/common/types/common.types.ts +0 -1552
  427. package/common/types/comply-advantage-api.types.ts +0 -316
  428. package/common/types/comply-advantage.types.ts +0 -25
  429. package/common/types/contact-us.types.ts +0 -111
  430. package/common/types/countries.types.ts +0 -375
  431. package/common/types/covered-person.types.ts +0 -275
  432. package/common/types/dashboard.types.ts +0 -792
  433. package/common/types/data-record.types.ts +0 -325
  434. package/common/types/data-room.types.ts +0 -242
  435. package/common/types/default-theme-config.types.ts +0 -87
  436. package/common/types/disbursement-adjustment.types.ts +0 -32
  437. package/common/types/disbursement-approval-user.types.ts +0 -100
  438. package/common/types/disbursement-review.types.ts +0 -110
  439. package/common/types/disbursement-transaction.types.ts +0 -72
  440. package/common/types/disbursements.types.ts +0 -426
  441. package/common/types/domain-filter.types.ts +0 -55
  442. package/common/types/email-theme.types.ts +0 -442
  443. package/common/types/entity.types.ts +0 -15
  444. package/common/types/error-responses.types.ts +0 -135
  445. package/common/types/escrow-account.types.ts +0 -104
  446. package/common/types/exchange-api-key.types.ts +0 -121
  447. package/common/types/exchange-import.types.ts +0 -36
  448. package/common/types/exchange-provider.types.ts +0 -329
  449. package/common/types/file.types.ts +0 -477
  450. package/common/types/health.types.ts +0 -29
  451. package/common/types/i-will-do-it-later.types.ts +0 -68
  452. package/common/types/individuals.types.ts +0 -542
  453. package/common/types/investor-account.types.ts +0 -1240
  454. package/common/types/investors-offering.types.ts +0 -65
  455. package/common/types/invite.types.ts +0 -159
  456. package/common/types/issuer-bank-account.types.ts +0 -107
  457. package/common/types/issuer-offering.types.ts +0 -389
  458. package/common/types/issuer-payment-method.types.ts +0 -382
  459. package/common/types/issuer.types.ts +0 -321
  460. package/common/types/job-item.types.ts +0 -119
  461. package/common/types/jobs.types.ts +0 -171
  462. package/common/types/kyb.types.ts +0 -53
  463. package/common/types/kyc.types.ts +0 -188
  464. package/common/types/legal-entity.types.ts +0 -186
  465. package/common/types/login-history.types.ts +0 -46
  466. package/common/types/mail-template.types.ts +0 -470
  467. package/common/types/north-cap-integration.types.ts +0 -190
  468. package/common/types/note.types.ts +0 -109
  469. package/common/types/notification.types.ts +0 -554
  470. package/common/types/notion-api.types.ts +0 -374
  471. package/common/types/notion-database.types.ts +0 -125
  472. package/common/types/notion-page.types.ts +0 -267
  473. package/common/types/offering-reports.types.ts +0 -153
  474. package/common/types/offering-submission.types.ts +0 -314
  475. package/common/types/offering.types.ts +0 -676
  476. package/common/types/page-revision.types.ts +0 -86
  477. package/common/types/page.types.ts +0 -436
  478. package/common/types/password.type.ts +0 -15
  479. package/common/types/payment-methods.types.ts +0 -298
  480. package/common/types/phone.type.ts +0 -27
  481. package/common/types/portfolio.types.ts +0 -50
  482. package/common/types/queue.types.ts +0 -112
  483. package/common/types/registered-reps.types.ts +0 -25
  484. package/common/types/rejection-reasons.types.ts +0 -56
  485. package/common/types/reminder-config.types.ts +0 -40
  486. package/common/types/review.types.ts +0 -133
  487. package/common/types/role.types.ts +0 -26
  488. package/common/types/secondary-customer.types.ts +0 -66
  489. package/common/types/secondary-issuer.types.ts +0 -50
  490. package/common/types/secondary-order.types.ts +0 -58
  491. package/common/types/secondary-security.types.ts +0 -60
  492. package/common/types/secondary-trade.entity.ts +0 -16
  493. package/common/types/secondary-trade.types.ts +0 -95
  494. package/common/types/secure-request.types.ts +0 -68
  495. package/common/types/signer.types.ts +0 -651
  496. package/common/types/site-link.types.ts +0 -166
  497. package/common/types/site-settings.types.ts +0 -727
  498. package/common/types/site.types.ts +0 -263
  499. package/common/types/sms.types.ts +0 -30
  500. package/common/types/state-machine.types.ts +0 -177
  501. package/common/types/states.types.ts +0 -163
  502. package/common/types/subdoc-preview.types.ts +0 -35
  503. package/common/types/task.types.ts +0 -258
  504. package/common/types/trade-adjustment.type.ts +0 -33
  505. package/common/types/trade-line-item.types.ts +0 -125
  506. package/common/types/trade.types.ts +0 -1045
  507. package/common/types/transaction.types.ts +0 -209
  508. package/common/types/trusted-contact.types.ts +0 -122
  509. package/common/types/typography.types.ts +0 -75
  510. package/common/types/user-manual.types.ts +0 -290
  511. package/common/types/user-setting.types.ts +0 -133
  512. package/common/types/user.types.ts +0 -304
  513. package/common/types/webhook.types.ts +0 -730
  514. package/common/types/zip.type.ts +0 -36
  515. package/contracts/clients/accounts/index.ts +0 -61
  516. package/contracts/clients/aic/index.ts +0 -59
  517. package/contracts/clients/api-key-logs/index.ts +0 -53
  518. package/contracts/clients/api-keys/index.ts +0 -73
  519. package/contracts/clients/assets/index.ts +0 -102
  520. package/contracts/clients/auth/index.ts +0 -50
  521. package/contracts/clients/cart/index.ts +0 -80
  522. package/contracts/clients/files/index.ts +0 -166
  523. package/contracts/clients/files-public/index.ts +0 -166
  524. package/contracts/clients/index.ts +0 -54
  525. package/contracts/clients/individuals/index.ts +0 -93
  526. package/contracts/clients/investor-accounts/index.ts +0 -93
  527. package/contracts/clients/issuer-payment-methods/index.ts +0 -39
  528. package/contracts/clients/issuers/index.ts +0 -94
  529. package/contracts/clients/legal-entities/index.ts +0 -93
  530. package/contracts/clients/offerings/index.ts +0 -117
  531. package/contracts/clients/payment-methods/index.ts +0 -85
  532. package/contracts/clients/secure-requests/index.ts +0 -34
  533. package/contracts/clients/sites/index.ts +0 -56
  534. package/contracts/clients/trade-line-items/index.ts +0 -66
  535. package/contracts/clients/trades/index.ts +0 -186
  536. package/contracts/clients/transactions/index.ts +0 -37
  537. package/index.ts +0 -10
  538. /package/common/types/{investorAccountIdSchema.type.ts → investorAccountIdSchema.type.d.ts} +0 -0
@@ -0,0 +1,1303 @@
1
+ import { z } from 'zod';
2
+ export declare enum NorthCapIntegrationEnvironment {
3
+ PRODUCTION = "PRODUCTION",
4
+ SANDBOX = "SANDBOX"
5
+ }
6
+ export declare enum NorthCapIntegrationStatus {
7
+ PENDING = "PENDING",
8
+ VERIFIED = "VERIFIED",
9
+ ERROR = "ERROR"
10
+ }
11
+ export declare const ApiSuccessResponseSchema: z.ZodObject<{
12
+ valid: z.ZodLiteral<true>;
13
+ status_code: z.ZodNumber;
14
+ latency_ms: z.ZodNumber;
15
+ raw: z.ZodIntersection<z.ZodObject<{
16
+ statusCode: z.ZodString;
17
+ statusDesc: z.ZodString;
18
+ job: z.ZodOptional<z.ZodObject<{
19
+ id: z.ZodString;
20
+ type: z.ZodString;
21
+ progress: z.ZodString;
22
+ status: z.ZodString;
23
+ reason: z.ZodNullable<z.ZodString>;
24
+ outputId: z.ZodNullable<z.ZodString>;
25
+ createdAt: z.ZodString;
26
+ updatedAt: z.ZodString;
27
+ }, "strip", z.ZodTypeAny, {
28
+ type: string;
29
+ status: string;
30
+ id: string;
31
+ createdAt: string;
32
+ updatedAt: string;
33
+ reason: string | null;
34
+ progress: string;
35
+ outputId: string | null;
36
+ }, {
37
+ type: string;
38
+ status: string;
39
+ id: string;
40
+ createdAt: string;
41
+ updatedAt: string;
42
+ reason: string | null;
43
+ progress: string;
44
+ outputId: string | null;
45
+ }>>;
46
+ }, "strip", z.ZodTypeAny, {
47
+ statusCode: string;
48
+ statusDesc: string;
49
+ job?: {
50
+ type: string;
51
+ status: string;
52
+ id: string;
53
+ createdAt: string;
54
+ updatedAt: string;
55
+ reason: string | null;
56
+ progress: string;
57
+ outputId: string | null;
58
+ } | undefined;
59
+ }, {
60
+ statusCode: string;
61
+ statusDesc: string;
62
+ job?: {
63
+ type: string;
64
+ status: string;
65
+ id: string;
66
+ createdAt: string;
67
+ updatedAt: string;
68
+ reason: string | null;
69
+ progress: string;
70
+ outputId: string | null;
71
+ } | undefined;
72
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
73
+ }, "strip", z.ZodTypeAny, {
74
+ valid: true;
75
+ status_code: number;
76
+ latency_ms: number;
77
+ raw: {
78
+ statusCode: string;
79
+ statusDesc: string;
80
+ job?: {
81
+ type: string;
82
+ status: string;
83
+ id: string;
84
+ createdAt: string;
85
+ updatedAt: string;
86
+ reason: string | null;
87
+ progress: string;
88
+ outputId: string | null;
89
+ } | undefined;
90
+ } & Record<string, any>;
91
+ }, {
92
+ valid: true;
93
+ status_code: number;
94
+ latency_ms: number;
95
+ raw: {
96
+ statusCode: string;
97
+ statusDesc: string;
98
+ job?: {
99
+ type: string;
100
+ status: string;
101
+ id: string;
102
+ createdAt: string;
103
+ updatedAt: string;
104
+ reason: string | null;
105
+ progress: string;
106
+ outputId: string | null;
107
+ } | undefined;
108
+ } & Record<string, any>;
109
+ }>;
110
+ export declare const ApiErrorResponseSchema: z.ZodObject<{
111
+ valid: z.ZodLiteral<false>;
112
+ status_code: z.ZodNumber;
113
+ latency_ms: z.ZodNumber;
114
+ raw: z.ZodIntersection<z.ZodObject<{
115
+ statusCode: z.ZodString;
116
+ statusDesc: z.ZodString;
117
+ }, "strip", z.ZodTypeAny, {
118
+ statusCode: string;
119
+ statusDesc: string;
120
+ }, {
121
+ statusCode: string;
122
+ statusDesc: string;
123
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
124
+ error: z.ZodOptional<z.ZodString>;
125
+ }, "strip", z.ZodTypeAny, {
126
+ valid: false;
127
+ status_code: number;
128
+ latency_ms: number;
129
+ raw: {
130
+ statusCode: string;
131
+ statusDesc: string;
132
+ } & Record<string, any>;
133
+ error?: string | undefined;
134
+ }, {
135
+ valid: false;
136
+ status_code: number;
137
+ latency_ms: number;
138
+ raw: {
139
+ statusCode: string;
140
+ statusDesc: string;
141
+ } & Record<string, any>;
142
+ error?: string | undefined;
143
+ }>;
144
+ export declare const ApiMessageSchema: z.ZodUnion<[z.ZodObject<{
145
+ valid: z.ZodLiteral<true>;
146
+ status_code: z.ZodNumber;
147
+ latency_ms: z.ZodNumber;
148
+ raw: z.ZodIntersection<z.ZodObject<{
149
+ statusCode: z.ZodString;
150
+ statusDesc: z.ZodString;
151
+ job: z.ZodOptional<z.ZodObject<{
152
+ id: z.ZodString;
153
+ type: z.ZodString;
154
+ progress: z.ZodString;
155
+ status: z.ZodString;
156
+ reason: z.ZodNullable<z.ZodString>;
157
+ outputId: z.ZodNullable<z.ZodString>;
158
+ createdAt: z.ZodString;
159
+ updatedAt: z.ZodString;
160
+ }, "strip", z.ZodTypeAny, {
161
+ type: string;
162
+ status: string;
163
+ id: string;
164
+ createdAt: string;
165
+ updatedAt: string;
166
+ reason: string | null;
167
+ progress: string;
168
+ outputId: string | null;
169
+ }, {
170
+ type: string;
171
+ status: string;
172
+ id: string;
173
+ createdAt: string;
174
+ updatedAt: string;
175
+ reason: string | null;
176
+ progress: string;
177
+ outputId: string | null;
178
+ }>>;
179
+ }, "strip", z.ZodTypeAny, {
180
+ statusCode: string;
181
+ statusDesc: string;
182
+ job?: {
183
+ type: string;
184
+ status: string;
185
+ id: string;
186
+ createdAt: string;
187
+ updatedAt: string;
188
+ reason: string | null;
189
+ progress: string;
190
+ outputId: string | null;
191
+ } | undefined;
192
+ }, {
193
+ statusCode: string;
194
+ statusDesc: string;
195
+ job?: {
196
+ type: string;
197
+ status: string;
198
+ id: string;
199
+ createdAt: string;
200
+ updatedAt: string;
201
+ reason: string | null;
202
+ progress: string;
203
+ outputId: string | null;
204
+ } | undefined;
205
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
206
+ }, "strip", z.ZodTypeAny, {
207
+ valid: true;
208
+ status_code: number;
209
+ latency_ms: number;
210
+ raw: {
211
+ statusCode: string;
212
+ statusDesc: string;
213
+ job?: {
214
+ type: string;
215
+ status: string;
216
+ id: string;
217
+ createdAt: string;
218
+ updatedAt: string;
219
+ reason: string | null;
220
+ progress: string;
221
+ outputId: string | null;
222
+ } | undefined;
223
+ } & Record<string, any>;
224
+ }, {
225
+ valid: true;
226
+ status_code: number;
227
+ latency_ms: number;
228
+ raw: {
229
+ statusCode: string;
230
+ statusDesc: string;
231
+ job?: {
232
+ type: string;
233
+ status: string;
234
+ id: string;
235
+ createdAt: string;
236
+ updatedAt: string;
237
+ reason: string | null;
238
+ progress: string;
239
+ outputId: string | null;
240
+ } | undefined;
241
+ } & Record<string, any>;
242
+ }>, z.ZodObject<{
243
+ valid: z.ZodLiteral<false>;
244
+ status_code: z.ZodNumber;
245
+ latency_ms: z.ZodNumber;
246
+ raw: z.ZodIntersection<z.ZodObject<{
247
+ statusCode: z.ZodString;
248
+ statusDesc: z.ZodString;
249
+ }, "strip", z.ZodTypeAny, {
250
+ statusCode: string;
251
+ statusDesc: string;
252
+ }, {
253
+ statusCode: string;
254
+ statusDesc: string;
255
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
256
+ error: z.ZodOptional<z.ZodString>;
257
+ }, "strip", z.ZodTypeAny, {
258
+ valid: false;
259
+ status_code: number;
260
+ latency_ms: number;
261
+ raw: {
262
+ statusCode: string;
263
+ statusDesc: string;
264
+ } & Record<string, any>;
265
+ error?: string | undefined;
266
+ }, {
267
+ valid: false;
268
+ status_code: number;
269
+ latency_ms: number;
270
+ raw: {
271
+ statusCode: string;
272
+ statusDesc: string;
273
+ } & Record<string, any>;
274
+ error?: string | undefined;
275
+ }>]>;
276
+ export type ApiSuccessResponseSchema = z.infer<typeof ApiSuccessResponseSchema>;
277
+ export type ApiErrorResponseSchema = z.infer<typeof ApiErrorResponseSchema>;
278
+ export type ApiMessageSchema = z.infer<typeof ApiMessageSchema>;
279
+ export declare const northCapIntegrationIdSchema: z.ZodEffects<z.ZodString, string, string>;
280
+ export declare const NorthCapIntegrationZod: z.ZodObject<{
281
+ __entity: z.ZodOptional<z.ZodString>;
282
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
283
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
284
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
285
+ } & {
286
+ id: z.ZodEffects<z.ZodString, string, string>;
287
+ accountId: z.ZodEffects<z.ZodString, string, string>;
288
+ environment: z.ZodNativeEnum<typeof NorthCapIntegrationEnvironment>;
289
+ clientId: z.ZodString;
290
+ apikey: z.ZodString;
291
+ primaries: z.ZodBoolean;
292
+ secondaries: z.ZodBoolean;
293
+ status: z.ZodNativeEnum<typeof NorthCapIntegrationStatus>;
294
+ apiMessage: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
295
+ valid: z.ZodLiteral<true>;
296
+ status_code: z.ZodNumber;
297
+ latency_ms: z.ZodNumber;
298
+ raw: z.ZodIntersection<z.ZodObject<{
299
+ statusCode: z.ZodString;
300
+ statusDesc: z.ZodString;
301
+ job: z.ZodOptional<z.ZodObject<{
302
+ id: z.ZodString;
303
+ type: z.ZodString;
304
+ progress: z.ZodString;
305
+ status: z.ZodString;
306
+ reason: z.ZodNullable<z.ZodString>;
307
+ outputId: z.ZodNullable<z.ZodString>;
308
+ createdAt: z.ZodString;
309
+ updatedAt: z.ZodString;
310
+ }, "strip", z.ZodTypeAny, {
311
+ type: string;
312
+ status: string;
313
+ id: string;
314
+ createdAt: string;
315
+ updatedAt: string;
316
+ reason: string | null;
317
+ progress: string;
318
+ outputId: string | null;
319
+ }, {
320
+ type: string;
321
+ status: string;
322
+ id: string;
323
+ createdAt: string;
324
+ updatedAt: string;
325
+ reason: string | null;
326
+ progress: string;
327
+ outputId: string | null;
328
+ }>>;
329
+ }, "strip", z.ZodTypeAny, {
330
+ statusCode: string;
331
+ statusDesc: string;
332
+ job?: {
333
+ type: string;
334
+ status: string;
335
+ id: string;
336
+ createdAt: string;
337
+ updatedAt: string;
338
+ reason: string | null;
339
+ progress: string;
340
+ outputId: string | null;
341
+ } | undefined;
342
+ }, {
343
+ statusCode: string;
344
+ statusDesc: string;
345
+ job?: {
346
+ type: string;
347
+ status: string;
348
+ id: string;
349
+ createdAt: string;
350
+ updatedAt: string;
351
+ reason: string | null;
352
+ progress: string;
353
+ outputId: string | null;
354
+ } | undefined;
355
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
356
+ }, "strip", z.ZodTypeAny, {
357
+ valid: true;
358
+ status_code: number;
359
+ latency_ms: number;
360
+ raw: {
361
+ statusCode: string;
362
+ statusDesc: string;
363
+ job?: {
364
+ type: string;
365
+ status: string;
366
+ id: string;
367
+ createdAt: string;
368
+ updatedAt: string;
369
+ reason: string | null;
370
+ progress: string;
371
+ outputId: string | null;
372
+ } | undefined;
373
+ } & Record<string, any>;
374
+ }, {
375
+ valid: true;
376
+ status_code: number;
377
+ latency_ms: number;
378
+ raw: {
379
+ statusCode: string;
380
+ statusDesc: string;
381
+ job?: {
382
+ type: string;
383
+ status: string;
384
+ id: string;
385
+ createdAt: string;
386
+ updatedAt: string;
387
+ reason: string | null;
388
+ progress: string;
389
+ outputId: string | null;
390
+ } | undefined;
391
+ } & Record<string, any>;
392
+ }>, z.ZodObject<{
393
+ valid: z.ZodLiteral<false>;
394
+ status_code: z.ZodNumber;
395
+ latency_ms: z.ZodNumber;
396
+ raw: z.ZodIntersection<z.ZodObject<{
397
+ statusCode: z.ZodString;
398
+ statusDesc: z.ZodString;
399
+ }, "strip", z.ZodTypeAny, {
400
+ statusCode: string;
401
+ statusDesc: string;
402
+ }, {
403
+ statusCode: string;
404
+ statusDesc: string;
405
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
406
+ error: z.ZodOptional<z.ZodString>;
407
+ }, "strip", z.ZodTypeAny, {
408
+ valid: false;
409
+ status_code: number;
410
+ latency_ms: number;
411
+ raw: {
412
+ statusCode: string;
413
+ statusDesc: string;
414
+ } & Record<string, any>;
415
+ error?: string | undefined;
416
+ }, {
417
+ valid: false;
418
+ status_code: number;
419
+ latency_ms: number;
420
+ raw: {
421
+ statusCode: string;
422
+ statusDesc: string;
423
+ } & Record<string, any>;
424
+ error?: string | undefined;
425
+ }>]>>;
426
+ secureRequestId: z.ZodEffects<z.ZodString, string, string>;
427
+ }, "strip", z.ZodTypeAny, {
428
+ status: NorthCapIntegrationStatus;
429
+ id: string;
430
+ createdAt: string | Date;
431
+ updatedAt: string | Date;
432
+ deletedAt: string | Date | null;
433
+ accountId: string;
434
+ clientId: string;
435
+ environment: NorthCapIntegrationEnvironment;
436
+ secureRequestId: string;
437
+ primaries: boolean;
438
+ secondaries: boolean;
439
+ apikey: string;
440
+ apiMessage: {
441
+ valid: true;
442
+ status_code: number;
443
+ latency_ms: number;
444
+ raw: {
445
+ statusCode: string;
446
+ statusDesc: string;
447
+ job?: {
448
+ type: string;
449
+ status: string;
450
+ id: string;
451
+ createdAt: string;
452
+ updatedAt: string;
453
+ reason: string | null;
454
+ progress: string;
455
+ outputId: string | null;
456
+ } | undefined;
457
+ } & Record<string, any>;
458
+ } | {
459
+ valid: false;
460
+ status_code: number;
461
+ latency_ms: number;
462
+ raw: {
463
+ statusCode: string;
464
+ statusDesc: string;
465
+ } & Record<string, any>;
466
+ error?: string | undefined;
467
+ } | null;
468
+ __entity?: string | undefined;
469
+ }, {
470
+ status: NorthCapIntegrationStatus;
471
+ id: string;
472
+ createdAt: string | Date;
473
+ updatedAt: string | Date;
474
+ deletedAt: string | Date | null;
475
+ accountId: string;
476
+ clientId: string;
477
+ environment: NorthCapIntegrationEnvironment;
478
+ secureRequestId: string;
479
+ primaries: boolean;
480
+ secondaries: boolean;
481
+ apikey: string;
482
+ apiMessage: {
483
+ valid: true;
484
+ status_code: number;
485
+ latency_ms: number;
486
+ raw: {
487
+ statusCode: string;
488
+ statusDesc: string;
489
+ job?: {
490
+ type: string;
491
+ status: string;
492
+ id: string;
493
+ createdAt: string;
494
+ updatedAt: string;
495
+ reason: string | null;
496
+ progress: string;
497
+ outputId: string | null;
498
+ } | undefined;
499
+ } & Record<string, any>;
500
+ } | {
501
+ valid: false;
502
+ status_code: number;
503
+ latency_ms: number;
504
+ raw: {
505
+ statusCode: string;
506
+ statusDesc: string;
507
+ } & Record<string, any>;
508
+ error?: string | undefined;
509
+ } | null;
510
+ __entity?: string | undefined;
511
+ }>;
512
+ export type NorthCapIntegrationZod = z.infer<typeof NorthCapIntegrationZod>;
513
+ export declare const IPaginatedNorthCapIntegrations: z.ZodObject<{
514
+ items: z.ZodArray<z.ZodObject<{
515
+ __entity: z.ZodOptional<z.ZodString>;
516
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
517
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
518
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
519
+ } & {
520
+ id: z.ZodEffects<z.ZodString, string, string>;
521
+ accountId: z.ZodEffects<z.ZodString, string, string>;
522
+ environment: z.ZodNativeEnum<typeof NorthCapIntegrationEnvironment>;
523
+ clientId: z.ZodString;
524
+ apikey: z.ZodString;
525
+ primaries: z.ZodBoolean;
526
+ secondaries: z.ZodBoolean;
527
+ status: z.ZodNativeEnum<typeof NorthCapIntegrationStatus>;
528
+ apiMessage: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
529
+ valid: z.ZodLiteral<true>;
530
+ status_code: z.ZodNumber;
531
+ latency_ms: z.ZodNumber;
532
+ raw: z.ZodIntersection<z.ZodObject<{
533
+ statusCode: z.ZodString;
534
+ statusDesc: z.ZodString;
535
+ job: z.ZodOptional<z.ZodObject<{
536
+ id: z.ZodString;
537
+ type: z.ZodString;
538
+ progress: z.ZodString;
539
+ status: z.ZodString;
540
+ reason: z.ZodNullable<z.ZodString>;
541
+ outputId: z.ZodNullable<z.ZodString>;
542
+ createdAt: z.ZodString;
543
+ updatedAt: z.ZodString;
544
+ }, "strip", z.ZodTypeAny, {
545
+ type: string;
546
+ status: string;
547
+ id: string;
548
+ createdAt: string;
549
+ updatedAt: string;
550
+ reason: string | null;
551
+ progress: string;
552
+ outputId: string | null;
553
+ }, {
554
+ type: string;
555
+ status: string;
556
+ id: string;
557
+ createdAt: string;
558
+ updatedAt: string;
559
+ reason: string | null;
560
+ progress: string;
561
+ outputId: string | null;
562
+ }>>;
563
+ }, "strip", z.ZodTypeAny, {
564
+ statusCode: string;
565
+ statusDesc: string;
566
+ job?: {
567
+ type: string;
568
+ status: string;
569
+ id: string;
570
+ createdAt: string;
571
+ updatedAt: string;
572
+ reason: string | null;
573
+ progress: string;
574
+ outputId: string | null;
575
+ } | undefined;
576
+ }, {
577
+ statusCode: string;
578
+ statusDesc: string;
579
+ job?: {
580
+ type: string;
581
+ status: string;
582
+ id: string;
583
+ createdAt: string;
584
+ updatedAt: string;
585
+ reason: string | null;
586
+ progress: string;
587
+ outputId: string | null;
588
+ } | undefined;
589
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
590
+ }, "strip", z.ZodTypeAny, {
591
+ valid: true;
592
+ status_code: number;
593
+ latency_ms: number;
594
+ raw: {
595
+ statusCode: string;
596
+ statusDesc: string;
597
+ job?: {
598
+ type: string;
599
+ status: string;
600
+ id: string;
601
+ createdAt: string;
602
+ updatedAt: string;
603
+ reason: string | null;
604
+ progress: string;
605
+ outputId: string | null;
606
+ } | undefined;
607
+ } & Record<string, any>;
608
+ }, {
609
+ valid: true;
610
+ status_code: number;
611
+ latency_ms: number;
612
+ raw: {
613
+ statusCode: string;
614
+ statusDesc: string;
615
+ job?: {
616
+ type: string;
617
+ status: string;
618
+ id: string;
619
+ createdAt: string;
620
+ updatedAt: string;
621
+ reason: string | null;
622
+ progress: string;
623
+ outputId: string | null;
624
+ } | undefined;
625
+ } & Record<string, any>;
626
+ }>, z.ZodObject<{
627
+ valid: z.ZodLiteral<false>;
628
+ status_code: z.ZodNumber;
629
+ latency_ms: z.ZodNumber;
630
+ raw: z.ZodIntersection<z.ZodObject<{
631
+ statusCode: z.ZodString;
632
+ statusDesc: z.ZodString;
633
+ }, "strip", z.ZodTypeAny, {
634
+ statusCode: string;
635
+ statusDesc: string;
636
+ }, {
637
+ statusCode: string;
638
+ statusDesc: string;
639
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
640
+ error: z.ZodOptional<z.ZodString>;
641
+ }, "strip", z.ZodTypeAny, {
642
+ valid: false;
643
+ status_code: number;
644
+ latency_ms: number;
645
+ raw: {
646
+ statusCode: string;
647
+ statusDesc: string;
648
+ } & Record<string, any>;
649
+ error?: string | undefined;
650
+ }, {
651
+ valid: false;
652
+ status_code: number;
653
+ latency_ms: number;
654
+ raw: {
655
+ statusCode: string;
656
+ statusDesc: string;
657
+ } & Record<string, any>;
658
+ error?: string | undefined;
659
+ }>]>>;
660
+ secureRequestId: z.ZodEffects<z.ZodString, string, string>;
661
+ }, "strip", z.ZodTypeAny, {
662
+ status: NorthCapIntegrationStatus;
663
+ id: string;
664
+ createdAt: string | Date;
665
+ updatedAt: string | Date;
666
+ deletedAt: string | Date | null;
667
+ accountId: string;
668
+ clientId: string;
669
+ environment: NorthCapIntegrationEnvironment;
670
+ secureRequestId: string;
671
+ primaries: boolean;
672
+ secondaries: boolean;
673
+ apikey: string;
674
+ apiMessage: {
675
+ valid: true;
676
+ status_code: number;
677
+ latency_ms: number;
678
+ raw: {
679
+ statusCode: string;
680
+ statusDesc: string;
681
+ job?: {
682
+ type: string;
683
+ status: string;
684
+ id: string;
685
+ createdAt: string;
686
+ updatedAt: string;
687
+ reason: string | null;
688
+ progress: string;
689
+ outputId: string | null;
690
+ } | undefined;
691
+ } & Record<string, any>;
692
+ } | {
693
+ valid: false;
694
+ status_code: number;
695
+ latency_ms: number;
696
+ raw: {
697
+ statusCode: string;
698
+ statusDesc: string;
699
+ } & Record<string, any>;
700
+ error?: string | undefined;
701
+ } | null;
702
+ __entity?: string | undefined;
703
+ }, {
704
+ status: NorthCapIntegrationStatus;
705
+ id: string;
706
+ createdAt: string | Date;
707
+ updatedAt: string | Date;
708
+ deletedAt: string | Date | null;
709
+ accountId: string;
710
+ clientId: string;
711
+ environment: NorthCapIntegrationEnvironment;
712
+ secureRequestId: string;
713
+ primaries: boolean;
714
+ secondaries: boolean;
715
+ apikey: string;
716
+ apiMessage: {
717
+ valid: true;
718
+ status_code: number;
719
+ latency_ms: number;
720
+ raw: {
721
+ statusCode: string;
722
+ statusDesc: string;
723
+ job?: {
724
+ type: string;
725
+ status: string;
726
+ id: string;
727
+ createdAt: string;
728
+ updatedAt: string;
729
+ reason: string | null;
730
+ progress: string;
731
+ outputId: string | null;
732
+ } | undefined;
733
+ } & Record<string, any>;
734
+ } | {
735
+ valid: false;
736
+ status_code: number;
737
+ latency_ms: number;
738
+ raw: {
739
+ statusCode: string;
740
+ statusDesc: string;
741
+ } & Record<string, any>;
742
+ error?: string | undefined;
743
+ } | null;
744
+ __entity?: string | undefined;
745
+ }>, "many">;
746
+ meta: z.ZodObject<{
747
+ itemCount: z.ZodNumber;
748
+ totalItems: z.ZodOptional<z.ZodNumber>;
749
+ itemsPerPage: z.ZodNumber;
750
+ totalPages: z.ZodOptional<z.ZodNumber>;
751
+ currentPage: z.ZodNumber;
752
+ }, "strip", z.ZodTypeAny, {
753
+ itemCount: number;
754
+ itemsPerPage: number;
755
+ currentPage: number;
756
+ totalItems?: number | undefined;
757
+ totalPages?: number | undefined;
758
+ }, {
759
+ itemCount: number;
760
+ itemsPerPage: number;
761
+ currentPage: number;
762
+ totalItems?: number | undefined;
763
+ totalPages?: number | undefined;
764
+ }>;
765
+ }, "strip", z.ZodTypeAny, {
766
+ items: {
767
+ status: NorthCapIntegrationStatus;
768
+ id: string;
769
+ createdAt: string | Date;
770
+ updatedAt: string | Date;
771
+ deletedAt: string | Date | null;
772
+ accountId: string;
773
+ clientId: string;
774
+ environment: NorthCapIntegrationEnvironment;
775
+ secureRequestId: string;
776
+ primaries: boolean;
777
+ secondaries: boolean;
778
+ apikey: string;
779
+ apiMessage: {
780
+ valid: true;
781
+ status_code: number;
782
+ latency_ms: number;
783
+ raw: {
784
+ statusCode: string;
785
+ statusDesc: string;
786
+ job?: {
787
+ type: string;
788
+ status: string;
789
+ id: string;
790
+ createdAt: string;
791
+ updatedAt: string;
792
+ reason: string | null;
793
+ progress: string;
794
+ outputId: string | null;
795
+ } | undefined;
796
+ } & Record<string, any>;
797
+ } | {
798
+ valid: false;
799
+ status_code: number;
800
+ latency_ms: number;
801
+ raw: {
802
+ statusCode: string;
803
+ statusDesc: string;
804
+ } & Record<string, any>;
805
+ error?: string | undefined;
806
+ } | null;
807
+ __entity?: string | undefined;
808
+ }[];
809
+ meta: {
810
+ itemCount: number;
811
+ itemsPerPage: number;
812
+ currentPage: number;
813
+ totalItems?: number | undefined;
814
+ totalPages?: number | undefined;
815
+ };
816
+ }, {
817
+ items: {
818
+ status: NorthCapIntegrationStatus;
819
+ id: string;
820
+ createdAt: string | Date;
821
+ updatedAt: string | Date;
822
+ deletedAt: string | Date | null;
823
+ accountId: string;
824
+ clientId: string;
825
+ environment: NorthCapIntegrationEnvironment;
826
+ secureRequestId: string;
827
+ primaries: boolean;
828
+ secondaries: boolean;
829
+ apikey: string;
830
+ apiMessage: {
831
+ valid: true;
832
+ status_code: number;
833
+ latency_ms: number;
834
+ raw: {
835
+ statusCode: string;
836
+ statusDesc: string;
837
+ job?: {
838
+ type: string;
839
+ status: string;
840
+ id: string;
841
+ createdAt: string;
842
+ updatedAt: string;
843
+ reason: string | null;
844
+ progress: string;
845
+ outputId: string | null;
846
+ } | undefined;
847
+ } & Record<string, any>;
848
+ } | {
849
+ valid: false;
850
+ status_code: number;
851
+ latency_ms: number;
852
+ raw: {
853
+ statusCode: string;
854
+ statusDesc: string;
855
+ } & Record<string, any>;
856
+ error?: string | undefined;
857
+ } | null;
858
+ __entity?: string | undefined;
859
+ }[];
860
+ meta: {
861
+ itemCount: number;
862
+ itemsPerPage: number;
863
+ currentPage: number;
864
+ totalItems?: number | undefined;
865
+ totalPages?: number | undefined;
866
+ };
867
+ }>;
868
+ export type IPaginatedNorthCapIntegrations = z.infer<typeof IPaginatedNorthCapIntegrations>;
869
+ export declare const PostNorthCapIntegrationSchema: z.ZodObject<{
870
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
871
+ environment: z.ZodDefault<z.ZodNativeEnum<typeof NorthCapIntegrationEnvironment>>;
872
+ clientId: z.ZodString;
873
+ apikey: z.ZodString;
874
+ primaries: z.ZodDefault<z.ZodBoolean>;
875
+ secondaries: z.ZodDefault<z.ZodBoolean>;
876
+ apiMessage: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
877
+ valid: z.ZodLiteral<true>;
878
+ status_code: z.ZodNumber;
879
+ latency_ms: z.ZodNumber;
880
+ raw: z.ZodIntersection<z.ZodObject<{
881
+ statusCode: z.ZodString;
882
+ statusDesc: z.ZodString;
883
+ job: z.ZodOptional<z.ZodObject<{
884
+ id: z.ZodString;
885
+ type: z.ZodString;
886
+ progress: z.ZodString;
887
+ status: z.ZodString;
888
+ reason: z.ZodNullable<z.ZodString>;
889
+ outputId: z.ZodNullable<z.ZodString>;
890
+ createdAt: z.ZodString;
891
+ updatedAt: z.ZodString;
892
+ }, "strip", z.ZodTypeAny, {
893
+ type: string;
894
+ status: string;
895
+ id: string;
896
+ createdAt: string;
897
+ updatedAt: string;
898
+ reason: string | null;
899
+ progress: string;
900
+ outputId: string | null;
901
+ }, {
902
+ type: string;
903
+ status: string;
904
+ id: string;
905
+ createdAt: string;
906
+ updatedAt: string;
907
+ reason: string | null;
908
+ progress: string;
909
+ outputId: string | null;
910
+ }>>;
911
+ }, "strip", z.ZodTypeAny, {
912
+ statusCode: string;
913
+ statusDesc: string;
914
+ job?: {
915
+ type: string;
916
+ status: string;
917
+ id: string;
918
+ createdAt: string;
919
+ updatedAt: string;
920
+ reason: string | null;
921
+ progress: string;
922
+ outputId: string | null;
923
+ } | undefined;
924
+ }, {
925
+ statusCode: string;
926
+ statusDesc: string;
927
+ job?: {
928
+ type: string;
929
+ status: string;
930
+ id: string;
931
+ createdAt: string;
932
+ updatedAt: string;
933
+ reason: string | null;
934
+ progress: string;
935
+ outputId: string | null;
936
+ } | undefined;
937
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
938
+ }, "strip", z.ZodTypeAny, {
939
+ valid: true;
940
+ status_code: number;
941
+ latency_ms: number;
942
+ raw: {
943
+ statusCode: string;
944
+ statusDesc: string;
945
+ job?: {
946
+ type: string;
947
+ status: string;
948
+ id: string;
949
+ createdAt: string;
950
+ updatedAt: string;
951
+ reason: string | null;
952
+ progress: string;
953
+ outputId: string | null;
954
+ } | undefined;
955
+ } & Record<string, any>;
956
+ }, {
957
+ valid: true;
958
+ status_code: number;
959
+ latency_ms: number;
960
+ raw: {
961
+ statusCode: string;
962
+ statusDesc: string;
963
+ job?: {
964
+ type: string;
965
+ status: string;
966
+ id: string;
967
+ createdAt: string;
968
+ updatedAt: string;
969
+ reason: string | null;
970
+ progress: string;
971
+ outputId: string | null;
972
+ } | undefined;
973
+ } & Record<string, any>;
974
+ }>, z.ZodObject<{
975
+ valid: z.ZodLiteral<false>;
976
+ status_code: z.ZodNumber;
977
+ latency_ms: z.ZodNumber;
978
+ raw: z.ZodIntersection<z.ZodObject<{
979
+ statusCode: z.ZodString;
980
+ statusDesc: z.ZodString;
981
+ }, "strip", z.ZodTypeAny, {
982
+ statusCode: string;
983
+ statusDesc: string;
984
+ }, {
985
+ statusCode: string;
986
+ statusDesc: string;
987
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
988
+ error: z.ZodOptional<z.ZodString>;
989
+ }, "strip", z.ZodTypeAny, {
990
+ valid: false;
991
+ status_code: number;
992
+ latency_ms: number;
993
+ raw: {
994
+ statusCode: string;
995
+ statusDesc: string;
996
+ } & Record<string, any>;
997
+ error?: string | undefined;
998
+ }, {
999
+ valid: false;
1000
+ status_code: number;
1001
+ latency_ms: number;
1002
+ raw: {
1003
+ statusCode: string;
1004
+ statusDesc: string;
1005
+ } & Record<string, any>;
1006
+ error?: string | undefined;
1007
+ }>]>>>;
1008
+ secureRequestId: z.ZodEffects<z.ZodString, string, string>;
1009
+ }, "strip", z.ZodTypeAny, {
1010
+ accountId: string;
1011
+ clientId: string;
1012
+ environment: NorthCapIntegrationEnvironment;
1013
+ secureRequestId: string;
1014
+ primaries: boolean;
1015
+ secondaries: boolean;
1016
+ apikey: string;
1017
+ apiMessage?: {
1018
+ valid: true;
1019
+ status_code: number;
1020
+ latency_ms: number;
1021
+ raw: {
1022
+ statusCode: string;
1023
+ statusDesc: string;
1024
+ job?: {
1025
+ type: string;
1026
+ status: string;
1027
+ id: string;
1028
+ createdAt: string;
1029
+ updatedAt: string;
1030
+ reason: string | null;
1031
+ progress: string;
1032
+ outputId: string | null;
1033
+ } | undefined;
1034
+ } & Record<string, any>;
1035
+ } | {
1036
+ valid: false;
1037
+ status_code: number;
1038
+ latency_ms: number;
1039
+ raw: {
1040
+ statusCode: string;
1041
+ statusDesc: string;
1042
+ } & Record<string, any>;
1043
+ error?: string | undefined;
1044
+ } | null | undefined;
1045
+ }, {
1046
+ accountId: string;
1047
+ clientId: string;
1048
+ secureRequestId: string;
1049
+ apikey: string;
1050
+ environment?: NorthCapIntegrationEnvironment | undefined;
1051
+ primaries?: boolean | undefined;
1052
+ secondaries?: boolean | undefined;
1053
+ apiMessage?: {
1054
+ valid: true;
1055
+ status_code: number;
1056
+ latency_ms: number;
1057
+ raw: {
1058
+ statusCode: string;
1059
+ statusDesc: string;
1060
+ job?: {
1061
+ type: string;
1062
+ status: string;
1063
+ id: string;
1064
+ createdAt: string;
1065
+ updatedAt: string;
1066
+ reason: string | null;
1067
+ progress: string;
1068
+ outputId: string | null;
1069
+ } | undefined;
1070
+ } & Record<string, any>;
1071
+ } | {
1072
+ valid: false;
1073
+ status_code: number;
1074
+ latency_ms: number;
1075
+ raw: {
1076
+ statusCode: string;
1077
+ statusDesc: string;
1078
+ } & Record<string, any>;
1079
+ error?: string | undefined;
1080
+ } | null | undefined;
1081
+ }>;
1082
+ export type PostNorthCapIntegrationSchema = z.infer<typeof PostNorthCapIntegrationSchema>;
1083
+ export declare const UpdateNorthCapIntegrationSchema: z.ZodObject<{
1084
+ status: z.ZodOptional<z.ZodNativeEnum<typeof NorthCapIntegrationStatus>>;
1085
+ apiMessage: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
1086
+ valid: z.ZodLiteral<true>;
1087
+ status_code: z.ZodNumber;
1088
+ latency_ms: z.ZodNumber;
1089
+ raw: z.ZodIntersection<z.ZodObject<{
1090
+ statusCode: z.ZodString;
1091
+ statusDesc: z.ZodString;
1092
+ job: z.ZodOptional<z.ZodObject<{
1093
+ id: z.ZodString;
1094
+ type: z.ZodString;
1095
+ progress: z.ZodString;
1096
+ status: z.ZodString;
1097
+ reason: z.ZodNullable<z.ZodString>;
1098
+ outputId: z.ZodNullable<z.ZodString>;
1099
+ createdAt: z.ZodString;
1100
+ updatedAt: z.ZodString;
1101
+ }, "strip", z.ZodTypeAny, {
1102
+ type: string;
1103
+ status: string;
1104
+ id: string;
1105
+ createdAt: string;
1106
+ updatedAt: string;
1107
+ reason: string | null;
1108
+ progress: string;
1109
+ outputId: string | null;
1110
+ }, {
1111
+ type: string;
1112
+ status: string;
1113
+ id: string;
1114
+ createdAt: string;
1115
+ updatedAt: string;
1116
+ reason: string | null;
1117
+ progress: string;
1118
+ outputId: string | null;
1119
+ }>>;
1120
+ }, "strip", z.ZodTypeAny, {
1121
+ statusCode: string;
1122
+ statusDesc: string;
1123
+ job?: {
1124
+ type: string;
1125
+ status: string;
1126
+ id: string;
1127
+ createdAt: string;
1128
+ updatedAt: string;
1129
+ reason: string | null;
1130
+ progress: string;
1131
+ outputId: string | null;
1132
+ } | undefined;
1133
+ }, {
1134
+ statusCode: string;
1135
+ statusDesc: string;
1136
+ job?: {
1137
+ type: string;
1138
+ status: string;
1139
+ id: string;
1140
+ createdAt: string;
1141
+ updatedAt: string;
1142
+ reason: string | null;
1143
+ progress: string;
1144
+ outputId: string | null;
1145
+ } | undefined;
1146
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
1147
+ }, "strip", z.ZodTypeAny, {
1148
+ valid: true;
1149
+ status_code: number;
1150
+ latency_ms: number;
1151
+ raw: {
1152
+ statusCode: string;
1153
+ statusDesc: string;
1154
+ job?: {
1155
+ type: string;
1156
+ status: string;
1157
+ id: string;
1158
+ createdAt: string;
1159
+ updatedAt: string;
1160
+ reason: string | null;
1161
+ progress: string;
1162
+ outputId: string | null;
1163
+ } | undefined;
1164
+ } & Record<string, any>;
1165
+ }, {
1166
+ valid: true;
1167
+ status_code: number;
1168
+ latency_ms: number;
1169
+ raw: {
1170
+ statusCode: string;
1171
+ statusDesc: string;
1172
+ job?: {
1173
+ type: string;
1174
+ status: string;
1175
+ id: string;
1176
+ createdAt: string;
1177
+ updatedAt: string;
1178
+ reason: string | null;
1179
+ progress: string;
1180
+ outputId: string | null;
1181
+ } | undefined;
1182
+ } & Record<string, any>;
1183
+ }>, z.ZodObject<{
1184
+ valid: z.ZodLiteral<false>;
1185
+ status_code: z.ZodNumber;
1186
+ latency_ms: z.ZodNumber;
1187
+ raw: z.ZodIntersection<z.ZodObject<{
1188
+ statusCode: z.ZodString;
1189
+ statusDesc: z.ZodString;
1190
+ }, "strip", z.ZodTypeAny, {
1191
+ statusCode: string;
1192
+ statusDesc: string;
1193
+ }, {
1194
+ statusCode: string;
1195
+ statusDesc: string;
1196
+ }>, z.ZodRecord<z.ZodString, z.ZodAny>>;
1197
+ error: z.ZodOptional<z.ZodString>;
1198
+ }, "strip", z.ZodTypeAny, {
1199
+ valid: false;
1200
+ status_code: number;
1201
+ latency_ms: number;
1202
+ raw: {
1203
+ statusCode: string;
1204
+ statusDesc: string;
1205
+ } & Record<string, any>;
1206
+ error?: string | undefined;
1207
+ }, {
1208
+ valid: false;
1209
+ status_code: number;
1210
+ latency_ms: number;
1211
+ raw: {
1212
+ statusCode: string;
1213
+ statusDesc: string;
1214
+ } & Record<string, any>;
1215
+ error?: string | undefined;
1216
+ }>]>>>;
1217
+ }, "strip", z.ZodTypeAny, {
1218
+ status?: NorthCapIntegrationStatus | undefined;
1219
+ apiMessage?: {
1220
+ valid: true;
1221
+ status_code: number;
1222
+ latency_ms: number;
1223
+ raw: {
1224
+ statusCode: string;
1225
+ statusDesc: string;
1226
+ job?: {
1227
+ type: string;
1228
+ status: string;
1229
+ id: string;
1230
+ createdAt: string;
1231
+ updatedAt: string;
1232
+ reason: string | null;
1233
+ progress: string;
1234
+ outputId: string | null;
1235
+ } | undefined;
1236
+ } & Record<string, any>;
1237
+ } | {
1238
+ valid: false;
1239
+ status_code: number;
1240
+ latency_ms: number;
1241
+ raw: {
1242
+ statusCode: string;
1243
+ statusDesc: string;
1244
+ } & Record<string, any>;
1245
+ error?: string | undefined;
1246
+ } | null | undefined;
1247
+ }, {
1248
+ status?: NorthCapIntegrationStatus | undefined;
1249
+ apiMessage?: {
1250
+ valid: true;
1251
+ status_code: number;
1252
+ latency_ms: number;
1253
+ raw: {
1254
+ statusCode: string;
1255
+ statusDesc: string;
1256
+ job?: {
1257
+ type: string;
1258
+ status: string;
1259
+ id: string;
1260
+ createdAt: string;
1261
+ updatedAt: string;
1262
+ reason: string | null;
1263
+ progress: string;
1264
+ outputId: string | null;
1265
+ } | undefined;
1266
+ } & Record<string, any>;
1267
+ } | {
1268
+ valid: false;
1269
+ status_code: number;
1270
+ latency_ms: number;
1271
+ raw: {
1272
+ statusCode: string;
1273
+ statusDesc: string;
1274
+ } & Record<string, any>;
1275
+ error?: string | undefined;
1276
+ } | null | undefined;
1277
+ }>;
1278
+ export type UpdateNorthCapIntegrationSchema = z.infer<typeof UpdateNorthCapIntegrationSchema>;
1279
+ export declare const NorthCapIntegrationFiltersZod: z.ZodObject<{
1280
+ accountId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
1281
+ status: z.ZodOptional<z.ZodNativeEnum<typeof NorthCapIntegrationStatus>>;
1282
+ }, "strip", z.ZodTypeAny, {
1283
+ status?: NorthCapIntegrationStatus | undefined;
1284
+ accountId?: string | undefined;
1285
+ }, {
1286
+ status?: NorthCapIntegrationStatus | undefined;
1287
+ accountId?: string | undefined;
1288
+ }>;
1289
+ export declare const northCapIntegrationInclude: z.ZodEnum<["account", "secureRequest"]>;
1290
+ /**
1291
+ * @description Query parameters for including related entities
1292
+ * @example in contract use as -> query: z.object({}).merge(NorthCapIntegrationsIncludeQuery),
1293
+ */
1294
+ export declare const NorthCapIntegrationsIncludeQuery: z.ZodObject<{
1295
+ include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
1296
+ }, "strip", z.ZodTypeAny, {
1297
+ include: string[];
1298
+ }, {
1299
+ include?: string | undefined;
1300
+ }>;
1301
+ export type NorthCapIntegrationFiltersZod = z.infer<typeof NorthCapIntegrationFiltersZod>;
1302
+ export interface NorthCapIntegrationsIncludeQuery extends z.infer<typeof NorthCapIntegrationsIncludeQuery> {
1303
+ }