@utdk/figma 0.37.0-20260408.5-dev.646adf4

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/metadata.ts ADDED
@@ -0,0 +1,917 @@
1
+ import type { ToolRuntimeMetadataMap } from "../client.js";
2
+
3
+ export const toolMetadata = {
4
+ "getFile": {
5
+ "accessPath": [
6
+ "getFile"
7
+ ],
8
+ "bodyKind": "none",
9
+ "bodyPropertyKeys": [],
10
+ "contentType": "application/json",
11
+ "headerParameterKeys": [],
12
+ "method": "GET",
13
+ "routeTemplate": "/v1/files/{file_key}",
14
+ "pathConflictKeys": [],
15
+ "pathParameterKeys": [
16
+ "file_key"
17
+ ],
18
+ "queryConflictKeys": [],
19
+ "queryParameterKeys": [
20
+ "version",
21
+ "ids",
22
+ "depth",
23
+ "geometry",
24
+ "plugin_data",
25
+ "branch_data"
26
+ ]
27
+ },
28
+ "getFileNodes": {
29
+ "accessPath": [
30
+ "getFileNodes"
31
+ ],
32
+ "bodyKind": "none",
33
+ "bodyPropertyKeys": [],
34
+ "contentType": "application/json",
35
+ "headerParameterKeys": [],
36
+ "method": "GET",
37
+ "routeTemplate": "/v1/files/{file_key}/nodes",
38
+ "pathConflictKeys": [],
39
+ "pathParameterKeys": [
40
+ "file_key"
41
+ ],
42
+ "queryConflictKeys": [],
43
+ "queryParameterKeys": [
44
+ "ids",
45
+ "version",
46
+ "depth",
47
+ "geometry",
48
+ "plugin_data"
49
+ ]
50
+ },
51
+ "getImages": {
52
+ "accessPath": [
53
+ "getImages"
54
+ ],
55
+ "bodyKind": "none",
56
+ "bodyPropertyKeys": [],
57
+ "contentType": "application/json",
58
+ "headerParameterKeys": [],
59
+ "method": "GET",
60
+ "routeTemplate": "/v1/images/{file_key}",
61
+ "pathConflictKeys": [],
62
+ "pathParameterKeys": [
63
+ "file_key"
64
+ ],
65
+ "queryConflictKeys": [],
66
+ "queryParameterKeys": [
67
+ "ids",
68
+ "version",
69
+ "scale",
70
+ "format",
71
+ "svg_outline_text",
72
+ "svg_include_id",
73
+ "svg_include_node_id",
74
+ "svg_simplify_stroke",
75
+ "contents_only",
76
+ "use_absolute_bounds"
77
+ ]
78
+ },
79
+ "getImageFills": {
80
+ "accessPath": [
81
+ "getImageFills"
82
+ ],
83
+ "bodyKind": "none",
84
+ "bodyPropertyKeys": [],
85
+ "contentType": "application/json",
86
+ "headerParameterKeys": [],
87
+ "method": "GET",
88
+ "routeTemplate": "/v1/files/{file_key}/images",
89
+ "pathConflictKeys": [],
90
+ "pathParameterKeys": [
91
+ "file_key"
92
+ ],
93
+ "queryConflictKeys": [],
94
+ "queryParameterKeys": []
95
+ },
96
+ "getFileMeta": {
97
+ "accessPath": [
98
+ "getFileMeta"
99
+ ],
100
+ "bodyKind": "none",
101
+ "bodyPropertyKeys": [],
102
+ "contentType": "application/json",
103
+ "headerParameterKeys": [],
104
+ "method": "GET",
105
+ "routeTemplate": "/v1/files/{file_key}/meta",
106
+ "pathConflictKeys": [],
107
+ "pathParameterKeys": [
108
+ "file_key"
109
+ ],
110
+ "queryConflictKeys": [],
111
+ "queryParameterKeys": []
112
+ },
113
+ "getTeamProjects": {
114
+ "accessPath": [
115
+ "getTeamProjects"
116
+ ],
117
+ "bodyKind": "none",
118
+ "bodyPropertyKeys": [],
119
+ "contentType": "application/json",
120
+ "headerParameterKeys": [],
121
+ "method": "GET",
122
+ "routeTemplate": "/v1/teams/{team_id}/projects",
123
+ "pathConflictKeys": [],
124
+ "pathParameterKeys": [
125
+ "team_id"
126
+ ],
127
+ "queryConflictKeys": [],
128
+ "queryParameterKeys": []
129
+ },
130
+ "getProjectFiles": {
131
+ "accessPath": [
132
+ "getProjectFiles"
133
+ ],
134
+ "bodyKind": "none",
135
+ "bodyPropertyKeys": [],
136
+ "contentType": "application/json",
137
+ "headerParameterKeys": [],
138
+ "method": "GET",
139
+ "routeTemplate": "/v1/projects/{project_id}/files",
140
+ "pathConflictKeys": [],
141
+ "pathParameterKeys": [
142
+ "project_id"
143
+ ],
144
+ "queryConflictKeys": [],
145
+ "queryParameterKeys": [
146
+ "branch_data"
147
+ ]
148
+ },
149
+ "getFileVersions": {
150
+ "accessPath": [
151
+ "getFileVersions"
152
+ ],
153
+ "bodyKind": "none",
154
+ "bodyPropertyKeys": [],
155
+ "contentType": "application/json",
156
+ "headerParameterKeys": [],
157
+ "method": "GET",
158
+ "routeTemplate": "/v1/files/{file_key}/versions",
159
+ "pathConflictKeys": [],
160
+ "pathParameterKeys": [
161
+ "file_key"
162
+ ],
163
+ "queryConflictKeys": [],
164
+ "queryParameterKeys": [
165
+ "page_size",
166
+ "before",
167
+ "after"
168
+ ]
169
+ },
170
+ "getComments": {
171
+ "accessPath": [
172
+ "getComments"
173
+ ],
174
+ "bodyKind": "none",
175
+ "bodyPropertyKeys": [],
176
+ "contentType": "application/json",
177
+ "headerParameterKeys": [],
178
+ "method": "GET",
179
+ "routeTemplate": "/v1/files/{file_key}/comments",
180
+ "pathConflictKeys": [],
181
+ "pathParameterKeys": [
182
+ "file_key"
183
+ ],
184
+ "queryConflictKeys": [],
185
+ "queryParameterKeys": [
186
+ "as_md"
187
+ ]
188
+ },
189
+ "postComment": {
190
+ "accessPath": [
191
+ "postComment"
192
+ ],
193
+ "bodyKind": "properties",
194
+ "bodyPropertyKeys": [
195
+ "message",
196
+ "comment_id",
197
+ "client_meta"
198
+ ],
199
+ "contentType": "application/json",
200
+ "headerParameterKeys": [],
201
+ "method": "POST",
202
+ "routeTemplate": "/v1/files/{file_key}/comments",
203
+ "pathConflictKeys": [],
204
+ "pathParameterKeys": [
205
+ "file_key"
206
+ ],
207
+ "queryConflictKeys": [],
208
+ "queryParameterKeys": []
209
+ },
210
+ "deleteComment": {
211
+ "accessPath": [
212
+ "deleteComment"
213
+ ],
214
+ "bodyKind": "none",
215
+ "bodyPropertyKeys": [],
216
+ "contentType": "application/json",
217
+ "headerParameterKeys": [],
218
+ "method": "DELETE",
219
+ "routeTemplate": "/v1/files/{file_key}/comments/{comment_id}",
220
+ "pathConflictKeys": [],
221
+ "pathParameterKeys": [
222
+ "file_key",
223
+ "comment_id"
224
+ ],
225
+ "queryConflictKeys": [],
226
+ "queryParameterKeys": []
227
+ },
228
+ "getCommentReactions": {
229
+ "accessPath": [
230
+ "getCommentReactions"
231
+ ],
232
+ "bodyKind": "none",
233
+ "bodyPropertyKeys": [],
234
+ "contentType": "application/json",
235
+ "headerParameterKeys": [],
236
+ "method": "GET",
237
+ "routeTemplate": "/v1/files/{file_key}/comments/{comment_id}/reactions",
238
+ "pathConflictKeys": [],
239
+ "pathParameterKeys": [
240
+ "file_key",
241
+ "comment_id"
242
+ ],
243
+ "queryConflictKeys": [],
244
+ "queryParameterKeys": [
245
+ "cursor"
246
+ ]
247
+ },
248
+ "postCommentReaction": {
249
+ "accessPath": [
250
+ "postCommentReaction"
251
+ ],
252
+ "bodyKind": "properties",
253
+ "bodyPropertyKeys": [
254
+ "emoji"
255
+ ],
256
+ "contentType": "application/json",
257
+ "headerParameterKeys": [],
258
+ "method": "POST",
259
+ "routeTemplate": "/v1/files/{file_key}/comments/{comment_id}/reactions",
260
+ "pathConflictKeys": [],
261
+ "pathParameterKeys": [
262
+ "file_key",
263
+ "comment_id"
264
+ ],
265
+ "queryConflictKeys": [],
266
+ "queryParameterKeys": []
267
+ },
268
+ "deleteCommentReaction": {
269
+ "accessPath": [
270
+ "deleteCommentReaction"
271
+ ],
272
+ "bodyKind": "none",
273
+ "bodyPropertyKeys": [],
274
+ "contentType": "application/json",
275
+ "headerParameterKeys": [],
276
+ "method": "DELETE",
277
+ "routeTemplate": "/v1/files/{file_key}/comments/{comment_id}/reactions",
278
+ "pathConflictKeys": [],
279
+ "pathParameterKeys": [
280
+ "file_key",
281
+ "comment_id"
282
+ ],
283
+ "queryConflictKeys": [],
284
+ "queryParameterKeys": [
285
+ "emoji"
286
+ ]
287
+ },
288
+ "getMe": {
289
+ "accessPath": [
290
+ "getMe"
291
+ ],
292
+ "bodyKind": "none",
293
+ "bodyPropertyKeys": [],
294
+ "contentType": "application/json",
295
+ "headerParameterKeys": [],
296
+ "method": "GET",
297
+ "routeTemplate": "/v1/me",
298
+ "pathConflictKeys": [],
299
+ "pathParameterKeys": [],
300
+ "queryConflictKeys": [],
301
+ "queryParameterKeys": []
302
+ },
303
+ "getTeamComponents": {
304
+ "accessPath": [
305
+ "getTeamComponents"
306
+ ],
307
+ "bodyKind": "none",
308
+ "bodyPropertyKeys": [],
309
+ "contentType": "application/json",
310
+ "headerParameterKeys": [],
311
+ "method": "GET",
312
+ "routeTemplate": "/v1/teams/{team_id}/components",
313
+ "pathConflictKeys": [],
314
+ "pathParameterKeys": [
315
+ "team_id"
316
+ ],
317
+ "queryConflictKeys": [],
318
+ "queryParameterKeys": [
319
+ "page_size",
320
+ "after",
321
+ "before"
322
+ ]
323
+ },
324
+ "getFileComponents": {
325
+ "accessPath": [
326
+ "getFileComponents"
327
+ ],
328
+ "bodyKind": "none",
329
+ "bodyPropertyKeys": [],
330
+ "contentType": "application/json",
331
+ "headerParameterKeys": [],
332
+ "method": "GET",
333
+ "routeTemplate": "/v1/files/{file_key}/components",
334
+ "pathConflictKeys": [],
335
+ "pathParameterKeys": [
336
+ "file_key"
337
+ ],
338
+ "queryConflictKeys": [],
339
+ "queryParameterKeys": []
340
+ },
341
+ "getComponent": {
342
+ "accessPath": [
343
+ "getComponent"
344
+ ],
345
+ "bodyKind": "none",
346
+ "bodyPropertyKeys": [],
347
+ "contentType": "application/json",
348
+ "headerParameterKeys": [],
349
+ "method": "GET",
350
+ "routeTemplate": "/v1/components/{key}",
351
+ "pathConflictKeys": [],
352
+ "pathParameterKeys": [
353
+ "key"
354
+ ],
355
+ "queryConflictKeys": [],
356
+ "queryParameterKeys": []
357
+ },
358
+ "getTeamComponentSets": {
359
+ "accessPath": [
360
+ "getTeamComponentSets"
361
+ ],
362
+ "bodyKind": "none",
363
+ "bodyPropertyKeys": [],
364
+ "contentType": "application/json",
365
+ "headerParameterKeys": [],
366
+ "method": "GET",
367
+ "routeTemplate": "/v1/teams/{team_id}/component_sets",
368
+ "pathConflictKeys": [],
369
+ "pathParameterKeys": [
370
+ "team_id"
371
+ ],
372
+ "queryConflictKeys": [],
373
+ "queryParameterKeys": [
374
+ "page_size",
375
+ "after",
376
+ "before"
377
+ ]
378
+ },
379
+ "getFileComponentSets": {
380
+ "accessPath": [
381
+ "getFileComponentSets"
382
+ ],
383
+ "bodyKind": "none",
384
+ "bodyPropertyKeys": [],
385
+ "contentType": "application/json",
386
+ "headerParameterKeys": [],
387
+ "method": "GET",
388
+ "routeTemplate": "/v1/files/{file_key}/component_sets",
389
+ "pathConflictKeys": [],
390
+ "pathParameterKeys": [
391
+ "file_key"
392
+ ],
393
+ "queryConflictKeys": [],
394
+ "queryParameterKeys": []
395
+ },
396
+ "getComponentSet": {
397
+ "accessPath": [
398
+ "getComponentSet"
399
+ ],
400
+ "bodyKind": "none",
401
+ "bodyPropertyKeys": [],
402
+ "contentType": "application/json",
403
+ "headerParameterKeys": [],
404
+ "method": "GET",
405
+ "routeTemplate": "/v1/component_sets/{key}",
406
+ "pathConflictKeys": [],
407
+ "pathParameterKeys": [
408
+ "key"
409
+ ],
410
+ "queryConflictKeys": [],
411
+ "queryParameterKeys": []
412
+ },
413
+ "getTeamStyles": {
414
+ "accessPath": [
415
+ "getTeamStyles"
416
+ ],
417
+ "bodyKind": "none",
418
+ "bodyPropertyKeys": [],
419
+ "contentType": "application/json",
420
+ "headerParameterKeys": [],
421
+ "method": "GET",
422
+ "routeTemplate": "/v1/teams/{team_id}/styles",
423
+ "pathConflictKeys": [],
424
+ "pathParameterKeys": [
425
+ "team_id"
426
+ ],
427
+ "queryConflictKeys": [],
428
+ "queryParameterKeys": [
429
+ "page_size",
430
+ "after",
431
+ "before"
432
+ ]
433
+ },
434
+ "getFileStyles": {
435
+ "accessPath": [
436
+ "getFileStyles"
437
+ ],
438
+ "bodyKind": "none",
439
+ "bodyPropertyKeys": [],
440
+ "contentType": "application/json",
441
+ "headerParameterKeys": [],
442
+ "method": "GET",
443
+ "routeTemplate": "/v1/files/{file_key}/styles",
444
+ "pathConflictKeys": [],
445
+ "pathParameterKeys": [
446
+ "file_key"
447
+ ],
448
+ "queryConflictKeys": [],
449
+ "queryParameterKeys": []
450
+ },
451
+ "getStyle": {
452
+ "accessPath": [
453
+ "getStyle"
454
+ ],
455
+ "bodyKind": "none",
456
+ "bodyPropertyKeys": [],
457
+ "contentType": "application/json",
458
+ "headerParameterKeys": [],
459
+ "method": "GET",
460
+ "routeTemplate": "/v1/styles/{key}",
461
+ "pathConflictKeys": [],
462
+ "pathParameterKeys": [
463
+ "key"
464
+ ],
465
+ "queryConflictKeys": [],
466
+ "queryParameterKeys": []
467
+ },
468
+ "getWebhooks": {
469
+ "accessPath": [
470
+ "getWebhooks"
471
+ ],
472
+ "bodyKind": "none",
473
+ "bodyPropertyKeys": [],
474
+ "contentType": "application/json",
475
+ "headerParameterKeys": [],
476
+ "method": "GET",
477
+ "routeTemplate": "/v2/webhooks",
478
+ "pathConflictKeys": [],
479
+ "pathParameterKeys": [],
480
+ "queryConflictKeys": [],
481
+ "queryParameterKeys": [
482
+ "context",
483
+ "context_id",
484
+ "plan_api_id",
485
+ "cursor"
486
+ ]
487
+ },
488
+ "postWebhook": {
489
+ "accessPath": [
490
+ "postWebhook"
491
+ ],
492
+ "bodyKind": "properties",
493
+ "bodyPropertyKeys": [
494
+ "event_type",
495
+ "team_id",
496
+ "context",
497
+ "context_id",
498
+ "endpoint",
499
+ "passcode",
500
+ "status",
501
+ "description"
502
+ ],
503
+ "contentType": "application/json",
504
+ "headerParameterKeys": [],
505
+ "method": "POST",
506
+ "routeTemplate": "/v2/webhooks",
507
+ "pathConflictKeys": [],
508
+ "pathParameterKeys": [],
509
+ "queryConflictKeys": [],
510
+ "queryParameterKeys": []
511
+ },
512
+ "getWebhook": {
513
+ "accessPath": [
514
+ "getWebhook"
515
+ ],
516
+ "bodyKind": "none",
517
+ "bodyPropertyKeys": [],
518
+ "contentType": "application/json",
519
+ "headerParameterKeys": [],
520
+ "method": "GET",
521
+ "routeTemplate": "/v2/webhooks/{webhook_id}",
522
+ "pathConflictKeys": [],
523
+ "pathParameterKeys": [
524
+ "webhook_id"
525
+ ],
526
+ "queryConflictKeys": [],
527
+ "queryParameterKeys": []
528
+ },
529
+ "putWebhook": {
530
+ "accessPath": [
531
+ "putWebhook"
532
+ ],
533
+ "bodyKind": "properties",
534
+ "bodyPropertyKeys": [
535
+ "event_type",
536
+ "endpoint",
537
+ "passcode",
538
+ "status",
539
+ "description"
540
+ ],
541
+ "contentType": "application/json",
542
+ "headerParameterKeys": [],
543
+ "method": "PUT",
544
+ "routeTemplate": "/v2/webhooks/{webhook_id}",
545
+ "pathConflictKeys": [],
546
+ "pathParameterKeys": [
547
+ "webhook_id"
548
+ ],
549
+ "queryConflictKeys": [],
550
+ "queryParameterKeys": []
551
+ },
552
+ "deleteWebhook": {
553
+ "accessPath": [
554
+ "deleteWebhook"
555
+ ],
556
+ "bodyKind": "none",
557
+ "bodyPropertyKeys": [],
558
+ "contentType": "application/json",
559
+ "headerParameterKeys": [],
560
+ "method": "DELETE",
561
+ "routeTemplate": "/v2/webhooks/{webhook_id}",
562
+ "pathConflictKeys": [],
563
+ "pathParameterKeys": [
564
+ "webhook_id"
565
+ ],
566
+ "queryConflictKeys": [],
567
+ "queryParameterKeys": []
568
+ },
569
+ "getTeamWebhooks": {
570
+ "accessPath": [
571
+ "getTeamWebhooks"
572
+ ],
573
+ "bodyKind": "none",
574
+ "bodyPropertyKeys": [],
575
+ "contentType": "application/json",
576
+ "headerParameterKeys": [],
577
+ "method": "GET",
578
+ "routeTemplate": "/v2/teams/{team_id}/webhooks",
579
+ "pathConflictKeys": [],
580
+ "pathParameterKeys": [
581
+ "team_id"
582
+ ],
583
+ "queryConflictKeys": [],
584
+ "queryParameterKeys": []
585
+ },
586
+ "getWebhookRequests": {
587
+ "accessPath": [
588
+ "getWebhookRequests"
589
+ ],
590
+ "bodyKind": "none",
591
+ "bodyPropertyKeys": [],
592
+ "contentType": "application/json",
593
+ "headerParameterKeys": [],
594
+ "method": "GET",
595
+ "routeTemplate": "/v2/webhooks/{webhook_id}/requests",
596
+ "pathConflictKeys": [],
597
+ "pathParameterKeys": [
598
+ "webhook_id"
599
+ ],
600
+ "queryConflictKeys": [],
601
+ "queryParameterKeys": []
602
+ },
603
+ "getActivityLogs": {
604
+ "accessPath": [
605
+ "getActivityLogs"
606
+ ],
607
+ "bodyKind": "none",
608
+ "bodyPropertyKeys": [],
609
+ "contentType": "application/json",
610
+ "headerParameterKeys": [],
611
+ "method": "GET",
612
+ "routeTemplate": "/v1/activity_logs",
613
+ "pathConflictKeys": [],
614
+ "pathParameterKeys": [],
615
+ "queryConflictKeys": [],
616
+ "queryParameterKeys": [
617
+ "events",
618
+ "start_time",
619
+ "end_time",
620
+ "limit",
621
+ "order"
622
+ ]
623
+ },
624
+ "getPayments": {
625
+ "accessPath": [
626
+ "getPayments"
627
+ ],
628
+ "bodyKind": "none",
629
+ "bodyPropertyKeys": [],
630
+ "contentType": "application/json",
631
+ "headerParameterKeys": [],
632
+ "method": "GET",
633
+ "routeTemplate": "/v1/payments",
634
+ "pathConflictKeys": [],
635
+ "pathParameterKeys": [],
636
+ "queryConflictKeys": [],
637
+ "queryParameterKeys": [
638
+ "plugin_payment_token",
639
+ "user_id",
640
+ "community_file_id",
641
+ "plugin_id",
642
+ "widget_id"
643
+ ]
644
+ },
645
+ "getLocalVariables": {
646
+ "accessPath": [
647
+ "getLocalVariables"
648
+ ],
649
+ "bodyKind": "none",
650
+ "bodyPropertyKeys": [],
651
+ "contentType": "application/json",
652
+ "headerParameterKeys": [],
653
+ "method": "GET",
654
+ "routeTemplate": "/v1/files/{file_key}/variables/local",
655
+ "pathConflictKeys": [],
656
+ "pathParameterKeys": [
657
+ "file_key"
658
+ ],
659
+ "queryConflictKeys": [],
660
+ "queryParameterKeys": []
661
+ },
662
+ "getPublishedVariables": {
663
+ "accessPath": [
664
+ "getPublishedVariables"
665
+ ],
666
+ "bodyKind": "none",
667
+ "bodyPropertyKeys": [],
668
+ "contentType": "application/json",
669
+ "headerParameterKeys": [],
670
+ "method": "GET",
671
+ "routeTemplate": "/v1/files/{file_key}/variables/published",
672
+ "pathConflictKeys": [],
673
+ "pathParameterKeys": [
674
+ "file_key"
675
+ ],
676
+ "queryConflictKeys": [],
677
+ "queryParameterKeys": []
678
+ },
679
+ "postVariables": {
680
+ "accessPath": [
681
+ "postVariables"
682
+ ],
683
+ "bodyKind": "properties",
684
+ "bodyPropertyKeys": [
685
+ "variableCollections",
686
+ "variableModes",
687
+ "variables",
688
+ "variableModeValues"
689
+ ],
690
+ "contentType": "application/json",
691
+ "headerParameterKeys": [],
692
+ "method": "POST",
693
+ "routeTemplate": "/v1/files/{file_key}/variables",
694
+ "pathConflictKeys": [],
695
+ "pathParameterKeys": [
696
+ "file_key"
697
+ ],
698
+ "queryConflictKeys": [],
699
+ "queryParameterKeys": []
700
+ },
701
+ "getDevResources": {
702
+ "accessPath": [
703
+ "getDevResources"
704
+ ],
705
+ "bodyKind": "none",
706
+ "bodyPropertyKeys": [],
707
+ "contentType": "application/json",
708
+ "headerParameterKeys": [],
709
+ "method": "GET",
710
+ "routeTemplate": "/v1/files/{file_key}/dev_resources",
711
+ "pathConflictKeys": [],
712
+ "pathParameterKeys": [
713
+ "file_key"
714
+ ],
715
+ "queryConflictKeys": [],
716
+ "queryParameterKeys": [
717
+ "node_ids"
718
+ ]
719
+ },
720
+ "postDevResources": {
721
+ "accessPath": [
722
+ "postDevResources"
723
+ ],
724
+ "bodyKind": "properties",
725
+ "bodyPropertyKeys": [
726
+ "dev_resources"
727
+ ],
728
+ "contentType": "application/json",
729
+ "headerParameterKeys": [],
730
+ "method": "POST",
731
+ "routeTemplate": "/v1/dev_resources",
732
+ "pathConflictKeys": [],
733
+ "pathParameterKeys": [],
734
+ "queryConflictKeys": [],
735
+ "queryParameterKeys": []
736
+ },
737
+ "putDevResources": {
738
+ "accessPath": [
739
+ "putDevResources"
740
+ ],
741
+ "bodyKind": "properties",
742
+ "bodyPropertyKeys": [
743
+ "dev_resources"
744
+ ],
745
+ "contentType": "application/json",
746
+ "headerParameterKeys": [],
747
+ "method": "PUT",
748
+ "routeTemplate": "/v1/dev_resources",
749
+ "pathConflictKeys": [],
750
+ "pathParameterKeys": [],
751
+ "queryConflictKeys": [],
752
+ "queryParameterKeys": []
753
+ },
754
+ "deleteDevResource": {
755
+ "accessPath": [
756
+ "deleteDevResource"
757
+ ],
758
+ "bodyKind": "none",
759
+ "bodyPropertyKeys": [],
760
+ "contentType": "application/json",
761
+ "headerParameterKeys": [],
762
+ "method": "DELETE",
763
+ "routeTemplate": "/v1/files/{file_key}/dev_resources/{dev_resource_id}",
764
+ "pathConflictKeys": [],
765
+ "pathParameterKeys": [
766
+ "file_key",
767
+ "dev_resource_id"
768
+ ],
769
+ "queryConflictKeys": [],
770
+ "queryParameterKeys": []
771
+ },
772
+ "getLibraryAnalyticsComponentActions": {
773
+ "accessPath": [
774
+ "getLibraryAnalyticsComponentActions"
775
+ ],
776
+ "bodyKind": "none",
777
+ "bodyPropertyKeys": [],
778
+ "contentType": "application/json",
779
+ "headerParameterKeys": [],
780
+ "method": "GET",
781
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/component/actions",
782
+ "pathConflictKeys": [],
783
+ "pathParameterKeys": [
784
+ "file_key"
785
+ ],
786
+ "queryConflictKeys": [],
787
+ "queryParameterKeys": [
788
+ "cursor",
789
+ "group_by",
790
+ "start_date",
791
+ "end_date"
792
+ ]
793
+ },
794
+ "getLibraryAnalyticsComponentUsages": {
795
+ "accessPath": [
796
+ "getLibraryAnalyticsComponentUsages"
797
+ ],
798
+ "bodyKind": "none",
799
+ "bodyPropertyKeys": [],
800
+ "contentType": "application/json",
801
+ "headerParameterKeys": [],
802
+ "method": "GET",
803
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/component/usages",
804
+ "pathConflictKeys": [],
805
+ "pathParameterKeys": [
806
+ "file_key"
807
+ ],
808
+ "queryConflictKeys": [],
809
+ "queryParameterKeys": [
810
+ "cursor",
811
+ "group_by"
812
+ ]
813
+ },
814
+ "getLibraryAnalyticsStyleActions": {
815
+ "accessPath": [
816
+ "getLibraryAnalyticsStyleActions"
817
+ ],
818
+ "bodyKind": "none",
819
+ "bodyPropertyKeys": [],
820
+ "contentType": "application/json",
821
+ "headerParameterKeys": [],
822
+ "method": "GET",
823
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/style/actions",
824
+ "pathConflictKeys": [],
825
+ "pathParameterKeys": [
826
+ "file_key"
827
+ ],
828
+ "queryConflictKeys": [],
829
+ "queryParameterKeys": [
830
+ "cursor",
831
+ "group_by",
832
+ "start_date",
833
+ "end_date"
834
+ ]
835
+ },
836
+ "getLibraryAnalyticsStyleUsages": {
837
+ "accessPath": [
838
+ "getLibraryAnalyticsStyleUsages"
839
+ ],
840
+ "bodyKind": "none",
841
+ "bodyPropertyKeys": [],
842
+ "contentType": "application/json",
843
+ "headerParameterKeys": [],
844
+ "method": "GET",
845
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/style/usages",
846
+ "pathConflictKeys": [],
847
+ "pathParameterKeys": [
848
+ "file_key"
849
+ ],
850
+ "queryConflictKeys": [],
851
+ "queryParameterKeys": [
852
+ "cursor",
853
+ "group_by"
854
+ ]
855
+ },
856
+ "getLibraryAnalyticsVariableActions": {
857
+ "accessPath": [
858
+ "getLibraryAnalyticsVariableActions"
859
+ ],
860
+ "bodyKind": "none",
861
+ "bodyPropertyKeys": [],
862
+ "contentType": "application/json",
863
+ "headerParameterKeys": [],
864
+ "method": "GET",
865
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/variable/actions",
866
+ "pathConflictKeys": [],
867
+ "pathParameterKeys": [
868
+ "file_key"
869
+ ],
870
+ "queryConflictKeys": [],
871
+ "queryParameterKeys": [
872
+ "cursor",
873
+ "group_by",
874
+ "start_date",
875
+ "end_date"
876
+ ]
877
+ },
878
+ "getLibraryAnalyticsVariableUsages": {
879
+ "accessPath": [
880
+ "getLibraryAnalyticsVariableUsages"
881
+ ],
882
+ "bodyKind": "none",
883
+ "bodyPropertyKeys": [],
884
+ "contentType": "application/json",
885
+ "headerParameterKeys": [],
886
+ "method": "GET",
887
+ "routeTemplate": "/v1/analytics/libraries/{file_key}/variable/usages",
888
+ "pathConflictKeys": [],
889
+ "pathParameterKeys": [
890
+ "file_key"
891
+ ],
892
+ "queryConflictKeys": [],
893
+ "queryParameterKeys": [
894
+ "cursor",
895
+ "group_by"
896
+ ]
897
+ },
898
+ "getOEmbed": {
899
+ "accessPath": [
900
+ "getOEmbed"
901
+ ],
902
+ "bodyKind": "none",
903
+ "bodyPropertyKeys": [],
904
+ "contentType": "application/json",
905
+ "headerParameterKeys": [],
906
+ "method": "GET",
907
+ "routeTemplate": "/v1/oembed",
908
+ "pathConflictKeys": [],
909
+ "pathParameterKeys": [],
910
+ "queryConflictKeys": [],
911
+ "queryParameterKeys": [
912
+ "url",
913
+ "maxwidth",
914
+ "maxheight"
915
+ ]
916
+ }
917
+ } satisfies ToolRuntimeMetadataMap;