@goodsamsoftware/freshbooks-mcp 1.0.9 → 1.0.11

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 (233) hide show
  1. package/dist/tools/base-tool.d.ts +20 -54
  2. package/dist/tools/base-tool.d.ts.map +1 -1
  3. package/dist/tools/bill/bill-archive.d.ts +2 -14
  4. package/dist/tools/bill/bill-archive.d.ts.map +1 -1
  5. package/dist/tools/bill/bill-create.d.ts +16 -125
  6. package/dist/tools/bill/bill-create.d.ts.map +1 -1
  7. package/dist/tools/bill/bill-delete.d.ts +2 -18
  8. package/dist/tools/bill/bill-delete.d.ts.map +1 -1
  9. package/dist/tools/bill/bill-list.d.ts +22 -194
  10. package/dist/tools/bill/bill-list.d.ts.map +1 -1
  11. package/dist/tools/bill/bill-single.d.ts +14 -97
  12. package/dist/tools/bill/bill-single.d.ts.map +1 -1
  13. package/dist/tools/bill/schemas.d.ts +63 -460
  14. package/dist/tools/bill/schemas.d.ts.map +1 -1
  15. package/dist/tools/bill-payment/billpayment-create.d.ts +18 -62
  16. package/dist/tools/bill-payment/billpayment-create.d.ts.map +1 -1
  17. package/dist/tools/bill-payment/billpayment-delete.d.ts +2 -18
  18. package/dist/tools/bill-payment/billpayment-delete.d.ts.map +1 -1
  19. package/dist/tools/bill-payment/billpayment-list.d.ts +12 -103
  20. package/dist/tools/bill-payment/billpayment-list.d.ts.map +1 -1
  21. package/dist/tools/bill-payment/billpayment-single.d.ts +10 -41
  22. package/dist/tools/bill-payment/billpayment-single.d.ts.map +1 -1
  23. package/dist/tools/bill-payment/billpayment-update.d.ts +18 -62
  24. package/dist/tools/bill-payment/billpayment-update.d.ts.map +1 -1
  25. package/dist/tools/bill-payment/schemas.d.ts +60 -264
  26. package/dist/tools/bill-payment/schemas.d.ts.map +1 -1
  27. package/dist/tools/bill-vendor/billvendor-create.d.ts +3 -81
  28. package/dist/tools/bill-vendor/billvendor-create.d.ts.map +1 -1
  29. package/dist/tools/bill-vendor/billvendor-delete.d.ts +2 -18
  30. package/dist/tools/bill-vendor/billvendor-delete.d.ts.map +1 -1
  31. package/dist/tools/bill-vendor/billvendor-list.d.ts +5 -127
  32. package/dist/tools/bill-vendor/billvendor-list.d.ts.map +1 -1
  33. package/dist/tools/bill-vendor/billvendor-single.d.ts +3 -51
  34. package/dist/tools/bill-vendor/billvendor-single.d.ts.map +1 -1
  35. package/dist/tools/bill-vendor/billvendor-update.d.ts +3 -83
  36. package/dist/tools/bill-vendor/billvendor-update.d.ts.map +1 -1
  37. package/dist/tools/bill-vendor/schemas.d.ts +15 -327
  38. package/dist/tools/bill-vendor/schemas.d.ts.map +1 -1
  39. package/dist/tools/callback/callback-create.d.ts +2 -24
  40. package/dist/tools/callback/callback-create.d.ts.map +1 -1
  41. package/dist/tools/callback/callback-delete.d.ts +2 -18
  42. package/dist/tools/callback/callback-delete.d.ts.map +1 -1
  43. package/dist/tools/callback/callback-list.d.ts +4 -66
  44. package/dist/tools/callback/callback-list.d.ts.map +1 -1
  45. package/dist/tools/callback/callback-resend-verification.d.ts +2 -22
  46. package/dist/tools/callback/callback-resend-verification.d.ts.map +1 -1
  47. package/dist/tools/callback/callback-single.d.ts +2 -22
  48. package/dist/tools/callback/callback-single.d.ts.map +1 -1
  49. package/dist/tools/callback/callback-update.d.ts +2 -26
  50. package/dist/tools/callback/callback-update.d.ts.map +1 -1
  51. package/dist/tools/callback/callback-verify.d.ts +2 -18
  52. package/dist/tools/callback/callback-verify.d.ts.map +1 -1
  53. package/dist/tools/callback/schemas.d.ts +15 -177
  54. package/dist/tools/callback/schemas.d.ts.map +1 -1
  55. package/dist/tools/client/client-create.d.ts +3 -129
  56. package/dist/tools/client/client-create.d.ts.map +1 -1
  57. package/dist/tools/client/client-delete.d.ts +2 -18
  58. package/dist/tools/client/client-delete.d.ts.map +1 -1
  59. package/dist/tools/client/client-list.d.ts +21 -197
  60. package/dist/tools/client/client-list.d.ts.map +1 -1
  61. package/dist/tools/client/client-single.d.ts +3 -77
  62. package/dist/tools/client/client-single.d.ts.map +1 -1
  63. package/dist/tools/client/client-update.d.ts +4 -134
  64. package/dist/tools/client/client-update.d.ts.map +1 -1
  65. package/dist/tools/client/schemas.d.ts +50 -512
  66. package/dist/tools/client/schemas.d.ts.map +1 -1
  67. package/dist/tools/credit-note/creditnote-create.d.ts +18 -367
  68. package/dist/tools/credit-note/creditnote-create.d.ts.map +1 -1
  69. package/dist/tools/credit-note/creditnote-delete.d.ts +2 -18
  70. package/dist/tools/credit-note/creditnote-delete.d.ts.map +1 -1
  71. package/dist/tools/credit-note/creditnote-list.d.ts +24 -552
  72. package/dist/tools/credit-note/creditnote-list.d.ts.map +1 -1
  73. package/dist/tools/credit-note/creditnote-single.d.ts +14 -291
  74. package/dist/tools/credit-note/creditnote-single.d.ts.map +1 -1
  75. package/dist/tools/credit-note/creditnote-update.d.ts +18 -363
  76. package/dist/tools/credit-note/creditnote-update.d.ts.map +1 -1
  77. package/dist/tools/credit-note/schemas.d.ts +72 -1355
  78. package/dist/tools/credit-note/schemas.d.ts.map +1 -1
  79. package/dist/tools/expense/expense-create.d.ts +13 -132
  80. package/dist/tools/expense/expense-create.d.ts.map +1 -1
  81. package/dist/tools/expense/expense-delete.d.ts +2 -18
  82. package/dist/tools/expense/expense-delete.d.ts.map +1 -1
  83. package/dist/tools/expense/expense-list.d.ts +20 -202
  84. package/dist/tools/expense/expense-list.d.ts.map +1 -1
  85. package/dist/tools/expense/expense-single.d.ts +12 -95
  86. package/dist/tools/expense/expense-single.d.ts.map +1 -1
  87. package/dist/tools/expense/expense-update.d.ts +14 -135
  88. package/dist/tools/expense/expense-update.d.ts.map +1 -1
  89. package/dist/tools/expense/schemas.d.ts +56 -495
  90. package/dist/tools/expense/schemas.d.ts.map +1 -1
  91. package/dist/tools/expense-category/expensecategory-list.d.ts +5 -75
  92. package/dist/tools/expense-category/expensecategory-list.d.ts.map +1 -1
  93. package/dist/tools/expense-category/expensecategory-single.d.ts +3 -27
  94. package/dist/tools/expense-category/expensecategory-single.d.ts.map +1 -1
  95. package/dist/tools/expense-category/schemas.d.ts +10 -122
  96. package/dist/tools/expense-category/schemas.d.ts.map +1 -1
  97. package/dist/tools/invoice/invoice-create.d.ts +30 -280
  98. package/dist/tools/invoice/invoice-create.d.ts.map +1 -1
  99. package/dist/tools/invoice/invoice-delete.d.ts +2 -18
  100. package/dist/tools/invoice/invoice-delete.d.ts.map +1 -1
  101. package/dist/tools/invoice/invoice-list.d.ts +62 -360
  102. package/dist/tools/invoice/invoice-list.d.ts.map +1 -1
  103. package/dist/tools/invoice/invoice-share-link.d.ts +2 -14
  104. package/dist/tools/invoice/invoice-share-link.d.ts.map +1 -1
  105. package/dist/tools/invoice/invoice-single.d.ts +27 -197
  106. package/dist/tools/invoice/invoice-single.d.ts.map +1 -1
  107. package/dist/tools/invoice/invoice-update.d.ts +42 -285
  108. package/dist/tools/invoice/invoice-update.d.ts.map +1 -1
  109. package/dist/tools/invoice/schemas.d.ts +183 -1090
  110. package/dist/tools/invoice/schemas.d.ts.map +1 -1
  111. package/dist/tools/item/item-create.d.ts +15 -87
  112. package/dist/tools/item/item-create.d.ts.map +1 -1
  113. package/dist/tools/item/item-list.d.ts +16 -130
  114. package/dist/tools/item/item-list.d.ts.map +1 -1
  115. package/dist/tools/item/item-single.d.ts +9 -55
  116. package/dist/tools/item/item-single.d.ts.map +1 -1
  117. package/dist/tools/item/item-update.d.ts +15 -89
  118. package/dist/tools/item/item-update.d.ts.map +1 -1
  119. package/dist/tools/item/schemas.d.ts +53 -325
  120. package/dist/tools/item/schemas.d.ts.map +1 -1
  121. package/dist/tools/journal-entry/journalentry-create.d.ts +4 -74
  122. package/dist/tools/journal-entry/journalentry-create.d.ts.map +1 -1
  123. package/dist/tools/journal-entry/schemas.d.ts +7 -123
  124. package/dist/tools/journal-entry/schemas.d.ts.map +1 -1
  125. package/dist/tools/journal-entry-account/journalentryaccount-list.d.ts +13 -147
  126. package/dist/tools/journal-entry-account/journalentryaccount-list.d.ts.map +1 -1
  127. package/dist/tools/journal-entry-account/schemas.d.ts +19 -263
  128. package/dist/tools/journal-entry-account/schemas.d.ts.map +1 -1
  129. package/dist/tools/other-income/otherincome-create.d.ts +43 -107
  130. package/dist/tools/other-income/otherincome-create.d.ts.map +1 -1
  131. package/dist/tools/other-income/otherincome-delete.d.ts +2 -18
  132. package/dist/tools/other-income/otherincome-delete.d.ts.map +1 -1
  133. package/dist/tools/other-income/otherincome-list.d.ts +25 -140
  134. package/dist/tools/other-income/otherincome-list.d.ts.map +1 -1
  135. package/dist/tools/other-income/otherincome-single.d.ts +23 -64
  136. package/dist/tools/other-income/otherincome-single.d.ts.map +1 -1
  137. package/dist/tools/other-income/otherincome-update.d.ts +43 -109
  138. package/dist/tools/other-income/otherincome-update.d.ts.map +1 -1
  139. package/dist/tools/other-income/schemas.d.ts +132 -382
  140. package/dist/tools/other-income/schemas.d.ts.map +1 -1
  141. package/dist/tools/payment/payment-create.d.ts +33 -81
  142. package/dist/tools/payment/payment-create.d.ts.map +1 -1
  143. package/dist/tools/payment/payment-delete.d.ts +2 -18
  144. package/dist/tools/payment/payment-delete.d.ts.map +1 -1
  145. package/dist/tools/payment/payment-list.d.ts +20 -135
  146. package/dist/tools/payment/payment-list.d.ts.map +1 -1
  147. package/dist/tools/payment/payment-single.d.ts +18 -57
  148. package/dist/tools/payment/payment-single.d.ts.map +1 -1
  149. package/dist/tools/payment/payment-update.d.ts +33 -79
  150. package/dist/tools/payment/payment-update.d.ts.map +1 -1
  151. package/dist/tools/payment/schemas.d.ts +103 -321
  152. package/dist/tools/payment/schemas.d.ts.map +1 -1
  153. package/dist/tools/payment-options/paymentoptions-create.d.ts +11 -55
  154. package/dist/tools/payment-options/paymentoptions-create.d.ts.map +1 -1
  155. package/dist/tools/payment-options/paymentoptions-default.d.ts +2 -18
  156. package/dist/tools/payment-options/paymentoptions-default.d.ts.map +1 -1
  157. package/dist/tools/payment-options/paymentoptions-single.d.ts +11 -45
  158. package/dist/tools/payment-options/paymentoptions-single.d.ts.map +1 -1
  159. package/dist/tools/payment-options/schemas.d.ts +25 -125
  160. package/dist/tools/payment-options/schemas.d.ts.map +1 -1
  161. package/dist/tools/project/project-create.d.ts +28 -86
  162. package/dist/tools/project/project-create.d.ts.map +1 -1
  163. package/dist/tools/project/project-delete.d.ts +2 -18
  164. package/dist/tools/project/project-delete.d.ts.map +1 -1
  165. package/dist/tools/project/project-list.d.ts +34 -167
  166. package/dist/tools/project/project-list.d.ts.map +1 -1
  167. package/dist/tools/project/project-single.d.ts +23 -67
  168. package/dist/tools/project/project-single.d.ts.map +1 -1
  169. package/dist/tools/project/project-update.d.ts +28 -92
  170. package/dist/tools/project/project-update.d.ts.map +1 -1
  171. package/dist/tools/project/schemas.d.ts +130 -402
  172. package/dist/tools/project/schemas.d.ts.map +1 -1
  173. package/dist/tools/report/report-payments-collected.d.ts +5 -82
  174. package/dist/tools/report/report-payments-collected.d.ts.map +1 -1
  175. package/dist/tools/report/report-profit-loss.d.ts +8 -101
  176. package/dist/tools/report/report-profit-loss.d.ts.map +1 -1
  177. package/dist/tools/report/report-tax-summary.d.ts +7 -116
  178. package/dist/tools/report/report-tax-summary.d.ts.map +1 -1
  179. package/dist/tools/report/schemas.d.ts +47 -678
  180. package/dist/tools/report/schemas.d.ts.map +1 -1
  181. package/dist/tools/service/schemas.d.ts +10 -102
  182. package/dist/tools/service/schemas.d.ts.map +1 -1
  183. package/dist/tools/service/service-create.d.ts +2 -18
  184. package/dist/tools/service/service-create.d.ts.map +1 -1
  185. package/dist/tools/service/service-list.d.ts +8 -76
  186. package/dist/tools/service/service-list.d.ts.map +1 -1
  187. package/dist/tools/service/service-rate-get.d.ts +4 -28
  188. package/dist/tools/service/service-rate-get.d.ts.map +1 -1
  189. package/dist/tools/service/service-rate-set.d.ts +4 -36
  190. package/dist/tools/service/service-rate-set.d.ts.map +1 -1
  191. package/dist/tools/service/service-single.d.ts +2 -14
  192. package/dist/tools/service/service-single.d.ts.map +1 -1
  193. package/dist/tools/task/schemas.d.ts +16 -216
  194. package/dist/tools/task/schemas.d.ts.map +1 -1
  195. package/dist/tools/task/task-create.d.ts +5 -64
  196. package/dist/tools/task/task-create.d.ts.map +1 -1
  197. package/dist/tools/task/task-delete.d.ts +2 -19
  198. package/dist/tools/task/task-delete.d.ts.map +1 -1
  199. package/dist/tools/task/task-list.d.ts +7 -113
  200. package/dist/tools/task/task-list.d.ts.map +1 -1
  201. package/dist/tools/task/task-single.d.ts +4 -45
  202. package/dist/tools/task/task-single.d.ts.map +1 -1
  203. package/dist/tools/task/task-update.d.ts +6 -69
  204. package/dist/tools/task/task-update.d.ts.map +1 -1
  205. package/dist/tools/time-entry/schemas.d.ts +50 -404
  206. package/dist/tools/time-entry/schemas.d.ts.map +1 -1
  207. package/dist/tools/time-entry/timeentry-create.d.ts +3 -85
  208. package/dist/tools/time-entry/timeentry-create.d.ts.map +1 -1
  209. package/dist/tools/time-entry/timeentry-delete.d.ts +2 -20
  210. package/dist/tools/time-entry/timeentry-delete.d.ts.map +1 -1
  211. package/dist/tools/time-entry/timeentry-list.d.ts +22 -172
  212. package/dist/tools/time-entry/timeentry-list.d.ts.map +1 -1
  213. package/dist/tools/time-entry/timeentry-single.d.ts +3 -63
  214. package/dist/tools/time-entry/timeentry-single.d.ts.map +1 -1
  215. package/dist/tools/time-entry/timeentry-update.d.ts +3 -87
  216. package/dist/tools/time-entry/timeentry-update.d.ts.map +1 -1
  217. package/dist/tools/timer/schemas.d.ts +16 -351
  218. package/dist/tools/timer/schemas.d.ts.map +1 -1
  219. package/dist/tools/timer/timer-current.d.ts +4 -116
  220. package/dist/tools/timer/timer-current.d.ts.map +1 -1
  221. package/dist/tools/timer/timer-discard.d.ts +2 -23
  222. package/dist/tools/timer/timer-discard.d.ts.map +1 -1
  223. package/dist/tools/timer/timer-start.d.ts +3 -76
  224. package/dist/tools/timer/timer-start.d.ts.map +1 -1
  225. package/dist/tools/timer/timer-stop.d.ts +3 -68
  226. package/dist/tools/timer/timer-stop.d.ts.map +1 -1
  227. package/dist/tools/user/schemas.d.ts +12 -190
  228. package/dist/tools/user/schemas.d.ts.map +1 -1
  229. package/dist/tools/user/user-me.d.ts +6 -90
  230. package/dist/tools/user/user-me.d.ts.map +1 -1
  231. package/dist/utils/pagination.d.ts +1 -7
  232. package/dist/utils/pagination.d.ts.map +1 -1
  233. package/package.json +4 -4
