Skip to content

Commit 3c6c7c6

Browse files
committed
Merge branch 'master' into 18193-hubspot-contact-added-to-list-trigger
2 parents 682d46b + 1725ae6 commit 3c6c7c6

File tree

280 files changed

+3994
-2439
lines changed

Some content is hidden

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

280 files changed

+3994
-2439
lines changed

components/apimage/apimage.app.mjs

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: "apimage",
4+
propDefinitions: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
11+
};

components/apimage/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@pipedream/apimage",
3+
"version": "0.0.1",
4+
"description": "Pipedream APImage Components",
5+
"main": "apimage.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"apimage"
9+
],
10+
"homepage": "https://pipedream.com/apps/apimage",
11+
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
12+
"publishConfig": {
13+
"access": "public"
14+
}
15+
}

components/bitget/actions/future-market-get-all-symbols-contracts/future-market-get-all-symbols-contracts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-all-symbols-contracts",
55
name: "Future - Market - Get All Symbols Contracts",
66
description: "Retrieve all contract symbols by product type. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-All-Symbols-Contracts)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-candle-data/future-market-get-candle-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-candle-data",
55
name: "Future - Market - Get Candle Data",
66
description: "Retrieve candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Candle-Data)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-contracts-oi/future-market-get-contracts-oi.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-contracts-oi",
55
name: "Future - Market - Get Contracts OI",
66
description: "Retrieve open interest for contracts. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Contracts-Oi)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-current-funding-rate/future-market-get-current-funding-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-current-funding-rate",
55
name: "Future - Market - Get Current Funding Rate",
66
description: "Retrieve current funding rate for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Current-Funding-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-discount-rate/future-market-get-discount-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-discount-rate",
55
name: "Future - Market - Get Discount Rate",
66
description: "Retrieve discount rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Discount-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-exchange-rate/future-market-get-exchange-rate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-exchange-rate",
55
name: "Future - Market - Get Exchange Rate",
66
description: "Get interest exchange rate information for contract trading. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Exchange-Rate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-fills-history/future-market-get-fills-history.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-fills-history",
55
name: "Future - Market - Get Fills History",
66
description: "Retrieve historical fill data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-Fills-History)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/bitget/actions/future-market-get-history-candle-data/future-market-get-history-candle-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "bitget-future-market-get-history-candle-data",
55
name: "Future - Market - Get History Candle Data",
66
description: "Retrieve historical candlestick data for a contract symbol. [See the documentation](https://www.bitget.com/api-doc/contract/market/Get-History-Candle-Data)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)