@keystrokehq/taxjar 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/calculate-sales-tax-for-an-order.cjs +119 -0
- package/dist/actions/calculate-sales-tax-for-an-order.cjs.map +1 -0
- package/dist/actions/calculate-sales-tax-for-an-order.d.cts +9 -0
- package/dist/actions/calculate-sales-tax-for-an-order.d.cts.map +1 -0
- package/dist/actions/calculate-sales-tax-for-an-order.d.mts +9 -0
- package/dist/actions/calculate-sales-tax-for-an-order.d.mts.map +1 -0
- package/dist/actions/calculate-sales-tax-for-an-order.mjs +118 -0
- package/dist/actions/calculate-sales-tax-for-an-order.mjs.map +1 -0
- package/dist/actions/create-customer.cjs +45 -0
- package/dist/actions/create-customer.cjs.map +1 -0
- package/dist/actions/create-customer.d.cts +9 -0
- package/dist/actions/create-customer.d.cts.map +1 -0
- package/dist/actions/create-customer.d.mts +9 -0
- package/dist/actions/create-customer.d.mts.map +1 -0
- package/dist/actions/create-customer.mjs +44 -0
- package/dist/actions/create-customer.mjs.map +1 -0
- package/dist/actions/create-order-transaction.cjs +104 -0
- package/dist/actions/create-order-transaction.cjs.map +1 -0
- package/dist/actions/create-order-transaction.d.cts +9 -0
- package/dist/actions/create-order-transaction.d.cts.map +1 -0
- package/dist/actions/create-order-transaction.d.mts +9 -0
- package/dist/actions/create-order-transaction.d.mts.map +1 -0
- package/dist/actions/create-order-transaction.mjs +103 -0
- package/dist/actions/create-order-transaction.mjs.map +1 -0
- package/dist/actions/create-refund-transaction.cjs +70 -0
- package/dist/actions/create-refund-transaction.cjs.map +1 -0
- package/dist/actions/create-refund-transaction.d.cts +9 -0
- package/dist/actions/create-refund-transaction.d.cts.map +1 -0
- package/dist/actions/create-refund-transaction.d.mts +9 -0
- package/dist/actions/create-refund-transaction.d.mts.map +1 -0
- package/dist/actions/create-refund-transaction.mjs +69 -0
- package/dist/actions/create-refund-transaction.mjs.map +1 -0
- package/dist/actions/delete-customer.cjs +16 -0
- package/dist/actions/delete-customer.cjs.map +1 -0
- package/dist/actions/delete-customer.d.cts +9 -0
- package/dist/actions/delete-customer.d.cts.map +1 -0
- package/dist/actions/delete-customer.d.mts +9 -0
- package/dist/actions/delete-customer.d.mts.map +1 -0
- package/dist/actions/delete-customer.mjs +13 -0
- package/dist/actions/delete-customer.mjs.map +1 -0
- package/dist/actions/delete-order-transaction.cjs +16 -0
- package/dist/actions/delete-order-transaction.cjs.map +1 -0
- package/dist/actions/delete-order-transaction.d.cts +9 -0
- package/dist/actions/delete-order-transaction.d.cts.map +1 -0
- package/dist/actions/delete-order-transaction.d.mts +9 -0
- package/dist/actions/delete-order-transaction.d.mts.map +1 -0
- package/dist/actions/delete-order-transaction.mjs +13 -0
- package/dist/actions/delete-order-transaction.mjs.map +1 -0
- package/dist/actions/delete-refund-transaction.cjs +16 -0
- package/dist/actions/delete-refund-transaction.cjs.map +1 -0
- package/dist/actions/delete-refund-transaction.d.cts +9 -0
- package/dist/actions/delete-refund-transaction.d.cts.map +1 -0
- package/dist/actions/delete-refund-transaction.d.mts +9 -0
- package/dist/actions/delete-refund-transaction.d.mts.map +1 -0
- package/dist/actions/delete-refund-transaction.mjs +13 -0
- package/dist/actions/delete-refund-transaction.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/list-customers.cjs +19 -0
- package/dist/actions/list-customers.cjs.map +1 -0
- package/dist/actions/list-customers.d.cts +9 -0
- package/dist/actions/list-customers.d.cts.map +1 -0
- package/dist/actions/list-customers.d.mts +9 -0
- package/dist/actions/list-customers.d.mts.map +1 -0
- package/dist/actions/list-customers.mjs +16 -0
- package/dist/actions/list-customers.mjs.map +1 -0
- package/dist/actions/list-nexus-regions.cjs +23 -0
- package/dist/actions/list-nexus-regions.cjs.map +1 -0
- package/dist/actions/list-nexus-regions.d.cts +9 -0
- package/dist/actions/list-nexus-regions.d.cts.map +1 -0
- package/dist/actions/list-nexus-regions.d.mts +9 -0
- package/dist/actions/list-nexus-regions.d.mts.map +1 -0
- package/dist/actions/list-nexus-regions.mjs +22 -0
- package/dist/actions/list-nexus-regions.mjs.map +1 -0
- package/dist/actions/list-order-transactions.cjs +20 -0
- package/dist/actions/list-order-transactions.cjs.map +1 -0
- package/dist/actions/list-order-transactions.d.cts +9 -0
- package/dist/actions/list-order-transactions.d.cts.map +1 -0
- package/dist/actions/list-order-transactions.d.mts +9 -0
- package/dist/actions/list-order-transactions.d.mts.map +1 -0
- package/dist/actions/list-order-transactions.mjs +17 -0
- package/dist/actions/list-order-transactions.mjs.map +1 -0
- package/dist/actions/list-refund-transactions.cjs +20 -0
- package/dist/actions/list-refund-transactions.cjs.map +1 -0
- package/dist/actions/list-refund-transactions.d.cts +9 -0
- package/dist/actions/list-refund-transactions.d.cts.map +1 -0
- package/dist/actions/list-refund-transactions.d.mts +9 -0
- package/dist/actions/list-refund-transactions.d.mts.map +1 -0
- package/dist/actions/list-refund-transactions.mjs +17 -0
- package/dist/actions/list-refund-transactions.mjs.map +1 -0
- package/dist/actions/list-tax-categories.cjs +21 -0
- package/dist/actions/list-tax-categories.cjs.map +1 -0
- package/dist/actions/list-tax-categories.d.cts +9 -0
- package/dist/actions/list-tax-categories.d.cts.map +1 -0
- package/dist/actions/list-tax-categories.d.mts +9 -0
- package/dist/actions/list-tax-categories.d.mts.map +1 -0
- package/dist/actions/list-tax-categories.mjs +20 -0
- package/dist/actions/list-tax-categories.mjs.map +1 -0
- package/dist/actions/show-customer.cjs +27 -0
- package/dist/actions/show-customer.cjs.map +1 -0
- package/dist/actions/show-customer.d.cts +9 -0
- package/dist/actions/show-customer.d.cts.map +1 -0
- package/dist/actions/show-customer.d.mts +9 -0
- package/dist/actions/show-customer.d.mts.map +1 -0
- package/dist/actions/show-customer.mjs +26 -0
- package/dist/actions/show-customer.mjs.map +1 -0
- package/dist/actions/show-order-transaction.cjs +49 -0
- package/dist/actions/show-order-transaction.cjs.map +1 -0
- package/dist/actions/show-order-transaction.d.cts +9 -0
- package/dist/actions/show-order-transaction.d.cts.map +1 -0
- package/dist/actions/show-order-transaction.d.mts +9 -0
- package/dist/actions/show-order-transaction.d.mts.map +1 -0
- package/dist/actions/show-order-transaction.mjs +48 -0
- package/dist/actions/show-order-transaction.mjs.map +1 -0
- package/dist/actions/show-refund-transaction.cjs +49 -0
- package/dist/actions/show-refund-transaction.cjs.map +1 -0
- package/dist/actions/show-refund-transaction.d.cts +9 -0
- package/dist/actions/show-refund-transaction.d.cts.map +1 -0
- package/dist/actions/show-refund-transaction.d.mts +9 -0
- package/dist/actions/show-refund-transaction.d.mts.map +1 -0
- package/dist/actions/show-refund-transaction.mjs +48 -0
- package/dist/actions/show-refund-transaction.mjs.map +1 -0
- package/dist/actions/show-tax-rates-for-a-location.cjs +41 -0
- package/dist/actions/show-tax-rates-for-a-location.cjs.map +1 -0
- package/dist/actions/show-tax-rates-for-a-location.d.cts +9 -0
- package/dist/actions/show-tax-rates-for-a-location.d.cts.map +1 -0
- package/dist/actions/show-tax-rates-for-a-location.d.mts +9 -0
- package/dist/actions/show-tax-rates-for-a-location.d.mts.map +1 -0
- package/dist/actions/show-tax-rates-for-a-location.mjs +40 -0
- package/dist/actions/show-tax-rates-for-a-location.mjs.map +1 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.cjs +28 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.cjs.map +1 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.d.cts +9 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.d.cts.map +1 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.d.mts +9 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.d.mts.map +1 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.mjs +27 -0
- package/dist/actions/summarize-tax-rates-for-all-regions.mjs.map +1 -0
- package/dist/actions/update-customer.cjs +46 -0
- package/dist/actions/update-customer.cjs.map +1 -0
- package/dist/actions/update-customer.d.cts +9 -0
- package/dist/actions/update-customer.d.cts.map +1 -0
- package/dist/actions/update-customer.d.mts +9 -0
- package/dist/actions/update-customer.d.mts.map +1 -0
- package/dist/actions/update-customer.mjs +45 -0
- package/dist/actions/update-customer.mjs.map +1 -0
- package/dist/actions/update-order-transaction.cjs +61 -0
- package/dist/actions/update-order-transaction.cjs.map +1 -0
- package/dist/actions/update-order-transaction.d.cts +9 -0
- package/dist/actions/update-order-transaction.d.cts.map +1 -0
- package/dist/actions/update-order-transaction.d.mts +9 -0
- package/dist/actions/update-order-transaction.d.mts.map +1 -0
- package/dist/actions/update-order-transaction.mjs +60 -0
- package/dist/actions/update-order-transaction.mjs.map +1 -0
- package/dist/actions/update-refund-transaction.cjs +83 -0
- package/dist/actions/update-refund-transaction.cjs.map +1 -0
- package/dist/actions/update-refund-transaction.d.cts +9 -0
- package/dist/actions/update-refund-transaction.d.cts.map +1 -0
- package/dist/actions/update-refund-transaction.d.mts +9 -0
- package/dist/actions/update-refund-transaction.d.mts.map +1 -0
- package/dist/actions/update-refund-transaction.mjs +82 -0
- package/dist/actions/update-refund-transaction.mjs.map +1 -0
- package/dist/actions/validate-vat-number.cjs +36 -0
- package/dist/actions/validate-vat-number.cjs.map +1 -0
- package/dist/actions/validate-vat-number.d.cts +9 -0
- package/dist/actions/validate-vat-number.d.cts.map +1 -0
- package/dist/actions/validate-vat-number.d.mts +9 -0
- package/dist/actions/validate-vat-number.d.mts.map +1 -0
- package/dist/actions/validate-vat-number.mjs +35 -0
- package/dist/actions/validate-vat-number.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"show-tax-rates-for-a-location.d.cts","names":[],"sources":["../../src/actions/show-tax-rates-for-a-location.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAMuB;AAAA,cAoB9D,oCAAA,EAAsC,CAAA,CAAE,UAEc;AAAA,cAEtD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/show-tax-rates-for-a-location.d.ts
|
|
4
|
+
declare const TaxjarShowTaxRatesForALocationInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarShowTaxRatesForALocationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarShowTaxRatesForALocation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarShowTaxRatesForALocation };
|
|
9
|
+
//# sourceMappingURL=show-tax-rates-for-a-location.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"show-tax-rates-for-a-location.d.mts","names":[],"sources":["../../src/actions/show-tax-rates-for-a-location.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAMuB;AAAA,cAoB9D,oCAAA,EAAsC,CAAA,CAAE,UAEc;AAAA,cAEtD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/show-tax-rates-for-a-location.ts
|
|
4
|
+
const TaxjarShowTaxRatesForALocationInput = z.object({
|
|
5
|
+
zip: z.string().describe("ZIP code to retrieve rates for"),
|
|
6
|
+
city: z.string().describe("City name").optional(),
|
|
7
|
+
state: z.string().describe("State abbreviation").optional(),
|
|
8
|
+
street: z.string().describe("Street address").optional(),
|
|
9
|
+
country: z.string().describe("Two-letter country code (ISO-2), default 'US'").optional()
|
|
10
|
+
}).describe("Request model for showing tax rates for a specific location.");
|
|
11
|
+
const TaxjarShowTaxRatesForALocation_RateSchema = z.object({
|
|
12
|
+
zip: z.string().describe("ZIP code queried"),
|
|
13
|
+
city: z.string().describe("City name").nullable().optional(),
|
|
14
|
+
name: z.string().describe("Formatted name for display (city or county)").nullable().optional(),
|
|
15
|
+
state: z.string().describe("State abbreviation").nullable().optional(),
|
|
16
|
+
county: z.string().describe("County name (US)").nullable().optional(),
|
|
17
|
+
country: z.string().describe("Two-letter country code (ISO-2)"),
|
|
18
|
+
city_rate: z.string().describe("City tax rate (US)").nullable().optional(),
|
|
19
|
+
state_rate: z.string().describe("State tax rate (US)").nullable().optional(),
|
|
20
|
+
county_rate: z.string().describe("County tax rate (US)").nullable().optional(),
|
|
21
|
+
country_rate: z.string().describe("Country-wide tax rate (US)").nullable().optional(),
|
|
22
|
+
parking_rate: z.string().describe("Parking rate for VAT/GST (non-US)").nullable().optional(),
|
|
23
|
+
reduced_rate: z.string().describe("Reduced rate for VAT/GST (non-US)").nullable().optional(),
|
|
24
|
+
combined_rate: z.string().describe("Total sales tax rate for the location"),
|
|
25
|
+
standard_rate: z.string().describe("Standard rate for VAT/GST (non-US)").nullable().optional(),
|
|
26
|
+
freight_taxable: z.boolean().describe("Indicates if freight is taxable"),
|
|
27
|
+
super_reduced_rate: z.string().describe("Super reduced rate for VAT/GST (non-US)").nullable().optional(),
|
|
28
|
+
combined_district_rate: z.string().describe("Combined special district tax rate (US)").nullable().optional()
|
|
29
|
+
}).describe("Sales tax rates for a location.");
|
|
30
|
+
const taxjarShowTaxRatesForALocation = action("TAXJAR_SHOW_TAX_RATES_FOR_A_LOCATION", {
|
|
31
|
+
slug: "taxjar-show-tax-rates-for-a-location",
|
|
32
|
+
name: "Show Tax Rates for a Location",
|
|
33
|
+
description: "Tool to show sales tax rates for a location. Use when you need to retrieve sales tax rates for a specific ZIP code with optional address details (city, state, country, street).",
|
|
34
|
+
input: TaxjarShowTaxRatesForALocationInput,
|
|
35
|
+
output: z.object({ rate: TaxjarShowTaxRatesForALocation_RateSchema.nullable() }).describe("Response model for showing tax rates for a location.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { taxjarShowTaxRatesForALocation };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=show-tax-rates-for-a-location.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"show-tax-rates-for-a-location.mjs","names":[],"sources":["../../src/actions/show-tax-rates-for-a-location.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarShowTaxRatesForALocationInput: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"ZIP code to retrieve rates for\"),\n city: z.string().describe(\"City name\").optional(),\n state: z.string().describe(\"State abbreviation\").optional(),\n street: z.string().describe(\"Street address\").optional(),\n country: z.string().describe(\"Two-letter country code (ISO-2), default 'US'\").optional(),\n}).describe(\"Request model for showing tax rates for a specific location.\");\nconst TaxjarShowTaxRatesForALocation_RateSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"ZIP code queried\"),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Formatted name for display (city or county)\").nullable().optional(),\n state: z.string().describe(\"State abbreviation\").nullable().optional(),\n county: z.string().describe(\"County name (US)\").nullable().optional(),\n country: z.string().describe(\"Two-letter country code (ISO-2)\"),\n city_rate: z.string().describe(\"City tax rate (US)\").nullable().optional(),\n state_rate: z.string().describe(\"State tax rate (US)\").nullable().optional(),\n county_rate: z.string().describe(\"County tax rate (US)\").nullable().optional(),\n country_rate: z.string().describe(\"Country-wide tax rate (US)\").nullable().optional(),\n parking_rate: z.string().describe(\"Parking rate for VAT/GST (non-US)\").nullable().optional(),\n reduced_rate: z.string().describe(\"Reduced rate for VAT/GST (non-US)\").nullable().optional(),\n combined_rate: z.string().describe(\"Total sales tax rate for the location\"),\n standard_rate: z.string().describe(\"Standard rate for VAT/GST (non-US)\").nullable().optional(),\n freight_taxable: z.boolean().describe(\"Indicates if freight is taxable\"),\n super_reduced_rate: z.string().describe(\"Super reduced rate for VAT/GST (non-US)\").nullable().optional(),\n combined_district_rate: z.string().describe(\"Combined special district tax rate (US)\").nullable().optional(),\n}).describe(\"Sales tax rates for a location.\");\nexport const TaxjarShowTaxRatesForALocationOutput: z.ZodTypeAny = z.object({\n rate: TaxjarShowTaxRatesForALocation_RateSchema.nullable(),\n}).describe(\"Response model for showing tax rates for a location.\");\n\nexport const taxjarShowTaxRatesForALocation = action(\"TAXJAR_SHOW_TAX_RATES_FOR_A_LOCATION\", {\n slug: \"taxjar-show-tax-rates-for-a-location\",\n name: \"Show Tax Rates for a Location\",\n description: \"Tool to show sales tax rates for a location. Use when you need to retrieve sales tax rates for a specific ZIP code with optional address details (city, state, country, street).\",\n input: TaxjarShowTaxRatesForALocationInput,\n output: TaxjarShowTaxRatesForALocationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS;CAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,4CAA0D,EAAE,OAAO;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC1E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC;CACvE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAK7C,MAAa,iCAAiC,OAAO,wCAAwC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,MAAM,0CAA0C,SAAS,EAC3D,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/summarize-tax-rates-for-all-regions.ts
|
|
4
|
+
const TaxjarSummarizeTaxRatesForAllRegionsInput = zod.z.object({}).describe("No request parameters needed for this endpoint.");
|
|
5
|
+
const TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema = zod.z.object({
|
|
6
|
+
rate: zod.z.number().describe("Tax rate as a decimal (e.g., 0.21 for 21%)"),
|
|
7
|
+
label: zod.z.string().describe("Tax label (e.g., 'VAT', 'GST', 'HST', 'Sales Tax')")
|
|
8
|
+
});
|
|
9
|
+
const TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema = zod.z.object({
|
|
10
|
+
region: zod.z.string().describe("Region/state name (e.g., 'California'). None for country-level rates.").nullable().optional(),
|
|
11
|
+
country: zod.z.string().describe("Country name (e.g., 'United States', 'Canada', 'United Kingdom')"),
|
|
12
|
+
region_code: zod.z.string().describe("Region/state code (e.g., 'CA' for California). None for country-level rates.").nullable().optional(),
|
|
13
|
+
average_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),
|
|
14
|
+
country_code: zod.z.string().describe("Country code (e.g., 'US', 'CA', 'GB')"),
|
|
15
|
+
minimum_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable()
|
|
16
|
+
});
|
|
17
|
+
const TaxjarSummarizeTaxRatesForAllRegionsOutput = zod.z.object({ summary_rates: zod.z.array(TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema).describe("List of summary tax rates by region") });
|
|
18
|
+
const taxjarSummarizeTaxRatesForAllRegions = require_action.action("TAXJAR_SUMMARIZE_TAX_RATES_FOR_ALL_REGIONS", {
|
|
19
|
+
slug: "taxjar-summarize-tax-rates-for-all-regions",
|
|
20
|
+
name: "Summarize Tax Rates for All Regions",
|
|
21
|
+
description: "Tool to retrieve minimum and average sales tax rates by region. Use when you need a backup of regional tax summary rates.",
|
|
22
|
+
input: TaxjarSummarizeTaxRatesForAllRegionsInput,
|
|
23
|
+
output: TaxjarSummarizeTaxRatesForAllRegionsOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.taxjarSummarizeTaxRatesForAllRegions = taxjarSummarizeTaxRatesForAllRegions;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=summarize-tax-rates-for-all-regions.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-tax-rates-for-all-regions.cjs","names":["z","action"],"sources":["../../src/actions/summarize-tax-rates-for-all-regions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarSummarizeTaxRatesForAllRegionsInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters needed for this endpoint.\");\nconst TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema: z.ZodTypeAny = z.object({\n rate: z.number().describe(\"Tax rate as a decimal (e.g., 0.21 for 21%)\"),\n label: z.string().describe(\"Tax label (e.g., 'VAT', 'GST', 'HST', 'Sales Tax')\"),\n});\nconst TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema: z.ZodTypeAny = z.object({\n region: z.string().describe(\"Region/state name (e.g., 'California'). None for country-level rates.\").nullable().optional(),\n country: z.string().describe(\"Country name (e.g., 'United States', 'Canada', 'United Kingdom')\"),\n region_code: z.string().describe(\"Region/state code (e.g., 'CA' for California). None for country-level rates.\").nullable().optional(),\n average_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),\n country_code: z.string().describe(\"Country code (e.g., 'US', 'CA', 'GB')\"),\n minimum_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),\n});\nexport const TaxjarSummarizeTaxRatesForAllRegionsOutput: z.ZodTypeAny = z.object({\n summary_rates: z.array(TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema).describe(\"List of summary tax rates by region\"),\n});\n\nexport const taxjarSummarizeTaxRatesForAllRegions = action(\"TAXJAR_SUMMARIZE_TAX_RATES_FOR_ALL_REGIONS\", {\n slug: \"taxjar-summarize-tax-rates-for-all-regions\",\n name: \"Summarize Tax Rates for All Regions\",\n description: \"Tool to retrieve minimum and average sales tax rates by region. Use when you need a backup of regional tax summary rates.\",\n input: TaxjarSummarizeTaxRatesForAllRegionsInput,\n output: TaxjarSummarizeTaxRatesForAllRegionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC9I,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACjF,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,cAAc,yDAAyD,SAAS;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACzE,cAAc,yDAAyD,SAAS;AAClF,CAAC;AACD,MAAa,6CAA2DA,IAAAA,EAAE,OAAO,EAC/E,eAAeA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,qCAAqC,EACnI,CAAC;AAED,MAAa,uCAAuCC,eAAAA,OAAO,8CAA8C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/summarize-tax-rates-for-all-regions.d.ts
|
|
4
|
+
declare const TaxjarSummarizeTaxRatesForAllRegionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarSummarizeTaxRatesForAllRegionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarSummarizeTaxRatesForAllRegions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarSummarizeTaxRatesForAllRegions };
|
|
9
|
+
//# sourceMappingURL=summarize-tax-rates-for-all-regions.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-tax-rates-for-all-regions.d.cts","names":[],"sources":["../../src/actions/summarize-tax-rates-for-all-regions.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAAqF;AAAA,cAalI,0CAAA,EAA4C,CAAA,CAAE,UAEzD;AAAA,cAEW,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/summarize-tax-rates-for-all-regions.d.ts
|
|
4
|
+
declare const TaxjarSummarizeTaxRatesForAllRegionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarSummarizeTaxRatesForAllRegionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarSummarizeTaxRatesForAllRegions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarSummarizeTaxRatesForAllRegions };
|
|
9
|
+
//# sourceMappingURL=summarize-tax-rates-for-all-regions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-tax-rates-for-all-regions.d.mts","names":[],"sources":["../../src/actions/summarize-tax-rates-for-all-regions.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAAqF;AAAA,cAalI,0CAAA,EAA4C,CAAA,CAAE,UAEzD;AAAA,cAEW,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/summarize-tax-rates-for-all-regions.ts
|
|
4
|
+
const TaxjarSummarizeTaxRatesForAllRegionsInput = z.object({}).describe("No request parameters needed for this endpoint.");
|
|
5
|
+
const TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema = z.object({
|
|
6
|
+
rate: z.number().describe("Tax rate as a decimal (e.g., 0.21 for 21%)"),
|
|
7
|
+
label: z.string().describe("Tax label (e.g., 'VAT', 'GST', 'HST', 'Sales Tax')")
|
|
8
|
+
});
|
|
9
|
+
const TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema = z.object({
|
|
10
|
+
region: z.string().describe("Region/state name (e.g., 'California'). None for country-level rates.").nullable().optional(),
|
|
11
|
+
country: z.string().describe("Country name (e.g., 'United States', 'Canada', 'United Kingdom')"),
|
|
12
|
+
region_code: z.string().describe("Region/state code (e.g., 'CA' for California). None for country-level rates.").nullable().optional(),
|
|
13
|
+
average_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),
|
|
14
|
+
country_code: z.string().describe("Country code (e.g., 'US', 'CA', 'GB')"),
|
|
15
|
+
minimum_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable()
|
|
16
|
+
});
|
|
17
|
+
const taxjarSummarizeTaxRatesForAllRegions = action("TAXJAR_SUMMARIZE_TAX_RATES_FOR_ALL_REGIONS", {
|
|
18
|
+
slug: "taxjar-summarize-tax-rates-for-all-regions",
|
|
19
|
+
name: "Summarize Tax Rates for All Regions",
|
|
20
|
+
description: "Tool to retrieve minimum and average sales tax rates by region. Use when you need a backup of regional tax summary rates.",
|
|
21
|
+
input: TaxjarSummarizeTaxRatesForAllRegionsInput,
|
|
22
|
+
output: z.object({ summary_rates: z.array(TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema).describe("List of summary tax rates by region") })
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { taxjarSummarizeTaxRatesForAllRegions };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=summarize-tax-rates-for-all-regions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-tax-rates-for-all-regions.mjs","names":[],"sources":["../../src/actions/summarize-tax-rates-for-all-regions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarSummarizeTaxRatesForAllRegionsInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters needed for this endpoint.\");\nconst TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema: z.ZodTypeAny = z.object({\n rate: z.number().describe(\"Tax rate as a decimal (e.g., 0.21 for 21%)\"),\n label: z.string().describe(\"Tax label (e.g., 'VAT', 'GST', 'HST', 'Sales Tax')\"),\n});\nconst TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema: z.ZodTypeAny = z.object({\n region: z.string().describe(\"Region/state name (e.g., 'California'). None for country-level rates.\").nullable().optional(),\n country: z.string().describe(\"Country name (e.g., 'United States', 'Canada', 'United Kingdom')\"),\n region_code: z.string().describe(\"Region/state code (e.g., 'CA' for California). None for country-level rates.\").nullable().optional(),\n average_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),\n country_code: z.string().describe(\"Country code (e.g., 'US', 'CA', 'GB')\"),\n minimum_rate: TaxjarSummarizeTaxRatesForAllRegions_TaxRateDetailSchema.nullable(),\n});\nexport const TaxjarSummarizeTaxRatesForAllRegionsOutput: z.ZodTypeAny = z.object({\n summary_rates: z.array(TaxjarSummarizeTaxRatesForAllRegions_SummaryRateItemSchema).describe(\"List of summary tax rates by region\"),\n});\n\nexport const taxjarSummarizeTaxRatesForAllRegions = action(\"TAXJAR_SUMMARIZE_TAX_RATES_FOR_ALL_REGIONS\", {\n slug: \"taxjar-summarize-tax-rates-for-all-regions\",\n name: \"Summarize Tax Rates for All Regions\",\n description: \"Tool to retrieve minimum and average sales tax rates by region. Use when you need a backup of regional tax summary rates.\",\n input: TaxjarSummarizeTaxRatesForAllRegionsInput,\n output: TaxjarSummarizeTaxRatesForAllRegionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC9I,MAAM,2DAAyE,EAAE,OAAO;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACjF,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,cAAc,yDAAyD,SAAS;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACzE,cAAc,yDAAyD,SAAS;AAClF,CAAC;AAKD,MAAa,uCAAuC,OAAO,8CAA8C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsE,EAAE,OAAO,EAC/E,eAAe,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,qCAAqC,EACnI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-customer.ts
|
|
4
|
+
const TaxjarUpdateCustomerInput = zod.z.object({
|
|
5
|
+
zip: zod.z.string().describe("Postal code").optional(),
|
|
6
|
+
city: zod.z.string().describe("City").optional(),
|
|
7
|
+
name: zod.z.string().describe("Customer name"),
|
|
8
|
+
state: zod.z.string().describe("Two-letter ISO state code").optional(),
|
|
9
|
+
street: zod.z.string().describe("Street address").optional(),
|
|
10
|
+
country: zod.z.string().describe("Two-letter ISO country code").optional(),
|
|
11
|
+
customer_id: zod.z.string().describe("Unique identifier of the customer to update"),
|
|
12
|
+
exempt_regions: zod.z.array(zod.z.object({
|
|
13
|
+
state: zod.z.string().describe("Two-letter ISO state code"),
|
|
14
|
+
country: zod.z.string().describe("Two-letter ISO country code")
|
|
15
|
+
}).describe("A region where the customer is tax-exempt.")).describe("Regions where the customer is exempt from sales tax").optional(),
|
|
16
|
+
exemption_type: zod.z.enum([
|
|
17
|
+
"wholesale",
|
|
18
|
+
"government",
|
|
19
|
+
"marketplace",
|
|
20
|
+
"other",
|
|
21
|
+
"non_exempt"
|
|
22
|
+
]).describe("Type of exemption for the customer (wholesale, government, marketplace, other, or non_exempt)")
|
|
23
|
+
}).describe("Request model for updating a customer.");
|
|
24
|
+
const TaxjarUpdateCustomer_CustomerSchema = zod.z.object({
|
|
25
|
+
zip: zod.z.string().describe("ZIP or postal code").nullable().optional(),
|
|
26
|
+
city: zod.z.string().describe("City").nullable().optional(),
|
|
27
|
+
name: zod.z.string().describe("Customer's name").nullable().optional(),
|
|
28
|
+
state: zod.z.string().describe("State or region").nullable().optional(),
|
|
29
|
+
street: zod.z.string().describe("Street address").nullable().optional(),
|
|
30
|
+
country: zod.z.string().describe("Two-letter country code (ISO 3166-1 alpha-2)").nullable().optional(),
|
|
31
|
+
customer_id: zod.z.string().describe("Customer ID"),
|
|
32
|
+
exempt_regions: zod.z.array(zod.z.object({})).describe("Regions where the customer is tax-exempt").nullable().optional(),
|
|
33
|
+
exemption_type: zod.z.string().describe("Type of exemption (e.g., 'wholesale', 'government', 'non_exempt')")
|
|
34
|
+
}).describe("A customer returned by TaxJar.");
|
|
35
|
+
const TaxjarUpdateCustomerOutput = zod.z.object({ customer: TaxjarUpdateCustomer_CustomerSchema.nullable() }).describe("Response model for updating a customer.");
|
|
36
|
+
const taxjarUpdateCustomer = require_action.action("TAXJAR_UPDATE_CUSTOMER", {
|
|
37
|
+
slug: "taxjar-update-customer",
|
|
38
|
+
name: "Update Customer",
|
|
39
|
+
description: "Tool to update an existing customer in TaxJar. Use when you need to modify customer details such as exemption type, name, or address information.",
|
|
40
|
+
input: TaxjarUpdateCustomerInput,
|
|
41
|
+
output: TaxjarUpdateCustomerOutput
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
exports.taxjarUpdateCustomer = taxjarUpdateCustomer;
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=update-customer.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-customer.cjs","names":["z","action"],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarUpdateCustomerInput: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"Postal code\").optional(),\n city: z.string().describe(\"City\").optional(),\n name: z.string().describe(\"Customer name\"),\n state: z.string().describe(\"Two-letter ISO state code\").optional(),\n street: z.string().describe(\"Street address\").optional(),\n country: z.string().describe(\"Two-letter ISO country code\").optional(),\n customer_id: z.string().describe(\"Unique identifier of the customer to update\"),\n exempt_regions: z.array(z.object({\n state: z.string().describe(\"Two-letter ISO state code\"),\n country: z.string().describe(\"Two-letter ISO country code\"),\n}).describe(\"A region where the customer is tax-exempt.\")).describe(\"Regions where the customer is exempt from sales tax\").optional(),\n exemption_type: z.enum([\"wholesale\", \"government\", \"marketplace\", \"other\", \"non_exempt\"]).describe(\"Type of exemption for the customer (wholesale, government, marketplace, other, or non_exempt)\"),\n}).describe(\"Request model for updating a customer.\");\nconst TaxjarUpdateCustomer_CustomerSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"ZIP or postal code\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n name: z.string().describe(\"Customer's name\").nullable().optional(),\n state: z.string().describe(\"State or region\").nullable().optional(),\n street: z.string().describe(\"Street address\").nullable().optional(),\n country: z.string().describe(\"Two-letter country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n customer_id: z.string().describe(\"Customer ID\"),\n exempt_regions: z.array(z.object({})).describe(\"Regions where the customer is tax-exempt\").nullable().optional(),\n exemption_type: z.string().describe(\"Type of exemption (e.g., 'wholesale', 'government', 'non_exempt')\"),\n}).describe(\"A customer returned by TaxJar.\");\nexport const TaxjarUpdateCustomerOutput: z.ZodTypeAny = z.object({\n customer: TaxjarUpdateCustomer_CustomerSchema.nullable(),\n}).describe(\"Response model for updating a customer.\");\n\nexport const taxjarUpdateCustomer = action(\"TAXJAR_UPDATE_CUSTOMER\", {\n slug: \"taxjar-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer in TaxJar. Use when you need to modify customer details such as exemption type, name, or address information.\",\n input: TaxjarUpdateCustomerInput,\n output: TaxjarUpdateCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS;CAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACjC,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACtD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC5D,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAClI,gBAAgBA,IAAAA,EAAE,KAAK;EAAC;EAAa;EAAc;EAAe;EAAS;CAAY,CAAC,CAAC,CAAC,SAAS,+FAA+F;AACpM,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CAC9C,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AACzG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,UAAU,oCAAoC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-customer.d.ts
|
|
4
|
+
declare const TaxjarUpdateCustomerInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarUpdateCustomerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarUpdateCustomer };
|
|
9
|
+
//# sourceMappingURL=update-customer.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-customer.d.cts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAaW;AAAA,cAYxC,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-customer.d.ts
|
|
4
|
+
declare const TaxjarUpdateCustomerInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarUpdateCustomerOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarUpdateCustomer };
|
|
9
|
+
//# sourceMappingURL=update-customer.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-customer.d.mts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAaW;AAAA,cAYxC,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-customer.ts
|
|
4
|
+
const TaxjarUpdateCustomerInput = z.object({
|
|
5
|
+
zip: z.string().describe("Postal code").optional(),
|
|
6
|
+
city: z.string().describe("City").optional(),
|
|
7
|
+
name: z.string().describe("Customer name"),
|
|
8
|
+
state: z.string().describe("Two-letter ISO state code").optional(),
|
|
9
|
+
street: z.string().describe("Street address").optional(),
|
|
10
|
+
country: z.string().describe("Two-letter ISO country code").optional(),
|
|
11
|
+
customer_id: z.string().describe("Unique identifier of the customer to update"),
|
|
12
|
+
exempt_regions: z.array(z.object({
|
|
13
|
+
state: z.string().describe("Two-letter ISO state code"),
|
|
14
|
+
country: z.string().describe("Two-letter ISO country code")
|
|
15
|
+
}).describe("A region where the customer is tax-exempt.")).describe("Regions where the customer is exempt from sales tax").optional(),
|
|
16
|
+
exemption_type: z.enum([
|
|
17
|
+
"wholesale",
|
|
18
|
+
"government",
|
|
19
|
+
"marketplace",
|
|
20
|
+
"other",
|
|
21
|
+
"non_exempt"
|
|
22
|
+
]).describe("Type of exemption for the customer (wholesale, government, marketplace, other, or non_exempt)")
|
|
23
|
+
}).describe("Request model for updating a customer.");
|
|
24
|
+
const TaxjarUpdateCustomer_CustomerSchema = z.object({
|
|
25
|
+
zip: z.string().describe("ZIP or postal code").nullable().optional(),
|
|
26
|
+
city: z.string().describe("City").nullable().optional(),
|
|
27
|
+
name: z.string().describe("Customer's name").nullable().optional(),
|
|
28
|
+
state: z.string().describe("State or region").nullable().optional(),
|
|
29
|
+
street: z.string().describe("Street address").nullable().optional(),
|
|
30
|
+
country: z.string().describe("Two-letter country code (ISO 3166-1 alpha-2)").nullable().optional(),
|
|
31
|
+
customer_id: z.string().describe("Customer ID"),
|
|
32
|
+
exempt_regions: z.array(z.object({})).describe("Regions where the customer is tax-exempt").nullable().optional(),
|
|
33
|
+
exemption_type: z.string().describe("Type of exemption (e.g., 'wholesale', 'government', 'non_exempt')")
|
|
34
|
+
}).describe("A customer returned by TaxJar.");
|
|
35
|
+
const taxjarUpdateCustomer = action("TAXJAR_UPDATE_CUSTOMER", {
|
|
36
|
+
slug: "taxjar-update-customer",
|
|
37
|
+
name: "Update Customer",
|
|
38
|
+
description: "Tool to update an existing customer in TaxJar. Use when you need to modify customer details such as exemption type, name, or address information.",
|
|
39
|
+
input: TaxjarUpdateCustomerInput,
|
|
40
|
+
output: z.object({ customer: TaxjarUpdateCustomer_CustomerSchema.nullable() }).describe("Response model for updating a customer.")
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
export { taxjarUpdateCustomer };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=update-customer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-customer.mjs","names":[],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarUpdateCustomerInput: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"Postal code\").optional(),\n city: z.string().describe(\"City\").optional(),\n name: z.string().describe(\"Customer name\"),\n state: z.string().describe(\"Two-letter ISO state code\").optional(),\n street: z.string().describe(\"Street address\").optional(),\n country: z.string().describe(\"Two-letter ISO country code\").optional(),\n customer_id: z.string().describe(\"Unique identifier of the customer to update\"),\n exempt_regions: z.array(z.object({\n state: z.string().describe(\"Two-letter ISO state code\"),\n country: z.string().describe(\"Two-letter ISO country code\"),\n}).describe(\"A region where the customer is tax-exempt.\")).describe(\"Regions where the customer is exempt from sales tax\").optional(),\n exemption_type: z.enum([\"wholesale\", \"government\", \"marketplace\", \"other\", \"non_exempt\"]).describe(\"Type of exemption for the customer (wholesale, government, marketplace, other, or non_exempt)\"),\n}).describe(\"Request model for updating a customer.\");\nconst TaxjarUpdateCustomer_CustomerSchema: z.ZodTypeAny = z.object({\n zip: z.string().describe(\"ZIP or postal code\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n name: z.string().describe(\"Customer's name\").nullable().optional(),\n state: z.string().describe(\"State or region\").nullable().optional(),\n street: z.string().describe(\"Street address\").nullable().optional(),\n country: z.string().describe(\"Two-letter country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n customer_id: z.string().describe(\"Customer ID\"),\n exempt_regions: z.array(z.object({})).describe(\"Regions where the customer is tax-exempt\").nullable().optional(),\n exemption_type: z.string().describe(\"Type of exemption (e.g., 'wholesale', 'government', 'non_exempt')\"),\n}).describe(\"A customer returned by TaxJar.\");\nexport const TaxjarUpdateCustomerOutput: z.ZodTypeAny = z.object({\n customer: TaxjarUpdateCustomer_CustomerSchema.nullable(),\n}).describe(\"Response model for updating a customer.\");\n\nexport const taxjarUpdateCustomer = action(\"TAXJAR_UPDATE_CUSTOMER\", {\n slug: \"taxjar-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer in TaxJar. Use when you need to modify customer details such as exemption type, name, or address information.\",\n input: TaxjarUpdateCustomerInput,\n output: TaxjarUpdateCustomerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS;CAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,gBAAgB,EAAE,MAAM,EAAE,OAAO;EACjC,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC5D,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAClI,gBAAgB,EAAE,KAAK;EAAC;EAAa;EAAc;EAAe;EAAS;CAAY,CAAC,CAAC,CAAC,SAAS,+FAA+F;AACpM,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,sCAAoD,EAAE,OAAO;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CAC9C,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AACzG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAK5C,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,UAAU,oCAAoC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-order-transaction.ts
|
|
4
|
+
const TaxjarUpdateOrderTransactionInput = zod.z.object({
|
|
5
|
+
amount: zod.z.number().describe("Total amount of the order").optional(),
|
|
6
|
+
to_zip: zod.z.string().describe("Postal code of the order destination").optional(),
|
|
7
|
+
to_city: zod.z.string().describe("City of the order destination").optional(),
|
|
8
|
+
provider: zod.z.string().describe("Transaction provider, e.g., 'api', 'csv'").optional(),
|
|
9
|
+
shipping: zod.z.number().describe("Total shipping amount for the order").optional(),
|
|
10
|
+
to_state: zod.z.string().describe("Two-letter state code for the order destination").optional(),
|
|
11
|
+
sales_tax: zod.z.number().describe("Sales tax collected for the order").optional(),
|
|
12
|
+
to_street: zod.z.string().describe("Street address of the order destination").optional(),
|
|
13
|
+
line_items: zod.z.array(zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Unique line item identifier").optional(),
|
|
15
|
+
discount: zod.z.number().describe("Discount applied to the item").optional(),
|
|
16
|
+
quantity: zod.z.number().int().describe("Quantity of the item purchased").optional(),
|
|
17
|
+
sales_tax: zod.z.number().describe("Sales tax collected for the item").optional(),
|
|
18
|
+
unit_price: zod.z.number().describe("Price per unit").optional(),
|
|
19
|
+
description: zod.z.string().describe("Description of the item").optional(),
|
|
20
|
+
product_identifier: zod.z.string().describe("Product identifier").optional()
|
|
21
|
+
})).describe("Line items in the order").optional(),
|
|
22
|
+
to_country: zod.z.string().describe("Two-letter ISO country code of the order destination").optional(),
|
|
23
|
+
transaction_id: zod.z.string().describe("Unique identifier for the transaction to update"),
|
|
24
|
+
transaction_date: zod.z.string().describe("Date/time when transaction occurred (ISO 8601 format)").optional()
|
|
25
|
+
}).describe("Request to update an existing order transaction.");
|
|
26
|
+
const TaxjarUpdateOrderTransaction_LineItemSchema = zod.z.object({
|
|
27
|
+
id: zod.z.number().int().describe("Unique line item identifier").nullable().optional(),
|
|
28
|
+
discount: zod.z.number().describe("Discount applied to the item").nullable().optional(),
|
|
29
|
+
quantity: zod.z.number().int().describe("Quantity of the item purchased").nullable().optional(),
|
|
30
|
+
sales_tax: zod.z.number().describe("Sales tax collected for the item").nullable().optional(),
|
|
31
|
+
unit_price: zod.z.number().describe("Price per unit").nullable().optional(),
|
|
32
|
+
description: zod.z.string().describe("Description of the item").nullable().optional(),
|
|
33
|
+
product_identifier: zod.z.string().describe("Product identifier").nullable().optional()
|
|
34
|
+
});
|
|
35
|
+
const TaxjarUpdateOrderTransaction_UpdatedTransactionSchema = zod.z.object({
|
|
36
|
+
amount: zod.z.number().describe("Order amount"),
|
|
37
|
+
to_zip: zod.z.string().describe("Destination postal code"),
|
|
38
|
+
to_city: zod.z.string().describe("Destination city").nullable().optional(),
|
|
39
|
+
user_id: zod.z.number().int().describe("Associated user identifier").nullable().optional(),
|
|
40
|
+
provider: zod.z.string().describe("Originating provider"),
|
|
41
|
+
shipping: zod.z.number().describe("Order shipping cost"),
|
|
42
|
+
to_state: zod.z.string().describe("Destination state code"),
|
|
43
|
+
sales_tax: zod.z.number().describe("Sales tax amount"),
|
|
44
|
+
to_street: zod.z.string().describe("Destination street address").nullable().optional(),
|
|
45
|
+
line_items: zod.z.array(TaxjarUpdateOrderTransaction_LineItemSchema).describe("Line items in the transaction").nullable().optional(),
|
|
46
|
+
to_country: zod.z.string().describe("Destination country code"),
|
|
47
|
+
transaction_id: zod.z.string().describe("Transaction identifier"),
|
|
48
|
+
transaction_date: zod.z.string().describe("Date/time of the transaction (ISO8601)")
|
|
49
|
+
}).describe("Updated order transaction returned from TaxJar.");
|
|
50
|
+
const TaxjarUpdateOrderTransactionOutput = zod.z.object({ transaction: TaxjarUpdateOrderTransaction_UpdatedTransactionSchema.nullable() });
|
|
51
|
+
const taxjarUpdateOrderTransaction = require_action.action("TAXJAR_UPDATE_ORDER_TRANSACTION", {
|
|
52
|
+
slug: "taxjar-update-order-transaction",
|
|
53
|
+
name: "Update Order Transaction",
|
|
54
|
+
description: "Tool to update an existing order transaction. Use when adjusting order details such as amount, shipping, or line items after creation.",
|
|
55
|
+
input: TaxjarUpdateOrderTransactionInput,
|
|
56
|
+
output: TaxjarUpdateOrderTransactionOutput
|
|
57
|
+
});
|
|
58
|
+
//#endregion
|
|
59
|
+
exports.taxjarUpdateOrderTransaction = taxjarUpdateOrderTransaction;
|
|
60
|
+
|
|
61
|
+
//# sourceMappingURL=update-order-transaction.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-order-transaction.cjs","names":["z","action"],"sources":["../../src/actions/update-order-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarUpdateOrderTransactionInput: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Total amount of the order\").optional(),\n to_zip: z.string().describe(\"Postal code of the order destination\").optional(),\n to_city: z.string().describe(\"City of the order destination\").optional(),\n provider: z.string().describe(\"Transaction provider, e.g., 'api', 'csv'\").optional(),\n shipping: z.number().describe(\"Total shipping amount for the order\").optional(),\n to_state: z.string().describe(\"Two-letter state code for the order destination\").optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the order\").optional(),\n to_street: z.string().describe(\"Street address of the order destination\").optional(),\n line_items: z.array(z.object({\n id: z.number().int().describe(\"Unique line item identifier\").optional(),\n discount: z.number().describe(\"Discount applied to the item\").optional(),\n quantity: z.number().int().describe(\"Quantity of the item purchased\").optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the item\").optional(),\n unit_price: z.number().describe(\"Price per unit\").optional(),\n description: z.string().describe(\"Description of the item\").optional(),\n product_identifier: z.string().describe(\"Product identifier\").optional(),\n})).describe(\"Line items in the order\").optional(),\n to_country: z.string().describe(\"Two-letter ISO country code of the order destination\").optional(),\n transaction_id: z.string().describe(\"Unique identifier for the transaction to update\"),\n transaction_date: z.string().describe(\"Date/time when transaction occurred (ISO 8601 format)\").optional(),\n}).describe(\"Request to update an existing order transaction.\");\nconst TaxjarUpdateOrderTransaction_LineItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique line item identifier\").nullable().optional(),\n discount: z.number().describe(\"Discount applied to the item\").nullable().optional(),\n quantity: z.number().int().describe(\"Quantity of the item purchased\").nullable().optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the item\").nullable().optional(),\n unit_price: z.number().describe(\"Price per unit\").nullable().optional(),\n description: z.string().describe(\"Description of the item\").nullable().optional(),\n product_identifier: z.string().describe(\"Product identifier\").nullable().optional(),\n});\nconst TaxjarUpdateOrderTransaction_UpdatedTransactionSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Order amount\"),\n to_zip: z.string().describe(\"Destination postal code\"),\n to_city: z.string().describe(\"Destination city\").nullable().optional(),\n user_id: z.number().int().describe(\"Associated user identifier\").nullable().optional(),\n provider: z.string().describe(\"Originating provider\"),\n shipping: z.number().describe(\"Order shipping cost\"),\n to_state: z.string().describe(\"Destination state code\"),\n sales_tax: z.number().describe(\"Sales tax amount\"),\n to_street: z.string().describe(\"Destination street address\").nullable().optional(),\n line_items: z.array(TaxjarUpdateOrderTransaction_LineItemSchema).describe(\"Line items in the transaction\").nullable().optional(),\n to_country: z.string().describe(\"Destination country code\"),\n transaction_id: z.string().describe(\"Transaction identifier\"),\n transaction_date: z.string().describe(\"Date/time of the transaction (ISO8601)\"),\n}).describe(\"Updated order transaction returned from TaxJar.\");\nexport const TaxjarUpdateOrderTransactionOutput: z.ZodTypeAny = z.object({\n transaction: TaxjarUpdateOrderTransaction_UpdatedTransactionSchema.nullable(),\n});\n\nexport const taxjarUpdateOrderTransaction = action(\"TAXJAR_UPDATE_ORDER_TRANSACTION\", {\n slug: \"taxjar-update-order-transaction\",\n name: \"Update Order Transaction\",\n description: \"Tool to update an existing order transaction. Use when adjusting order details such as amount, shipping, or line items after creation.\",\n input: TaxjarUpdateOrderTransactionInput,\n output: TaxjarUpdateOrderTransactionOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-order-transaction.d.ts
|
|
4
|
+
declare const TaxjarUpdateOrderTransactionInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarUpdateOrderTransactionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarUpdateOrderTransaction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarUpdateOrderTransaction };
|
|
9
|
+
//# sourceMappingURL=update-order-transaction.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-order-transaction.d.cts","names":[],"sources":["../../src/actions/update-order-transaction.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAqBa;AAAA,cAyBlD,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-order-transaction.d.ts
|
|
4
|
+
declare const TaxjarUpdateOrderTransactionInput: z.ZodTypeAny;
|
|
5
|
+
declare const TaxjarUpdateOrderTransactionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const taxjarUpdateOrderTransaction: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { taxjarUpdateOrderTransaction };
|
|
9
|
+
//# sourceMappingURL=update-order-transaction.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-order-transaction.d.mts","names":[],"sources":["../../src/actions/update-order-transaction.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAqBa;AAAA,cAyBlD,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-order-transaction.ts
|
|
4
|
+
const TaxjarUpdateOrderTransactionInput = z.object({
|
|
5
|
+
amount: z.number().describe("Total amount of the order").optional(),
|
|
6
|
+
to_zip: z.string().describe("Postal code of the order destination").optional(),
|
|
7
|
+
to_city: z.string().describe("City of the order destination").optional(),
|
|
8
|
+
provider: z.string().describe("Transaction provider, e.g., 'api', 'csv'").optional(),
|
|
9
|
+
shipping: z.number().describe("Total shipping amount for the order").optional(),
|
|
10
|
+
to_state: z.string().describe("Two-letter state code for the order destination").optional(),
|
|
11
|
+
sales_tax: z.number().describe("Sales tax collected for the order").optional(),
|
|
12
|
+
to_street: z.string().describe("Street address of the order destination").optional(),
|
|
13
|
+
line_items: z.array(z.object({
|
|
14
|
+
id: z.number().int().describe("Unique line item identifier").optional(),
|
|
15
|
+
discount: z.number().describe("Discount applied to the item").optional(),
|
|
16
|
+
quantity: z.number().int().describe("Quantity of the item purchased").optional(),
|
|
17
|
+
sales_tax: z.number().describe("Sales tax collected for the item").optional(),
|
|
18
|
+
unit_price: z.number().describe("Price per unit").optional(),
|
|
19
|
+
description: z.string().describe("Description of the item").optional(),
|
|
20
|
+
product_identifier: z.string().describe("Product identifier").optional()
|
|
21
|
+
})).describe("Line items in the order").optional(),
|
|
22
|
+
to_country: z.string().describe("Two-letter ISO country code of the order destination").optional(),
|
|
23
|
+
transaction_id: z.string().describe("Unique identifier for the transaction to update"),
|
|
24
|
+
transaction_date: z.string().describe("Date/time when transaction occurred (ISO 8601 format)").optional()
|
|
25
|
+
}).describe("Request to update an existing order transaction.");
|
|
26
|
+
const TaxjarUpdateOrderTransaction_LineItemSchema = z.object({
|
|
27
|
+
id: z.number().int().describe("Unique line item identifier").nullable().optional(),
|
|
28
|
+
discount: z.number().describe("Discount applied to the item").nullable().optional(),
|
|
29
|
+
quantity: z.number().int().describe("Quantity of the item purchased").nullable().optional(),
|
|
30
|
+
sales_tax: z.number().describe("Sales tax collected for the item").nullable().optional(),
|
|
31
|
+
unit_price: z.number().describe("Price per unit").nullable().optional(),
|
|
32
|
+
description: z.string().describe("Description of the item").nullable().optional(),
|
|
33
|
+
product_identifier: z.string().describe("Product identifier").nullable().optional()
|
|
34
|
+
});
|
|
35
|
+
const TaxjarUpdateOrderTransaction_UpdatedTransactionSchema = z.object({
|
|
36
|
+
amount: z.number().describe("Order amount"),
|
|
37
|
+
to_zip: z.string().describe("Destination postal code"),
|
|
38
|
+
to_city: z.string().describe("Destination city").nullable().optional(),
|
|
39
|
+
user_id: z.number().int().describe("Associated user identifier").nullable().optional(),
|
|
40
|
+
provider: z.string().describe("Originating provider"),
|
|
41
|
+
shipping: z.number().describe("Order shipping cost"),
|
|
42
|
+
to_state: z.string().describe("Destination state code"),
|
|
43
|
+
sales_tax: z.number().describe("Sales tax amount"),
|
|
44
|
+
to_street: z.string().describe("Destination street address").nullable().optional(),
|
|
45
|
+
line_items: z.array(TaxjarUpdateOrderTransaction_LineItemSchema).describe("Line items in the transaction").nullable().optional(),
|
|
46
|
+
to_country: z.string().describe("Destination country code"),
|
|
47
|
+
transaction_id: z.string().describe("Transaction identifier"),
|
|
48
|
+
transaction_date: z.string().describe("Date/time of the transaction (ISO8601)")
|
|
49
|
+
}).describe("Updated order transaction returned from TaxJar.");
|
|
50
|
+
const taxjarUpdateOrderTransaction = action("TAXJAR_UPDATE_ORDER_TRANSACTION", {
|
|
51
|
+
slug: "taxjar-update-order-transaction",
|
|
52
|
+
name: "Update Order Transaction",
|
|
53
|
+
description: "Tool to update an existing order transaction. Use when adjusting order details such as amount, shipping, or line items after creation.",
|
|
54
|
+
input: TaxjarUpdateOrderTransactionInput,
|
|
55
|
+
output: z.object({ transaction: TaxjarUpdateOrderTransaction_UpdatedTransactionSchema.nullable() })
|
|
56
|
+
});
|
|
57
|
+
//#endregion
|
|
58
|
+
export { taxjarUpdateOrderTransaction };
|
|
59
|
+
|
|
60
|
+
//# sourceMappingURL=update-order-transaction.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-order-transaction.mjs","names":[],"sources":["../../src/actions/update-order-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const TaxjarUpdateOrderTransactionInput: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Total amount of the order\").optional(),\n to_zip: z.string().describe(\"Postal code of the order destination\").optional(),\n to_city: z.string().describe(\"City of the order destination\").optional(),\n provider: z.string().describe(\"Transaction provider, e.g., 'api', 'csv'\").optional(),\n shipping: z.number().describe(\"Total shipping amount for the order\").optional(),\n to_state: z.string().describe(\"Two-letter state code for the order destination\").optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the order\").optional(),\n to_street: z.string().describe(\"Street address of the order destination\").optional(),\n line_items: z.array(z.object({\n id: z.number().int().describe(\"Unique line item identifier\").optional(),\n discount: z.number().describe(\"Discount applied to the item\").optional(),\n quantity: z.number().int().describe(\"Quantity of the item purchased\").optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the item\").optional(),\n unit_price: z.number().describe(\"Price per unit\").optional(),\n description: z.string().describe(\"Description of the item\").optional(),\n product_identifier: z.string().describe(\"Product identifier\").optional(),\n})).describe(\"Line items in the order\").optional(),\n to_country: z.string().describe(\"Two-letter ISO country code of the order destination\").optional(),\n transaction_id: z.string().describe(\"Unique identifier for the transaction to update\"),\n transaction_date: z.string().describe(\"Date/time when transaction occurred (ISO 8601 format)\").optional(),\n}).describe(\"Request to update an existing order transaction.\");\nconst TaxjarUpdateOrderTransaction_LineItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique line item identifier\").nullable().optional(),\n discount: z.number().describe(\"Discount applied to the item\").nullable().optional(),\n quantity: z.number().int().describe(\"Quantity of the item purchased\").nullable().optional(),\n sales_tax: z.number().describe(\"Sales tax collected for the item\").nullable().optional(),\n unit_price: z.number().describe(\"Price per unit\").nullable().optional(),\n description: z.string().describe(\"Description of the item\").nullable().optional(),\n product_identifier: z.string().describe(\"Product identifier\").nullable().optional(),\n});\nconst TaxjarUpdateOrderTransaction_UpdatedTransactionSchema: z.ZodTypeAny = z.object({\n amount: z.number().describe(\"Order amount\"),\n to_zip: z.string().describe(\"Destination postal code\"),\n to_city: z.string().describe(\"Destination city\").nullable().optional(),\n user_id: z.number().int().describe(\"Associated user identifier\").nullable().optional(),\n provider: z.string().describe(\"Originating provider\"),\n shipping: z.number().describe(\"Order shipping cost\"),\n to_state: z.string().describe(\"Destination state code\"),\n sales_tax: z.number().describe(\"Sales tax amount\"),\n to_street: z.string().describe(\"Destination street address\").nullable().optional(),\n line_items: z.array(TaxjarUpdateOrderTransaction_LineItemSchema).describe(\"Line items in the transaction\").nullable().optional(),\n to_country: z.string().describe(\"Destination country code\"),\n transaction_id: z.string().describe(\"Transaction identifier\"),\n transaction_date: z.string().describe(\"Date/time of the transaction (ISO8601)\"),\n}).describe(\"Updated order transaction returned from TaxJar.\");\nexport const TaxjarUpdateOrderTransactionOutput: z.ZodTypeAny = z.object({\n transaction: TaxjarUpdateOrderTransaction_UpdatedTransactionSchema.nullable(),\n});\n\nexport const taxjarUpdateOrderTransaction = action(\"TAXJAR_UPDATE_ORDER_TRANSACTION\", {\n slug: \"taxjar-update-order-transaction\",\n name: \"Update Order Transaction\",\n description: \"Tool to update an existing order transaction. Use when adjusting order details such as amount, shipping, or line items after creation.\",\n input: TaxjarUpdateOrderTransactionInput,\n output: TaxjarUpdateOrderTransactionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,YAAY,EAAE,MAAM,EAAE,OAAO;EAC7B,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACtE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;EAC3D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACrE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACjG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CACrF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC;AACD,MAAM,wDAAsE,EAAE,OAAO;CACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CAC1C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACpD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACnD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACtD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CACjD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC1D,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAC5D,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAChF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,aAAa,sDAAsD,SAAS,EAC9E,CAOU;AACV,CAAC"}
|