@taxdao/fintax-mcp 0.2.0

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 (341) hide show
  1. package/README.md +220 -0
  2. package/dist/app/create-server.d.ts +18 -0
  3. package/dist/app/create-server.js +80 -0
  4. package/dist/app/create-server.js.map +1 -0
  5. package/dist/app/register-tools.d.ts +4 -0
  6. package/dist/app/register-tools.js +18 -0
  7. package/dist/app/register-tools.js.map +1 -0
  8. package/dist/audit/audit-context.d.ts +38 -0
  9. package/dist/audit/audit-context.js +167 -0
  10. package/dist/audit/audit-context.js.map +1 -0
  11. package/dist/audit/audit-sink.d.ts +20 -0
  12. package/dist/audit/audit-sink.js +6 -0
  13. package/dist/audit/audit-sink.js.map +1 -0
  14. package/dist/audit/file-audit-sink.d.ts +6 -0
  15. package/dist/audit/file-audit-sink.js +18 -0
  16. package/dist/audit/file-audit-sink.js.map +1 -0
  17. package/dist/auth/auth-session.d.ts +63 -0
  18. package/dist/auth/auth-session.js +226 -0
  19. package/dist/auth/auth-session.js.map +1 -0
  20. package/dist/auth/credentials.d.ts +6 -0
  21. package/dist/auth/credentials.js +12 -0
  22. package/dist/auth/credentials.js.map +1 -0
  23. package/dist/auth/org-token-provider.d.ts +15 -0
  24. package/dist/auth/org-token-provider.js +62 -0
  25. package/dist/auth/org-token-provider.js.map +1 -0
  26. package/dist/capabilities/capability.d.ts +100 -0
  27. package/dist/capabilities/capability.js +26 -0
  28. package/dist/capabilities/capability.js.map +1 -0
  29. package/dist/capabilities/create-capabilities.d.ts +2 -0
  30. package/dist/capabilities/create-capabilities.js +37 -0
  31. package/dist/capabilities/create-capabilities.js.map +1 -0
  32. package/dist/capabilities/define-capability.d.ts +39 -0
  33. package/dist/capabilities/define-capability.js +64 -0
  34. package/dist/capabilities/define-capability.js.map +1 -0
  35. package/dist/capabilities/definitions/accounting-balances.d.ts +4 -0
  36. package/dist/capabilities/definitions/accounting-balances.js +98 -0
  37. package/dist/capabilities/definitions/accounting-balances.js.map +1 -0
  38. package/dist/capabilities/definitions/accounting-context.d.ts +2 -0
  39. package/dist/capabilities/definitions/accounting-context.js +17 -0
  40. package/dist/capabilities/definitions/accounting-context.js.map +1 -0
  41. package/dist/capabilities/definitions/assets.d.ts +2 -0
  42. package/dist/capabilities/definitions/assets.js +367 -0
  43. package/dist/capabilities/definitions/assets.js.map +1 -0
  44. package/dist/capabilities/definitions/business-documents.d.ts +9 -0
  45. package/dist/capabilities/definitions/business-documents.js +386 -0
  46. package/dist/capabilities/definitions/business-documents.js.map +1 -0
  47. package/dist/capabilities/definitions/dashboard.d.ts +2 -0
  48. package/dist/capabilities/definitions/dashboard.js +153 -0
  49. package/dist/capabilities/definitions/dashboard.js.map +1 -0
  50. package/dist/capabilities/definitions/extended-operation-contracts.d.ts +597 -0
  51. package/dist/capabilities/definitions/extended-operation-contracts.js +1180 -0
  52. package/dist/capabilities/definitions/extended-operation-contracts.js.map +1 -0
  53. package/dist/capabilities/definitions/extended-operations.d.ts +2 -0
  54. package/dist/capabilities/definitions/extended-operations.js +699 -0
  55. package/dist/capabilities/definitions/extended-operations.js.map +1 -0
  56. package/dist/capabilities/definitions/financial-reports.d.ts +2 -0
  57. package/dist/capabilities/definitions/financial-reports.js +100 -0
  58. package/dist/capabilities/definitions/financial-reports.js.map +1 -0
  59. package/dist/capabilities/definitions/fnd-import.d.ts +34 -0
  60. package/dist/capabilities/definitions/fnd-import.js +282 -0
  61. package/dist/capabilities/definitions/fnd-import.js.map +1 -0
  62. package/dist/capabilities/definitions/fund-accounts.d.ts +2 -0
  63. package/dist/capabilities/definitions/fund-accounts.js +188 -0
  64. package/dist/capabilities/definitions/fund-accounts.js.map +1 -0
  65. package/dist/capabilities/definitions/fund-balances.d.ts +2 -0
  66. package/dist/capabilities/definitions/fund-balances.js +84 -0
  67. package/dist/capabilities/definitions/fund-balances.js.map +1 -0
  68. package/dist/capabilities/definitions/journals.d.ts +10 -0
  69. package/dist/capabilities/definitions/journals.js +224 -0
  70. package/dist/capabilities/definitions/journals.js.map +1 -0
  71. package/dist/capabilities/definitions/master-data.d.ts +2 -0
  72. package/dist/capabilities/definitions/master-data.js +451 -0
  73. package/dist/capabilities/definitions/master-data.js.map +1 -0
  74. package/dist/capabilities/definitions/pnl.d.ts +2 -0
  75. package/dist/capabilities/definitions/pnl.js +139 -0
  76. package/dist/capabilities/definitions/pnl.js.map +1 -0
  77. package/dist/capabilities/definitions/reference-data.d.ts +2 -0
  78. package/dist/capabilities/definitions/reference-data.js +169 -0
  79. package/dist/capabilities/definitions/reference-data.js.map +1 -0
  80. package/dist/capabilities/definitions/transaction-drafts.d.ts +2 -0
  81. package/dist/capabilities/definitions/transaction-drafts.js +157 -0
  82. package/dist/capabilities/definitions/transaction-drafts.js.map +1 -0
  83. package/dist/capabilities/definitions/transactions.d.ts +168 -0
  84. package/dist/capabilities/definitions/transactions.js +79 -0
  85. package/dist/capabilities/definitions/transactions.js.map +1 -0
  86. package/dist/capabilities/executor.d.ts +19 -0
  87. package/dist/capabilities/executor.js +134 -0
  88. package/dist/capabilities/executor.js.map +1 -0
  89. package/dist/capabilities/registry.d.ts +7 -0
  90. package/dist/capabilities/registry.js +51 -0
  91. package/dist/capabilities/registry.js.map +1 -0
  92. package/dist/clients/base-client.d.ts +5 -0
  93. package/dist/clients/base-client.js +13 -0
  94. package/dist/clients/base-client.js.map +1 -0
  95. package/dist/clients/http-client.d.ts +29 -0
  96. package/dist/clients/http-client.js +167 -0
  97. package/dist/clients/http-client.js.map +1 -0
  98. package/dist/clients/suite-client.d.ts +5 -0
  99. package/dist/clients/suite-client.js +5 -0
  100. package/dist/clients/suite-client.js.map +1 -0
  101. package/dist/concurrency/lock-manager.d.ts +4 -0
  102. package/dist/concurrency/lock-manager.js +23 -0
  103. package/dist/concurrency/lock-manager.js.map +1 -0
  104. package/dist/config/load-config.d.ts +2 -0
  105. package/dist/config/load-config.js +18 -0
  106. package/dist/config/load-config.js.map +1 -0
  107. package/dist/config/schema.d.ts +24 -0
  108. package/dist/config/schema.js +85 -0
  109. package/dist/config/schema.js.map +1 -0
  110. package/dist/errors/fintax-error.d.ts +24 -0
  111. package/dist/errors/fintax-error.js +21 -0
  112. package/dist/errors/fintax-error.js.map +1 -0
  113. package/dist/errors/normalize-error.d.ts +3 -0
  114. package/dist/errors/normalize-error.js +67 -0
  115. package/dist/errors/normalize-error.js.map +1 -0
  116. package/dist/files/artifact-store.d.ts +17 -0
  117. package/dist/files/artifact-store.js +74 -0
  118. package/dist/files/artifact-store.js.map +1 -0
  119. package/dist/files/input-policy.d.ts +28 -0
  120. package/dist/files/input-policy.js +109 -0
  121. package/dist/files/input-policy.js.map +1 -0
  122. package/dist/files/roots-provider.d.ts +14 -0
  123. package/dist/files/roots-provider.js +47 -0
  124. package/dist/files/roots-provider.js.map +1 -0
  125. package/dist/index.d.ts +2 -0
  126. package/dist/index.js +49 -0
  127. package/dist/index.js.map +1 -0
  128. package/dist/logging/logger.d.ts +3 -0
  129. package/dist/logging/logger.js +13 -0
  130. package/dist/logging/logger.js.map +1 -0
  131. package/dist/policies/idempotency.d.ts +32 -0
  132. package/dist/policies/idempotency.js +155 -0
  133. package/dist/policies/idempotency.js.map +1 -0
  134. package/dist/policies/job-reference.d.ts +16 -0
  135. package/dist/policies/job-reference.js +62 -0
  136. package/dist/policies/job-reference.js.map +1 -0
  137. package/dist/policies/operation-plan.d.ts +27 -0
  138. package/dist/policies/operation-plan.js +99 -0
  139. package/dist/policies/operation-plan.js.map +1 -0
  140. package/dist/policies/redaction.d.ts +2 -0
  141. package/dist/policies/redaction.js +29 -0
  142. package/dist/policies/redaction.js.map +1 -0
  143. package/dist/policies/retry.d.ts +8 -0
  144. package/dist/policies/retry.js +19 -0
  145. package/dist/policies/retry.js.map +1 -0
  146. package/dist/responses/tool-response.d.ts +4 -0
  147. package/dist/responses/tool-response.js +24 -0
  148. package/dist/responses/tool-response.js.map +1 -0
  149. package/dist/schemas/common.d.ts +226 -0
  150. package/dist/schemas/common.js +133 -0
  151. package/dist/schemas/common.js.map +1 -0
  152. package/dist/schemas/domains/accounting-balances.d.ts +497 -0
  153. package/dist/schemas/domains/accounting-balances.js +226 -0
  154. package/dist/schemas/domains/accounting-balances.js.map +1 -0
  155. package/dist/schemas/domains/accounting-context.d.ts +118 -0
  156. package/dist/schemas/domains/accounting-context.js +54 -0
  157. package/dist/schemas/domains/accounting-context.js.map +1 -0
  158. package/dist/schemas/domains/assets.d.ts +2508 -0
  159. package/dist/schemas/domains/assets.js +960 -0
  160. package/dist/schemas/domains/assets.js.map +1 -0
  161. package/dist/schemas/domains/business-documents.d.ts +4406 -0
  162. package/dist/schemas/domains/business-documents.js +1153 -0
  163. package/dist/schemas/domains/business-documents.js.map +1 -0
  164. package/dist/schemas/domains/configuration.d.ts +518 -0
  165. package/dist/schemas/domains/configuration.js +504 -0
  166. package/dist/schemas/domains/configuration.js.map +1 -0
  167. package/dist/schemas/domains/dashboard.d.ts +339 -0
  168. package/dist/schemas/domains/dashboard.js +211 -0
  169. package/dist/schemas/domains/dashboard.js.map +1 -0
  170. package/dist/schemas/domains/extended-operation-results.d.ts +1588 -0
  171. package/dist/schemas/domains/extended-operation-results.js +275 -0
  172. package/dist/schemas/domains/extended-operation-results.js.map +1 -0
  173. package/dist/schemas/domains/extended-operations.d.ts +1061 -0
  174. package/dist/schemas/domains/extended-operations.js +567 -0
  175. package/dist/schemas/domains/extended-operations.js.map +1 -0
  176. package/dist/schemas/domains/extended-query-results.d.ts +1688 -0
  177. package/dist/schemas/domains/extended-query-results.js +337 -0
  178. package/dist/schemas/domains/extended-query-results.js.map +1 -0
  179. package/dist/schemas/domains/financial-reports.d.ts +540 -0
  180. package/dist/schemas/domains/financial-reports.js +206 -0
  181. package/dist/schemas/domains/financial-reports.js.map +1 -0
  182. package/dist/schemas/domains/fnd-import.d.ts +912 -0
  183. package/dist/schemas/domains/fnd-import.js +396 -0
  184. package/dist/schemas/domains/fnd-import.js.map +1 -0
  185. package/dist/schemas/domains/fund-accounts.d.ts +1092 -0
  186. package/dist/schemas/domains/fund-accounts.js +410 -0
  187. package/dist/schemas/domains/fund-accounts.js.map +1 -0
  188. package/dist/schemas/domains/fund-balances.d.ts +476 -0
  189. package/dist/schemas/domains/fund-balances.js +233 -0
  190. package/dist/schemas/domains/fund-balances.js.map +1 -0
  191. package/dist/schemas/domains/journals.d.ts +1619 -0
  192. package/dist/schemas/domains/journals.js +615 -0
  193. package/dist/schemas/domains/journals.js.map +1 -0
  194. package/dist/schemas/domains/master-data.d.ts +2010 -0
  195. package/dist/schemas/domains/master-data.js +799 -0
  196. package/dist/schemas/domains/master-data.js.map +1 -0
  197. package/dist/schemas/domains/pnl.d.ts +837 -0
  198. package/dist/schemas/domains/pnl.js +469 -0
  199. package/dist/schemas/domains/pnl.js.map +1 -0
  200. package/dist/schemas/domains/reference-data.d.ts +227 -0
  201. package/dist/schemas/domains/reference-data.js +144 -0
  202. package/dist/schemas/domains/reference-data.js.map +1 -0
  203. package/dist/schemas/domains/transaction-drafts.d.ts +903 -0
  204. package/dist/schemas/domains/transaction-drafts.js +242 -0
  205. package/dist/schemas/domains/transaction-drafts.js.map +1 -0
  206. package/dist/schemas/domains/transactions.d.ts +910 -0
  207. package/dist/schemas/domains/transactions.js +266 -0
  208. package/dist/schemas/domains/transactions.js.map +1 -0
  209. package/dist/schemas/primitives.d.ts +6 -0
  210. package/dist/schemas/primitives.js +11 -0
  211. package/dist/schemas/primitives.js.map +1 -0
  212. package/dist/schemas/public-input.d.ts +3 -0
  213. package/dist/schemas/public-input.js +524 -0
  214. package/dist/schemas/public-input.js.map +1 -0
  215. package/dist/tools/core-edit/idempotent-write.d.ts +23 -0
  216. package/dist/tools/core-edit/idempotent-write.js +58 -0
  217. package/dist/tools/core-edit/idempotent-write.js.map +1 -0
  218. package/dist/tools/core-edit/save-asset.d.ts +5 -0
  219. package/dist/tools/core-edit/save-asset.js +334 -0
  220. package/dist/tools/core-edit/save-asset.js.map +1 -0
  221. package/dist/tools/core-edit/save-business-document-draft.d.ts +2 -0
  222. package/dist/tools/core-edit/save-business-document-draft.js +128 -0
  223. package/dist/tools/core-edit/save-business-document-draft.js.map +1 -0
  224. package/dist/tools/core-edit/save-fund-account.d.ts +2 -0
  225. package/dist/tools/core-edit/save-fund-account.js +138 -0
  226. package/dist/tools/core-edit/save-fund-account.js.map +1 -0
  227. package/dist/tools/core-edit/save-journal-draft.d.ts +2 -0
  228. package/dist/tools/core-edit/save-journal-draft.js +122 -0
  229. package/dist/tools/core-edit/save-journal-draft.js.map +1 -0
  230. package/dist/tools/core-edit/save-master-data.d.ts +2 -0
  231. package/dist/tools/core-edit/save-master-data.js +153 -0
  232. package/dist/tools/core-edit/save-master-data.js.map +1 -0
  233. package/dist/tools/core-edit/save-transaction-draft.d.ts +2 -0
  234. package/dist/tools/core-edit/save-transaction-draft.js +128 -0
  235. package/dist/tools/core-edit/save-transaction-draft.js.map +1 -0
  236. package/dist/tools/core-read/export-business-documents.d.ts +2 -0
  237. package/dist/tools/core-read/export-business-documents.js +67 -0
  238. package/dist/tools/core-read/export-business-documents.js.map +1 -0
  239. package/dist/tools/core-read/export-journals.d.ts +2 -0
  240. package/dist/tools/core-read/export-journals.js +56 -0
  241. package/dist/tools/core-read/export-journals.js.map +1 -0
  242. package/dist/tools/core-read/export-transactions.d.ts +2 -0
  243. package/dist/tools/core-read/export-transactions.js +67 -0
  244. package/dist/tools/core-read/export-transactions.js.map +1 -0
  245. package/dist/tools/core-read/query-accounting-balances.d.ts +2 -0
  246. package/dist/tools/core-read/query-accounting-balances.js +135 -0
  247. package/dist/tools/core-read/query-accounting-balances.js.map +1 -0
  248. package/dist/tools/core-read/query-accounting-context.d.ts +2 -0
  249. package/dist/tools/core-read/query-accounting-context.js +76 -0
  250. package/dist/tools/core-read/query-accounting-context.js.map +1 -0
  251. package/dist/tools/core-read/query-assets.d.ts +2 -0
  252. package/dist/tools/core-read/query-assets.js +425 -0
  253. package/dist/tools/core-read/query-assets.js.map +1 -0
  254. package/dist/tools/core-read/query-business-documents.d.ts +9 -0
  255. package/dist/tools/core-read/query-business-documents.js +620 -0
  256. package/dist/tools/core-read/query-business-documents.js.map +1 -0
  257. package/dist/tools/core-read/query-dashboard.d.ts +2 -0
  258. package/dist/tools/core-read/query-dashboard.js +144 -0
  259. package/dist/tools/core-read/query-dashboard.js.map +1 -0
  260. package/dist/tools/core-read/query-financial-reports.d.ts +2 -0
  261. package/dist/tools/core-read/query-financial-reports.js +171 -0
  262. package/dist/tools/core-read/query-financial-reports.js.map +1 -0
  263. package/dist/tools/core-read/query-fund-accounts.d.ts +2 -0
  264. package/dist/tools/core-read/query-fund-accounts.js +140 -0
  265. package/dist/tools/core-read/query-fund-accounts.js.map +1 -0
  266. package/dist/tools/core-read/query-fund-balances.d.ts +2 -0
  267. package/dist/tools/core-read/query-fund-balances.js +150 -0
  268. package/dist/tools/core-read/query-fund-balances.js.map +1 -0
  269. package/dist/tools/core-read/query-journals.d.ts +2 -0
  270. package/dist/tools/core-read/query-journals.js +277 -0
  271. package/dist/tools/core-read/query-journals.js.map +1 -0
  272. package/dist/tools/core-read/query-master-data.d.ts +2 -0
  273. package/dist/tools/core-read/query-master-data.js +363 -0
  274. package/dist/tools/core-read/query-master-data.js.map +1 -0
  275. package/dist/tools/core-read/query-pnl.d.ts +2 -0
  276. package/dist/tools/core-read/query-pnl.js +244 -0
  277. package/dist/tools/core-read/query-pnl.js.map +1 -0
  278. package/dist/tools/core-read/query-reference-data.d.ts +2 -0
  279. package/dist/tools/core-read/query-reference-data.js +293 -0
  280. package/dist/tools/core-read/query-reference-data.js.map +1 -0
  281. package/dist/tools/core-read/query-transactions.d.ts +2 -0
  282. package/dist/tools/core-read/query-transactions.js +58 -0
  283. package/dist/tools/core-read/query-transactions.js.map +1 -0
  284. package/dist/tools/create-tools.d.ts +3 -0
  285. package/dist/tools/create-tools.js +88 -0
  286. package/dist/tools/create-tools.js.map +1 -0
  287. package/dist/tools/extended/asset-operation-tools.d.ts +9 -0
  288. package/dist/tools/extended/asset-operation-tools.js +419 -0
  289. package/dist/tools/extended/asset-operation-tools.js.map +1 -0
  290. package/dist/tools/extended/automation-tools.d.ts +7 -0
  291. package/dist/tools/extended/automation-tools.js +333 -0
  292. package/dist/tools/extended/automation-tools.js.map +1 -0
  293. package/dist/tools/extended/configuration-tools.d.ts +14 -0
  294. package/dist/tools/extended/configuration-tools.js +871 -0
  295. package/dist/tools/extended/configuration-tools.js.map +1 -0
  296. package/dist/tools/extended/period-end-tools.d.ts +11 -0
  297. package/dist/tools/extended/period-end-tools.js +480 -0
  298. package/dist/tools/extended/period-end-tools.js.map +1 -0
  299. package/dist/tools/extended/query-output.d.ts +2589 -0
  300. package/dist/tools/extended/query-output.js +610 -0
  301. package/dist/tools/extended/query-output.js.map +1 -0
  302. package/dist/tools/extended/tool-support.d.ts +56 -0
  303. package/dist/tools/extended/tool-support.js +198 -0
  304. package/dist/tools/extended/tool-support.js.map +1 -0
  305. package/dist/tools/extended/workflow-tools.d.ts +10 -0
  306. package/dist/tools/extended/workflow-tools.js +678 -0
  307. package/dist/tools/extended/workflow-tools.js.map +1 -0
  308. package/dist/tools/fnd-import/execute-import.d.ts +2 -0
  309. package/dist/tools/fnd-import/execute-import.js +201 -0
  310. package/dist/tools/fnd-import/execute-import.js.map +1 -0
  311. package/dist/tools/fnd-import/get-import-template.d.ts +2 -0
  312. package/dist/tools/fnd-import/get-import-template.js +66 -0
  313. package/dist/tools/fnd-import/get-import-template.js.map +1 -0
  314. package/dist/tools/fnd-import/get-job-status.d.ts +8 -0
  315. package/dist/tools/fnd-import/get-job-status.js +201 -0
  316. package/dist/tools/fnd-import/get-job-status.js.map +1 -0
  317. package/dist/tools/fnd-import/prepare-import.d.ts +31 -0
  318. package/dist/tools/fnd-import/prepare-import.js +214 -0
  319. package/dist/tools/fnd-import/prepare-import.js.map +1 -0
  320. package/dist/tools/fnd-import/public-import-result.d.ts +18 -0
  321. package/dist/tools/fnd-import/public-import-result.js +35 -0
  322. package/dist/tools/fnd-import/public-import-result.js.map +1 -0
  323. package/dist/tools/tool-definition.d.ts +45 -0
  324. package/dist/tools/tool-definition.js +11 -0
  325. package/dist/tools/tool-definition.js.map +1 -0
  326. package/dist/tools/tool-handler.d.ts +27 -0
  327. package/dist/tools/tool-handler.js +196 -0
  328. package/dist/tools/tool-handler.js.map +1 -0
  329. package/dist/tools/transaction-item.d.ts +225 -0
  330. package/dist/tools/transaction-item.js +109 -0
  331. package/dist/tools/transaction-item.js.map +1 -0
  332. package/dist/transport/draining-transport.d.ts +14 -0
  333. package/dist/transport/draining-transport.js +36 -0
  334. package/dist/transport/draining-transport.js.map +1 -0
  335. package/dist/transport/stdio.d.ts +2 -0
  336. package/dist/transport/stdio.js +5 -0
  337. package/dist/transport/stdio.js.map +1 -0
  338. package/dist/version.d.ts +2 -0
  339. package/dist/version.js +3 -0
  340. package/dist/version.js.map +1 -0
  341. package/package.json +49 -0
@@ -0,0 +1,497 @@
1
+ import { z } from 'zod/v4';
2
+ export declare const accountingBalanceTypeSchema: z.ZodEnum<{
3
+ ENTITY: "ENTITY";
4
+ ELIMINATION: "ELIMINATION";
5
+ CONSOLIDATED: "CONSOLIDATED";
6
+ }>;
7
+ export declare const accountingBalanceDimensionSchema: z.ZodEnum<{
8
+ attribute1: "attribute1";
9
+ attribute2: "attribute2";
10
+ attribute3: "attribute3";
11
+ attribute4: "attribute4";
12
+ attribute5: "attribute5";
13
+ attribute6: "attribute6";
14
+ attribute7: "attribute7";
15
+ attribute8: "attribute8";
16
+ attribute9: "attribute9";
17
+ attribute10: "attribute10";
18
+ attribute11: "attribute11";
19
+ attribute12: "attribute12";
20
+ origin_currency: "origin_currency";
21
+ }>;
22
+ export declare const queryAccountingBalancesInputSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23
+ period_from: z.ZodString;
24
+ period_to: z.ZodString;
25
+ ledger_id: z.ZodUUID;
26
+ balance_type: z.ZodDefault<z.ZodEnum<{
27
+ ENTITY: "ENTITY";
28
+ ELIMINATION: "ELIMINATION";
29
+ CONSOLIDATED: "CONSOLIDATED";
30
+ }>>;
31
+ coa_code: z.ZodOptional<z.ZodString>;
32
+ base_currency: z.ZodOptional<z.ZodString>;
33
+ account_name: z.ZodOptional<z.ZodString>;
34
+ context: z.ZodOptional<z.ZodObject<{
35
+ org_id: z.ZodOptional<z.ZodUUID>;
36
+ }, z.core.$strict>>;
37
+ view: z.ZodLiteral<"trial_balance">;
38
+ }, z.core.$strict>, z.ZodObject<{
39
+ dimensions: z.ZodDefault<z.ZodArray<z.ZodEnum<{
40
+ attribute1: "attribute1";
41
+ attribute2: "attribute2";
42
+ attribute3: "attribute3";
43
+ attribute4: "attribute4";
44
+ attribute5: "attribute5";
45
+ attribute6: "attribute6";
46
+ attribute7: "attribute7";
47
+ attribute8: "attribute8";
48
+ attribute9: "attribute9";
49
+ attribute10: "attribute10";
50
+ attribute11: "attribute11";
51
+ attribute12: "attribute12";
52
+ origin_currency: "origin_currency";
53
+ }>>>;
54
+ period_from: z.ZodString;
55
+ period_to: z.ZodString;
56
+ ledger_id: z.ZodUUID;
57
+ balance_type: z.ZodDefault<z.ZodEnum<{
58
+ ENTITY: "ENTITY";
59
+ ELIMINATION: "ELIMINATION";
60
+ CONSOLIDATED: "CONSOLIDATED";
61
+ }>>;
62
+ coa_code: z.ZodOptional<z.ZodString>;
63
+ base_currency: z.ZodOptional<z.ZodString>;
64
+ account_name: z.ZodOptional<z.ZodString>;
65
+ context: z.ZodOptional<z.ZodObject<{
66
+ org_id: z.ZodOptional<z.ZodUUID>;
67
+ }, z.core.$strict>>;
68
+ view: z.ZodLiteral<"dynamic_balance">;
69
+ }, z.core.$strict>], "view">;
70
+ export interface AccountingBalanceTreeNodeUpstream {
71
+ readonly coa_code: string;
72
+ readonly coa_name: string;
73
+ readonly node_type: 'summary' | 'leaf';
74
+ readonly base_currency: string | null;
75
+ readonly base_opening: string;
76
+ readonly base_debit: string;
77
+ readonly base_credit: string;
78
+ readonly base_ending: string;
79
+ readonly origin_currency: string | null;
80
+ readonly origin_opening: string | null;
81
+ readonly origin_debit: string | null;
82
+ readonly origin_credit: string | null;
83
+ readonly origin_ending: string | null;
84
+ readonly reconcile: 'EXACT' | 'REWRITTEN' | 'INFLATED';
85
+ readonly children: readonly AccountingBalanceTreeNodeUpstream[];
86
+ readonly self_leaf: AccountingBalanceTreeNodeUpstream | null;
87
+ }
88
+ export declare const accountingBalanceTreeNodeUpstreamSchema: z.ZodType<AccountingBalanceTreeNodeUpstream>;
89
+ export declare const accountingBalanceTotalsUpstreamSchema: z.ZodObject<{
90
+ base_currency: z.ZodNullable<z.ZodString>;
91
+ base_opening: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
92
+ base_debit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
93
+ base_credit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
94
+ base_ending: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
95
+ }, z.core.$loose>;
96
+ export declare const accountingBalanceTreeUpstreamSchema: z.ZodObject<{
97
+ tree: z.ZodArray<z.ZodType<AccountingBalanceTreeNodeUpstream, unknown, z.core.$ZodTypeInternals<AccountingBalanceTreeNodeUpstream, unknown>>>;
98
+ totals: z.ZodObject<{
99
+ base_currency: z.ZodNullable<z.ZodString>;
100
+ base_opening: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
101
+ base_debit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
102
+ base_credit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
103
+ base_ending: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
104
+ }, z.core.$loose>;
105
+ recalculate_required: z.ZodBoolean;
106
+ balance_type: z.ZodEnum<{
107
+ ENTITY: "ENTITY";
108
+ ELIMINATION: "ELIMINATION";
109
+ CONSOLIDATED: "CONSOLIDATED";
110
+ }>;
111
+ }, z.core.$loose>;
112
+ export declare const accountingBalanceDimensionValueUpstreamSchema: z.ZodObject<{
113
+ name: z.ZodEnum<{
114
+ attribute1: "attribute1";
115
+ attribute2: "attribute2";
116
+ attribute3: "attribute3";
117
+ attribute4: "attribute4";
118
+ attribute5: "attribute5";
119
+ attribute6: "attribute6";
120
+ attribute7: "attribute7";
121
+ attribute8: "attribute8";
122
+ attribute9: "attribute9";
123
+ attribute10: "attribute10";
124
+ attribute11: "attribute11";
125
+ attribute12: "attribute12";
126
+ }>;
127
+ value: z.ZodNullable<z.ZodString>;
128
+ }, z.core.$loose>;
129
+ export declare const accountingBalanceDimensionOptionUpstreamSchema: z.ZodObject<{
130
+ name: z.ZodEnum<{
131
+ attribute1: "attribute1";
132
+ attribute2: "attribute2";
133
+ attribute3: "attribute3";
134
+ attribute4: "attribute4";
135
+ attribute5: "attribute5";
136
+ attribute6: "attribute6";
137
+ attribute7: "attribute7";
138
+ attribute8: "attribute8";
139
+ attribute9: "attribute9";
140
+ attribute10: "attribute10";
141
+ attribute11: "attribute11";
142
+ attribute12: "attribute12";
143
+ origin_currency: "origin_currency";
144
+ }>;
145
+ label: z.ZodNullable<z.ZodString>;
146
+ }, z.core.$loose>;
147
+ export declare const accountingBalanceDynamicItemUpstreamSchema: z.ZodObject<{
148
+ coa_code: z.ZodString;
149
+ coa_name: z.ZodString;
150
+ dimensions: z.ZodArray<z.ZodObject<{
151
+ name: z.ZodEnum<{
152
+ attribute1: "attribute1";
153
+ attribute2: "attribute2";
154
+ attribute3: "attribute3";
155
+ attribute4: "attribute4";
156
+ attribute5: "attribute5";
157
+ attribute6: "attribute6";
158
+ attribute7: "attribute7";
159
+ attribute8: "attribute8";
160
+ attribute9: "attribute9";
161
+ attribute10: "attribute10";
162
+ attribute11: "attribute11";
163
+ attribute12: "attribute12";
164
+ }>;
165
+ value: z.ZodNullable<z.ZodString>;
166
+ }, z.core.$loose>>;
167
+ base_currency: z.ZodNullable<z.ZodString>;
168
+ base_opening: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
169
+ base_debit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
170
+ base_credit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
171
+ base_ending: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
172
+ origin_currency: z.ZodNullable<z.ZodString>;
173
+ origin_opening: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
174
+ origin_debit: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
175
+ origin_credit: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
176
+ origin_ending: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
177
+ }, z.core.$loose>;
178
+ export declare const accountingBalanceDynamicUpstreamSchema: z.ZodObject<{
179
+ items: z.ZodArray<z.ZodObject<{
180
+ coa_code: z.ZodString;
181
+ coa_name: z.ZodString;
182
+ dimensions: z.ZodArray<z.ZodObject<{
183
+ name: z.ZodEnum<{
184
+ attribute1: "attribute1";
185
+ attribute2: "attribute2";
186
+ attribute3: "attribute3";
187
+ attribute4: "attribute4";
188
+ attribute5: "attribute5";
189
+ attribute6: "attribute6";
190
+ attribute7: "attribute7";
191
+ attribute8: "attribute8";
192
+ attribute9: "attribute9";
193
+ attribute10: "attribute10";
194
+ attribute11: "attribute11";
195
+ attribute12: "attribute12";
196
+ }>;
197
+ value: z.ZodNullable<z.ZodString>;
198
+ }, z.core.$loose>>;
199
+ base_currency: z.ZodNullable<z.ZodString>;
200
+ base_opening: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
201
+ base_debit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
202
+ base_credit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
203
+ base_ending: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
204
+ origin_currency: z.ZodNullable<z.ZodString>;
205
+ origin_opening: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
206
+ origin_debit: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
207
+ origin_credit: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
208
+ origin_ending: z.ZodNullable<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>>;
209
+ }, z.core.$loose>>;
210
+ applied_dimensions: z.ZodArray<z.ZodObject<{
211
+ name: z.ZodEnum<{
212
+ attribute1: "attribute1";
213
+ attribute2: "attribute2";
214
+ attribute3: "attribute3";
215
+ attribute4: "attribute4";
216
+ attribute5: "attribute5";
217
+ attribute6: "attribute6";
218
+ attribute7: "attribute7";
219
+ attribute8: "attribute8";
220
+ attribute9: "attribute9";
221
+ attribute10: "attribute10";
222
+ attribute11: "attribute11";
223
+ attribute12: "attribute12";
224
+ origin_currency: "origin_currency";
225
+ }>;
226
+ label: z.ZodNullable<z.ZodString>;
227
+ }, z.core.$loose>>;
228
+ totals: z.ZodObject<{
229
+ base_currency: z.ZodNullable<z.ZodString>;
230
+ base_opening: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
231
+ base_debit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
232
+ base_credit: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
233
+ base_ending: z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>, z.ZodTransform<string, string | number>>;
234
+ }, z.core.$loose>;
235
+ recalculate_required: z.ZodBoolean;
236
+ balance_type: z.ZodEnum<{
237
+ ENTITY: "ENTITY";
238
+ ELIMINATION: "ELIMINATION";
239
+ CONSOLIDATED: "CONSOLIDATED";
240
+ }>;
241
+ }, z.core.$loose>;
242
+ export interface AccountingBalanceTreeNode {
243
+ readonly coa_code: string;
244
+ readonly coa_name: string;
245
+ readonly node_type: 'summary' | 'leaf';
246
+ readonly base_currency: string | null;
247
+ readonly base_opening: string;
248
+ readonly base_debit: string;
249
+ readonly base_credit: string;
250
+ readonly base_ending: string;
251
+ readonly origin_currency: string | null;
252
+ readonly origin_opening: string | null;
253
+ readonly origin_debit: string | null;
254
+ readonly origin_credit: string | null;
255
+ readonly origin_ending: string | null;
256
+ readonly reconcile: 'EXACT' | 'REWRITTEN' | 'INFLATED';
257
+ readonly children: readonly AccountingBalanceTreeNode[];
258
+ readonly self_leaf: AccountingBalanceTreeNode | null;
259
+ }
260
+ export declare const accountingBalanceTreeNodeSchema: z.ZodType<AccountingBalanceTreeNode>;
261
+ export declare const accountingBalanceTotalsSchema: z.ZodObject<{
262
+ base_currency: z.ZodNullable<z.ZodString>;
263
+ base_opening: z.ZodString;
264
+ base_debit: z.ZodString;
265
+ base_credit: z.ZodString;
266
+ base_ending: z.ZodString;
267
+ }, z.core.$strict>;
268
+ export declare const accountingBalanceDynamicItemSchema: z.ZodObject<{
269
+ coa_code: z.ZodString;
270
+ coa_name: z.ZodString;
271
+ dimensions: z.ZodArray<z.ZodObject<{
272
+ name: z.ZodEnum<{
273
+ attribute1: "attribute1";
274
+ attribute2: "attribute2";
275
+ attribute3: "attribute3";
276
+ attribute4: "attribute4";
277
+ attribute5: "attribute5";
278
+ attribute6: "attribute6";
279
+ attribute7: "attribute7";
280
+ attribute8: "attribute8";
281
+ attribute9: "attribute9";
282
+ attribute10: "attribute10";
283
+ attribute11: "attribute11";
284
+ attribute12: "attribute12";
285
+ }>;
286
+ value: z.ZodNullable<z.ZodString>;
287
+ }, z.core.$strict>>;
288
+ base_currency: z.ZodNullable<z.ZodString>;
289
+ base_opening: z.ZodString;
290
+ base_debit: z.ZodString;
291
+ base_credit: z.ZodString;
292
+ base_ending: z.ZodString;
293
+ origin_currency: z.ZodNullable<z.ZodString>;
294
+ origin_opening: z.ZodNullable<z.ZodString>;
295
+ origin_debit: z.ZodNullable<z.ZodString>;
296
+ origin_credit: z.ZodNullable<z.ZodString>;
297
+ origin_ending: z.ZodNullable<z.ZodString>;
298
+ }, z.core.$strict>;
299
+ export declare const queryAccountingBalancesOutputSchema: z.ZodObject<{
300
+ warnings: z.ZodArray<z.ZodString>;
301
+ trace_id: z.ZodString;
302
+ source_refs: z.ZodArray<z.ZodObject<{
303
+ service: z.ZodEnum<{
304
+ base: "base";
305
+ suite: "suite";
306
+ mcp: "mcp";
307
+ }>;
308
+ operation: z.ZodString;
309
+ }, z.core.$strict>>;
310
+ page?: never;
311
+ ok: z.ZodLiteral<true>;
312
+ data: z.ZodDiscriminatedUnion<[z.ZodObject<{
313
+ view: z.ZodLiteral<"trial_balance">;
314
+ balance_type: z.ZodEnum<{
315
+ ENTITY: "ENTITY";
316
+ ELIMINATION: "ELIMINATION";
317
+ CONSOLIDATED: "CONSOLIDATED";
318
+ }>;
319
+ recalculate_required: z.ZodBoolean;
320
+ tree: z.ZodArray<z.ZodType<AccountingBalanceTreeNode, unknown, z.core.$ZodTypeInternals<AccountingBalanceTreeNode, unknown>>>;
321
+ totals: z.ZodObject<{
322
+ base_currency: z.ZodNullable<z.ZodString>;
323
+ base_opening: z.ZodString;
324
+ base_debit: z.ZodString;
325
+ base_credit: z.ZodString;
326
+ base_ending: z.ZodString;
327
+ }, z.core.$strict>;
328
+ }, z.core.$strict>, z.ZodObject<{
329
+ view: z.ZodLiteral<"dynamic_balance">;
330
+ balance_type: z.ZodEnum<{
331
+ ENTITY: "ENTITY";
332
+ ELIMINATION: "ELIMINATION";
333
+ CONSOLIDATED: "CONSOLIDATED";
334
+ }>;
335
+ recalculate_required: z.ZodBoolean;
336
+ applied_dimensions: z.ZodArray<z.ZodObject<{
337
+ name: z.ZodEnum<{
338
+ attribute1: "attribute1";
339
+ attribute2: "attribute2";
340
+ attribute3: "attribute3";
341
+ attribute4: "attribute4";
342
+ attribute5: "attribute5";
343
+ attribute6: "attribute6";
344
+ attribute7: "attribute7";
345
+ attribute8: "attribute8";
346
+ attribute9: "attribute9";
347
+ attribute10: "attribute10";
348
+ attribute11: "attribute11";
349
+ attribute12: "attribute12";
350
+ origin_currency: "origin_currency";
351
+ }>;
352
+ label: z.ZodNullable<z.ZodString>;
353
+ }, z.core.$strict>>;
354
+ items: z.ZodArray<z.ZodObject<{
355
+ coa_code: z.ZodString;
356
+ coa_name: z.ZodString;
357
+ dimensions: z.ZodArray<z.ZodObject<{
358
+ name: z.ZodEnum<{
359
+ attribute1: "attribute1";
360
+ attribute2: "attribute2";
361
+ attribute3: "attribute3";
362
+ attribute4: "attribute4";
363
+ attribute5: "attribute5";
364
+ attribute6: "attribute6";
365
+ attribute7: "attribute7";
366
+ attribute8: "attribute8";
367
+ attribute9: "attribute9";
368
+ attribute10: "attribute10";
369
+ attribute11: "attribute11";
370
+ attribute12: "attribute12";
371
+ }>;
372
+ value: z.ZodNullable<z.ZodString>;
373
+ }, z.core.$strict>>;
374
+ base_currency: z.ZodNullable<z.ZodString>;
375
+ base_opening: z.ZodString;
376
+ base_debit: z.ZodString;
377
+ base_credit: z.ZodString;
378
+ base_ending: z.ZodString;
379
+ origin_currency: z.ZodNullable<z.ZodString>;
380
+ origin_opening: z.ZodNullable<z.ZodString>;
381
+ origin_debit: z.ZodNullable<z.ZodString>;
382
+ origin_credit: z.ZodNullable<z.ZodString>;
383
+ origin_ending: z.ZodNullable<z.ZodString>;
384
+ }, z.core.$strict>>;
385
+ totals: z.ZodObject<{
386
+ base_currency: z.ZodNullable<z.ZodString>;
387
+ base_opening: z.ZodString;
388
+ base_debit: z.ZodString;
389
+ base_credit: z.ZodString;
390
+ base_ending: z.ZodString;
391
+ }, z.core.$strict>;
392
+ }, z.core.$strict>], "view">;
393
+ } | {
394
+ warnings: z.ZodArray<z.ZodString>;
395
+ trace_id: z.ZodString;
396
+ source_refs: z.ZodArray<z.ZodObject<{
397
+ service: z.ZodEnum<{
398
+ base: "base";
399
+ suite: "suite";
400
+ mcp: "mcp";
401
+ }>;
402
+ operation: z.ZodString;
403
+ }, z.core.$strict>>;
404
+ page: z.ZodObject<{
405
+ number: z.ZodNumber;
406
+ size: z.ZodNumber;
407
+ total_items: z.ZodNumber;
408
+ has_more: z.ZodBoolean;
409
+ }, z.core.$strict> | z.ZodOptional<z.ZodObject<{
410
+ number: z.ZodNumber;
411
+ size: z.ZodNumber;
412
+ total_items: z.ZodNumber;
413
+ has_more: z.ZodBoolean;
414
+ }, z.core.$strict>>;
415
+ ok: z.ZodLiteral<true>;
416
+ data: z.ZodDiscriminatedUnion<[z.ZodObject<{
417
+ view: z.ZodLiteral<"trial_balance">;
418
+ balance_type: z.ZodEnum<{
419
+ ENTITY: "ENTITY";
420
+ ELIMINATION: "ELIMINATION";
421
+ CONSOLIDATED: "CONSOLIDATED";
422
+ }>;
423
+ recalculate_required: z.ZodBoolean;
424
+ tree: z.ZodArray<z.ZodType<AccountingBalanceTreeNode, unknown, z.core.$ZodTypeInternals<AccountingBalanceTreeNode, unknown>>>;
425
+ totals: z.ZodObject<{
426
+ base_currency: z.ZodNullable<z.ZodString>;
427
+ base_opening: z.ZodString;
428
+ base_debit: z.ZodString;
429
+ base_credit: z.ZodString;
430
+ base_ending: z.ZodString;
431
+ }, z.core.$strict>;
432
+ }, z.core.$strict>, z.ZodObject<{
433
+ view: z.ZodLiteral<"dynamic_balance">;
434
+ balance_type: z.ZodEnum<{
435
+ ENTITY: "ENTITY";
436
+ ELIMINATION: "ELIMINATION";
437
+ CONSOLIDATED: "CONSOLIDATED";
438
+ }>;
439
+ recalculate_required: z.ZodBoolean;
440
+ applied_dimensions: z.ZodArray<z.ZodObject<{
441
+ name: z.ZodEnum<{
442
+ attribute1: "attribute1";
443
+ attribute2: "attribute2";
444
+ attribute3: "attribute3";
445
+ attribute4: "attribute4";
446
+ attribute5: "attribute5";
447
+ attribute6: "attribute6";
448
+ attribute7: "attribute7";
449
+ attribute8: "attribute8";
450
+ attribute9: "attribute9";
451
+ attribute10: "attribute10";
452
+ attribute11: "attribute11";
453
+ attribute12: "attribute12";
454
+ origin_currency: "origin_currency";
455
+ }>;
456
+ label: z.ZodNullable<z.ZodString>;
457
+ }, z.core.$strict>>;
458
+ items: z.ZodArray<z.ZodObject<{
459
+ coa_code: z.ZodString;
460
+ coa_name: z.ZodString;
461
+ dimensions: z.ZodArray<z.ZodObject<{
462
+ name: z.ZodEnum<{
463
+ attribute1: "attribute1";
464
+ attribute2: "attribute2";
465
+ attribute3: "attribute3";
466
+ attribute4: "attribute4";
467
+ attribute5: "attribute5";
468
+ attribute6: "attribute6";
469
+ attribute7: "attribute7";
470
+ attribute8: "attribute8";
471
+ attribute9: "attribute9";
472
+ attribute10: "attribute10";
473
+ attribute11: "attribute11";
474
+ attribute12: "attribute12";
475
+ }>;
476
+ value: z.ZodNullable<z.ZodString>;
477
+ }, z.core.$strict>>;
478
+ base_currency: z.ZodNullable<z.ZodString>;
479
+ base_opening: z.ZodString;
480
+ base_debit: z.ZodString;
481
+ base_credit: z.ZodString;
482
+ base_ending: z.ZodString;
483
+ origin_currency: z.ZodNullable<z.ZodString>;
484
+ origin_opening: z.ZodNullable<z.ZodString>;
485
+ origin_debit: z.ZodNullable<z.ZodString>;
486
+ origin_credit: z.ZodNullable<z.ZodString>;
487
+ origin_ending: z.ZodNullable<z.ZodString>;
488
+ }, z.core.$strict>>;
489
+ totals: z.ZodObject<{
490
+ base_currency: z.ZodNullable<z.ZodString>;
491
+ base_opening: z.ZodString;
492
+ base_debit: z.ZodString;
493
+ base_credit: z.ZodString;
494
+ base_ending: z.ZodString;
495
+ }, z.core.$strict>;
496
+ }, z.core.$strict>], "view">;
497
+ }, z.core.$strict>;