@pipedream/trackingtime 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.
|
@@ -2,7 +2,7 @@ import app from "../../trackingtime.app.mjs";
|
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
4
|
name: "Start Tracking Time",
|
|
5
|
-
version: "0.0.
|
|
5
|
+
version: "0.0.3",
|
|
6
6
|
annotations: {
|
|
7
7
|
destructiveHint: true,
|
|
8
8
|
openWorldHint: true,
|
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
key: "trackingtime-start-tracking-time",
|
|
12
12
|
description: "Start tracking time of a task. [See the documentation](https://api.trackingtime.co/doc/time_tracking.html#sync:~:text=Sync%20tracking%20event-,Start%20Tracking%20Time,-Starts%20a%20timer)",
|
|
13
13
|
type: "action",
|
|
14
|
+
ai: "optimized",
|
|
14
15
|
props: {
|
|
15
16
|
app,
|
|
16
17
|
taskId: {
|