Skip to content

Commit f888650

Browse files
committed
[Components] Drift. Actions + Sources
1 parent 466aa07 commit f888650

26 files changed

+8
-1601
lines changed

components/drift/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/drift",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Pipedream drift Components",
55
"main": "drift.app.mjs",
66
"keywords": [
@@ -13,7 +13,6 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^3.0.0",
17-
"node-persist": "^4.0.4"
16+
"@pipedream/platform": "^3.0.0"
1817
}
1918
}

components/drift/sources/new-conversation-instant/new-conversation-instant.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import drift from "../../drift.app.mjs";
22

33
export default {
4-
key: "drift-new-conversation-instant-test",
4+
key: "drift-new-conversation-instant-test [See the docs](https://devdocs.drift.com/docs/retrieve-a-conversation)",
55
name: "New Conversation",
66
description: "Emit new when a new conversation is started in Drift.",
7-
version: "0.0.2",
7+
version: "0.0.1",
88
type: "source",
99
dedupe: "unique",
1010
props: {
@@ -13,7 +13,7 @@ export default {
1313
timer: {
1414
type: "$.interface.timer",
1515
label: "Polling Interval",
16-
description: "How often to poll Drift for new conversations. [See the docs](https://devdocs.drift.com/docs/retrieve-a-conversation)",
16+
description: "How often to poll Drift for new conversations.",
1717
},
1818
},
1919
hooks: {

components/drift/tests/README.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
-18.7 KB
Binary file not shown.

components/drift/tests/action-tests/create-contact.mjs

Lines changed: 0 additions & 111 deletions
This file was deleted.

components/drift/tests/action-tests/delete-contact.mjs

Lines changed: 0 additions & 63 deletions
This file was deleted.

components/drift/tests/action-tests/get-contact.mjs

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)