@@ -7,7 +7,12 @@ import { z } from 'zod';
7
7
  /**
8
8
  * Expense status enum
9
9
  */
10
- export declare const ExpenseStatusEnum: z.ZodEnum<["outstanding", "invoiced", "partial", "paid"]>;
10
+ export declare const ExpenseStatusEnum: z.ZodEnum<{
11
+ partial: "partial";
12
+ outstanding: "outstanding";
13
+ paid: "paid";
14
+ invoiced: "invoiced";
15
+ }>;
11
16
  /**
12
17
  * Full Expense schema with all properties
13
18
  */
@@ -20,19 +25,18 @@ export declare const ExpenseSchema: z.ZodObject<{
20
25
  amount: z.ZodObject<{
21
26
  amount: z.ZodString;
22
27
  code: z.ZodString;
23
- }, "strip", z.ZodTypeAny, {
24
- code: string;
25
- amount: string;
26
- }, {
27
- code: string;
28
- amount: string;
29
- }>;
28
+ }, z.core.$strip>;
30
29
  vendor: z.ZodNullable<z.ZodString>;
31
30
  notes: z.ZodString;
32
31
  clientId: z.ZodOptional<z.ZodNumber>;
33
32
  projectId: z.ZodOptional<z.ZodNumber>;
34
33
  invoiceId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
