From cba8932c80493f0e65b13e85ee8a5cdc0d79d732 Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Thu, 12 Dec 2024 10:07:35 -0800 Subject: [PATCH 1/3] Hiding timer prop for Google instant sources --- components/google_drive/package.json | 2 +- components/google_drive/sources/common-webhook.mjs | 1 + .../sources/new-files-instant/new-files-instant.mjs | 2 +- pnpm-lock.yaml | 5 +++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/components/google_drive/package.json b/components/google_drive/package.json index fd86665423bb3..818797b532bd2 100644 --- a/components/google_drive/package.json +++ b/components/google_drive/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_drive", - "version": "0.8.6", + "version": "0.8.7", "description": "Pipedream Google_drive Components", "main": "google_drive.app.mjs", "keywords": [ diff --git a/components/google_drive/sources/common-webhook.mjs b/components/google_drive/sources/common-webhook.mjs index 33c0224e391d0..0448ab485f448 100644 --- a/components/google_drive/sources/common-webhook.mjs +++ b/components/google_drive/sources/common-webhook.mjs @@ -27,6 +27,7 @@ export default { static: { intervalSeconds: WEBHOOK_SUBSCRIPTION_RENEWAL_SECONDS, }, + hidden: true, }, }, hooks: { diff --git a/components/google_drive/sources/new-files-instant/new-files-instant.mjs b/components/google_drive/sources/new-files-instant/new-files-instant.mjs index 6c834678b4758..d532cf6b0488f 100644 --- a/components/google_drive/sources/new-files-instant/new-files-instant.mjs +++ b/components/google_drive/sources/new-files-instant/new-files-instant.mjs @@ -10,7 +10,7 @@ export default { key: "google_drive-new-files-instant", name: "New Files (Instant)", description: "Emit new event when a new file is added in your linked Google Drive", - version: "0.1.10", + version: "0.1.11", type: "source", dedupe: "unique", props: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5439477444c2..3b0255c676bd2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6999,8 +6999,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/onelogin: - specifiers: {} + components/onelogin: {} components/onenote: dependencies: @@ -30673,6 +30672,8 @@ snapshots: '@putout/operator-filesystem': 5.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3)) '@putout/operator-json': 2.2.0 putout: 36.13.1(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - supports-color '@putout/operator-regexp@1.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3))': dependencies: From 417312efac95b5edbd105e9edc89bce4a071da91 Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Thu, 12 Dec 2024 10:44:10 -0800 Subject: [PATCH 2/3] Versions --- .../changes-to-specific-files-shared-drive.mjs | 2 +- .../changes-to-specific-files/changes-to-specific-files.mjs | 2 +- .../new-or-modified-comments/new-or-modified-comments.mjs | 2 +- .../sources/new-or-modified-files/new-or-modified-files.mjs | 2 +- .../sources/new-or-modified-folders/new-or-modified-folders.mjs | 2 +- .../google_drive/sources/new-spreadsheet/new-spreadsheet.mjs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs b/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs index bdd1e4ea32e9e..e69ea6d2b0dc9 100644 --- a/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs +++ b/components/google_drive/sources/changes-to-specific-files-shared-drive/changes-to-specific-files-shared-drive.mjs @@ -27,7 +27,7 @@ export default { key: "google_drive-changes-to-specific-files-shared-drive", name: "Changes to Specific Files (Shared Drive)", description: "Watches for changes to specific files in a shared drive, emitting an event when a change is made to one of those files", - version: "0.2.3", + version: "0.2.4", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs b/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs index 89a7fd5864aed..0939d3d9f591d 100644 --- a/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs +++ b/components/google_drive/sources/changes-to-specific-files/changes-to-specific-files.mjs @@ -15,7 +15,7 @@ export default { key: "google_drive-changes-to-specific-files", name: "Changes to Specific Files", 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.", - version: "0.2.3", + version: "0.2.4", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs b/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs index 97c4bb429096d..c094923910762 100644 --- a/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs +++ b/components/google_drive/sources/new-or-modified-comments/new-or-modified-comments.mjs @@ -17,7 +17,7 @@ export default { name: "New or Modified Comments (Instant)", description: "Emit new event when a comment is created or modified in the selected file", - version: "1.0.2", + version: "1.0.3", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs b/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs index 3b61d21016164..21f5bb4461651 100644 --- a/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs +++ b/components/google_drive/sources/new-or-modified-files/new-or-modified-files.mjs @@ -24,7 +24,7 @@ export default { key: "google_drive-new-or-modified-files", name: "New or Modified Files (Instant)", description: "Emit new event when a file in the selected Drive is created, modified or trashed.", - version: "0.3.3", + version: "0.3.4", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs b/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs index 7b83a01e4edc3..1a6e4ccee51c8 100644 --- a/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs +++ b/components/google_drive/sources/new-or-modified-folders/new-or-modified-folders.mjs @@ -20,7 +20,7 @@ export default { key: "google_drive-new-or-modified-folders", name: "New or Modified Folders (Instant)", description: "Emit new event when a folder is created or modified in the selected Drive", - version: "0.1.8", + version: "0.1.9", type: "source", // Dedupe events based on the "x-goog-message-number" header for the target channel: // https://developers.google.com/drive/api/v3/push#making-watch-requests diff --git a/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs b/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs index 791a0e25e145c..461bdf22c3d7f 100644 --- a/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs +++ b/components/google_drive/sources/new-spreadsheet/new-spreadsheet.mjs @@ -6,7 +6,7 @@ export default { type: "source", name: "New Spreadsheet (Instant)", description: "Emit new event when a new spreadsheet is created in a drive.", - version: "0.1.8", + version: "0.1.9", props: { googleDrive: newFilesInstant.props.googleDrive, db: newFilesInstant.props.db, From c6682fef568f889db7516c0fa086da1f0e81bebb Mon Sep 17 00:00:00 2001 From: Danny Roosevelt Date: Thu, 12 Dec 2024 10:45:54 -0800 Subject: [PATCH 3/3] Update pnpm-lock.yaml --- pnpm-lock.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6ec39e372ce1..ac5199fc02916 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7500,8 +7500,7 @@ importers: components/pendo: {} - components/pennylane: - specifiers: {} + components/pennylane: {} components/people_data_labs: dependencies: