@apteva/integrations 0.3.25 → 0.3.28
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/package.json +1 -1
- package/src/apps/apollo.json +3 -3
- package/src/apps/apteva-cloud.json +259 -0
- package/src/apps/ashby.json +1 -1
- package/src/apps/assemblyai.json +1 -1
- package/src/apps/callrail.json +1 -1
- package/src/apps/cartesia.json +3 -3
- package/src/apps/chargebee.json +1 -1
- package/src/apps/clicksend.json +1 -1
- package/src/apps/composio.json +8 -3
- package/src/apps/confluence.json +1 -1
- package/src/apps/dux-soup.json +1 -1
- package/src/apps/gravity-forms.json +2 -2
- package/src/apps/harmonic.json +2 -2
- package/src/apps/helpscout.json +3 -3
- package/src/apps/heyreach.json +3 -3
- package/src/apps/hunter.json +5 -4
- package/src/apps/learning-platform.json +3 -3
- package/src/apps/luma.json +3 -3
- package/src/apps/murf-ai.json +3 -3
- package/src/apps/omnikit-storage.json +724 -88
- package/src/apps/playht.json +7 -2
- package/src/apps/saltedge.json +8 -3
- package/src/apps/supabase.json +3 -3
- package/src/apps/trading212.json +1 -1
- package/src/apps/wellsaid.json +3 -3
package/src/apps/playht.json
CHANGED
|
@@ -17,12 +17,17 @@
|
|
|
17
17
|
"bearer"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"Authorization": "
|
|
20
|
+
"Authorization": "{{api_key}}",
|
|
21
|
+
"X-User-ID": "{{user_id}}"
|
|
21
22
|
},
|
|
22
23
|
"credential_fields": [
|
|
23
24
|
{
|
|
24
|
-
"name": "
|
|
25
|
+
"name": "api_key",
|
|
25
26
|
"label": "API Key"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "user_id",
|
|
30
|
+
"label": "User Id"
|
|
26
31
|
}
|
|
27
32
|
]
|
|
28
33
|
},
|
package/src/apps/saltedge.json
CHANGED
|
@@ -18,12 +18,17 @@
|
|
|
18
18
|
"bearer"
|
|
19
19
|
],
|
|
20
20
|
"headers": {
|
|
21
|
-
"
|
|
21
|
+
"App-id": "{{app_id}}",
|
|
22
|
+
"Secret": "{{secret}}"
|
|
22
23
|
},
|
|
23
24
|
"credential_fields": [
|
|
24
25
|
{
|
|
25
|
-
"name": "
|
|
26
|
-
"label": "
|
|
26
|
+
"name": "app_id",
|
|
27
|
+
"label": "App Id"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "secret",
|
|
31
|
+
"label": "Secret"
|
|
27
32
|
}
|
|
28
33
|
]
|
|
29
34
|
},
|
package/src/apps/supabase.json
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"base_url": "",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"apikey": "{{api_key}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
23
|
+
"name": "api_key",
|
|
24
24
|
"label": "Api Key",
|
|
25
25
|
"description": "Supabase anon/service role key (find in Project Settings > API)"
|
|
26
26
|
},
|
package/src/apps/trading212.json
CHANGED
package/src/apps/wellsaid.json
CHANGED
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"base_url": "https://api.wellsaidlabs.com/v1",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"
|
|
17
|
+
"api_key"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"X-Api-Key": "{{api_key}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
24
|
+
"name": "api_key",
|
|
25
25
|
"label": "API Key"
|
|
26
26
|
}
|
|
27
27
|
]
|