@apteva/integrations 0.3.16 → 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 (63) hide show
  1. package/package.json +1 -1
  2. package/src/apps/activecollab.json +2 -44
  3. package/src/apps/alpaca-trading.json +10 -4
  4. package/src/apps/anthropic-api.json +4 -3
  5. package/src/apps/arest.json +2 -46
  6. package/src/apps/asana.json +1 -8
  7. package/src/apps/aws-cloudfront.json +8 -2
  8. package/src/apps/aws-dynamodb.json +8 -2
  9. package/src/apps/aws-ec2.json +8 -2
  10. package/src/apps/aws-lambda.json +8 -2
  11. package/src/apps/aws-route53.json +8 -2
  12. package/src/apps/aws-s3.json +8 -2
  13. package/src/apps/aws-ses.json +8 -2
  14. package/src/apps/aws-sns.json +8 -2
  15. package/src/apps/aws-sqs.json +8 -2
  16. package/src/apps/binance-trading.json +10 -4
  17. package/src/apps/bunny-cdn.json +4 -3
  18. package/src/apps/castbase.json +1 -73
  19. package/src/apps/clipkit.json +6 -46
  20. package/src/apps/docx.json +0 -16
  21. package/src/apps/eventbrite-events.json +21 -3
  22. package/src/apps/facebook-ads.json +23 -4
  23. package/src/apps/facebook-api.json +23 -4
  24. package/src/apps/forecast-app.json +3 -48
  25. package/src/apps/gigs-marketplace.json +5 -17
  26. package/src/apps/gitlab.json +2 -61
  27. package/src/apps/instagram-api.json +21 -3
  28. package/src/apps/kling-ai.json +2 -2
  29. package/src/apps/media-downloader.json +2 -12
  30. package/src/apps/meetup-events.json +17 -3
  31. package/src/apps/microsoft-teams.json +43 -3
  32. package/src/apps/omnikit-analytics.json +4 -3
  33. package/src/apps/omnikit-api-gateway.json +4 -3
  34. package/src/apps/omnikit-billing.json +4 -3
  35. package/src/apps/omnikit-cms.json +5 -50
  36. package/src/apps/omnikit-code-ops.json +4 -7
  37. package/src/apps/omnikit-functions.json +4 -3
  38. package/src/apps/omnikit-intelligence.json +4 -3
  39. package/src/apps/omnikit-management.json +5 -21
  40. package/src/apps/omnikit-media.json +4 -3
  41. package/src/apps/omnikit-messaging.json +4 -3
  42. package/src/apps/omnikit-redirects.json +4 -3
  43. package/src/apps/omnikit-webhooks.json +4 -3
  44. package/src/apps/omnikit-workflows.json +4 -3
  45. package/src/apps/openai-api.json +2 -1
  46. package/src/apps/paidkit.json +22 -3
  47. package/src/apps/pdf.json +0 -26
  48. package/src/apps/pushover-notifications.json +8 -2
  49. package/src/apps/rankbird.json +1 -15
  50. package/src/apps/rss.json +4 -52
  51. package/src/apps/salesforce-crm.json +35 -4
  52. package/src/apps/scaleway.json +0 -20
  53. package/src/apps/sendgrid-email.json +3 -2
  54. package/src/apps/slides.json +0 -9
  55. package/src/apps/stripe-payments.json +2 -1
  56. package/src/apps/taskflow.json +2 -16
  57. package/src/apps/tiktok-api.json +19 -4
  58. package/src/apps/todoist.json +1 -14
  59. package/src/apps/torrent.json +0 -16
  60. package/src/apps/twitter-ads.json +33 -3
  61. package/src/apps/twitter-api.json +33 -3
  62. package/src/apps/vidforge.json +6 -58
  63. package/src/apps/youtube-api.json +17 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apteva/integrations",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
5
5
  "author": "Apteva <hello@apteva.com>",
6
6
  "license": "Elastic-2.0",
@@ -61,15 +61,7 @@
61
61
  "path": "/project-get",
