@keystrokehq/postgrid_verify 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/autocomplete-address.cjs +38 -0
- package/dist/actions/autocomplete-address.cjs.map +1 -0
- package/dist/actions/autocomplete-address.d.cts +9 -0
- package/dist/actions/autocomplete-address.d.cts.map +1 -0
- package/dist/actions/autocomplete-address.d.mts +9 -0
- package/dist/actions/autocomplete-address.d.mts.map +1 -0
- package/dist/actions/autocomplete-address.mjs +37 -0
- package/dist/actions/autocomplete-address.mjs.map +1 -0
- package/dist/actions/autocomplete-intl-address.cjs +30 -0
- package/dist/actions/autocomplete-intl-address.cjs.map +1 -0
- package/dist/actions/autocomplete-intl-address.d.cts +9 -0
- package/dist/actions/autocomplete-intl-address.d.cts.map +1 -0
- package/dist/actions/autocomplete-intl-address.d.mts +9 -0
- package/dist/actions/autocomplete-intl-address.d.mts.map +1 -0
- package/dist/actions/autocomplete-intl-address.mjs +29 -0
- package/dist/actions/autocomplete-intl-address.mjs.map +1 -0
- package/dist/actions/get-autocomplete-previews.cjs +31 -0
- package/dist/actions/get-autocomplete-previews.cjs.map +1 -0
- package/dist/actions/get-autocomplete-previews.d.cts +9 -0
- package/dist/actions/get-autocomplete-previews.d.cts.map +1 -0
- package/dist/actions/get-autocomplete-previews.d.mts +9 -0
- package/dist/actions/get-autocomplete-previews.d.mts.map +1 -0
- package/dist/actions/get-autocomplete-previews.mjs +30 -0
- package/dist/actions/get-autocomplete-previews.mjs.map +1 -0
- package/dist/actions/get-intl-autocomplete-previews.cjs +35 -0
- package/dist/actions/get-intl-autocomplete-previews.cjs.map +1 -0
- package/dist/actions/get-intl-autocomplete-previews.d.cts +9 -0
- package/dist/actions/get-intl-autocomplete-previews.d.cts.map +1 -0
- package/dist/actions/get-intl-autocomplete-previews.d.mts +9 -0
- package/dist/actions/get-intl-autocomplete-previews.d.mts.map +1 -0
- package/dist/actions/get-intl-autocomplete-previews.mjs +34 -0
- package/dist/actions/get-intl-autocomplete-previews.mjs.map +1 -0
- package/dist/actions/get-lookup-info.cjs +24 -0
- package/dist/actions/get-lookup-info.cjs.map +1 -0
- package/dist/actions/get-lookup-info.d.cts +9 -0
- package/dist/actions/get-lookup-info.d.cts.map +1 -0
- package/dist/actions/get-lookup-info.d.mts +9 -0
- package/dist/actions/get-lookup-info.d.mts.map +1 -0
- package/dist/actions/get-lookup-info.mjs +23 -0
- package/dist/actions/get-lookup-info.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/lookup-city-state-from-postal.cjs +24 -0
- package/dist/actions/lookup-city-state-from-postal.cjs.map +1 -0
- package/dist/actions/lookup-city-state-from-postal.d.cts +9 -0
- package/dist/actions/lookup-city-state-from-postal.d.cts.map +1 -0
- package/dist/actions/lookup-city-state-from-postal.d.mts +9 -0
- package/dist/actions/lookup-city-state-from-postal.d.mts.map +1 -0
- package/dist/actions/lookup-city-state-from-postal.mjs +23 -0
- package/dist/actions/lookup-city-state-from-postal.mjs.map +1 -0
- package/dist/actions/parse-address.cjs +38 -0
- package/dist/actions/parse-address.cjs.map +1 -0
- package/dist/actions/parse-address.d.cts +9 -0
- package/dist/actions/parse-address.d.cts.map +1 -0
- package/dist/actions/parse-address.d.mts +9 -0
- package/dist/actions/parse-address.d.mts.map +1 -0
- package/dist/actions/parse-address.mjs +37 -0
- package/dist/actions/parse-address.mjs.map +1 -0
- package/dist/actions/suggest-addresses.cjs +45 -0
- package/dist/actions/suggest-addresses.cjs.map +1 -0
- package/dist/actions/suggest-addresses.d.cts +9 -0
- package/dist/actions/suggest-addresses.d.cts.map +1 -0
- package/dist/actions/suggest-addresses.d.mts +9 -0
- package/dist/actions/suggest-addresses.d.mts.map +1 -0
- package/dist/actions/suggest-addresses.mjs +44 -0
- package/dist/actions/suggest-addresses.mjs.map +1 -0
- package/dist/actions/verify-address.cjs +40 -0
- package/dist/actions/verify-address.cjs.map +1 -0
- package/dist/actions/verify-address.d.cts +9 -0
- package/dist/actions/verify-address.d.cts.map +1 -0
- package/dist/actions/verify-address.d.mts +9 -0
- package/dist/actions/verify-address.d.mts.map +1 -0
- package/dist/actions/verify-address.mjs +39 -0
- package/dist/actions/verify-address.mjs.map +1 -0
- package/dist/actions/verify-batch-addresses.cjs +60 -0
- package/dist/actions/verify-batch-addresses.cjs.map +1 -0
- package/dist/actions/verify-batch-addresses.d.cts +9 -0
- package/dist/actions/verify-batch-addresses.d.cts.map +1 -0
- package/dist/actions/verify-batch-addresses.d.mts +9 -0
- package/dist/actions/verify-batch-addresses.d.mts.map +1 -0
- package/dist/actions/verify-batch-addresses.mjs +59 -0
- package/dist/actions/verify-batch-addresses.mjs.map +1 -0
- package/dist/actions/verify-international-address.cjs +51 -0
- package/dist/actions/verify-international-address.cjs.map +1 -0
- package/dist/actions/verify-international-address.d.cts +9 -0
- package/dist/actions/verify-international-address.d.cts.map +1 -0
- package/dist/actions/verify-international-address.d.mts +9 -0
- package/dist/actions/verify-international-address.d.mts.map +1 -0
- package/dist/actions/verify-international-address.mjs +50 -0
- package/dist/actions/verify-international-address.mjs.map +1 -0
- package/dist/actions/verify-intl-addresses-batch.cjs +50 -0
- package/dist/actions/verify-intl-addresses-batch.cjs.map +1 -0
- package/dist/actions/verify-intl-addresses-batch.d.cts +9 -0
- package/dist/actions/verify-intl-addresses-batch.d.cts.map +1 -0
- package/dist/actions/verify-intl-addresses-batch.d.mts +9 -0
- package/dist/actions/verify-intl-addresses-batch.d.mts.map +1 -0
- package/dist/actions/verify-intl-addresses-batch.mjs +49 -0
- package/dist/actions/verify-intl-addresses-batch.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 +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-lookup-info.d.ts
|
|
4
|
+
declare const PostgridVerifyGetLookupInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyGetLookupInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyGetLookupInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyGetLookupInfo };
|
|
9
|
+
//# sourceMappingURL=get-lookup-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-lookup-info.d.cts","names":[],"sources":["../../src/actions/get-lookup-info.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAyB;AAAA,cAK7D,iCAAA,EAAmC,CAAA,CAAE,UAIhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-lookup-info.d.ts
|
|
4
|
+
declare const PostgridVerifyGetLookupInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyGetLookupInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyGetLookupInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyGetLookupInfo };
|
|
9
|
+
//# sourceMappingURL=get-lookup-info.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-lookup-info.d.mts","names":[],"sources":["../../src/actions/get-lookup-info.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAyB;AAAA,cAK7D,iCAAA,EAAmC,CAAA,CAAE,UAIhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-lookup-info.ts
|
|
4
|
+
const PostgridVerifyGetLookupInfoInput = z.object({});
|
|
5
|
+
const PostgridVerifyGetLookupInfo_LookupInfoDataSchema = z.object({
|
|
6
|
+
used: z.number().int().describe("The number of lookups you have used so far.").nullable().optional(),
|
|
7
|
+
freeLimit: z.number().int().describe("The free lookup limit for your account. Returns 0 if no free tier is available.").nullable().optional()
|
|
8
|
+
});
|
|
9
|
+
const postgridVerifyGetLookupInfo = action("POSTGRID_VERIFY_GET_LOOKUP_INFO", {
|
|
10
|
+
slug: "postgrid_verify-get-lookup-info",
|
|
11
|
+
name: "Get Lookup Info",
|
|
12
|
+
description: "Tool to retrieve lookup usage information for your PostGrid account. Use when you need to check how many lookups you have used and your free lookup limit.",
|
|
13
|
+
input: PostgridVerifyGetLookupInfoInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
data: PostgridVerifyGetLookupInfo_LookupInfoDataSchema.nullable().optional(),
|
|
16
|
+
status: z.string().describe("Status of the request (e.g., 'success').").nullable().optional(),
|
|
17
|
+
message: z.string().describe("Message providing details about the operation.").nullable().optional()
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { postgridVerifyGetLookupInfo };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-lookup-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-lookup-info.mjs","names":[],"sources":["../../src/actions/get-lookup-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyGetLookupInfoInput: z.ZodTypeAny = z.object({});\nconst PostgridVerifyGetLookupInfo_LookupInfoDataSchema: z.ZodTypeAny = z.object({\n used: z.number().int().describe(\"The number of lookups you have used so far.\").nullable().optional(),\n freeLimit: z.number().int().describe(\"The free lookup limit for your account. Returns 0 if no free tier is available.\").nullable().optional(),\n});\nexport const PostgridVerifyGetLookupInfoOutput: z.ZodTypeAny = z.object({\n data: PostgridVerifyGetLookupInfo_LookupInfoDataSchema.nullable().optional(),\n status: z.string().describe(\"Status of the request (e.g., 'success').\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the operation.\").nullable().optional(),\n});\n\nexport const postgridVerifyGetLookupInfo = action(\"POSTGRID_VERIFY_GET_LOOKUP_INFO\", {\n slug: \"postgrid_verify-get-lookup-info\",\n name: \"Get Lookup Info\",\n description: \"Tool to retrieve lookup usage information for your PostGrid account. Use when you need to check how many lookups you have used and your free lookup limit.\",\n input: PostgridVerifyGetLookupInfoInput,\n output: PostgridVerifyGetLookupInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC;AACzE,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9I,CAAC;AAOD,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX6D,EAAE,OAAO;EACtE,MAAM,iDAAiD,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_autocomplete_address = require("./autocomplete-address.cjs");
|
|
3
|
+
const require_autocomplete_intl_address = require("./autocomplete-intl-address.cjs");
|
|
4
|
+
const require_get_autocomplete_previews = require("./get-autocomplete-previews.cjs");
|
|
5
|
+
const require_get_intl_autocomplete_previews = require("./get-intl-autocomplete-previews.cjs");
|
|
6
|
+
const require_get_lookup_info = require("./get-lookup-info.cjs");
|
|
7
|
+
const require_lookup_city_state_from_postal = require("./lookup-city-state-from-postal.cjs");
|
|
8
|
+
const require_parse_address = require("./parse-address.cjs");
|
|
9
|
+
const require_suggest_addresses = require("./suggest-addresses.cjs");
|
|
10
|
+
const require_verify_address = require("./verify-address.cjs");
|
|
11
|
+
const require_verify_batch_addresses = require("./verify-batch-addresses.cjs");
|
|
12
|
+
const require_verify_international_address = require("./verify-international-address.cjs");
|
|
13
|
+
const require_verify_intl_addresses_batch = require("./verify-intl-addresses-batch.cjs");
|
|
14
|
+
exports.postgridVerifyAutocompleteAddress = require_autocomplete_address.postgridVerifyAutocompleteAddress;
|
|
15
|
+
exports.postgridVerifyAutocompleteIntlAddress = require_autocomplete_intl_address.postgridVerifyAutocompleteIntlAddress;
|
|
16
|
+
exports.postgridVerifyGetAutocompletePreviews = require_get_autocomplete_previews.postgridVerifyGetAutocompletePreviews;
|
|
17
|
+
exports.postgridVerifyGetIntlAutocompletePreviews = require_get_intl_autocomplete_previews.postgridVerifyGetIntlAutocompletePreviews;
|
|
18
|
+
exports.postgridVerifyGetLookupInfo = require_get_lookup_info.postgridVerifyGetLookupInfo;
|
|
19
|
+
exports.postgridVerifyLookupCityStateFromPostal = require_lookup_city_state_from_postal.postgridVerifyLookupCityStateFromPostal;
|
|
20
|
+
exports.postgridVerifyParseAddress = require_parse_address.postgridVerifyParseAddress;
|
|
21
|
+
exports.postgridVerifySuggestAddresses = require_suggest_addresses.postgridVerifySuggestAddresses;
|
|
22
|
+
exports.postgridVerifyVerifyAddress = require_verify_address.postgridVerifyVerifyAddress;
|
|
23
|
+
exports.postgridVerifyVerifyBatchAddresses = require_verify_batch_addresses.postgridVerifyVerifyBatchAddresses;
|
|
24
|
+
exports.postgridVerifyVerifyInternationalAddress = require_verify_international_address.postgridVerifyVerifyInternationalAddress;
|
|
25
|
+
exports.postgridVerifyVerifyIntlAddressesBatch = require_verify_intl_addresses_batch.postgridVerifyVerifyIntlAddressesBatch;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { postgridVerifyAutocompleteAddress } from "./autocomplete-address.cjs";
|
|
2
|
+
import { postgridVerifyAutocompleteIntlAddress } from "./autocomplete-intl-address.cjs";
|
|
3
|
+
import { postgridVerifyGetAutocompletePreviews } from "./get-autocomplete-previews.cjs";
|
|
4
|
+
import { postgridVerifyGetIntlAutocompletePreviews } from "./get-intl-autocomplete-previews.cjs";
|
|
5
|
+
import { postgridVerifyGetLookupInfo } from "./get-lookup-info.cjs";
|
|
6
|
+
import { postgridVerifyLookupCityStateFromPostal } from "./lookup-city-state-from-postal.cjs";
|
|
7
|
+
import { postgridVerifyParseAddress } from "./parse-address.cjs";
|
|
8
|
+
import { postgridVerifySuggestAddresses } from "./suggest-addresses.cjs";
|
|
9
|
+
import { postgridVerifyVerifyAddress } from "./verify-address.cjs";
|
|
10
|
+
import { postgridVerifyVerifyBatchAddresses } from "./verify-batch-addresses.cjs";
|
|
11
|
+
import { postgridVerifyVerifyInternationalAddress } from "./verify-international-address.cjs";
|
|
12
|
+
import { postgridVerifyVerifyIntlAddressesBatch } from "./verify-intl-addresses-batch.cjs";
|
|
13
|
+
export { postgridVerifyAutocompleteAddress, postgridVerifyAutocompleteIntlAddress, postgridVerifyGetAutocompletePreviews, postgridVerifyGetIntlAutocompletePreviews, postgridVerifyGetLookupInfo, postgridVerifyLookupCityStateFromPostal, postgridVerifyParseAddress, postgridVerifySuggestAddresses, postgridVerifyVerifyAddress, postgridVerifyVerifyBatchAddresses, postgridVerifyVerifyInternationalAddress, postgridVerifyVerifyIntlAddressesBatch };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { postgridVerifyAutocompleteAddress } from "./autocomplete-address.mjs";
|
|
2
|
+
import { postgridVerifyAutocompleteIntlAddress } from "./autocomplete-intl-address.mjs";
|
|
3
|
+
import { postgridVerifyGetAutocompletePreviews } from "./get-autocomplete-previews.mjs";
|
|
4
|
+
import { postgridVerifyGetIntlAutocompletePreviews } from "./get-intl-autocomplete-previews.mjs";
|
|
5
|
+
import { postgridVerifyGetLookupInfo } from "./get-lookup-info.mjs";
|
|
6
|
+
import { postgridVerifyLookupCityStateFromPostal } from "./lookup-city-state-from-postal.mjs";
|
|
7
|
+
import { postgridVerifyParseAddress } from "./parse-address.mjs";
|
|
8
|
+
import { postgridVerifySuggestAddresses } from "./suggest-addresses.mjs";
|
|
9
|
+
import { postgridVerifyVerifyAddress } from "./verify-address.mjs";
|
|
10
|
+
import { postgridVerifyVerifyBatchAddresses } from "./verify-batch-addresses.mjs";
|
|
11
|
+
import { postgridVerifyVerifyInternationalAddress } from "./verify-international-address.mjs";
|
|
12
|
+
import { postgridVerifyVerifyIntlAddressesBatch } from "./verify-intl-addresses-batch.mjs";
|
|
13
|
+
export { postgridVerifyAutocompleteAddress, postgridVerifyAutocompleteIntlAddress, postgridVerifyGetAutocompletePreviews, postgridVerifyGetIntlAutocompletePreviews, postgridVerifyGetLookupInfo, postgridVerifyLookupCityStateFromPostal, postgridVerifyParseAddress, postgridVerifySuggestAddresses, postgridVerifyVerifyAddress, postgridVerifyVerifyBatchAddresses, postgridVerifyVerifyInternationalAddress, postgridVerifyVerifyIntlAddressesBatch };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { postgridVerifyAutocompleteAddress } from "./autocomplete-address.mjs";
|
|
2
|
+
import { postgridVerifyAutocompleteIntlAddress } from "./autocomplete-intl-address.mjs";
|
|
3
|
+
import { postgridVerifyGetAutocompletePreviews } from "./get-autocomplete-previews.mjs";
|
|
4
|
+
import { postgridVerifyGetIntlAutocompletePreviews } from "./get-intl-autocomplete-previews.mjs";
|
|
5
|
+
import { postgridVerifyGetLookupInfo } from "./get-lookup-info.mjs";
|
|
6
|
+
import { postgridVerifyLookupCityStateFromPostal } from "./lookup-city-state-from-postal.mjs";
|
|
7
|
+
import { postgridVerifyParseAddress } from "./parse-address.mjs";
|
|
8
|
+
import { postgridVerifySuggestAddresses } from "./suggest-addresses.mjs";
|
|
9
|
+
import { postgridVerifyVerifyAddress } from "./verify-address.mjs";
|
|
10
|
+
import { postgridVerifyVerifyBatchAddresses } from "./verify-batch-addresses.mjs";
|
|
11
|
+
import { postgridVerifyVerifyInternationalAddress } from "./verify-international-address.mjs";
|
|
12
|
+
import { postgridVerifyVerifyIntlAddressesBatch } from "./verify-intl-addresses-batch.mjs";
|
|
13
|
+
export { postgridVerifyAutocompleteAddress, postgridVerifyAutocompleteIntlAddress, postgridVerifyGetAutocompletePreviews, postgridVerifyGetIntlAutocompletePreviews, postgridVerifyGetLookupInfo, postgridVerifyLookupCityStateFromPostal, postgridVerifyParseAddress, postgridVerifySuggestAddresses, postgridVerifyVerifyAddress, postgridVerifyVerifyBatchAddresses, postgridVerifyVerifyInternationalAddress, postgridVerifyVerifyIntlAddressesBatch };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/lookup-city-state-from-postal.ts
|
|
4
|
+
const PostgridVerifyLookupCityStateFromPostalInput = zod.z.object({ postalOrZip: zod.z.string().describe("The postal or ZIP code for which to retrieve city and state/province information") });
|
|
5
|
+
const PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema = zod.z.object({
|
|
6
|
+
city: zod.z.string().describe("City name corresponding to the postal/ZIP code").nullable().optional(),
|
|
7
|
+
provinceOrState: zod.z.string().describe("State or province corresponding to the postal/ZIP code").nullable().optional()
|
|
8
|
+
});
|
|
9
|
+
const PostgridVerifyLookupCityStateFromPostalOutput = zod.z.object({
|
|
10
|
+
data: zod.z.array(PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema).describe("List of city and state/province results"),
|
|
11
|
+
status: zod.z.string().describe("Indicates request success or failure").nullable().optional(),
|
|
12
|
+
message: zod.z.string().describe("Additional information about the request status").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const postgridVerifyLookupCityStateFromPostal = require_action.action("POSTGRID_VERIFY_LOOKUP_CITY_STATE_FROM_POSTAL", {
|
|
15
|
+
slug: "postgrid_verify-lookup-city-state-from-postal",
|
|
16
|
+
name: "Lookup City and State from Postal Code",
|
|
17
|
+
description: "Tool to lookup city and state for a given postal or ZIP code. Use when you need valid city/state combinations for a postal code.",
|
|
18
|
+
input: PostgridVerifyLookupCityStateFromPostalInput,
|
|
19
|
+
output: PostgridVerifyLookupCityStateFromPostalOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.postgridVerifyLookupCityStateFromPostal = postgridVerifyLookupCityStateFromPostal;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=lookup-city-state-from-postal.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-city-state-from-postal.cjs","names":["z","action"],"sources":["../../src/actions/lookup-city-state-from-postal.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyLookupCityStateFromPostalInput: z.ZodTypeAny = z.object({\n postalOrZip: z.string().describe(\"The postal or ZIP code for which to retrieve city and state/province information\"),\n});\nconst PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name corresponding to the postal/ZIP code\").nullable().optional(),\n provinceOrState: z.string().describe(\"State or province corresponding to the postal/ZIP code\").nullable().optional(),\n});\nexport const PostgridVerifyLookupCityStateFromPostalOutput: z.ZodTypeAny = z.object({\n data: z.array(PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema).describe(\"List of city and state/province results\"),\n status: z.string().describe(\"Indicates request success or failure\").nullable().optional(),\n message: z.string().describe(\"Additional information about the request status\").nullable().optional(),\n});\n\nexport const postgridVerifyLookupCityStateFromPostal = action(\"POSTGRID_VERIFY_LOOKUP_CITY_STATE_FROM_POSTAL\", {\n slug: \"postgrid_verify-lookup-city-state-from-postal\",\n name: \"Lookup City and State from Postal Code\",\n description: \"Tool to lookup city and state for a given postal or ZIP code. Use when you need valid city/state combinations for a postal code.\",\n input: PostgridVerifyLookupCityStateFromPostalInput,\n output: PostgridVerifyLookupCityStateFromPostalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACrH,CAAC;AACD,MAAM,0FAAwGA,IAAAA,EAAE,OAAO;CACrH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC;AACD,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,MAAM,uFAAuF,CAAC,CAAC,SAAS,yCAAyC;CACzJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC;AAED,MAAa,0CAA0CC,eAAAA,OAAO,iDAAiD;CAC7G,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/lookup-city-state-from-postal.d.ts
|
|
4
|
+
declare const PostgridVerifyLookupCityStateFromPostalInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyLookupCityStateFromPostalOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyLookupCityStateFromPostal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyLookupCityStateFromPostal };
|
|
9
|
+
//# sourceMappingURL=lookup-city-state-from-postal.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-city-state-from-postal.d.cts","names":[],"sources":["../../src/actions/lookup-city-state-from-postal.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAE3D;AAAA,cAKW,6CAAA,EAA+C,CAAA,CAAE,UAI5D;AAAA,cAEW,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/lookup-city-state-from-postal.d.ts
|
|
4
|
+
declare const PostgridVerifyLookupCityStateFromPostalInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyLookupCityStateFromPostalOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyLookupCityStateFromPostal: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyLookupCityStateFromPostal };
|
|
9
|
+
//# sourceMappingURL=lookup-city-state-from-postal.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-city-state-from-postal.d.mts","names":[],"sources":["../../src/actions/lookup-city-state-from-postal.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAE3D;AAAA,cAKW,6CAAA,EAA+C,CAAA,CAAE,UAI5D;AAAA,cAEW,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/lookup-city-state-from-postal.ts
|
|
4
|
+
const PostgridVerifyLookupCityStateFromPostalInput = z.object({ postalOrZip: z.string().describe("The postal or ZIP code for which to retrieve city and state/province information") });
|
|
5
|
+
const PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema = z.object({
|
|
6
|
+
city: z.string().describe("City name corresponding to the postal/ZIP code").nullable().optional(),
|
|
7
|
+
provinceOrState: z.string().describe("State or province corresponding to the postal/ZIP code").nullable().optional()
|
|
8
|
+
});
|
|
9
|
+
const postgridVerifyLookupCityStateFromPostal = action("POSTGRID_VERIFY_LOOKUP_CITY_STATE_FROM_POSTAL", {
|
|
10
|
+
slug: "postgrid_verify-lookup-city-state-from-postal",
|
|
11
|
+
name: "Lookup City and State from Postal Code",
|
|
12
|
+
description: "Tool to lookup city and state for a given postal or ZIP code. Use when you need valid city/state combinations for a postal code.",
|
|
13
|
+
input: PostgridVerifyLookupCityStateFromPostalInput,
|
|
14
|
+
output: z.object({
|
|
15
|
+
data: z.array(PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema).describe("List of city and state/province results"),
|
|
16
|
+
status: z.string().describe("Indicates request success or failure").nullable().optional(),
|
|
17
|
+
message: z.string().describe("Additional information about the request status").nullable().optional()
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { postgridVerifyLookupCityStateFromPostal };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=lookup-city-state-from-postal.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-city-state-from-postal.mjs","names":[],"sources":["../../src/actions/lookup-city-state-from-postal.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyLookupCityStateFromPostalInput: z.ZodTypeAny = z.object({\n postalOrZip: z.string().describe(\"The postal or ZIP code for which to retrieve city and state/province information\"),\n});\nconst PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name corresponding to the postal/ZIP code\").nullable().optional(),\n provinceOrState: z.string().describe(\"State or province corresponding to the postal/ZIP code\").nullable().optional(),\n});\nexport const PostgridVerifyLookupCityStateFromPostalOutput: z.ZodTypeAny = z.object({\n data: z.array(PostgridVerifyLookupCityStateFromPostal_LookupCityStateFromPostalResponseDataItemSchema).describe(\"List of city and state/province results\"),\n status: z.string().describe(\"Indicates request success or failure\").nullable().optional(),\n message: z.string().describe(\"Additional information about the request status\").nullable().optional(),\n});\n\nexport const postgridVerifyLookupCityStateFromPostal = action(\"POSTGRID_VERIFY_LOOKUP_CITY_STATE_FROM_POSTAL\", {\n slug: \"postgrid_verify-lookup-city-state-from-postal\",\n name: \"Lookup City and State from Postal Code\",\n description: \"Tool to lookup city and state for a given postal or ZIP code. Use when you need valid city/state combinations for a postal code.\",\n input: PostgridVerifyLookupCityStateFromPostalInput,\n output: PostgridVerifyLookupCityStateFromPostalOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6D,EAAE,OAAO,EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACrH,CAAC;AACD,MAAM,0FAAwG,EAAE,OAAO;CACrH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC;AAOD,MAAa,0CAA0C,OAAO,iDAAiD;CAC7G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyE,EAAE,OAAO;EAClF,MAAM,EAAE,MAAM,uFAAuF,CAAC,CAAC,SAAS,yCAAyC;EACzJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/parse-address.ts
|
|
4
|
+
const PostgridVerifyParseAddressInput = zod.z.object({ address: zod.z.string().describe("The address you want to parse on a single line.") });
|
|
5
|
+
const PostgridVerifyParseAddress_ParsedAddressDataSchema = zod.z.object({
|
|
6
|
+
city: zod.z.string().describe("City name").nullable().optional(),
|
|
7
|
+
near: zod.z.string().describe("Location reference if input query contains 'near' or 'in' some location").nullable().optional(),
|
|
8
|
+
road: zod.z.string().describe("The street name").nullable().optional(),
|
|
9
|
+
unit: zod.z.string().describe("Apartment, unit, office, lot, or secondary unit designator").nullable().optional(),
|
|
10
|
+
house: zod.z.string().describe("The name of the location (e.g., building name)").nullable().optional(),
|
|
11
|
+
level: zod.z.string().describe("The floor number").nullable().optional(),
|
|
12
|
+
poBox: zod.z.string().describe("Postal office box").nullable().optional(),
|
|
13
|
+
state: zod.z.string().describe("State or province").nullable().optional(),
|
|
14
|
+
island: zod.z.string().describe("Island name").nullable().optional(),
|
|
15
|
+
suburb: zod.z.string().describe("Unofficial neighborhood name").nullable().optional(),
|
|
16
|
+
country: zod.z.string().describe("Country name").nullable().optional(),
|
|
17
|
+
category: zod.z.string().describe("The category of the location (e.g., restaurant)").nullable().optional(),
|
|
18
|
+
postcode: zod.z.string().describe("Postal or ZIP code").nullable().optional(),
|
|
19
|
+
houseNumber: zod.z.string().describe("The house or street number").nullable().optional(),
|
|
20
|
+
cityDistrict: zod.z.string().describe("Borough within a city").nullable().optional(),
|
|
21
|
+
stateDistrict: zod.z.string().describe("County information").nullable().optional()
|
|
22
|
+
});
|
|
23
|
+
const PostgridVerifyParseAddressOutput = zod.z.object({
|
|
24
|
+
data: PostgridVerifyParseAddress_ParsedAddressDataSchema.nullable().optional(),
|
|
25
|
+
status: zod.z.string().describe("Status of the operation (e.g., 'success')").nullable().optional(),
|
|
26
|
+
message: zod.z.string().describe("Message providing details about the operation").nullable().optional()
|
|
27
|
+
});
|
|
28
|
+
const postgridVerifyParseAddress = require_action.action("POSTGRID_VERIFY_PARSE_ADDRESS", {
|
|
29
|
+
slug: "postgrid_verify-parse-address",
|
|
30
|
+
name: "Parse Address",
|
|
31
|
+
description: "Tool to break an address apart into its components. Use when you need to extract individual address parts like street number, road, city, state, and postal code from a single-line address string.",
|
|
32
|
+
input: PostgridVerifyParseAddressInput,
|
|
33
|
+
output: PostgridVerifyParseAddressOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.postgridVerifyParseAddress = postgridVerifyParseAddress;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=parse-address.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-address.cjs","names":["z","action"],"sources":["../../src/actions/parse-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyParseAddressInput: z.ZodTypeAny = z.object({\n address: z.string().describe(\"The address you want to parse on a single line.\"),\n});\nconst PostgridVerifyParseAddress_ParsedAddressDataSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n near: z.string().describe(\"Location reference if input query contains 'near' or 'in' some location\").nullable().optional(),\n road: z.string().describe(\"The street name\").nullable().optional(),\n unit: z.string().describe(\"Apartment, unit, office, lot, or secondary unit designator\").nullable().optional(),\n house: z.string().describe(\"The name of the location (e.g., building name)\").nullable().optional(),\n level: z.string().describe(\"The floor number\").nullable().optional(),\n poBox: z.string().describe(\"Postal office box\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n island: z.string().describe(\"Island name\").nullable().optional(),\n suburb: z.string().describe(\"Unofficial neighborhood name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n category: z.string().describe(\"The category of the location (e.g., restaurant)\").nullable().optional(),\n postcode: z.string().describe(\"Postal or ZIP code\").nullable().optional(),\n houseNumber: z.string().describe(\"The house or street number\").nullable().optional(),\n cityDistrict: z.string().describe(\"Borough within a city\").nullable().optional(),\n stateDistrict: z.string().describe(\"County information\").nullable().optional(),\n});\nexport const PostgridVerifyParseAddressOutput: z.ZodTypeAny = z.object({\n data: PostgridVerifyParseAddress_ParsedAddressDataSchema.nullable().optional(),\n status: z.string().describe(\"Status of the operation (e.g., 'success')\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the operation\").nullable().optional(),\n});\n\nexport const postgridVerifyParseAddress = action(\"POSTGRID_VERIFY_PARSE_ADDRESS\", {\n slug: \"postgrid_verify-parse-address\",\n name: \"Parse Address\",\n description: \"Tool to break an address apart into its components. Use when you need to extract individual address parts like street number, road, city, state, and postal code from a single-line address string.\",\n input: PostgridVerifyParseAddressInput,\n output: PostgridVerifyParseAddressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAChF,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAM,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/parse-address.d.ts
|
|
4
|
+
declare const PostgridVerifyParseAddressInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyParseAddressOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyParseAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyParseAddress };
|
|
9
|
+
//# sourceMappingURL=parse-address.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-address.d.cts","names":[],"sources":["../../src/actions/parse-address.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAmBW,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/parse-address.d.ts
|
|
4
|
+
declare const PostgridVerifyParseAddressInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyParseAddressOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyParseAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyParseAddress };
|
|
9
|
+
//# sourceMappingURL=parse-address.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-address.d.mts","names":[],"sources":["../../src/actions/parse-address.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAmBW,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/parse-address.ts
|
|
4
|
+
const PostgridVerifyParseAddressInput = z.object({ address: z.string().describe("The address you want to parse on a single line.") });
|
|
5
|
+
const PostgridVerifyParseAddress_ParsedAddressDataSchema = z.object({
|
|
6
|
+
city: z.string().describe("City name").nullable().optional(),
|
|
7
|
+
near: z.string().describe("Location reference if input query contains 'near' or 'in' some location").nullable().optional(),
|
|
8
|
+
road: z.string().describe("The street name").nullable().optional(),
|
|
9
|
+
unit: z.string().describe("Apartment, unit, office, lot, or secondary unit designator").nullable().optional(),
|
|
10
|
+
house: z.string().describe("The name of the location (e.g., building name)").nullable().optional(),
|
|
11
|
+
level: z.string().describe("The floor number").nullable().optional(),
|
|
12
|
+
poBox: z.string().describe("Postal office box").nullable().optional(),
|
|
13
|
+
state: z.string().describe("State or province").nullable().optional(),
|
|
14
|
+
island: z.string().describe("Island name").nullable().optional(),
|
|
15
|
+
suburb: z.string().describe("Unofficial neighborhood name").nullable().optional(),
|
|
16
|
+
country: z.string().describe("Country name").nullable().optional(),
|
|
17
|
+
category: z.string().describe("The category of the location (e.g., restaurant)").nullable().optional(),
|
|
18
|
+
postcode: z.string().describe("Postal or ZIP code").nullable().optional(),
|
|
19
|
+
houseNumber: z.string().describe("The house or street number").nullable().optional(),
|
|
20
|
+
cityDistrict: z.string().describe("Borough within a city").nullable().optional(),
|
|
21
|
+
stateDistrict: z.string().describe("County information").nullable().optional()
|
|
22
|
+
});
|
|
23
|
+
const postgridVerifyParseAddress = action("POSTGRID_VERIFY_PARSE_ADDRESS", {
|
|
24
|
+
slug: "postgrid_verify-parse-address",
|
|
25
|
+
name: "Parse Address",
|
|
26
|
+
description: "Tool to break an address apart into its components. Use when you need to extract individual address parts like street number, road, city, state, and postal code from a single-line address string.",
|
|
27
|
+
input: PostgridVerifyParseAddressInput,
|
|
28
|
+
output: z.object({
|
|
29
|
+
data: PostgridVerifyParseAddress_ParsedAddressDataSchema.nullable().optional(),
|
|
30
|
+
status: z.string().describe("Status of the operation (e.g., 'success')").nullable().optional(),
|
|
31
|
+
message: z.string().describe("Message providing details about the operation").nullable().optional()
|
|
32
|
+
})
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { postgridVerifyParseAddress };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=parse-address.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-address.mjs","names":[],"sources":["../../src/actions/parse-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyParseAddressInput: z.ZodTypeAny = z.object({\n address: z.string().describe(\"The address you want to parse on a single line.\"),\n});\nconst PostgridVerifyParseAddress_ParsedAddressDataSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n near: z.string().describe(\"Location reference if input query contains 'near' or 'in' some location\").nullable().optional(),\n road: z.string().describe(\"The street name\").nullable().optional(),\n unit: z.string().describe(\"Apartment, unit, office, lot, or secondary unit designator\").nullable().optional(),\n house: z.string().describe(\"The name of the location (e.g., building name)\").nullable().optional(),\n level: z.string().describe(\"The floor number\").nullable().optional(),\n poBox: z.string().describe(\"Postal office box\").nullable().optional(),\n state: z.string().describe(\"State or province\").nullable().optional(),\n island: z.string().describe(\"Island name\").nullable().optional(),\n suburb: z.string().describe(\"Unofficial neighborhood name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n category: z.string().describe(\"The category of the location (e.g., restaurant)\").nullable().optional(),\n postcode: z.string().describe(\"Postal or ZIP code\").nullable().optional(),\n houseNumber: z.string().describe(\"The house or street number\").nullable().optional(),\n cityDistrict: z.string().describe(\"Borough within a city\").nullable().optional(),\n stateDistrict: z.string().describe(\"County information\").nullable().optional(),\n});\nexport const PostgridVerifyParseAddressOutput: z.ZodTypeAny = z.object({\n data: PostgridVerifyParseAddress_ParsedAddressDataSchema.nullable().optional(),\n status: z.string().describe(\"Status of the operation (e.g., 'success')\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the operation\").nullable().optional(),\n});\n\nexport const postgridVerifyParseAddress = action(\"POSTGRID_VERIFY_PARSE_ADDRESS\", {\n slug: \"postgrid_verify-parse-address\",\n name: \"Parse Address\",\n description: \"Tool to break an address apart into its components. Use when you need to extract individual address parts like street number, road, city, state, and postal code from a single-line address string.\",\n input: PostgridVerifyParseAddressInput,\n output: PostgridVerifyParseAddressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAChF,CAAC;AACD,MAAM,qDAAmE,EAAE,OAAO;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/E,CAAC;AAOD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX4D,EAAE,OAAO;EACrE,MAAM,mDAAmD,SAAS,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/suggest-addresses.ts
|
|
4
|
+
const PostgridVerifySuggestAddressesInput = zod.z.object({
|
|
5
|
+
address: zod.z.object({
|
|
6
|
+
city: zod.z.string().describe("The city of your address.").optional(),
|
|
7
|
+
line1: zod.z.string().describe("The first line of your address. This field can also be used to specify all details of the address except country.").optional(),
|
|
8
|
+
line2: zod.z.string().describe("The second line of your address.").optional(),
|
|
9
|
+
country: zod.z.string().describe("The country of your address (US or Canada).").optional(),
|
|
10
|
+
postalOrZip: zod.z.string().describe("The postal code or ZIP Code of your address.").optional(),
|
|
11
|
+
provinceOrState: zod.z.string().describe("The province or state of your address.").optional()
|
|
12
|
+
}).describe("The address object containing details to find similar addresses for."),
|
|
13
|
+
includeDetails: zod.z.string().default("true").describe("Include detailed address parsing in the response (streetName, streetType, streetDirection, streetNumber).").optional()
|
|
14
|
+
});
|
|
15
|
+
const PostgridVerifySuggestAddresses_AddressDetailsSchema = zod.z.object({
|
|
16
|
+
streetName: zod.z.string().describe("The parsed street name from the address.").nullable().optional(),
|
|
17
|
+
streetType: zod.z.string().describe("The parsed street type (e.g., St, Blvd, Ave).").nullable().optional(),
|
|
18
|
+
streetNumber: zod.z.string().describe("The parsed street number.").nullable().optional(),
|
|
19
|
+
streetDirection: zod.z.string().describe("The parsed street direction (e.g., N, S, E, W).").nullable().optional()
|
|
20
|
+
});
|
|
21
|
+
const PostgridVerifySuggestAddresses_SuggestedAddressSchema = zod.z.object({
|
|
22
|
+
city: zod.z.string().describe("City of the suggested address.").nullable().optional(),
|
|
23
|
+
line1: zod.z.string().describe("First line of the suggested address. May contain unit number ranges.").nullable().optional(),
|
|
24
|
+
errors: zod.z.object({}).describe("Validation errors per field if any.").nullable().optional(),
|
|
25
|
+
country: zod.z.string().describe("Country code of the suggested address.").nullable().optional(),
|
|
26
|
+
details: PostgridVerifySuggestAddresses_AddressDetailsSchema.nullable().optional(),
|
|
27
|
+
postalOrZip: zod.z.string().describe("ZIP or postal code of the suggested address.").nullable().optional(),
|
|
28
|
+
provinceOrState: zod.z.string().describe("State or province of the suggested address.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const PostgridVerifySuggestAddressesOutput = zod.z.object({
|
|
31
|
+
data: zod.z.array(PostgridVerifySuggestAddresses_SuggestedAddressSchema).describe("Array of suggested addresses. If your address can be verified or corrected, the first element contains the verified address. May include unit number ranges in line1.").nullable().optional(),
|
|
32
|
+
status: zod.z.string().describe("Status of the operation (e.g., 'success').").nullable().optional(),
|
|
33
|
+
message: zod.z.string().describe("Message providing details about the operation.").nullable().optional()
|
|
34
|
+
});
|
|
35
|
+
const postgridVerifySuggestAddresses = require_action.action("POSTGRID_VERIFY_SUGGEST_ADDRESSES", {
|
|
36
|
+
slug: "postgrid_verify-suggest-addresses",
|
|
37
|
+
name: "Suggest Addresses",
|
|
38
|
+
description: "Tool to find addresses similar to the given address. If the address can be verified or corrected, the first element will contain the verified address. Returns unit number ranges in line1 of suggested addresses. Use when you need address suggestions or corrections for US or Canadian addresses.",
|
|
39
|
+
input: PostgridVerifySuggestAddressesInput,
|
|
40
|
+
output: PostgridVerifySuggestAddressesOutput
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.postgridVerifySuggestAddresses = postgridVerifySuggestAddresses;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=suggest-addresses.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggest-addresses.cjs","names":["z","action"],"sources":["../../src/actions/suggest-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifySuggestAddressesInput: z.ZodTypeAny = z.object({\n address: z.object({\n city: z.string().describe(\"The city of your address.\").optional(),\n line1: z.string().describe(\"The first line of your address. This field can also be used to specify all details of the address except country.\").optional(),\n line2: z.string().describe(\"The second line of your address.\").optional(),\n country: z.string().describe(\"The country of your address (US or Canada).\").optional(),\n postalOrZip: z.string().describe(\"The postal code or ZIP Code of your address.\").optional(),\n provinceOrState: z.string().describe(\"The province or state of your address.\").optional(),\n}).describe(\"The address object containing details to find similar addresses for.\"),\n includeDetails: z.string().default(\"true\").describe(\"Include detailed address parsing in the response (streetName, streetType, streetDirection, streetNumber).\").optional(),\n});\nconst PostgridVerifySuggestAddresses_AddressDetailsSchema: z.ZodTypeAny = z.object({\n streetName: z.string().describe(\"The parsed street name from the address.\").nullable().optional(),\n streetType: z.string().describe(\"The parsed street type (e.g., St, Blvd, Ave).\").nullable().optional(),\n streetNumber: z.string().describe(\"The parsed street number.\").nullable().optional(),\n streetDirection: z.string().describe(\"The parsed street direction (e.g., N, S, E, W).\").nullable().optional(),\n});\nconst PostgridVerifySuggestAddresses_SuggestedAddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City of the suggested address.\").nullable().optional(),\n line1: z.string().describe(\"First line of the suggested address. May contain unit number ranges.\").nullable().optional(),\n errors: z.object({}).describe(\"Validation errors per field if any.\").nullable().optional(),\n country: z.string().describe(\"Country code of the suggested address.\").nullable().optional(),\n details: PostgridVerifySuggestAddresses_AddressDetailsSchema.nullable().optional(),\n postalOrZip: z.string().describe(\"ZIP or postal code of the suggested address.\").nullable().optional(),\n provinceOrState: z.string().describe(\"State or province of the suggested address.\").nullable().optional(),\n});\nexport const PostgridVerifySuggestAddressesOutput: z.ZodTypeAny = z.object({\n data: z.array(PostgridVerifySuggestAddresses_SuggestedAddressSchema).describe(\"Array of suggested addresses. If your address can be verified or corrected, the first element contains the verified address. May include unit number ranges in line1.\").nullable().optional(),\n status: z.string().describe(\"Status of the operation (e.g., 'success').\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the operation.\").nullable().optional(),\n});\n\nexport const postgridVerifySuggestAddresses = action(\"POSTGRID_VERIFY_SUGGEST_ADDRESSES\", {\n slug: \"postgrid_verify-suggest-addresses\",\n name: \"Suggest Addresses\",\n description: \"Tool to find addresses similar to the given address. If the address can be verified or corrected, the first element will contain the verified address. Returns unit number ranges in line1 of suggested addresses. Use when you need address suggestions or corrections for US or Canadian addresses.\",\n input: PostgridVerifySuggestAddressesInput,\n output: PostgridVerifySuggestAddressesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO;EAClB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EACzJ,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAC1F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,sEAAsE;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AAC5K,CAAC;AACD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC;AACD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAAS,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3Q,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC;AAED,MAAa,iCAAiCC,eAAAA,OAAO,qCAAqC;CACxF,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/suggest-addresses.d.ts
|
|
4
|
+
declare const PostgridVerifySuggestAddressesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifySuggestAddressesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifySuggestAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifySuggestAddresses };
|
|
9
|
+
//# sourceMappingURL=suggest-addresses.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggest-addresses.d.cts","names":[],"sources":["../../src/actions/suggest-addresses.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAUlD;AAAA,cAgBW,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/suggest-addresses.d.ts
|
|
4
|
+
declare const PostgridVerifySuggestAddressesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifySuggestAddressesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifySuggestAddresses: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifySuggestAddresses };
|
|
9
|
+
//# sourceMappingURL=suggest-addresses.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggest-addresses.d.mts","names":[],"sources":["../../src/actions/suggest-addresses.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAUlD;AAAA,cAgBW,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/suggest-addresses.ts
|
|
4
|
+
const PostgridVerifySuggestAddressesInput = z.object({
|
|
5
|
+
address: z.object({
|
|
6
|
+
city: z.string().describe("The city of your address.").optional(),
|
|
7
|
+
line1: z.string().describe("The first line of your address. This field can also be used to specify all details of the address except country.").optional(),
|
|
8
|
+
line2: z.string().describe("The second line of your address.").optional(),
|
|
9
|
+
country: z.string().describe("The country of your address (US or Canada).").optional(),
|
|
10
|
+
postalOrZip: z.string().describe("The postal code or ZIP Code of your address.").optional(),
|
|
11
|
+
provinceOrState: z.string().describe("The province or state of your address.").optional()
|
|
12
|
+
}).describe("The address object containing details to find similar addresses for."),
|
|
13
|
+
includeDetails: z.string().default("true").describe("Include detailed address parsing in the response (streetName, streetType, streetDirection, streetNumber).").optional()
|
|
14
|
+
});
|
|
15
|
+
const PostgridVerifySuggestAddresses_AddressDetailsSchema = z.object({
|
|
16
|
+
streetName: z.string().describe("The parsed street name from the address.").nullable().optional(),
|
|
17
|
+
streetType: z.string().describe("The parsed street type (e.g., St, Blvd, Ave).").nullable().optional(),
|
|
18
|
+
streetNumber: z.string().describe("The parsed street number.").nullable().optional(),
|
|
19
|
+
streetDirection: z.string().describe("The parsed street direction (e.g., N, S, E, W).").nullable().optional()
|
|
20
|
+
});
|
|
21
|
+
const PostgridVerifySuggestAddresses_SuggestedAddressSchema = z.object({
|
|
22
|
+
city: z.string().describe("City of the suggested address.").nullable().optional(),
|
|
23
|
+
line1: z.string().describe("First line of the suggested address. May contain unit number ranges.").nullable().optional(),
|
|
24
|
+
errors: z.object({}).describe("Validation errors per field if any.").nullable().optional(),
|
|
25
|
+
country: z.string().describe("Country code of the suggested address.").nullable().optional(),
|
|
26
|
+
details: PostgridVerifySuggestAddresses_AddressDetailsSchema.nullable().optional(),
|
|
27
|
+
postalOrZip: z.string().describe("ZIP or postal code of the suggested address.").nullable().optional(),
|
|
28
|
+
provinceOrState: z.string().describe("State or province of the suggested address.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const postgridVerifySuggestAddresses = action("POSTGRID_VERIFY_SUGGEST_ADDRESSES", {
|
|
31
|
+
slug: "postgrid_verify-suggest-addresses",
|
|
32
|
+
name: "Suggest Addresses",
|
|
33
|
+
description: "Tool to find addresses similar to the given address. If the address can be verified or corrected, the first element will contain the verified address. Returns unit number ranges in line1 of suggested addresses. Use when you need address suggestions or corrections for US or Canadian addresses.",
|
|
34
|
+
input: PostgridVerifySuggestAddressesInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
data: z.array(PostgridVerifySuggestAddresses_SuggestedAddressSchema).describe("Array of suggested addresses. If your address can be verified or corrected, the first element contains the verified address. May include unit number ranges in line1.").nullable().optional(),
|
|
37
|
+
status: z.string().describe("Status of the operation (e.g., 'success').").nullable().optional(),
|
|
38
|
+
message: z.string().describe("Message providing details about the operation.").nullable().optional()
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
export { postgridVerifySuggestAddresses };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=suggest-addresses.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"suggest-addresses.mjs","names":[],"sources":["../../src/actions/suggest-addresses.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifySuggestAddressesInput: z.ZodTypeAny = z.object({\n address: z.object({\n city: z.string().describe(\"The city of your address.\").optional(),\n line1: z.string().describe(\"The first line of your address. This field can also be used to specify all details of the address except country.\").optional(),\n line2: z.string().describe(\"The second line of your address.\").optional(),\n country: z.string().describe(\"The country of your address (US or Canada).\").optional(),\n postalOrZip: z.string().describe(\"The postal code or ZIP Code of your address.\").optional(),\n provinceOrState: z.string().describe(\"The province or state of your address.\").optional(),\n}).describe(\"The address object containing details to find similar addresses for.\"),\n includeDetails: z.string().default(\"true\").describe(\"Include detailed address parsing in the response (streetName, streetType, streetDirection, streetNumber).\").optional(),\n});\nconst PostgridVerifySuggestAddresses_AddressDetailsSchema: z.ZodTypeAny = z.object({\n streetName: z.string().describe(\"The parsed street name from the address.\").nullable().optional(),\n streetType: z.string().describe(\"The parsed street type (e.g., St, Blvd, Ave).\").nullable().optional(),\n streetNumber: z.string().describe(\"The parsed street number.\").nullable().optional(),\n streetDirection: z.string().describe(\"The parsed street direction (e.g., N, S, E, W).\").nullable().optional(),\n});\nconst PostgridVerifySuggestAddresses_SuggestedAddressSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City of the suggested address.\").nullable().optional(),\n line1: z.string().describe(\"First line of the suggested address. May contain unit number ranges.\").nullable().optional(),\n errors: z.object({}).describe(\"Validation errors per field if any.\").nullable().optional(),\n country: z.string().describe(\"Country code of the suggested address.\").nullable().optional(),\n details: PostgridVerifySuggestAddresses_AddressDetailsSchema.nullable().optional(),\n postalOrZip: z.string().describe(\"ZIP or postal code of the suggested address.\").nullable().optional(),\n provinceOrState: z.string().describe(\"State or province of the suggested address.\").nullable().optional(),\n});\nexport const PostgridVerifySuggestAddressesOutput: z.ZodTypeAny = z.object({\n data: z.array(PostgridVerifySuggestAddresses_SuggestedAddressSchema).describe(\"Array of suggested addresses. If your address can be verified or corrected, the first element contains the verified address. May include unit number ranges in line1.\").nullable().optional(),\n status: z.string().describe(\"Status of the operation (e.g., 'success').\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the operation.\").nullable().optional(),\n});\n\nexport const postgridVerifySuggestAddresses = action(\"POSTGRID_VERIFY_SUGGEST_ADDRESSES\", {\n slug: \"postgrid_verify-suggest-addresses\",\n name: \"Suggest Addresses\",\n description: \"Tool to find addresses similar to the given address. If the address can be verified or corrected, the first element will contain the verified address. Returns unit number ranges in line1 of suggested addresses. Use when you need address suggestions or corrections for US or Canadian addresses.\",\n input: PostgridVerifySuggestAddressesInput,\n output: PostgridVerifySuggestAddressesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,SAAS,EAAE,OAAO;EAClB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EACzJ,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAC1F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,sEAAsE;CAChF,gBAAgB,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AAC5K,CAAC;AACD,MAAM,sDAAoE,EAAE,OAAO;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC;AACD,MAAM,wDAAsE,EAAE,OAAO;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAAS,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC;AAOD,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXgE,EAAE,OAAO;EACzE,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3Q,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/verify-address.ts
|
|
4
|
+
const PostgridVerifyVerifyAddressInput = zod.z.object({
|
|
5
|
+
city: zod.z.string().describe("City name. Used with structured addresses.").optional(),
|
|
6
|
+
line1: zod.z.string().describe("First line of the address. Use for structured addresses. Either 'address' or 'line1' must be provided.").optional(),
|
|
7
|
+
line2: zod.z.string().describe("Second line of the address (optional). Only used with structured addresses.").optional(),
|
|
8
|
+
address: zod.z.string().describe("Freeform address written on a single line (e.g., '22-20 bay st, floor 11, toronto, on'). Use this for unstructured addresses. Either 'address' or 'line1' must be provided.").optional(),
|
|
9
|
+
country: zod.z.string().describe("ISO 2-letter country code (US or CA). Used with structured addresses.").optional(),
|
|
10
|
+
geocode: zod.z.boolean().describe("If true, include geocoding data (latitude/longitude) in the response. Uses an additional lookup credit.").optional(),
|
|
11
|
+
postalOrZip: zod.z.string().describe("ZIP or postal code. Used with structured addresses.").optional(),
|
|
12
|
+
includeDetails: zod.z.boolean().describe("If true, include additional address details in the response. Default is false.").optional(),
|
|
13
|
+
provinceOrState: zod.z.string().describe("State or province code (e.g., 'CA', 'ON'). Used with structured addresses.").optional()
|
|
14
|
+
});
|
|
15
|
+
const PostgridVerifyVerifyAddress_VerifyAddressResponseDataSchema = zod.z.object({
|
|
16
|
+
city: zod.z.string().describe("City of the verified address.").nullable().optional(),
|
|
17
|
+
line1: zod.z.string().describe("First line of the verified address.").nullable().optional(),
|
|
18
|
+
line2: zod.z.string().describe("Second line of the verified address.").nullable().optional(),
|
|
19
|
+
errors: zod.z.object({}).describe("Errors per field if any validation issues occurred.").nullable().optional(),
|
|
20
|
+
status: zod.z.string().describe("Verification status (e.g., 'verified', 'corrected', 'unverified').").nullable().optional(),
|
|
21
|
+
country: zod.z.string().describe("Country code of the verified address.").nullable().optional(),
|
|
22
|
+
postalOrZip: zod.z.string().describe("ZIP or postal code of the verified address.").nullable().optional(),
|
|
23
|
+
provinceOrState: zod.z.string().describe("State or province of the verified address.").nullable().optional()
|
|
24
|
+
});
|
|
25
|
+
const PostgridVerifyVerifyAddressOutput = zod.z.object({
|
|
26
|
+
data: PostgridVerifyVerifyAddress_VerifyAddressResponseDataSchema.nullable().optional(),
|
|
27
|
+
status: zod.z.string().describe("Overall request status (e.g., 'success').").nullable().optional(),
|
|
28
|
+
message: zod.z.string().describe("Message providing details about the verification result.").nullable().optional()
|
|
29
|
+
});
|
|
30
|
+
const postgridVerifyVerifyAddress = require_action.action("POSTGRID_VERIFY_VERIFY_ADDRESS", {
|
|
31
|
+
slug: "postgrid_verify-verify-address",
|
|
32
|
+
name: "Verify Address",
|
|
33
|
+
description: "Tool to verify and standardize a US or Canadian address. Supports both freeform addresses (single-line) and structured addresses (with separate line1, city, etc.). Use includeDetails=true for additional metadata or geocode=true for latitude/longitude.",
|
|
34
|
+
input: PostgridVerifyVerifyAddressInput,
|
|
35
|
+
output: PostgridVerifyVerifyAddressOutput
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
exports.postgridVerifyVerifyAddress = postgridVerifyVerifyAddress;
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=verify-address.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-address.cjs","names":["z","action"],"sources":["../../src/actions/verify-address.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyVerifyAddressInput: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name. Used with structured addresses.\").optional(),\n line1: z.string().describe(\"First line of the address. Use for structured addresses. Either 'address' or 'line1' must be provided.\").optional(),\n line2: z.string().describe(\"Second line of the address (optional). Only used with structured addresses.\").optional(),\n address: z.string().describe(\"Freeform address written on a single line (e.g., '22-20 bay st, floor 11, toronto, on'). Use this for unstructured addresses. Either 'address' or 'line1' must be provided.\").optional(),\n country: z.string().describe(\"ISO 2-letter country code (US or CA). Used with structured addresses.\").optional(),\n geocode: z.boolean().describe(\"If true, include geocoding data (latitude/longitude) in the response. Uses an additional lookup credit.\").optional(),\n postalOrZip: z.string().describe(\"ZIP or postal code. Used with structured addresses.\").optional(),\n includeDetails: z.boolean().describe(\"If true, include additional address details in the response. Default is false.\").optional(),\n provinceOrState: z.string().describe(\"State or province code (e.g., 'CA', 'ON'). Used with structured addresses.\").optional(),\n});\nconst PostgridVerifyVerifyAddress_VerifyAddressResponseDataSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City of the verified address.\").nullable().optional(),\n line1: z.string().describe(\"First line of the verified address.\").nullable().optional(),\n line2: z.string().describe(\"Second line of the verified address.\").nullable().optional(),\n errors: z.object({}).describe(\"Errors per field if any validation issues occurred.\").nullable().optional(),\n status: z.string().describe(\"Verification status (e.g., 'verified', 'corrected', 'unverified').\").nullable().optional(),\n country: z.string().describe(\"Country code of the verified address.\").nullable().optional(),\n postalOrZip: z.string().describe(\"ZIP or postal code of the verified address.\").nullable().optional(),\n provinceOrState: z.string().describe(\"State or province of the verified address.\").nullable().optional(),\n});\nexport const PostgridVerifyVerifyAddressOutput: z.ZodTypeAny = z.object({\n data: PostgridVerifyVerifyAddress_VerifyAddressResponseDataSchema.nullable().optional(),\n status: z.string().describe(\"Overall request status (e.g., 'success').\").nullable().optional(),\n message: z.string().describe(\"Message providing details about the verification result.\").nullable().optional(),\n});\n\nexport const postgridVerifyVerifyAddress = action(\"POSTGRID_VERIFY_VERIFY_ADDRESS\", {\n slug: \"postgrid_verify-verify-address\",\n name: \"Verify Address\",\n description: \"Tool to verify and standardize a US or Canadian address. Supports both freeform addresses (single-line) and structured addresses (with separate line1, city, etc.). Use includeDetails=true for additional metadata or geocode=true for latitude/longitude.\",\n input: PostgridVerifyVerifyAddressInput,\n output: PostgridVerifyVerifyAddressOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAC9I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACnH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS;CACrN,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAClJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjG,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAChI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAC9H,CAAC;AACD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAM,4DAA4D,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/verify-address.d.ts
|
|
4
|
+
declare const PostgridVerifyVerifyAddressInput: z.ZodTypeAny;
|
|
5
|
+
declare const PostgridVerifyVerifyAddressOutput: z.ZodTypeAny;
|
|
6
|
+
declare const postgridVerifyVerifyAddress: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { postgridVerifyVerifyAddress };
|
|
9
|
+
//# sourceMappingURL=verify-address.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-address.d.cts","names":[],"sources":["../../src/actions/verify-address.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAU/C;AAAA,cAWW,iCAAA,EAAmC,CAAA,CAAE,UAIhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|