@apteva/integrations 0.3.15 → 0.3.17

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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/src/apps/activecollab.json +2 -44
  3. package/src/apps/airtable.json +408 -58
  4. package/src/apps/alpaca-trading.json +10 -4
  5. package/src/apps/anthropic-api.json +4 -3
  6. package/src/apps/arest.json +2 -46
  7. package/src/apps/asana.json +1 -8
  8. package/src/apps/aws-cloudfront.json +8 -2
  9. package/src/apps/aws-dynamodb.json +8 -2
  10. package/src/apps/aws-ec2.json +8 -2
  11. package/src/apps/aws-lambda.json +8 -2
  12. package/src/apps/aws-route53.json +8 -2
  13. package/src/apps/aws-s3.json +8 -2
  14. package/src/apps/aws-ses.json +8 -2
  15. package/src/apps/aws-sns.json +8 -2
  16. package/src/apps/aws-sqs.json +8 -2
  17. package/src/apps/binance-trading.json +10 -4
  18. package/src/apps/bunny-cdn.json +4 -3
  19. package/src/apps/castbase.json +1 -73
  20. package/src/apps/clipkit.json +6 -46
  21. package/src/apps/docx.json +0 -16
  22. package/src/apps/eventbrite-events.json +21 -3
  23. package/src/apps/facebook-ads.json +23 -4
  24. package/src/apps/facebook-api.json +23 -4
  25. package/src/apps/forecast-app.json +3 -48
  26. package/src/apps/gigs-marketplace.json +5 -17
  27. package/src/apps/gitlab.json +2 -61
  28. package/src/apps/instagram-api.json +21 -3
  29. package/src/apps/kling-ai.json +2 -2
  30. package/src/apps/media-downloader.json +2 -12
  31. package/src/apps/meetup-events.json +17 -3
  32. package/src/apps/microsoft-teams.json +43 -3
  33. package/src/apps/nordigen.json +512 -0
  34. package/src/apps/omnikit-analytics.json +4 -3
  35. package/src/apps/omnikit-api-gateway.json +4 -3
  36. package/src/apps/omnikit-billing.json +4 -3
  37. package/src/apps/omnikit-cms.json +5 -50
  38. package/src/apps/omnikit-code-ops.json +4 -7
  39. package/src/apps/omnikit-functions.json +4 -3
  40. package/src/apps/omnikit-intelligence.json +4 -3
  41. package/src/apps/omnikit-management.json +5 -21
  42. package/src/apps/omnikit-media.json +4 -3
  43. package/src/apps/omnikit-messaging.json +4 -3
  44. package/src/apps/omnikit-redirects.json +4 -3
  45. package/src/apps/omnikit-webhooks.json +4 -3
  46. package/src/apps/omnikit-workflows.json +4 -3
  47. package/src/apps/openai-api.json +2 -1
  48. package/src/apps/paidkit.json +22 -3
  49. package/src/apps/pdf.json +0 -26
  50. package/src/apps/plaid.json +693 -0
  51. package/src/apps/pushover-notifications.json +8 -2
  52. package/src/apps/rankbird.json +1 -15
  53. package/src/apps/rss.json +4 -52
  54. package/src/apps/salesforce-crm.json +35 -4
  55. package/src/apps/saltedge.json +787 -0
  56. package/src/apps/scaleway.json +0 -20
  57. package/src/apps/sendgrid-email.json +3 -2
  58. package/src/apps/slides.json +0 -9
  59. package/src/apps/socialcast.json +1 -1
  60. package/src/apps/stripe-payments.json +2 -1
  61. package/src/apps/taskflow.json +2 -16
  62. package/src/apps/tiktok-api.json +19 -4
  63. package/src/apps/todoist.json +1 -14
  64. package/src/apps/torrent.json +0 -16
  65. package/src/apps/twitter-ads.json +33 -3
  66. package/src/apps/twitter-api.json +33 -3
  67. package/src/apps/vidforge.json +6 -58
  68. package/src/apps/youtube-api.json +17 -3