35
- status: z.ZodOptional<z.ZodEnum<["outstanding", "invoiced", "partial", "paid"]>>;
34
+ status: z.ZodOptional<z.ZodEnum<{
35
+ partial: "partial";
36
+ outstanding: "outstanding";
37
+ paid: "paid";
38
+ invoiced: "invoiced";
39
+ }>>;
36
40
  hasReceipt: z.ZodOptional<z.ZodBoolean>;
37
41
  markupPercent: z.ZodOptional<z.ZodNumber>;
38
42
  taxName1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -40,92 +44,16 @@ export declare const ExpenseSchema: z.ZodObject<{
40
44
  taxAmount1: z.ZodOptional<z.ZodNullable<z.ZodObject<{
41
45
  amount: z.ZodString;
42
46
  code: z.ZodString;
43
- }, "strip", z.ZodTypeAny, {
44
- code: string;
45
- amount: string;
46
- }, {
47
- code: string;
48
- amount: string;
49
- }>>>;
47
+ }, z.core.$strip>>>;
50
48
  taxName2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
49
  taxPercent2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
50
  taxAmount2: z.ZodOptional<z.ZodNullable<z.ZodObject<{
53
51
  amount: z.ZodString;
54
52
  code: z.ZodString;
55
- }, "strip", z.ZodTypeAny, {
56
- code: string;
57
- amount: string;
58
- }, {
59
- code: string;
60
- amount: string;
61
- }>>>;
62
- visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
53
+ }, z.core.$strip>>>;
54
+ visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
63
55
  updated: z.ZodOptional<z.ZodString>;
64
- }, "strip", z.ZodTypeAny, {
65
- date: string;
66
- amount: {
67
- code: string;
68
- amount: string;
69
- };
70
- id: number;
71
- notes: string;
72
- categoryId: number;
73
- staffId: number;
74
- vendor: string | null;
75
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
76
- clientId?: number | undefined;
77
- projectId?: number | undefined;
78
- visState?: 0 | 1 | 2 | undefined;
79
- updated?: string | undefined;
80
- taxName1?: string | null | undefined;
81
- taxAmount1?: {
82
- code: string;
83
- amount: string;
84
- } | null | undefined;
85
- taxName2?: string | null | undefined;
86
- taxAmount2?: {
87
- code: string;
88
- amount: string;
89
- } | null | undefined;
90
- invoiceId?: number | null | undefined;
91
- expenseId?: number | undefined;
92
- hasReceipt?: boolean | undefined;
93
- markupPercent?: number | undefined;
94
- taxPercent1?: string | null | undefined;
95
- taxPercent2?: string | null | undefined;
96
- }, {
97
- date: string;
98
- amount: {
99
- code: string;
100
- amount: string;
101
- };
102
- id: number;
103
- notes: string;
104
- categoryId: number;
105
- staffId: number;
106
- vendor: string | null;
107
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
108
- clientId?: number | undefined;
109
- projectId?: number | undefined;
110
- visState?: 0 | 1 | 2 | undefined;
111
- updated?: string | undefined;
112
- taxName1?: string | null | undefined;
113
- taxAmount1?: {
114
- code: string;
115
- amount: string;
116
- } | null | undefined;
117
- taxName2?: string | null | undefined;
118
- taxAmount2?: {
119
- code: string;
120
- amount: string;
121
- } | null | undefined;
122
- invoiceId?: number | null | undefined;
123
- expenseId?: number | undefined;
124
- hasReceipt?: boolean | undefined;
125
- markupPercent?: number | undefined;
126
- taxPercent1?: string | null | undefined;
127
- taxPercent2?: string | null | undefined;
128
- }>;
56
+ }, z.core.$strip>;
129
57
  /**
130
58
  * Input schema for creating an expense
131
59
  */
