@kipicore/dbcore 1.1.616 → 1.1.617

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 (391) hide show
  1. package/dist/constants/app.d.ts +44 -135
  2. package/dist/constants/app.js +45 -150
  3. package/dist/interfaces/index.d.ts +0 -49
  4. package/dist/interfaces/index.js +0 -49
  5. package/dist/models/mongodb/index.d.ts +0 -6
  6. package/dist/models/mongodb/index.js +1 -14
  7. package/dist/models/psql/index.d.ts +0 -43
  8. package/dist/models/psql/index.js +1 -88
  9. package/dist/types/index.d.ts +0 -49
  10. package/dist/types/index.js +0 -49
  11. package/package.json +1 -1
  12. package/dist/db/psql/migrations/20260626000010-create_account_vouchers.d.ts +0 -2
  13. package/dist/db/psql/migrations/20260626000010-create_account_vouchers.js +0 -93
  14. package/dist/db/psql/migrations/20260626000011-create_account_journal_entries.d.ts +0 -2
  15. package/dist/db/psql/migrations/20260626000011-create_account_journal_entries.js +0 -77
  16. package/dist/db/psql/migrations/20260627000001-create-account-expense-categories.d.ts +0 -2
  17. package/dist/db/psql/migrations/20260627000001-create-account-expense-categories.js +0 -64
  18. package/dist/db/psql/migrations/20260627000002-create-account-expense-requests.d.ts +0 -2
  19. package/dist/db/psql/migrations/20260627000002-create-account-expense-requests.js +0 -86
  20. package/dist/db/psql/migrations/20260627000003-create-account-expense-payments.d.ts +0 -2
  21. package/dist/db/psql/migrations/20260627000003-create-account-expense-payments.js +0 -76
  22. package/dist/db/psql/migrations/20260627000004-create-account-vendor-invoices.d.ts +0 -2
  23. package/dist/db/psql/migrations/20260627000004-create-account-vendor-invoices.js +0 -94
  24. package/dist/db/psql/migrations/20260627000005-create-account-vendor-payments.d.ts +0 -2
  25. package/dist/db/psql/migrations/20260627000005-create-account-vendor-payments.js +0 -80
  26. package/dist/db/psql/migrations/20260627000006-create-account-bank-reconciliation-batches.d.ts +0 -2
  27. package/dist/db/psql/migrations/20260627000006-create-account-bank-reconciliation-batches.js +0 -81
  28. package/dist/db/psql/migrations/20260627000007-create-account-bank-statement-lines.d.ts +0 -2
  29. package/dist/db/psql/migrations/20260627000007-create-account-bank-statement-lines.js +0 -83
  30. package/dist/db/psql/migrations/20260627000008-create-account-bank-reconciliation-matches.d.ts +0 -2
  31. package/dist/db/psql/migrations/20260627000008-create-account-bank-reconciliation-matches.js +0 -70
  32. package/dist/db/psql/migrations/20260627000009-create-account-asset-categories.d.ts +0 -2
  33. package/dist/db/psql/migrations/20260627000009-create-account-asset-categories.js +0 -83
  34. package/dist/db/psql/migrations/20260627000010-create-account-fixed-assets.d.ts +0 -2
  35. package/dist/db/psql/migrations/20260627000010-create-account-fixed-assets.js +0 -78
  36. package/dist/db/psql/migrations/20260627000011-create-account-asset-depreciation-schedules.d.ts +0 -2
  37. package/dist/db/psql/migrations/20260627000011-create-account-asset-depreciation-schedules.js +0 -69
  38. package/dist/db/psql/migrations/20260627000012-create-account-asset-disposals.d.ts +0 -2
  39. package/dist/db/psql/migrations/20260627000012-create-account-asset-disposals.js +0 -70
  40. package/dist/db/psql/migrations/20260627000012-create_account_journal_lines.d.ts +0 -2
  41. package/dist/db/psql/migrations/20260627000012-create_account_journal_lines.js +0 -81
  42. package/dist/db/psql/migrations/20260627000013-create-account-inventory-valuations.d.ts +0 -2
  43. package/dist/db/psql/migrations/20260627000013-create-account-inventory-valuations.js +0 -79
  44. package/dist/db/psql/migrations/20260627000013-create_account_ledger_balances.d.ts +0 -2
  45. package/dist/db/psql/migrations/20260627000013-create_account_ledger_balances.js +0 -77
  46. package/dist/db/psql/migrations/20260627000014-create-account-inventory-postings.d.ts +0 -2
  47. package/dist/db/psql/migrations/20260627000014-create-account-inventory-postings.js +0 -69
  48. package/dist/db/psql/migrations/20260627000014-create_account_posting_events.d.ts +0 -2
  49. package/dist/db/psql/migrations/20260627000014-create_account_posting_events.js +0 -89
  50. package/dist/db/psql/migrations/20260627000015-create-account-approval-workflows.d.ts +0 -2
  51. package/dist/db/psql/migrations/20260627000015-create-account-approval-workflows.js +0 -56
  52. package/dist/db/psql/migrations/20260627000015-create_account_posting_rules.d.ts +0 -2
  53. package/dist/db/psql/migrations/20260627000015-create_account_posting_rules.js +0 -85
  54. package/dist/db/psql/migrations/20260627000016-create-account-approval-steps.d.ts +0 -2
  55. package/dist/db/psql/migrations/20260627000016-create-account-approval-steps.js +0 -73
  56. package/dist/db/psql/migrations/20260627000016-create_account_rule_ledger_mappings.d.ts +0 -2
  57. package/dist/db/psql/migrations/20260627000016-create_account_rule_ledger_mappings.js +0 -82
  58. package/dist/db/psql/migrations/20260627000017-create-account-approval-requests.d.ts +0 -2
  59. package/dist/db/psql/migrations/20260627000017-create-account-approval-requests.js +0 -77
  60. package/dist/db/psql/migrations/20260627000017-create_account_party_accounts.d.ts +0 -2
  61. package/dist/db/psql/migrations/20260627000017-create_account_party_accounts.js +0 -65
  62. package/dist/db/psql/migrations/20260627000018-create-account-approval-actions.d.ts +0 -2
  63. package/dist/db/psql/migrations/20260627000018-create-account-approval-actions.js +0 -72
  64. package/dist/db/psql/migrations/20260627000019-create-account-integration-connections.d.ts +0 -2
  65. package/dist/db/psql/migrations/20260627000019-create-account-integration-connections.js +0 -56
  66. package/dist/db/psql/migrations/20260627000020-create-account-integration-mappings.d.ts +0 -2
  67. package/dist/db/psql/migrations/20260627000020-create-account-integration-mappings.js +0 -76
  68. package/dist/db/psql/migrations/20260627000021-create-account-sync-jobs.d.ts +0 -2
  69. package/dist/db/psql/migrations/20260627000021-create-account-sync-jobs.js +0 -81
  70. package/dist/db/psql/migrations/20260627000022-create-account-sync-logs.d.ts +0 -2
  71. package/dist/db/psql/migrations/20260627000022-create-account-sync-logs.js +0 -72
  72. package/dist/db/psql/migrations/20260627000023-create-account-webhook-subscriptions.d.ts +0 -2
  73. package/dist/db/psql/migrations/20260627000023-create-account-webhook-subscriptions.js +0 -65
  74. package/dist/db/psql/migrations/20260627000024-create-account-webhook-deliveries.d.ts +0 -2
  75. package/dist/db/psql/migrations/20260627000024-create-account-webhook-deliveries.js +0 -77
  76. package/dist/db/psql/migrations/20260627000025-create-account-report-snapshots.d.ts +0 -2
  77. package/dist/db/psql/migrations/20260627000025-create-account-report-snapshots.js +0 -76
  78. package/dist/db/psql/migrations/20260627000026-create-account-financial-kpis.d.ts +0 -2
  79. package/dist/db/psql/migrations/20260627000026-create-account-financial-kpis.js +0 -72
  80. package/dist/db/psql/migrations/20260627000027-create-account-budgets.d.ts +0 -2
  81. package/dist/db/psql/migrations/20260627000027-create-account-budgets.js +0 -76
  82. package/dist/db/psql/migrations/20260627000028-create-account-budget-periods.d.ts +0 -2
  83. package/dist/db/psql/migrations/20260627000028-create-account-budget-periods.js +0 -64
  84. package/dist/db/psql/migrations/20260627000029-create-account-budget-consumptions.d.ts +0 -2
  85. package/dist/db/psql/migrations/20260627000029-create-account-budget-consumptions.js +0 -64
  86. package/dist/db/psql/migrations/20260627000030-create-account-tax-types.d.ts +0 -2
  87. package/dist/db/psql/migrations/20260627000030-create-account-tax-types.js +0 -72
  88. package/dist/db/psql/migrations/20260627000031-create-account-tax-entries.d.ts +0 -2
  89. package/dist/db/psql/migrations/20260627000031-create-account-tax-entries.js +0 -64
  90. package/dist/db/psql/migrations/20260627000032-create-account-funds.d.ts +0 -2
  91. package/dist/db/psql/migrations/20260627000032-create-account-funds.js +0 -80
  92. package/dist/db/psql/migrations/20260627000033-create-account-donors.d.ts +0 -2
  93. package/dist/db/psql/migrations/20260627000033-create-account-donors.js +0 -68
  94. package/dist/db/psql/migrations/20260627000034-create-account-grants.d.ts +0 -2
  95. package/dist/db/psql/migrations/20260627000034-create-account-grants.js +0 -76
  96. package/dist/db/psql/migrations/20260627000035-create-account-fund-transactions.d.ts +0 -2
  97. package/dist/db/psql/migrations/20260627000035-create-account-fund-transactions.js +0 -80
  98. package/dist/interfaces/accountApprovalActionInterface.d.ts +0 -13
  99. package/dist/interfaces/accountApprovalActionInterface.js +0 -2
  100. package/dist/interfaces/accountApprovalRequestInterface.d.ts +0 -14
  101. package/dist/interfaces/accountApprovalRequestInterface.js +0 -2
  102. package/dist/interfaces/accountApprovalStepInterface.d.ts +0 -12
  103. package/dist/interfaces/accountApprovalStepInterface.js +0 -2
  104. package/dist/interfaces/accountApprovalWorkflowInterface.d.ts +0 -9
  105. package/dist/interfaces/accountApprovalWorkflowInterface.js +0 -2
  106. package/dist/interfaces/accountAssetCategoryInterface.d.ts +0 -15
  107. package/dist/interfaces/accountAssetCategoryInterface.js +0 -2
  108. package/dist/interfaces/accountAssetDepreciationScheduleInterface.d.ts +0 -11
  109. package/dist/interfaces/accountAssetDepreciationScheduleInterface.js +0 -2
  110. package/dist/interfaces/accountAssetDisposalInterface.d.ts +0 -11
  111. package/dist/interfaces/accountAssetDisposalInterface.js +0 -2
  112. package/dist/interfaces/accountBankReconciliationBatchInterface.d.ts +0 -15
  113. package/dist/interfaces/accountBankReconciliationBatchInterface.js +0 -2
  114. package/dist/interfaces/accountBankReconciliationMatchInterface.d.ts +0 -12
  115. package/dist/interfaces/accountBankReconciliationMatchInterface.js +0 -2
  116. package/dist/interfaces/accountBankStatementLineInterface.d.ts +0 -15
  117. package/dist/interfaces/accountBankStatementLineInterface.js +0 -2
  118. package/dist/interfaces/accountBudgetConsumptionInterface.d.ts +0 -10
  119. package/dist/interfaces/accountBudgetConsumptionInterface.js +0 -2
  120. package/dist/interfaces/accountBudgetInterface.d.ts +0 -14
  121. package/dist/interfaces/accountBudgetInterface.js +0 -2
  122. package/dist/interfaces/accountBudgetPeriodInterface.d.ts +0 -10
  123. package/dist/interfaces/accountBudgetPeriodInterface.js +0 -2
  124. package/dist/interfaces/accountDonorInterface.d.ts +0 -12
  125. package/dist/interfaces/accountDonorInterface.js +0 -2
  126. package/dist/interfaces/accountExpenseCategoryInterface.d.ts +0 -10
  127. package/dist/interfaces/accountExpenseCategoryInterface.js +0 -2
  128. package/dist/interfaces/accountExpensePaymentInterface.d.ts +0 -14
  129. package/dist/interfaces/accountExpensePaymentInterface.js +0 -2
  130. package/dist/interfaces/accountExpenseRequestInterface.d.ts +0 -16
  131. package/dist/interfaces/accountExpenseRequestInterface.js +0 -2
  132. package/dist/interfaces/accountFinancialKpiInterface.d.ts +0 -13
  133. package/dist/interfaces/accountFinancialKpiInterface.js +0 -2
  134. package/dist/interfaces/accountFixedAssetInterface.d.ts +0 -13
  135. package/dist/interfaces/accountFixedAssetInterface.js +0 -2
  136. package/dist/interfaces/accountFundInterface.d.ts +0 -15
  137. package/dist/interfaces/accountFundInterface.js +0 -2
  138. package/dist/interfaces/accountFundTransactionInterface.d.ts +0 -15
  139. package/dist/interfaces/accountFundTransactionInterface.js +0 -2
  140. package/dist/interfaces/accountGrantInterface.d.ts +0 -14
  141. package/dist/interfaces/accountGrantInterface.js +0 -2
  142. package/dist/interfaces/accountIntegrationConnectionInterface.d.ts +0 -9
  143. package/dist/interfaces/accountIntegrationConnectionInterface.js +0 -2
  144. package/dist/interfaces/accountIntegrationMappingInterface.d.ts +0 -14
  145. package/dist/interfaces/accountIntegrationMappingInterface.js +0 -2
  146. package/dist/interfaces/accountInventoryPostingInterface.d.ts +0 -12
  147. package/dist/interfaces/accountInventoryPostingInterface.js +0 -2
  148. package/dist/interfaces/accountInventoryValuationInterface.d.ts +0 -14
  149. package/dist/interfaces/accountInventoryValuationInterface.js +0 -2
  150. package/dist/interfaces/accountJournalEntryInterface.d.ts +0 -19
  151. package/dist/interfaces/accountJournalEntryInterface.js +0 -2
  152. package/dist/interfaces/accountJournalLineInterface.d.ts +0 -19
  153. package/dist/interfaces/accountJournalLineInterface.js +0 -2
  154. package/dist/interfaces/accountLedgerBalanceInterface.d.ts +0 -17
  155. package/dist/interfaces/accountLedgerBalanceInterface.js +0 -2
  156. package/dist/interfaces/accountPartyAccountInterface.d.ts +0 -14
  157. package/dist/interfaces/accountPartyAccountInterface.js +0 -2
  158. package/dist/interfaces/accountPostingEventInterface.d.ts +0 -20
  159. package/dist/interfaces/accountPostingEventInterface.js +0 -2
  160. package/dist/interfaces/accountPostingRuleInterface.d.ts +0 -18
  161. package/dist/interfaces/accountPostingRuleInterface.js +0 -2
  162. package/dist/interfaces/accountReportSnapshotInterface.d.ts +0 -14
  163. package/dist/interfaces/accountReportSnapshotInterface.js +0 -2
  164. package/dist/interfaces/accountRuleLedgerMappingInterface.d.ts +0 -20
  165. package/dist/interfaces/accountRuleLedgerMappingInterface.js +0 -2
  166. package/dist/interfaces/accountSyncJobInterface.d.ts +0 -15
  167. package/dist/interfaces/accountSyncJobInterface.js +0 -2
  168. package/dist/interfaces/accountSyncLogInterface.d.ts +0 -13
  169. package/dist/interfaces/accountSyncLogInterface.js +0 -2
  170. package/dist/interfaces/accountTaxEntryInterface.d.ts +0 -10
  171. package/dist/interfaces/accountTaxEntryInterface.js +0 -2
  172. package/dist/interfaces/accountTaxTypeInterface.d.ts +0 -13
  173. package/dist/interfaces/accountTaxTypeInterface.js +0 -2
  174. package/dist/interfaces/accountVendorInvoiceInterface.d.ts +0 -18
  175. package/dist/interfaces/accountVendorInvoiceInterface.js +0 -2
  176. package/dist/interfaces/accountVendorPaymentInterface.d.ts +0 -15
  177. package/dist/interfaces/accountVendorPaymentInterface.js +0 -2
  178. package/dist/interfaces/accountVoucherInterface.d.ts +0 -24
  179. package/dist/interfaces/accountVoucherInterface.js +0 -2
  180. package/dist/interfaces/accountWebhookDeliveryInterface.d.ts +0 -14
  181. package/dist/interfaces/accountWebhookDeliveryInterface.js +0 -2
  182. package/dist/interfaces/accountWebhookSubscriptionInterface.d.ts +0 -11
  183. package/dist/interfaces/accountWebhookSubscriptionInterface.js +0 -2
  184. package/dist/interfaces/accountsActivityStreamInterface.d.ts +0 -14
  185. package/dist/interfaces/accountsActivityStreamInterface.js +0 -2
  186. package/dist/interfaces/accountsAttachmentInterface.d.ts +0 -14
  187. package/dist/interfaces/accountsAttachmentInterface.js +0 -2
  188. package/dist/interfaces/accountsAuditLogInterface.d.ts +0 -19
  189. package/dist/interfaces/accountsAuditLogInterface.js +0 -2
  190. package/dist/interfaces/accountsNotificationInterface.d.ts +0 -15
  191. package/dist/interfaces/accountsNotificationInterface.js +0 -2
  192. package/dist/interfaces/accountsSyncPayloadInterface.d.ts +0 -14
  193. package/dist/interfaces/accountsSyncPayloadInterface.js +0 -2
  194. package/dist/interfaces/accountsWorkflowHistoryInterface.d.ts +0 -15
  195. package/dist/interfaces/accountsWorkflowHistoryInterface.js +0 -2
  196. package/dist/models/mongodb/accountsActivityStreamModel.d.ts +0 -4
  197. package/dist/models/mongodb/accountsActivityStreamModel.js +0 -52
  198. package/dist/models/mongodb/accountsAttachmentModel.d.ts +0 -4
  199. package/dist/models/mongodb/accountsAttachmentModel.js +0 -53
  200. package/dist/models/mongodb/accountsAuditLogModel.d.ts +0 -4
  201. package/dist/models/mongodb/accountsAuditLogModel.js +0 -57
  202. package/dist/models/mongodb/accountsNotificationModel.d.ts +0 -4
  203. package/dist/models/mongodb/accountsNotificationModel.js +0 -54
  204. package/dist/models/mongodb/accountsSyncPayloadModel.d.ts +0 -4
  205. package/dist/models/mongodb/accountsSyncPayloadModel.js +0 -53
  206. package/dist/models/mongodb/accountsWorkflowHistoryModel.d.ts +0 -4
  207. package/dist/models/mongodb/accountsWorkflowHistoryModel.js +0 -54
  208. package/dist/models/psql/accountApprovalActionModel.d.ts +0 -23
  209. package/dist/models/psql/accountApprovalActionModel.js +0 -82
  210. package/dist/models/psql/accountApprovalRequestModel.d.ts +0 -24
  211. package/dist/models/psql/accountApprovalRequestModel.js +0 -85
  212. package/dist/models/psql/accountApprovalStepModel.d.ts +0 -22
  213. package/dist/models/psql/accountApprovalStepModel.js +0 -83
  214. package/dist/models/psql/accountApprovalWorkflowModel.d.ts +0 -19
  215. package/dist/models/psql/accountApprovalWorkflowModel.js +0 -55
  216. package/dist/models/psql/accountAssetCategoryModel.d.ts +0 -25
  217. package/dist/models/psql/accountAssetCategoryModel.js +0 -94
  218. package/dist/models/psql/accountAssetDepreciationScheduleModel.d.ts +0 -21
  219. package/dist/models/psql/accountAssetDepreciationScheduleModel.js +0 -77
  220. package/dist/models/psql/accountAssetDisposalModel.d.ts +0 -21
  221. package/dist/models/psql/accountAssetDisposalModel.js +0 -78
  222. package/dist/models/psql/accountBankReconciliationBatchModel.d.ts +0 -25
  223. package/dist/models/psql/accountBankReconciliationBatchModel.js +0 -92
  224. package/dist/models/psql/accountBankReconciliationMatchModel.d.ts +0 -22
  225. package/dist/models/psql/accountBankReconciliationMatchModel.js +0 -82
  226. package/dist/models/psql/accountBankStatementLineModel.d.ts +0 -25
  227. package/dist/models/psql/accountBankStatementLineModel.js +0 -92
  228. package/dist/models/psql/accountBudgetConsumptionModel.d.ts +0 -20
  229. package/dist/models/psql/accountBudgetConsumptionModel.js +0 -71
  230. package/dist/models/psql/accountBudgetModel.d.ts +0 -24
  231. package/dist/models/psql/accountBudgetModel.js +0 -92
  232. package/dist/models/psql/accountBudgetPeriodModel.d.ts +0 -20
  233. package/dist/models/psql/accountBudgetPeriodModel.js +0 -68
  234. package/dist/models/psql/accountDonorModel.d.ts +0 -22
  235. package/dist/models/psql/accountDonorModel.js +0 -73
  236. package/dist/models/psql/accountExpenseCategoryModel.d.ts +0 -20
  237. package/dist/models/psql/accountExpenseCategoryModel.js +0 -71
  238. package/dist/models/psql/accountExpensePaymentModel.d.ts +0 -24
  239. package/dist/models/psql/accountExpensePaymentModel.js +0 -89
  240. package/dist/models/psql/accountExpenseRequestModel.d.ts +0 -26
  241. package/dist/models/psql/accountExpenseRequestModel.js +0 -102
  242. package/dist/models/psql/accountFinancialKpiModel.d.ts +0 -23
  243. package/dist/models/psql/accountFinancialKpiModel.js +0 -81
  244. package/dist/models/psql/accountFixedAssetModel.d.ts +0 -23
  245. package/dist/models/psql/accountFixedAssetModel.js +0 -85
  246. package/dist/models/psql/accountFundModel.d.ts +0 -25
  247. package/dist/models/psql/accountFundModel.js +0 -88
  248. package/dist/models/psql/accountFundTransactionModel.d.ts +0 -25
  249. package/dist/models/psql/accountFundTransactionModel.js +0 -97
  250. package/dist/models/psql/accountGrantModel.d.ts +0 -24
  251. package/dist/models/psql/accountGrantModel.js +0 -83
  252. package/dist/models/psql/accountIntegrationConnectionModel.d.ts +0 -19
  253. package/dist/models/psql/accountIntegrationConnectionModel.js +0 -55
  254. package/dist/models/psql/accountIntegrationMappingModel.d.ts +0 -24
  255. package/dist/models/psql/accountIntegrationMappingModel.js +0 -83
  256. package/dist/models/psql/accountInventoryPostingModel.d.ts +0 -22
  257. package/dist/models/psql/accountInventoryPostingModel.js +0 -74
  258. package/dist/models/psql/accountInventoryValuationModel.d.ts +0 -24
  259. package/dist/models/psql/accountInventoryValuationModel.js +0 -89
  260. package/dist/models/psql/accountJournalEntryModel.d.ts +0 -24
  261. package/dist/models/psql/accountJournalEntryModel.js +0 -87
  262. package/dist/models/psql/accountJournalLineModel.d.ts +0 -24
  263. package/dist/models/psql/accountJournalLineModel.js +0 -95
  264. package/dist/models/psql/accountLedgerBalanceModel.d.ts +0 -23
  265. package/dist/models/psql/accountLedgerBalanceModel.js +0 -87
  266. package/dist/models/psql/accountPartyAccountModel.d.ts +0 -21
  267. package/dist/models/psql/accountPartyAccountModel.js +0 -68
  268. package/dist/models/psql/accountPostingEventModel.d.ts +0 -27
  269. package/dist/models/psql/accountPostingEventModel.js +0 -98
  270. package/dist/models/psql/accountPostingRuleModel.d.ts +0 -26
  271. package/dist/models/psql/accountPostingRuleModel.js +0 -90
  272. package/dist/models/psql/accountReportSnapshotModel.d.ts +0 -24
  273. package/dist/models/psql/accountReportSnapshotModel.js +0 -84
  274. package/dist/models/psql/accountRuleLedgerMappingModel.d.ts +0 -24
  275. package/dist/models/psql/accountRuleLedgerMappingModel.js +0 -97
  276. package/dist/models/psql/accountSyncJobModel.d.ts +0 -25
  277. package/dist/models/psql/accountSyncJobModel.js +0 -89
  278. package/dist/models/psql/accountSyncLogModel.d.ts +0 -23
  279. package/dist/models/psql/accountSyncLogModel.js +0 -78
  280. package/dist/models/psql/accountTaxEntryModel.d.ts +0 -20
  281. package/dist/models/psql/accountTaxEntryModel.js +0 -71
  282. package/dist/models/psql/accountTaxTypeModel.d.ts +0 -23
  283. package/dist/models/psql/accountTaxTypeModel.js +0 -79
  284. package/dist/models/psql/accountVendorInvoiceModel.d.ts +0 -28
  285. package/dist/models/psql/accountVendorInvoiceModel.js +0 -109
  286. package/dist/models/psql/accountVendorPaymentModel.d.ts +0 -25
  287. package/dist/models/psql/accountVendorPaymentModel.js +0 -95
  288. package/dist/models/psql/accountVoucherModel.d.ts +0 -28
  289. package/dist/models/psql/accountVoucherModel.js +0 -111
  290. package/dist/models/psql/accountWebhookDeliveryModel.d.ts +0 -24
  291. package/dist/models/psql/accountWebhookDeliveryModel.js +0 -84
  292. package/dist/models/psql/accountWebhookSubscriptionModel.d.ts +0 -21
  293. package/dist/models/psql/accountWebhookSubscriptionModel.js +0 -66
  294. package/dist/types/accountApprovalActionType.d.ts +0 -2
  295. package/dist/types/accountApprovalActionType.js +0 -2
  296. package/dist/types/accountApprovalRequestType.d.ts +0 -2
  297. package/dist/types/accountApprovalRequestType.js +0 -2
  298. package/dist/types/accountApprovalStepType.d.ts +0 -2
  299. package/dist/types/accountApprovalStepType.js +0 -2
  300. package/dist/types/accountApprovalWorkflowType.d.ts +0 -2
  301. package/dist/types/accountApprovalWorkflowType.js +0 -2
  302. package/dist/types/accountAssetCategoryType.d.ts +0 -2
  303. package/dist/types/accountAssetCategoryType.js +0 -2
  304. package/dist/types/accountAssetDepreciationScheduleType.d.ts +0 -2
  305. package/dist/types/accountAssetDepreciationScheduleType.js +0 -2
  306. package/dist/types/accountAssetDisposalType.d.ts +0 -2
  307. package/dist/types/accountAssetDisposalType.js +0 -2
  308. package/dist/types/accountBankReconciliationBatchType.d.ts +0 -2
  309. package/dist/types/accountBankReconciliationBatchType.js +0 -2
  310. package/dist/types/accountBankReconciliationMatchType.d.ts +0 -2
  311. package/dist/types/accountBankReconciliationMatchType.js +0 -2
  312. package/dist/types/accountBankStatementLineType.d.ts +0 -2
  313. package/dist/types/accountBankStatementLineType.js +0 -2
  314. package/dist/types/accountBudgetConsumptionType.d.ts +0 -2
  315. package/dist/types/accountBudgetConsumptionType.js +0 -2
  316. package/dist/types/accountBudgetPeriodType.d.ts +0 -2
  317. package/dist/types/accountBudgetPeriodType.js +0 -2
  318. package/dist/types/accountBudgetType.d.ts +0 -2
  319. package/dist/types/accountBudgetType.js +0 -2
  320. package/dist/types/accountDonorType.d.ts +0 -2
  321. package/dist/types/accountDonorType.js +0 -2
  322. package/dist/types/accountExpenseCategoryType.d.ts +0 -2
  323. package/dist/types/accountExpenseCategoryType.js +0 -2
  324. package/dist/types/accountExpensePaymentType.d.ts +0 -2
  325. package/dist/types/accountExpensePaymentType.js +0 -2
  326. package/dist/types/accountExpenseRequestType.d.ts +0 -2
  327. package/dist/types/accountExpenseRequestType.js +0 -2
  328. package/dist/types/accountFinancialKpiType.d.ts +0 -2
  329. package/dist/types/accountFinancialKpiType.js +0 -2
  330. package/dist/types/accountFixedAssetType.d.ts +0 -2
  331. package/dist/types/accountFixedAssetType.js +0 -2
  332. package/dist/types/accountFundTransactionType.d.ts +0 -2
  333. package/dist/types/accountFundTransactionType.js +0 -2
  334. package/dist/types/accountFundType.d.ts +0 -2
  335. package/dist/types/accountFundType.js +0 -2
  336. package/dist/types/accountGrantType.d.ts +0 -2
  337. package/dist/types/accountGrantType.js +0 -2
  338. package/dist/types/accountIntegrationConnectionType.d.ts +0 -2
  339. package/dist/types/accountIntegrationConnectionType.js +0 -2
  340. package/dist/types/accountIntegrationMappingType.d.ts +0 -2
  341. package/dist/types/accountIntegrationMappingType.js +0 -2
  342. package/dist/types/accountInventoryPostingType.d.ts +0 -2
  343. package/dist/types/accountInventoryPostingType.js +0 -2
  344. package/dist/types/accountInventoryValuationType.d.ts +0 -2
  345. package/dist/types/accountInventoryValuationType.js +0 -2
  346. package/dist/types/accountJournalEntryType.d.ts +0 -3
  347. package/dist/types/accountJournalEntryType.js +0 -2
  348. package/dist/types/accountJournalLineType.d.ts +0 -3
  349. package/dist/types/accountJournalLineType.js +0 -2
  350. package/dist/types/accountLedgerBalanceType.d.ts +0 -3
  351. package/dist/types/accountLedgerBalanceType.js +0 -2
  352. package/dist/types/accountPartyAccountType.d.ts +0 -3
  353. package/dist/types/accountPartyAccountType.js +0 -2
  354. package/dist/types/accountPostingEventType.d.ts +0 -3
  355. package/dist/types/accountPostingEventType.js +0 -2
  356. package/dist/types/accountPostingRuleType.d.ts +0 -3
  357. package/dist/types/accountPostingRuleType.js +0 -2
  358. package/dist/types/accountReportSnapshotType.d.ts +0 -2
  359. package/dist/types/accountReportSnapshotType.js +0 -2
  360. package/dist/types/accountRuleLedgerMappingType.d.ts +0 -3
  361. package/dist/types/accountRuleLedgerMappingType.js +0 -2
  362. package/dist/types/accountSyncJobType.d.ts +0 -2
  363. package/dist/types/accountSyncJobType.js +0 -2
  364. package/dist/types/accountSyncLogType.d.ts +0 -2
  365. package/dist/types/accountSyncLogType.js +0 -2
  366. package/dist/types/accountTaxEntryType.d.ts +0 -2
  367. package/dist/types/accountTaxEntryType.js +0 -2
  368. package/dist/types/accountTaxTypeType.d.ts +0 -2
  369. package/dist/types/accountTaxTypeType.js +0 -2
  370. package/dist/types/accountVendorInvoiceType.d.ts +0 -2
  371. package/dist/types/accountVendorInvoiceType.js +0 -2
  372. package/dist/types/accountVendorPaymentType.d.ts +0 -2
  373. package/dist/types/accountVendorPaymentType.js +0 -2
  374. package/dist/types/accountVoucherType.d.ts +0 -3
  375. package/dist/types/accountVoucherType.js +0 -2
  376. package/dist/types/accountWebhookDeliveryType.d.ts +0 -2
  377. package/dist/types/accountWebhookDeliveryType.js +0 -2
  378. package/dist/types/accountWebhookSubscriptionType.d.ts +0 -2
  379. package/dist/types/accountWebhookSubscriptionType.js +0 -2
  380. package/dist/types/accountsActivityStreamType.d.ts +0 -2
  381. package/dist/types/accountsActivityStreamType.js +0 -2
  382. package/dist/types/accountsAttachmentType.d.ts +0 -2
  383. package/dist/types/accountsAttachmentType.js +0 -2
  384. package/dist/types/accountsAuditLogType.d.ts +0 -2
  385. package/dist/types/accountsAuditLogType.js +0 -2
  386. package/dist/types/accountsNotificationType.d.ts +0 -2
  387. package/dist/types/accountsNotificationType.js +0 -2
  388. package/dist/types/accountsSyncPayloadType.d.ts +0 -2
  389. package/dist/types/accountsSyncPayloadType.js +0 -2
  390. package/dist/types/accountsWorkflowHistoryType.d.ts +0 -2
  391. package/dist/types/accountsWorkflowHistoryType.js +0 -2
