@pipedream/samsara 0.2.0 → 0.2.1
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.
|
@@ -6,13 +6,14 @@ export default {
|
|
|
6
6
|
key: "samsara-create-route",
|
|
7
7
|
name: "Create Route",
|
|
8
8
|
description: "Generates a new route to an existing address. As a prerequisite, the user must create an address using the 'create-address' action if the location is not already available in the address book. The user must provide the necessary props such as destination address.",
|
|
9
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.3",
|
|
10
10
|
annotations: {
|
|
11
11
|
destructiveHint: false,
|
|
12
12
|
openWorldHint: true,
|
|
13
13
|
readOnlyHint: false,
|
|
14
14
|
},
|
|
15
15
|
type: "action",
|
|
16
|
+
ai: "optimized",
|
|
16
17
|
props: {
|
|
17
18
|
samsara,
|
|
18
19
|
driverId: {
|