@@ -137,13 +65,7 @@ export declare const ExpenseCreateInputSchema: z.ZodObject<{
137
65
  amount: z.ZodObject<{
138
66
  amount: z.ZodString;
139
67
  code: z.ZodString;
140
- }, "strip", z.ZodTypeAny, {
141
- code: string;
142
- amount: string;
143
- }, {
144
- code: string;
145
- amount: string;
146
- }>;
68
+ }, z.core.$strip>;
147
69
  vendor: z.ZodOptional<z.ZodString>;
148
70
  notes: z.ZodOptional<z.ZodString>;
149
71
  clientId: z.ZodOptional<z.ZodNumber>;
@@ -153,43 +75,7 @@ export declare const ExpenseCreateInputSchema: z.ZodObject<{
153
75
  taxPercent1: z.ZodOptional<z.ZodString>;
154
76
  taxName2: z.ZodOptional<z.ZodString>;
155
77
  taxPercent2: z.ZodOptional<z.ZodString>;
156
- }, "strip", z.ZodTypeAny, {
157
- accountId: string;
158
- date: string;
159
- amount: {
160
- code: string;
161
- amount: string;
162
- };
163
- categoryId: number;
164
- staffId: number;
165
- clientId?: number | undefined;
166
- projectId?: number | undefined;
167
- taxName1?: string | undefined;
168
- taxName2?: string | undefined;
169
- notes?: string | undefined;
170
- vendor?: string | undefined;
171
- markupPercent?: number | undefined;
172
- taxPercent1?: string | undefined;
173
- taxPercent2?: string | undefined;
174
- }, {
175
- accountId: string;
176
- date: string;
177
- amount: {
178
- code: string;
179
- amount: string;
180
- };
181
- categoryId: number;
182
- staffId: number;
183
- clientId?: number | undefined;
184
- projectId?: number | undefined;
185
- taxName1?: string | undefined;
186
- taxName2?: string | undefined;
187
- notes?: string | undefined;
188
- vendor?: string | undefined;
189
- markupPercent?: number | undefined;
190
- taxPercent1?: string | undefined;
191
- taxPercent2?: string | undefined;
192
- }>;
78
+ }, z.core.$strip>;
193
79
  /**
194
80
  * Input schema for updating an expense
195
81
  */
@@ -201,13 +87,7 @@ export declare const ExpenseUpdateInputSchema: z.ZodObject<{
201
87
  amount: z.ZodOptional<z.ZodObject<{
202
88
  amount: z.ZodString;
203
89
  code: z.ZodString;
204
- }, "strip", z.ZodTypeAny, {
205
- code: string;
206
- amount: string;
207
- }, {
208
- code: string;
209
- amount: string;
210
- }>>;
90
+ }, z.core.$strip>>;
211
91
  vendor: z.ZodOptional<z.ZodString>;
212
92
  notes: z.ZodOptional<z.ZodString>;
213
93
  clientId: z.ZodOptional<z.ZodNumber>;
@@ -217,46 +97,8 @@ export declare const ExpenseUpdateInputSchema: z.ZodObject<{
217
97
  taxPercent1: z.ZodOptional<z.ZodString>;
218
98
  taxName2: z.ZodOptional<z.ZodString>;
219
99
  taxPercent2: z.ZodOptional<z.ZodString>;
220
- visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
221
- }, "strip", z.ZodTypeAny, {
222
- accountId: string;
223
- expenseId: number;
224
- date?: string | undefined;
225
- amount?: {
226
- code: string;
227
- amount: string;
228
- } | undefined;
229
- clientId?: number | undefined;
230
- projectId?: number | undefined;
231
- visState?: 0 | 1 | 2 | undefined;
232
- taxName1?: string | undefined;
233
- taxName2?: string | undefined;
234
- notes?: string | undefined;
235
- categoryId?: number | undefined;
236
- vendor?: string | undefined;
237
- markupPercent?: number | undefined;
238
- taxPercent1?: string | undefined;
239
- taxPercent2?: string | undefined;
240
- }, {
241
- accountId: string;
242
- expenseId: number;
243
- date?: string | undefined;
244
- amount?: {
245
- code: string;
246
- amount: string;
247
- } | undefined;
248
- clientId?: number | undefined;
249
- projectId?: number | undefined;
250
- visState?: 0 | 1 | 2 | undefined;
251
- taxName1?: string | undefined;
252
- taxName2?: string | undefined;
253
- notes?: string | undefined;
254
- categoryId?: number | undefined;
255
- vendor?: string | undefined;
256
- markupPercent?: number | undefined;
257
- taxPercent1?: string | undefined;
258
- taxPercent2?: string | undefined;
259
- }>;
100
+ visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
101
+ }, z.core.$strip>;
260
102
  /**
261
103
  * Input schema for listing expenses
262
104
  */
