@blockprotocol/external-api
Advanced tools
Comparing version
@@ -22,3 +22,3 @@ import { MessageCallback } from "@blockprotocol/core"; | ||
type RetrieveDirectionsBaseArgs = { | ||
coordinates: number[]; | ||
coordinates: [number, number][]; | ||
alternatives?: boolean; | ||
@@ -25,0 +25,0 @@ annotations?: "distance" | "duration" | "speed" | "congestion" | "congestion_numeric" | "maxspeed" | "closure" | "state_of_charge"; |
{ | ||
"name": "@blockprotocol/external-api", | ||
"version": "0.0.1-canary.8", | ||
"version": "0.0.1-canary.9", | ||
"description": "Implementation of the Block Protocol external API service specification for blocks and embedding applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
332519
0