@@ -18,8 +18,14 @@
18
18
  },
19
19
  "credential_fields": [
20
20
  {
21
- "name": "token",
22
- "label": "API Key"
21
+ "name": "appToken",
22
+ "label": "App Token",
23
+ "description": "Application API Token from your Pushover app"
24
+ },
25
+ {
26
+ "name": "userKey",
27
+ "label": "User Key",
28
+ "description": "Your Pushover User Key or Group Key"
23
29
  }
24
30
  ]
25
31
  },
@@ -38,10 +38,6 @@
38
38
  "input_schema": {
39
39
  "type": "object",
40
40
  "properties": {
41
- "project_id": {
42
- "type": "string",
43
- "description": "Filter by project ID"
44
- },
45
41
  "status": {
46
42
  "type": "string",
47
43
  "description": "Filter by status (active, paused, archived)"
@@ -90,16 +86,11 @@
90
86
  "url": {
91
87
  "type": "string",
92
88
  "description": "Site URL (e.g. https://example.com)"
93
- },
94
- "project_id": {
95
- "type": "string",
96
- "description": "Project ID"
97
89
  }
98
90
  },
99
91
  "required": [
100
92
  "name",
101
- "url",
102
- "project_id"
93
+ "url"
103
94
  ]
104
95
  }
105
96
  },
@@ -1051,10 +1042,6 @@
1051
1042
  "input_schema": {
1052
1043
  "type": "object",
1053
1044
  "properties": {
1054
- "project_id": {
1055
- "type": "string",
1056
- "description": "Project ID"
1057
- },
1058
1045
  "site_id": {
1059
1046
  "type": "string",
1060
1047
  "description": "Site ID"
@@ -1073,7 +1060,6 @@
1073
1060
  }
1074
1061
  },
1075
1062
  "required": [
1076
- "project_id",
1077
1063
  "site_id",
1078
1064
  "prompt_text"
1079
1065
  ]
package/src/apps/rss.json CHANGED
@@ -34,10 +34,6 @@
34
34
  "input_schema": {
35
35
  "type": "object",
36
36
  "properties": {
37
- "project_id": {
38
- "type": "integer",
39
- "description": "Project ID"
40
- },
41
37
  "include_counts": {
42
38
  "type": "boolean",
43
39
  "description": "Include unread counts",
@@ -47,10 +43,7 @@
47
43
  "type": "boolean",
48
44
  "description": "Filter by active status"
49
45
  }
50
- },
51
- "required": [
52
- "project_id"
53
- ]
46
+ }
54
47
  }
55
48
  },
56
49
  {
@@ -61,10 +54,6 @@
61
54
  "input_schema": {
62
55
  "type": "object",
63
56
  "properties": {
64
- "project_id": {
65
- "type": "integer",
66
- "description": "Project ID"
67
- },
68
57
  "url": {
69
58
  "type": "string",
70
59
  "description": "RSS feed URL"
@@ -76,7 +65,6 @@
76
65
  }
77
66
  },
78
67
  "required": [
79
- "project_id",
80
68
  "url"
81
69
  ]
82
70
  }
@@ -89,17 +77,12 @@
89
77
  "input_schema": {
90
78
  "type": "object",
91
79
  "properties": {
92
- "project_id": {
93
- "type": "integer",
94
- "description": "Project ID"
95
- },
96
80
  "feed_id": {
97
81
  "type": "integer",
98
82
  "description": "Feed ID to remove"
99
83
  }
100
84
  },
101
85
  "required": [
102
- "project_id",
103
86
  "feed_id"
104
87
  ]
105
88
  }
@@ -112,10 +95,6 @@
112
95
  "input_schema": {
113
96
  "type": "object",
114
97
  "properties": {
115
- "project_id": {
116
- "type": "integer",
117
- "description": "Project ID"
118
- },
119
98
  "feed_id": {
120
99
  "type": "integer",
121
100
  "description": "Feed ID to refresh"
@@ -124,10 +103,7 @@
124
103
  "type": "string",
125
104
  "description": "Feed URL to refresh (alternative to feed_id)"
126
105
  }
127
- },
128
- "required": [
129
- "project_id"
130
- ]
106
+ }
131
107
  }