@@ -267,43 +109,22 @@ export declare const ExpenseListInputSchema: z.ZodObject<{
267
109
  clientId: z.ZodOptional<z.ZodNumber>;
268
110
  projectId: z.ZodOptional<z.ZodNumber>;
269
111
  categoryId: z.ZodOptional<z.ZodNumber>;
270
- status: z.ZodOptional<z.ZodEnum<["outstanding", "invoiced", "partial", "paid"]>>;
112
+ status: z.ZodOptional<z.ZodEnum<{
113
+ partial: "partial";
114
+ outstanding: "outstanding";
115
+ paid: "paid";
116
+ invoiced: "invoiced";
117
+ }>>;
271
118
  dateMin: z.ZodOptional<z.ZodString>;
272
119
  dateMax: z.ZodOptional<z.ZodString>;
273
- }, "strip", z.ZodTypeAny, {
274
- accountId: string;
275
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
276
- page?: number | undefined;
277
- perPage?: number | undefined;
278
- clientId?: number | undefined;
279
- projectId?: number | undefined;
280
- dateMin?: string | undefined;
281
- dateMax?: string | undefined;
282
- categoryId?: number | undefined;
283
- }, {
284
- accountId: string;
285
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
286
- page?: number | undefined;
287
- perPage?: number | undefined;
288
- clientId?: number | undefined;
289
- projectId?: number | undefined;
290
- dateMin?: string | undefined;
291
- dateMax?: string | undefined;
292
- categoryId?: number | undefined;
293
- }>;
120
+ }, z.core.$strip>;
294
121
  /**
295
122
  * Input schema for getting a single expense
296
123
  */
297
124
  export declare const ExpenseSingleInputSchema: z.ZodObject<{
298
125
  accountId: z.ZodString;
299
126
  expenseId: z.ZodNumber;
300
- }, "strip", z.ZodTypeAny, {
301
- accountId: string;
302
- expenseId: number;
303
- }, {
304
- accountId: string;
305
- expenseId: number;
306
- }>;
127
+ }, z.core.$strip>;
307
128
  /**
308
129
  * Input schema for deleting an expense
309
130
  */
@@ -312,17 +133,7 @@ export declare const ExpenseDeleteInputSchema: z.ZodObject<{
312
133
  expenseId: z.ZodNumber;
313
134
  confirmed: z.ZodOptional<z.ZodBoolean>;
314
135
  confirmationId: z.ZodOptional<z.ZodString>;
315
- }, "strip", z.ZodTypeAny, {
316
- accountId: string;
317
- expenseId: number;
318
- confirmed?: boolean | undefined;
319
- confirmationId?: string | undefined;
320
- }, {
321
- accountId: string;
322
- expenseId: number;
323
- confirmed?: boolean | undefined;
324
- confirmationId?: string | undefined;
325
- }>;
136
+ }, z.core.$strip>;
326
137
  /**
327
138
  * Output schema for expense list
328
139
  */
@@ -336,19 +147,18 @@ export declare const ExpenseListOutputSchema: z.ZodObject<{
336
147
  amount: z.ZodObject<{
337
148
  amount: z.ZodString;
338
149
  code: z.ZodString;
339
- }, "strip", z.ZodTypeAny, {
340
- code: string;
341
- amount: string;
342
- }, {
343
- code: string;
344
- amount: string;
345
- }>;
150
+ }, z.core.$strip>;
346
151
  vendor: z.ZodNullable<z.ZodString>;
347
152
  notes: z.ZodString;
348
153
  clientId: z.ZodOptional<z.ZodNumber>;
349
154
  projectId: z.ZodOptional<z.ZodNumber>;
350
155
  invoiceId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
351
- status: z.ZodOptional<z.ZodEnum<["outstanding", "invoiced", "partial", "paid"]>>;
156
+ status: z.ZodOptional<z.ZodEnum<{
157
+ partial: "partial";
158
+ outstanding: "outstanding";
159
+ paid: "paid";
160
+ invoiced: "invoiced";
161
+ }>>;
352
162
  hasReceipt: z.ZodOptional<z.ZodBoolean>;
353
163
  markupPercent: z.ZodOptional<z.ZodNumber>;
354
164
  taxName1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -356,189 +166,23 @@ export declare const ExpenseListOutputSchema: z.ZodObject<{
356
166
  taxAmount1: z.ZodOptional<z.ZodNullable<z.ZodObject<{
357
167
  amount: z.ZodString;
358
168
  code: z.ZodString;
359
- }, "strip", z.ZodTypeAny, {
360
- code: string;
361
- amount: string;
362
- }, {
363
- code: string;
364
- amount: string;
365
- }>>>;
169
+ }, z.core.$strip>>>;
366
170
  taxName2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
367
171
  taxPercent2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