@@ -1675,29 +1675,22 @@ export declare enum AccountLedgerType {
1675
1675
  Fund = "Fund"
1676
1676
  }
1677
1677
  export declare enum AccountVoucherStatus {
1678
- DRAFT = "DRAFT",
1679
- PENDING = "PENDING",
1680
- APPROVED = "APPROVED",
1681
- POSTED = "POSTED",
1682
- CANCELLED = "CANCELLED",
1683
- REVERSED = "REVERSED"
1678
+ Draft = "Draft",
1679
+ Pending = "Pending",
1680
+ Approved = "Approved",
1681
+ Posted = "Posted",
1682
+ Cancelled = "Cancelled",
1683
+ Reversed = "Reversed"
1684
1684
  }
1685
1685
  export declare enum AccountApprovalStatus {
1686
- PENDING = "PENDING",
1687
- APPROVED = "APPROVED",
1688
- REJECTED = "REJECTED"
1686
+ Pending = "Pending",
1687
+ Approved = "Approved",
1688
+ Rejected = "Rejected"
1689
1689
  }
1690
1690
  export declare enum AccountBalanceType {
1691
1691
  Debit = "Debit",
1692
1692
  Credit = "Credit"
1693
1693
  }
1694
- export declare enum AccountEventType {
1695
- FEE_COLLECTION = "FEE_COLLECTION",
1696
- SALARY_PAYOUT = "SALARY_PAYOUT",
1697
- VENDOR_PAYMENT = "VENDOR_PAYMENT",
1698
- MANUAL_JOURNAL = "MANUAL_JOURNAL",
1699
- EXPENSE_CLAIM = "EXPENSE_CLAIM"
1700
- }
1701
1694
  export declare enum AccountPostingEventStatus {
1702
1695
  PENDING = "PENDING",
1703
1696
  PROCESSING = "PROCESSING",
@@ -1706,35 +1699,35 @@ export declare enum AccountPostingEventStatus {
1706
1699
  PENDING_QUEUE = "PENDING_QUEUE"
1707
1700
  }
1708
1701
  export declare enum AccountSourceModule {
1709
- FEES = "FEES",
1710
- EXPENSE = "EXPENSE",
1711
- PAYROLL = "PAYROLL",
1712
- RMS = "RMS",
1713
- WALLET = "WALLET",
1714
- BANK = "BANK",
1715
- TRUST = "TRUST",
1716
- MARKETPLACE = "MARKETPLACE",
1702
+ fees = "fees",
1703
+ expense = "expense",
1704
+ payroll = "payroll",
1705
+ rms = "rms",
1706
+ wallet = "wallet",
1707
+ bank = "bank",
1708
+ trust = "trust",
1709
+ marketplace = "marketplace",
1717
1710
  TRANSPORT = "TRANSPORT",
1718
1711
  HOSTEL = "HOSTEL"
1719
1712
  }
1720
1713
  export declare enum AccountPartyType {
1721
- STUDENT = "STUDENT",
1722
- PARENT = "PARENT",
1723
- VENDOR = "VENDOR",
1724
- EMPLOYEE = "EMPLOYEE",
1725
- DONOR = "DONOR"
1714
+ student = "student",
1715
+ parent = "parent",
1716
+ vendor = "vendor",
1717
+ employee = "employee",
1718
+ donor = "donor"
1726
1719
  }
1727
1720
  export declare enum AccountPartyMode {
1728
1721
  SUMMARY = "SUMMARY",
1729
1722
  PER_ENTITY = "PER_ENTITY"
1730
1723
  }
1731
1724
  export declare enum AccountCostCenterType {
1732
- CAMPUS = "CAMPUS",
1733
- DEPARTMENT = "DEPARTMENT",
1734
- HOSTEL = "HOSTEL",
1735
- TRANSPORT = "TRANSPORT",
1736
- LIBRARY = "LIBRARY",
1737
- LAB = "LAB"
1725
+ campus = "campus",
1726
+ department = "department",
1727
+ hostel = "hostel",
1728
+ transport = "transport",
1729
+ library = "library",
1730
+ lab = "lab"
1738
1731
  }
1739
1732
  export declare enum AccountCostCenterRefType {
1740
1733
  CAMPUS = "CAMPUS",
@@ -1764,41 +1757,24 @@ export declare enum AccountPaymentMode {
1764
1757
  PDC = "PDC"
1765
1758
  }
1766
1759
  export declare enum AccountExpensePaymentStatus {
1767
- PENDING = "PENDING",
1768
- PAID = "PAID",
1769
- PARTIAL = "PARTIAL"
1760
+ Pending = "Pending",
1761
+ Paid = "Paid",
1762
+ Partial = "Partial"
1770
1763
  }
1771
1764
  export declare enum AccountMatchStatus {
1772
- UNMATCHED = "UNMATCHED",
1773
- AUTO_MATCHED = "AUTO_MATCHED",
1774
- MANUAL_MATCHED = "MANUAL_MATCHED",
1775
- CONFIRMED = "CONFIRMED"
1765
+ Unmatched = "Unmatched",
1766
+ AutoMatched = "AutoMatched",
1767
+ ManualMatched = "ManualMatched",
1768
+ Confirmed = "Confirmed"
1776
1769
  }
1777
1770
  export declare enum AccountDepreciationMethod {
1778
1771
  SLM = "SLM",
1779
1772
  WDV = "WDV"
1780
1773
  }
1781
- export declare enum AccountInventoryValuationMethod {
1782
- FIFO = "FIFO",
1783
- LIFO = "LIFO",
1784
- WAC = "WAC"
1785
- }
1786
- export declare enum AccountInventoryMovementType {
1787
- IN = "IN",
1788
- OUT = "OUT",
1789
- ADJUSTMENT = "ADJUSTMENT"
1790
- }
1791
- export declare enum AccountApprovalWorkflowType {
1792
- EXPENSE = "EXPENSE",
1793
- JOURNAL_ENTRY = "JOURNAL_ENTRY",
1794
- VENDOR_PAYMENT = "VENDOR_PAYMENT",
1795
- PAYROLL = "PAYROLL",
1796
- FEE_REFUND = "FEE_REFUND"
1797
- }
1798
1774
  export declare enum AccountApprovalActionType {
1799
- APPROVED = "APPROVED",
1800
- REJECTED = "REJECTED",
1801
- ESCALATED = "ESCALATED"
1775
+ Approved = "Approved",
1776
+ Rejected = "Rejected",
1777
+ Escalated = "Escalated"
1802
1778
  }
1803
1779
  export declare enum AccountIntegrationProvider {
1804
1780
  TALLY = "TALLY",
@@ -1806,93 +1782,26 @@ export declare enum AccountIntegrationProvider {
1806
1782
  ZOHO = "ZOHO",
1807
1783
  QUICKBOOKS = "QUICKBOOKS"
1808
1784
  }
1809
- export declare enum AccountIntegrationMappingType {
1810
- LEDGER = "LEDGER",
1811
- VOUCHER = "VOUCHER",
1812
- COST_CENTER = "COST_CENTER",
1813
- TAX_GROUP = "TAX_GROUP",
1814
- CONTACT = "CONTACT",
1815
- INVENTORY_ITEM = "INVENTORY_ITEM",
1816
- INVENTORY_LOCATION = "INVENTORY_LOCATION",
1817
- CURRENCY = "CURRENCY",
1818
- OTHER = "OTHER"
1819
- }
1820
1785
  export declare enum AccountSyncAction {
1821
1786
  CREATE = "CREATE",
1822
1787
  UPDATE = "UPDATE",
1823
1788
  CANCEL = "CANCEL",
1824
1789
  RETRY = "RETRY"
1825
1790
  }
1826
- export declare enum AccountSyncStatus {
1827
- PENDING = "PENDING",
1828
- SUCCESS = "SUCCESS",
1829
- FAILED = "FAILED",
1830
- RETRYING = "RETRYING"
1831
- }
1832
- export declare enum AccountWebhookEventType {
1833
- EXPENSE_APPROVED = "EXPENSE_APPROVED",
1834
- RECEIPT_GENERATED = "RECEIPT_GENERATED",
1835
- JOURNAL_ENTRY_POSTED = "JOURNAL_ENTRY_POSTED",
1836
- SYNC_JOB_FAILED = "SYNC_JOB_FAILED"
1837
- }
1838
- export declare enum AccountWebhookDeliveryStatus {
1839
- PENDING = "PENDING",
1840
- SUCCESS = "SUCCESS",
1841
- FAILED = "FAILED"
1842
- }
1843
- export declare enum AccountReportType {
1844
- BALANCE_SHEET = "BALANCE_SHEET",
1845
- PROFIT_AND_LOSS = "PROFIT_AND_LOSS",
1846
- TRIAL_BALANCE = "TRIAL_BALANCE",
1847
- CASH_FLOW = "CASH_FLOW",
1848
- DAY_BOOK = "DAY_BOOK",
1849
- LEDGER_STATEMENT = "LEDGER_STATEMENT"
1850
- }
1851
- export declare enum AccountFinancialKpiCode {
1852
- REVENUE = "REVENUE",
1853
- GROSS_PROFIT = "GROSS_PROFIT",
1854
- NET_PROFIT = "NET_PROFIT",
1855
- OPERATING_EXPENSES = "OPERATING_EXPENSES",
1856
- EBITDA = "EBITDA",
1857
- CURRENT_RATIO = "CURRENT_RATIO",
1858
- QUICK_RATIO = "QUICK_RATIO"
1859
- }
1860
- export declare enum AccountTaxKind {
1861
- CGST = "CGST",
1862
- SGST = "SGST",
1863
- IGST = "IGST",
1864
- TDS = "TDS",
1865
- TCS = "TCS",
1866
- OTHER = "OTHER"
1867
- }
1868
- export declare enum AccountDonorType {
1869
- INDIVIDUAL = "INDIVIDUAL",
1870
- CORPORATE = "CORPORATE",
1871
- GOVERNMENT = "GOVERNMENT",
1872
- NGO = "NGO",
1873
- ALUMNI = "ALUMNI",
1874
- OTHER = "OTHER"
1875
- }
1876
1791
  export declare enum AccountFundType {
1877
1792
  CSR = "CSR",
1878
- SCHOLARSHIP = "SCHOLARSHIP",
1879
- CORPUS = "CORPUS",
1880
- GRANT = "GRANT"
1793
+ Scholarship = "Scholarship",
1794
+ Corpus = "Corpus",
1795
+ Grant = "Grant"
1881
1796
  }
1882
1797
  export declare enum AccountTaxDirection {
1883
1798
  INPUT = "INPUT",
1884
1799
  OUTPUT = "OUTPUT"
1885
1800
  }
1886
- export declare enum AccountFundTransactionType {
1887
- CONTRIBUTION = "CONTRIBUTION",
1888
- DISBURSEMENT = "DISBURSEMENT",
1889
- TRANSFER = "TRANSFER",
1890
- ADJUSTMENT = "ADJUSTMENT"
1891
- }
1892
1801
  export declare enum AccountBudgetType {
1893
- ANNUAL = "ANNUAL",
1894
- DEPARTMENT = "DEPARTMENT",
1895
- COST_CENTER = "COST_CENTER"
1802
+ Annual = "Annual",
1803
+ Department = "Department",
1804
+ CostCenter = "CostCenter"
1896
1805
  }
1897
1806
  export declare enum AccountAuditAction {
1898
1807
  CREATED = "CREATED",
@@ -5,8 +5,7 @@ exports.SUBJECT_INDEX_TYPE = exports.LECTURE_SLOT_DURATION = exports.EXAM_ANSWER
5
5
  exports.NOTIFICATION_STATUS = exports.NOTIFICATION_TYPE = exports.PROJECT_ASSESSMENT_OPTION_STATUS = exports.USER_BOOK_ASSESSMENT_STATUS = exports.BOOK_ASSESSMENT_DATE_STATUS = exports.TASK_MANAGEMENT_STATUS = exports.USER_DETAILS_FILED = exports.DEVICE_TYPE = exports.templateKeyWord = exports.bankAccountRegexMap = exports.EMAIL_SUBJECTS = exports.PDF_TEMPLATES = exports.EMAIL_TEMPLATES = exports.PINCODE_API_URL = exports.APPLE_AUTH = exports.META_AUTH = exports.GOOGLE_AUTH = exports.API_URL = exports.DEFAULT_USER_LOGO = exports.DEFAULT_INSTITUTED_LOGO = exports.UPLOAD_PATH = exports.SVG_URL_PATH = exports.TO_DO_STATUS = exports.LECTURE_TITLE = exports.LECTURE_STATUS = exports.SCHOOL_INFORMATION_STEP = exports.CASTE = exports.RELIGION_CASTE = exports.NATIONALITY = exports.CATEGORY = exports.IS_PRINCIPAL = exports.FEE_TYPE = exports.BOOLEAN_STATUS = exports.PROPERTY_STATUS = exports.DESIGNATION_OF_PERSON = exports.TRUST_REGISTERED_UNDER = exports.TRUST_TYPE = exports.SVA_NAME = exports.QDC_NAME = exports.USER_PAYOUT_TYPE = exports.PARENTS_CHILDREN_CURRENT = exports.CHAPTER_INDEX_FILE_TYPE = exports.FEE_HISTORY_STATUS = exports.USER_CHAPTER_INDEX_STATUS = exports.CHAPTER_INDEX_TYPE = exports.IMAGE__NAME = exports.INQUIRY_STATUS = exports.INQUIRY_REFERRED_BY = exports.EXAM_GROUP_STANDARD_RESULT = exports.EXAM_GROUP_STATUS = void 0;
6
6
  exports.CAMPUS_CARNIVAL_STATUS = exports.COMPETITION_TYPE_CATEGORY = exports.COMPETITION_EVENTS = exports.PAYMENT_STATUS = exports.INCOME_EXPENSE_SOURCE = exports.INCOME_EXPENSE_TYPE = exports.APPOINTMENT_STATUS = exports.MAINTENANCE_MODULE_NAME = exports.MAINTENANCE_TYPE = exports.MAINTENANCE_MODE = exports.ASSIGN_FILE_TYPE = exports.LOST_FOUND_ITEM_STATUS = exports.PAYMENT_PROCESSING_CALLBACK_URL = exports.PAYMENT_PROCESSING_PAGE_URL = exports.PAYMENT_PROCESSING_STATUS_URL = exports.WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES = exports.WALLET_TRANSACTION_VALID_DATE_IN_MINUTES = exports.PAYMENT_METHODS = exports.PAYMENT_GATEWAY_TYPES = exports.JOB_ACTION = exports.ONE_GB_BYTES = exports.CHARGE_PER_TRANSACTION_ITEM_UNIT = exports.INSTITUTE_SUBSCRIPTION_PLAN_STATUS = exports.WALLET_TRANSACTION_USERS_TYPE = exports.WALLET_HISTORY_STATUS = exports.WALLET_HISTORY_ACTION = exports.WALLET_HISTORY_ITEM_TYPE = exports.WALLET_HISTORY_TYPE = exports.REPLACE_TEACHER_STATUS = exports.TEACHER_TYPE = exports.INVOICE_TYPE = exports.PURCHASE_STATUS = exports.COLUMN_LIST_TITLE = exports.INVOICE_PAYMENT_TYPE = exports.PDF_CHEQUE_FREQUENCY = exports.PDF_CHEQUE_STATUS = exports.LANGUAGES = exports.HOME_WORK_STATUS = exports.SOCKET_EVENTS = exports.SUBSCRIPTION_PLAN_FILES_TYPE = exports.VALID_CURRENCY = exports.SUBSCRIPTION_PLAN_TYPE = exports.SUBSCRIPTION_PLAN_CHARGE_INTERVAL = exports.DISCOUNT_TYPE = exports.CONTACT_FEED_BACK_TYPE = exports.PLANNER_SYNC_STATUS = exports.RMS_NOTIFICATION_DAYS = exports.NOTIFICATION_ACTION = exports.ONLINE_EXAM_NOTIFICATION_TYPE = exports.NOTIFICATION_MODULE_TYPE = void 0;
7
7
  exports.RMS_PO_FULFILLMENT_STATUS = exports.RMS_GRN_ACTION_TYPE = exports.RMS_PRIORITY = exports.RMS_APPROVAL_STATUS = exports.RMS_TRANSACTION_TYPE = exports.RMS_RESOURCE_UNIT = exports.RMS_RESOURCE_TYPE = exports.RMS_ASSET_CONDITION = exports.CERTIFICATE_REQUEST_TYPE = exports.CERTIFICATE_REQUEST_STATUS = exports.FEE_SUBMISSION_STATUS = exports.VIDEO_DIRECTION_TYPE = exports.VIDEO_EVENT_TYPE = exports.USER_HAS_PENALTY_TITLE = exports.USER_HAS_PENALTY_TYPE = exports.PAYOUT_STATUS = exports.NOTICEBOARD_STATUS = exports.NOTICEBOARD_TYPE = exports.PERMISSION_TYPE = exports.NOTIFICATION_SEND_STATUS = exports.MEMBERSHIP_STATUS = exports.COMMUNITY_TYPE = exports.DESIGNATION_TYPE = exports.ADDITIONAL_PAYOUT_TYPE = exports.POSTAL_DISPATCH_STATUS = exports.CALL_TYPE = exports.SEARCH_TYPE = exports.REPORT_TYPE = exports.DEVICE_TYPE_APP_ANALYTICS = exports.APP_ANALYTICS_EVENT_TYPE = exports.EXPORT_SHEET_TYPE = exports.GRANT_AND_DONATION_TYPE = exports.TICKET_RAISE_PRIORITY = exports.TICKET_RAISE_STATUS = exports.TERM_AND_CONDITION_STATUS = exports.EDUCATION_OFFICER_TYPE = exports.HOME_WORK_TYPE = exports.STUDENT_FEE_PROCESS_STATUS = exports.FEE_COLLECTION_TYPE = exports.BANK_ACCOUNT_TYPE = exports.STUDENT_LEAVE_TYPE = exports.STUDENT_LEAVE_STATUS = exports.CERTIFICATE_TYPE = exports.CERTIFICATE_FOR = exports.SHEET_TYPE = exports.COMPETITION_USER_ROLE = exports.RESULT_STATUS = exports.COMPETITION_STATUS = exports.STATUS_BY_PARENTS = exports.COMPETITION_TYPE = void 0;
8
- exports.AccountFundTransactionType = exports.AccountTaxDirection = exports.AccountFundType = exports.AccountDonorType = exports.AccountTaxKind = exports.AccountFinancialKpiCode = exports.AccountReportType = exports.AccountWebhookDeliveryStatus = exports.AccountWebhookEventType = exports.AccountSyncStatus = exports.AccountSyncAction = exports.AccountIntegrationMappingType = exports.AccountIntegrationProvider = exports.AccountApprovalActionType = exports.AccountApprovalWorkflowType = exports.AccountInventoryMovementType = exports.AccountInventoryValuationMethod = exports.AccountDepreciationMethod = exports.AccountMatchStatus = exports.AccountExpensePaymentStatus = exports.AccountPaymentMode = exports.AccountVoucherTypeCode = exports.AccountCostCenterRefType = exports.AccountCostCenterType = exports.AccountPartyMode = exports.AccountPartyType = exports.AccountSourceModule = exports.AccountPostingEventStatus = exports.AccountEventType = exports.AccountBalanceType = exports.AccountApprovalStatus = exports.AccountVoucherStatus = exports.AccountLedgerType = exports.AccountNormalBalance = exports.AccountNature = exports.CONTACT_INTEREST_STATUS = exports.CONTACT_INTEREST_TYPE = exports.RMS_EXPENSE_TYPE = exports.RMS_DIGITAL_STATUS = exports.RMS_BOOKING_STATUS = exports.RMS_TICKET_PRIORITY = exports.RMS_TICKET_STATUS = exports.REFUND_ENTITY_TYPE = exports.REFUND_STATUS = exports.FINAL_RESULT_TYPE = exports.FINAL_RESULT = exports.GRADE = exports.RMS_STOCK_SCOPE = exports.RMS_AUDIT_ACTION = exports.RMS_ASSET_LIFECYCLE = void 0;
9
- exports.AccountAuditAction = exports.AccountBudgetType = void 0;
8
+ exports.AccountAuditAction = exports.AccountBudgetType = exports.AccountTaxDirection = exports.AccountFundType = exports.AccountSyncAction = exports.AccountIntegrationProvider = exports.AccountApprovalActionType = exports.AccountDepreciationMethod = exports.AccountMatchStatus = exports.AccountExpensePaymentStatus = exports.AccountPaymentMode = exports.AccountVoucherTypeCode = exports.AccountCostCenterRefType = exports.AccountCostCenterType = exports.AccountPartyMode = exports.AccountPartyType = exports.AccountSourceModule = exports.AccountPostingEventStatus = exports.AccountBalanceType = exports.AccountApprovalStatus = exports.AccountVoucherStatus = exports.AccountLedgerType = exports.AccountNormalBalance = exports.AccountNature = exports.CONTACT_INTEREST_STATUS = exports.CONTACT_INTEREST_TYPE = exports.RMS_EXPENSE_TYPE = exports.RMS_DIGITAL_STATUS = exports.RMS_BOOKING_STATUS = exports.RMS_TICKET_PRIORITY = exports.RMS_TICKET_STATUS = exports.REFUND_ENTITY_TYPE = exports.REFUND_STATUS = exports.FINAL_RESULT_TYPE = exports.FINAL_RESULT = exports.GRADE = exports.RMS_STOCK_SCOPE = exports.RMS_AUDIT_ACTION = exports.RMS_ASSET_LIFECYCLE = void 0;
10
9
  const env_1 = require("../configs/env");
11
10
  exports.SIXTY = 60;
12
11
  exports.ONE_HUNDRED = 100;
@@ -2011,32 +2010,24 @@ var AccountLedgerType;
2011
2010
  })(AccountLedgerType || (exports.AccountLedgerType = AccountLedgerType = {}));
2012
2011
  var AccountVoucherStatus;
2013
2012
  (function (AccountVoucherStatus) {
2014
- AccountVoucherStatus["DRAFT"] = "DRAFT";
2015
- AccountVoucherStatus["PENDING"] = "PENDING";
2016
- AccountVoucherStatus["APPROVED"] = "APPROVED";
2017
- AccountVoucherStatus["POSTED"] = "POSTED";
2018
- AccountVoucherStatus["CANCELLED"] = "CANCELLED";
2019
- AccountVoucherStatus["REVERSED"] = "REVERSED";
2013
+ AccountVoucherStatus["Draft"] = "Draft";
2014
+ AccountVoucherStatus["Pending"] = "Pending";
2015
+ AccountVoucherStatus["Approved"] = "Approved";
2016
+ AccountVoucherStatus["Posted"] = "Posted";
2017
+ AccountVoucherStatus["Cancelled"] = "Cancelled";
2018
+ AccountVoucherStatus["Reversed"] = "Reversed";
2020
2019
  })(AccountVoucherStatus || (exports.AccountVoucherStatus = AccountVoucherStatus = {}));
2021
2020
  var AccountApprovalStatus;
2022
2021
  (function (AccountApprovalStatus) {
2023
- AccountApprovalStatus["PENDING"] = "PENDING";
2024
- AccountApprovalStatus["APPROVED"] = "APPROVED";
2025
- AccountApprovalStatus["REJECTED"] = "REJECTED";
2022
+ AccountApprovalStatus["Pending"] = "Pending";
2023
+ AccountApprovalStatus["Approved"] = "Approved";
2024
+ AccountApprovalStatus["Rejected"] = "Rejected";
2026
2025
  })(AccountApprovalStatus || (exports.AccountApprovalStatus = AccountApprovalStatus = {}));
2027
2026
  var AccountBalanceType;
2028
2027
  (function (AccountBalanceType) {
2029
2028
  AccountBalanceType["Debit"] = "Debit";
2030
2029
  AccountBalanceType["Credit"] = "Credit";
2031
2030
  })(AccountBalanceType || (exports.AccountBalanceType = AccountBalanceType = {}));
2032
- var AccountEventType;
2033
- (function (AccountEventType) {
2034
- AccountEventType["FEE_COLLECTION"] = "FEE_COLLECTION";
2035
- AccountEventType["SALARY_PAYOUT"] = "SALARY_PAYOUT";
2036
- AccountEventType["VENDOR_PAYMENT"] = "VENDOR_PAYMENT";
2037
- AccountEventType["MANUAL_JOURNAL"] = "MANUAL_JOURNAL";
2038
- AccountEventType["EXPENSE_CLAIM"] = "EXPENSE_CLAIM";
2039
- })(AccountEventType || (exports.AccountEventType = AccountEventType = {}));
2040
2031
  var AccountPostingEventStatus;
2041
2032
  (function (AccountPostingEventStatus) {
2042
2033
  AccountPostingEventStatus["PENDING"] = "PENDING";
@@ -2047,24 +2038,24 @@ var AccountPostingEventStatus;
2047
2038
  })(AccountPostingEventStatus || (exports.AccountPostingEventStatus = AccountPostingEventStatus = {}));
2048
2039
  var AccountSourceModule;
2049
2040
  (function (AccountSourceModule) {
2050
- AccountSourceModule["FEES"] = "FEES";
2051
- AccountSourceModule["EXPENSE"] = "EXPENSE";
2052
- AccountSourceModule["PAYROLL"] = "PAYROLL";
2053
- AccountSourceModule["RMS"] = "RMS";
2054
- AccountSourceModule["WALLET"] = "WALLET";
2055
- AccountSourceModule["BANK"] = "BANK";
2056
- AccountSourceModule["TRUST"] = "TRUST";
2057
- AccountSourceModule["MARKETPLACE"] = "MARKETPLACE";
2041
+ AccountSourceModule["fees"] = "fees";
2042
+ AccountSourceModule["expense"] = "expense";
2043
+ AccountSourceModule["payroll"] = "payroll";
2044
+ AccountSourceModule["rms"] = "rms";
2045
+ AccountSourceModule["wallet"] = "wallet";
2046
+ AccountSourceModule["bank"] = "bank";
2047
+ AccountSourceModule["trust"] = "trust";
2048
+ AccountSourceModule["marketplace"] = "marketplace";
2058
2049
  AccountSourceModule["TRANSPORT"] = "TRANSPORT";
2059
2050
  AccountSourceModule["HOSTEL"] = "HOSTEL";
2060
2051
  })(AccountSourceModule || (exports.AccountSourceModule = AccountSourceModule = {}));
2061
2052
  var AccountPartyType;
2062
2053
  (function (AccountPartyType) {
2063
- AccountPartyType["STUDENT"] = "STUDENT";
2064
- AccountPartyType["PARENT"] = "PARENT";
2065
- AccountPartyType["VENDOR"] = "VENDOR";
2066
- AccountPartyType["EMPLOYEE"] = "EMPLOYEE";
2067
- AccountPartyType["DONOR"] = "DONOR";
2054
+ AccountPartyType["student"] = "student";
2055
+ AccountPartyType["parent"] = "parent";
2056
+ AccountPartyType["vendor"] = "vendor";
2057
+ AccountPartyType["employee"] = "employee";
2058
+ AccountPartyType["donor"] = "donor";
2068
2059
  })(AccountPartyType || (exports.AccountPartyType = AccountPartyType = {}));
2069
2060
  var AccountPartyMode;
2070
2061
  (function (AccountPartyMode) {
@@ -2073,12 +2064,12 @@ var AccountPartyMode;
2073
2064
  })(AccountPartyMode || (exports.AccountPartyMode = AccountPartyMode = {}));
2074
2065
  var AccountCostCenterType;
2075
2066
  (function (AccountCostCenterType) {
2076
- AccountCostCenterType["CAMPUS"] = "CAMPUS";
2077
- AccountCostCenterType["DEPARTMENT"] = "DEPARTMENT";
2078
- AccountCostCenterType["HOSTEL"] = "HOSTEL";
2079
- AccountCostCenterType["TRANSPORT"] = "TRANSPORT";
2080
- AccountCostCenterType["LIBRARY"] = "LIBRARY";
2081
- AccountCostCenterType["LAB"] = "LAB";
2067
+ AccountCostCenterType["campus"] = "campus";
2068
+ AccountCostCenterType["department"] = "department";
2069
+ AccountCostCenterType["hostel"] = "hostel";
2070
+ AccountCostCenterType["transport"] = "transport";
2071
+ AccountCostCenterType["library"] = "library";
2072
+ AccountCostCenterType["lab"] = "lab";
2082
2073
  })(AccountCostCenterType || (exports.AccountCostCenterType = AccountCostCenterType = {}));
2083
2074
  var AccountCostCenterRefType;
2084
2075
  (function (AccountCostCenterRefType) {
@@ -2112,47 +2103,27 @@ var AccountPaymentMode;
2112
2103
  })(AccountPaymentMode || (exports.AccountPaymentMode = AccountPaymentMode = {}));
2113
2104
  var AccountExpensePaymentStatus;
2114
2105
  (function (AccountExpensePaymentStatus) {
2115
- AccountExpensePaymentStatus["PENDING"] = "PENDING";
2116
- AccountExpensePaymentStatus["PAID"] = "PAID";
2117
- AccountExpensePaymentStatus["PARTIAL"] = "PARTIAL";
2106
+ AccountExpensePaymentStatus["Pending"] = "Pending";
2107
+ AccountExpensePaymentStatus["Paid"] = "Paid";
2108
+ AccountExpensePaymentStatus["Partial"] = "Partial";
2118
2109
  })(AccountExpensePaymentStatus || (exports.AccountExpensePaymentStatus = AccountExpensePaymentStatus = {}));
2119
2110
  var AccountMatchStatus;
2120
2111
  (function (AccountMatchStatus) {
2121
- AccountMatchStatus["UNMATCHED"] = "UNMATCHED";
2122
- AccountMatchStatus["AUTO_MATCHED"] = "AUTO_MATCHED";
2123
- AccountMatchStatus["MANUAL_MATCHED"] = "MANUAL_MATCHED";
2124
- AccountMatchStatus["CONFIRMED"] = "CONFIRMED";
2112
+ AccountMatchStatus["Unmatched"] = "Unmatched";
2113
+ AccountMatchStatus["AutoMatched"] = "AutoMatched";
2114
+ AccountMatchStatus["ManualMatched"] = "ManualMatched";
2115
+ AccountMatchStatus["Confirmed"] = "Confirmed";
2125
2116
  })(AccountMatchStatus || (exports.AccountMatchStatus = AccountMatchStatus = {}));
2126
2117
  var AccountDepreciationMethod;
2127
2118
  (function (AccountDepreciationMethod) {
2128
2119
  AccountDepreciationMethod["SLM"] = "SLM";
2129
2120
  AccountDepreciationMethod["WDV"] = "WDV";
2130
2121
  })(AccountDepreciationMethod || (exports.AccountDepreciationMethod = AccountDepreciationMethod = {}));
2131
- var AccountInventoryValuationMethod;
2132
- (function (AccountInventoryValuationMethod) {
2133
- AccountInventoryValuationMethod["FIFO"] = "FIFO";
2134
- AccountInventoryValuationMethod["LIFO"] = "LIFO";
2135
- AccountInventoryValuationMethod["WAC"] = "WAC";
2136
- })(AccountInventoryValuationMethod || (exports.AccountInventoryValuationMethod = AccountInventoryValuationMethod = {}));
2137
- var AccountInventoryMovementType;
2138
- (function (AccountInventoryMovementType) {
2139
- AccountInventoryMovementType["IN"] = "IN";
2140
- AccountInventoryMovementType["OUT"] = "OUT";
2141
- AccountInventoryMovementType["ADJUSTMENT"] = "ADJUSTMENT";
2142
- })(AccountInventoryMovementType || (exports.AccountInventoryMovementType = AccountInventoryMovementType = {}));
2143
- var AccountApprovalWorkflowType;
2144
- (function (AccountApprovalWorkflowType) {
2145
- AccountApprovalWorkflowType["EXPENSE"] = "EXPENSE";
2146
- AccountApprovalWorkflowType["JOURNAL_ENTRY"] = "JOURNAL_ENTRY";
2147
- AccountApprovalWorkflowType["VENDOR_PAYMENT"] = "VENDOR_PAYMENT";
2148
- AccountApprovalWorkflowType["PAYROLL"] = "PAYROLL";
2149
- AccountApprovalWorkflowType["FEE_REFUND"] = "FEE_REFUND";
2150
- })(AccountApprovalWorkflowType || (exports.AccountApprovalWorkflowType = AccountApprovalWorkflowType = {}));
2151
2122
  var AccountApprovalActionType;
2152
2123
  (function (AccountApprovalActionType) {
2153
- AccountApprovalActionType["APPROVED"] = "APPROVED";
2154
- AccountApprovalActionType["REJECTED"] = "REJECTED";
2155
- AccountApprovalActionType["ESCALATED"] = "ESCALATED";
2124
+ AccountApprovalActionType["Approved"] = "Approved";
2125
+ AccountApprovalActionType["Rejected"] = "Rejected";
2126
+ AccountApprovalActionType["Escalated"] = "Escalated";
2156
2127
  })(AccountApprovalActionType || (exports.AccountApprovalActionType = AccountApprovalActionType = {}));
2157
2128
  var AccountIntegrationProvider;
2158
2129
  (function (AccountIntegrationProvider) {
@@ -2161,18 +2132,6 @@ var AccountIntegrationProvider;
2161
2132
  AccountIntegrationProvider["ZOHO"] = "ZOHO";
2162
2133
  AccountIntegrationProvider["QUICKBOOKS"] = "QUICKBOOKS";
2163
2134
  })(AccountIntegrationProvider || (exports.AccountIntegrationProvider = AccountIntegrationProvider = {}));
2164
- var AccountIntegrationMappingType;
2165
- (function (AccountIntegrationMappingType) {
2166
- AccountIntegrationMappingType["LEDGER"] = "LEDGER";
2167
- AccountIntegrationMappingType["VOUCHER"] = "VOUCHER";
2168
- AccountIntegrationMappingType["COST_CENTER"] = "COST_CENTER";
2169
- AccountIntegrationMappingType["TAX_GROUP"] = "TAX_GROUP";
2170
- AccountIntegrationMappingType["CONTACT"] = "CONTACT";
2171
- AccountIntegrationMappingType["INVENTORY_ITEM"] = "INVENTORY_ITEM";
2172
- AccountIntegrationMappingType["INVENTORY_LOCATION"] = "INVENTORY_LOCATION";
2173
- AccountIntegrationMappingType["CURRENCY"] = "CURRENCY";
2174
- AccountIntegrationMappingType["OTHER"] = "OTHER";
2175
- })(AccountIntegrationMappingType || (exports.AccountIntegrationMappingType = AccountIntegrationMappingType = {}));
2176
2135
  var AccountSyncAction;
2177
2136
  (function (AccountSyncAction) {
2178
2137
  AccountSyncAction["CREATE"] = "CREATE";
@@ -2180,87 +2139,23 @@ var AccountSyncAction;
2180
2139
  AccountSyncAction["CANCEL"] = "CANCEL";
2181
2140
  AccountSyncAction["RETRY"] = "RETRY";
2182
2141
  })(AccountSyncAction || (exports.AccountSyncAction = AccountSyncAction = {}));
2183
- var AccountSyncStatus;
2184
- (function (AccountSyncStatus) {
2185
- AccountSyncStatus["PENDING"] = "PENDING";
2186
- AccountSyncStatus["SUCCESS"] = "SUCCESS";
2187
- AccountSyncStatus["FAILED"] = "FAILED";
2188
- AccountSyncStatus["RETRYING"] = "RETRYING";
2189
- })(AccountSyncStatus || (exports.AccountSyncStatus = AccountSyncStatus = {}));
2190
- var AccountWebhookEventType;
2191
- (function (AccountWebhookEventType) {
2192
- AccountWebhookEventType["EXPENSE_APPROVED"] = "EXPENSE_APPROVED";
2193
- AccountWebhookEventType["RECEIPT_GENERATED"] = "RECEIPT_GENERATED";
2194
- AccountWebhookEventType["JOURNAL_ENTRY_POSTED"] = "JOURNAL_ENTRY_POSTED";
2195
- AccountWebhookEventType["SYNC_JOB_FAILED"] = "SYNC_JOB_FAILED";
2196
- })(AccountWebhookEventType || (exports.AccountWebhookEventType = AccountWebhookEventType = {}));
2197
- var AccountWebhookDeliveryStatus;
2198
- (function (AccountWebhookDeliveryStatus) {
2199
- AccountWebhookDeliveryStatus["PENDING"] = "PENDING";
2200
- AccountWebhookDeliveryStatus["SUCCESS"] = "SUCCESS";
2201
- AccountWebhookDeliveryStatus["FAILED"] = "FAILED";
2202
- })(AccountWebhookDeliveryStatus || (exports.AccountWebhookDeliveryStatus = AccountWebhookDeliveryStatus = {}));
2203
- var AccountReportType;
2204
- (function (AccountReportType) {
2205
- AccountReportType["BALANCE_SHEET"] = "BALANCE_SHEET";
2206
- AccountReportType["PROFIT_AND_LOSS"] = "PROFIT_AND_LOSS";
2207
- AccountReportType["TRIAL_BALANCE"] = "TRIAL_BALANCE";
2208
- AccountReportType["CASH_FLOW"] = "CASH_FLOW";
2209
- AccountReportType["DAY_BOOK"] = "DAY_BOOK";
2210
- AccountReportType["LEDGER_STATEMENT"] = "LEDGER_STATEMENT";
2211
- })(AccountReportType || (exports.AccountReportType = AccountReportType = {}));
2212
- var AccountFinancialKpiCode;
2213
- (function (AccountFinancialKpiCode) {
2214
- AccountFinancialKpiCode["REVENUE"] = "REVENUE";
2215
- AccountFinancialKpiCode["GROSS_PROFIT"] = "GROSS_PROFIT";
2216
- AccountFinancialKpiCode["NET_PROFIT"] = "NET_PROFIT";
2217
- AccountFinancialKpiCode["OPERATING_EXPENSES"] = "OPERATING_EXPENSES";
2218
- AccountFinancialKpiCode["EBITDA"] = "EBITDA";
2219
- AccountFinancialKpiCode["CURRENT_RATIO"] = "CURRENT_RATIO";
2220
- AccountFinancialKpiCode["QUICK_RATIO"] = "QUICK_RATIO";
2221
- })(AccountFinancialKpiCode || (exports.AccountFinancialKpiCode = AccountFinancialKpiCode = {}));
2222
- var AccountTaxKind;
2223
- (function (AccountTaxKind) {
2224
- AccountTaxKind["CGST"] = "CGST";
2225
- AccountTaxKind["SGST"] = "SGST";
2226
- AccountTaxKind["IGST"] = "IGST";
2227
- AccountTaxKind["TDS"] = "TDS";
2228
- AccountTaxKind["TCS"] = "TCS";
2229
- AccountTaxKind["OTHER"] = "OTHER";
2230
- })(AccountTaxKind || (exports.AccountTaxKind = AccountTaxKind = {}));
2231
- var AccountDonorType;
2232
- (function (AccountDonorType) {
2233
- AccountDonorType["INDIVIDUAL"] = "INDIVIDUAL";
2234
- AccountDonorType["CORPORATE"] = "CORPORATE";
2235
- AccountDonorType["GOVERNMENT"] = "GOVERNMENT";
2236
- AccountDonorType["NGO"] = "NGO";
2237
- AccountDonorType["ALUMNI"] = "ALUMNI";
2238
- AccountDonorType["OTHER"] = "OTHER";
2239
- })(AccountDonorType || (exports.AccountDonorType = AccountDonorType = {}));
2240
2142
  var AccountFundType;
2241
2143
  (function (AccountFundType) {
2242
2144
  AccountFundType["CSR"] = "CSR";
2243
- AccountFundType["SCHOLARSHIP"] = "SCHOLARSHIP";
2244
- AccountFundType["CORPUS"] = "CORPUS";
2245
- AccountFundType["GRANT"] = "GRANT";
2145
+ AccountFundType["Scholarship"] = "Scholarship";
2146
+ AccountFundType["Corpus"] = "Corpus";
2147
+ AccountFundType["Grant"] = "Grant";
2246
2148
  })(AccountFundType || (exports.AccountFundType = AccountFundType = {}));
2247
2149
  var AccountTaxDirection;
2248
2150
  (function (AccountTaxDirection) {
2249
2151
  AccountTaxDirection["INPUT"] = "INPUT";
2250
2152
  AccountTaxDirection["OUTPUT"] = "OUTPUT";
2251
2153
  })(AccountTaxDirection || (exports.AccountTaxDirection = AccountTaxDirection = {}));
2252
- var AccountFundTransactionType;
2253
- (function (AccountFundTransactionType) {
2254
- AccountFundTransactionType["CONTRIBUTION"] = "CONTRIBUTION";
2255
- AccountFundTransactionType["DISBURSEMENT"] = "DISBURSEMENT";
2256
- AccountFundTransactionType["TRANSFER"] = "TRANSFER";
2257
- AccountFundTransactionType["ADJUSTMENT"] = "ADJUSTMENT";
2258
- })(AccountFundTransactionType || (exports.AccountFundTransactionType = AccountFundTransactionType = {}));
2259
2154
  var AccountBudgetType;
2260
2155
  (function (AccountBudgetType) {
2261
- AccountBudgetType["ANNUAL"] = "ANNUAL";
2262
- AccountBudgetType["DEPARTMENT"] = "DEPARTMENT";
2263
- AccountBudgetType["COST_CENTER"] = "COST_CENTER";
2156
+ AccountBudgetType["Annual"] = "Annual";
2157
+ AccountBudgetType["Department"] = "Department";
2158
+ AccountBudgetType["CostCenter"] = "CostCenter";
2264
2159
  })(AccountBudgetType || (exports.AccountBudgetType = AccountBudgetType = {}));
2265
2160
  var AccountAuditAction;
2266
2161
  (function (AccountAuditAction) {
@@ -251,52 +251,3 @@ export * from './accountLedgerInterface';
251
251
  export * from './accountLedgerOpeningInterface';
252
252
  export * from './accountCostCenterInterface';
253
253
  export * from './accountVoucherTypeInterface';
254
- export * from './accountVoucherInterface';
255
- export * from './accountJournalEntryInterface';
256
- export * from './accountJournalLineInterface';
257
- export * from './accountLedgerBalanceInterface';
258
- export * from './accountPostingEventInterface';
259
- export * from './accountPostingRuleInterface';
260
- export * from './accountRuleLedgerMappingInterface';
261
- export * from './accountPartyAccountInterface';
262
- export * from './accountsAuditLogInterface';
263
- export * from './accountsActivityStreamInterface';
264
- export * from './accountsWorkflowHistoryInterface';
265
- export * from './accountsAttachmentInterface';
266
- export * from './accountsNotificationInterface';
267
- export * from './accountsSyncPayloadInterface';
268
- export * from './accountExpenseCategoryInterface';
269
- export * from './accountExpenseRequestInterface';
270
- export * from './accountExpensePaymentInterface';
271
- export * from './accountVendorInvoiceInterface';
272
- export * from './accountVendorPaymentInterface';
273
- export * from './accountBankReconciliationBatchInterface';
274
- export * from './accountBankStatementLineInterface';
275
- export * from './accountBankReconciliationMatchInterface';
276
- export * from './accountAssetCategoryInterface';
277
- export * from './accountFixedAssetInterface';
278
- export * from './accountAssetDepreciationScheduleInterface';
279
- export * from './accountAssetDisposalInterface';
280
- export * from './accountInventoryValuationInterface';
281
- export * from './accountInventoryPostingInterface';
282
- export * from './accountApprovalWorkflowInterface';
283
- export * from './accountApprovalStepInterface';
284
- export * from './accountApprovalRequestInterface';
285
- export * from './accountApprovalActionInterface';
286
- export * from './accountIntegrationConnectionInterface';
287
- export * from './accountIntegrationMappingInterface';
288
- export * from './accountSyncJobInterface';
289
- export * from './accountSyncLogInterface';
290
- export * from './accountWebhookSubscriptionInterface';
291
- export * from './accountWebhookDeliveryInterface';
292
- export * from './accountReportSnapshotInterface';
293
- export * from './accountFinancialKpiInterface';
294
- export * from './accountBudgetInterface';
295
- export * from './accountBudgetPeriodInterface';
296
- export * from './accountBudgetConsumptionInterface';
297
- export * from './accountTaxTypeInterface';
298
- export * from './accountTaxEntryInterface';
299
- export * from './accountFundInterface';
300
- export * from './accountDonorInterface';
301
- export * from './accountGrantInterface';
302
- export * from './accountFundTransactionInterface';
@@ -267,52 +267,3 @@ __exportStar(require("./accountLedgerInterface"), exports);
267
267
  __exportStar(require("./accountLedgerOpeningInterface"), exports);
268
268
  __exportStar(require("./accountCostCenterInterface"), exports);
269
269
  __exportStar(require("./accountVoucherTypeInterface"), exports);
270
- __exportStar(require("./accountVoucherInterface"), exports);
271
- __exportStar(require("./accountJournalEntryInterface"), exports);
272
- __exportStar(require("./accountJournalLineInterface"), exports);
273
- __exportStar(require("./accountLedgerBalanceInterface"), exports);
274
- __exportStar(require("./accountPostingEventInterface"), exports);
275
- __exportStar(require("./accountPostingRuleInterface"), exports);
276
- __exportStar(require("./accountRuleLedgerMappingInterface"), exports);
277
- __exportStar(require("./accountPartyAccountInterface"), exports);
278
- __exportStar(require("./accountsAuditLogInterface"), exports);
279
- __exportStar(require("./accountsActivityStreamInterface"), exports);
280
- __exportStar(require("./accountsWorkflowHistoryInterface"), exports);
281
- __exportStar(require("./accountsAttachmentInterface"), exports);
282
- __exportStar(require("./accountsNotificationInterface"), exports);
283
- __exportStar(require("./accountsSyncPayloadInterface"), exports);
284
- __exportStar(require("./accountExpenseCategoryInterface"), exports);
285
- __exportStar(require("./accountExpenseRequestInterface"), exports);
286
- __exportStar(require("./accountExpensePaymentInterface"), exports);
287
- __exportStar(require("./accountVendorInvoiceInterface"), exports);
288
- __exportStar(require("./accountVendorPaymentInterface"), exports);
289
- __exportStar(require("./accountBankReconciliationBatchInterface"), exports);
290
- __exportStar(require("./accountBankStatementLineInterface"), exports);
291
- __exportStar(require("./accountBankReconciliationMatchInterface"), exports);
292
- __exportStar(require("./accountAssetCategoryInterface"), exports);
293
- __exportStar(require("./accountFixedAssetInterface"), exports);
294
- __exportStar(require("./accountAssetDepreciationScheduleInterface"), exports);
295
- __exportStar(require("./accountAssetDisposalInterface"), exports);
296
- __exportStar(require("./accountInventoryValuationInterface"), exports);
297
- __exportStar(require("./accountInventoryPostingInterface"), exports);
298
- __exportStar(require("./accountApprovalWorkflowInterface"), exports);
299
- __exportStar(require("./accountApprovalStepInterface"), exports);
300
- __exportStar(require("./accountApprovalRequestInterface"), exports);
301
- __exportStar(require("./accountApprovalActionInterface"), exports);
302
- __exportStar(require("./accountIntegrationConnectionInterface"), exports);
303
- __exportStar(require("./accountIntegrationMappingInterface"), exports);
304
- __exportStar(require("./accountSyncJobInterface"), exports);
305
- __exportStar(require("./accountSyncLogInterface"), exports);
306
- __exportStar(require("./accountWebhookSubscriptionInterface"), exports);
307
- __exportStar(require("./accountWebhookDeliveryInterface"), exports);
308
- __exportStar(require("./accountReportSnapshotInterface"), exports);
309
- __exportStar(require("./accountFinancialKpiInterface"), exports);
310
- __exportStar(require("./accountBudgetInterface"), exports);
311
- __exportStar(require("./accountBudgetPeriodInterface"), exports);
312
- __exportStar(require("./accountBudgetConsumptionInterface"), exports);
313
- __exportStar(require("./accountTaxTypeInterface"), exports);
314
- __exportStar(require("./accountTaxEntryInterface"), exports);
315
- __exportStar(require("./accountFundInterface"), exports);
316
- __exportStar(require("./accountDonorInterface"), exports);
317
- __exportStar(require("./accountGrantInterface"), exports);
318
- __exportStar(require("./accountFundTransactionInterface"), exports);