62
62
  "input_schema": {
63
63
  "type": "object",
64
- "properties": {
65
- "project_id": {
66
- "type": "integer",
67
- "description": "Project ID"
68
- }
69
- },
70
- "required": [
71
- "project_id"
72
- ]
64
+ "properties": {}
73
65
  }
74
66
  },
75
67
  {
@@ -122,10 +114,6 @@
122
114
  "input_schema": {
123
115
  "type": "object",
124
116
  "properties": {
125
- "project_id": {
126
- "type": "integer",
127
- "description": "Project ID"
128
- },
129
117
  "task_list_id": {
130
118
  "type": "integer",
131
119
  "description": "Filter by task list ID"
@@ -138,10 +126,7 @@
138
126
  "type": "boolean",
139
127
  "description": "Filter by completion status"
140
128
  }
141
- },
142
- "required": [
143
- "project_id"
144
- ]
129
+ }
145
130
  }
146
131
  },
147
132
  {
@@ -152,10 +137,6 @@
152
137
  "input_schema": {
153
138
  "type": "object",
154
139
  "properties": {
155
- "project_id": {
156
- "type": "integer",
157
- "description": "Project ID"
158
- },
159
140
  "task_list_id": {
160
141
  "type": "integer",
161
142
  "description": "Task list ID"
@@ -190,7 +171,6 @@
190
171
  }
191
172
  },
192
173
  "required": [
193
- "project_id",
194
174
  "name"
195
175
  ]
196
176
  }
@@ -203,10 +183,6 @@
203
183
  "input_schema": {
204
184
  "type": "object",
205
185
  "properties": {
206
- "project_id": {
207
- "type": "integer",
208
- "description": "Project ID"
209
- },
210
186
  "task_id": {
211
187
  "type": "integer",
212
188
  "description": "Task ID"
@@ -229,7 +205,6 @@
229
205
  }
230
206
  },
231
207
  "required": [
232
- "project_id",
233
208
  "task_id"
234
209
  ]
235
210
  }
@@ -242,10 +217,6 @@
242
217
  "input_schema": {
243
218
  "type": "object",
244
219
  "properties": {
245
- "project_id": {
246
- "type": "integer",
247
- "description": "Filter by project ID"
248
- },
249
220
  "task_id": {
250
221
  "type": "integer",
251
222
  "description": "Filter by task ID"
@@ -282,10 +253,6 @@
282
253
  "input_schema": {
283
254
  "type": "object",
284
255
  "properties": {
285
- "project_id": {
286
- "type": "integer",
287
- "description": "Project ID"
288
- },
289
256
  "task_id": {
290
257
  "type": "integer",
291
258
  "description": "Task ID (optional)"
@@ -320,7 +287,6 @@
320
287
  }
321
288
  },
322
289
  "required": [
323
- "project_id",
324
290
  "value",
325
291
  "record_date"
326
292
  ]
@@ -348,10 +314,6 @@
348
314
  "type": "integer",
349
315
  "description": "Filter by client ID"
350
316
  },
351
- "project_id": {
352
- "type": "integer",
353
- "description": "Filter by project ID"
354
- },
355
317
  "status": {
356
318
  "type": "string",
357
319
  "enum": [
@@ -377,10 +339,6 @@
377
339
  "type": "integer",
378
340
  "description": "Client company ID"
379
341
  },
380
- "project_id": {
381
- "type": "integer",
382
- "description": "Project ID"
383
- },
384
342
  "number": {
385
343
  "type": "string",
386
344
  "description": "Invoice number"
@@ -19,15 +19,21 @@
19
19
  "base_url": "",
20
20
  "auth": {
21
21
  "types": [
22
- "bearer"
22
+ "api_key"
23
23
  ],
24
24
  "headers": {
25
- "Authorization": "Bearer {{token}}"
25
+ "APCA-API-KEY-ID": "{{token}}"
26
26
  },
27
27
  "credential_fields": [
28
28
  {
29
- "name": "token",
30
- "label": "API Key"
29
+ "name": "api_key",
30
+ "label": "Api_key",
31
+ "description": "Your Alpaca API Key ID"
32
+ },
33
+ {
34
+ "name": "api_secret",
35
+ "label": "Api_secret",
36
+ "description": "Your Alpaca Secret Key"
31
37
  }
32
38
  ]
33
39
  },
@@ -13,15 +13,16 @@
13
13
  "base_url": "",
14
14
  "auth": {
15
15
  "types": [
16
- "bearer"
16
+ "api_key"
17
17
  ],
18
18
  "headers": {
19
- "Authorization": "Bearer {{token}}"
19
+ "x-api-key": "{{token}}"
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
23
  "name": "token",
24
- "label": "API Key"
24
+ "label": "Api Key",
25
+ "description": "Your Anthropic API Key"
25
26
  }
26
27
  ]
27
28
  },
@@ -36,10 +36,6 @@
36
36
  "input_schema": {
37
37
  "type": "object",
38
38
  "properties": {
39
- "project_id": {
40
- "type": "string",
41
- "description": "Project ID"
42
- },
43
39
  "status": {
44
40
  "type": "string",
45
41
  "description": "Filter by status (online/offline)"
@@ -60,10 +56,7 @@
60
56
  "type": "number",
61
57
  "description": "Offset for pagination"
62
58
  }
63
- },
64
- "required": [
65
- "project_id"
66
- ]
59
+ }
67
60
  }
68
61
  },
69
62
  {
@@ -92,10 +85,6 @@
92
85
  "input_schema": {
93
86
  "type": "object",
94
87
  "properties": {
95
- "project_id": {
96
- "type": "string",
97
- "description": "Project ID"
98
- },
99
88
  "device_id": {
100
89
  "type": "string",
101
90
  "description": "Unique device identifier"
@@ -118,7 +107,6 @@
118
107
  }
119
108
  },
120
109
  "required": [
121
- "project_id",
122
110
  "device_id",
123
111
  "name",
124
112
  "hardware_type"
@@ -133,17 +121,12 @@
133
121
  "input_schema": {
134
122
  "type": "object",
135
123
  "properties": {
136
- "project_id": {
137
- "type": "string",
138
- "description": "Project ID"
139
- },
140
124
  "id": {
141
125
  "type": "number",
142
126
  "description": "Device database ID"
143
127
  }
144
128
  },
145
129
  "required": [
146
- "project_id",
147
130
  "id"
148
131
  ]
149
132
  }
@@ -347,10 +330,6 @@
347
330
  "input_schema": {
348
331
  "type": "object",
349
332
  "properties": {
350
- "project_id": {
351
- "type": "string",
352
- "description": "Project ID"
353
- },
354
333
  "limit": {
355
334
  "type": "number",
356
335
  "description": "Max results (default: 50)"
@@ -359,10 +338,7 @@
359
338
  "type": "number",
360
339
  "description": "Offset for pagination"
361
340
  }
362
- },
363
- "required": [
364
- "project_id"
365
- ]
341
+ }
366
342
  }
367
343
  },
368
344
  {
@@ -373,17 +349,12 @@
373
349
  "input_schema": {
374
350
  "type": "object",
375
351
  "properties": {
376
- "project_id": {
377
- "type": "string",
378
- "description": "Project ID"
379
- },
380
352
  "id": {
381
353
  "type": "number",
382
354
  "description": "Dashboard ID"
383
355
  }
384
356
  },
385
357
  "required": [
386
- "project_id",
387
358
  "id"
388
359
  ]
389
360
  }
@@ -396,10 +367,6 @@
396
367
  "input_schema": {
397
368
  "type": "object",
398
369
  "properties": {
399
- "project_id": {
400
- "type": "string",
401
- "description": "Project ID"
402
- },
403
370
  "name": {
404
371
  "type": "string",
405
372
  "description": "Dashboard name"
@@ -415,7 +382,6 @@
415
382
  }
416
383
  },
417
384
  "required": [
418
- "project_id",
419
385
  "name"
420
386
  ]
421
387
  }
@@ -428,17 +394,12 @@
428
394
  "input_schema": {
429
395
  "type": "object",
430
396
  "properties": {
431
- "project_id": {
432
- "type": "string",
433
- "description": "Project ID"
434
- },
435
397
  "id": {
436
398
  "type": "number",
437
399
  "description": "Dashboard ID"
438
400
  }
439
401
  },
440
402
  "required": [
441
- "project_id",
442
403
  "id"
443
404
  ]
444
405
  }
@@ -451,10 +412,6 @@
451
412
  "input_schema": {
452
413
  "type": "object",
453
414
  "properties": {
454
- "project_id": {
455
- "type": "string",
456
- "description": "Project ID"
457
- },
458
415
  "dashboard_id": {
459
416
  "type": "number",
460
417
  "description": "Dashboard ID"
@@ -481,7 +438,6 @@
481
438
  }
482
439
  },
483
440
  "required": [
484
- "project_id",
485
441
  "dashboard_id",
486
442
  "widget_type",
487
443
  "device_id"
@@ -66,18 +66,11 @@
66
66
  "input_schema": {
67
67
  "type": "object",
68
68
  "properties": {
69
- "project_id": {
70
- "type": "string",
71
- "description": "Project GID"
72
- },
73
69
  "completed_since": {
74
70
  "type": "string",
75
71
  "description": "Filter completed tasks since date"
76
72
  }
77
- },
78
- "required": [
79
- "project_id"
80
- ]
73
+ }
81
74
  }
82
75
  },
83
76
  {
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -21,8 +21,14 @@
21
21
  },
22
22
  "credential_fields": [
23
23
  {
24
- "name": "token",
25
- "label": "API Key"
24
+ "name": "access_key_id",
25
+ "label": "Access_key_id",
26
+ "description": "Your AWS Access Key ID"
27
+ },
28
+ {
29
+ "name": "secret_access_key",
30
+ "label": "Secret_access_key",
31
+ "description": "Your AWS Secret Access Key"
26
32
  }
27
33
  ]
28
34
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -19,8 +19,14 @@
19
19
  },
20
20
  "credential_fields": [
21
21
  {
22
- "name": "token",
23
- "label": "API Key"
22
+ "name": "access_key_id",
23
+ "label": "Access_key_id",
24
+ "description": "Your AWS Access Key ID"
25
+ },
26
+ {
27
+ "name": "secret_access_key",
28
+ "label": "Secret_access_key",
29
+ "description": "Your AWS Secret Access Key"
24
30
  }
25
31
  ]
26
32
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -20,8 +20,14 @@
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
- "name": "token",
24
- "label": "API Key"
23
+ "name": "access_key_id",
24
+ "label": "Access_key_id",
25
+ "description": "Your AWS Access Key ID"
26
+ },
27
+ {
28
+ "name": "secret_access_key",
29
+ "label": "Secret_access_key",
30
+ "description": "Your AWS Secret Access Key"
25
31
  }
26
32
  ]
27
33
  },
@@ -14,15 +14,21 @@
14
14
  "base_url": "https://api.binance.com/api/v3",
15
15
  "auth": {
16
16
  "types": [
17
- "bearer"
17
+ "api_key"
18
18
  ],
19
19
  "headers": {
20
- "Authorization": "Bearer {{token}}"
20
+ "X-MBX-APIKEY": "{{token}}"
21
21
  },
22
22
  "credential_fields": [
23
23
  {
24
- "name": "token",
25
- "label": "API Key"
24
+ "name": "api_key",
25
+ "label": "Api_key",
26
+ "description": "Your Binance API Key"
27
+ },
28
+ {
29
+ "name": "api_secret",
30
+ "label": "Api_secret",
31
+ "description": "Your Binance Secret Key"
26
32
  }
27
33
  ]
28
34
  },
@@ -13,15 +13,16 @@
13
13
  "base_url": "https://api.bunny.net",
14
14
  "auth": {
15
15
  "types": [
16
- "bearer"
16
+ "api_key"
17
17
  ],
18
18
  "headers": {
19
- "Authorization": "Bearer {{token}}"
19
+ "AccessKey": "{{token}}"
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
23
  "name": "token",
24
- "label": "API Key"
24
+ "label": "Api Key",
25
+ "description": "Your Bunny.net Account API Key (found in Account Settings > API)"
25
26
  }
26
27
  ]
27
28
  },