@keystrokehq/postgrid_verify 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actions/autocomplete-address.cjs +4 -4
- package/dist/actions/autocomplete-address.cjs.map +1 -1
- package/dist/actions/autocomplete-address.d.cts +4 -4
- package/dist/actions/autocomplete-address.d.mts +4 -4
- package/dist/actions/autocomplete-address.mjs +4 -4
- package/dist/actions/autocomplete-address.mjs.map +1 -1
- package/dist/actions/autocomplete-intl-address.cjs +2 -2
- package/dist/actions/autocomplete-intl-address.cjs.map +1 -1
- package/dist/actions/autocomplete-intl-address.d.cts +2 -2
- package/dist/actions/autocomplete-intl-address.d.mts +2 -2
- package/dist/actions/autocomplete-intl-address.mjs +2 -2
- package/dist/actions/autocomplete-intl-address.mjs.map +1 -1
- package/dist/actions/get-autocomplete-previews.cjs +3 -3
- package/dist/actions/get-autocomplete-previews.cjs.map +1 -1
- package/dist/actions/get-autocomplete-previews.d.cts +3 -3
- package/dist/actions/get-autocomplete-previews.d.mts +3 -3
- package/dist/actions/get-autocomplete-previews.mjs +3 -3
- package/dist/actions/get-autocomplete-previews.mjs.map +1 -1
- package/dist/actions/get-intl-autocomplete-previews.cjs +2 -2
- package/dist/actions/get-intl-autocomplete-previews.cjs.map +1 -1
- package/dist/actions/get-intl-autocomplete-previews.d.cts +2 -2
- package/dist/actions/get-intl-autocomplete-previews.d.mts +2 -2
- package/dist/actions/get-intl-autocomplete-previews.mjs +2 -2
- package/dist/actions/get-intl-autocomplete-previews.mjs.map +1 -1
- package/dist/actions/get-lookup-info.cjs +2 -2
- package/dist/actions/get-lookup-info.cjs.map +1 -1
- package/dist/actions/get-lookup-info.d.cts +2 -2
- package/dist/actions/get-lookup-info.d.mts +2 -2
- package/dist/actions/get-lookup-info.mjs +2 -2
- package/dist/actions/get-lookup-info.mjs.map +1 -1
- package/dist/actions/lookup-city-state-from-postal.cjs +2 -2
- package/dist/actions/lookup-city-state-from-postal.cjs.map +1 -1
- package/dist/actions/lookup-city-state-from-postal.d.cts +2 -2
- package/dist/actions/lookup-city-state-from-postal.d.mts +2 -2
- package/dist/actions/lookup-city-state-from-postal.mjs +2 -2
- package/dist/actions/lookup-city-state-from-postal.mjs.map +1 -1
- package/dist/actions/parse-address.cjs +2 -2
- package/dist/actions/parse-address.cjs.map +1 -1
- package/dist/actions/parse-address.d.cts +2 -2
- package/dist/actions/parse-address.d.mts +2 -2
- package/dist/actions/parse-address.mjs +2 -2
- package/dist/actions/parse-address.mjs.map +1 -1
- package/dist/actions/suggest-addresses.cjs +4 -4
- package/dist/actions/suggest-addresses.cjs.map +1 -1
- package/dist/actions/suggest-addresses.d.cts +4 -4
- package/dist/actions/suggest-addresses.d.mts +4 -4
- package/dist/actions/suggest-addresses.mjs +4 -4
- package/dist/actions/suggest-addresses.mjs.map +1 -1
- package/dist/actions/verify-address.cjs +3 -3
- package/dist/actions/verify-address.cjs.map +1 -1
- package/dist/actions/verify-address.d.cts +3 -3
- package/dist/actions/verify-address.d.mts +3 -3
- package/dist/actions/verify-address.mjs +3 -3
- package/dist/actions/verify-address.mjs.map +1 -1
- package/dist/actions/verify-batch-addresses.cjs +7 -7
- package/dist/actions/verify-batch-addresses.cjs.map +1 -1
- package/dist/actions/verify-batch-addresses.d.cts +8 -7
- package/dist/actions/verify-batch-addresses.d.mts +8 -7
- package/dist/actions/verify-batch-addresses.mjs +7 -7
- package/dist/actions/verify-batch-addresses.mjs.map +1 -1
- package/dist/actions/verify-international-address.cjs +5 -5
- package/dist/actions/verify-international-address.cjs.map +1 -1
- package/dist/actions/verify-international-address.d.cts +5 -5
- package/dist/actions/verify-international-address.d.mts +5 -5
- package/dist/actions/verify-international-address.mjs +5 -5
- package/dist/actions/verify-international-address.mjs.map +1 -1
- package/dist/actions/verify-intl-addresses-batch.cjs +6 -6
- package/dist/actions/verify-intl-addresses-batch.cjs.map +1 -1
- package/dist/actions/verify-intl-addresses-batch.d.cts +7 -6
- package/dist/actions/verify-intl-addresses-batch.d.mts +7 -6
- package/dist/actions/verify-intl-addresses-batch.mjs +6 -6
- package/dist/actions/verify-intl-addresses-batch.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -12,26 +12,26 @@ const PostgridVerifyVerifyIntlAddressesBatchInput = z.object({
|
|
|
12
12
|
country: z.string().describe("ISO 2 or 3-letter country code."),
|
|
13
13
|
postalOrZip: z.string().describe("Postal or ZIP code."),
|
|
14
14
|
provinceOrState: z.string().nullable().optional()
|
|
15
|
-
}).describe("Structured international address with individual components.")])).describe("List of up to 2000 addresses to verify. Each address can be either a freeform string or a structured address object with individual components."),
|
|
15
|
+
}).passthrough().describe("Structured international address with individual components.")])).describe("List of up to 2000 addresses to verify. Each address can be either a freeform string or a structured address object with individual components."),
|
|
16
16
|
includeDetails: z.boolean().default(true).describe("If true, provide additional details about each verified address.").optional()
|
|
17
17
|
});
|
|
18
18
|
const PostgridVerifyVerifyIntlAddressesBatch_GeoDataSchema = z.object({
|
|
19
19
|
accuracy: z.string().describe("Accuracy of the geolocation data.").nullable().optional(),
|
|
20
20
|
latitude: z.number().describe("Latitude coordinate of the address.").nullable().optional(),
|
|
21
21
|
longitude: z.number().describe("Longitude coordinate of the address.").nullable().optional()
|
|
22
|
-
}).describe("Geolocation data for the verified address.");
|
|
22
|
+
}).passthrough().describe("Geolocation data for the verified address.");
|
|
23
23
|
const PostgridVerifyVerifyIntlAddressesBatch_VerifiedAddressDataSchema = z.object({
|
|
24
24
|
city: z.string().describe("City of the verified address.").nullable().optional(),
|
|
25
25
|
line1: z.string().describe("First line of the verified address.").nullable().optional(),
|
|
26
26
|
line2: z.string().describe("Second line of the verified address.").nullable().optional(),
|
|
27
27
|
country: z.string().describe("Country code of the verified address.").nullable().optional(),
|
|
28
|
-
details: z.
|
|
28
|
+
details: z.record(z.string(), z.unknown()).describe("Additional details about the verified address if requested.").nullable().optional(),
|
|
29
29
|
geoData: PostgridVerifyVerifyIntlAddressesBatch_GeoDataSchema.nullable().optional(),
|
|
30
|
-
summary: z.
|
|
30
|
+
summary: z.record(z.string(), z.unknown()).describe("Summary information about the verification result.").nullable().optional(),
|
|
31
31
|
postalOrZip: z.string().describe("Postal or ZIP code of the verified address.").nullable().optional(),
|
|
32
32
|
provinceOrState: z.string().describe("Province or state of the verified address.").nullable().optional(),
|
|
33
33
|
formattedAddress: z.string().describe("The complete formatted address string.").nullable().optional()
|
|
34
|
-
}).describe("Individual verified address result.");
|
|
34
|
+
}).passthrough().describe("Individual verified address result.");
|
|
35
35
|
const postgridVerifyVerifyIntlAddressesBatch = action("POSTGRID_VERIFY_VERIFY_INTL_ADDRESSES_BATCH", {
|
|
36
36
|
slug: "postgrid_verify-verify-intl-addresses-batch",
|
|
37
37
|
name: "Batch Verify International Addresses",
|
|
@@ -41,7 +41,7 @@ const postgridVerifyVerifyIntlAddressesBatch = action("POSTGRID_VERIFY_VERIFY_IN
|
|
|
41
41
|
data: z.array(PostgridVerifyVerifyIntlAddressesBatch_VerifiedAddressDataSchema).describe("List of verified address results, one for each input address."),
|
|
42
42
|
status: z.string().describe("Status of the batch operation (e.g., 'success').").nullable(),
|
|
43
43
|
message: z.string().describe("Message providing details about the operation.").nullable()
|
|
44
|
-
})
|
|
44
|
+
}).passthrough()
|
|
45
45
|
});
|
|
46
46
|
//#endregion
|
|
47
47
|
export { postgridVerifyVerifyIntlAddressesBatch };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"verify-intl-addresses-batch.mjs","names":[],"sources":["../../src/actions/verify-intl-addresses-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyVerifyIntlAddressesBatchInput = z.object({\n geoData: z.boolean().default(false).describe(\"If true, include geolocation information (latitude, longitude, accuracy) in the response.\").optional(),\n addresses: z.array(z.union([z.string(), z.object({\n city: z.string().nullable().optional(),\n line1: z.string().describe(\"First line of the address (e.g., street number and name).\"),\n line2: z.string().nullable().optional(),\n line3: z.string().nullable().optional(),\n line4: z.string().nullable().optional(),\n country: z.string().describe(\"ISO 2 or 3-letter country code.\"),\n postalOrZip: z.string().describe(\"Postal or ZIP code.\"),\n provinceOrState: z.string().nullable().optional(),\n}).describe(\"Structured international address with individual components.\")])).describe(\"List of up to 2000 addresses to verify. Each address can be either a freeform string or a structured address object with individual components.\"),\n includeDetails: z.boolean().default(true).describe(\"If true, provide additional details about each verified address.\").optional(),\n});\nconst PostgridVerifyVerifyIntlAddressesBatch_GeoDataSchema = z.object({\n accuracy: z.string().describe(\"Accuracy of the geolocation data.\").nullable().optional(),\n latitude: z.number().describe(\"Latitude coordinate of the address.\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate of the address.\").nullable().optional(),\n}).describe(\"Geolocation data for the verified address.\");\nconst PostgridVerifyVerifyIntlAddressesBatch_VerifiedAddressDataSchema = 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 country: z.string().describe(\"Country code of the verified address.\").nullable().optional(),\n details: z.
|
|
1
|
+
{"version":3,"file":"verify-intl-addresses-batch.mjs","names":[],"sources":["../../src/actions/verify-intl-addresses-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostgridVerifyVerifyIntlAddressesBatchInput = z.object({\n geoData: z.boolean().default(false).describe(\"If true, include geolocation information (latitude, longitude, accuracy) in the response.\").optional(),\n addresses: z.array(z.union([z.string(), z.object({\n city: z.string().nullable().optional(),\n line1: z.string().describe(\"First line of the address (e.g., street number and name).\"),\n line2: z.string().nullable().optional(),\n line3: z.string().nullable().optional(),\n line4: z.string().nullable().optional(),\n country: z.string().describe(\"ISO 2 or 3-letter country code.\"),\n postalOrZip: z.string().describe(\"Postal or ZIP code.\"),\n provinceOrState: z.string().nullable().optional(),\n}).passthrough().describe(\"Structured international address with individual components.\")])).describe(\"List of up to 2000 addresses to verify. Each address can be either a freeform string or a structured address object with individual components.\"),\n includeDetails: z.boolean().default(true).describe(\"If true, provide additional details about each verified address.\").optional(),\n});\nconst PostgridVerifyVerifyIntlAddressesBatch_GeoDataSchema = z.object({\n accuracy: z.string().describe(\"Accuracy of the geolocation data.\").nullable().optional(),\n latitude: z.number().describe(\"Latitude coordinate of the address.\").nullable().optional(),\n longitude: z.number().describe(\"Longitude coordinate of the address.\").nullable().optional(),\n}).passthrough().describe(\"Geolocation data for the verified address.\");\nconst PostgridVerifyVerifyIntlAddressesBatch_VerifiedAddressDataSchema = 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 country: z.string().describe(\"Country code of the verified address.\").nullable().optional(),\n details: z.record(z.string(), z.unknown()).describe(\"Additional details about the verified address if requested.\").nullable().optional(),\n geoData: PostgridVerifyVerifyIntlAddressesBatch_GeoDataSchema.nullable().optional(),\n summary: z.record(z.string(), z.unknown()).describe(\"Summary information about the verification result.\").nullable().optional(),\n postalOrZip: z.string().describe(\"Postal or ZIP code of the verified address.\").nullable().optional(),\n provinceOrState: z.string().describe(\"Province or state of the verified address.\").nullable().optional(),\n formattedAddress: z.string().describe(\"The complete formatted address string.\").nullable().optional(),\n}).passthrough().describe(\"Individual verified address result.\");\nexport const PostgridVerifyVerifyIntlAddressesBatchOutput = z.object({\n data: z.array(PostgridVerifyVerifyIntlAddressesBatch_VerifiedAddressDataSchema).describe(\"List of verified address results, one for each input address.\"),\n status: z.string().describe(\"Status of the batch operation (e.g., 'success').\").nullable(),\n message: z.string().describe(\"Message providing details about the operation.\").nullable(),\n}).passthrough();\n\nexport const postgridVerifyVerifyIntlAddressesBatch = action(\"POSTGRID_VERIFY_VERIFY_INTL_ADDRESSES_BATCH\", {\n slug: \"postgrid_verify-verify-intl-addresses-batch\",\n name: \"Batch Verify International Addresses\",\n description: \"Tool to verify up to 2000 international addresses in a single API call. Accepts both freeform address strings and structured address objects. Uses 1 lookup per address.\",\n input: PostgridVerifyVerifyIntlAddressesBatchInput,\n output: PostgridVerifyVerifyIntlAddressesBatchOutput,\n});\n"],"mappings":"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"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const postgridVerifyCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/postgrid_verify",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "PostGrid API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postgridVerifyCatalog = {\n \"slug\": \"postgrid_verify\",\n \"name\": \"PostGrid Verify\",\n \"description\": \"PostGrid Verify is an API that allows you to autocomplete, verify, and standardize addresses in real-time, supporting both individual and batch address verification.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/postgrid_verify\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postgridVerifyCatalog = {\n \"slug\": \"postgrid_verify\",\n \"name\": \"PostGrid Verify\",\n \"description\": \"PostGrid Verify is an API that allows you to autocomplete, verify, and standardize addresses in real-time, supporting both individual and batch address verification.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/postgrid_verify\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"PostGrid API Key\",\n \"secret\": true,\n \"description\": \"Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const postgridVerifyCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "PostGrid API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const postgridVerifyCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "PostGrid API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const postgridVerifyCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/postgrid_verify",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "PostGrid API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postgridVerifyCatalog = {\n \"slug\": \"postgrid_verify\",\n \"name\": \"PostGrid Verify\",\n \"description\": \"PostGrid Verify is an API that allows you to autocomplete, verify, and standardize addresses in real-time, supporting both individual and batch address verification.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/postgrid_verify\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const postgridVerifyCatalog = {\n \"slug\": \"postgrid_verify\",\n \"name\": \"PostGrid Verify\",\n \"description\": \"PostGrid Verify is an API that allows you to autocomplete, verify, and standardize addresses in real-time, supporting both individual and batch address verification.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/postgrid_verify\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"PostGrid API Key\",\n \"secret\": true,\n \"description\": \"Your PostGrid API key, which can be obtained from the Developers section of the PostGrid dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,wBAAwB;CACnC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|