132
108
  },
133
109
  {
@@ -138,10 +114,6 @@
138
114
  "input_schema": {
139
115
  "type": "object",
140
116
  "properties": {
141
- "project_id": {
142
- "type": "integer",
143
- "description": "Project ID"
144
- },
145
117
  "feed_id": {
146
118
  "type": "integer",
147
119
  "description": "Filter by feed ID"
@@ -177,10 +149,7 @@
177
149
  "description": "Offset for pagination",
178
150
  "default": 0
179
151
  }
180
- },
181
- "required": [
182
- "project_id"
183
- ]
152
+ }
184
153
  }
185
154
  },
186
155
  {
@@ -191,10 +160,6 @@
191
160
  "input_schema": {
192
161
  "type": "object",
193
162
  "properties": {
194
- "project_id": {
195
- "type": "integer",
196
- "description": "Project ID"
197
- },
198
163
  "entry_id": {
199
164
  "type": "integer",
200
165
  "description": "Entry ID"
@@ -206,7 +171,6 @@
206
171
  }
207
172
  },
208
173
  "required": [
209
- "project_id",
210
174
  "entry_id"
211
175
  ]
212
176
  }
@@ -219,10 +183,6 @@
219
183
  "input_schema": {
220
184
  "type": "object",
221
185
  "properties": {
222
- "project_id": {
223
- "type": "integer",
224
- "description": "Project ID"
225
- },
226
186
  "entry_ids": {
227
187
  "type": "array",
228
188
  "items": {
@@ -243,10 +203,7 @@
243
203
  "description": "Read status to set (true=read, false=unread)",
244
204
  "default": true
245
205
  }
246
- },
247
- "required": [
248
- "project_id"
249
- ]
206
+ }
250
207
  }
251
208
  },
252
209
  {
@@ -257,10 +214,6 @@
257
214
  "input_schema": {
258
215
  "type": "object",
259
216
  "properties": {
260
- "project_id": {
261
- "type": "integer",
262
- "description": "Project ID"
263
- },
264
217
  "entry_id": {
265
218
  "type": "integer",
266
219
  "description": "Entry ID"
@@ -272,7 +225,6 @@
272
225
  }
273
226
  },
274
227
  "required": [
275
- "project_id",
276
228
  "entry_id"
277
229
  ]
278
230
  }
@@ -14,17 +14,48 @@
14
14
  "base_url": "",
15
15
  "auth": {
16
16
  "types": [
17
- "bearer"
17
+ "bearer",
18
+ "oauth2"
18
19
  ],
19
20
  "headers": {
20
21
  "Authorization": "Bearer {{token}}"
21
22
  },
22
23
  "credential_fields": [
23
24
  {
24
- "name": "token",
25
- "label": "API Key"
25
+ "name": "accessToken",
26
+ "label": "accessToken"
27
+ },
28
+ {
29
+ "name": "instanceUrl",
30
+ "label": "instanceUrl"
26
31
  }
27
- ]
32
+ ],
33
+ "oauth2": {
34
+ "authorize_url": "https://login.salesforce.com/services/oauth2/authorize",
35
+ "token_url": "https://login.salesforce.com/services/oauth2/token",
36
+ "scopes": [
37
+ "api",
38
+ "refresh_token",
39
+ "offline_access",
40
+ "openid",
41
+ "profile",
42
+ "email",
43
+ "address",
44
+ "phone",
45
+ "full",
46
+ "chatter_api",
47
+ "custom_permissions",
48
+ "wave_api",
49
+ "cdp_query_api",
50
+ "cdp_profile_api",
51
+ "lightning",
52
+ "content",
53
+ "visualforce",
54
+ "web"
55
+ ],
56
+ "client_id_required": true,
57
+ "pkce": false
58
+ }
28
59
  },
29
60
  "tools": [
30
61
  {