@energio/holded-mcp 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +1040 -0
- package/dist/constants.d.ts +60 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +72 -0
- package/dist/constants.js.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +86 -0
- package/dist/index.js.map +1 -0
- package/dist/schemas/accounting/account-balances.d.ts +19 -0
- package/dist/schemas/accounting/account-balances.d.ts.map +1 -0
- package/dist/schemas/accounting/account-balances.js +28 -0
- package/dist/schemas/accounting/account-balances.js.map +1 -0
- package/dist/schemas/accounting/accounts.d.ts +49 -0
- package/dist/schemas/accounting/accounts.d.ts.map +1 -0
- package/dist/schemas/accounting/accounts.js +50 -0
- package/dist/schemas/accounting/accounts.js.map +1 -0
- package/dist/schemas/accounting/daily-ledger.d.ts +45 -0
- package/dist/schemas/accounting/daily-ledger.d.ts.map +1 -0
- package/dist/schemas/accounting/daily-ledger.js +57 -0
- package/dist/schemas/accounting/daily-ledger.js.map +1 -0
- package/dist/schemas/common.d.ts +118 -0
- package/dist/schemas/common.d.ts.map +1 -0
- package/dist/schemas/common.js +126 -0
- package/dist/schemas/common.js.map +1 -0
- package/dist/schemas/crm/bookings.d.ts +108 -0
- package/dist/schemas/crm/bookings.d.ts.map +1 -0
- package/dist/schemas/crm/bookings.js +96 -0
- package/dist/schemas/crm/bookings.js.map +1 -0
- package/dist/schemas/crm/events.d.ts +57 -0
- package/dist/schemas/crm/events.d.ts.map +1 -0
- package/dist/schemas/crm/events.js +53 -0
- package/dist/schemas/crm/events.js.map +1 -0
- package/dist/schemas/crm/funnels.d.ts +60 -0
- package/dist/schemas/crm/funnels.d.ts.map +1 -0
- package/dist/schemas/crm/funnels.js +48 -0
- package/dist/schemas/crm/funnels.js.map +1 -0
- package/dist/schemas/crm/leads.d.ts +146 -0
- package/dist/schemas/crm/leads.d.ts.map +1 -0
- package/dist/schemas/crm/leads.js +129 -0
- package/dist/schemas/crm/leads.js.map +1 -0
- package/dist/schemas/invoicing/contacts.d.ts +352 -0
- package/dist/schemas/invoicing/contacts.d.ts.map +1 -0
- package/dist/schemas/invoicing/contacts.js +187 -0
- package/dist/schemas/invoicing/contacts.js.map +1 -0
- package/dist/schemas/invoicing/documents.d.ts +424 -0
- package/dist/schemas/invoicing/documents.d.ts.map +1 -0
- package/dist/schemas/invoicing/documents.js +217 -0
- package/dist/schemas/invoicing/documents.js.map +1 -0
- package/dist/schemas/invoicing/expenses-accounts.d.ts +47 -0
- package/dist/schemas/invoicing/expenses-accounts.d.ts.map +1 -0
- package/dist/schemas/invoicing/expenses-accounts.js +43 -0
- package/dist/schemas/invoicing/expenses-accounts.js.map +1 -0
- package/dist/schemas/invoicing/numbering-series.d.ts +94 -0
- package/dist/schemas/invoicing/numbering-series.d.ts.map +1 -0
- package/dist/schemas/invoicing/numbering-series.js +43 -0
- package/dist/schemas/invoicing/numbering-series.js.map +1 -0
- package/dist/schemas/invoicing/payments.d.ts +50 -0
- package/dist/schemas/invoicing/payments.d.ts.map +1 -0
- package/dist/schemas/invoicing/payments.js +46 -0
- package/dist/schemas/invoicing/payments.js.map +1 -0
- package/dist/schemas/invoicing/products.d.ts +176 -0
- package/dist/schemas/invoicing/products.d.ts.map +1 -0
- package/dist/schemas/invoicing/products.js +149 -0
- package/dist/schemas/invoicing/products.js.map +1 -0
- package/dist/schemas/invoicing/remittances.d.ts +21 -0
- package/dist/schemas/invoicing/remittances.d.ts.map +1 -0
- package/dist/schemas/invoicing/remittances.js +20 -0
- package/dist/schemas/invoicing/remittances.js.map +1 -0
- package/dist/schemas/invoicing/sales-channels.d.ts +45 -0
- package/dist/schemas/invoicing/sales-channels.d.ts.map +1 -0
- package/dist/schemas/invoicing/sales-channels.js +41 -0
- package/dist/schemas/invoicing/sales-channels.js.map +1 -0
- package/dist/schemas/invoicing/services.d.ts +55 -0
- package/dist/schemas/invoicing/services.d.ts.map +1 -0
- package/dist/schemas/invoicing/services.js +51 -0
- package/dist/schemas/invoicing/services.js.map +1 -0
- package/dist/schemas/invoicing/taxes.d.ts +12 -0
- package/dist/schemas/invoicing/taxes.d.ts.map +1 -0
- package/dist/schemas/invoicing/taxes.js +12 -0
- package/dist/schemas/invoicing/taxes.js.map +1 -0
- package/dist/schemas/invoicing/treasury.d.ts +42 -0
- package/dist/schemas/invoicing/treasury.d.ts.map +1 -0
- package/dist/schemas/invoicing/treasury.js +39 -0
- package/dist/schemas/invoicing/treasury.js.map +1 -0
- package/dist/schemas/invoicing/warehouses.d.ts +61 -0
- package/dist/schemas/invoicing/warehouses.d.ts.map +1 -0
- package/dist/schemas/invoicing/warehouses.js +43 -0
- package/dist/schemas/invoicing/warehouses.js.map +1 -0
- package/dist/schemas/projects/projects.d.ts +60 -0
- package/dist/schemas/projects/projects.d.ts.map +1 -0
- package/dist/schemas/projects/projects.js +55 -0
- package/dist/schemas/projects/projects.js.map +1 -0
- package/dist/schemas/projects/tasks.d.ts +68 -0
- package/dist/schemas/projects/tasks.d.ts.map +1 -0
- package/dist/schemas/projects/tasks.js +64 -0
- package/dist/schemas/projects/tasks.js.map +1 -0
- package/dist/schemas/projects/time-tracking.d.ts +80 -0
- package/dist/schemas/projects/time-tracking.d.ts.map +1 -0
- package/dist/schemas/projects/time-tracking.js +75 -0
- package/dist/schemas/projects/time-tracking.js.map +1 -0
- package/dist/schemas/team/employees.d.ts +135 -0
- package/dist/schemas/team/employees.d.ts.map +1 -0
- package/dist/schemas/team/employees.js +144 -0
- package/dist/schemas/team/employees.js.map +1 -0
- package/dist/schemas/team/time-tracking.d.ts +98 -0
- package/dist/schemas/team/time-tracking.d.ts.map +1 -0
- package/dist/schemas/team/time-tracking.js +89 -0
- package/dist/schemas/team/time-tracking.js.map +1 -0
- package/dist/services/api.d.ts +118 -0
- package/dist/services/api.d.ts.map +1 -0
- package/dist/services/api.js +441 -0
- package/dist/services/api.js.map +1 -0
- package/dist/tools/accounting/account-balances.d.ts +44 -0
- package/dist/tools/accounting/account-balances.d.ts.map +1 -0
- package/dist/tools/accounting/account-balances.js +240 -0
- package/dist/tools/accounting/account-balances.js.map +1 -0
- package/dist/tools/accounting/accounts.d.ts +18 -0
- package/dist/tools/accounting/accounts.d.ts.map +1 -0
- package/dist/tools/accounting/accounts.js +131 -0
- package/dist/tools/accounting/accounts.js.map +1 -0
- package/dist/tools/accounting/daily-ledger.d.ts +9 -0
- package/dist/tools/accounting/daily-ledger.d.ts.map +1 -0
- package/dist/tools/accounting/daily-ledger.js +117 -0
- package/dist/tools/accounting/daily-ledger.js.map +1 -0
- package/dist/tools/accounting/index.d.ts +9 -0
- package/dist/tools/accounting/index.d.ts.map +1 -0
- package/dist/tools/accounting/index.js +15 -0
- package/dist/tools/accounting/index.js.map +1 -0
- package/dist/tools/crm/bookings.d.ts +18 -0
- package/dist/tools/crm/bookings.d.ts.map +1 -0
- package/dist/tools/crm/bookings.js +272 -0
- package/dist/tools/crm/bookings.js.map +1 -0
- package/dist/tools/crm/events.d.ts +18 -0
- package/dist/tools/crm/events.d.ts.map +1 -0
- package/dist/tools/crm/events.js +134 -0
- package/dist/tools/crm/events.js.map +1 -0
- package/dist/tools/crm/funnels.d.ts +18 -0
- package/dist/tools/crm/funnels.d.ts.map +1 -0
- package/dist/tools/crm/funnels.js +113 -0
- package/dist/tools/crm/funnels.js.map +1 -0
- package/dist/tools/crm/index.d.ts +9 -0
- package/dist/tools/crm/index.d.ts.map +1 -0
- package/dist/tools/crm/index.js +17 -0
- package/dist/tools/crm/index.js.map +1 -0
- package/dist/tools/crm/leads.d.ts +18 -0
- package/dist/tools/crm/leads.d.ts.map +1 -0
- package/dist/tools/crm/leads.js +519 -0
- package/dist/tools/crm/leads.js.map +1 -0
- package/dist/tools/factory.d.ts +55 -0
- package/dist/tools/factory.d.ts.map +1 -0
- package/dist/tools/factory.js +145 -0
- package/dist/tools/factory.js.map +1 -0
- package/dist/tools/invoicing/contacts.d.ts +26 -0
- package/dist/tools/invoicing/contacts.d.ts.map +1 -0
- package/dist/tools/invoicing/contacts.js +358 -0
- package/dist/tools/invoicing/contacts.js.map +1 -0
- package/dist/tools/invoicing/documents.d.ts +18 -0
- package/dist/tools/invoicing/documents.d.ts.map +1 -0
- package/dist/tools/invoicing/documents.js +578 -0
- package/dist/tools/invoicing/documents.js.map +1 -0
- package/dist/tools/invoicing/expenses-accounts.d.ts +25 -0
- package/dist/tools/invoicing/expenses-accounts.d.ts.map +1 -0
- package/dist/tools/invoicing/expenses-accounts.js +111 -0
- package/dist/tools/invoicing/expenses-accounts.js.map +1 -0
- package/dist/tools/invoicing/index.d.ts +9 -0
- package/dist/tools/invoicing/index.d.ts.map +1 -0
- package/dist/tools/invoicing/index.js +33 -0
- package/dist/tools/invoicing/index.js.map +1 -0
- package/dist/tools/invoicing/numbering-series.d.ts +9 -0
- package/dist/tools/invoicing/numbering-series.d.ts.map +1 -0
- package/dist/tools/invoicing/numbering-series.js +161 -0
- package/dist/tools/invoicing/numbering-series.js.map +1 -0
- package/dist/tools/invoicing/payments.d.ts +18 -0
- package/dist/tools/invoicing/payments.d.ts.map +1 -0
- package/dist/tools/invoicing/payments.js +175 -0
- package/dist/tools/invoicing/payments.js.map +1 -0
- package/dist/tools/invoicing/products.d.ts +18 -0
- package/dist/tools/invoicing/products.d.ts.map +1 -0
- package/dist/tools/invoicing/products.js +389 -0
- package/dist/tools/invoicing/products.js.map +1 -0
- package/dist/tools/invoicing/remittances.d.ts +17 -0
- package/dist/tools/invoicing/remittances.d.ts.map +1 -0
- package/dist/tools/invoicing/remittances.js +76 -0
- package/dist/tools/invoicing/remittances.js.map +1 -0
- package/dist/tools/invoicing/sales-channels.d.ts +24 -0
- package/dist/tools/invoicing/sales-channels.d.ts.map +1 -0
- package/dist/tools/invoicing/sales-channels.js +105 -0
- package/dist/tools/invoicing/sales-channels.js.map +1 -0
- package/dist/tools/invoicing/services.d.ts +29 -0
- package/dist/tools/invoicing/services.d.ts.map +1 -0
- package/dist/tools/invoicing/services.js +124 -0
- package/dist/tools/invoicing/services.js.map +1 -0
- package/dist/tools/invoicing/taxes.d.ts +18 -0
- package/dist/tools/invoicing/taxes.d.ts.map +1 -0
- package/dist/tools/invoicing/taxes.js +58 -0
- package/dist/tools/invoicing/taxes.js.map +1 -0
- package/dist/tools/invoicing/treasury.d.ts +9 -0
- package/dist/tools/invoicing/treasury.d.ts.map +1 -0
- package/dist/tools/invoicing/treasury.js +196 -0
- package/dist/tools/invoicing/treasury.js.map +1 -0
- package/dist/tools/invoicing/warehouses.d.ts +18 -0
- package/dist/tools/invoicing/warehouses.d.ts.map +1 -0
- package/dist/tools/invoicing/warehouses.js +133 -0
- package/dist/tools/invoicing/warehouses.js.map +1 -0
- package/dist/tools/projects/index.d.ts +9 -0
- package/dist/tools/projects/index.d.ts.map +1 -0
- package/dist/tools/projects/index.js +15 -0
- package/dist/tools/projects/index.js.map +1 -0
- package/dist/tools/projects/projects.d.ts +18 -0
- package/dist/tools/projects/projects.d.ts.map +1 -0
- package/dist/tools/projects/projects.js +203 -0
- package/dist/tools/projects/projects.js.map +1 -0
- package/dist/tools/projects/tasks.d.ts +18 -0
- package/dist/tools/projects/tasks.d.ts.map +1 -0
- package/dist/tools/projects/tasks.js +154 -0
- package/dist/tools/projects/tasks.js.map +1 -0
- package/dist/tools/projects/time-tracking.d.ts +14 -0
- package/dist/tools/projects/time-tracking.d.ts.map +1 -0
- package/dist/tools/projects/time-tracking.js +291 -0
- package/dist/tools/projects/time-tracking.js.map +1 -0
- package/dist/tools/team/employees.d.ts +18 -0
- package/dist/tools/team/employees.d.ts.map +1 -0
- package/dist/tools/team/employees.js +149 -0
- package/dist/tools/team/employees.js.map +1 -0
- package/dist/tools/team/index.d.ts +9 -0
- package/dist/tools/team/index.d.ts.map +1 -0
- package/dist/tools/team/index.js +13 -0
- package/dist/tools/team/index.js.map +1 -0
- package/dist/tools/team/time-tracking.d.ts +18 -0
- package/dist/tools/team/time-tracking.d.ts.map +1 -0
- package/dist/tools/team/time-tracking.js +398 -0
- package/dist/tools/team/time-tracking.js.map +1 -0
- package/dist/tools/utilities.d.ts +45 -0
- package/dist/tools/utilities.d.ts.map +1 -0
- package/dist/tools/utilities.js +55 -0
- package/dist/tools/utilities.js.map +1 -0
- package/dist/types.d.ts +640 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +29 -0
- package/dist/types.js.map +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Zod schemas for Lead-related operations
|
|
3
|
+
*/
|
|
4
|
+
import { z } from "zod";
|
|
5
|
+
/**
|
|
6
|
+
* List leads input schema
|
|
7
|
+
*/
|
|
8
|
+
export declare const ListLeadsInputSchema: z.ZodObject<{
|
|
9
|
+
page: z.ZodDefault<z.ZodNumber>;
|
|
10
|
+
funnel_id: z.ZodOptional<z.ZodString>;
|
|
11
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
12
|
+
}, z.core.$strict>;
|
|
13
|
+
export type ListLeadsInput = z.infer<typeof ListLeadsInputSchema>;
|
|
14
|
+
/**
|
|
15
|
+
* Get lead input schema
|
|
16
|
+
*/
|
|
17
|
+
export declare const GetLeadInputSchema: z.ZodObject<{
|
|
18
|
+
lead_id: z.ZodString;
|
|
19
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
20
|
+
}, z.core.$strict>;
|
|
21
|
+
export type GetLeadInput = z.infer<typeof GetLeadInputSchema>;
|
|
22
|
+
/**
|
|
23
|
+
* Create lead input schema
|
|
24
|
+
*/
|
|
25
|
+
export declare const CreateLeadInputSchema: z.ZodObject<{
|
|
26
|
+
name: z.ZodString;
|
|
27
|
+
funnel_id: z.ZodString;
|
|
28
|
+
contact_id: z.ZodString;
|
|
29
|
+
stage_id: z.ZodOptional<z.ZodString>;
|
|
30
|
+
contact_name: z.ZodOptional<z.ZodString>;
|
|
31
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
32
|
+
due_date: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
}, z.core.$strict>;
|
|
34
|
+
export type CreateLeadInput = z.infer<typeof CreateLeadInputSchema>;
|
|
35
|
+
/**
|
|
36
|
+
* Update lead input schema
|
|
37
|
+
*/
|
|
38
|
+
export declare const UpdateLeadInputSchema: z.ZodObject<{
|
|
39
|
+
lead_id: z.ZodString;
|
|
40
|
+
name: z.ZodOptional<z.ZodString>;
|
|
41
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
42
|
+
due_date: z.ZodOptional<z.ZodNumber>;
|
|
43
|
+
status: z.ZodOptional<z.ZodNumber>;
|
|
44
|
+
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
45
|
+
field: z.ZodString;
|
|
46
|
+
value: z.ZodString;
|
|
47
|
+
}, z.core.$strict>>>;
|
|
48
|
+
}, z.core.$strict>;
|
|
49
|
+
export type UpdateLeadInput = z.infer<typeof UpdateLeadInputSchema>;
|
|
50
|
+
/**
|
|
51
|
+
* Delete lead input schema
|
|
52
|
+
*/
|
|
53
|
+
export declare const DeleteLeadInputSchema: z.ZodObject<{
|
|
54
|
+
lead_id: z.ZodString;
|
|
55
|
+
}, z.core.$strict>;
|
|
56
|
+
export type DeleteLeadInput = z.infer<typeof DeleteLeadInputSchema>;
|
|
57
|
+
/**
|
|
58
|
+
* Update lead stage input schema
|
|
59
|
+
*/
|
|
60
|
+
export declare const UpdateLeadStageInputSchema: z.ZodObject<{
|
|
61
|
+
lead_id: z.ZodString;
|
|
62
|
+
stage_id: z.ZodString;
|
|
63
|
+
}, z.core.$strict>;
|
|
64
|
+
export type UpdateLeadStageInput = z.infer<typeof UpdateLeadStageInputSchema>;
|
|
65
|
+
/**
|
|
66
|
+
* Create lead note input schema
|
|
67
|
+
*/
|
|
68
|
+
export declare const CreateLeadNoteInputSchema: z.ZodObject<{
|
|
69
|
+
lead_id: z.ZodString;
|
|
70
|
+
content: z.ZodString;
|
|
71
|
+
}, z.core.$strict>;
|
|
72
|
+
export type CreateLeadNoteInput = z.infer<typeof CreateLeadNoteInputSchema>;
|
|
73
|
+
/**
|
|
74
|
+
* Update lead task input schema
|
|
75
|
+
*/
|
|
76
|
+
export declare const UpdateLeadTaskInputSchema: z.ZodObject<{
|
|
77
|
+
lead_id: z.ZodString;
|
|
78
|
+
task_id: z.ZodString;
|
|
79
|
+
name: z.ZodOptional<z.ZodString>;
|
|
80
|
+
description: z.ZodOptional<z.ZodString>;
|
|
81
|
+
due_date: z.ZodOptional<z.ZodNumber>;
|
|
82
|
+
completed: z.ZodOptional<z.ZodBoolean>;
|
|
83
|
+
assigned_to: z.ZodOptional<z.ZodString>;
|
|
84
|
+
}, z.core.$strict>;
|
|
85
|
+
export type UpdateLeadTaskInput = z.infer<typeof UpdateLeadTaskInputSchema>;
|
|
86
|
+
/**
|
|
87
|
+
* Update lead note input schema
|
|
88
|
+
*/
|
|
89
|
+
export declare const UpdateLeadNoteInputSchema: z.ZodObject<{
|
|
90
|
+
lead_id: z.ZodString;
|
|
91
|
+
note_id: z.ZodString;
|
|
92
|
+
content: z.ZodString;
|
|
93
|
+
}, z.core.$strict>;
|
|
94
|
+
export type UpdateLeadNoteInput = z.infer<typeof UpdateLeadNoteInputSchema>;
|
|
95
|
+
/**
|
|
96
|
+
* Delete lead task input schema
|
|
97
|
+
*/
|
|
98
|
+
export declare const DeleteLeadTaskInputSchema: z.ZodObject<{
|
|
99
|
+
lead_id: z.ZodString;
|
|
100
|
+
task_id: z.ZodString;
|
|
101
|
+
}, z.core.$strict>;
|
|
102
|
+
export type DeleteLeadTaskInput = z.infer<typeof DeleteLeadTaskInputSchema>;
|
|
103
|
+
/**
|
|
104
|
+
* Update lead dates input schema
|
|
105
|
+
*/
|
|
106
|
+
export declare const UpdateLeadDatesInputSchema: z.ZodObject<{
|
|
107
|
+
lead_id: z.ZodString;
|
|
108
|
+
creation_date: z.ZodOptional<z.ZodNumber>;
|
|
109
|
+
}, z.core.$strict>;
|
|
110
|
+
export type UpdateLeadDatesInput = z.infer<typeof UpdateLeadDatesInputSchema>;
|
|
111
|
+
/**
|
|
112
|
+
* Create lead task input schema
|
|
113
|
+
*/
|
|
114
|
+
export declare const CreateLeadTaskInputSchema: z.ZodObject<{
|
|
115
|
+
lead_id: z.ZodString;
|
|
116
|
+
name: z.ZodString;
|
|
117
|
+
description: z.ZodOptional<z.ZodString>;
|
|
118
|
+
due_date: z.ZodOptional<z.ZodNumber>;
|
|
119
|
+
assigned_to: z.ZodOptional<z.ZodString>;
|
|
120
|
+
}, z.core.$strict>;
|
|
121
|
+
export type CreateLeadTaskInput = z.infer<typeof CreateLeadTaskInputSchema>;
|
|
122
|
+
/**
|
|
123
|
+
* List lead notes input schema
|
|
124
|
+
*/
|
|
125
|
+
export declare const ListLeadNotesInputSchema: z.ZodObject<{
|
|
126
|
+
lead_id: z.ZodString;
|
|
127
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
128
|
+
}, z.core.$strict>;
|
|
129
|
+
export type ListLeadNotesInput = z.infer<typeof ListLeadNotesInputSchema>;
|
|
130
|
+
/**
|
|
131
|
+
* List lead tasks input schema
|
|
132
|
+
*/
|
|
133
|
+
export declare const ListLeadTasksInputSchema: z.ZodObject<{
|
|
134
|
+
lead_id: z.ZodString;
|
|
135
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
136
|
+
}, z.core.$strict>;
|
|
137
|
+
export type ListLeadTasksInput = z.infer<typeof ListLeadTasksInputSchema>;
|
|
138
|
+
/**
|
|
139
|
+
* Delete lead note input schema
|
|
140
|
+
*/
|
|
141
|
+
export declare const DeleteLeadNoteInputSchema: z.ZodObject<{
|
|
142
|
+
lead_id: z.ZodString;
|
|
143
|
+
note_id: z.ZodString;
|
|
144
|
+
}, z.core.$strict>;
|
|
145
|
+
export type DeleteLeadNoteInput = z.infer<typeof DeleteLeadNoteInputSchema>;
|
|
146
|
+
//# sourceMappingURL=leads.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leads.d.ts","sourceRoot":"","sources":["../../../src/schemas/crm/leads.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;kBAI/B,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;kBAG7B,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;kBAQhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;kBAOhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;kBAEhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;kBAGrC,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;kBAGpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;kBAQpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;kBAIpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;kBAGpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;kBAGrC,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;kBAMpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;kBAGnC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;kBAGnC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;kBAGpC,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Zod schemas for Lead-related operations
|
|
3
|
+
*/
|
|
4
|
+
import { z } from "zod";
|
|
5
|
+
import { IdSchema, PaginationSchema, ResponseFormatSchema, TimestampSchema, CustomFieldsSchema, } from "../common.js";
|
|
6
|
+
/**
|
|
7
|
+
* List leads input schema
|
|
8
|
+
*/
|
|
9
|
+
export const ListLeadsInputSchema = z.strictObject({
|
|
10
|
+
page: PaginationSchema.shape.page,
|
|
11
|
+
funnel_id: z.string().optional().describe("Filter by funnel ID"),
|
|
12
|
+
response_format: ResponseFormatSchema,
|
|
13
|
+
});
|
|
14
|
+
/**
|
|
15
|
+
* Get lead input schema
|
|
16
|
+
*/
|
|
17
|
+
export const GetLeadInputSchema = z.strictObject({
|
|
18
|
+
lead_id: IdSchema.describe("The lead ID to retrieve"),
|
|
19
|
+
response_format: ResponseFormatSchema,
|
|
20
|
+
});
|
|
21
|
+
/**
|
|
22
|
+
* Create lead input schema
|
|
23
|
+
*/
|
|
24
|
+
export const CreateLeadInputSchema = z.strictObject({
|
|
25
|
+
name: z.string().min(1, { message: "Name is required" }).describe("Lead name (required)"),
|
|
26
|
+
funnel_id: z.string().min(1, { message: "Funnel ID is required" }).describe("Funnel ID to place the lead in (required)"),
|
|
27
|
+
contact_id: z.string().min(1, { message: "Contact ID is required" }).describe("Associated contact ID (required)"),
|
|
28
|
+
stage_id: z.string().optional().describe("Stage ID within the funnel"),
|
|
29
|
+
contact_name: z.string().optional().describe("Contact name"),
|
|
30
|
+
value: z.number().min(0).optional().describe("Monetary value of the lead"),
|
|
31
|
+
due_date: TimestampSchema.describe("Due date as Unix timestamp"),
|
|
32
|
+
});
|
|
33
|
+
/**
|
|
34
|
+
* Update lead input schema
|
|
35
|
+
*/
|
|
36
|
+
export const UpdateLeadInputSchema = z.strictObject({
|
|
37
|
+
lead_id: IdSchema.describe("The lead ID to update"),
|
|
38
|
+
name: z.string().min(1).optional().describe("Lead name"),
|
|
39
|
+
value: z.number().min(0).optional().describe("Monetary value of the lead"),
|
|
40
|
+
due_date: TimestampSchema.describe("Due date as Unix timestamp"),
|
|
41
|
+
status: z.number().int().optional().describe("Lead status indicator"),
|
|
42
|
+
customFields: CustomFieldsSchema,
|
|
43
|
+
});
|
|
44
|
+
/**
|
|
45
|
+
* Delete lead input schema
|
|
46
|
+
*/
|
|
47
|
+
export const DeleteLeadInputSchema = z.strictObject({
|
|
48
|
+
lead_id: IdSchema.describe("The lead ID to delete"),
|
|
49
|
+
});
|
|
50
|
+
/**
|
|
51
|
+
* Update lead stage input schema
|
|
52
|
+
*/
|
|
53
|
+
export const UpdateLeadStageInputSchema = z.strictObject({
|
|
54
|
+
lead_id: IdSchema.describe("The lead ID to move"),
|
|
55
|
+
stage_id: IdSchema.describe("The target stage ID"),
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* Create lead note input schema
|
|
59
|
+
*/
|
|
60
|
+
export const CreateLeadNoteInputSchema = z.strictObject({
|
|
61
|
+
lead_id: IdSchema.describe("The lead ID to add the note to"),
|
|
62
|
+
content: z.string().min(1, { message: "Note content is required" }).describe("Note content (required)"),
|
|
63
|
+
});
|
|
64
|
+
/**
|
|
65
|
+
* Update lead task input schema
|
|
66
|
+
*/
|
|
67
|
+
export const UpdateLeadTaskInputSchema = z.strictObject({
|
|
68
|
+
lead_id: IdSchema.describe("The lead ID"),
|
|
69
|
+
task_id: IdSchema.describe("The task ID to update"),
|
|
70
|
+
name: z.string().min(1).optional().describe("Task name"),
|
|
71
|
+
description: z.string().optional().describe("Task description"),
|
|
72
|
+
due_date: TimestampSchema.describe("Due date as Unix timestamp"),
|
|
73
|
+
completed: z.boolean().optional().describe("Whether the task is completed"),
|
|
74
|
+
assigned_to: z.string().optional().describe("User ID to assign the task to"),
|
|
75
|
+
});
|
|
76
|
+
/**
|
|
77
|
+
* Update lead note input schema
|
|
78
|
+
*/
|
|
79
|
+
export const UpdateLeadNoteInputSchema = z.strictObject({
|
|
80
|
+
lead_id: IdSchema.describe("The lead ID"),
|
|
81
|
+
note_id: IdSchema.describe("The note ID to update"),
|
|
82
|
+
content: z.string().min(1, { message: "Note content is required" }).describe("Note content (required)"),
|
|
83
|
+
});
|
|
84
|
+
/**
|
|
85
|
+
* Delete lead task input schema
|
|
86
|
+
*/
|
|
87
|
+
export const DeleteLeadTaskInputSchema = z.strictObject({
|
|
88
|
+
lead_id: IdSchema.describe("The lead ID"),
|
|
89
|
+
task_id: IdSchema.describe("The task ID to delete"),
|
|
90
|
+
});
|
|
91
|
+
/**
|
|
92
|
+
* Update lead dates input schema
|
|
93
|
+
*/
|
|
94
|
+
export const UpdateLeadDatesInputSchema = z.strictObject({
|
|
95
|
+
lead_id: IdSchema.describe("The lead ID"),
|
|
96
|
+
creation_date: TimestampSchema.describe("Creation date as Unix timestamp"),
|
|
97
|
+
});
|
|
98
|
+
/**
|
|
99
|
+
* Create lead task input schema
|
|
100
|
+
*/
|
|
101
|
+
export const CreateLeadTaskInputSchema = z.strictObject({
|
|
102
|
+
lead_id: IdSchema.describe("The lead ID to add the task to"),
|
|
103
|
+
name: z.string().min(1, { message: "Task name is required" }).describe("Task name (required)"),
|
|
104
|
+
description: z.string().optional().describe("Task description"),
|
|
105
|
+
due_date: TimestampSchema.describe("Due date as Unix timestamp"),
|
|
106
|
+
assigned_to: z.string().optional().describe("User ID to assign the task to"),
|
|
107
|
+
});
|
|
108
|
+
/**
|
|
109
|
+
* List lead notes input schema
|
|
110
|
+
*/
|
|
111
|
+
export const ListLeadNotesInputSchema = z.strictObject({
|
|
112
|
+
lead_id: IdSchema.describe("The lead ID to list notes for"),
|
|
113
|
+
response_format: ResponseFormatSchema,
|
|
114
|
+
});
|
|
115
|
+
/**
|
|
116
|
+
* List lead tasks input schema
|
|
117
|
+
*/
|
|
118
|
+
export const ListLeadTasksInputSchema = z.strictObject({
|
|
119
|
+
lead_id: IdSchema.describe("The lead ID to list tasks for"),
|
|
120
|
+
response_format: ResponseFormatSchema,
|
|
121
|
+
});
|
|
122
|
+
/**
|
|
123
|
+
* Delete lead note input schema
|
|
124
|
+
*/
|
|
125
|
+
export const DeleteLeadNoteInputSchema = z.strictObject({
|
|
126
|
+
lead_id: IdSchema.describe("The lead ID"),
|
|
127
|
+
note_id: IdSchema.describe("The note ID to delete"),
|
|
128
|
+
});
|
|
129
|
+
//# sourceMappingURL=leads.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"leads.js","sourceRoot":"","sources":["../../../src/schemas/crm/leads.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Zod schemas for Contact-related operations
|
|
3
|
+
*/
|
|
4
|
+
import { z } from "zod";
|
|
5
|
+
/**
|
|
6
|
+
* List contacts input schema
|
|
7
|
+
*/
|
|
8
|
+
export declare const ListContactsInputSchema: z.ZodObject<{
|
|
9
|
+
page: z.ZodDefault<z.ZodNumber>;
|
|
10
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
11
|
+
}, z.core.$strict>;
|
|
12
|
+
export type ListContactsInput = z.infer<typeof ListContactsInputSchema>;
|
|
13
|
+
/**
|
|
14
|
+
* Get contact input schema
|
|
15
|
+
*/
|
|
16
|
+
export declare const GetContactInputSchema: z.ZodObject<{
|
|
17
|
+
contact_id: z.ZodString;
|
|
18
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
19
|
+
}, z.core.$strict>;
|
|
20
|
+
export type GetContactInput = z.infer<typeof GetContactInputSchema>;
|
|
21
|
+
/**
|
|
22
|
+
* Social networks schema
|
|
23
|
+
*/
|
|
24
|
+
export declare const SocialNetworksSchema: z.ZodOptional<z.ZodObject<{
|
|
25
|
+
website: z.ZodOptional<z.ZodString>;
|
|
26
|
+
facebook: z.ZodOptional<z.ZodString>;
|
|
27
|
+
twitter: z.ZodOptional<z.ZodString>;
|
|
28
|
+
linkedin: z.ZodOptional<z.ZodString>;
|
|
29
|
+
instagram: z.ZodOptional<z.ZodString>;
|
|
30
|
+
}, z.core.$strict>>;
|
|
31
|
+
/**
|
|
32
|
+
* Contact defaults schema
|
|
33
|
+
*/
|
|
34
|
+
export declare const ContactDefaultsSchema: z.ZodOptional<z.ZodObject<{
|
|
35
|
+
salesChannel: z.ZodOptional<z.ZodString>;
|
|
36
|
+
paymentMethod: z.ZodOptional<z.ZodString>;
|
|
37
|
+
paymentDay: z.ZodOptional<z.ZodNumber>;
|
|
38
|
+
dueDays: z.ZodOptional<z.ZodNumber>;
|
|
39
|
+
expensesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
40
|
+
expensesAccountName: z.ZodOptional<z.ZodString>;
|
|
41
|
+
salesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
42
|
+
salesAccountName: z.ZodOptional<z.ZodString>;
|
|
43
|
+
salesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
44
|
+
purchasesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
45
|
+
accumulateInForm347: z.ZodOptional<z.ZodEnum<{
|
|
46
|
+
Yes: "Yes";
|
|
47
|
+
No: "No";
|
|
48
|
+
}>>;
|
|
49
|
+
discount: z.ZodOptional<z.ZodNumber>;
|
|
50
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
51
|
+
language: z.ZodOptional<z.ZodEnum<{
|
|
52
|
+
es: "es";
|
|
53
|
+
en: "en";
|
|
54
|
+
fr: "fr";
|
|
55
|
+
de: "de";
|
|
56
|
+
it: "it";
|
|
57
|
+
ca: "ca";
|
|
58
|
+
eu: "eu";
|
|
59
|
+
}>>;
|
|
60
|
+
showTradeNameOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
61
|
+
showCountryOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
62
|
+
}, z.core.$strict>>;
|
|
63
|
+
/**
|
|
64
|
+
* Create contact input schema
|
|
65
|
+
*/
|
|
66
|
+
export declare const CreateContactInputSchema: z.ZodObject<{
|
|
67
|
+
name: z.ZodString;
|
|
68
|
+
CustomId: z.ZodOptional<z.ZodString>;
|
|
69
|
+
code: z.ZodOptional<z.ZodString>;
|
|
70
|
+
tradeName: z.ZodOptional<z.ZodString>;
|
|
71
|
+
email: z.ZodOptional<z.ZodString>;
|
|
72
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
73
|
+
mobile: z.ZodOptional<z.ZodString>;
|
|
74
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
75
|
+
client: "client";
|
|
76
|
+
supplier: "supplier";
|
|
77
|
+
lead: "lead";
|
|
78
|
+
debtor: "debtor";
|
|
79
|
+
creditor: "creditor";
|
|
80
|
+
}>>;
|
|
81
|
+
isperson: z.ZodOptional<z.ZodBoolean>;
|
|
82
|
+
iban: z.ZodOptional<z.ZodString>;
|
|
83
|
+
swift: z.ZodOptional<z.ZodString>;
|
|
84
|
+
sepaRef: z.ZodOptional<z.ZodString>;
|
|
85
|
+
sepaDate: z.ZodOptional<z.ZodNumber>;
|
|
86
|
+
clientRecord: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
supplierRecord: z.ZodOptional<z.ZodNumber>;
|
|
88
|
+
taxOperation: z.ZodOptional<z.ZodEnum<{
|
|
89
|
+
general: "general";
|
|
90
|
+
intra: "intra";
|
|
91
|
+
impexp: "impexp";
|
|
92
|
+
nosujeto: "nosujeto";
|
|
93
|
+
receq: "receq";
|
|
94
|
+
exento: "exento";
|
|
95
|
+
}>>;
|
|
96
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
97
|
+
billAddress: z.ZodOptional<z.ZodObject<{
|
|
98
|
+
address: z.ZodOptional<z.ZodString>;
|
|
99
|
+
city: z.ZodOptional<z.ZodString>;
|
|
100
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
101
|
+
province: z.ZodOptional<z.ZodString>;
|
|
102
|
+
country: z.ZodOptional<z.ZodString>;
|
|
103
|
+
countryCode: z.ZodOptional<z.ZodString>;
|
|
104
|
+
}, z.core.$strict>>;
|
|
105
|
+
shippingAddresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
106
|
+
address: z.ZodOptional<z.ZodString>;
|
|
107
|
+
city: z.ZodOptional<z.ZodString>;
|
|
108
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
109
|
+
province: z.ZodOptional<z.ZodString>;
|
|
110
|
+
country: z.ZodOptional<z.ZodString>;
|
|
111
|
+
countryCode: z.ZodOptional<z.ZodString>;
|
|
112
|
+
name: z.ZodOptional<z.ZodString>;
|
|
113
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
114
|
+
privateNote: z.ZodOptional<z.ZodString>;
|
|
115
|
+
}, z.core.$strict>>>;
|
|
116
|
+
socialNetworks: z.ZodOptional<z.ZodObject<{
|
|
117
|
+
website: z.ZodOptional<z.ZodString>;
|
|
118
|
+
facebook: z.ZodOptional<z.ZodString>;
|
|
119
|
+
twitter: z.ZodOptional<z.ZodString>;
|
|
120
|
+
linkedin: z.ZodOptional<z.ZodString>;
|
|
121
|
+
instagram: z.ZodOptional<z.ZodString>;
|
|
122
|
+
}, z.core.$strict>>;
|
|
123
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
124
|
+
salesChannel: z.ZodOptional<z.ZodString>;
|
|
125
|
+
paymentMethod: z.ZodOptional<z.ZodString>;
|
|
126
|
+
paymentDay: z.ZodOptional<z.ZodNumber>;
|
|
127
|
+
dueDays: z.ZodOptional<z.ZodNumber>;
|
|
128
|
+
expensesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
129
|
+
expensesAccountName: z.ZodOptional<z.ZodString>;
|
|
130
|
+
salesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
131
|
+
salesAccountName: z.ZodOptional<z.ZodString>;
|
|
132
|
+
salesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
133
|
+
purchasesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
134
|
+
accumulateInForm347: z.ZodOptional<z.ZodEnum<{
|
|
135
|
+
Yes: "Yes";
|
|
136
|
+
No: "No";
|
|
137
|
+
}>>;
|
|
138
|
+
discount: z.ZodOptional<z.ZodNumber>;
|
|
139
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
140
|
+
language: z.ZodOptional<z.ZodEnum<{
|
|
141
|
+
es: "es";
|
|
142
|
+
en: "en";
|
|
143
|
+
fr: "fr";
|
|
144
|
+
de: "de";
|
|
145
|
+
it: "it";
|
|
146
|
+
ca: "ca";
|
|
147
|
+
eu: "eu";
|
|
148
|
+
}>>;
|
|
149
|
+
showTradeNameOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
150
|
+
showCountryOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
151
|
+
}, z.core.$strict>>;
|
|
152
|
+
numberingSeries: z.ZodOptional<z.ZodObject<{
|
|
153
|
+
invoice: z.ZodOptional<z.ZodString>;
|
|
154
|
+
receipt: z.ZodOptional<z.ZodString>;
|
|
155
|
+
salesOrder: z.ZodOptional<z.ZodString>;
|
|
156
|
+
purchasesOrder: z.ZodOptional<z.ZodString>;
|
|
157
|
+
proform: z.ZodOptional<z.ZodString>;
|
|
158
|
+
waybill: z.ZodOptional<z.ZodString>;
|
|
159
|
+
}, z.core.$strict>>;
|
|
160
|
+
contactPersons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
161
|
+
name: z.ZodString;
|
|
162
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
163
|
+
email: z.ZodOptional<z.ZodString>;
|
|
164
|
+
}, z.core.$strict>>>;
|
|
165
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
166
|
+
note: z.ZodOptional<z.ZodString>;
|
|
167
|
+
}, z.core.$strict>;
|
|
168
|
+
export type CreateContactInput = z.infer<typeof CreateContactInputSchema>;
|
|
169
|
+
/**
|
|
170
|
+
* Update contact input schema
|
|
171
|
+
*/
|
|
172
|
+
export declare const UpdateContactInputSchema: z.ZodObject<{
|
|
173
|
+
contact_id: z.ZodString;
|
|
174
|
+
name: z.ZodOptional<z.ZodString>;
|
|
175
|
+
CustomId: z.ZodOptional<z.ZodString>;
|
|
176
|
+
code: z.ZodOptional<z.ZodString>;
|
|
177
|
+
tradeName: z.ZodOptional<z.ZodString>;
|
|
178
|
+
email: z.ZodOptional<z.ZodString>;
|
|
179
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
180
|
+
mobile: z.ZodOptional<z.ZodString>;
|
|
181
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
182
|
+
client: "client";
|
|
183
|
+
supplier: "supplier";
|
|
184
|
+
lead: "lead";
|
|
185
|
+
debtor: "debtor";
|
|
186
|
+
creditor: "creditor";
|
|
187
|
+
}>>;
|
|
188
|
+
isperson: z.ZodOptional<z.ZodBoolean>;
|
|
189
|
+
iban: z.ZodOptional<z.ZodString>;
|
|
190
|
+
swift: z.ZodOptional<z.ZodString>;
|
|
191
|
+
sepaRef: z.ZodOptional<z.ZodString>;
|
|
192
|
+
sepaDate: z.ZodOptional<z.ZodNumber>;
|
|
193
|
+
clientRecord: z.ZodOptional<z.ZodNumber>;
|
|
194
|
+
supplierRecord: z.ZodOptional<z.ZodNumber>;
|
|
195
|
+
taxOperation: z.ZodOptional<z.ZodEnum<{
|
|
196
|
+
general: "general";
|
|
197
|
+
intra: "intra";
|
|
198
|
+
impexp: "impexp";
|
|
199
|
+
nosujeto: "nosujeto";
|
|
200
|
+
receq: "receq";
|
|
201
|
+
exento: "exento";
|
|
202
|
+
}>>;
|
|
203
|
+
groupId: z.ZodOptional<z.ZodString>;
|
|
204
|
+
billAddress: z.ZodOptional<z.ZodObject<{
|
|
205
|
+
address: z.ZodOptional<z.ZodString>;
|
|
206
|
+
city: z.ZodOptional<z.ZodString>;
|
|
207
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
208
|
+
province: z.ZodOptional<z.ZodString>;
|
|
209
|
+
country: z.ZodOptional<z.ZodString>;
|
|
210
|
+
countryCode: z.ZodOptional<z.ZodString>;
|
|
211
|
+
}, z.core.$strict>>;
|
|
212
|
+
shippingAddresses: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
213
|
+
address: z.ZodOptional<z.ZodString>;
|
|
214
|
+
city: z.ZodOptional<z.ZodString>;
|
|
215
|
+
postalCode: z.ZodOptional<z.ZodString>;
|
|
216
|
+
province: z.ZodOptional<z.ZodString>;
|
|
217
|
+
country: z.ZodOptional<z.ZodString>;
|
|
218
|
+
countryCode: z.ZodOptional<z.ZodString>;
|
|
219
|
+
name: z.ZodOptional<z.ZodString>;
|
|
220
|
+
notes: z.ZodOptional<z.ZodString>;
|
|
221
|
+
privateNote: z.ZodOptional<z.ZodString>;
|
|
222
|
+
}, z.core.$strict>>>;
|
|
223
|
+
socialNetworks: z.ZodOptional<z.ZodObject<{
|
|
224
|
+
website: z.ZodOptional<z.ZodString>;
|
|
225
|
+
facebook: z.ZodOptional<z.ZodString>;
|
|
226
|
+
twitter: z.ZodOptional<z.ZodString>;
|
|
227
|
+
linkedin: z.ZodOptional<z.ZodString>;
|
|
228
|
+
instagram: z.ZodOptional<z.ZodString>;
|
|
229
|
+
}, z.core.$strict>>;
|
|
230
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
231
|
+
salesChannel: z.ZodOptional<z.ZodString>;
|
|
232
|
+
paymentMethod: z.ZodOptional<z.ZodString>;
|
|
233
|
+
paymentDay: z.ZodOptional<z.ZodNumber>;
|
|
234
|
+
dueDays: z.ZodOptional<z.ZodNumber>;
|
|
235
|
+
expensesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
236
|
+
expensesAccountName: z.ZodOptional<z.ZodString>;
|
|
237
|
+
salesAccountRecord: z.ZodOptional<z.ZodNumber>;
|
|
238
|
+
salesAccountName: z.ZodOptional<z.ZodString>;
|
|
239
|
+
salesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
240
|
+
purchasesTaxes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
241
|
+
accumulateInForm347: z.ZodOptional<z.ZodEnum<{
|
|
242
|
+
Yes: "Yes";
|
|
243
|
+
No: "No";
|
|
244
|
+
}>>;
|
|
245
|
+
discount: z.ZodOptional<z.ZodNumber>;
|
|
246
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
247
|
+
language: z.ZodOptional<z.ZodEnum<{
|
|
248
|
+
es: "es";
|
|
249
|
+
en: "en";
|
|
250
|
+
fr: "fr";
|
|
251
|
+
de: "de";
|
|
252
|
+
it: "it";
|
|
253
|
+
ca: "ca";
|
|
254
|
+
eu: "eu";
|
|
255
|
+
}>>;
|
|
256
|
+
showTradeNameOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
257
|
+
showCountryOnDocs: z.ZodOptional<z.ZodBoolean>;
|
|
258
|
+
}, z.core.$strict>>;
|
|
259
|
+
numberingSeries: z.ZodOptional<z.ZodObject<{
|
|
260
|
+
invoice: z.ZodOptional<z.ZodString>;
|
|
261
|
+
receipt: z.ZodOptional<z.ZodString>;
|
|
262
|
+
salesOrder: z.ZodOptional<z.ZodString>;
|
|
263
|
+
purchasesOrder: z.ZodOptional<z.ZodString>;
|
|
264
|
+
proform: z.ZodOptional<z.ZodString>;
|
|
265
|
+
waybill: z.ZodOptional<z.ZodString>;
|
|
266
|
+
}, z.core.$strict>>;
|
|
267
|
+
contactPersons: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
268
|
+
name: z.ZodString;
|
|
269
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
270
|
+
email: z.ZodOptional<z.ZodString>;
|
|
271
|
+
}, z.core.$strict>>>;
|
|
272
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
273
|
+
note: z.ZodOptional<z.ZodString>;
|
|
274
|
+
}, z.core.$strict>;
|
|
275
|
+
export type UpdateContactInput = z.infer<typeof UpdateContactInputSchema>;
|
|
276
|
+
/**
|
|
277
|
+
* Delete contact input schema
|
|
278
|
+
*/
|
|
279
|
+
export declare const DeleteContactInputSchema: z.ZodObject<{
|
|
280
|
+
contact_id: z.ZodString;
|
|
281
|
+
}, z.core.$strict>;
|
|
282
|
+
export type DeleteContactInput = z.infer<typeof DeleteContactInputSchema>;
|
|
283
|
+
/**
|
|
284
|
+
* List contact groups input schema
|
|
285
|
+
*/
|
|
286
|
+
export declare const ListContactGroupsInputSchema: z.ZodObject<{
|
|
287
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
288
|
+
}, z.core.$strict>;
|
|
289
|
+
export type ListContactGroupsInput = z.infer<typeof ListContactGroupsInputSchema>;
|
|
290
|
+
/**
|
|
291
|
+
* Get contact group input schema
|
|
292
|
+
*/
|
|
293
|
+
export declare const GetContactGroupInputSchema: z.ZodObject<{
|
|
294
|
+
group_id: z.ZodString;
|
|
295
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
296
|
+
}, z.core.$strict>;
|
|
297
|
+
export type GetContactGroupInput = z.infer<typeof GetContactGroupInputSchema>;
|
|
298
|
+
/**
|
|
299
|
+
* Create contact group input schema
|
|
300
|
+
*/
|
|
301
|
+
export declare const CreateContactGroupInputSchema: z.ZodObject<{
|
|
302
|
+
name: z.ZodString;
|
|
303
|
+
desc: z.ZodOptional<z.ZodString>;
|
|
304
|
+
color: z.ZodOptional<z.ZodString>;
|
|
305
|
+
pos: z.ZodOptional<z.ZodNumber>;
|
|
306
|
+
}, z.core.$strict>;
|
|
307
|
+
export type CreateContactGroupInput = z.infer<typeof CreateContactGroupInputSchema>;
|
|
308
|
+
/**
|
|
309
|
+
* Update contact group input schema
|
|
310
|
+
*/
|
|
311
|
+
export declare const UpdateContactGroupInputSchema: z.ZodObject<{
|
|
312
|
+
group_id: z.ZodString;
|
|
313
|
+
name: z.ZodOptional<z.ZodString>;
|
|
314
|
+
desc: z.ZodOptional<z.ZodString>;
|
|
315
|
+
color: z.ZodOptional<z.ZodString>;
|
|
316
|
+
pos: z.ZodOptional<z.ZodNumber>;
|
|
317
|
+
}, z.core.$strict>;
|
|
318
|
+
export type UpdateContactGroupInput = z.infer<typeof UpdateContactGroupInputSchema>;
|
|
319
|
+
/**
|
|
320
|
+
* Delete contact group input schema
|
|
321
|
+
*/
|
|
322
|
+
export declare const DeleteContactGroupInputSchema: z.ZodObject<{
|
|
323
|
+
group_id: z.ZodString;
|
|
324
|
+
}, z.core.$strict>;
|
|
325
|
+
export type DeleteContactGroupInput = z.infer<typeof DeleteContactGroupInputSchema>;
|
|
326
|
+
/**
|
|
327
|
+
* List contact attachments input schema
|
|
328
|
+
*/
|
|
329
|
+
export declare const ListContactAttachmentsInputSchema: z.ZodObject<{
|
|
330
|
+
contact_id: z.ZodString;
|
|
331
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
332
|
+
}, z.core.$strict>;
|
|
333
|
+
export type ListContactAttachmentsInput = z.infer<typeof ListContactAttachmentsInputSchema>;
|
|
334
|
+
/**
|
|
335
|
+
* Get contact attachment input schema
|
|
336
|
+
*/
|
|
337
|
+
export declare const GetContactAttachmentInputSchema: z.ZodObject<{
|
|
338
|
+
contact_id: z.ZodString;
|
|
339
|
+
filename: z.ZodString;
|
|
340
|
+
response_format: z.ZodDefault<z.ZodEnum<typeof import("../../constants.js").ResponseFormat>>;
|
|
341
|
+
}, z.core.$strict>;
|
|
342
|
+
export type GetContactAttachmentInput = z.infer<typeof GetContactAttachmentInputSchema>;
|
|
343
|
+
/**
|
|
344
|
+
* Upload contact attachment input schema
|
|
345
|
+
*/
|
|
346
|
+
export declare const UploadContactAttachmentInputSchema: z.ZodObject<{
|
|
347
|
+
contact_id: z.ZodString;
|
|
348
|
+
file_content: z.ZodString;
|
|
349
|
+
file_name: z.ZodString;
|
|
350
|
+
}, z.core.$strict>;
|
|
351
|
+
export type UploadContactAttachmentInput = z.infer<typeof UploadContactAttachmentInputSchema>;
|
|
352
|
+
//# sourceMappingURL=contacts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contacts.d.ts","sourceRoot":"","sources":["../../../src/schemas/invoicing/contacts.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAYxB;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;kBAGlC,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;kBAGhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;mBAOpB,CAAC;AAEd;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAkBrB,CAAC;AAEd;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA6BnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA8BnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,wBAAwB;;kBAEnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,4BAA4B;;kBAEvC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;kBAGrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;kBAKxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,6BAA6B;;;;;;kBAMxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,6BAA6B;;kBAExC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;kBAG5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;kBAI1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;kBAI7C,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC"}
|