@goodsamsoftware/freshbooks-mcp 1.0.10 → 1.0.12
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.
- package/dist/tools/base-tool.d.ts +20 -54
- package/dist/tools/base-tool.d.ts.map +1 -1
- package/dist/tools/bill/bill-archive.d.ts +2 -14
- package/dist/tools/bill/bill-archive.d.ts.map +1 -1
- package/dist/tools/bill/bill-create.d.ts +16 -125
- package/dist/tools/bill/bill-create.d.ts.map +1 -1
- package/dist/tools/bill/bill-delete.d.ts +2 -18
- package/dist/tools/bill/bill-delete.d.ts.map +1 -1
- package/dist/tools/bill/bill-list.d.ts +22 -194
- package/dist/tools/bill/bill-list.d.ts.map +1 -1
- package/dist/tools/bill/bill-single.d.ts +14 -97
- package/dist/tools/bill/bill-single.d.ts.map +1 -1
- package/dist/tools/bill/schemas.d.ts +63 -460
- package/dist/tools/bill/schemas.d.ts.map +1 -1
- package/dist/tools/bill-payment/billpayment-create.d.ts +18 -62
- package/dist/tools/bill-payment/billpayment-create.d.ts.map +1 -1
- package/dist/tools/bill-payment/billpayment-delete.d.ts +2 -18
- package/dist/tools/bill-payment/billpayment-delete.d.ts.map +1 -1
- package/dist/tools/bill-payment/billpayment-list.d.ts +12 -103
- package/dist/tools/bill-payment/billpayment-list.d.ts.map +1 -1
- package/dist/tools/bill-payment/billpayment-single.d.ts +10 -41
- package/dist/tools/bill-payment/billpayment-single.d.ts.map +1 -1
- package/dist/tools/bill-payment/billpayment-update.d.ts +18 -62
- package/dist/tools/bill-payment/billpayment-update.d.ts.map +1 -1
- package/dist/tools/bill-payment/schemas.d.ts +60 -264
- package/dist/tools/bill-payment/schemas.d.ts.map +1 -1
- package/dist/tools/bill-vendor/billvendor-create.d.ts +3 -81
- package/dist/tools/bill-vendor/billvendor-create.d.ts.map +1 -1
- package/dist/tools/bill-vendor/billvendor-delete.d.ts +2 -18
- package/dist/tools/bill-vendor/billvendor-delete.d.ts.map +1 -1
- package/dist/tools/bill-vendor/billvendor-list.d.ts +5 -127
- package/dist/tools/bill-vendor/billvendor-list.d.ts.map +1 -1
- package/dist/tools/bill-vendor/billvendor-single.d.ts +3 -51
- package/dist/tools/bill-vendor/billvendor-single.d.ts.map +1 -1
- package/dist/tools/bill-vendor/billvendor-update.d.ts +3 -83
- package/dist/tools/bill-vendor/billvendor-update.d.ts.map +1 -1
- package/dist/tools/bill-vendor/schemas.d.ts +15 -327
- package/dist/tools/bill-vendor/schemas.d.ts.map +1 -1
- package/dist/tools/callback/callback-create.d.ts +2 -24
- package/dist/tools/callback/callback-create.d.ts.map +1 -1
- package/dist/tools/callback/callback-delete.d.ts +2 -18
- package/dist/tools/callback/callback-delete.d.ts.map +1 -1
- package/dist/tools/callback/callback-list.d.ts +4 -66
- package/dist/tools/callback/callback-list.d.ts.map +1 -1
- package/dist/tools/callback/callback-resend-verification.d.ts +2 -22
- package/dist/tools/callback/callback-resend-verification.d.ts.map +1 -1
- package/dist/tools/callback/callback-single.d.ts +2 -22
- package/dist/tools/callback/callback-single.d.ts.map +1 -1
- package/dist/tools/callback/callback-update.d.ts +2 -26
- package/dist/tools/callback/callback-update.d.ts.map +1 -1
- package/dist/tools/callback/callback-verify.d.ts +2 -18
- package/dist/tools/callback/callback-verify.d.ts.map +1 -1
- package/dist/tools/callback/schemas.d.ts +15 -177
- package/dist/tools/callback/schemas.d.ts.map +1 -1
- package/dist/tools/client/client-create.d.ts +3 -129
- package/dist/tools/client/client-create.d.ts.map +1 -1
- package/dist/tools/client/client-delete.d.ts +2 -18
- package/dist/tools/client/client-delete.d.ts.map +1 -1
- package/dist/tools/client/client-list.d.ts +21 -197
- package/dist/tools/client/client-list.d.ts.map +1 -1
- package/dist/tools/client/client-single.d.ts +3 -77
- package/dist/tools/client/client-single.d.ts.map +1 -1
- package/dist/tools/client/client-update.d.ts +4 -134
- package/dist/tools/client/client-update.d.ts.map +1 -1
- package/dist/tools/client/schemas.d.ts +50 -512
- package/dist/tools/client/schemas.d.ts.map +1 -1
- package/dist/tools/credit-note/creditnote-create.d.ts +18 -367
- package/dist/tools/credit-note/creditnote-create.d.ts.map +1 -1
- package/dist/tools/credit-note/creditnote-delete.d.ts +2 -18
- package/dist/tools/credit-note/creditnote-delete.d.ts.map +1 -1
- package/dist/tools/credit-note/creditnote-list.d.ts +24 -552
- package/dist/tools/credit-note/creditnote-list.d.ts.map +1 -1
- package/dist/tools/credit-note/creditnote-single.d.ts +14 -291
- package/dist/tools/credit-note/creditnote-single.d.ts.map +1 -1
- package/dist/tools/credit-note/creditnote-update.d.ts +18 -363
- package/dist/tools/credit-note/creditnote-update.d.ts.map +1 -1
- package/dist/tools/credit-note/schemas.d.ts +72 -1355
- package/dist/tools/credit-note/schemas.d.ts.map +1 -1
- package/dist/tools/expense/expense-create.d.ts +13 -132
- package/dist/tools/expense/expense-create.d.ts.map +1 -1
- package/dist/tools/expense/expense-delete.d.ts +2 -18
- package/dist/tools/expense/expense-delete.d.ts.map +1 -1
- package/dist/tools/expense/expense-list.d.ts +20 -202
- package/dist/tools/expense/expense-list.d.ts.map +1 -1
- package/dist/tools/expense/expense-single.d.ts +12 -95
- package/dist/tools/expense/expense-single.d.ts.map +1 -1
- package/dist/tools/expense/expense-update.d.ts +14 -135
- package/dist/tools/expense/expense-update.d.ts.map +1 -1
- package/dist/tools/expense/schemas.d.ts +56 -495
- package/dist/tools/expense/schemas.d.ts.map +1 -1
- package/dist/tools/expense-category/expensecategory-list.d.ts +5 -75
- package/dist/tools/expense-category/expensecategory-list.d.ts.map +1 -1
- package/dist/tools/expense-category/expensecategory-single.d.ts +3 -27
- package/dist/tools/expense-category/expensecategory-single.d.ts.map +1 -1
- package/dist/tools/expense-category/schemas.d.ts +10 -122
- package/dist/tools/expense-category/schemas.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-create.d.ts +30 -280
- package/dist/tools/invoice/invoice-create.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-delete.d.ts +2 -18
- package/dist/tools/invoice/invoice-delete.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-list.d.ts +62 -360
- package/dist/tools/invoice/invoice-list.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-share-link.d.ts +2 -14
- package/dist/tools/invoice/invoice-share-link.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-single.d.ts +27 -197
- package/dist/tools/invoice/invoice-single.d.ts.map +1 -1
- package/dist/tools/invoice/invoice-update.d.ts +42 -285
- package/dist/tools/invoice/invoice-update.d.ts.map +1 -1
- package/dist/tools/invoice/schemas.d.ts +183 -1090
- package/dist/tools/invoice/schemas.d.ts.map +1 -1
- package/dist/tools/item/item-create.d.ts +15 -87
- package/dist/tools/item/item-create.d.ts.map +1 -1
- package/dist/tools/item/item-list.d.ts +16 -130
- package/dist/tools/item/item-list.d.ts.map +1 -1
- package/dist/tools/item/item-single.d.ts +9 -55
- package/dist/tools/item/item-single.d.ts.map +1 -1
- package/dist/tools/item/item-update.d.ts +15 -89
- package/dist/tools/item/item-update.d.ts.map +1 -1
- package/dist/tools/item/schemas.d.ts +53 -325
- package/dist/tools/item/schemas.d.ts.map +1 -1
- package/dist/tools/journal-entry/journalentry-create.d.ts +4 -74
- package/dist/tools/journal-entry/journalentry-create.d.ts.map +1 -1
- package/dist/tools/journal-entry/schemas.d.ts +7 -123
- package/dist/tools/journal-entry/schemas.d.ts.map +1 -1
- package/dist/tools/journal-entry-account/journalentryaccount-list.d.ts +13 -147
- package/dist/tools/journal-entry-account/journalentryaccount-list.d.ts.map +1 -1
- package/dist/tools/journal-entry-account/schemas.d.ts +19 -263
- package/dist/tools/journal-entry-account/schemas.d.ts.map +1 -1
- package/dist/tools/other-income/otherincome-create.d.ts +43 -107
- package/dist/tools/other-income/otherincome-create.d.ts.map +1 -1
- package/dist/tools/other-income/otherincome-delete.d.ts +2 -18
- package/dist/tools/other-income/otherincome-delete.d.ts.map +1 -1
- package/dist/tools/other-income/otherincome-list.d.ts +25 -140
- package/dist/tools/other-income/otherincome-list.d.ts.map +1 -1
- package/dist/tools/other-income/otherincome-single.d.ts +23 -64
- package/dist/tools/other-income/otherincome-single.d.ts.map +1 -1
- package/dist/tools/other-income/otherincome-update.d.ts +43 -109
- package/dist/tools/other-income/otherincome-update.d.ts.map +1 -1
- package/dist/tools/other-income/schemas.d.ts +132 -382
- package/dist/tools/other-income/schemas.d.ts.map +1 -1
- package/dist/tools/payment/payment-create.d.ts +33 -81
- package/dist/tools/payment/payment-create.d.ts.map +1 -1
- package/dist/tools/payment/payment-delete.d.ts +2 -18
- package/dist/tools/payment/payment-delete.d.ts.map +1 -1
- package/dist/tools/payment/payment-list.d.ts +20 -135
- package/dist/tools/payment/payment-list.d.ts.map +1 -1
- package/dist/tools/payment/payment-single.d.ts +18 -57
- package/dist/tools/payment/payment-single.d.ts.map +1 -1
- package/dist/tools/payment/payment-update.d.ts +33 -79
- package/dist/tools/payment/payment-update.d.ts.map +1 -1
- package/dist/tools/payment/schemas.d.ts +103 -321
- package/dist/tools/payment/schemas.d.ts.map +1 -1
- package/dist/tools/payment-options/paymentoptions-create.d.ts +11 -55
- package/dist/tools/payment-options/paymentoptions-create.d.ts.map +1 -1
- package/dist/tools/payment-options/paymentoptions-default.d.ts +2 -18
- package/dist/tools/payment-options/paymentoptions-default.d.ts.map +1 -1
- package/dist/tools/payment-options/paymentoptions-single.d.ts +11 -45
- package/dist/tools/payment-options/paymentoptions-single.d.ts.map +1 -1
- package/dist/tools/payment-options/schemas.d.ts +25 -125
- package/dist/tools/payment-options/schemas.d.ts.map +1 -1
- package/dist/tools/project/project-create.d.ts +28 -86
- package/dist/tools/project/project-create.d.ts.map +1 -1
- package/dist/tools/project/project-delete.d.ts +2 -18
- package/dist/tools/project/project-delete.d.ts.map +1 -1
- package/dist/tools/project/project-list.d.ts +34 -167
- package/dist/tools/project/project-list.d.ts.map +1 -1
- package/dist/tools/project/project-single.d.ts +23 -67
- package/dist/tools/project/project-single.d.ts.map +1 -1
- package/dist/tools/project/project-update.d.ts +28 -92
- package/dist/tools/project/project-update.d.ts.map +1 -1
- package/dist/tools/project/schemas.d.ts +130 -402
- package/dist/tools/project/schemas.d.ts.map +1 -1
- package/dist/tools/report/report-payments-collected.d.ts +5 -82
- package/dist/tools/report/report-payments-collected.d.ts.map +1 -1
- package/dist/tools/report/report-profit-loss.d.ts +8 -101
- package/dist/tools/report/report-profit-loss.d.ts.map +1 -1
- package/dist/tools/report/report-tax-summary.d.ts +7 -116
- package/dist/tools/report/report-tax-summary.d.ts.map +1 -1
- package/dist/tools/report/schemas.d.ts +47 -678
- package/dist/tools/report/schemas.d.ts.map +1 -1
- package/dist/tools/service/schemas.d.ts +10 -102
- package/dist/tools/service/schemas.d.ts.map +1 -1
- package/dist/tools/service/service-create.d.ts +2 -18
- package/dist/tools/service/service-create.d.ts.map +1 -1
- package/dist/tools/service/service-list.d.ts +8 -76
- package/dist/tools/service/service-list.d.ts.map +1 -1
- package/dist/tools/service/service-rate-get.d.ts +4 -28
- package/dist/tools/service/service-rate-get.d.ts.map +1 -1
- package/dist/tools/service/service-rate-set.d.ts +4 -36
- package/dist/tools/service/service-rate-set.d.ts.map +1 -1
- package/dist/tools/service/service-single.d.ts +2 -14
- package/dist/tools/service/service-single.d.ts.map +1 -1
- package/dist/tools/task/schemas.d.ts +16 -216
- package/dist/tools/task/schemas.d.ts.map +1 -1
- package/dist/tools/task/task-create.d.ts +5 -64
- package/dist/tools/task/task-create.d.ts.map +1 -1
- package/dist/tools/task/task-delete.d.ts +2 -19
- package/dist/tools/task/task-delete.d.ts.map +1 -1
- package/dist/tools/task/task-list.d.ts +7 -113
- package/dist/tools/task/task-list.d.ts.map +1 -1
- package/dist/tools/task/task-single.d.ts +4 -45
- package/dist/tools/task/task-single.d.ts.map +1 -1
- package/dist/tools/task/task-update.d.ts +6 -69
- package/dist/tools/task/task-update.d.ts.map +1 -1
- package/dist/tools/time-entry/schemas.d.ts +50 -404
- package/dist/tools/time-entry/schemas.d.ts.map +1 -1
- package/dist/tools/time-entry/timeentry-create.d.ts +3 -85
- package/dist/tools/time-entry/timeentry-create.d.ts.map +1 -1
- package/dist/tools/time-entry/timeentry-delete.d.ts +2 -20
- package/dist/tools/time-entry/timeentry-delete.d.ts.map +1 -1
- package/dist/tools/time-entry/timeentry-list.d.ts +22 -172
- package/dist/tools/time-entry/timeentry-list.d.ts.map +1 -1
- package/dist/tools/time-entry/timeentry-single.d.ts +3 -63
- package/dist/tools/time-entry/timeentry-single.d.ts.map +1 -1
- package/dist/tools/time-entry/timeentry-update.d.ts +3 -87
- package/dist/tools/time-entry/timeentry-update.d.ts.map +1 -1
- package/dist/tools/timer/schemas.d.ts +16 -351
- package/dist/tools/timer/schemas.d.ts.map +1 -1
- package/dist/tools/timer/timer-current.d.ts +4 -116
- package/dist/tools/timer/timer-current.d.ts.map +1 -1
- package/dist/tools/timer/timer-discard.d.ts +2 -23
- package/dist/tools/timer/timer-discard.d.ts.map +1 -1
- package/dist/tools/timer/timer-start.d.ts +3 -76
- package/dist/tools/timer/timer-start.d.ts.map +1 -1
- package/dist/tools/timer/timer-stop.d.ts +3 -68
- package/dist/tools/timer/timer-stop.d.ts.map +1 -1
- package/dist/tools/user/schemas.d.ts +12 -190
- package/dist/tools/user/schemas.d.ts.map +1 -1
- package/dist/tools/user/user-me.d.ts +6 -90
- package/dist/tools/user/user-me.d.ts.map +1 -1
- package/dist/utils/pagination.d.ts +1 -7
- package/dist/utils/pagination.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -10,13 +10,7 @@ import { z } from 'zod';
|
|
|
10
10
|
export declare const DateRangeSchema: z.ZodObject<{
|
|
11
11
|
startDate: z.ZodString;
|
|
12
12
|
endDate: z.ZodString;
|
|
13
|
-
},
|
|
14
|
-
startDate: string;
|
|
15
|
-
endDate: string;
|
|
16
|
-
}, {
|
|
17
|
-
startDate: string;
|
|
18
|
-
endDate: string;
|
|
19
|
-
}>;
|
|
13
|
+
}, z.core.$strip>;
|
|
20
14
|
/**
|
|
21
15
|
* Payment item schema for payments collected report
|
|
22
16
|
*/
|
|
@@ -27,36 +21,10 @@ export declare const PaymentItemSchema: z.ZodObject<{
|
|
|
27
21
|
amount: z.ZodObject<{
|
|
28
22
|
amount: z.ZodString;
|
|
29
23
|
code: z.ZodString;
|
|
30
|
-
},
|
|
31
|
-
code: string;
|
|
32
|
-
amount: string;
|
|
33
|
-
}, {
|
|
34
|
-
code: string;
|
|
35
|
-
amount: string;
|
|
36
|
-
}>;
|
|
24
|
+
}, z.core.$strip>;
|
|
37
25
|
paymentType: z.ZodString;
|
|
38
26
|
notes: z.ZodOptional<z.ZodString>;
|
|
39
|
-
},
|
|
40
|
-
date: string;
|
|
41
|
-
amount: {
|
|
42
|
-
code: string;
|
|
43
|
-
amount: string;
|
|
44
|
-
};
|
|
45
|
-
invoiceNumber: string;
|
|
46
|
-
paymentType: string;
|
|
47
|
-
clientName: string;
|
|
48
|
-
notes?: string | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
date: string;
|
|
51
|
-
amount: {
|
|
52
|
-
code: string;
|
|
53
|
-
amount: string;
|
|
54
|
-
};
|
|
55
|
-
invoiceNumber: string;
|
|
56
|
-
paymentType: string;
|
|
57
|
-
clientName: string;
|
|
58
|
-
notes?: string | undefined;
|
|
59
|
-
}>;
|
|
27
|
+
}, z.core.$strip>;
|
|
60
28
|
/**
|
|
61
29
|
* Payments Collected Report schema
|
|
62
30
|
*/
|
|
@@ -70,83 +38,15 @@ export declare const PaymentsCollectedReportSchema: z.ZodObject<{
|
|
|
70
38
|
amount: z.ZodObject<{
|
|
71
39
|
amount: z.ZodString;
|
|
72
40
|
code: z.ZodString;
|
|
73
|
-
},
|
|
74
|
-
code: string;
|
|
75
|
-
amount: string;
|
|
76
|
-
}, {
|
|
77
|
-
code: string;
|
|
78
|
-
amount: string;
|
|
79
|
-
}>;
|
|
41
|
+
}, z.core.$strip>;
|
|
80
42
|
paymentType: z.ZodString;
|
|
81
43
|
notes: z.ZodOptional<z.ZodString>;
|
|
82
|
-
},
|
|
83
|
-
date: string;
|
|
84
|
-
amount: {
|
|
85
|
-
code: string;
|
|
86
|
-
amount: string;
|
|
87
|
-
};
|
|
88
|
-
invoiceNumber: string;
|
|
89
|
-
paymentType: string;
|
|
90
|
-
clientName: string;
|
|
91
|
-
notes?: string | undefined;
|
|
92
|
-
}, {
|
|
93
|
-
date: string;
|
|
94
|
-
amount: {
|
|
95
|
-
code: string;
|
|
96
|
-
amount: string;
|
|
97
|
-
};
|
|
98
|
-
invoiceNumber: string;
|
|
99
|
-
paymentType: string;
|
|
100
|
-
clientName: string;
|
|
101
|
-
notes?: string | undefined;
|
|
102
|
-
}>, "many">;
|
|
44
|
+
}, z.core.$strip>>;
|
|
103
45
|
totalAmount: z.ZodObject<{
|
|
104
46
|
amount: z.ZodString;
|
|
105
47
|
code: z.ZodString;
|
|
106
|
-
},
|
|
107
|
-
|
|
108
|
-
amount: string;
|
|
109
|
-
}, {
|
|
110
|
-
code: string;
|
|
111
|
-
amount: string;
|
|
112
|
-
}>;
|
|
113
|
-
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
payments: {
|
|
115
|
-
date: string;
|
|
116
|
-
amount: {
|
|
117
|
-
code: string;
|
|
118
|
-
amount: string;
|
|
119
|
-
};
|
|
120
|
-
invoiceNumber: string;
|
|
121
|
-
paymentType: string;
|
|
122
|
-
clientName: string;
|
|
123
|
-
notes?: string | undefined;
|
|
124
|
-
}[];
|
|
125
|
-
startDate: string;
|
|
126
|
-
endDate: string;
|
|
127
|
-
totalAmount: {
|
|
128
|
-
code: string;
|
|
129
|
-
amount: string;
|
|
130
|
-
};
|
|
131
|
-
}, {
|
|
132
|
-
payments: {
|
|
133
|
-
date: string;
|
|
134
|
-
amount: {
|
|
135
|
-
code: string;
|
|
136
|
-
amount: string;
|
|
137
|
-
};
|
|
138
|
-
invoiceNumber: string;
|
|
139
|
-
paymentType: string;
|
|
140
|
-
clientName: string;
|
|
141
|
-
notes?: string | undefined;
|
|
142
|
-
}[];
|
|
143
|
-
startDate: string;
|
|
144
|
-
endDate: string;
|
|
145
|
-
totalAmount: {
|
|
146
|
-
code: string;
|
|
147
|
-
amount: string;
|
|
148
|
-
};
|
|
149
|
-
}>;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
}, z.core.$strip>;
|
|
150
50
|
/**
|
|
151
51
|
* Profit/Loss line item schema
|
|
152
52
|
*/
|
|
@@ -155,29 +55,9 @@ export declare const ProfitLossLineSchema: z.ZodObject<{
|
|
|
155
55
|
amount: z.ZodObject<{
|
|
156
56
|
amount: z.ZodString;
|
|
157
57
|
code: z.ZodString;
|
|
158
|
-
},
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}, {
|
|
162
|
-
code: string;
|
|
163
|
-
amount: string;
|
|
164
|
-
}>;
|
|
165
|
-
children: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
166
|
-
}, "strip", z.ZodTypeAny, {
|
|
167
|
-
amount: {
|
|
168
|
-
code: string;
|
|
169
|
-
amount: string;
|
|
170
|
-
};
|
|
171
|
-
category: string;
|
|
172
|
-
children?: any[] | undefined;
|
|
173
|
-
}, {
|
|
174
|
-
amount: {
|
|
175
|
-
code: string;
|
|
176
|
-
amount: string;
|
|
177
|
-
};
|
|
178
|
-
category: string;
|
|
179
|
-
children?: any[] | undefined;
|
|
180
|
-
}>;
|
|
58
|
+
}, z.core.$strip>;
|
|
59
|
+
children: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
60
|
+
}, z.core.$strip>;
|
|
181
61
|
/**
|
|
182
62
|
* Profit/Loss Report schema
|
|
183
63
|
*/
|
|
@@ -187,108 +67,24 @@ export declare const ProfitLossReportSchema: z.ZodObject<{
|
|
|
187
67
|
revenue: z.ZodObject<{
|
|
188
68
|
amount: z.ZodString;
|
|
189
69
|
code: z.ZodString;
|
|
190
|
-
},
|
|
191
|
-
code: string;
|
|
192
|
-
amount: string;
|
|
193
|
-
}, {
|
|
194
|
-
code: string;
|
|
195
|
-
amount: string;
|
|
196
|
-
}>;
|
|
70
|
+
}, z.core.$strip>;
|
|
197
71
|
expenses: z.ZodObject<{
|
|
198
72
|
amount: z.ZodString;
|
|
199
73
|
code: z.ZodString;
|
|
200
|
-
},
|
|
201
|
-
code: string;
|
|
202
|
-
amount: string;
|
|
203
|
-
}, {
|
|
204
|
-
code: string;
|
|
205
|
-
amount: string;
|
|
206
|
-
}>;
|
|
74
|
+
}, z.core.$strip>;
|
|
207
75
|
netIncome: z.ZodObject<{
|
|
208
76
|
amount: z.ZodString;
|
|
209
77
|
code: z.ZodString;
|
|
210
|
-
},
|
|
211
|
-
code: string;
|
|
212
|
-
amount: string;
|
|
213
|
-
}, {
|
|
214
|
-
code: string;
|
|
215
|
-
amount: string;
|
|
216
|
-
}>;
|
|
78
|
+
}, z.core.$strip>;
|
|
217
79
|
lines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
218
80
|
category: z.ZodString;
|
|
219
81
|
amount: z.ZodObject<{
|
|
220
82
|
amount: z.ZodString;
|
|
221
83
|
code: z.ZodString;
|
|
222
|
-
},
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
code: string;
|
|
227
|
-
amount: string;
|
|
228
|
-
}>;
|
|
229
|
-
children: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
230
|
-
}, "strip", z.ZodTypeAny, {
|
|
231
|
-
amount: {
|
|
232
|
-
code: string;
|
|
233
|
-
amount: string;
|
|
234
|
-
};
|
|
235
|
-
category: string;
|
|
236
|
-
children?: any[] | undefined;
|
|
237
|
-
}, {
|
|
238
|
-
amount: {
|
|
239
|
-
code: string;
|
|
240
|
-
amount: string;
|
|
241
|
-
};
|
|
242
|
-
category: string;
|
|
243
|
-
children?: any[] | undefined;
|
|
244
|
-
}>, "many">>;
|
|
245
|
-
}, "strip", z.ZodTypeAny, {
|
|
246
|
-
expenses: {
|
|
247
|
-
code: string;
|
|
248
|
-
amount: string;
|
|
249
|
-
};
|
|
250
|
-
startDate: string;
|
|
251
|
-
endDate: string;
|
|
252
|
-
revenue: {
|
|
253
|
-
code: string;
|
|
254
|
-
amount: string;
|
|
255
|
-
};
|
|
256
|
-
netIncome: {
|
|
257
|
-
code: string;
|
|
258
|
-
amount: string;
|
|
259
|
-
};
|
|
260
|
-
lines?: {
|
|
261
|
-
amount: {
|
|
262
|
-
code: string;
|
|
263
|
-
amount: string;
|
|
264
|
-
};
|
|
265
|
-
category: string;
|
|
266
|
-
children?: any[] | undefined;
|
|
267
|
-
}[] | undefined;
|
|
268
|
-
}, {
|
|
269
|
-
expenses: {
|
|
270
|
-
code: string;
|
|
271
|
-
amount: string;
|
|
272
|
-
};
|
|
273
|
-
startDate: string;
|
|
274
|
-
endDate: string;
|
|
275
|
-
revenue: {
|
|
276
|
-
code: string;
|
|
277
|
-
amount: string;
|
|
278
|
-
};
|
|
279
|
-
netIncome: {
|
|
280
|
-
code: string;
|
|
281
|
-
amount: string;
|
|
282
|
-
};
|
|
283
|
-
lines?: {
|
|
284
|
-
amount: {
|
|
285
|
-
code: string;
|
|
286
|
-
amount: string;
|
|
287
|
-
};
|
|
288
|
-
category: string;
|
|
289
|
-
children?: any[] | undefined;
|
|
290
|
-
}[] | undefined;
|
|
291
|
-
}>;
|
|
84
|
+
}, z.core.$strip>;
|
|
85
|
+
children: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
86
|
+
}, z.core.$strip>>>;
|
|
87
|
+
}, z.core.$strip>;
|
|
292
88
|
/**
|
|
293
89
|
* Tax summary item schema
|
|
294
90
|
*/
|
|
@@ -298,64 +94,16 @@ export declare const TaxSummaryItemSchema: z.ZodObject<{
|
|
|
298
94
|
taxableAmount: z.ZodObject<{
|
|
299
95
|
amount: z.ZodString;
|
|
300
96
|
code: z.ZodString;
|
|
301
|
-
},
|
|
302
|
-
code: string;
|
|
303
|
-
amount: string;
|
|
304
|
-
}, {
|
|
305
|
-
code: string;
|
|
306
|
-
amount: string;
|
|
307
|
-
}>;
|
|
97
|
+
}, z.core.$strip>;
|
|
308
98
|
taxCollected: z.ZodObject<{
|
|
309
99
|
amount: z.ZodString;
|
|
310
100
|
code: z.ZodString;
|
|
311
|
-
},
|
|
312
|
-
code: string;
|
|
313
|
-
amount: string;
|
|
314
|
-
}, {
|
|
315
|
-
code: string;
|
|
316
|
-
amount: string;
|
|
317
|
-
}>;
|
|
101
|
+
}, z.core.$strip>;
|
|
318
102
|
taxPaid: z.ZodOptional<z.ZodObject<{
|
|
319
103
|
amount: z.ZodString;
|
|
320
104
|
code: z.ZodString;
|
|
321
|
-
},
|
|
322
|
-
|
|
323
|
-
amount: string;
|
|
324
|
-
}, {
|
|
325
|
-
code: string;
|
|
326
|
-
amount: string;
|
|
327
|
-
}>>;
|
|
328
|
-
}, "strip", z.ZodTypeAny, {
|
|
329
|
-
taxName: string;
|
|
330
|
-
taxRate: string;
|
|
331
|
-
taxableAmount: {
|
|
332
|
-
code: string;
|
|
333
|
-
amount: string;
|
|
334
|
-
};
|
|
335
|
-
taxCollected: {
|
|
336
|
-
code: string;
|
|
337
|
-
amount: string;
|
|
338
|
-
};
|
|
339
|
-
taxPaid?: {
|
|
340
|
-
code: string;
|
|
341
|
-
amount: string;
|
|
342
|
-
} | undefined;
|
|
343
|
-
}, {
|
|
344
|
-
taxName: string;
|
|
345
|
-
taxRate: string;
|
|
346
|
-
taxableAmount: {
|
|
347
|
-
code: string;
|
|
348
|
-
amount: string;
|
|
349
|
-
};
|
|
350
|
-
taxCollected: {
|
|
351
|
-
code: string;
|
|
352
|
-
amount: string;
|
|
353
|
-
};
|
|
354
|
-
taxPaid?: {
|
|
355
|
-
code: string;
|
|
356
|
-
amount: string;
|
|
357
|
-
} | undefined;
|
|
358
|
-
}>;
|
|
105
|
+
}, z.core.$strip>>;
|
|
106
|
+
}, z.core.$strip>;
|
|
359
107
|
/**
|
|
360
108
|
* Tax Summary Report schema
|
|
361
109
|
*/
|
|
@@ -368,172 +116,45 @@ export declare const TaxSummaryReportSchema: z.ZodObject<{
|
|
|
368
116
|
taxableAmount: z.ZodObject<{
|
|
369
117
|
amount: z.ZodString;
|
|
370
118
|
code: z.ZodString;
|
|
371
|
-
},
|
|
372
|
-
code: string;
|
|
373
|
-
amount: string;
|
|
374
|
-
}, {
|
|
375
|
-
code: string;
|
|
376
|
-
amount: string;
|
|
377
|
-
}>;
|
|
119
|
+
}, z.core.$strip>;
|
|
378
120
|
taxCollected: z.ZodObject<{
|
|
379
121
|
amount: z.ZodString;
|
|
380
122
|
code: z.ZodString;
|
|
381
|
-
},
|
|
382
|
-
code: string;
|
|
383
|
-
amount: string;
|
|
384
|
-
}, {
|
|
385
|
-
code: string;
|
|
386
|
-
amount: string;
|
|
387
|
-
}>;
|
|
123
|
+
}, z.core.$strip>;
|
|
388
124
|
taxPaid: z.ZodOptional<z.ZodObject<{
|
|
389
125
|
amount: z.ZodString;
|
|
390
126
|
code: z.ZodString;
|
|
391
|
-
},
|
|
392
|
-
|
|
393
|
-
amount: string;
|
|
394
|
-
}, {
|
|
395
|
-
code: string;
|
|
396
|
-
amount: string;
|
|
397
|
-
}>>;
|
|
398
|
-
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
taxName: string;
|
|
400
|
-
taxRate: string;
|
|
401
|
-
taxableAmount: {
|
|
402
|
-
code: string;
|
|
403
|
-
amount: string;
|
|
404
|
-
};
|
|
405
|
-
taxCollected: {
|
|
406
|
-
code: string;
|
|
407
|
-
amount: string;
|
|
408
|
-
};
|
|
409
|
-
taxPaid?: {
|
|
410
|
-
code: string;
|
|
411
|
-
amount: string;
|
|
412
|
-
} | undefined;
|
|
413
|
-
}, {
|
|
414
|
-
taxName: string;
|
|
415
|
-
taxRate: string;
|
|
416
|
-
taxableAmount: {
|
|
417
|
-
code: string;
|
|
418
|
-
amount: string;
|
|
419
|
-
};
|
|
420
|
-
taxCollected: {
|
|
421
|
-
code: string;
|
|
422
|
-
amount: string;
|
|
423
|
-
};
|
|
424
|
-
taxPaid?: {
|
|
425
|
-
code: string;
|
|
426
|
-
amount: string;
|
|
427
|
-
} | undefined;
|
|
428
|
-
}>, "many">;
|
|
127
|
+
}, z.core.$strip>>;
|
|
128
|
+
}, z.core.$strip>>;
|
|
429
129
|
totalTaxCollected: z.ZodObject<{
|
|
430
130
|
amount: z.ZodString;
|
|
431
131
|
code: z.ZodString;
|
|
432
|
-
},
|
|
433
|
-
|
|
434
|
-
amount: string;
|
|
435
|
-
}, {
|
|
436
|
-
code: string;
|
|
437
|
-
amount: string;
|
|
438
|
-
}>;
|
|
439
|
-
}, "strip", z.ZodTypeAny, {
|
|
440
|
-
startDate: string;
|
|
441
|
-
endDate: string;
|
|
442
|
-
taxes: {
|
|
443
|
-
taxName: string;
|
|
444
|
-
taxRate: string;
|
|
445
|
-
taxableAmount: {
|
|
446
|
-
code: string;
|
|
447
|
-
amount: string;
|
|
448
|
-
};
|
|
449
|
-
taxCollected: {
|
|
450
|
-
code: string;
|
|
451
|
-
amount: string;
|
|
452
|
-
};
|
|
453
|
-
taxPaid?: {
|
|
454
|
-
code: string;
|
|
455
|
-
amount: string;
|
|
456
|
-
} | undefined;
|
|
457
|
-
}[];
|
|
458
|
-
totalTaxCollected: {
|
|
459
|
-
code: string;
|
|
460
|
-
amount: string;
|
|
461
|
-
};
|
|
462
|
-
}, {
|
|
463
|
-
startDate: string;
|
|
464
|
-
endDate: string;
|
|
465
|
-
taxes: {
|
|
466
|
-
taxName: string;
|
|
467
|
-
taxRate: string;
|
|
468
|
-
taxableAmount: {
|
|
469
|
-
code: string;
|
|
470
|
-
amount: string;
|
|
471
|
-
};
|
|
472
|
-
taxCollected: {
|
|
473
|
-
code: string;
|
|
474
|
-
amount: string;
|
|
475
|
-
};
|
|
476
|
-
taxPaid?: {
|
|
477
|
-
code: string;
|
|
478
|
-
amount: string;
|
|
479
|
-
} | undefined;
|
|
480
|
-
}[];
|
|
481
|
-
totalTaxCollected: {
|
|
482
|
-
code: string;
|
|
483
|
-
amount: string;
|
|
484
|
-
};
|
|
485
|
-
}>;
|
|
132
|
+
}, z.core.$strip>;
|
|
133
|
+
}, z.core.$strip>;
|
|
486
134
|
/**
|
|
487
135
|
* Input schema for payments collected report
|
|
488
136
|
*/
|
|
489
137
|
export declare const PaymentsCollectedReportInputSchema: z.ZodObject<{
|
|
490
138
|
startDate: z.ZodString;
|
|
491
139
|
endDate: z.ZodString;
|
|
492
|
-
} & {
|
|
493
140
|
accountId: z.ZodString;
|
|
494
|
-
},
|
|
495
|
-
accountId: string;
|
|
496
|
-
startDate: string;
|
|
497
|
-
endDate: string;
|
|
498
|
-
}, {
|
|
499
|
-
accountId: string;
|
|
500
|
-
startDate: string;
|
|
501
|
-
endDate: string;
|
|
502
|
-
}>;
|
|
141
|
+
}, z.core.$strip>;
|
|
503
142
|
/**
|
|
504
143
|
* Input schema for profit/loss report
|
|
505
144
|
*/
|
|
506
145
|
export declare const ProfitLossReportInputSchema: z.ZodObject<{
|
|
507
146
|
startDate: z.ZodString;
|
|
508
147
|
endDate: z.ZodString;
|
|
509
|
-
} & {
|
|
510
148
|
accountId: z.ZodString;
|
|
511
|
-
},
|
|
512
|
-
accountId: string;
|
|
513
|
-
startDate: string;
|
|
514
|
-
endDate: string;
|
|
515
|
-
}, {
|
|
516
|
-
accountId: string;
|
|
517
|
-
startDate: string;
|
|
518
|
-
endDate: string;
|
|
519
|
-
}>;
|
|
149
|
+
}, z.core.$strip>;
|
|
520
150
|
/**
|
|
521
151
|
* Input schema for tax summary report
|
|
522
152
|
*/
|
|
523
153
|
export declare const TaxSummaryReportInputSchema: z.ZodObject<{
|
|
524
154
|
startDate: z.ZodString;
|
|
525
155
|
endDate: z.ZodString;
|
|
526
|
-
} & {
|
|
527
156
|
accountId: z.ZodString;
|
|
528
|
-
},
|
|
529
|
-
accountId: string;
|
|
530
|
-
startDate: string;
|
|
531
|
-
endDate: string;
|
|
532
|
-
}, {
|
|
533
|
-
accountId: string;
|
|
534
|
-
startDate: string;
|
|
535
|
-
endDate: string;
|
|
536
|
-
}>;
|
|
157
|
+
}, z.core.$strip>;
|
|
537
158
|
/**
|
|
538
159
|
* Output schemas
|
|
539
160
|
*/
|
|
@@ -547,191 +168,39 @@ export declare const PaymentsCollectedReportOutputSchema: z.ZodObject<{
|
|
|
547
168
|
amount: z.ZodObject<{
|
|
548
169
|
amount: z.ZodString;
|
|
549
170
|
code: z.ZodString;
|
|
550
|
-
},
|
|
551
|
-
code: string;
|
|
552
|
-
amount: string;
|
|
553
|
-
}, {
|
|
554
|
-
code: string;
|
|
555
|
-
amount: string;
|
|
556
|
-
}>;
|
|
171
|
+
}, z.core.$strip>;
|
|
557
172
|
paymentType: z.ZodString;
|
|
558
173
|
notes: z.ZodOptional<z.ZodString>;
|
|
559
|
-
},
|
|
560
|
-
date: string;
|
|
561
|
-
amount: {
|
|
562
|
-
code: string;
|
|
563
|
-
amount: string;
|
|
564
|
-
};
|
|
565
|
-
invoiceNumber: string;
|
|
566
|
-
paymentType: string;
|
|
567
|
-
clientName: string;
|
|
568
|
-
notes?: string | undefined;
|
|
569
|
-
}, {
|
|
570
|
-
date: string;
|
|
571
|
-
amount: {
|
|
572
|
-
code: string;
|
|
573
|
-
amount: string;
|
|
574
|
-
};
|
|
575
|
-
invoiceNumber: string;
|
|
576
|
-
paymentType: string;
|
|
577
|
-
clientName: string;
|
|
578
|
-
notes?: string | undefined;
|
|
579
|
-
}>, "many">;
|
|
174
|
+
}, z.core.$strip>>;
|
|
580
175
|
totalAmount: z.ZodObject<{
|
|
581
176
|
amount: z.ZodString;
|
|
582
177
|
code: z.ZodString;
|
|
583
|
-
},
|
|
584
|
-
|
|
585
|
-
amount: string;
|
|
586
|
-
}, {
|
|
587
|
-
code: string;
|
|
588
|
-
amount: string;
|
|
589
|
-
}>;
|
|
590
|
-
}, "strip", z.ZodTypeAny, {
|
|
591
|
-
payments: {
|
|
592
|
-
date: string;
|
|
593
|
-
amount: {
|
|
594
|
-
code: string;
|
|
595
|
-
amount: string;
|
|
596
|
-
};
|
|
597
|
-
invoiceNumber: string;
|
|
598
|
-
paymentType: string;
|
|
599
|
-
clientName: string;
|
|
600
|
-
notes?: string | undefined;
|
|
601
|
-
}[];
|
|
602
|
-
startDate: string;
|
|
603
|
-
endDate: string;
|
|
604
|
-
totalAmount: {
|
|
605
|
-
code: string;
|
|
606
|
-
amount: string;
|
|
607
|
-
};
|
|
608
|
-
}, {
|
|
609
|
-
payments: {
|
|
610
|
-
date: string;
|
|
611
|
-
amount: {
|
|
612
|
-
code: string;
|
|
613
|
-
amount: string;
|
|
614
|
-
};
|
|
615
|
-
invoiceNumber: string;
|
|
616
|
-
paymentType: string;
|
|
617
|
-
clientName: string;
|
|
618
|
-
notes?: string | undefined;
|
|
619
|
-
}[];
|
|
620
|
-
startDate: string;
|
|
621
|
-
endDate: string;
|
|
622
|
-
totalAmount: {
|
|
623
|
-
code: string;
|
|
624
|
-
amount: string;
|
|
625
|
-
};
|
|
626
|
-
}>;
|
|
178
|
+
}, z.core.$strip>;
|
|
179
|
+
}, z.core.$strip>;
|
|
627
180
|
export declare const ProfitLossReportOutputSchema: z.ZodObject<{
|
|
628
181
|
startDate: z.ZodString;
|
|
629
182
|
endDate: z.ZodString;
|
|
630
183
|
revenue: z.ZodObject<{
|
|
631
184
|
amount: z.ZodString;
|
|
632
185
|
code: z.ZodString;
|
|
633
|
-
},
|
|
634
|
-
code: string;
|
|
635
|
-
amount: string;
|
|
636
|
-
}, {
|
|
637
|
-
code: string;
|
|
638
|
-
amount: string;
|
|
639
|
-
}>;
|
|
186
|
+
}, z.core.$strip>;
|
|
640
187
|
expenses: z.ZodObject<{
|
|
641
188
|
amount: z.ZodString;
|
|
642
189
|
code: z.ZodString;
|
|
643
|
-
},
|
|
644
|
-
code: string;
|
|
645
|
-
amount: string;
|
|
646
|
-
}, {
|
|
647
|
-
code: string;
|
|
648
|
-
amount: string;
|
|
649
|
-
}>;
|
|
190
|
+
}, z.core.$strip>;
|
|
650
191
|
netIncome: z.ZodObject<{
|
|
651
192
|
amount: z.ZodString;
|
|
652
193
|
code: z.ZodString;
|
|
653
|
-
},
|
|
654
|
-
code: string;
|
|
655
|
-
amount: string;
|
|
656
|
-
}, {
|
|
657
|
-
code: string;
|
|
658
|
-
amount: string;
|
|
659
|
-
}>;
|
|
194
|
+
}, z.core.$strip>;
|
|
660
195
|
lines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
661
196
|
category: z.ZodString;
|
|
662
197
|
amount: z.ZodObject<{
|
|
663
198
|
amount: z.ZodString;
|
|
664
199
|
code: z.ZodString;
|
|
665
|
-
},
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
code: string;
|
|
670
|
-
amount: string;
|
|
671
|
-
}>;
|
|
672
|
-
children: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
673
|
-
}, "strip", z.ZodTypeAny, {
|
|
674
|
-
amount: {
|
|
675
|
-
code: string;
|
|
676
|
-
amount: string;
|
|
677
|
-
};
|
|
678
|
-
category: string;
|
|
679
|
-
children?: any[] | undefined;
|
|
680
|
-
}, {
|
|
681
|
-
amount: {
|
|
682
|
-
code: string;
|
|
683
|
-
amount: string;
|
|
684
|
-
};
|
|
685
|
-
category: string;
|
|
686
|
-
children?: any[] | undefined;
|
|
687
|
-
}>, "many">>;
|
|
688
|
-
}, "strip", z.ZodTypeAny, {
|
|
689
|
-
expenses: {
|
|
690
|
-
code: string;
|
|
691
|
-
amount: string;
|
|
692
|
-
};
|
|
693
|
-
startDate: string;
|
|
694
|
-
endDate: string;
|
|
695
|
-
revenue: {
|
|
696
|
-
code: string;
|
|
697
|
-
amount: string;
|
|
698
|
-
};
|
|
699
|
-
netIncome: {
|
|
700
|
-
code: string;
|
|
701
|
-
amount: string;
|
|
702
|
-
};
|
|
703
|
-
lines?: {
|
|
704
|
-
amount: {
|
|
705
|
-
code: string;
|
|
706
|
-
amount: string;
|
|
707
|
-
};
|
|
708
|
-
category: string;
|
|
709
|
-
children?: any[] | undefined;
|
|
710
|
-
}[] | undefined;
|
|
711
|
-
}, {
|
|
712
|
-
expenses: {
|
|
713
|
-
code: string;
|
|
714
|
-
amount: string;
|
|
715
|
-
};
|
|
716
|
-
startDate: string;
|
|
717
|
-
endDate: string;
|
|
718
|
-
revenue: {
|
|
719
|
-
code: string;
|
|
720
|
-
amount: string;
|
|
721
|
-
};
|
|
722
|
-
netIncome: {
|
|
723
|
-
code: string;
|
|
724
|
-
amount: string;
|
|
725
|
-
};
|
|
726
|
-
lines?: {
|
|
727
|
-
amount: {
|
|
728
|
-
code: string;
|
|
729
|
-
amount: string;
|
|
730
|
-
};
|
|
731
|
-
category: string;
|
|
732
|
-
children?: any[] | undefined;
|
|
733
|
-
}[] | undefined;
|
|
734
|
-
}>;
|
|
200
|
+
}, z.core.$strip>;
|
|
201
|
+
children: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
202
|
+
}, z.core.$strip>>>;
|
|
203
|
+
}, z.core.$strip>;
|
|
735
204
|
export declare const TaxSummaryReportOutputSchema: z.ZodObject<{
|
|
736
205
|
startDate: z.ZodString;
|
|
737
206
|
endDate: z.ZodString;
|
|
@@ -741,119 +210,19 @@ export declare const TaxSummaryReportOutputSchema: z.ZodObject<{
|
|
|
741
210
|
taxableAmount: z.ZodObject<{
|
|
742
211
|
amount: z.ZodString;
|
|
743
212
|
code: z.ZodString;
|
|
744
|
-
},
|
|
745
|
-
code: string;
|
|
746
|
-
amount: string;
|
|
747
|
-
}, {
|
|
748
|
-
code: string;
|
|
749
|
-
amount: string;
|
|
750
|
-
}>;
|
|
213
|
+
}, z.core.$strip>;
|
|
751
214
|
taxCollected: z.ZodObject<{
|
|
752
215
|
amount: z.ZodString;
|
|
753
216
|
code: z.ZodString;
|
|
754
|
-
},
|
|
755
|
-
code: string;
|
|
756
|
-
amount: string;
|
|
757
|
-
}, {
|
|
758
|
-
code: string;
|
|
759
|
-
amount: string;
|
|
760
|
-
}>;
|
|
217
|
+
}, z.core.$strip>;
|
|
761
218
|
taxPaid: z.ZodOptional<z.ZodObject<{
|
|
762
219
|
amount: z.ZodString;
|
|
763
220
|
code: z.ZodString;
|
|
764
|
-
},
|
|
765
|
-
|
|
766
|
-
amount: string;
|
|
767
|
-
}, {
|
|
768
|
-
code: string;
|
|
769
|
-
amount: string;
|
|
770
|
-
}>>;
|
|
771
|
-
}, "strip", z.ZodTypeAny, {
|
|
772
|
-
taxName: string;
|
|
773
|
-
taxRate: string;
|
|
774
|
-
taxableAmount: {
|
|
775
|
-
code: string;
|
|
776
|
-
amount: string;
|
|
777
|
-
};
|
|
778
|
-
taxCollected: {
|
|
779
|
-
code: string;
|
|
780
|
-
amount: string;
|
|
781
|
-
};
|
|
782
|
-
taxPaid?: {
|
|
783
|
-
code: string;
|
|
784
|
-
amount: string;
|
|
785
|
-
} | undefined;
|
|
786
|
-
}, {
|
|
787
|
-
taxName: string;
|
|
788
|
-
taxRate: string;
|
|
789
|
-
taxableAmount: {
|
|
790
|
-
code: string;
|
|
791
|
-
amount: string;
|
|
792
|
-
};
|
|
793
|
-
taxCollected: {
|
|
794
|
-
code: string;
|
|
795
|
-
amount: string;
|
|
796
|
-
};
|
|
797
|
-
taxPaid?: {
|
|
798
|
-
code: string;
|
|
799
|
-
amount: string;
|
|
800
|
-
} | undefined;
|
|
801
|
-
}>, "many">;
|
|
221
|
+
}, z.core.$strip>>;
|
|
222
|
+
}, z.core.$strip>>;
|
|
802
223
|
totalTaxCollected: z.ZodObject<{
|
|
803
224
|
amount: z.ZodString;
|
|
804
225
|
code: z.ZodString;
|
|
805
|
-
},
|
|
806
|
-
|
|
807
|
-
amount: string;
|
|
808
|
-
}, {
|
|
809
|
-
code: string;
|
|
810
|
-
amount: string;
|
|
811
|
-
}>;
|
|
812
|
-
}, "strip", z.ZodTypeAny, {
|
|
813
|
-
startDate: string;
|
|
814
|
-
endDate: string;
|
|
815
|
-
taxes: {
|
|
816
|
-
taxName: string;
|
|
817
|
-
taxRate: string;
|
|
818
|
-
taxableAmount: {
|
|
819
|
-
code: string;
|
|
820
|
-
amount: string;
|
|
821
|
-
};
|
|
822
|
-
taxCollected: {
|
|
823
|
-
code: string;
|
|
824
|
-
amount: string;
|
|
825
|
-
};
|
|
826
|
-
taxPaid?: {
|
|
827
|
-
code: string;
|
|
828
|
-
amount: string;
|
|
829
|
-
} | undefined;
|
|
830
|
-
}[];
|
|
831
|
-
totalTaxCollected: {
|
|
832
|
-
code: string;
|
|
833
|
-
amount: string;
|
|
834
|
-
};
|
|
835
|
-
}, {
|
|
836
|
-
startDate: string;
|
|
837
|
-
endDate: string;
|
|
838
|
-
taxes: {
|
|
839
|
-
taxName: string;
|
|
840
|
-
taxRate: string;
|
|
841
|
-
taxableAmount: {
|
|
842
|
-
code: string;
|
|
843
|
-
amount: string;
|
|
844
|
-
};
|
|
845
|
-
taxCollected: {
|
|
846
|
-
code: string;
|
|
847
|
-
amount: string;
|
|
848
|
-
};
|
|
849
|
-
taxPaid?: {
|
|
850
|
-
code: string;
|
|
851
|
-
amount: string;
|
|
852
|
-
} | undefined;
|
|
853
|
-
}[];
|
|
854
|
-
totalTaxCollected: {
|
|
855
|
-
code: string;
|
|
856
|
-
amount: string;
|
|
857
|
-
};
|
|
858
|
-
}>;
|
|
226
|
+
}, z.core.$strip>;
|
|
227
|
+
}, z.core.$strip>;
|
|
859
228
|
//# sourceMappingURL=schemas.d.ts.map
|