Skip to content

Commit d708fbb

Browse files
committed
Merge branch 'master' into issue-14196
2 parents 911930b + 4feefb4 commit d708fbb

File tree

51 files changed

+1125
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1125
-73
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import { defineApp } from "@pipedream/types";
2-
3-
export default defineApp({
1+
export default {
42
type: "app",
5-
app: "suitedash",
3+
app: "attractwell",
64
propDefinitions: {},
75
methods: {
86
// this.$auth contains connected account data
97
authKeys() {
108
console.log(Object.keys(this.$auth));
119
},
1210
},
13-
});
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/attractwell",
3+
"version": "0.0.1",
4+
"description": "Pipedream AttractWell Components",
5+
"main": "attractwell.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"attractwell"
9+
],
10+
"homepage": "https://pipedream.com/apps/attractwell",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "deepimage",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/deepimage/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/deepimage",
3+
"version": "0.0.1",
4+
"description": "Pipedream DeepImage Components",
5+
"main": "deepimage.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"deepimage"
9+
],
10+
"homepage": "https://pipedream.com/apps/deepimage",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "fluidforms",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/fluidforms/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/fluidforms",
3+
"version": "0.0.1",
4+
"description": "Pipedream FluidForms Components",
5+
"main": "fluidforms.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"fluidforms"
9+
],
10+
"homepage": "https://pipedream.com/apps/fluidforms",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "gainsight_nxt",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/gainsight_nxt",
3+
"version": "0.0.1",
4+
"description": "Pipedream Gainsight Components",
5+
"main": "gainsight_nxt.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"gainsight_nxt"
9+
],
10+
"homepage": "https://pipedream.com/apps/gainsight_nxt",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "gainsight_px",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/gainsight_px",
3+
"version": "0.0.1",
4+
"description": "Pipedream Gainsight PX Components",
5+
"main": "gainsight_px.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"gainsight_px"
9+
],
10+
"homepage": "https://pipedream.com/apps/gainsight_px",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

0 commit comments

Comments
 (0)