@keystrokehq/radar 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.
- package/dist/actions/autocomplete-address-or-place.d.cts +13 -1
- package/dist/actions/autocomplete-address-or-place.d.mts +13 -1
- package/dist/actions/create-beacon.d.cts +13 -1
- package/dist/actions/create-beacon.d.cts.map +1 -1
- package/dist/actions/create-beacon.d.mts +13 -1
- package/dist/actions/create-beacon.d.mts.map +1 -1
- package/dist/actions/create-trip.d.cts +13 -1
- package/dist/actions/create-trip.d.cts.map +1 -1
- package/dist/actions/create-trip.d.mts +13 -1
- package/dist/actions/create-trip.d.mts.map +1 -1
- package/dist/actions/delete-beacon.d.cts +13 -1
- package/dist/actions/delete-beacon.d.mts +13 -1
- package/dist/actions/delete-geofence-by-tag.d.cts +13 -1
- package/dist/actions/delete-geofence-by-tag.d.mts +13 -1
- package/dist/actions/delete-geofence.d.cts +13 -1
- package/dist/actions/delete-geofence.d.mts +13 -1
- package/dist/actions/delete-trip.d.cts +13 -1
- package/dist/actions/delete-trip.d.mts +13 -1
- package/dist/actions/delete-user.d.cts +13 -1
- package/dist/actions/delete-user.d.mts +13 -1
- package/dist/actions/forward-geocode.d.cts +13 -1
- package/dist/actions/forward-geocode.d.mts +13 -1
- package/dist/actions/get-beacon-by-tag.d.cts +13 -1
- package/dist/actions/get-beacon-by-tag.d.mts +13 -1
- package/dist/actions/get-beacon.d.cts +13 -1
- package/dist/actions/get-beacon.d.mts +13 -1
- package/dist/actions/get-context-for-location.d.cts +13 -1
- package/dist/actions/get-context-for-location.d.mts +13 -1
- package/dist/actions/get-geofence.d.cts +13 -1
- package/dist/actions/get-geofence.d.mts +13 -1
- package/dist/actions/get-places-settings.d.cts +13 -1
- package/dist/actions/get-places-settings.d.cts.map +1 -1
- package/dist/actions/get-places-settings.d.mts +13 -1
- package/dist/actions/get-places-settings.d.mts.map +1 -1
- package/dist/actions/get-route-directions.d.cts +15 -3
- package/dist/actions/get-route-directions.d.mts +15 -3
- package/dist/actions/get-route-matrix.d.cts +13 -1
- package/dist/actions/get-route-matrix.d.mts +13 -1
- package/dist/actions/get-trip.d.cts +13 -1
- package/dist/actions/get-trip.d.mts +13 -1
- package/dist/actions/get-user.d.cts +13 -1
- package/dist/actions/get-user.d.mts +13 -1
- package/dist/actions/get-users-in-geofence.d.cts +13 -1
- package/dist/actions/get-users-in-geofence.d.mts +13 -1
- package/dist/actions/ip-geocode.d.cts +13 -1
- package/dist/actions/ip-geocode.d.mts +13 -1
- package/dist/actions/list-events.d.cts +13 -1
- package/dist/actions/list-events.d.mts +13 -1
- package/dist/actions/list-geofences.d.cts +13 -1
- package/dist/actions/list-geofences.d.cts.map +1 -1
- package/dist/actions/list-geofences.d.mts +13 -1
- package/dist/actions/list-geofences.d.mts.map +1 -1
- package/dist/actions/list-trips.d.cts +13 -1
- package/dist/actions/list-trips.d.cts.map +1 -1
- package/dist/actions/list-trips.d.mts +13 -1
- package/dist/actions/list-trips.d.mts.map +1 -1
- package/dist/actions/list-users.d.cts +13 -1
- package/dist/actions/list-users.d.mts +13 -1
- package/dist/actions/reverse-geocode.d.cts +13 -1
- package/dist/actions/reverse-geocode.d.mts +13 -1
- package/dist/actions/route-distance.d.cts +16 -4
- package/dist/actions/route-distance.d.mts +16 -4
- package/dist/actions/search-geofences-near-location.d.cts +13 -1
- package/dist/actions/search-geofences-near-location.d.cts.map +1 -1
- package/dist/actions/search-geofences-near-location.d.mts +13 -1
- package/dist/actions/search-geofences-near-location.d.mts.map +1 -1
- package/dist/actions/search-places-near-location.d.cts +13 -1
- package/dist/actions/search-places-near-location.d.mts +13 -1
- package/dist/actions/search-users-near-location.d.cts +13 -1
- package/dist/actions/search-users-near-location.d.mts +13 -1
- package/dist/actions/track-location-update.d.cts +13 -1
- package/dist/actions/track-location-update.d.cts.map +1 -1
- package/dist/actions/track-location-update.d.mts +13 -1
- package/dist/actions/track-location-update.d.mts.map +1 -1
- package/dist/actions/update-places-settings.d.cts +13 -1
- package/dist/actions/update-places-settings.d.mts +13 -1
- package/dist/actions/update-trip-by-id.d.cts +13 -1
- package/dist/actions/update-trip-by-id.d.cts.map +1 -1
- package/dist/actions/update-trip-by-id.d.mts +13 -1
- package/dist/actions/update-trip-by-id.d.mts.map +1 -1
- package/dist/actions/update-trip.d.cts +13 -1
- package/dist/actions/update-trip.d.cts.map +1 -1
- package/dist/actions/update-trip.d.mts +13 -1
- package/dist/actions/update-trip.d.mts.map +1 -1
- package/dist/actions/upsert-beacon-by-id.d.cts +13 -1
- package/dist/actions/upsert-beacon-by-id.d.mts +13 -1
- package/dist/actions/upsert-beacon-by-tag.d.cts +13 -1
- package/dist/actions/upsert-beacon-by-tag.d.cts.map +1 -1
- package/dist/actions/upsert-beacon-by-tag.d.mts +13 -1
- package/dist/actions/upsert-beacon-by-tag.d.mts.map +1 -1
- package/dist/actions/upsert-geofence-by-id.d.cts +13 -1
- package/dist/actions/upsert-geofence-by-id.d.cts.map +1 -1
- package/dist/actions/upsert-geofence-by-id.d.mts +13 -1
- package/dist/actions/upsert-geofence-by-id.d.mts.map +1 -1
- package/dist/actions/upsert-geofence.d.cts +13 -1
- package/dist/actions/upsert-geofence.d.cts.map +1 -1
- package/dist/actions/upsert-geofence.d.mts +13 -1
- package/dist/actions/upsert-geofence.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
|
@@ -15,7 +15,19 @@ declare const RadarGetPlacesSettingsOutput: z.ZodObject<{
|
|
|
15
15
|
chainMinimumConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
16
16
|
}, z.core.$loose>>>;
|
|
17
17
|
}, z.core.$loose>;
|
|
18
|
-
declare const radarGetPlacesSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
declare const radarGetPlacesSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", 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>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { radarGetPlacesSettings };
|
|
21
33
|
//# sourceMappingURL=get-places-settings.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-places-settings.d.mts","names":[],"sources":["../../src/actions/get-places-settings.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAY3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-places-settings.d.mts","names":[],"sources":["../../src/actions/get-places-settings.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAY3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
|
|
@@ -25,9 +25,9 @@ declare const RadarGetRouteDirectionsInput: z.ZodObject<{
|
|
|
25
25
|
}>>;
|
|
26
26
|
heading: z.ZodOptional<z.ZodNumber>;
|
|
27
27
|
geometry: z.ZodOptional<z.ZodEnum<{
|
|
28
|
-
linestring: "linestring";
|
|
29
28
|
polyline5: "polyline5";
|
|
30
29
|
polyline6: "polyline6";
|
|
30
|
+
linestring: "linestring";
|
|
31
31
|
}>>;
|
|
32
32
|
locations: z.ZodString;
|
|
33
33
|
alternatives: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -115,10 +115,22 @@ declare const radarGetRouteDirections: import("@keystrokehq/action").WorkflowAct
|
|
|
115
115
|
avoid?: string | undefined;
|
|
116
116
|
units?: "metric" | "imperial" | undefined;
|
|
117
117
|
heading?: number | undefined;
|
|
118
|
-
geometry?: "
|
|
118
|
+
geometry?: "polyline5" | "polyline6" | "linestring" | undefined;
|
|
119
119
|
alternatives?: boolean | undefined;
|
|
120
120
|
departureTime?: string | undefined;
|
|
121
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
121
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
generic_api_key: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>;
|
|
122
134
|
//#endregion
|
|
123
135
|
export { radarGetRouteDirections };
|
|
124
136
|
//# sourceMappingURL=get-route-directions.d.cts.map
|
|
@@ -25,9 +25,9 @@ declare const RadarGetRouteDirectionsInput: z.ZodObject<{
|
|
|
25
25
|
}>>;
|
|
26
26
|
heading: z.ZodOptional<z.ZodNumber>;
|
|
27
27
|
geometry: z.ZodOptional<z.ZodEnum<{
|
|
28
|
-
linestring: "linestring";
|
|
29
28
|
polyline5: "polyline5";
|
|
30
29
|
polyline6: "polyline6";
|
|
30
|
+
linestring: "linestring";
|
|
31
31
|
}>>;
|
|
32
32
|
locations: z.ZodString;
|
|
33
33
|
alternatives: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -115,10 +115,22 @@ declare const radarGetRouteDirections: import("@keystrokehq/action").WorkflowAct
|
|
|
115
115
|
avoid?: string | undefined;
|
|
116
116
|
units?: "metric" | "imperial" | undefined;
|
|
117
117
|
heading?: number | undefined;
|
|
118
|
-
geometry?: "
|
|
118
|
+
geometry?: "polyline5" | "polyline6" | "linestring" | undefined;
|
|
119
119
|
alternatives?: boolean | undefined;
|
|
120
120
|
departureTime?: string | undefined;
|
|
121
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
121
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
128
|
+
connectionId: z.ZodString;
|
|
129
|
+
entityId: z.ZodString;
|
|
130
|
+
instanceId: z.ZodString;
|
|
131
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
+
generic_api_key: z.ZodString;
|
|
133
|
+
}, z.core.$strip>>]>;
|
|
122
134
|
//#endregion
|
|
123
135
|
export { radarGetRouteDirections };
|
|
124
136
|
//# sourceMappingURL=get-route-directions.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const radarGetRouteMatrix: import("@keystrokehq/action").WorkflowActionD
|
|
|
45
45
|
destinations: string;
|
|
46
46
|
mode?: "car" | "foot" | "bike" | "truck" | undefined;
|
|
47
47
|
units?: "metric" | "imperial" | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { radarGetRouteMatrix };
|
|
51
63
|
//# sourceMappingURL=get-route-matrix.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const radarGetRouteMatrix: import("@keystrokehq/action").WorkflowActionD
|
|
|
45
45
|
destinations: string;
|
|
46
46
|
mode?: "car" | "foot" | "bike" | "truck" | undefined;
|
|
47
47
|
units?: "metric" | "imperial" | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { radarGetRouteMatrix };
|
|
51
63
|
//# sourceMappingURL=get-route-matrix.d.mts.map
|
|
@@ -39,7 +39,19 @@ declare const RadarGetTripOutput: z.ZodObject<{
|
|
|
39
39
|
declare const radarGetTrip: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
id: string;
|
|
41
41
|
format?: string | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { radarGetTrip };
|
|
45
57
|
//# sourceMappingURL=get-trip.d.cts.map
|
|
@@ -39,7 +39,19 @@ declare const RadarGetTripOutput: z.ZodObject<{
|
|
|
39
39
|
declare const radarGetTrip: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
id: string;
|
|
41
41
|
format?: string | undefined;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { radarGetTrip };
|
|
45
57
|
//# sourceMappingURL=get-trip.d.mts.map
|
|
@@ -66,7 +66,19 @@ declare const RadarGetUserOutput: z.ZodObject<{
|
|
|
66
66
|
}, z.core.$loose>;
|
|
67
67
|
declare const radarGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
68
68
|
id: string;
|
|
69
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
69
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
generic_api_key: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
70
82
|
//#endregion
|
|
71
83
|
export { radarGetUser };
|
|
72
84
|
//# sourceMappingURL=get-user.d.cts.map
|
|
@@ -66,7 +66,19 @@ declare const RadarGetUserOutput: z.ZodObject<{
|
|
|
66
66
|
}, z.core.$loose>;
|
|
67
67
|
declare const radarGetUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
68
68
|
id: string;
|
|
69
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
69
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
generic_api_key: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>;
|
|
70
82
|
//#endregion
|
|
71
83
|
export { radarGetUser };
|
|
72
84
|
//# sourceMappingURL=get-user.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const radarGetUsersInGeofence: import("@keystrokehq/action").WorkflowAct
|
|
|
19
19
|
externalId: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
cursor?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", 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>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { radarGetUsersInGeofence };
|
|
25
37
|
//# sourceMappingURL=get-users-in-geofence.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const radarGetUsersInGeofence: import("@keystrokehq/action").WorkflowAct
|
|
|
19
19
|
externalId: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
cursor?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", 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>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { radarGetUsersInGeofence };
|
|
25
37
|
//# sourceMappingURL=get-users-in-geofence.d.mts.map
|
|
@@ -20,7 +20,19 @@ declare const RadarIpGeocodeOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const radarIpGeocode: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
ip?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { radarIpGeocode };
|
|
26
38
|
//# sourceMappingURL=ip-geocode.d.cts.map
|
|
@@ -20,7 +20,19 @@ declare const RadarIpGeocodeOutput: z.ZodObject<{
|
|
|
20
20
|
}, z.core.$loose>;
|
|
21
21
|
declare const radarIpGeocode: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
22
22
|
ip?: string | undefined;
|
|
23
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
23
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
generic_api_key: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
24
36
|
//#endregion
|
|
25
37
|
export { radarIpGeocode };
|
|
26
38
|
//# sourceMappingURL=ip-geocode.d.mts.map
|
|
@@ -52,7 +52,19 @@ declare const radarListEvents: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
52
52
|
afterId?: string | undefined;
|
|
53
53
|
beforeId?: string | undefined;
|
|
54
54
|
deviceId?: string | undefined;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>;
|
|
56
68
|
//#endregion
|
|
57
69
|
export { radarListEvents };
|
|
58
70
|
//# sourceMappingURL=list-events.d.cts.map
|
|
@@ -52,7 +52,19 @@ declare const radarListEvents: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
52
52
|
afterId?: string | undefined;
|
|
53
53
|
beforeId?: string | undefined;
|
|
54
54
|
deviceId?: string | undefined;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>;
|
|
56
68
|
//#endregion
|
|
57
69
|
export { radarListEvents };
|
|
58
70
|
//# sourceMappingURL=list-events.d.mts.map
|
|
@@ -50,7 +50,19 @@ declare const radarListGeofences: import("@keystrokehq/action").WorkflowActionDe
|
|
|
50
50
|
updatedAfter?: string | undefined;
|
|
51
51
|
createdBefore?: string | undefined;
|
|
52
52
|
updatedBefore?: string | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { radarListGeofences };
|
|
56
68
|
//# sourceMappingURL=list-geofences.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-geofences.d.cts","names":[],"sources":["../../src/actions/list-geofences.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;cAuCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"list-geofences.d.cts","names":[],"sources":["../../src/actions/list-geofences.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;cAuCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -50,7 +50,19 @@ declare const radarListGeofences: import("@keystrokehq/action").WorkflowActionDe
|
|
|
50
50
|
updatedAfter?: string | undefined;
|
|
51
51
|
createdBefore?: string | undefined;
|
|
52
52
|
updatedBefore?: string | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { radarListGeofences };
|
|
56
68
|
//# sourceMappingURL=list-geofences.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-geofences.d.mts","names":[],"sources":["../../src/actions/list-geofences.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;cAuCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"list-geofences.d.mts","names":[],"sources":["../../src/actions/list-geofences.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;cAuCvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -50,7 +50,19 @@ declare const radarListTrips: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
50
50
|
externalId?: string | undefined;
|
|
51
51
|
endingBefore?: string | undefined;
|
|
52
52
|
startingAfter?: string | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { radarListTrips };
|
|
56
68
|
//# sourceMappingURL=list-trips.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-trips.d.cts","names":[],"sources":["../../src/actions/list-trips.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;cAyCnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA
|
|
1
|
+
{"version":3,"file":"list-trips.d.cts","names":[],"sources":["../../src/actions/list-trips.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;cAyCnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
|
|
@@ -50,7 +50,19 @@ declare const radarListTrips: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
50
50
|
externalId?: string | undefined;
|
|
51
51
|
endingBefore?: string | undefined;
|
|
52
52
|
startingAfter?: string | undefined;
|
|
53
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
54
|
+
connectionId: z.ZodString;
|
|
55
|
+
entityId: z.ZodString;
|
|
56
|
+
instanceId: z.ZodString;
|
|
57
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
+
generic_api_key: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>;
|
|
54
66
|
//#endregion
|
|
55
67
|
export { radarListTrips };
|
|
56
68
|
//# sourceMappingURL=list-trips.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-trips.d.mts","names":[],"sources":["../../src/actions/list-trips.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;cAyCnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA
|
|
1
|
+
{"version":3,"file":"list-trips.d.mts","names":[],"sources":["../../src/actions/list-trips.ts"],"mappings":";;;cAIa,mBAAA,EAAmB,CAAA,CAAA,SAAA;;;;;;;;cAyCnB,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKpB,cAAA,gCAAc,wBAAA"}
|
|
@@ -35,7 +35,19 @@ declare const radarListUsers: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
35
35
|
updatedAfter?: string | undefined;
|
|
36
36
|
createdBefore?: string | undefined;
|
|
37
37
|
updatedBefore?: string | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { radarListUsers };
|
|
41
53
|
//# sourceMappingURL=list-users.d.cts.map
|
|
@@ -35,7 +35,19 @@ declare const radarListUsers: import("@keystrokehq/action").WorkflowActionDefini
|
|
|
35
35
|
updatedAfter?: string | undefined;
|
|
36
36
|
createdBefore?: string | undefined;
|
|
37
37
|
updatedBefore?: string | undefined;
|
|
38
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>;
|
|
39
51
|
//#endregion
|
|
40
52
|
export { radarListUsers };
|
|
41
53
|
//# sourceMappingURL=list-users.d.mts.map
|
|
@@ -33,7 +33,19 @@ declare const radarReverseGeocode: import("@keystrokehq/action").WorkflowActionD
|
|
|
33
33
|
limit?: number | undefined;
|
|
34
34
|
layers?: string[] | undefined;
|
|
35
35
|
country?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { radarReverseGeocode };
|
|
39
51
|
//# sourceMappingURL=reverse-geocode.d.cts.map
|
|
@@ -33,7 +33,19 @@ declare const radarReverseGeocode: import("@keystrokehq/action").WorkflowActionD
|
|
|
33
33
|
limit?: number | undefined;
|
|
34
34
|
layers?: string[] | undefined;
|
|
35
35
|
country?: string | undefined;
|
|
36
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
36
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
37
|
+
connectionId: z.ZodString;
|
|
38
|
+
entityId: z.ZodString;
|
|
39
|
+
instanceId: z.ZodString;
|
|
40
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41
|
+
generic_api_key: z.ZodString;
|
|
42
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>;
|
|
37
49
|
//#endregion
|
|
38
50
|
export { radarReverseGeocode };
|
|
39
51
|
//# sourceMappingURL=reverse-geocode.d.mts.map
|
|
@@ -15,10 +15,10 @@ declare const RadarRouteDistanceInput: z.ZodObject<{
|
|
|
15
15
|
}>>>;
|
|
16
16
|
origins: z.ZodString;
|
|
17
17
|
geometry: z.ZodOptional<z.ZodEnum<{
|
|
18
|
-
|
|
18
|
+
polyline: "polyline";
|
|
19
19
|
polyline5: "polyline5";
|
|
20
20
|
polyline6: "polyline6";
|
|
21
|
-
|
|
21
|
+
linestring: "linestring";
|
|
22
22
|
}>>;
|
|
23
23
|
destinations: z.ZodString;
|
|
24
24
|
}, z.core.$strip>;
|
|
@@ -109,8 +109,20 @@ declare const radarRouteDistance: import("@keystrokehq/action").WorkflowActionDe
|
|
|
109
109
|
mode?: "car" | "foot" | "bike" | "truck" | undefined;
|
|
110
110
|
avoid?: string | undefined;
|
|
111
111
|
units?: "metric" | "imperial" | undefined;
|
|
112
|
-
geometry?: "
|
|
113
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
112
|
+
geometry?: "polyline" | "polyline5" | "polyline6" | "linestring" | undefined;
|
|
113
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
114
|
+
connectionId: z.ZodString;
|
|
115
|
+
entityId: z.ZodString;
|
|
116
|
+
instanceId: z.ZodString;
|
|
117
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
118
|
+
generic_api_key: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"radar", z.ZodObject<{
|
|
120
|
+
connectionId: z.ZodString;
|
|
121
|
+
entityId: z.ZodString;
|
|
122
|
+
instanceId: z.ZodString;
|
|
123
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
124
|
+
generic_api_key: z.ZodString;
|
|
125
|
+
}, z.core.$strip>>]>;
|
|
114
126
|
//#endregion
|
|
115
127
|
export { radarRouteDistance };
|
|
116
128
|
//# sourceMappingURL=route-distance.d.cts.map
|