Skip to content

Commit 70aa45c

Browse files
authored
Merging pull request #16647
1 parent f447a9c commit 70aa45c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/krispcall/package.json

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

components/krispcall/sources/new-call-instant/new-call-instant.mjs

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

components/krispcall/sources/new-call-instant/test-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export default {
55
"duration": "00 hr 00 min 13 secs",
66
"outcome": "Connected",
77
"direction": "Outgoing",
8-
"call_recording": "https://qa.safefamilyapp.com/1c343d?vmid=0x21d2ee31ba6"
8+
"call_recording": "https://app.krispcall.com/1c343d?vmid=0x21d2ee31ba6"
99
}

0 commit comments

Comments
 (0)