@pipedream/google_calendar 0.6.0 → 0.6.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.
package/package.json
CHANGED
|
@@ -6,12 +6,17 @@ export default {
|
|
|
6
6
|
key: "google_calendar-upcoming-event-alert",
|
|
7
7
|
name: "New Upcoming Event Alert",
|
|
8
8
|
description: "Emit new event based on a time interval before an upcoming event in the calendar.",
|
|
9
|
-
version: "0.1.
|
|
9
|
+
version: "0.1.1",
|
|
10
10
|
type: "source",
|
|
11
11
|
props: {
|
|
12
12
|
googleCalendar,
|
|
13
13
|
db: "$.service.db",
|
|
14
14
|
http: "$.interface.http",
|
|
15
|
+
pollingInfo: {
|
|
16
|
+
type: "alert",
|
|
17
|
+
alertType: "info",
|
|
18
|
+
content: "This source requires a Pipedream API key to provide instant events. Alternatively, you can use the `upcoming-event-alert-polling` source instead, which operates on a timer and does not require a Pipedream API key.",
|
|
19
|
+
},
|
|
15
20
|
pipedreamApiKey: {
|
|
16
21
|
type: "string",
|
|
17
22
|
label: "Pipedream API Key",
|