Skip to content

Commit 72196ff

Browse files
Hiding timer prop for Google instant sources (#14950)
* Hiding timer prop for Google instant sources * Versions * Update pnpm-lock.yaml
1 parent 647f48d commit 72196ff

File tree

10 files changed

+13
-12
lines changed

10 files changed

+13
-12
lines changed

components/google_drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_drive",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
key: "google_drive-changes-to-specific-files-shared-drive",
2828
name: "Changes to Specific Files (Shared Drive)",
2929
description: "Watches for changes to specific files in a shared drive, emitting an event when a change is made to one of those files",
30-
version: "0.2.3",
30+
version: "0.2.4",
3131
type: "source",
3232
// Dedupe events based on the "x-goog-message-number" header for the target channel:
3333
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
key: "google_drive-changes-to-specific-files",
1616
name: "Changes to Specific Files",
1717
description: "Watches for changes to specific files, emitting an event when a change is made to one of those files. To watch for changes to [shared drive](https://support.google.com/a/users/answer/9310351) files, use the **Changes to Specific Files (Shared Drive)** source instead.",
18-
version: "0.2.3",
18+
version: "0.2.4",
1919
type: "source",
2020
// Dedupe events based on the "x-goog-message-number" header for the target channel:
2121
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/common-webhook.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
static: {
2828
intervalSeconds: WEBHOOK_SUBSCRIPTION_RENEWAL_SECONDS,
2929
},
30+
hidden: true,
3031
},
3132
},
3233
hooks: {

components/google_drive/sources/new-files-instant/new-files-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
key: "google_drive-new-files-instant",
1111
name: "New Files (Instant)",
1212
description: "Emit new event when a new file is added in your linked Google Drive",
13-
version: "0.1.10",
13+
version: "0.1.11",
1414
type: "source",
1515
dedupe: "unique",
1616
props: {

components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
name: "New or Modified Comments (Instant)",
1818
description:
1919
"Emit new event when a comment is created or modified in the selected file",
20-
version: "1.0.2",
20+
version: "1.0.3",
2121
type: "source",
2222
// Dedupe events based on the "x-goog-message-number" header for the target channel:
2323
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
key: "google_drive-new-or-modified-files",
2525
name: "New or Modified Files (Instant)",
2626
description: "Emit new event when a file in the selected Drive is created, modified or trashed.",
27-
version: "0.3.3",
27+
version: "0.3.4",
2828
type: "source",
2929
// Dedupe events based on the "x-goog-message-number" header for the target channel:
3030
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
key: "google_drive-new-or-modified-folders",
2121
name: "New or Modified Folders (Instant)",
2222
description: "Emit new event when a folder is created or modified in the selected Drive",
23-
version: "0.1.8",
23+
version: "0.1.9",
2424
type: "source",
2525
// Dedupe events based on the "x-goog-message-number" header for the target channel:
2626
// https://developers.google.com/drive/api/v3/push#making-watch-requests

components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
type: "source",
77
name: "New Spreadsheet (Instant)",
88
description: "Emit new event when a new spreadsheet is created in a drive.",
9-
version: "0.1.8",
9+
version: "0.1.9",
1010
props: {
1111
googleDrive: newFilesInstant.props.googleDrive,
1212
db: newFilesInstant.props.db,

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)