@keystrokehq/placekey 0.1.4 → 0.1.5

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.
@@ -25,7 +25,19 @@ declare const placekeyGetGeocodeFromAddress: import("@keystrokehq/action").Workf
25
25
  postal_code: string;
26
26
  street_address: string;
27
27
  iso_country_code: string;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { placekeyGetGeocodeFromAddress };
31
43
  //# sourceMappingURL=get-geocode-from-address.d.cts.map
@@ -25,7 +25,19 @@ declare const placekeyGetGeocodeFromAddress: import("@keystrokehq/action").Workf
25
25
  postal_code: string;
26
26
  street_address: string;
27
27
  iso_country_code: string;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
29
41
  //#endregion
30
42
  export { placekeyGetGeocodeFromAddress };
31
43
  //# sourceMappingURL=get-geocode-from-address.d.mts.map
@@ -21,7 +21,19 @@ declare const placekeyGetPlacekeyFromAddress: import("@keystrokehq/action").Work
21
21
  street_address: string;
22
22
  iso_country_code: string;
23
23
  location_name?: string | undefined;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { placekeyGetPlacekeyFromAddress };
27
39
  //# sourceMappingURL=get-placekey-from-address.d.cts.map
@@ -21,7 +21,19 @@ declare const placekeyGetPlacekeyFromAddress: import("@keystrokehq/action").Work
21
21
  street_address: string;
22
22
  iso_country_code: string;
23
23
  location_name?: string | undefined;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { placekeyGetPlacekeyFromAddress };
27
39
  //# sourceMappingURL=get-placekey-from-address.d.mts.map
@@ -83,7 +83,19 @@ declare const placekeyGetPlacekey: import("@keystrokehq/action").WorkflowActionD
83
83
  } | undefined;
84
84
  street_address?: string | undefined;
85
85
  iso_country_code?: string | undefined;
86
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
86
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
87
+ connectionId: z.ZodString;
88
+ entityId: z.ZodString;
89
+ instanceId: z.ZodString;
90
+ }, z.core.$strip>, z.ZodObject<{
91
+ generic_api_key: z.ZodString;
92
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
93
+ connectionId: z.ZodString;
94
+ entityId: z.ZodString;
95
+ instanceId: z.ZodString;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ generic_api_key: z.ZodString;
98
+ }, z.core.$strip>>]>;
87
99
  //#endregion
88
100
  export { placekeyGetPlacekey };
89
101
  //# sourceMappingURL=get-placekey.d.cts.map
@@ -83,7 +83,19 @@ declare const placekeyGetPlacekey: import("@keystrokehq/action").WorkflowActionD
83
83
  } | undefined;
84
84
  street_address?: string | undefined;
85
85
  iso_country_code?: string | undefined;
86
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
86
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
87
+ connectionId: z.ZodString;
88
+ entityId: z.ZodString;
89
+ instanceId: z.ZodString;
90
+ }, z.core.$strip>, z.ZodObject<{
91
+ generic_api_key: z.ZodString;
92
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
93
+ connectionId: z.ZodString;
94
+ entityId: z.ZodString;
95
+ instanceId: z.ZodString;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ generic_api_key: z.ZodString;
98
+ }, z.core.$strip>>]>;
87
99
  //#endregion
88
100
  export { placekeyGetPlacekey };
89
101
  //# sourceMappingURL=get-placekey.d.mts.map
@@ -64,7 +64,19 @@ declare const placekeyGetPlacekeysBulk: import("@keystrokehq/action").WorkflowAc
64
64
  strict_name_match?: boolean | undefined;
65
65
  strict_address_match?: boolean | undefined;
66
66
  } | undefined;
67
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
67
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
74
+ connectionId: z.ZodString;
75
+ entityId: z.ZodString;
76
+ instanceId: z.ZodString;
77
+ }, z.core.$strip>, z.ZodObject<{
78
+ generic_api_key: z.ZodString;
79
+ }, z.core.$strip>>]>;
68
80
  //#endregion
69
81
  export { placekeyGetPlacekeysBulk };
70
82
  //# sourceMappingURL=get-placekeys-bulk.d.cts.map
@@ -64,7 +64,19 @@ declare const placekeyGetPlacekeysBulk: import("@keystrokehq/action").WorkflowAc
64
64
  strict_name_match?: boolean | undefined;
65
65
  strict_address_match?: boolean | undefined;
66
66
  } | undefined;
67
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
67
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
68
+ connectionId: z.ZodString;
69
+ entityId: z.ZodString;
70
+ instanceId: z.ZodString;
71
+ }, z.core.$strip>, z.ZodObject<{
72
+ generic_api_key: z.ZodString;
73
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
74
+ connectionId: z.ZodString;
75
+ entityId: z.ZodString;
76
+ instanceId: z.ZodString;
77
+ }, z.core.$strip>, z.ZodObject<{
78
+ generic_api_key: z.ZodString;
79
+ }, z.core.$strip>>]>;
68
80
  //#endregion
69
81
  export { placekeyGetPlacekeysBulk };
70
82
  //# sourceMappingURL=get-placekeys-bulk.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const placekey = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const placekey = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "placekey",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.placekey = placekey;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const placekey = defineApp({\n slug: \"placekey\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const placekey = defineApp({\n slug: \"placekey\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const placekey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const placekey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { placekey };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const placekey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const placekey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"placekey", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { placekey };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const placekey = defineApp({
4
5
  slug: "placekey",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { placekey };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const placekey = defineApp({\n slug: \"placekey\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const placekey = defineApp({\n slug: \"placekey\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/placekey",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"