@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.
- package/package.json +1 -1
- package/src/apps/activecollab.json +2 -44
- package/src/apps/airtable.json +408 -58
- package/src/apps/alpaca-trading.json +10 -4
- package/src/apps/anthropic-api.json +4 -3
- package/src/apps/arest.json +2 -46
- package/src/apps/asana.json +1 -8
- package/src/apps/aws-cloudfront.json +8 -2
- package/src/apps/aws-dynamodb.json +8 -2
- package/src/apps/aws-ec2.json +8 -2
- package/src/apps/aws-lambda.json +8 -2
- package/src/apps/aws-route53.json +8 -2
- package/src/apps/aws-s3.json +8 -2
- package/src/apps/aws-ses.json +8 -2
- package/src/apps/aws-sns.json +8 -2
- package/src/apps/aws-sqs.json +8 -2
- package/src/apps/binance-trading.json +10 -4
- package/src/apps/bunny-cdn.json +4 -3
- package/src/apps/castbase.json +1 -73
- package/src/apps/clipkit.json +6 -46
- package/src/apps/docx.json +0 -16
- package/src/apps/eventbrite-events.json +21 -3
- package/src/apps/facebook-ads.json +23 -4
- package/src/apps/facebook-api.json +23 -4
- package/src/apps/forecast-app.json +3 -48
- package/src/apps/gigs-marketplace.json +5 -17
- package/src/apps/gitlab.json +2 -61
- package/src/apps/instagram-api.json +21 -3
- package/src/apps/kling-ai.json +2 -2
- package/src/apps/media-downloader.json +2 -12
- package/src/apps/meetup-events.json +17 -3
- package/src/apps/microsoft-teams.json +43 -3
- package/src/apps/nordigen.json +512 -0
- package/src/apps/omnikit-analytics.json +4 -3
- package/src/apps/omnikit-api-gateway.json +4 -3
- package/src/apps/omnikit-billing.json +4 -3
- package/src/apps/omnikit-cms.json +5 -50
- package/src/apps/omnikit-code-ops.json +4 -7
- package/src/apps/omnikit-functions.json +4 -3
- package/src/apps/omnikit-intelligence.json +4 -3
- package/src/apps/omnikit-management.json +5 -21
- package/src/apps/omnikit-media.json +4 -3
- package/src/apps/omnikit-messaging.json +4 -3
- package/src/apps/omnikit-redirects.json +4 -3
- package/src/apps/omnikit-webhooks.json +4 -3
- package/src/apps/omnikit-workflows.json +4 -3
- package/src/apps/openai-api.json +2 -1
- package/src/apps/paidkit.json +22 -3
- package/src/apps/pdf.json +0 -26
- package/src/apps/plaid.json +693 -0
- package/src/apps/pushover-notifications.json +8 -2
- package/src/apps/rankbird.json +1 -15
- package/src/apps/rss.json +4 -52
- package/src/apps/salesforce-crm.json +35 -4
- package/src/apps/saltedge.json +787 -0
- package/src/apps/scaleway.json +0 -20
- package/src/apps/sendgrid-email.json +3 -2
- package/src/apps/slides.json +0 -9
- package/src/apps/socialcast.json +1 -1
- package/src/apps/stripe-payments.json +2 -1
- package/src/apps/taskflow.json +2 -16
- package/src/apps/tiktok-api.json +19 -4
- package/src/apps/todoist.json +1 -14
- package/src/apps/torrent.json +0 -16
- package/src/apps/twitter-ads.json +33 -3
- package/src/apps/twitter-api.json +33 -3
- package/src/apps/vidforge.json +6 -58
- package/src/apps/youtube-api.json +17 -3
package/src/apps/arest.json
CHANGED
|
@@ -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"
|
package/src/apps/asana.json
CHANGED
|
@@ -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": "
|
|
24
|
-
"label": "
|
|
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": "
|
|
24
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-ec2.json
CHANGED
|
@@ -21,8 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-lambda.json
CHANGED
|
@@ -20,8 +20,14 @@
|
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
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": "
|
|
24
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-s3.json
CHANGED
|
@@ -20,8 +20,14 @@
|
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-ses.json
CHANGED
|
@@ -19,8 +19,14 @@
|
|
|
19
19
|
},
|
|
20
20
|
"credential_fields": [
|
|
21
21
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-sns.json
CHANGED
|
@@ -20,8 +20,14 @@
|
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
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
|
},
|
package/src/apps/aws-sqs.json
CHANGED
|
@@ -20,8 +20,14 @@
|
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
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
|
-
"
|
|
17
|
+
"api_key"
|
|
18
18
|
],
|
|
19
19
|
"headers": {
|
|
20
|
-
"
|
|
20
|
+
"X-MBX-APIKEY": "{{token}}"
|
|
21
21
|
},
|
|
22
22
|
"credential_fields": [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"label": "
|
|
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
|
},
|
package/src/apps/bunny-cdn.json
CHANGED
|
@@ -13,15 +13,16 @@
|
|
|
13
13
|
"base_url": "https://api.bunny.net",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"AccessKey": "{{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
|
-
"label": "
|
|
24
|
+
"label": "Api Key",
|
|
25
|
+
"description": "Your Bunny.net Account API Key (found in Account Settings > API)"
|
|
25
26
|
}
|
|
26
27
|
]
|
|
27
28
|
},
|
package/src/apps/castbase.json
CHANGED
|
@@ -37,10 +37,6 @@
|
|
|
37
37
|
"input_schema": {
|
|
38
38
|
"type": "object",
|
|
39
39
|
"properties": {
|
|
40
|
-
"project_id": {
|
|
41
|
-
"type": "string",
|
|
42
|
-
"description": "Project ID (required)"
|
|
43
|
-
},
|
|
44
40
|
"title": {
|
|
45
41
|
"type": "string",
|
|
46
42
|
"description": "Podcast title (required)"
|
|
@@ -83,7 +79,6 @@
|
|
|
83
79
|
}
|
|
84
80
|
},
|
|
85
81
|
"required": [
|
|
86
|
-
"project_id",
|
|
87
82
|
"title",
|
|
88
83
|
"author",
|
|
89
84
|
"owner_email"
|
|
@@ -98,10 +93,6 @@
|
|
|
98
93
|
"input_schema": {
|
|
99
94
|
"type": "object",
|
|
100
95
|
"properties": {
|
|
101
|
-
"project_id": {
|
|
102
|
-
"type": "string",
|
|
103
|
-
"description": "Project ID (required)"
|
|
104
|
-
},
|
|
105
96
|
"podcast_id": {
|
|
106
97
|
"type": "string",
|
|
107
98
|
"description": "Podcast ID (required)"
|
|
@@ -123,7 +114,6 @@
|
|
|
123
114
|
}
|
|
124
115
|
},
|
|
125
116
|
"required": [
|
|
126
|
-
"project_id",
|
|
127
117
|
"podcast_id"
|
|
128
118
|
]
|
|
129
119
|
}
|
|
@@ -136,10 +126,6 @@
|
|
|
136
126
|
"input_schema": {
|
|
137
127
|
"type": "object",
|
|
138
128
|
"properties": {
|
|
139
|
-
"project_id": {
|
|
140
|
-
"type": "string",
|
|
141
|
-
"description": "Project ID (required)"
|
|
142
|
-
},
|
|
143
129
|
"status": {
|
|
144
130
|
"type": "string",
|
|
145
131
|
"enum": [
|
|
@@ -175,10 +161,7 @@
|
|
|
175
161
|
"default": "created_at:desc",
|
|
176
162
|
"description": "Sort order (created_at:desc, title:asc, etc.)"
|
|
177
163
|
}
|
|
178
|
-
}
|
|
179
|
-
"required": [
|
|
180
|
-
"project_id"
|
|
181
|
-
]
|
|
164
|
+
}
|
|
182
165
|
}
|
|
183
166
|
},
|
|
184
167
|
{
|
|
@@ -189,10 +172,6 @@
|
|
|
189
172
|
"input_schema": {
|
|
190
173
|
"type": "object",
|
|
191
174
|
"properties": {
|
|
192
|
-
"project_id": {
|
|
193
|
-
"type": "string",
|
|
194
|
-
"description": "Project ID (required)"
|
|
195
|
-
},
|
|
196
175
|
"podcast_id": {
|
|
197
176
|
"type": "string",
|
|
198
177
|
"description": "Podcast ID (required)"
|
|
@@ -232,7 +211,6 @@
|
|
|
232
211
|
}
|
|
233
212
|
},
|
|
234
213
|
"required": [
|
|
235
|
-
"project_id",
|
|
236
214
|
"podcast_id"
|
|
237
215
|
]
|
|
238
216
|
}
|
|
@@ -245,10 +223,6 @@
|
|
|
245
223
|
"input_schema": {
|
|
246
224
|
"type": "object",
|
|
247
225
|
"properties": {
|
|
248
|
-
"project_id": {
|
|
249
|
-
"type": "string",
|
|
250
|
-
"description": "Project ID (required)"
|
|
251
|
-
},
|
|
252
226
|
"podcast_id": {
|
|
253
227
|
"type": "string",
|
|
254
228
|
"description": "Podcast ID to delete (required)"
|
|
@@ -265,7 +239,6 @@
|
|
|
265
239
|
}
|
|
266
240
|
},
|
|
267
241
|
"required": [
|
|
268
|
-
"project_id",
|
|
269
242
|
"podcast_id"
|
|
270
243
|
]
|
|
271
244
|
}
|
|
@@ -278,10 +251,6 @@
|
|
|
278
251
|
"input_schema": {
|
|
279
252
|
"type": "object",
|
|
280
253
|
"properties": {
|
|
281
|
-
"project_id": {
|
|
282
|
-
"type": "string",
|
|
283
|
-
"description": "Project ID (required)"
|
|
284
|
-
},
|
|
285
254
|
"podcast_id": {
|
|
286
255
|
"type": "string",
|
|
287
256
|
"description": "Podcast ID (required)"
|
|
@@ -319,7 +288,6 @@
|
|
|
319
288
|
}
|
|
320
289
|
},
|
|
321
290
|
"required": [
|
|
322
|
-
"project_id",
|
|
323
291
|
"podcast_id",
|
|
324
292
|
"title"
|
|
325
293
|
]
|
|
@@ -333,10 +301,6 @@
|
|
|
333
301
|
"input_schema": {
|
|
334
302
|
"type": "object",
|
|
335
303
|
"properties": {
|
|
336
|
-
"project_id": {
|
|
337
|
-
"type": "string",
|
|
338
|
-
"description": "Project ID (required)"
|
|
339
|
-
},
|
|
340
304
|
"episode_id": {
|
|
341
305
|
"type": "string",
|
|
342
306
|
"description": "Episode ID (required)"
|
|
@@ -348,7 +312,6 @@
|
|
|
348
312
|
}
|
|
349
313
|
},
|
|
350
314
|
"required": [
|
|
351
|
-
"project_id",
|
|
352
315
|
"episode_id"
|
|
353
316
|
]
|
|
354
317
|
}
|
|
@@ -361,10 +324,6 @@
|
|
|
361
324
|
"input_schema": {
|
|
362
325
|
"type": "object",
|
|
363
326
|
"properties": {
|
|
364
|
-
"project_id": {
|
|
365
|
-
"type": "string",
|
|
366
|
-
"description": "Project ID (required)"
|
|
367
|
-
},
|
|
368
327
|
"podcast_id": {
|
|
369
328
|
"type": "string",
|
|
370
329
|
"description": "Podcast ID (required)"
|
|
@@ -411,7 +370,6 @@
|
|
|
411
370
|
}
|
|
412
371
|
},
|
|
413
372
|
"required": [
|
|
414
|
-
"project_id",
|
|
415
373
|
"podcast_id"
|
|
416
374
|
]
|
|
417
375
|
}
|
|
@@ -424,10 +382,6 @@
|
|
|
424
382
|
"input_schema": {
|
|
425
383
|
"type": "object",
|
|
426
384
|
"properties": {
|
|
427
|
-
"project_id": {
|
|
428
|
-
"type": "string",
|
|
429
|
-
"description": "Project ID (required)"
|
|
430
|
-
},
|
|
431
385
|
"episode_id": {
|
|
432
386
|
"type": "string",
|
|
433
387
|
"description": "Episode ID to publish (required)"
|
|
@@ -444,7 +398,6 @@
|
|
|
444
398
|
}
|
|
445
399
|
},
|
|
446
400
|
"required": [
|
|
447
|
-
"project_id",
|
|
448
401
|
"episode_id"
|
|
449
402
|
]
|
|
450
403
|
}
|
|
@@ -457,10 +410,6 @@
|
|
|
457
410
|
"input_schema": {
|
|
458
411
|
"type": "object",
|
|
459
412
|
"properties": {
|
|
460
|
-
"project_id": {
|
|
461
|
-
"type": "string",
|
|
462
|
-
"description": "Project ID (required)"
|
|
463
|
-
},
|
|
464
413
|
"episode_id": {
|
|
465
414
|
"type": "string",
|
|
466
415
|
"description": "Episode ID (required)"
|
|
@@ -493,7 +442,6 @@
|
|
|
493
442
|
}
|
|
494
443
|
},
|
|
495
444
|
"required": [
|
|
496
|
-
"project_id",
|
|
497
445
|
"episode_id"
|
|
498
446
|
]
|
|
499
447
|
}
|
|
@@ -604,10 +552,6 @@
|
|
|
604
552
|
"input_schema": {
|
|
605
553
|
"type": "object",
|
|
606
554
|
"properties": {
|
|
607
|
-
"project_id": {
|
|
608
|
-
"type": "string",
|
|
609
|
-
"description": "Project ID (required)"
|
|
610
|
-
},
|
|
611
555
|
"episode_id": {
|
|
612
556
|
"type": "string",
|
|
613
557
|
"description": "Episode ID to delete (required)"
|
|
@@ -619,7 +563,6 @@
|
|
|
619
563
|
}
|
|
620
564
|
},
|
|
621
565
|
"required": [
|
|
622
|
-
"project_id",
|
|
623
566
|
"episode_id"
|
|
624
567
|
]
|
|
625
568
|
}
|
|
@@ -632,10 +575,6 @@
|
|
|
632
575
|
"input_schema": {
|
|
633
576
|
"type": "object",
|
|
634
577
|
"properties": {
|
|
635
|
-
"project_id": {
|
|
636
|
-
"type": "string",
|
|
637
|
-
"description": "Project ID (required)"
|
|
638
|
-
},
|
|
639
578
|
"episode_id": {
|
|
640
579
|
"type": "string",
|
|
641
580
|
"description": "Episode ID to unpublish (required)"
|
|
@@ -647,7 +586,6 @@
|
|
|
647
586
|
}
|
|
648
587
|
},
|
|
649
588
|
"required": [
|
|
650
|
-
"project_id",
|
|
651
589
|
"episode_id"
|
|
652
590
|
]
|
|
653
591
|
}
|
|
@@ -660,10 +598,6 @@
|
|
|
660
598
|
"input_schema": {
|
|
661
599
|
"type": "object",
|
|
662
600
|
"properties": {
|
|
663
|
-
"project_id": {
|
|
664
|
-
"type": "string",
|
|
665
|
-
"description": "Project ID (required)"
|
|
666
|
-
},
|
|
667
601
|
"episode_id": {
|
|
668
602
|
"type": "string",
|
|
669
603
|
"description": "Episode ID to update (required)"
|
|
@@ -699,7 +633,6 @@
|
|
|
699
633
|
}
|
|
700
634
|
},
|
|
701
635
|
"required": [
|
|
702
|
-
"project_id",
|
|
703
636
|
"episode_id"
|
|
704
637
|
]
|
|
705
638
|
}
|
|
@@ -712,10 +645,6 @@
|
|
|
712
645
|
"input_schema": {
|
|
713
646
|
"type": "object",
|
|
714
647
|
"properties": {
|
|
715
|
-
"project_id": {
|
|
716
|
-
"type": "string",
|
|
717
|
-
"description": "Project ID (required)"
|
|
718
|
-
},
|
|
719
648
|
"podcast_id": {
|
|
720
649
|
"type": "string",
|
|
721
650
|
"description": "Podcast ID (required)"
|
|
@@ -744,7 +673,6 @@
|
|
|
744
673
|
}
|
|
745
674
|
},
|
|
746
675
|
"required": [
|
|
747
|
-
"project_id",
|
|
748
676
|
"podcast_id"
|
|
749
677
|
]
|
|
750
678
|
}
|