@keystrokehq/moneybird 0.1.0 → 0.1.2
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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-note-to-contact.cjs +3 -3
- package/dist/actions/add-note-to-contact.cjs.map +1 -1
- package/dist/actions/add-note-to-contact.d.cts +34 -3
- package/dist/actions/add-note-to-contact.d.cts.map +1 -1
- package/dist/actions/add-note-to-contact.d.mts +34 -3
- package/dist/actions/add-note-to-contact.d.mts.map +1 -1
- package/dist/actions/add-note-to-contact.mjs +3 -3
- package/dist/actions/add-note-to-contact.mjs.map +1 -1
- package/dist/actions/archive-contact.cjs.map +1 -1
- package/dist/actions/archive-contact.d.cts +9 -3
- package/dist/actions/archive-contact.d.cts.map +1 -1
- package/dist/actions/archive-contact.d.mts +9 -3
- package/dist/actions/archive-contact.d.mts.map +1 -1
- package/dist/actions/archive-contact.mjs.map +1 -1
- package/dist/actions/create-contact-person.cjs +7 -7
- package/dist/actions/create-contact-person.cjs.map +1 -1
- package/dist/actions/create-contact-person.d.cts +34 -3
- package/dist/actions/create-contact-person.d.cts.map +1 -1
- package/dist/actions/create-contact-person.d.mts +34 -3
- package/dist/actions/create-contact-person.d.mts.map +1 -1
- package/dist/actions/create-contact-person.mjs +7 -7
- package/dist/actions/create-contact-person.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +4 -4
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +82 -3
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +82 -3
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +4 -4
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-sales-invoice.cjs +10 -10
- package/dist/actions/create-sales-invoice.cjs.map +1 -1
- package/dist/actions/create-sales-invoice.d.cts +95 -3
- package/dist/actions/create-sales-invoice.d.cts.map +1 -1
- package/dist/actions/create-sales-invoice.d.mts +95 -3
- package/dist/actions/create-sales-invoice.d.mts.map +1 -1
- package/dist/actions/create-sales-invoice.mjs +10 -10
- package/dist/actions/create-sales-invoice.mjs.map +1 -1
- package/dist/actions/delete-contact-note.cjs.map +1 -1
- package/dist/actions/delete-contact-note.d.cts +11 -3
- package/dist/actions/delete-contact-note.d.cts.map +1 -1
- package/dist/actions/delete-contact-note.d.mts +11 -3
- package/dist/actions/delete-contact-note.d.mts.map +1 -1
- package/dist/actions/delete-contact-note.mjs.map +1 -1
- package/dist/actions/delete-contact-person.cjs.map +1 -1
- package/dist/actions/delete-contact-person.d.cts +11 -3
- package/dist/actions/delete-contact-person.d.cts.map +1 -1
- package/dist/actions/delete-contact-person.d.mts +11 -3
- package/dist/actions/delete-contact-person.d.mts.map +1 -1
- package/dist/actions/delete-contact-person.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +9 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +9 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/filter-contacts.cjs.map +1 -1
- package/dist/actions/filter-contacts.d.cts +19 -3
- package/dist/actions/filter-contacts.d.cts.map +1 -1
- package/dist/actions/filter-contacts.d.mts +19 -3
- package/dist/actions/filter-contacts.d.mts.map +1 -1
- package/dist/actions/filter-contacts.mjs.map +1 -1
- package/dist/actions/get-additional-charges.cjs.map +1 -1
- package/dist/actions/get-additional-charges.d.cts +11 -3
- package/dist/actions/get-additional-charges.d.cts.map +1 -1
- package/dist/actions/get-additional-charges.d.mts +11 -3
- package/dist/actions/get-additional-charges.d.mts.map +1 -1
- package/dist/actions/get-additional-charges.mjs.map +1 -1
- package/dist/actions/get-contact-by-customer-id.cjs +33 -33
- package/dist/actions/get-contact-by-customer-id.cjs.map +1 -1
- package/dist/actions/get-contact-by-customer-id.d.cts +101 -3
- package/dist/actions/get-contact-by-customer-id.d.cts.map +1 -1
- package/dist/actions/get-contact-by-customer-id.d.mts +101 -3
- package/dist/actions/get-contact-by-customer-id.d.mts.map +1 -1
- package/dist/actions/get-contact-by-customer-id.mjs +33 -33
- package/dist/actions/get-contact-by-customer-id.mjs.map +1 -1
- package/dist/actions/get-contact-person.cjs +7 -7
- package/dist/actions/get-contact-person.cjs.map +1 -1
- package/dist/actions/get-contact-person.d.cts +21 -3
- package/dist/actions/get-contact-person.d.cts.map +1 -1
- package/dist/actions/get-contact-person.d.mts +21 -3
- package/dist/actions/get-contact-person.d.mts.map +1 -1
- package/dist/actions/get-contact-person.mjs +7 -7
- package/dist/actions/get-contact-person.mjs.map +1 -1
- package/dist/actions/get-contact.cjs.map +1 -1
- package/dist/actions/get-contact.d.cts +13 -3
- package/dist/actions/get-contact.d.cts.map +1 -1
- package/dist/actions/get-contact.d.mts +13 -3
- package/dist/actions/get-contact.d.mts.map +1 -1
- package/dist/actions/get-contact.mjs.map +1 -1
- package/dist/actions/get-sales-invoice.cjs.map +1 -1
- package/dist/actions/get-sales-invoice.d.cts +11 -3
- package/dist/actions/get-sales-invoice.d.cts.map +1 -1
- package/dist/actions/get-sales-invoice.d.mts +11 -3
- package/dist/actions/get-sales-invoice.d.mts.map +1 -1
- package/dist/actions/get-sales-invoice.mjs.map +1 -1
- package/dist/actions/list-administrations.cjs.map +1 -1
- package/dist/actions/list-administrations.d.cts +3 -3
- package/dist/actions/list-administrations.d.cts.map +1 -1
- package/dist/actions/list-administrations.d.mts +3 -3
- package/dist/actions/list-administrations.d.mts.map +1 -1
- package/dist/actions/list-administrations.mjs.map +1 -1
- package/dist/actions/list-contacts-synchronization.cjs.map +1 -1
- package/dist/actions/list-contacts-synchronization.d.cts +11 -3
- package/dist/actions/list-contacts-synchronization.d.cts.map +1 -1
- package/dist/actions/list-contacts-synchronization.d.mts +11 -3
- package/dist/actions/list-contacts-synchronization.d.mts.map +1 -1
- package/dist/actions/list-contacts-synchronization.mjs.map +1 -1
- package/dist/actions/list-sales-invoices.cjs.map +1 -1
- package/dist/actions/list-sales-invoices.d.cts +13 -3
- package/dist/actions/list-sales-invoices.d.cts.map +1 -1
- package/dist/actions/list-sales-invoices.d.mts +13 -3
- package/dist/actions/list-sales-invoices.d.mts.map +1 -1
- package/dist/actions/list-sales-invoices.mjs.map +1 -1
- package/dist/actions/request-contact-payments-mandate-url.cjs +1 -1
- package/dist/actions/request-contact-payments-mandate-url.cjs.map +1 -1
- package/dist/actions/request-contact-payments-mandate-url.d.cts +13 -3
- package/dist/actions/request-contact-payments-mandate-url.d.cts.map +1 -1
- package/dist/actions/request-contact-payments-mandate-url.d.mts +13 -3
- package/dist/actions/request-contact-payments-mandate-url.d.mts.map +1 -1
- package/dist/actions/request-contact-payments-mandate-url.mjs +1 -1
- package/dist/actions/request-contact-payments-mandate-url.mjs.map +1 -1
- package/dist/actions/update-contact-person.cjs +8 -8
- package/dist/actions/update-contact-person.cjs.map +1 -1
- package/dist/actions/update-contact-person.d.cts +33 -3
- package/dist/actions/update-contact-person.d.cts.map +1 -1
- package/dist/actions/update-contact-person.d.mts +33 -3
- package/dist/actions/update-contact-person.d.mts.map +1 -1
- package/dist/actions/update-contact-person.mjs +8 -8
- package/dist/actions/update-contact-person.mjs.map +1 -1
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +13 -3
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +13 -3
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-sales-invoice.cjs.map +1 -1
- package/dist/actions/update-sales-invoice.d.cts +87 -3
- package/dist/actions/update-sales-invoice.d.cts.map +1 -1
- package/dist/actions/update-sales-invoice.d.mts +87 -3
- package/dist/actions/update-sales-invoice.d.mts.map +1 -1
- package/dist/actions/update-sales-invoice.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,93 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-sales-invoice.d.ts
|
|
4
|
-
declare const MoneybirdUpdateSalesInvoiceInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const MoneybirdUpdateSalesInvoiceInput: z.ZodObject<{
|
|
5
|
+
sales_invoice: z.ZodObject<{
|
|
6
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
7
|
+
discount: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
reference: z.ZodOptional<z.ZodString>;
|
|
9
|
+
contact_id: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
workflow_id: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
invoice_date: z.ZodOptional<z.ZodString>;
|
|
12
|
+
time_entry_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
13
|
+
update_contact: z.ZodOptional<z.ZodBoolean>;
|
|
14
|
+
contact_person_id: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
document_style_id: z.ZodOptional<z.ZodNumber>;
|
|
16
|
+
details_attributes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
17
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
18
|
+
price: z.ZodOptional<z.ZodNumber>;
|
|
19
|
+
amount: z.ZodOptional<z.ZodString>;
|
|
20
|
+
period: z.ZodOptional<z.ZodString>;
|
|
21
|
+
_destroy: z.ZodOptional<z.ZodBoolean>;
|
|
22
|
+
trip_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
23
|
+
row_order: z.ZodOptional<z.ZodNumber>;
|
|
24
|
+
product_id: z.ZodOptional<z.ZodNumber>;
|
|
25
|
+
project_id: z.ZodOptional<z.ZodNumber>;
|
|
26
|
+
description: z.ZodOptional<z.ZodString>;
|
|
27
|
+
tax_rate_id: z.ZodOptional<z.ZodNumber>;
|
|
28
|
+
time_entry_ids: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
29
|
+
ledger_account_id: z.ZodOptional<z.ZodNumber>;
|
|
30
|
+
automated_tax_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
31
|
+
}, z.core.$strip>>>;
|
|
32
|
+
first_due_interval: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
payment_conditions: z.ZodOptional<z.ZodString>;
|
|
34
|
+
invoice_sequence_id: z.ZodOptional<z.ZodString>;
|
|
35
|
+
prices_are_incl_tax: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
+
original_estimate_id: z.ZodOptional<z.ZodNumber>;
|
|
37
|
+
custom_fields_attributes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
38
|
+
id: z.ZodNumber;
|
|
39
|
+
value: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>>;
|
|
41
|
+
remove_invoice_sequence_id: z.ZodOptional<z.ZodBoolean>;
|
|
42
|
+
}, z.core.$strip>;
|
|
43
|
+
sales_invoice_id: z.ZodString;
|
|
44
|
+
administration_id: z.ZodNumber;
|
|
45
|
+
}, z.core.$strip>;
|
|
46
|
+
declare const MoneybirdUpdateSalesInvoiceOutput: z.ZodObject<{
|
|
47
|
+
sales_invoice: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
declare const moneybirdUpdateSalesInvoice: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
50
|
+
sales_invoice: {
|
|
51
|
+
currency?: string | undefined;
|
|
52
|
+
discount?: number | undefined;
|
|
53
|
+
reference?: string | undefined;
|
|
54
|
+
contact_id?: number | undefined;
|
|
55
|
+
workflow_id?: number | undefined;
|
|
56
|
+
invoice_date?: string | undefined;
|
|
57
|
+
time_entry_ids?: number[] | undefined;
|
|
58
|
+
update_contact?: boolean | undefined;
|
|
59
|
+
contact_person_id?: number | undefined;
|
|
60
|
+
document_style_id?: number | undefined;
|
|
61
|
+
details_attributes?: {
|
|
62
|
+
id?: number | undefined;
|
|
63
|
+
price?: number | undefined;
|
|
64
|
+
amount?: string | undefined;
|
|
65
|
+
period?: string | undefined;
|
|
66
|
+
_destroy?: boolean | undefined;
|
|
67
|
+
trip_ids?: number[] | undefined;
|
|
68
|
+
row_order?: number | undefined;
|
|
69
|
+
product_id?: number | undefined;
|
|
70
|
+
project_id?: number | undefined;
|
|
71
|
+
description?: string | undefined;
|
|
72
|
+
tax_rate_id?: number | undefined;
|
|
73
|
+
time_entry_ids?: number[] | undefined;
|
|
74
|
+
ledger_account_id?: number | undefined;
|
|
75
|
+
automated_tax_enabled?: boolean | undefined;
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
first_due_interval?: number | undefined;
|
|
78
|
+
payment_conditions?: string | undefined;
|
|
79
|
+
invoice_sequence_id?: string | undefined;
|
|
80
|
+
prices_are_incl_tax?: boolean | undefined;
|
|
81
|
+
original_estimate_id?: number | undefined;
|
|
82
|
+
custom_fields_attributes?: {
|
|
83
|
+
id: number;
|
|
84
|
+
value: string;
|
|
85
|
+
}[] | undefined;
|
|
86
|
+
remove_invoice_sequence_id?: boolean | undefined;
|
|
87
|
+
};
|
|
88
|
+
sales_invoice_id: string;
|
|
89
|
+
administration_id: number;
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
91
|
//#endregion
|
|
8
92
|
export { moneybirdUpdateSalesInvoice };
|
|
9
93
|
//# sourceMappingURL=update-sales-invoice.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-sales-invoice.d.mts","names":[],"sources":["../../src/actions/update-sales-invoice.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"update-sales-invoice.d.mts","names":[],"sources":["../../src/actions/update-sales-invoice.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA0ChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-sales-invoice.mjs","names":[],"sources":["../../src/actions/update-sales-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MoneybirdUpdateSalesInvoiceInput
|
|
1
|
+
{"version":3,"file":"update-sales-invoice.mjs","names":[],"sources":["../../src/actions/update-sales-invoice.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MoneybirdUpdateSalesInvoiceInput = z.object({\n sales_invoice: z.object({\n currency: z.string().describe(\"ISO currency code, e.g., 'EUR'\").optional(),\n discount: z.number().describe(\"Discount percent (>= 0)\").optional(),\n reference: z.string().describe(\"Invoice reference string\").optional(),\n contact_id: z.number().int().describe(\"Valid contact ID to set\").optional(),\n workflow_id: z.number().int().describe(\"Workflow ID to apply\").optional(),\n invoice_date: z.string().describe(\"Invoice date (YYYY-MM-DD)\").optional(),\n time_entry_ids: z.array(z.number().int()).describe(\"List of time entry IDs to attach\").optional(),\n update_contact: z.boolean().describe(\"If true, sync contact fields from invoice\").optional(),\n contact_person_id: z.number().int().describe(\"Valid contact person ID to set\").optional(),\n document_style_id: z.number().int().describe(\"Document style ID to apply\").optional(),\n details_attributes: z.array(z.object({\n id: z.number().int().describe(\"Existing detail record ID\").optional(),\n price: z.number().describe(\"Unit price (decimal)\").optional(),\n amount: z.string().describe(\"Quantity string, e.g., '1 x'\").optional(),\n period: z.string().describe(\"Date range for the line, e.g., '20250101..20250131' or presets.\").optional(),\n _destroy: z.boolean().describe(\"Set true to delete this line item\").optional(),\n trip_ids: z.array(z.number().int()).describe(\"List of trip IDs\").optional(),\n row_order: z.number().int().describe(\"Order index of this line item\").optional(),\n product_id: z.number().int().describe(\"Valid product ID\").optional(),\n project_id: z.number().int().describe(\"Valid project ID\").optional(),\n description: z.string().describe(\"Line item description\").optional(),\n tax_rate_id: z.number().int().describe(\"Valid tax rate ID\").optional(),\n time_entry_ids: z.array(z.number().int()).describe(\"List of time entry IDs\").optional(),\n ledger_account_id: z.number().int().describe(\"Valid ledger account ID\").optional(),\n automated_tax_enabled: z.boolean().describe(\"Enable automated tax calculation for this line\").optional(),\n}).describe(\"Attributes to partially update a single line item on the invoice.\\nProvide only fields to change. Use `destroy`=true to remove this line.\")).describe(\"List of line items to update\").optional(),\n first_due_interval: z.number().int().describe(\"Days until due date\").optional(),\n payment_conditions: z.string().describe(\"Custom payment conditions text\").optional(),\n invoice_sequence_id: z.string().describe(\"Invoice sequence ID to set\").optional(),\n prices_are_incl_tax: z.boolean().describe(\"True if prices include tax\").optional(),\n original_estimate_id: z.number().int().describe(\"Link to an existing estimate ID\").optional(),\n custom_fields_attributes: z.array(z.object({\n id: z.number().int().describe(\"Custom field ID\"),\n value: z.string().describe(\"Value for the custom field\"),\n}).describe(\"Pair of custom field ID and its new value.\")).describe(\"List of custom fields to update\").optional(),\n remove_invoice_sequence_id: z.boolean().describe(\"Unset the sequence ID when true\").optional(),\n}).describe(\"Fields to update on the invoice\"),\n sales_invoice_id: z.string().describe(\"ID of the sales invoice to update\"),\n administration_id: z.number().int().describe(\"Administration ID in Moneybird URL path\"),\n});\nexport const MoneybirdUpdateSalesInvoiceOutput = z.object({\n sales_invoice: z.record(z.string(), z.unknown()).describe(\"The updated invoice object returned by Moneybird\"),\n});\n\nexport const moneybirdUpdateSalesInvoice = action(\"MONEYBIRD_UPDATE_SALES_INVOICE\", {\n slug: \"moneybird-update-sales-invoice\",\n name: \"Update Sales Invoice\",\n description: \"Tool to update an existing sales invoice by ID. Use when modifying invoice header or line items.\",\n input: MoneybirdUpdateSalesInvoiceInput,\n output: MoneybirdUpdateSalesInvoiceOutput,\n});\n"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/moneybird",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@keystrokehq/keystroke": "
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.4",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|