@goodsamsoftware/freshbooks-mcp 1.0.10 → 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.
- 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 +2 -2
|
@@ -7,7 +7,12 @@ import { z } from 'zod';
|
|
|
7
7
|
/**
|
|
8
8
|
* Bill status enum
|
|
9
9
|
*/
|
|
10
|
-
export declare const BillStatusEnum: z.ZodEnum<
|
|
10
|
+
export declare const BillStatusEnum: z.ZodEnum<{
|
|
11
|
+
partial: "partial";
|
|
12
|
+
paid: "paid";
|
|
13
|
+
overdue: "overdue";
|
|
14
|
+
unpaid: "unpaid";
|
|
15
|
+
}>;
|
|
11
16
|
/**
|
|
12
17
|
* Full Bill schema with all properties
|
|
13
18
|
*/
|
|
@@ -18,111 +23,34 @@ export declare const BillSchema: z.ZodObject<{
|
|
|
18
23
|
amount: z.ZodObject<{
|
|
19
24
|
amount: z.ZodString;
|
|
20
25
|
code: z.ZodString;
|
|
21
|
-
},
|
|
22
|
-
code: string;
|
|
23
|
-
amount: string;
|
|
24
|
-
}, {
|
|
25
|
-
code: string;
|
|
26
|
-
amount: string;
|
|
27
|
-
}>;
|
|
26
|
+
}, z.core.$strip>;
|
|
28
27
|
outstandingAmount: z.ZodNullable<z.ZodObject<{
|
|
29
28
|
amount: z.ZodString;
|
|
30
29
|
code: z.ZodString;
|
|
31
|
-
},
|
|
32
|
-
code: string;
|
|
33
|
-
amount: string;
|
|
34
|
-
}, {
|
|
35
|
-
code: string;
|
|
36
|
-
amount: string;
|
|
37
|
-
}>>;
|
|
30
|
+
}, z.core.$strip>>;
|
|
38
31
|
paidAmount: z.ZodNullable<z.ZodObject<{
|
|
39
32
|
amount: z.ZodString;
|
|
40
33
|
code: z.ZodString;
|
|
41
|
-
},
|
|
42
|
-
code: string;
|
|
43
|
-
amount: string;
|
|
44
|
-
}, {
|
|
45
|
-
code: string;
|
|
46
|
-
amount: string;
|
|
47
|
-
}>>;
|
|
34
|
+
}, z.core.$strip>>;
|
|
48
35
|
dueDate: z.ZodNullable<z.ZodString>;
|
|
49
36
|
issueDate: z.ZodString;
|
|
50
|
-
status: z.ZodEnum<
|
|
51
|
-
|
|
37
|
+
status: z.ZodEnum<{
|
|
38
|
+
partial: "partial";
|
|
39
|
+
paid: "paid";
|
|
40
|
+
overdue: "overdue";
|
|
41
|
+
unpaid: "unpaid";
|
|
42
|
+
}>;
|
|
43
|
+
lines: z.ZodArray<z.ZodAny>;
|
|
52
44
|
notes: z.ZodNullable<z.ZodString>;
|
|
53
45
|
attachment: z.ZodNullable<z.ZodAny>;
|
|
54
46
|
taxAmount: z.ZodNullable<z.ZodObject<{
|
|
55
47
|
amount: z.ZodString;
|
|
56
48
|
code: z.ZodString;
|
|
57
|
-
},
|
|
58
|
-
code: string;
|
|
59
|
-
amount: string;
|
|
60
|
-
}, {
|
|
61
|
-
code: string;
|
|
62
|
-
amount: string;
|
|
63
|
-
}>>;
|
|
49
|
+
}, z.core.$strip>>;
|
|
64
50
|
createdAt: z.ZodString;
|
|
65
51
|
updatedAt: z.ZodString;
|
|
66
|
-
visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
67
|
-
},
|
|
68
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
69
|
-
amount: {
|
|
70
|
-
code: string;
|
|
71
|
-
amount: string;
|
|
72
|
-
};
|
|
73
|
-
id: number;
|
|
74
|
-
createdAt: string;
|
|
75
|
-
dueDate: string | null;
|
|
76
|
-
updatedAt: string;
|
|
77
|
-
lines: any[];
|
|
78
|
-
notes: string | null;
|
|
79
|
-
billNumber: string | null;
|
|
80
|
-
vendorId: number;
|
|
81
|
-
outstandingAmount: {
|
|
82
|
-
code: string;
|
|
83
|
-
amount: string;
|
|
84
|
-
} | null;
|
|
85
|
-
paidAmount: {
|
|
86
|
-
code: string;
|
|
87
|
-
amount: string;
|
|
88
|
-
} | null;
|
|
89
|
-
issueDate: string;
|
|
90
|
-
taxAmount: {
|
|
91
|
-
code: string;
|
|
92
|
-
amount: string;
|
|
93
|
-
} | null;
|
|
94
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
95
|
-
attachment?: any;
|
|
96
|
-
}, {
|
|
97
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
98
|
-
amount: {
|
|
99
|
-
code: string;
|
|
100
|
-
amount: string;
|
|
101
|
-
};
|
|
102
|
-
id: number;
|
|
103
|
-
createdAt: string;
|
|
104
|
-
dueDate: string | null;
|
|
105
|
-
updatedAt: string;
|
|
106
|
-
lines: any[];
|
|
107
|
-
notes: string | null;
|
|
108
|
-
billNumber: string | null;
|
|
109
|
-
vendorId: number;
|
|
110
|
-
outstandingAmount: {
|
|
111
|
-
code: string;
|
|
112
|
-
amount: string;
|
|
113
|
-
} | null;
|
|
114
|
-
paidAmount: {
|
|
115
|
-
code: string;
|
|
116
|
-
amount: string;
|
|
117
|
-
} | null;
|
|
118
|
-
issueDate: string;
|
|
119
|
-
taxAmount: {
|
|
120
|
-
code: string;
|
|
121
|
-
amount: string;
|
|
122
|
-
} | null;
|
|
123
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
124
|
-
attachment?: any;
|
|
125
|
-
}>;
|
|
52
|
+
visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
53
|
+
}, z.core.$strip>;
|
|
126
54
|
/**
|
|
127
55
|
* Input schema for creating a bill
|
|
128
56
|
*/
|
|
@@ -135,43 +63,11 @@ export declare const BillCreateInputSchema: z.ZodObject<{
|
|
|
135
63
|
amount: z.ZodObject<{
|
|
136
64
|
amount: z.ZodString;
|
|
137
65
|
code: z.ZodString;
|
|
138
|
-
},
|
|
139
|
-
|
|
140
|
-
amount: string;
|
|
141
|
-
}, {
|
|
142
|
-
code: string;
|
|
143
|
-
amount: string;
|
|
144
|
-
}>;
|
|
145
|
-
lines: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
66
|
+
}, z.core.$strip>;
|
|
67
|
+
lines: z.ZodOptional<z.ZodArray<z.ZodAny>>;
|
|
146
68
|
notes: z.ZodOptional<z.ZodString>;
|
|
147
69
|
attachment: z.ZodOptional<z.ZodAny>;
|
|
148
|
-
},
|
|
149
|
-
accountId: string;
|
|
150
|
-
amount: {
|
|
151
|
-
code: string;
|
|
152
|
-
amount: string;
|
|
153
|
-
};
|
|
154
|
-
vendorId: number;
|
|
155
|
-
issueDate: string;
|
|
156
|
-
dueDate?: string | undefined;
|
|
157
|
-
lines?: any[] | undefined;
|
|
158
|
-
notes?: string | undefined;
|
|
159
|
-
billNumber?: string | undefined;
|
|
160
|
-
attachment?: any;
|
|
161
|
-
}, {
|
|
162
|
-
accountId: string;
|
|
163
|
-
amount: {
|
|
164
|
-
code: string;
|
|
165
|
-
amount: string;
|
|
166
|
-
};
|
|
167
|
-
vendorId: number;
|
|
168
|
-
issueDate: string;
|
|
169
|
-
dueDate?: string | undefined;
|
|
170
|
-
lines?: any[] | undefined;
|
|
171
|
-
notes?: string | undefined;
|
|
172
|
-
billNumber?: string | undefined;
|
|
173
|
-
attachment?: any;
|
|
174
|
-
}>;
|
|
70
|
+
}, z.core.$strip>;
|
|
175
71
|
/**
|
|
176
72
|
* Input schema for listing bills
|
|
177
73
|
*/
|
|
@@ -180,39 +76,22 @@ export declare const BillListInputSchema: z.ZodObject<{
|
|
|
180
76
|
page: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
181
77
|
perPage: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
182
78
|
vendorId: z.ZodOptional<z.ZodNumber>;
|
|
183
|
-
status: z.ZodOptional<z.ZodEnum<
|
|
79
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
80
|
+
partial: "partial";
|
|
81
|
+
paid: "paid";
|
|
82
|
+
overdue: "overdue";
|
|
83
|
+
unpaid: "unpaid";
|
|
84
|
+
}>>;
|
|
184
85
|
startDate: z.ZodOptional<z.ZodString>;
|
|
185
86
|
endDate: z.ZodOptional<z.ZodString>;
|
|
186
|
-
},
|
|
187
|
-
accountId: string;
|
|
188
|
-
status?: "partial" | "paid" | "overdue" | "unpaid" | undefined;
|
|
189
|
-
page?: number | undefined;
|
|
190
|
-
perPage?: number | undefined;
|
|
191
|
-
vendorId?: number | undefined;
|
|
192
|
-
startDate?: string | undefined;
|
|
193
|
-
endDate?: string | undefined;
|
|
194
|
-
}, {
|
|
195
|
-
accountId: string;
|
|
196
|
-
status?: "partial" | "paid" | "overdue" | "unpaid" | undefined;
|
|
197
|
-
page?: number | undefined;
|
|
198
|
-
perPage?: number | undefined;
|
|
199
|
-
vendorId?: number | undefined;
|
|
200
|
-
startDate?: string | undefined;
|
|
201
|
-
endDate?: string | undefined;
|
|
202
|
-
}>;
|
|
87
|
+
}, z.core.$strip>;
|
|
203
88
|
/**
|
|
204
89
|
* Input schema for getting a single bill
|
|
205
90
|
*/
|
|
206
91
|
export declare const BillSingleInputSchema: z.ZodObject<{
|
|
207
92
|
accountId: z.ZodString;
|
|
208
93
|
billId: z.ZodNumber;
|
|
209
|
-
},
|
|
210
|
-
accountId: string;
|
|
211
|
-
billId: number;
|
|
212
|
-
}, {
|
|
213
|
-
accountId: string;
|
|
214
|
-
billId: number;
|
|
215
|
-
}>;
|
|
94
|
+
}, z.core.$strip>;
|
|
216
95
|
/**
|
|
217
96
|
* Input schema for deleting a bill
|
|
218
97
|
*/
|
|
@@ -221,30 +100,14 @@ export declare const BillDeleteInputSchema: z.ZodObject<{
|
|
|
221
100
|
billId: z.ZodNumber;
|
|
222
101
|
confirmed: z.ZodOptional<z.ZodBoolean>;
|
|
223
102
|
confirmationId: z.ZodOptional<z.ZodString>;
|
|
224
|
-
},
|
|
225
|
-
accountId: string;
|
|
226
|
-
billId: number;
|
|
227
|
-
confirmed?: boolean | undefined;
|
|
228
|
-
confirmationId?: string | undefined;
|
|
229
|
-
}, {
|
|
230
|
-
accountId: string;
|
|
231
|
-
billId: number;
|
|
232
|
-
confirmed?: boolean | undefined;
|
|
233
|
-
confirmationId?: string | undefined;
|
|
234
|
-
}>;
|
|
103
|
+
}, z.core.$strip>;
|
|
235
104
|
/**
|
|
236
105
|
* Input schema for archiving a bill
|
|
237
106
|
*/
|
|
238
107
|
export declare const BillArchiveInputSchema: z.ZodObject<{
|
|
239
108
|
accountId: z.ZodString;
|
|
240
109
|
billId: z.ZodNumber;
|
|
241
|
-
},
|
|
242
|
-
accountId: string;
|
|
243
|
-
billId: number;
|
|
244
|
-
}, {
|
|
245
|
-
accountId: string;
|
|
246
|
-
billId: number;
|
|
247
|
-
}>;
|
|
110
|
+
}, z.core.$strip>;
|
|
248
111
|
/**
|
|
249
112
|
* Pagination metadata schema
|
|
250
113
|
*/
|
|
@@ -253,17 +116,7 @@ export declare const PaginationMetadataSchema: z.ZodObject<{
|
|
|
253
116
|
pages: z.ZodNumber;
|
|
254
117
|
perPage: z.ZodNumber;
|
|
255
118
|
total: z.ZodNumber;
|
|
256
|
-
},
|
|
257
|
-
page: number;
|
|
258
|
-
perPage: number;
|
|
259
|
-
pages: number;
|
|
260
|
-
total: number;
|
|
261
|
-
}, {
|
|
262
|
-
page: number;
|
|
263
|
-
perPage: number;
|
|
264
|
-
pages: number;
|
|
265
|
-
total: number;
|
|
266
|
-
}>;
|
|
119
|
+
}, z.core.$strip>;
|
|
267
120
|
/**
|
|
268
121
|
* Output schema for bill list
|
|
269
122
|
*/
|
|
@@ -275,202 +128,41 @@ export declare const BillListOutputSchema: z.ZodObject<{
|
|
|
275
128
|
amount: z.ZodObject<{
|
|
276
129
|
amount: z.ZodString;
|
|
277
130
|
code: z.ZodString;
|
|
278
|
-
},
|
|
279
|
-
code: string;
|
|
280
|
-
amount: string;
|
|
281
|
-
}, {
|
|
282
|
-
code: string;
|
|
283
|
-
amount: string;
|
|
284
|
-
}>;
|
|
131
|
+
}, z.core.$strip>;
|
|
285
132
|
outstandingAmount: z.ZodNullable<z.ZodObject<{
|
|
286
133
|
amount: z.ZodString;
|
|
287
134
|
code: z.ZodString;
|
|
288
|
-
},
|
|
289
|
-
code: string;
|
|
290
|
-
amount: string;
|
|
291
|
-
}, {
|
|
292
|
-
code: string;
|
|
293
|
-
amount: string;
|
|
294
|
-
}>>;
|
|
135
|
+
}, z.core.$strip>>;
|
|
295
136
|
paidAmount: z.ZodNullable<z.ZodObject<{
|
|
296
137
|
amount: z.ZodString;
|
|
297
138
|
code: z.ZodString;
|
|
298
|
-
},
|
|
299
|
-
code: string;
|
|
300
|
-
amount: string;
|
|
301
|
-
}, {
|
|
302
|
-
code: string;
|
|
303
|
-
amount: string;
|
|
304
|
-
}>>;
|
|
139
|
+
}, z.core.$strip>>;
|
|
305
140
|
dueDate: z.ZodNullable<z.ZodString>;
|
|
306
141
|
issueDate: z.ZodString;
|
|
307
|
-
status: z.ZodEnum<
|
|
308
|
-
|
|
142
|
+
status: z.ZodEnum<{
|
|
143
|
+
partial: "partial";
|
|
144
|
+
paid: "paid";
|
|
145
|
+
overdue: "overdue";
|
|
146
|
+
unpaid: "unpaid";
|
|
147
|
+
}>;
|
|
148
|
+
lines: z.ZodArray<z.ZodAny>;
|
|
309
149
|
notes: z.ZodNullable<z.ZodString>;
|
|
310
150
|
attachment: z.ZodNullable<z.ZodAny>;
|
|
311
151
|
taxAmount: z.ZodNullable<z.ZodObject<{
|
|
312
152
|
amount: z.ZodString;
|
|
313
153
|
code: z.ZodString;
|
|
314
|
-
},
|
|
315
|
-
code: string;
|
|
316
|
-
amount: string;
|
|
317
|
-
}, {
|
|
318
|
-
code: string;
|
|
319
|
-
amount: string;
|
|
320
|
-
}>>;
|
|
154
|
+
}, z.core.$strip>>;
|
|
321
155
|
createdAt: z.ZodString;
|
|
322
156
|
updatedAt: z.ZodString;
|
|
323
|
-
visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
324
|
-
},
|
|
325
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
326
|
-
amount: {
|
|
327
|
-
code: string;
|
|
328
|
-
amount: string;
|
|
329
|
-
};
|
|
330
|
-
id: number;
|
|
331
|
-
createdAt: string;
|
|
332
|
-
dueDate: string | null;
|
|
333
|
-
updatedAt: string;
|
|
334
|
-
lines: any[];
|
|
335
|
-
notes: string | null;
|
|
336
|
-
billNumber: string | null;
|
|
337
|
-
vendorId: number;
|
|
338
|
-
outstandingAmount: {
|
|
339
|
-
code: string;
|
|
340
|
-
amount: string;
|
|
341
|
-
} | null;
|
|
342
|
-
paidAmount: {
|
|
343
|
-
code: string;
|
|
344
|
-
amount: string;
|
|
345
|
-
} | null;
|
|
346
|
-
issueDate: string;
|
|
347
|
-
taxAmount: {
|
|
348
|
-
code: string;
|
|
349
|
-
amount: string;
|
|
350
|
-
} | null;
|
|
351
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
352
|
-
attachment?: any;
|
|
353
|
-
}, {
|
|
354
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
355
|
-
amount: {
|
|
356
|
-
code: string;
|
|
357
|
-
amount: string;
|
|
358
|
-
};
|
|
359
|
-
id: number;
|
|
360
|
-
createdAt: string;
|
|
361
|
-
dueDate: string | null;
|
|
362
|
-
updatedAt: string;
|
|
363
|
-
lines: any[];
|
|
364
|
-
notes: string | null;
|
|
365
|
-
billNumber: string | null;
|
|
366
|
-
vendorId: number;
|
|
367
|
-
outstandingAmount: {
|
|
368
|
-
code: string;
|
|
369
|
-
amount: string;
|
|
370
|
-
} | null;
|
|
371
|
-
paidAmount: {
|
|
372
|
-
code: string;
|
|
373
|
-
amount: string;
|
|
374
|
-
} | null;
|
|
375
|
-
issueDate: string;
|
|
376
|
-
taxAmount: {
|
|
377
|
-
code: string;
|
|
378
|
-
amount: string;
|
|
379
|
-
} | null;
|
|
380
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
381
|
-
attachment?: any;
|
|
382
|
-
}>, "many">;
|
|
157
|
+
visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
383
159
|
pagination: z.ZodObject<{
|
|
384
160
|
page: z.ZodNumber;
|
|
385
161
|
pages: z.ZodNumber;
|
|
386
162
|
perPage: z.ZodNumber;
|
|
387
163
|
total: z.ZodNumber;
|
|
388
|
-
},
|
|
389
|
-
|
|
390
|
-
perPage: number;
|
|
391
|
-
pages: number;
|
|
392
|
-
total: number;
|
|
393
|
-
}, {
|
|
394
|
-
page: number;
|
|
395
|
-
perPage: number;
|
|
396
|
-
pages: number;
|
|
397
|
-
total: number;
|
|
398
|
-
}>;
|
|
399
|
-
}, "strip", z.ZodTypeAny, {
|
|
400
|
-
pagination: {
|
|
401
|
-
page: number;
|
|
402
|
-
perPage: number;
|
|
403
|
-
pages: number;
|
|
404
|
-
total: number;
|
|
405
|
-
};
|
|
406
|
-
bills: {
|
|
407
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
408
|
-
amount: {
|
|
409
|
-
code: string;
|
|
410
|
-
amount: string;
|
|
411
|
-
};
|
|
412
|
-
id: number;
|
|
413
|
-
createdAt: string;
|
|
414
|
-
dueDate: string | null;
|
|
415
|
-
updatedAt: string;
|
|
416
|
-
lines: any[];
|
|
417
|
-
notes: string | null;
|
|
418
|
-
billNumber: string | null;
|
|
419
|
-
vendorId: number;
|
|
420
|
-
outstandingAmount: {
|
|
421
|
-
code: string;
|
|
422
|
-
amount: string;
|
|
423
|
-
} | null;
|
|
424
|
-
paidAmount: {
|
|
425
|
-
code: string;
|
|
426
|
-
amount: string;
|
|
427
|
-
} | null;
|
|
428
|
-
issueDate: string;
|
|
429
|
-
taxAmount: {
|
|
430
|
-
code: string;
|
|
431
|
-
amount: string;
|
|
432
|
-
} | null;
|
|
433
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
434
|
-
attachment?: any;
|
|
435
|
-
}[];
|
|
436
|
-
}, {
|
|
437
|
-
pagination: {
|
|
438
|
-
page: number;
|
|
439
|
-
perPage: number;
|
|
440
|
-
pages: number;
|
|
441
|
-
total: number;
|
|
442
|
-
};
|
|
443
|
-
bills: {
|
|
444
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
445
|
-
amount: {
|
|
446
|
-
code: string;
|
|
447
|
-
amount: string;
|
|
448
|
-
};
|
|
449
|
-
id: number;
|
|
450
|
-
createdAt: string;
|
|
451
|
-
dueDate: string | null;
|
|
452
|
-
updatedAt: string;
|
|
453
|
-
lines: any[];
|
|
454
|
-
notes: string | null;
|
|
455
|
-
billNumber: string | null;
|
|
456
|
-
vendorId: number;
|
|
457
|
-
outstandingAmount: {
|
|
458
|
-
code: string;
|
|
459
|
-
amount: string;
|
|
460
|
-
} | null;
|
|
461
|
-
paidAmount: {
|
|
462
|
-
code: string;
|
|
463
|
-
amount: string;
|
|
464
|
-
} | null;
|
|
465
|
-
issueDate: string;
|
|
466
|
-
taxAmount: {
|
|
467
|
-
code: string;
|
|
468
|
-
amount: string;
|
|
469
|
-
} | null;
|
|
470
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
471
|
-
attachment?: any;
|
|
472
|
-
}[];
|
|
473
|
-
}>;
|
|
164
|
+
}, z.core.$strip>;
|
|
165
|
+
}, z.core.$strip>;
|
|
474
166
|
/**
|
|
475
167
|
* Output schema for single bill operations
|
|
476
168
|
*/
|
|
@@ -481,135 +173,46 @@ export declare const BillSingleOutputSchema: z.ZodObject<{
|
|
|
481
173
|
amount: z.ZodObject<{
|
|
482
174
|
amount: z.ZodString;
|
|
483
175
|
code: z.ZodString;
|
|
484
|
-
},
|
|
485
|
-
code: string;
|
|
486
|
-
amount: string;
|
|
487
|
-
}, {
|
|
488
|
-
code: string;
|
|
489
|
-
amount: string;
|
|
490
|
-
}>;
|
|
176
|
+
}, z.core.$strip>;
|
|
491
177
|
outstandingAmount: z.ZodNullable<z.ZodObject<{
|
|
492
178
|
amount: z.ZodString;
|
|
493
179
|
code: z.ZodString;
|
|
494
|
-
},
|
|
495
|
-
code: string;
|
|
496
|
-
amount: string;
|
|
497
|
-
}, {
|
|
498
|
-
code: string;
|
|
499
|
-
amount: string;
|
|
500
|
-
}>>;
|
|
180
|
+
}, z.core.$strip>>;
|
|
501
181
|
paidAmount: z.ZodNullable<z.ZodObject<{
|
|
502
182
|
amount: z.ZodString;
|
|
503
183
|
code: z.ZodString;
|
|
504
|
-
},
|
|
505
|
-
code: string;
|
|
506
|
-
amount: string;
|
|
507
|
-
}, {
|
|
508
|
-
code: string;
|
|
509
|
-
amount: string;
|
|
510
|
-
}>>;
|
|
184
|
+
}, z.core.$strip>>;
|
|
511
185
|
dueDate: z.ZodNullable<z.ZodString>;
|
|
512
186
|
issueDate: z.ZodString;
|
|
513
|
-
status: z.ZodEnum<
|
|
514
|
-
|
|
187
|
+
status: z.ZodEnum<{
|
|
188
|
+
partial: "partial";
|
|
189
|
+
paid: "paid";
|
|
190
|
+
overdue: "overdue";
|
|
191
|
+
unpaid: "unpaid";
|
|
192
|
+
}>;
|
|
193
|
+
lines: z.ZodArray<z.ZodAny>;
|
|
515
194
|
notes: z.ZodNullable<z.ZodString>;
|
|
516
195
|
attachment: z.ZodNullable<z.ZodAny>;
|
|
517
196
|
taxAmount: z.ZodNullable<z.ZodObject<{
|
|
518
197
|
amount: z.ZodString;
|
|
519
198
|
code: z.ZodString;
|
|
520
|
-
},
|
|
521
|
-
code: string;
|
|
522
|
-
amount: string;
|
|
523
|
-
}, {
|
|
524
|
-
code: string;
|
|
525
|
-
amount: string;
|
|
526
|
-
}>>;
|
|
199
|
+
}, z.core.$strip>>;
|
|
527
200
|
createdAt: z.ZodString;
|
|
528
201
|
updatedAt: z.ZodString;
|
|
529
|
-
visState: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
530
|
-
},
|
|
531
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
532
|
-
amount: {
|
|
533
|
-
code: string;
|
|
534
|
-
amount: string;
|
|
535
|
-
};
|
|
536
|
-
id: number;
|
|
537
|
-
createdAt: string;
|
|
538
|
-
dueDate: string | null;
|
|
539
|
-
updatedAt: string;
|
|
540
|
-
lines: any[];
|
|
541
|
-
notes: string | null;
|
|
542
|
-
billNumber: string | null;
|
|
543
|
-
vendorId: number;
|
|
544
|
-
outstandingAmount: {
|
|
545
|
-
code: string;
|
|
546
|
-
amount: string;
|
|
547
|
-
} | null;
|
|
548
|
-
paidAmount: {
|
|
549
|
-
code: string;
|
|
550
|
-
amount: string;
|
|
551
|
-
} | null;
|
|
552
|
-
issueDate: string;
|
|
553
|
-
taxAmount: {
|
|
554
|
-
code: string;
|
|
555
|
-
amount: string;
|
|
556
|
-
} | null;
|
|
557
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
558
|
-
attachment?: any;
|
|
559
|
-
}, {
|
|
560
|
-
status: "partial" | "paid" | "overdue" | "unpaid";
|
|
561
|
-
amount: {
|
|
562
|
-
code: string;
|
|
563
|
-
amount: string;
|
|
564
|
-
};
|
|
565
|
-
id: number;
|
|
566
|
-
createdAt: string;
|
|
567
|
-
dueDate: string | null;
|
|
568
|
-
updatedAt: string;
|
|
569
|
-
lines: any[];
|
|
570
|
-
notes: string | null;
|
|
571
|
-
billNumber: string | null;
|
|
572
|
-
vendorId: number;
|
|
573
|
-
outstandingAmount: {
|
|
574
|
-
code: string;
|
|
575
|
-
amount: string;
|
|
576
|
-
} | null;
|
|
577
|
-
paidAmount: {
|
|
578
|
-
code: string;
|
|
579
|
-
amount: string;
|
|
580
|
-
} | null;
|
|
581
|
-
issueDate: string;
|
|
582
|
-
taxAmount: {
|
|
583
|
-
code: string;
|
|
584
|
-
amount: string;
|
|
585
|
-
} | null;
|
|
586
|
-
visState?: 0 | 1 | 2 | undefined;
|
|
587
|
-
attachment?: any;
|
|
588
|
-
}>;
|
|
202
|
+
visState: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>]>>;
|
|
203
|
+
}, z.core.$strip>;
|
|
589
204
|
/**
|
|
590
205
|
* Output schema for bill deletion
|
|
591
206
|
*/
|
|
592
207
|
export declare const BillDeleteOutputSchema: z.ZodObject<{
|
|
593
208
|
success: z.ZodBoolean;
|
|
594
209
|
billId: z.ZodNumber;
|
|
595
|
-
},
|
|
596
|
-
success: boolean;
|
|
597
|
-
billId: number;
|
|
598
|
-
}, {
|
|
599
|
-
success: boolean;
|
|
600
|
-
billId: number;
|
|
601
|
-
}>;
|
|
210
|
+
}, z.core.$strip>;
|
|
602
211
|
/**
|
|
603
212
|
* Output schema for bill archiving
|
|
604
213
|
*/
|
|
605
214
|
export declare const BillArchiveOutputSchema: z.ZodObject<{
|
|
606
215
|
success: z.ZodBoolean;
|
|
607
216
|
billId: z.ZodNumber;
|
|
608
|
-
},
|
|
609
|
-
success: boolean;
|
|
610
|
-
billId: number;
|
|
611
|
-
}, {
|
|
612
|
-
success: boolean;
|
|
613
|
-
billId: number;
|
|
614
|
-
}>;
|
|
217
|
+
}, z.core.$strip>;
|
|
615
218
|
//# sourceMappingURL=schemas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/tools/bill/schemas.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../src/tools/bill/schemas.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;EAAmD,CAAC;AAE/E;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiBrB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;iBAahC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;iBAe9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;iBAGjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;iBAKnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAa,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;iBAGjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;iBAGlC,CAAC"}
|