@apteva/integrations 0.3.22 → 0.3.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/http-executor.js +12 -5
- package/dist/http-executor.js.map +1 -1
- package/package.json +1 -1
- package/src/apps/airtable.json +12 -0
- package/src/apps/alpaca-trading.json +5 -0
- package/src/apps/aws-cloudfront.json +10 -0
- package/src/apps/aws-dynamodb.json +10 -0
- package/src/apps/aws-ec2.json +10 -0
- package/src/apps/aws-lambda.json +10 -0
- package/src/apps/aws-route53.json +10 -0
- package/src/apps/aws-s3.json +10 -0
- package/src/apps/aws-ses.json +10 -0
- package/src/apps/aws-sns.json +10 -0
- package/src/apps/aws-sqs.json +10 -0
- package/src/apps/axiom.json +5 -0
- package/src/apps/binance-trading.json +5 -0
- package/src/apps/bluesky.json +5 -0
- package/src/apps/blynk.json +5 -0
- package/src/apps/bunny-stream.json +4 -0
- package/src/apps/callrail.json +5 -0
- package/src/apps/castbase.json +5 -0
- package/src/apps/clipkit.json +5 -0
- package/src/apps/cloudflare.json +5 -0
- package/src/apps/convertkit.json +5 -0
- package/src/apps/discord.json +16 -0
- package/src/apps/dnsimple.json +5 -0
- package/src/apps/docusign.json +12 -0
- package/src/apps/dropbox.json +12 -0
- package/src/apps/dynadot.json +5 -0
- package/src/apps/eventbrite-events.json +8 -0
- package/src/apps/facebook-ads.json +8 -0
- package/src/apps/facebook-api.json +8 -0
- package/src/apps/gemini.json +5 -0
- package/src/apps/gigs-marketplace.json +5 -0
- package/src/apps/github.json +8 -0
- package/src/apps/gitlab.json +5 -0
- package/src/apps/gmail.json +12 -0
- package/src/apps/gohighlevel.json +5 -0
- package/src/apps/google-ads.json +16 -0
- package/src/apps/google-calendar.json +12 -0
- package/src/apps/google-docs.json +12 -0
- package/src/apps/google-drive.json +12 -0
- package/src/apps/google-sheets.json +12 -0
- package/src/apps/gravity-forms.json +4 -0
- package/src/apps/hubspot.json +12 -0
- package/src/apps/instagram-api.json +12 -0
- package/src/apps/jira.json +16 -0
- package/src/apps/linear.json +12 -0
- package/src/apps/linkedin.json +4 -0
- package/src/apps/lnk-bio.json +12 -0
- package/src/apps/mailchimp.json +12 -0
- package/src/apps/meetup-events.json +12 -0
- package/src/apps/microsoft-teams.json +20 -0
- package/src/apps/monday.json +8 -0
- package/src/apps/namecheap.json +10 -0
- package/src/apps/notion.json +12 -0
- package/src/apps/openai-api.json +5 -0
- package/src/apps/paidkit.json +5 -0
- package/src/apps/plaid.json +4 -0
- package/src/apps/polymarket.json +10 -0
- package/src/apps/portfolio.json +10 -0
- package/src/apps/printful.json +5 -0
- package/src/apps/producthunt.json +12 -0
- package/src/apps/quickbooks.json +12 -0
- package/src/apps/salesforce-crm.json +20 -0
- package/src/apps/shopify.json +8 -0
- package/src/apps/skai.json +8 -0
- package/src/apps/slack.json +12 -0
- package/src/apps/stripe-payments.json +10 -0
- package/src/apps/stripe.json +10 -0
- package/src/apps/taskflow.json +5 -0
- package/src/apps/thinger.json +5 -0
- package/src/apps/tiktok-api.json +12 -0
- package/src/apps/twilio.json +5 -0
- package/src/apps/twitter-ads.json +12 -0
- package/src/apps/twitter-api.json +12 -0
- package/src/apps/youtube-api.json +16 -0
- package/src/apps/zoom.json +12 -0
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "token_type",
|
|
37
|
+
"label": "token_type"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "accessToken",
|
|
24
24
|
"label": "accessToken"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "refreshToken",
|
|
28
|
+
"label": "refreshToken"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "expiresIn",
|
|
32
|
+
"label": "expiresIn"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "tokenType",
|
|
36
|
+
"label": "tokenType"
|
|
25
37
|
}
|
|
26
38
|
],
|
|
27
39
|
"oauth2": {
|
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "accessToken",
|
|
25
25
|
"label": "accessToken"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refreshToken",
|
|
29
|
+
"label": "refreshToken"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expiresIn",
|
|
33
|
+
"label": "expiresIn"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "tokenType",
|
|
37
|
+
"label": "tokenType"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "accessToken",
|
|
25
25
|
"label": "accessToken"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refreshToken",
|
|
29
|
+
"label": "refreshToken"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expiresIn",
|
|
33
|
+
"label": "expiresIn"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "tokenType",
|
|
37
|
+
"label": "tokenType"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
package/src/apps/hubspot.json
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "token_type",
|
|
37
|
+
"label": "token_type"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "instagramAccountId",
|
|
29
|
+
"label": "instagramAccountId"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "userId",
|
|
33
|
+
"label": "userId"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "expiresIn",
|
|
37
|
+
"label": "expiresIn"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
package/src/apps/jira.json
CHANGED
|
@@ -22,6 +22,22 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
24
|
"label": "access_token"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "refresh_token",
|
|
28
|
+
"label": "refresh_token"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "expires_in",
|
|
32
|
+
"label": "expires_in"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "token_type",
|
|
36
|
+
"label": "token_type"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "scope",
|
|
40
|
+
"label": "scope"
|
|
25
41
|
}
|
|
26
42
|
],
|
|
27
43
|
"oauth2": {
|
package/src/apps/linear.json
CHANGED
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
24
|
"label": "access_token"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "token_type",
|
|
28
|
+
"label": "token_type"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "expires_in",
|
|
32
|
+
"label": "expires_in"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "scope",
|
|
36
|
+
"label": "scope"
|
|
25
37
|
}
|
|
26
38
|
],
|
|
27
39
|
"oauth2": {
|
package/src/apps/linkedin.json
CHANGED
package/src/apps/lnk-bio.json
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "token_type",
|
|
37
|
+
"label": "token_type"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
package/src/apps/mailchimp.json
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "expires_in",
|
|
29
|
+
"label": "expires_in"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "scope",
|
|
33
|
+
"label": "scope"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "metadata",
|
|
37
|
+
"label": "metadata"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
{
|
|
25
25
|
"name": "token",
|
|
26
26
|
"label": "apiKey"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "tokenType",
|
|
30
|
+
"label": "tokenType"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "scope",
|
|
34
|
+
"label": "scope"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "refreshToken",
|
|
38
|
+
"label": "refreshToken"
|
|
27
39
|
}
|
|
28
40
|
],
|
|
29
41
|
"oauth2": {
|
|
@@ -23,6 +23,26 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "token_type",
|
|
37
|
+
"label": "token_type"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "scope",
|
|
41
|
+
"label": "scope"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "id_token",
|
|
45
|
+
"label": "id_token"
|
|
26
46
|
}
|
|
27
47
|
],
|
|
28
48
|
"oauth2": {
|
package/src/apps/monday.json
CHANGED
package/src/apps/namecheap.json
CHANGED
|
@@ -37,6 +37,16 @@
|
|
|
37
37
|
"name": "clientIp",
|
|
38
38
|
"label": "Client Ip",
|
|
39
39
|
"description": "Your whitelisted IP address (must be whitelisted in Namecheap account)"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "mode",
|
|
43
|
+
"label": "Mode",
|
|
44
|
+
"description": "API mode: live or sandbox (default: live)"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "apiKey",
|
|
48
|
+
"label": "Api Key",
|
|
49
|
+
"description": "Namecheap API key (generate from Account > Profile > Tools > API Access)"
|
|
40
50
|
}
|
|
41
51
|
]
|
|
42
52
|
},
|
package/src/apps/notion.json
CHANGED
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "bot_id",
|
|
29
|
+
"label": "bot_id"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "workspace_id",
|
|
33
|
+
"label": "workspace_id"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "workspace_name",
|
|
37
|
+
"label": "workspace_name"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
package/src/apps/openai-api.json
CHANGED
package/src/apps/paidkit.json
CHANGED
|
@@ -28,6 +28,11 @@
|
|
|
28
28
|
"name": "api_key",
|
|
29
29
|
"label": "Api_key",
|
|
30
30
|
"description": "PaidKit API Key (from your PaidKit dashboard under API Keys)"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "project_id",
|
|
34
|
+
"label": "Project_id",
|
|
35
|
+
"description": "Project ID for scoped access (auto-resolved from API key if not provided)"
|
|
31
36
|
}
|
|
32
37
|
]
|
|
33
38
|
},
|
package/src/apps/plaid.json
CHANGED
package/src/apps/polymarket.json
CHANGED
|
@@ -43,6 +43,16 @@
|
|
|
43
43
|
"name": "address",
|
|
44
44
|
"label": "Address",
|
|
45
45
|
"description": "Polygon wallet address (0x...)"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "signature_type",
|
|
49
|
+
"label": "Signature_type",
|
|
50
|
+
"description": "0 = EOA wallet (default), 1 = Polymarket proxy, 2 = Gnosis Safe"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "funder_address",
|
|
54
|
+
"label": "Funder_address",
|
|
55
|
+
"description": "Address that funds trades (defaults to wallet address)"
|
|
46
56
|
}
|
|
47
57
|
]
|
|
48
58
|
},
|
package/src/apps/portfolio.json
CHANGED
|
@@ -30,6 +30,16 @@
|
|
|
30
30
|
"name": "userId",
|
|
31
31
|
"label": "User Id",
|
|
32
32
|
"description": "Your user ID for portfolio operations"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "portfolioId",
|
|
36
|
+
"label": "Portfolio Id",
|
|
37
|
+
"description": "Default portfolio ID (can be overridden per request)"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "environment",
|
|
41
|
+
"label": "Environment",
|
|
42
|
+
"description": "Trading environment: 'paper' or 'live' (defaults to 'paper')"
|
|
33
43
|
}
|
|
34
44
|
]
|
|
35
45
|
},
|
package/src/apps/printful.json
CHANGED
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"name": "api_key",
|
|
23
23
|
"label": "Api_key",
|
|
24
24
|
"description": "Your Printful API access token (from Dashboard > Settings > API)"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "store_id",
|
|
28
|
+
"label": "Store_id",
|
|
29
|
+
"description": "Optional store ID if you have multiple Printful stores"
|
|
25
30
|
}
|
|
26
31
|
]
|
|
27
32
|
},
|
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "token_type",
|
|
37
|
+
"label": "token_type"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|
package/src/apps/quickbooks.json
CHANGED
|
@@ -26,6 +26,18 @@
|
|
|
26
26
|
{
|
|
27
27
|
"name": "realmId",
|
|
28
28
|
"label": "realmId"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "refresh_token",
|
|
32
|
+
"label": "refresh_token"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "expires_in",
|
|
36
|
+
"label": "expires_in"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "token_type",
|
|
40
|
+
"label": "token_type"
|
|
29
41
|
}
|
|
30
42
|
],
|
|
31
43
|
"oauth2": {
|
|
@@ -28,6 +28,26 @@
|
|
|
28
28
|
{
|
|
29
29
|
"name": "instanceUrl",
|
|
30
30
|
"label": "instanceUrl"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "refreshToken",
|
|
34
|
+
"label": "refreshToken"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "id",
|
|
38
|
+
"label": "id"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "tokenType",
|
|
42
|
+
"label": "tokenType"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "issuedAt",
|
|
46
|
+
"label": "issuedAt"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "signature",
|
|
50
|
+
"label": "signature"
|
|
31
51
|
}
|
|
32
52
|
],
|
|
33
53
|
"oauth2": {
|
package/src/apps/shopify.json
CHANGED
package/src/apps/skai.json
CHANGED
package/src/apps/slack.json
CHANGED
|
@@ -25,6 +25,16 @@
|
|
|
25
25
|
"name": "token",
|
|
26
26
|
"label": "Secret Key",
|
|
27
27
|
"description": "Your Stripe Secret Key (sk_live_ or sk_test_)"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "publishableKey",
|
|
31
|
+
"label": "Publishable Key",
|
|
32
|
+
"description": "Your Stripe Publishable Key (pk_live_ or pk_test_)"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "webhookSecret",
|
|
36
|
+
"label": "Webhook Secret",
|
|
37
|
+
"description": "Your Stripe Webhook Signing Secret"
|
|
28
38
|
}
|
|
29
39
|
]
|
|
30
40
|
},
|
package/src/apps/stripe.json
CHANGED
|
@@ -22,6 +22,16 @@
|
|
|
22
22
|
"name": "token",
|
|
23
23
|
"label": "Secret Key",
|
|
24
24
|
"description": "Your Stripe Secret Key (sk_live_ or sk_test_)"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "publishableKey",
|
|
28
|
+
"label": "Publishable Key",
|
|
29
|
+
"description": "Your Stripe Publishable Key (pk_live_ or pk_test_)"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "webhookSecret",
|
|
33
|
+
"label": "Webhook Secret",
|
|
34
|
+
"description": "Your Stripe Webhook Signing Secret"
|
|
25
35
|
}
|
|
26
36
|
]
|
|
27
37
|
},
|
package/src/apps/taskflow.json
CHANGED
|
@@ -23,6 +23,11 @@
|
|
|
23
23
|
"name": "api_key",
|
|
24
24
|
"label": "Api Key",
|
|
25
25
|
"description": "Your OmniKit API key for TaskFlow access (starts with 'okt_')"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "projectId",
|
|
29
|
+
"label": "Project Id",
|
|
30
|
+
"description": "Project ID for task management context (optional)"
|
|
26
31
|
}
|
|
27
32
|
]
|
|
28
33
|
},
|
package/src/apps/thinger.json
CHANGED
package/src/apps/tiktok-api.json
CHANGED
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
{
|
|
25
25
|
"name": "accessToken",
|
|
26
26
|
"label": "accessToken"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "refreshToken",
|
|
30
|
+
"label": "refreshToken"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "expiresIn",
|
|
34
|
+
"label": "expiresIn"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "scope",
|
|
38
|
+
"label": "scope"
|
|
27
39
|
}
|
|
28
40
|
],
|
|
29
41
|
"oauth2": {
|
package/src/apps/twilio.json
CHANGED
|
@@ -25,6 +25,18 @@
|
|
|
25
25
|
{
|
|
26
26
|
"name": "token",
|
|
27
27
|
"label": "access_token"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "refresh_token",
|
|
31
|
+
"label": "refresh_token"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "expires_in",
|
|
35
|
+
"label": "expires_in"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "scope",
|
|
39
|
+
"label": "scope"
|
|
28
40
|
}
|
|
29
41
|
],
|
|
30
42
|
"oauth2": {
|
|
@@ -23,6 +23,18 @@
|
|
|
23
23
|
{
|
|
24
24
|
"name": "token",
|
|
25
25
|
"label": "access_token"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "refresh_token",
|
|
29
|
+
"label": "refresh_token"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "expires_in",
|
|
33
|
+
"label": "expires_in"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "scope",
|
|
37
|
+
"label": "scope"
|
|
26
38
|
}
|
|
27
39
|
],
|
|
28
40
|
"oauth2": {
|