We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ebd5f commit 6433f0bCopy full SHA for 6433f0b
components/google_docs/sources/document-updated/document-updated.mjs renamed to components/google_docs/sources/new-or-updated-document/new-or-updated-document.mjs
@@ -6,9 +6,9 @@ import {
6
7
export default {
8
...common,
9
- key: "google_docs-new-document-updated",
10
- name: "Document Updated (Instant)",
11
- description: "Emit new event when an existing document is updated in Google Docs",
+ key: "google_docs-new-or-updated-document",
+ name: "New or Updated Document (Instant)",
+ description: "Emit new event when a document is created or updated in Google Docs",
12
version: "0.0.1",
13
type: "source",
14
dedupe: "unique",
0 commit comments