Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/hyros/actions/create-call/create-call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import hyros from "../../hyros.app.mjs";
export default {
key: "hyros-create-call",
name: "Create Call",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down
9 changes: 8 additions & 1 deletion components/hyros/actions/create-lead/create-lead.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import hyros from "../../hyros.app.mjs";
export default {
key: "hyros-create-lead",
name: "Create Lead",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
Expand Down Expand Up @@ -55,6 +55,13 @@ export default {
],
optional: true,
},
stage: {
propDefinition: [
hyros,
"leadStage",
],
optional: true,
},
},
async run({ $ }) {
const {
Expand Down
5 changes: 5 additions & 0 deletions components/hyros/hyros.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export default {
label: "Phone Numbers",
description: "Phone numbers of the lead that will be created. Will be used on the Ad attributing proccess. `If no email is entered, a phone number is required`.",
},
leadStage: {
type: "string",
label: "Lead Stage",
description: "The name of a stage to be applied to the lead",
},
},
methods: {
_apiUrl() {
Expand Down
4 changes: 2 additions & 2 deletions components/hyros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/hyros",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Hyros Components",
"main": "hyros.app.mjs",
"keywords": [
Expand All @@ -13,6 +13,6 @@
"access": "public"
},
"dependencies": {
"@pipedream/platform": "^1.5.1"
"@pipedream/platform": "^3.1.0"
}
}
58 changes: 20 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading