@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/clipkit.json
CHANGED
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
"type": "integer",
|
|
45
45
|
"description": "Source video file ID"
|
|
46
46
|
},
|
|
47
|
-
"project_id": {
|
|
48
|
-
"type": "integer",
|
|
49
|
-
"description": "Project ID"
|
|
50
|
-
},
|
|
51
47
|
"output_format": {
|
|
52
48
|
"type": "string",
|
|
53
49
|
"enum": [
|
|
@@ -87,8 +83,7 @@
|
|
|
87
83
|
}
|
|
88
84
|
},
|
|
89
85
|
"required": [
|
|
90
|
-
"file_id"
|
|
91
|
-
"project_id"
|
|
86
|
+
"file_id"
|
|
92
87
|
]
|
|
93
88
|
}
|
|
94
89
|
},
|
|
@@ -104,10 +99,6 @@
|
|
|
104
99
|
"type": "integer",
|
|
105
100
|
"description": "Source video file ID"
|
|
106
101
|
},
|
|
107
|
-
"project_id": {
|
|
108
|
-
"type": "integer",
|
|
109
|
-
"description": "Project ID"
|
|
110
|
-
},
|
|
111
102
|
"timestamps": {
|
|
112
103
|
"type": "array",
|
|
113
104
|
"items": {
|
|
@@ -153,8 +144,7 @@
|
|
|
153
144
|
}
|
|
154
145
|
},
|
|
155
146
|
"required": [
|
|
156
|
-
"file_id"
|
|
157
|
-
"project_id"
|
|
147
|
+
"file_id"
|
|
158
148
|
]
|
|
159
149
|
}
|
|
160
150
|
},
|
|
@@ -170,10 +160,6 @@
|
|
|
170
160
|
"type": "integer",
|
|
171
161
|
"description": "Source video/audio file ID"
|
|
172
162
|
},
|
|
173
|
-
"project_id": {
|
|
174
|
-
"type": "integer",
|
|
175
|
-
"description": "Project ID"
|
|
176
|
-
},
|
|
177
163
|
"start_time": {
|
|
178
164
|
"type": "number",
|
|
179
165
|
"description": "Start time in seconds",
|
|
@@ -210,8 +196,7 @@
|
|
|
210
196
|
}
|
|
211
197
|
},
|
|
212
198
|
"required": [
|
|
213
|
-
"file_id"
|
|
214
|
-
"project_id"
|
|
199
|
+
"file_id"
|
|
215
200
|
]
|
|
216
201
|
}
|
|
217
202
|
},
|
|
@@ -227,10 +212,6 @@
|
|
|
227
212
|
"type": "integer",
|
|
228
213
|
"description": "Source video file ID"
|
|
229
214
|
},
|
|
230
|
-
"project_id": {
|
|
231
|
-
"type": "integer",
|
|
232
|
-
"description": "Project ID"
|
|
233
|
-
},
|
|
234
215
|
"resolution": {
|
|
235
216
|
"type": "string",
|
|
236
217
|
"description": "Target resolution (e.g., '1280x720', '1920x1080')",
|
|
@@ -294,8 +275,7 @@
|
|
|
294
275
|
}
|
|
295
276
|
},
|
|
296
277
|
"required": [
|
|
297
|
-
"file_id"
|
|
298
|
-
"project_id"
|
|
278
|
+
"file_id"
|
|
299
279
|
]
|
|
300
280
|
}
|
|
301
281
|
},
|
|
@@ -311,10 +291,6 @@
|
|
|
311
291
|
"type": "integer",
|
|
312
292
|
"description": "Source video file ID"
|
|
313
293
|
},
|
|
314
|
-
"project_id": {
|
|
315
|
-
"type": "integer",
|
|
316
|
-
"description": "Project ID"
|
|
317
|
-
},
|
|
318
294
|
"quality": {
|
|
319
295
|
"type": "string",
|
|
320
296
|
"enum": [
|
|
@@ -338,8 +314,7 @@
|
|
|
338
314
|
}
|
|
339
315
|
},
|
|
340
316
|
"required": [
|
|
341
|
-
"file_id"
|
|
342
|
-
"project_id"
|
|
317
|
+
"file_id"
|
|
343
318
|
]
|
|
344
319
|
}
|
|
345
320
|
},
|
|
@@ -355,10 +330,6 @@
|
|
|
355
330
|
"type": "integer",
|
|
356
331
|
"description": "Source video file ID"
|
|
357
332
|
},
|
|
358
|
-
"project_id": {
|
|
359
|
-
"type": "integer",
|
|
360
|
-
"description": "Project ID"
|
|
361
|
-
},
|
|
362
333
|
"start_time": {
|
|
363
334
|
"type": "number",
|
|
364
335
|
"description": "Start time in seconds",
|
|
@@ -396,8 +367,7 @@
|
|
|
396
367
|
}
|
|
397
368
|
},
|
|
398
369
|
"required": [
|
|
399
|
-
"file_id"
|
|
400
|
-
"project_id"
|
|
370
|
+
"file_id"
|
|
401
371
|
]
|
|
402
372
|
}
|
|
403
373
|
},
|
|
@@ -413,10 +383,6 @@
|
|
|
413
383
|
"type": "integer",
|
|
414
384
|
"description": "Source video file ID"
|
|
415
385
|
},
|
|
416
|
-
"project_id": {
|
|
417
|
-
"type": "integer",
|
|
418
|
-
"description": "Project ID"
|
|
419
|
-
},
|
|
420
386
|
"subtitle_file_id": {
|
|
421
387
|
"type": "integer",
|
|
422
388
|
"description": "Subtitle file ID (SRT, VTT, ASS, SSA)"
|
|
@@ -446,7 +412,6 @@
|
|
|
446
412
|
},
|
|
447
413
|
"required": [
|
|
448
414
|
"file_id",
|
|
449
|
-
"project_id",
|
|
450
415
|
"subtitle_file_id"
|
|
451
416
|
]
|
|
452
417
|
}
|
|
@@ -459,10 +424,6 @@
|
|
|
459
424
|
"input_schema": {
|
|
460
425
|
"type": "object",
|
|
461
426
|
"properties": {
|
|
462
|
-
"project_id": {
|
|
463
|
-
"type": "integer",
|
|
464
|
-
"description": "Project ID"
|
|
465
|
-
},
|
|
466
427
|
"video_files": {
|
|
467
428
|
"type": "array",
|
|
468
429
|
"items": {
|
|
@@ -508,7 +469,6 @@
|
|
|
508
469
|
}
|
|
509
470
|
},
|
|
510
471
|
"required": [
|
|
511
|
-
"project_id",
|
|
512
472
|
"video_files"
|
|
513
473
|
]
|
|
514
474
|
}
|
package/src/apps/docx.json
CHANGED
|
@@ -54,10 +54,6 @@
|
|
|
54
54
|
"type": "string",
|
|
55
55
|
"description": "Output filename",
|
|
56
56
|
"default": "filled-document.docx"
|
|
57
|
-
},
|
|
58
|
-
"project_id": {
|
|
59
|
-
"type": "integer",
|
|
60
|
-
"description": "Project ID for storage"
|
|
61
57
|
}
|
|
62
58
|
},
|
|
63
59
|
"required": [
|
|
@@ -172,10 +168,6 @@
|
|
|
172
168
|
"type": "string",
|
|
173
169
|
"description": "Output filename",
|
|
174
170
|
"default": "document.docx"
|
|
175
|
-
},
|
|
176
|
-
"project_id": {
|
|
177
|
-
"type": "integer",
|
|
178
|
-
"description": "Project ID for storage"
|
|
179
171
|
}
|
|
180
172
|
},
|
|
181
173
|
"required": [
|
|
@@ -217,10 +209,6 @@
|
|
|
217
209
|
"type": "string",
|
|
218
210
|
"description": "Output filename",
|
|
219
211
|
"default": "merged.docx"
|
|
220
|
-
},
|
|
221
|
-
"project_id": {
|
|
222
|
-
"type": "integer",
|
|
223
|
-
"description": "Project ID for storage"
|
|
224
212
|
}
|
|
225
213
|
},
|
|
226
214
|
"required": [
|
|
@@ -270,10 +258,6 @@
|
|
|
270
258
|
"type": "string",
|
|
271
259
|
"description": "Output filename",
|
|
272
260
|
"default": "document.pdf"
|
|
273
|
-
},
|
|
274
|
-
"project_id": {
|
|
275
|
-
"type": "integer",
|
|
276
|
-
"description": "Project ID for storage"
|
|
277
261
|
}
|
|
278
262
|
}
|
|
279
263
|
}
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"base_url": "https://www.eventbriteapi.com/v3",
|
|
15
15
|
"auth": {
|
|
16
16
|
"types": [
|
|
17
|
-
"bearer"
|
|
17
|
+
"bearer",
|
|
18
|
+
"oauth2"
|
|
18
19
|
],
|
|
19
20
|
"headers": {
|
|
20
21
|
"Authorization": "Bearer {{token}}"
|
|
@@ -22,9 +23,26 @@
|
|
|
22
23
|
"credential_fields": [
|
|
23
24
|
{
|
|
24
25
|
"name": "token",
|
|
25
|
-
"label": "
|
|
26
|
+
"label": "apiKey"
|
|
26
27
|
}
|
|
27
|
-
]
|
|
28
|
+
],
|
|
29
|
+
"oauth2": {
|
|
30
|
+
"authorize_url": "https://www.eventbrite.com/oauth/authorize",
|
|
31
|
+
"token_url": "https://www.eventbrite.com/oauth/token",
|
|
32
|
+
"scopes": [
|
|
33
|
+
"event:read",
|
|
34
|
+
"event:write",
|
|
35
|
+
"user:read",
|
|
36
|
+
"organization:read",
|
|
37
|
+
"organization:write",
|
|
38
|
+
"attendee:read",
|
|
39
|
+
"order:read",
|
|
40
|
+
"venue:read",
|
|
41
|
+
"venue:write"
|
|
42
|
+
],
|
|
43
|
+
"client_id_required": true,
|
|
44
|
+
"pkce": false
|
|
45
|
+
}
|
|
28
46
|
},
|
|
29
47
|
"tools": [
|
|
30
48
|
{
|
|
@@ -13,17 +13,36 @@
|
|
|
13
13
|
"base_url": "",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"bearer"
|
|
16
|
+
"bearer",
|
|
17
|
+
"oauth2"
|
|
17
18
|
],
|
|
18
19
|
"headers": {
|
|
19
20
|
"Authorization": "Bearer {{token}}"
|
|
20
21
|
},
|
|
21
22
|
"credential_fields": [
|
|
22
23
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
24
|
+
"name": "accessToken",
|
|
25
|
+
"label": "accessToken"
|
|
25
26
|
}
|
|
26
|
-
]
|
|
27
|
+
],
|
|
28
|
+
"oauth2": {
|
|
29
|
+
"authorize_url": "https://www.facebook.com/v22.0/dialog/oauth",
|
|
30
|
+
"token_url": "https://graph.facebook.com/v22.0/oauth/access_token",
|
|
31
|
+
"scopes": [
|
|
32
|
+
"email",
|
|
33
|
+
"public_profile",
|
|
34
|
+
"pages_show_list",
|
|
35
|
+
"pages_read_engagement",
|
|
36
|
+
"pages_manage_posts",
|
|
37
|
+
"pages_manage_metadata",
|
|
38
|
+
"instagram_basic",
|
|
39
|
+
"instagram_content_publish",
|
|
40
|
+
"ads_management",
|
|
41
|
+
"business_management"
|
|
42
|
+
],
|
|
43
|
+
"client_id_required": true,
|
|
44
|
+
"pkce": false
|
|
45
|
+
}
|
|
27
46
|
},
|
|
28
47
|
"tools": [
|
|
29
48
|
{
|
|
@@ -13,17 +13,36 @@
|
|
|
13
13
|
"base_url": "",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"bearer"
|
|
16
|
+
"bearer",
|
|
17
|
+
"oauth2"
|
|
17
18
|
],
|
|
18
19
|
"headers": {
|
|
19
20
|
"Authorization": "Bearer {{token}}"
|
|
20
21
|
},
|
|
21
22
|
"credential_fields": [
|
|
22
23
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"label": "
|
|
24
|
+
"name": "accessToken",
|
|
25
|
+
"label": "accessToken"
|
|
25
26
|
}
|
|
26
|
-
]
|
|
27
|
+
],
|
|
28
|
+
"oauth2": {
|
|
29
|
+
"authorize_url": "https://www.facebook.com/v22.0/dialog/oauth",
|
|
30
|
+
"token_url": "https://graph.facebook.com/v22.0/oauth/access_token",
|
|
31
|
+
"scopes": [
|
|
32
|
+
"email",
|
|
33
|
+
"public_profile",
|
|
34
|
+
"pages_show_list",
|
|
35
|
+
"pages_read_engagement",
|
|
36
|
+
"pages_manage_posts",
|
|
37
|
+
"pages_manage_metadata",
|
|
38
|
+
"instagram_basic",
|
|
39
|
+
"instagram_content_publish",
|
|
40
|
+
"ads_management",
|
|
41
|
+
"business_management"
|
|
42
|
+
],
|
|
43
|
+
"client_id_required": true,
|
|
44
|
+
"pkce": false
|
|
45
|
+
}
|
|
27
46
|
},
|
|
28
47
|
"tools": [
|
|
29
48
|
{
|
|
@@ -59,15 +59,7 @@
|
|
|
59
59
|
"path": "/forecast-project-get",
|
|
60
60
|
"input_schema": {
|
|
61
61
|
"type": "object",
|
|
62
|
-
"properties": {
|
|
63
|
-
"project_id": {
|
|
64
|
-
"type": "integer",
|
|
65
|
-
"description": "Project ID"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"required": [
|
|
69
|
-
"project_id"
|
|
70
|
-
]
|
|
62
|
+
"properties": {}
|
|
71
63
|
}
|
|
72
64
|
},
|
|
73
65
|
{
|
|
@@ -125,10 +117,6 @@
|
|
|
125
117
|
"input_schema": {
|
|
126
118
|
"type": "object",
|
|
127
119
|
"properties": {
|
|
128
|
-
"project_id": {
|
|
129
|
-
"type": "integer",
|
|
130
|
-
"description": "Project ID"
|
|
131
|
-
},
|
|
132
120
|
"assignee_id": {
|
|
133
121
|
"type": "integer",
|
|
134
122
|
"description": "Filter by assignee"
|
|
@@ -137,10 +125,7 @@
|
|
|
137
125
|
"type": "boolean",
|
|
138
126
|
"description": "Filter by completion status"
|
|
139
127
|
}
|
|
140
|
-
}
|
|
141
|
-
"required": [
|
|
142
|
-
"project_id"
|
|
143
|
-
]
|
|
128
|
+
}
|
|
144
129
|
}
|
|
145
130
|
},
|
|
146
131
|
{
|
|
@@ -151,10 +136,6 @@
|
|
|
151
136
|
"input_schema": {
|
|
152
137
|
"type": "object",
|
|
153
138
|
"properties": {
|
|
154
|
-
"project_id": {
|
|
155
|
-
"type": "integer",
|
|
156
|
-
"description": "Project ID"
|
|
157
|
-
},
|
|
158
139
|
"title": {
|
|
159
140
|
"type": "string",
|
|
160
141
|
"description": "Task title"
|
|
@@ -185,7 +166,6 @@
|
|
|
185
166
|
}
|
|
186
167
|
},
|
|
187
168
|
"required": [
|
|
188
|
-
"project_id",
|
|
189
169
|
"title"
|
|
190
170
|
]
|
|
191
171
|
}
|
|
@@ -198,10 +178,6 @@
|
|
|
198
178
|
"input_schema": {
|
|
199
179
|
"type": "object",
|
|
200
180
|
"properties": {
|
|
201
|
-
"project_id": {
|
|
202
|
-
"type": "integer",
|
|
203
|
-
"description": "Filter by project ID"
|
|
204
|
-
},
|
|
205
181
|
"person_id": {
|
|
206
182
|
"type": "integer",
|
|
207
183
|
"description": "Filter by person ID"
|
|
@@ -225,10 +201,6 @@
|
|
|
225
201
|
"input_schema": {
|
|
226
202
|
"type": "object",
|
|
227
203
|
"properties": {
|
|
228
|
-
"project_id": {
|
|
229
|
-
"type": "integer",
|
|
230
|
-
"description": "Project ID"
|
|
231
|
-
},
|
|
232
204
|
"task_id": {
|
|
233
205
|
"type": "integer",
|
|
234
206
|
"description": "Task ID (optional)"
|
|
@@ -251,7 +223,6 @@
|
|
|
251
223
|
}
|
|
252
224
|
},
|
|
253
225
|
"required": [
|
|
254
|
-
"project_id",
|
|
255
226
|
"person_id",
|
|
256
227
|
"date",
|
|
257
228
|
"hours"
|
|
@@ -312,15 +283,7 @@
|
|
|
312
283
|
"path": "/forecast-phases-list",
|
|
313
284
|
"input_schema": {
|
|
314
285
|
"type": "object",
|
|
315
|
-
"properties": {
|
|
316
|
-
"project_id": {
|
|
317
|
-
"type": "integer",
|
|
318
|
-
"description": "Project ID"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"required": [
|
|
322
|
-
"project_id"
|
|
323
|
-
]
|
|
286
|
+
"properties": {}
|
|
324
287
|
}
|
|
325
288
|
},
|
|
326
289
|
{
|
|
@@ -331,10 +294,6 @@
|
|
|
331
294
|
"input_schema": {
|
|
332
295
|
"type": "object",
|
|
333
296
|
"properties": {
|
|
334
|
-
"project_id": {
|
|
335
|
-
"type": "integer",
|
|
336
|
-
"description": "Filter by project ID"
|
|
337
|
-
},
|
|
338
297
|
"person_id": {
|
|
339
298
|
"type": "integer",
|
|
340
299
|
"description": "Filter by person ID"
|
|
@@ -358,10 +317,6 @@
|
|
|
358
317
|
"input_schema": {
|
|
359
318
|
"type": "object",
|
|
360
319
|
"properties": {
|
|
361
|
-
"project_id": {
|
|
362
|
-
"type": "integer",
|
|
363
|
-
"description": "Project ID (optional, omit for all projects)"
|
|
364
|
-
},
|
|
365
320
|
"start_date": {
|
|
366
321
|
"type": "string",
|
|
367
322
|
"description": "Start date for financial period"
|
|
@@ -13,15 +13,16 @@
|
|
|
13
13
|
"base_url": "https://gigsapi.schwartzindustries.com",
|
|
14
14
|
"auth": {
|
|
15
15
|
"types": [
|
|
16
|
-
"
|
|
16
|
+
"api_key"
|
|
17
17
|
],
|
|
18
18
|
"headers": {
|
|
19
|
-
"
|
|
19
|
+
"X-API-Key": "{{token}}"
|
|
20
20
|
},
|
|
21
21
|
"credential_fields": [
|
|
22
22
|
{
|
|
23
23
|
"name": "token",
|
|
24
|
-
"label": "
|
|
24
|
+
"label": "Api Key",
|
|
25
|
+
"description": "Your Gigs API key"
|
|
25
26
|
}
|
|
26
27
|
]
|
|
27
28
|
},
|
|
@@ -53,10 +54,6 @@
|
|
|
53
54
|
"description": "Deadline in ISO 8601 format (YYYY-MM-DD)",
|
|
54
55
|
"format": "date"
|
|
55
56
|
},
|
|
56
|
-
"project_id": {
|
|
57
|
-
"type": "integer",
|
|
58
|
-
"description": "Associated project ID"
|
|
59
|
-
},
|
|
60
57
|
"template_id": {
|
|
61
58
|
"type": "integer",
|
|
62
59
|
"description": "Template ID to apply instructions from"
|
|
@@ -794,10 +791,6 @@
|
|
|
794
791
|
],
|
|
795
792
|
"default": "all"
|
|
796
793
|
},
|
|
797
|
-
"project_id": {
|
|
798
|
-
"type": "integer",
|
|
799
|
-
"description": "Filter by project ID"
|
|
800
|
-
},
|
|
801
794
|
"limit": {
|
|
802
795
|
"type": "integer",
|
|
803
796
|
"description": "Number of users to return",
|
|
@@ -1308,15 +1301,10 @@
|
|
|
1308
1301
|
"id": {
|
|
1309
1302
|
"type": "integer",
|
|
1310
1303
|
"description": "Gig ID to complete"
|
|
1311
|
-
},
|
|
1312
|
-
"project_id": {
|
|
1313
|
-
"type": "integer",
|
|
1314
|
-
"description": "Project ID for storage operations (required for folder creation)"
|
|
1315
1304
|
}
|
|
1316
1305
|
},
|
|
1317
1306
|
"required": [
|
|
1318
|
-
"id"
|
|
1319
|
-
"project_id"
|
|
1307
|
+
"id"
|
|
1320
1308
|
]
|
|
1321
1309
|
}
|
|
1322
1310
|
},
|