368
172
  taxAmount2: z.ZodOptional<z.ZodNullable<z.ZodObject<{
369
173
  amount: z.ZodString;
370
174
  code: z.ZodString;
371
- }, "strip", z.ZodTypeAny, {
372
- code: string;
373
- amount: string;
374
- }, {
375
- code: string;
376
- amount: string;
377
- }>>>;
378
- visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
175
+ }, z.core.$strip>>>;
176
+ visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
379
177
  updated: z.ZodOptional<z.ZodString>;
380
- }, "strip", z.ZodTypeAny, {
381
- date: string;
382
- amount: {
383
- code: string;
384
- amount: string;
385
- };
386
- id: number;
387
- notes: string;
388
- categoryId: number;
389
- staffId: number;
390
- vendor: string | null;
391
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
392
- clientId?: number | undefined;
393
- projectId?: number | undefined;
394
- visState?: 0 | 1 | 2 | undefined;
395
- updated?: string | undefined;
396
- taxName1?: string | null | undefined;
397
- taxAmount1?: {
398
- code: string;
399
- amount: string;
400
- } | null | undefined;
401
- taxName2?: string | null | undefined;
402
- taxAmount2?: {
403
- code: string;
404
- amount: string;
405
- } | null | undefined;
406
- invoiceId?: number | null | undefined;
407
- expenseId?: number | undefined;
408
- hasReceipt?: boolean | undefined;
409
- markupPercent?: number | undefined;
410
- taxPercent1?: string | null | undefined;
411
- taxPercent2?: string | null | undefined;
412
- }, {
413
- date: string;
414
- amount: {
415
- code: string;
416
- amount: string;
417
- };
418
- id: number;
419
- notes: string;
420
- categoryId: number;
421
- staffId: number;
422
- vendor: string | null;
423
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
424
- clientId?: number | undefined;
425
- projectId?: number | undefined;
426
- visState?: 0 | 1 | 2 | undefined;
427
- updated?: string | undefined;
428
- taxName1?: string | null | undefined;
429
- taxAmount1?: {
430
- code: string;
431
- amount: string;
432
- } | null | undefined;
433
- taxName2?: string | null | undefined;
434
- taxAmount2?: {
435
- code: string;
436
- amount: string;
437
- } | null | undefined;
438
- invoiceId?: number | null | undefined;
439
- expenseId?: number | undefined;
440
- hasReceipt?: boolean | undefined;
441
- markupPercent?: number | undefined;
442
- taxPercent1?: string | null | undefined;
443
- taxPercent2?: string | null | undefined;
444
- }>, "many">;
178
+ }, z.core.$strip>>;
445
179
  pagination: z.ZodObject<{
446
180
  page: z.ZodNumber;
447
181
  pages: z.ZodNumber;
448
182
  perPage: z.ZodNumber;
449
183
  total: z.ZodNumber;
450
- }, "strip", z.ZodTypeAny, {
451
- page: number;
452
- perPage: number;
453
- pages: number;
454
- total: number;
455
- }, {
456
- page: number;
457
- perPage: number;
458
- pages: number;
459
- total: number;
460
- }>;
461
- }, "strip", z.ZodTypeAny, {
462
- pagination: {
463
- page: number;
464
- perPage: number;
465
- pages: number;
466
- total: number;
467
- };
468
- expenses: {
469
- date: string;
470
- amount: {
471
- code: string;
472
- amount: string;
473
- };
474
- id: number;
475
- notes: string;
476
- categoryId: number;
477
- staffId: number;
478
- vendor: string | null;
479
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
480
- clientId?: number | undefined;
481
- projectId?: number | undefined;
482
- visState?: 0 | 1 | 2 | undefined;
483
- updated?: string | undefined;
484
- taxName1?: string | null | undefined;
485
- taxAmount1?: {
486
- code: string;
487
- amount: string;
488
- } | null | undefined;
489
- taxName2?: string | null | undefined;
490
- taxAmount2?: {
491
- code: string;
492
- amount: string;
493
- } | null | undefined;
494
- invoiceId?: number | null | undefined;
495
- expenseId?: number | undefined;
496
- hasReceipt?: boolean | undefined;
497
- markupPercent?: number | undefined;
498
- taxPercent1?: string | null | undefined;
499
- taxPercent2?: string | null | undefined;
500
- }[];
501
- }, {
502
- pagination: {
503
- page: number;
504
- perPage: number;
505
- pages: number;
506
- total: number;
507
- };
508
- expenses: {
509
- date: string;
510
- amount: {
511
- code: string;
512
- amount: string;
513
- };
514
- id: number;
515
- notes: string;
516
- categoryId: number;
517
- staffId: number;
518
- vendor: string | null;
519
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
520
- clientId?: number | undefined;
521
- projectId?: number | undefined;
522
- visState?: 0 | 1 | 2 | undefined;
523
- updated?: string | undefined;
524
- taxName1?: string | null | undefined;
525
- taxAmount1?: {
526
- code: string;
527
- amount: string;
528
- } | null | undefined;
529
- taxName2?: string | null | undefined;
530
- taxAmount2?: {
531
- code: string;
532
- amount: string;
533
- } | null | undefined;
534
- invoiceId?: number | null | undefined;
535
- expenseId?: number | undefined;
536
- hasReceipt?: boolean | undefined;
537
- markupPercent?: number | undefined;
538
- taxPercent1?: string | null | undefined;
539
- taxPercent2?: string | null | undefined;
540
- }[];
541
- }>;
184
+ }, z.core.$strip>;
185
+ }, z.core.$strip>;
542
186
  /**
543
187
  * Output schema for single expense operations
544
188
  */
