Skip to content

Commit 3cc761b

Browse files
michelle0927malexanderlim
authored andcommitted
renew webhooks (#14386)
1 parent 58f7eb9 commit 3cc761b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

components/smartsuite/package.json

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

components/smartsuite/sources/common/base.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ export default {
55
smartsuite,
66
db: "$.service.db",
77
http: "$.interface.http",
8+
timer: {
9+
label: "Webhook renewal schedule",
10+
description: "The SmartSuite API requires occasional renewal of webhooks. **This runs in the background, so you should not need to modify this schedule**.",
11+
type: "$.interface.timer",
12+
static: {
13+
intervalSeconds: 24 * 60 * 60, // once per day
14+
},
15+
},
816
solutionId: {
917
propDefinition: [
1018
smartsuite,

components/smartsuite/sources/new-record-created-instant/new-record-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "smartsuite-new-record-created-instant",
77
name: "New Record Created (Instant)",
88
description: "Emit new event when a new record is created",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/smartsuite/sources/record-updated-instant/record-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "smartsuite-record-updated-instant",
77
name: "Record Updated (Instant)",
88
description: "Emit new event when an existing record is updated",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)