@keystrokehq/opencage 0.1.3 → 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/geocode-forward.d.cts +13 -1
- package/dist/actions/geocode-forward.d.mts +13 -1
- package/dist/actions/geocode-geojson.d.cts +13 -1
- package/dist/actions/geocode-geojson.d.mts +13 -1
- package/dist/actions/geocode-geojsonp.d.cts +13 -1
- package/dist/actions/geocode-geojsonp.d.mts +13 -1
- package/dist/actions/geocode-google-v3-json.d.cts +13 -1
- package/dist/actions/geocode-google-v3-json.d.mts +13 -1
- package/dist/actions/geocode-reverse.d.cts +13 -1
- package/dist/actions/geocode-reverse.d.mts +13 -1
- package/dist/actions/geocode-xml.d.cts +13 -1
- package/dist/actions/geocode-xml.d.mts +13 -1
- package/dist/actions/ping-opencage.d.cts +13 -1
- package/dist/actions/ping-opencage.d.cts.map +1 -1
- package/dist/actions/ping-opencage.d.mts +13 -1
- package/dist/actions/ping-opencage.d.mts.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -73,7 +73,19 @@ declare const opencageGeocodeForward: import("@keystrokehq/action").WorkflowActi
|
|
|
73
73
|
countrycode?: string | undefined;
|
|
74
74
|
min_confidence?: number | undefined;
|
|
75
75
|
no_annotations?: boolean | undefined;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
generic_key: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
generic_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
77
89
|
//#endregion
|
|
78
90
|
export { opencageGeocodeForward };
|
|
79
91
|
//# sourceMappingURL=geocode-forward.d.cts.map
|
|
@@ -73,7 +73,19 @@ declare const opencageGeocodeForward: import("@keystrokehq/action").WorkflowActi
|
|
|
73
73
|
countrycode?: string | undefined;
|
|
74
74
|
min_confidence?: number | undefined;
|
|
75
75
|
no_annotations?: boolean | undefined;
|
|
76
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
76
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
77
|
+
connectionId: z.ZodString;
|
|
78
|
+
entityId: z.ZodString;
|
|
79
|
+
instanceId: z.ZodString;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
generic_key: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
83
|
+
connectionId: z.ZodString;
|
|
84
|
+
entityId: z.ZodString;
|
|
85
|
+
instanceId: z.ZodString;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
generic_key: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>]>;
|
|
77
89
|
//#endregion
|
|
78
90
|
export { opencageGeocodeForward };
|
|
79
91
|
//# sourceMappingURL=geocode-forward.d.mts.map
|
|
@@ -139,7 +139,19 @@ declare const opencageGeocodeGeojson: import("@keystrokehq/action").WorkflowActi
|
|
|
139
139
|
address_only?: boolean | undefined;
|
|
140
140
|
min_confidence?: number | undefined;
|
|
141
141
|
no_annotations?: boolean | undefined;
|
|
142
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
142
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
143
|
+
connectionId: z.ZodString;
|
|
144
|
+
entityId: z.ZodString;
|
|
145
|
+
instanceId: z.ZodString;
|
|
146
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
147
|
+
generic_key: z.ZodString;
|
|
148
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
149
|
+
connectionId: z.ZodString;
|
|
150
|
+
entityId: z.ZodString;
|
|
151
|
+
instanceId: z.ZodString;
|
|
152
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
153
|
+
generic_key: z.ZodString;
|
|
154
|
+
}, z.core.$strip>>]>;
|
|
143
155
|
//#endregion
|
|
144
156
|
export { opencageGeocodeGeojson };
|
|
145
157
|
//# sourceMappingURL=geocode-geojson.d.cts.map
|
|
@@ -139,7 +139,19 @@ declare const opencageGeocodeGeojson: import("@keystrokehq/action").WorkflowActi
|
|
|
139
139
|
address_only?: boolean | undefined;
|
|
140
140
|
min_confidence?: number | undefined;
|
|
141
141
|
no_annotations?: boolean | undefined;
|
|
142
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
142
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
143
|
+
connectionId: z.ZodString;
|
|
144
|
+
entityId: z.ZodString;
|
|
145
|
+
instanceId: z.ZodString;
|
|
146
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
147
|
+
generic_key: z.ZodString;
|
|
148
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
149
|
+
connectionId: z.ZodString;
|
|
150
|
+
entityId: z.ZodString;
|
|
151
|
+
instanceId: z.ZodString;
|
|
152
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
153
|
+
generic_key: z.ZodString;
|
|
154
|
+
}, z.core.$strip>>]>;
|
|
143
155
|
//#endregion
|
|
144
156
|
export { opencageGeocodeGeojson };
|
|
145
157
|
//# sourceMappingURL=geocode-geojson.d.mts.map
|
|
@@ -35,7 +35,19 @@ declare const opencageGeocodeGeojsonp: import("@keystrokehq/action").WorkflowAct
|
|
|
35
35
|
countrycode?: string | undefined;
|
|
36
36
|
min_confidence?: number | undefined;
|
|
37
37
|
no_annotations?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { opencageGeocodeGeojsonp };
|
|
41
53
|
//# sourceMappingURL=geocode-geojsonp.d.cts.map
|
|
@@ -35,7 +35,19 @@ declare const opencageGeocodeGeojsonp: import("@keystrokehq/action").WorkflowAct
|
|
|
35
35
|
countrycode?: string | undefined;
|
|
36
36
|
min_confidence?: number | undefined;
|
|
37
37
|
no_annotations?: number | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { opencageGeocodeGeojsonp };
|
|
41
53
|
//# sourceMappingURL=geocode-geojsonp.d.mts.map
|
|
@@ -72,7 +72,19 @@ declare const opencageGeocodeGoogleV3Json: import("@keystrokehq/action").Workflo
|
|
|
72
72
|
countrycode?: string | undefined;
|
|
73
73
|
address_only?: 0 | 1 | undefined;
|
|
74
74
|
no_annotations?: 0 | 1 | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { opencageGeocodeGoogleV3Json };
|
|
78
90
|
//# sourceMappingURL=geocode-google-v3-json.d.cts.map
|
|
@@ -72,7 +72,19 @@ declare const opencageGeocodeGoogleV3Json: import("@keystrokehq/action").Workflo
|
|
|
72
72
|
countrycode?: string | undefined;
|
|
73
73
|
address_only?: 0 | 1 | undefined;
|
|
74
74
|
no_annotations?: 0 | 1 | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { opencageGeocodeGoogleV3Json };
|
|
78
90
|
//# sourceMappingURL=geocode-google-v3-json.d.mts.map
|
|
@@ -61,7 +61,19 @@ declare const opencageGeocodeReverse: import("@keystrokehq/action").WorkflowActi
|
|
|
61
61
|
normalizecity?: number | undefined;
|
|
62
62
|
min_confidence?: number | undefined;
|
|
63
63
|
no_annotations?: number | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_key: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { opencageGeocodeReverse };
|
|
67
79
|
//# sourceMappingURL=geocode-reverse.d.cts.map
|
|
@@ -61,7 +61,19 @@ declare const opencageGeocodeReverse: import("@keystrokehq/action").WorkflowActi
|
|
|
61
61
|
normalizecity?: number | undefined;
|
|
62
62
|
min_confidence?: number | undefined;
|
|
63
63
|
no_annotations?: number | undefined;
|
|
64
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
64
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
71
|
+
connectionId: z.ZodString;
|
|
72
|
+
entityId: z.ZodString;
|
|
73
|
+
instanceId: z.ZodString;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
generic_key: z.ZodString;
|
|
76
|
+
}, z.core.$strip>>]>;
|
|
65
77
|
//#endregion
|
|
66
78
|
export { opencageGeocodeReverse };
|
|
67
79
|
//# sourceMappingURL=geocode-reverse.d.mts.map
|
|
@@ -31,7 +31,19 @@ declare const opencageGeocodeXml: import("@keystrokehq/action").WorkflowActionDe
|
|
|
31
31
|
countrycode?: string | undefined;
|
|
32
32
|
min_confidence?: number | undefined;
|
|
33
33
|
no_annotations?: 0 | 1 | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { opencageGeocodeXml };
|
|
37
49
|
//# sourceMappingURL=geocode-xml.d.cts.map
|
|
@@ -31,7 +31,19 @@ declare const opencageGeocodeXml: import("@keystrokehq/action").WorkflowActionDe
|
|
|
31
31
|
countrycode?: string | undefined;
|
|
32
32
|
min_confidence?: number | undefined;
|
|
33
33
|
no_annotations?: 0 | 1 | undefined;
|
|
34
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
34
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
generic_key: z.ZodString;
|
|
40
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>;
|
|
35
47
|
//#endregion
|
|
36
48
|
export { opencageGeocodeXml };
|
|
37
49
|
//# sourceMappingURL=geocode-xml.d.mts.map
|
|
@@ -5,7 +5,19 @@ declare const OpencagePingOpencageInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const OpencagePingOpencageOutput: z.ZodObject<{
|
|
6
6
|
message: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const opencagePingOpencage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const opencagePingOpencage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { opencagePingOpencage };
|
|
11
23
|
//# sourceMappingURL=ping-opencage.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-opencage.d.cts","names":[],"sources":["../../src/actions/ping-opencage.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"ping-opencage.d.cts","names":[],"sources":["../../src/actions/ping-opencage.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const OpencagePingOpencageInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const OpencagePingOpencageOutput: z.ZodObject<{
|
|
6
6
|
message: z.ZodNullable<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const opencagePingOpencage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const opencagePingOpencage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { opencagePingOpencage };
|
|
11
23
|
//# sourceMappingURL=ping-opencage.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ping-opencage.d.mts","names":[],"sources":["../../src/actions/ping-opencage.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"ping-opencage.d.mts","names":[],"sources":["../../src/actions/ping-opencage.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
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 opencage = (0,
|
|
4
|
+
const opencage = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "opencage",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.opencage = opencage;
|
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 opencage = defineApp({\n slug: \"opencage\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 opencage = defineApp({\n slug: \"opencage\",\n auth: \"keystroke\",\n credential: {\n generic_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAaA,IAAAA,EAAE,OAAO,EACxB;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 opencage: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const opencage: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { opencage };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
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 opencage: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const opencage: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"opencage", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { opencage };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
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 opencage = defineApp({
|
|
4
5
|
slug: "opencage",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { opencage };
|
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 opencage = defineApp({\n slug: \"opencage\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 opencage = defineApp({\n slug: \"opencage\",\n auth: \"keystroke\",\n credential: {\n generic_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,aAAa,EAAE,OAAO,EACxB;AACF,CAAC"}
|