@@ -551,19 +195,18 @@ export declare const ExpenseSingleOutputSchema: z.ZodObject<{
551
195
  amount: z.ZodObject<{
552
196
  amount: z.ZodString;
553
197
  code: z.ZodString;
554
- }, "strip", z.ZodTypeAny, {
555
- code: string;
556
- amount: string;
557
- }, {
558
- code: string;
559
- amount: string;
560
- }>;
198
+ }, z.core.$strip>;
561
199
  vendor: z.ZodNullable<z.ZodString>;
562
200
  notes: z.ZodString;
563
201
  clientId: z.ZodOptional<z.ZodNumber>;
564
202
  projectId: z.ZodOptional<z.ZodNumber>;
565
203
  invoiceId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
566
- status: z.ZodOptional<z.ZodEnum<["outstanding", "invoiced", "partial", "paid"]>>;
204
+ status: z.ZodOptional<z.ZodEnum<{
205
+ partial: "partial";
206
+ outstanding: "outstanding";
207
+ paid: "paid";
208
+ invoiced: "invoiced";
209
+ }>>;
567
210
  hasReceipt: z.ZodOptional<z.ZodBoolean>;
568
211
  markupPercent: z.ZodOptional<z.ZodNumber>;
569
212
  taxName1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -571,103 +214,21 @@ export declare const ExpenseSingleOutputSchema: z.ZodObject<{
571
214
  taxAmount1: z.ZodOptional<z.ZodNullable<z.ZodObject<{
572
215
  amount: z.ZodString;
573
216
  code: z.ZodString;
574
- }, "strip", z.ZodTypeAny, {
575
- code: string;
576
- amount: string;
577
- }, {
578
- code: string;
579
- amount: string;
580
- }>>>;
217
+ }, z.core.$strip>>>;
581
218
  taxName2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
582
219
  taxPercent2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
583
220
  taxAmount2: z.ZodOptional<z.ZodNullable<z.ZodObject<{
584
221
  amount: z.ZodString;
585
222
  code: z.ZodString;
586
- }, "strip", z.ZodTypeAny, {
587
- code: string;
588
- amount: string;
589
- }, {
590
- code: string;
591
- amount: string;
592
- }>>>;
593
- visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
223
+ }, z.core.$strip>>>;
224
+ visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
594
225
  updated: z.ZodOptional<z.ZodString>;
595
- }, "strip", z.ZodTypeAny, {
596
- date: string;
597
- amount: {
598
- code: string;
599
- amount: string;
600
- };
601
- id: number;
602
- notes: string;
603
- categoryId: number;
604
- staffId: number;
605
- vendor: string | null;
606
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
607
- clientId?: number | undefined;
608
- projectId?: number | undefined;
609
- visState?: 0 | 1 | 2 | undefined;
610
- updated?: string | undefined;
611
- taxName1?: string | null | undefined;
612
- taxAmount1?: {
613
- code: string;
614
- amount: string;
615
- } | null | undefined;
616
- taxName2?: string | null | undefined;
617
- taxAmount2?: {
618
- code: string;
619
- amount: string;
620
- } | null | undefined;
621
- invoiceId?: number | null | undefined;
622
- expenseId?: number | undefined;
623
- hasReceipt?: boolean | undefined;
624
- markupPercent?: number | undefined;
625
- taxPercent1?: string | null | undefined;
626
- taxPercent2?: string | null | undefined;
627
- }, {
628
- date: string;
629
- amount: {
630
- code: string;
631
- amount: string;
632
- };
633
- id: number;
634
- notes: string;
635
- categoryId: number;
636
- staffId: number;
637
- vendor: string | null;
638
- status?: "partial" | "outstanding" | "paid" | "invoiced" | undefined;
639
- clientId?: number | undefined;
640
- projectId?: number | undefined;
641
- visState?: 0 | 1 | 2 | undefined;
642
- updated?: string | undefined;
643
- taxName1?: string | null | undefined;
644
- taxAmount1?: {
645
- code: string;
646
- amount: string;
647
- } | null | undefined;
648
- taxName2?: string | null | undefined;
649
- taxAmount2?: {
650
- code: string;
651
- amount: string;
652
- } | null | undefined;
653
- invoiceId?: number | null | undefined;
654
- expenseId?: number | undefined;
655
- hasReceipt?: boolean | undefined;
656
- markupPercent?: number | undefined;
657
- taxPercent1?: string | null | undefined;
658
- taxPercent2?: string | null | undefined;
659
- }>;
226
+ }, z.core.$strip>;
660
227
  /**
661
228
  * Output schema for expense deletion
662
229
  */
663
230
  export declare const ExpenseDeleteOutputSchema: z.ZodObject<{
664
231
  success: z.ZodBoolean;
665
232
  expenseId: z.ZodNumber;
666
- }, "strip", z.ZodTypeAny, {
667
- success: boolean;
668
- expenseId: number;
669
- }, {
670
- success: boolean;
671
- expenseId: number;
672
- }>;
233
+ }, z.core.$strip>;
673
234
  //# sourceMappingURL=schemas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/tools/expense/schemas.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,eAAO,MAAM,iBAAiB,2DAK5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;EAKnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;EAGpC,CAAC"}
1
+ {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/tools/expense/schemas.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;EAK5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuBxB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;iBAkBnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;iBAmBnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;iBAiBjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;iBAKnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAgB,CAAC;AAEvD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;iBAGpC,CAAC"}