@openhandle/sdk 0.5.0

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 (39) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +239 -0
  3. package/dist/errors.d.ts +26 -0
  4. package/dist/errors.d.ts.map +1 -0
  5. package/dist/errors.js +31 -0
  6. package/dist/errors.js.map +1 -0
  7. package/dist/generated/operations.d.ts +1830 -0
  8. package/dist/generated/operations.d.ts.map +1 -0
  9. package/dist/generated/operations.js +2455 -0
  10. package/dist/generated/operations.js.map +1 -0
  11. package/dist/generated/public-types.d.ts +679 -0
  12. package/dist/generated/public-types.d.ts.map +1 -0
  13. package/dist/generated/public-types.js +3 -0
  14. package/dist/generated/public-types.js.map +1 -0
  15. package/dist/generated/resources.d.ts +1949 -0
  16. package/dist/generated/resources.d.ts.map +1 -0
  17. package/dist/generated/resources.js +3 -0
  18. package/dist/generated/resources.js.map +1 -0
  19. package/dist/generated/schema.d.ts +30218 -0
  20. package/dist/generated/schema.d.ts.map +1 -0
  21. package/dist/generated/schema.js +3 -0
  22. package/dist/generated/schema.js.map +1 -0
  23. package/dist/index.d.ts +12 -0
  24. package/dist/index.d.ts.map +1 -0
  25. package/dist/index.js +10 -0
  26. package/dist/index.js.map +1 -0
  27. package/dist/references.d.ts +3 -0
  28. package/dist/references.d.ts.map +1 -0
  29. package/dist/references.js +162 -0
  30. package/dist/references.js.map +1 -0
  31. package/dist/runtime.d.ts +16 -0
  32. package/dist/runtime.d.ts.map +1 -0
  33. package/dist/runtime.js +230 -0
  34. package/dist/runtime.js.map +1 -0
  35. package/dist/types.d.ts +99 -0
  36. package/dist/types.d.ts.map +1 -0
  37. package/dist/types.js +2 -0
  38. package/dist/types.js.map +1 -0
  39. package/package.json +56 -0
@@ -0,0 +1,2455 @@
1
+ // Generated by scripts/generate.mjs. Do not edit.
2
+ export const operations = [
3
+ {
4
+ "apiPath": "/v1/urls/fetch",
5
+ "method": "post",
6
+ "operation": "fetch",
7
+ "paginated": false,
8
+ "path": "fetch",
9
+ "scope": []
10
+ },
11
+ {
12
+ "apiPath": "/v1/instagram/comments/{identifier}/likers",
13
+ "method": "get",
14
+ "operation": "list",
15
+ "paginated": true,
16
+ "path": "instagram.comment.likers.list",
17
+ "scope": [
18
+ {
19
+ "name": "instagram"
20
+ },
21
+ {
22
+ "name": "comment",
23
+ "parameter": "identifier",
24
+ "reference": "comment"
25
+ },
26
+ {
27
+ "name": "likers"
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "apiPath": "/v1/instagram/hashtags/{identifier}",
33
+ "method": "get",
34
+ "operation": "get",
35
+ "paginated": false,
36
+ "path": "instagram.hashtag.get",
37
+ "scope": [
38
+ {
39
+ "name": "instagram"
40
+ },
41
+ {
42
+ "name": "hashtag",
43
+ "parameter": "identifier",
44
+ "reference": "hashtag"
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "apiPath": "/v1/instagram/hashtags/{identifier}/posts",
50
+ "method": "get",
51
+ "operation": "list",
52
+ "paginated": true,
53
+ "path": "instagram.hashtag.posts.list",
54
+ "scope": [
55
+ {
56
+ "name": "instagram"
57
+ },
58
+ {
59
+ "name": "hashtag",
60
+ "parameter": "identifier",
61
+ "reference": "hashtag"
62
+ },
63
+ {
64
+ "name": "posts"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "apiPath": "/v1/instagram/hashtags/{identifier}/reels",
70
+ "method": "get",
71
+ "operation": "list",
72
+ "paginated": true,
73
+ "path": "instagram.hashtag.reels.list",
74
+ "scope": [
75
+ {
76
+ "name": "instagram"
77
+ },
78
+ {
79
+ "name": "hashtag",
80
+ "parameter": "identifier",
81
+ "reference": "hashtag"
82
+ },
83
+ {
84
+ "name": "reels"
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "apiPath": "/v1/instagram/highlights/{identifier}",
90
+ "method": "get",
91
+ "operation": "get",
92
+ "paginated": false,
93
+ "path": "instagram.highlight.get",
94
+ "scope": [
95
+ {
96
+ "name": "instagram"
97
+ },
98
+ {
99
+ "name": "highlight",
100
+ "parameter": "identifier",
101
+ "reference": "highlight"
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "apiPath": "/v1/instagram/locations/{identifier}",
107
+ "method": "get",
108
+ "operation": "get",
109
+ "paginated": false,
110
+ "path": "instagram.location.get",
111
+ "scope": [
112
+ {
113
+ "name": "instagram"
114
+ },
115
+ {
116
+ "name": "location",
117
+ "parameter": "identifier",
118
+ "reference": "location"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "apiPath": "/v1/instagram/locations/{identifier}/guides",
124
+ "method": "get",
125
+ "operation": "list",
126
+ "paginated": true,
127
+ "path": "instagram.location.guides.list",
128
+ "scope": [
129
+ {
130
+ "name": "instagram"
131
+ },
132
+ {
133
+ "name": "location",
134
+ "parameter": "identifier",
135
+ "reference": "location"
136
+ },
137
+ {
138
+ "name": "guides"
139
+ }
140
+ ]
141
+ },
142
+ {
143
+ "apiPath": "/v1/instagram/locations/{identifier}/posts",
144
+ "method": "get",
145
+ "operation": "list",
146
+ "paginated": true,
147
+ "path": "instagram.location.posts.list",
148
+ "scope": [
149
+ {
150
+ "name": "instagram"
151
+ },
152
+ {
153
+ "name": "location",
154
+ "parameter": "identifier",
155
+ "reference": "location"
156
+ },
157
+ {
158
+ "name": "posts"
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "apiPath": "/v1/instagram/music/{identifier}",
164
+ "method": "get",
165
+ "operation": "get",
166
+ "paginated": false,
167
+ "path": "instagram.music.get",
168
+ "scope": [
169
+ {
170
+ "name": "instagram"
171
+ },
172
+ {
173
+ "name": "music",
174
+ "parameter": "identifier",
175
+ "reference": "music"
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "apiPath": "/v1/instagram/music/{identifier}/stream",
181
+ "method": "get",
182
+ "operation": "list",
183
+ "paginated": true,
184
+ "path": "instagram.music.stream.list",
185
+ "scope": [
186
+ {
187
+ "name": "instagram"
188
+ },
189
+ {
190
+ "name": "music",
191
+ "parameter": "identifier",
192
+ "reference": "music"
193
+ },
194
+ {
195
+ "name": "stream"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "apiPath": "/v1/instagram/posts/{identifier}/clip-metadata",
201
+ "method": "get",
202
+ "operation": "get",
203
+ "paginated": false,
204
+ "path": "instagram.post.clipMetadata.get",
205
+ "scope": [
206
+ {
207
+ "name": "instagram"
208
+ },
209
+ {
210
+ "name": "post",
211
+ "parameter": "identifier",
212
+ "reference": "post"
213
+ },
214
+ {
215
+ "name": "clipMetadata"
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "apiPath": "/v1/instagram/posts/{identifier}/comments/{comment_id}/replies",
221
+ "method": "get",
222
+ "operation": "list",
223
+ "paginated": true,
224
+ "path": "instagram.post.comment.replies.list",
225
+ "scope": [
226
+ {
227
+ "name": "instagram"
228
+ },
229
+ {
230
+ "name": "post",
231
+ "parameter": "identifier",
232
+ "reference": "post"
233
+ },
234
+ {
235
+ "name": "comment",
236
+ "parameter": "comment_id",
237
+ "reference": "comment"
238
+ },
239
+ {
240
+ "name": "replies"
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "apiPath": "/v1/instagram/posts/{identifier}/comment-metadata",
246
+ "method": "get",
247
+ "operation": "get",
248
+ "paginated": false,
249
+ "path": "instagram.post.commentMetadata.get",
250
+ "scope": [
251
+ {
252
+ "name": "instagram"
253
+ },
254
+ {
255
+ "name": "post",
256
+ "parameter": "identifier",
257
+ "reference": "post"
258
+ },
259
+ {
260
+ "name": "commentMetadata"
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "apiPath": "/v1/instagram/posts/{identifier}/comment-moderation",
266
+ "method": "get",
267
+ "operation": "get",
268
+ "paginated": false,
269
+ "path": "instagram.post.commentModeration.get",
270
+ "scope": [
271
+ {
272
+ "name": "instagram"
273
+ },
274
+ {
275
+ "name": "post",
276
+ "parameter": "identifier",
277
+ "reference": "post"
278
+ },
279
+ {
280
+ "name": "commentModeration"
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "apiPath": "/v1/instagram/posts/{identifier}/comments",
286
+ "method": "get",
287
+ "operation": "list",
288
+ "paginated": true,
289
+ "path": "instagram.post.comments.list",
290
+ "scope": [
291
+ {
292
+ "name": "instagram"
293
+ },
294
+ {
295
+ "name": "post",
296
+ "parameter": "identifier",
297
+ "reference": "post"
298
+ },
299
+ {
300
+ "name": "comments"
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "apiPath": "/v1/instagram/posts/{identifier}",
306
+ "method": "get",
307
+ "operation": "get",
308
+ "paginated": false,
309
+ "path": "instagram.post.get",
310
+ "scope": [
311
+ {
312
+ "name": "instagram"
313
+ },
314
+ {
315
+ "name": "post",
316
+ "parameter": "identifier",
317
+ "reference": "post"
318
+ }
319
+ ]
320
+ },
321
+ {
322
+ "apiPath": "/v1/instagram/posts/{identifier}/insights",
323
+ "method": "get",
324
+ "operation": "get",
325
+ "paginated": false,
326
+ "path": "instagram.post.insights.get",
327
+ "scope": [
328
+ {
329
+ "name": "instagram"
330
+ },
331
+ {
332
+ "name": "post",
333
+ "parameter": "identifier",
334
+ "reference": "post"
335
+ },
336
+ {
337
+ "name": "insights"
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "apiPath": "/v1/instagram/posts/{identifier}/likers",
343
+ "method": "get",
344
+ "operation": "list",
345
+ "paginated": true,
346
+ "path": "instagram.post.likers.list",
347
+ "scope": [
348
+ {
349
+ "name": "instagram"
350
+ },
351
+ {
352
+ "name": "post",
353
+ "parameter": "identifier",
354
+ "reference": "post"
355
+ },
356
+ {
357
+ "name": "likers"
358
+ }
359
+ ]
360
+ },
361
+ {
362
+ "apiPath": "/v1/instagram/posts/{identifier}/oembed",
363
+ "method": "get",
364
+ "operation": "get",
365
+ "paginated": false,
366
+ "path": "instagram.post.oembed.get",
367
+ "scope": [
368
+ {
369
+ "name": "instagram"
370
+ },
371
+ {
372
+ "name": "post",
373
+ "parameter": "identifier",
374
+ "reference": "post"
375
+ },
376
+ {
377
+ "name": "oembed"
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "apiPath": "/v1/instagram/posts/{identifier}/tagged-users",
383
+ "method": "get",
384
+ "operation": "list",
385
+ "paginated": true,
386
+ "path": "instagram.post.taggedUsers.list",
387
+ "scope": [
388
+ {
389
+ "name": "instagram"
390
+ },
391
+ {
392
+ "name": "post",
393
+ "parameter": "identifier",
394
+ "reference": "post"
395
+ },
396
+ {
397
+ "name": "taggedUsers"
398
+ }
399
+ ]
400
+ },
401
+ {
402
+ "apiPath": "/v1/instagram/posts/{identifier}/template",
403
+ "method": "get",
404
+ "operation": "get",
405
+ "paginated": false,
406
+ "path": "instagram.post.template.get",
407
+ "scope": [
408
+ {
409
+ "name": "instagram"
410
+ },
411
+ {
412
+ "name": "post",
413
+ "parameter": "identifier",
414
+ "reference": "post"
415
+ },
416
+ {
417
+ "name": "template"
418
+ }
419
+ ]
420
+ },
421
+ {
422
+ "apiPath": "/v1/instagram/profiles/{identifier}/about",
423
+ "method": "get",
424
+ "operation": "get",
425
+ "paginated": false,
426
+ "path": "instagram.profile.about.get",
427
+ "scope": [
428
+ {
429
+ "name": "instagram"
430
+ },
431
+ {
432
+ "name": "profile",
433
+ "parameter": "identifier",
434
+ "reference": "profile"
435
+ },
436
+ {
437
+ "name": "about"
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "apiPath": "/v1/instagram/profiles/{identifier}/business-recommendations",
443
+ "method": "get",
444
+ "operation": "list",
445
+ "paginated": true,
446
+ "path": "instagram.profile.businessRecommendations.list",
447
+ "scope": [
448
+ {
449
+ "name": "instagram"
450
+ },
451
+ {
452
+ "name": "profile",
453
+ "parameter": "identifier",
454
+ "reference": "profile"
455
+ },
456
+ {
457
+ "name": "businessRecommendations"
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "apiPath": "/v1/instagram/profiles/{identifier}/followers",
463
+ "method": "get",
464
+ "operation": "list",
465
+ "paginated": true,
466
+ "path": "instagram.profile.followers.list",
467
+ "scope": [
468
+ {
469
+ "name": "instagram"
470
+ },
471
+ {
472
+ "name": "profile",
473
+ "parameter": "identifier",
474
+ "reference": "profile"
475
+ },
476
+ {
477
+ "name": "followers"
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "apiPath": "/v1/instagram/profiles/{identifier}/followers/search",
483
+ "method": "get",
484
+ "operation": "search",
485
+ "paginated": true,
486
+ "path": "instagram.profile.followers.search",
487
+ "scope": [
488
+ {
489
+ "name": "instagram"
490
+ },
491
+ {
492
+ "name": "profile",
493
+ "parameter": "identifier",
494
+ "reference": "profile"
495
+ },
496
+ {
497
+ "name": "followers"
498
+ }
499
+ ]
500
+ },
501
+ {
502
+ "apiPath": "/v1/instagram/profiles/{identifier}/following",
503
+ "method": "get",
504
+ "operation": "list",
505
+ "paginated": true,
506
+ "path": "instagram.profile.following.list",
507
+ "scope": [
508
+ {
509
+ "name": "instagram"
510
+ },
511
+ {
512
+ "name": "profile",
513
+ "parameter": "identifier",
514
+ "reference": "profile"
515
+ },
516
+ {
517
+ "name": "following"
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "apiPath": "/v1/instagram/profiles/{identifier}/following/search",
523
+ "method": "get",
524
+ "operation": "search",
525
+ "paginated": true,
526
+ "path": "instagram.profile.following.search",
527
+ "scope": [
528
+ {
529
+ "name": "instagram"
530
+ },
531
+ {
532
+ "name": "profile",
533
+ "parameter": "identifier",
534
+ "reference": "profile"
535
+ },
536
+ {
537
+ "name": "following"
538
+ }
539
+ ]
540
+ },
541
+ {
542
+ "apiPath": "/v1/instagram/profiles/{identifier}",
543
+ "method": "get",
544
+ "operation": "get",
545
+ "paginated": false,
546
+ "path": "instagram.profile.get",
547
+ "scope": [
548
+ {
549
+ "name": "instagram"
550
+ },
551
+ {
552
+ "name": "profile",
553
+ "parameter": "identifier",
554
+ "reference": "profile"
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "apiPath": "/v1/instagram/profiles/{identifier}/highlights",
560
+ "method": "get",
561
+ "operation": "list",
562
+ "paginated": true,
563
+ "path": "instagram.profile.highlights.list",
564
+ "scope": [
565
+ {
566
+ "name": "instagram"
567
+ },
568
+ {
569
+ "name": "profile",
570
+ "parameter": "identifier",
571
+ "reference": "profile"
572
+ },
573
+ {
574
+ "name": "highlights"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "apiPath": "/v1/instagram/profiles/{identifier}/pinned-posts",
580
+ "method": "get",
581
+ "operation": "list",
582
+ "paginated": true,
583
+ "path": "instagram.profile.pinnedPosts.list",
584
+ "scope": [
585
+ {
586
+ "name": "instagram"
587
+ },
588
+ {
589
+ "name": "profile",
590
+ "parameter": "identifier",
591
+ "reference": "profile"
592
+ },
593
+ {
594
+ "name": "pinnedPosts"
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "apiPath": "/v1/instagram/profiles/{identifier}/posts",
600
+ "method": "get",
601
+ "operation": "list",
602
+ "paginated": true,
603
+ "path": "instagram.profile.posts.list",
604
+ "scope": [
605
+ {
606
+ "name": "instagram"
607
+ },
608
+ {
609
+ "name": "profile",
610
+ "parameter": "identifier",
611
+ "reference": "profile"
612
+ },
613
+ {
614
+ "name": "posts"
615
+ }
616
+ ]
617
+ },
618
+ {
619
+ "apiPath": "/v1/instagram/profiles/{identifier}/reels",
620
+ "method": "get",
621
+ "operation": "list",
622
+ "paginated": true,
623
+ "path": "instagram.profile.reels.list",
624
+ "scope": [
625
+ {
626
+ "name": "instagram"
627
+ },
628
+ {
629
+ "name": "profile",
630
+ "parameter": "identifier",
631
+ "reference": "profile"
632
+ },
633
+ {
634
+ "name": "reels"
635
+ }
636
+ ]
637
+ },
638
+ {
639
+ "apiPath": "/v1/instagram/profiles/{identifier}/related",
640
+ "method": "get",
641
+ "operation": "list",
642
+ "paginated": true,
643
+ "path": "instagram.profile.related.list",
644
+ "scope": [
645
+ {
646
+ "name": "instagram"
647
+ },
648
+ {
649
+ "name": "profile",
650
+ "parameter": "identifier",
651
+ "reference": "profile"
652
+ },
653
+ {
654
+ "name": "related"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "apiPath": "/v1/instagram/profiles/{identifier}/reposts",
660
+ "method": "get",
661
+ "operation": "list",
662
+ "paginated": true,
663
+ "path": "instagram.profile.reposts.list",
664
+ "scope": [
665
+ {
666
+ "name": "instagram"
667
+ },
668
+ {
669
+ "name": "profile",
670
+ "parameter": "identifier",
671
+ "reference": "profile"
672
+ },
673
+ {
674
+ "name": "reposts"
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "apiPath": "/v1/instagram/profiles/{identifier}/stories",
680
+ "method": "get",
681
+ "operation": "list",
682
+ "paginated": true,
683
+ "path": "instagram.profile.stories.list",
684
+ "scope": [
685
+ {
686
+ "name": "instagram"
687
+ },
688
+ {
689
+ "name": "profile",
690
+ "parameter": "identifier",
691
+ "reference": "profile"
692
+ },
693
+ {
694
+ "name": "stories"
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "apiPath": "/v1/instagram/profiles/{identifier}/suggested",
700
+ "method": "get",
701
+ "operation": "list",
702
+ "paginated": false,
703
+ "path": "instagram.profile.suggested.list",
704
+ "scope": [
705
+ {
706
+ "name": "instagram"
707
+ },
708
+ {
709
+ "name": "profile",
710
+ "parameter": "identifier",
711
+ "reference": "profile"
712
+ },
713
+ {
714
+ "name": "suggested"
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "apiPath": "/v1/instagram/profiles/{identifier}/tagged-posts",
720
+ "method": "get",
721
+ "operation": "list",
722
+ "paginated": true,
723
+ "path": "instagram.profile.taggedPosts.list",
724
+ "scope": [
725
+ {
726
+ "name": "instagram"
727
+ },
728
+ {
729
+ "name": "profile",
730
+ "parameter": "identifier",
731
+ "reference": "profile"
732
+ },
733
+ {
734
+ "name": "taggedPosts"
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "apiPath": "/v1/instagram/profiles/{identifier}/videos",
740
+ "method": "get",
741
+ "operation": "list",
742
+ "paginated": true,
743
+ "path": "instagram.profile.videos.list",
744
+ "scope": [
745
+ {
746
+ "name": "instagram"
747
+ },
748
+ {
749
+ "name": "profile",
750
+ "parameter": "identifier",
751
+ "reference": "profile"
752
+ },
753
+ {
754
+ "name": "videos"
755
+ }
756
+ ]
757
+ },
758
+ {
759
+ "apiPath": "/v1/instagram/search/hashtags",
760
+ "method": "get",
761
+ "operation": "list",
762
+ "paginated": true,
763
+ "path": "instagram.search.hashtags.list",
764
+ "scope": [
765
+ {
766
+ "name": "instagram"
767
+ },
768
+ {
769
+ "name": "search"
770
+ },
771
+ {
772
+ "name": "hashtags"
773
+ }
774
+ ]
775
+ },
776
+ {
777
+ "apiPath": "/v1/instagram/search/music",
778
+ "method": "get",
779
+ "operation": "list",
780
+ "paginated": true,
781
+ "path": "instagram.search.music.list",
782
+ "scope": [
783
+ {
784
+ "name": "instagram"
785
+ },
786
+ {
787
+ "name": "search"
788
+ },
789
+ {
790
+ "name": "music"
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "apiPath": "/v1/instagram/search/places",
796
+ "method": "get",
797
+ "operation": "list",
798
+ "paginated": true,
799
+ "path": "instagram.search.places.list",
800
+ "scope": [
801
+ {
802
+ "name": "instagram"
803
+ },
804
+ {
805
+ "name": "search"
806
+ },
807
+ {
808
+ "name": "places"
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "apiPath": "/v1/instagram/search/profiles",
814
+ "method": "get",
815
+ "operation": "list",
816
+ "paginated": true,
817
+ "path": "instagram.search.profiles.list",
818
+ "scope": [
819
+ {
820
+ "name": "instagram"
821
+ },
822
+ {
823
+ "name": "search"
824
+ },
825
+ {
826
+ "name": "profiles"
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "apiPath": "/v1/instagram/search/reels",
832
+ "method": "get",
833
+ "operation": "list",
834
+ "paginated": true,
835
+ "path": "instagram.search.reels.list",
836
+ "scope": [
837
+ {
838
+ "name": "instagram"
839
+ },
840
+ {
841
+ "name": "search"
842
+ },
843
+ {
844
+ "name": "reels"
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "apiPath": "/v1/instagram/search/top",
850
+ "method": "get",
851
+ "operation": "list",
852
+ "paginated": true,
853
+ "path": "instagram.search.top.list",
854
+ "scope": [
855
+ {
856
+ "name": "instagram"
857
+ },
858
+ {
859
+ "name": "search"
860
+ },
861
+ {
862
+ "name": "top"
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "apiPath": "/v1/instagram/stories/{identifier}",
868
+ "method": "get",
869
+ "operation": "get",
870
+ "paginated": false,
871
+ "path": "instagram.story.get",
872
+ "scope": [
873
+ {
874
+ "name": "instagram"
875
+ },
876
+ {
877
+ "name": "story",
878
+ "parameter": "identifier",
879
+ "reference": "story"
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "apiPath": "/v1/test-data/{id}",
885
+ "method": "get",
886
+ "operation": "get",
887
+ "paginated": false,
888
+ "path": "testData.entry.get",
889
+ "scope": [
890
+ {
891
+ "name": "testData"
892
+ },
893
+ {
894
+ "name": "entry",
895
+ "parameter": "id",
896
+ "reference": "testDataEntry"
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "apiPath": "/v1/test-data",
902
+ "method": "get",
903
+ "operation": "list",
904
+ "paginated": false,
905
+ "path": "testData.list",
906
+ "scope": [
907
+ {
908
+ "name": "testData"
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "apiPath": "/v1/tiktok/effects/{identifier}",
914
+ "method": "get",
915
+ "operation": "get",
916
+ "paginated": false,
917
+ "path": "tiktok.effect.get",
918
+ "scope": [
919
+ {
920
+ "name": "tiktok"
921
+ },
922
+ {
923
+ "name": "effect",
924
+ "parameter": "identifier",
925
+ "reference": "effect"
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "apiPath": "/v1/tiktok/effects/{identifier}/posts",
931
+ "method": "get",
932
+ "operation": "list",
933
+ "paginated": true,
934
+ "path": "tiktok.effect.posts.list",
935
+ "scope": [
936
+ {
937
+ "name": "tiktok"
938
+ },
939
+ {
940
+ "name": "effect",
941
+ "parameter": "identifier",
942
+ "reference": "effect"
943
+ },
944
+ {
945
+ "name": "posts"
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "apiPath": "/v1/tiktok/effects",
951
+ "method": "get",
952
+ "operation": "list",
953
+ "paginated": true,
954
+ "path": "tiktok.effects.list",
955
+ "scope": [
956
+ {
957
+ "name": "tiktok"
958
+ },
959
+ {
960
+ "name": "effects"
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "apiPath": "/v1/tiktok/hashtags/{identifier}",
966
+ "method": "get",
967
+ "operation": "get",
968
+ "paginated": false,
969
+ "path": "tiktok.hashtag.get",
970
+ "scope": [
971
+ {
972
+ "name": "tiktok"
973
+ },
974
+ {
975
+ "name": "hashtag",
976
+ "parameter": "identifier",
977
+ "reference": "hashtag"
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "apiPath": "/v1/tiktok/hashtags/{identifier}/posts",
983
+ "method": "get",
984
+ "operation": "list",
985
+ "paginated": true,
986
+ "path": "tiktok.hashtag.posts.list",
987
+ "scope": [
988
+ {
989
+ "name": "tiktok"
990
+ },
991
+ {
992
+ "name": "hashtag",
993
+ "parameter": "identifier",
994
+ "reference": "hashtag"
995
+ },
996
+ {
997
+ "name": "posts"
998
+ }
999
+ ]
1000
+ },
1001
+ {
1002
+ "apiPath": "/v1/tiktok/live/events/{identifier}",
1003
+ "method": "get",
1004
+ "operation": "get",
1005
+ "paginated": false,
1006
+ "path": "tiktok.live.event.get",
1007
+ "scope": [
1008
+ {
1009
+ "name": "tiktok"
1010
+ },
1011
+ {
1012
+ "name": "live"
1013
+ },
1014
+ {
1015
+ "name": "event",
1016
+ "parameter": "identifier",
1017
+ "reference": "event"
1018
+ }
1019
+ ]
1020
+ },
1021
+ {
1022
+ "apiPath": "/v1/tiktok/live/feed",
1023
+ "method": "get",
1024
+ "operation": "list",
1025
+ "paginated": true,
1026
+ "path": "tiktok.live.feed.list",
1027
+ "scope": [
1028
+ {
1029
+ "name": "tiktok"
1030
+ },
1031
+ {
1032
+ "name": "live"
1033
+ },
1034
+ {
1035
+ "name": "feed"
1036
+ }
1037
+ ]
1038
+ },
1039
+ {
1040
+ "apiPath": "/v1/tiktok/live/rooms/{identifier}",
1041
+ "method": "get",
1042
+ "operation": "get",
1043
+ "paginated": false,
1044
+ "path": "tiktok.live.room.get",
1045
+ "scope": [
1046
+ {
1047
+ "name": "tiktok"
1048
+ },
1049
+ {
1050
+ "name": "live"
1051
+ },
1052
+ {
1053
+ "name": "room",
1054
+ "parameter": "identifier",
1055
+ "reference": "room"
1056
+ }
1057
+ ]
1058
+ },
1059
+ {
1060
+ "apiPath": "/v1/tiktok/live/rooms/{identifier}/rankings",
1061
+ "method": "get",
1062
+ "operation": "list",
1063
+ "paginated": true,
1064
+ "path": "tiktok.live.room.rankings.list",
1065
+ "scope": [
1066
+ {
1067
+ "name": "tiktok"
1068
+ },
1069
+ {
1070
+ "name": "live"
1071
+ },
1072
+ {
1073
+ "name": "room",
1074
+ "parameter": "identifier",
1075
+ "reference": "room"
1076
+ },
1077
+ {
1078
+ "name": "rankings"
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "apiPath": "/v1/tiktok/live/rooms/{identifier}/ranking-types",
1084
+ "method": "get",
1085
+ "operation": "list",
1086
+ "paginated": true,
1087
+ "path": "tiktok.live.room.rankingTypes.list",
1088
+ "scope": [
1089
+ {
1090
+ "name": "tiktok"
1091
+ },
1092
+ {
1093
+ "name": "live"
1094
+ },
1095
+ {
1096
+ "name": "room",
1097
+ "parameter": "identifier",
1098
+ "reference": "room"
1099
+ },
1100
+ {
1101
+ "name": "rankingTypes"
1102
+ }
1103
+ ]
1104
+ },
1105
+ {
1106
+ "apiPath": "/v1/tiktok/locations/{identifier}",
1107
+ "method": "get",
1108
+ "operation": "get",
1109
+ "paginated": false,
1110
+ "path": "tiktok.location.get",
1111
+ "scope": [
1112
+ {
1113
+ "name": "tiktok"
1114
+ },
1115
+ {
1116
+ "name": "location",
1117
+ "parameter": "identifier",
1118
+ "reference": "location"
1119
+ }
1120
+ ]
1121
+ },
1122
+ {
1123
+ "apiPath": "/v1/tiktok/locations/{identifier}/posts",
1124
+ "method": "get",
1125
+ "operation": "list",
1126
+ "paginated": true,
1127
+ "path": "tiktok.location.posts.list",
1128
+ "scope": [
1129
+ {
1130
+ "name": "tiktok"
1131
+ },
1132
+ {
1133
+ "name": "location",
1134
+ "parameter": "identifier",
1135
+ "reference": "location"
1136
+ },
1137
+ {
1138
+ "name": "posts"
1139
+ }
1140
+ ]
1141
+ },
1142
+ {
1143
+ "apiPath": "/v1/tiktok/music/{identifier}",
1144
+ "method": "get",
1145
+ "operation": "get",
1146
+ "paginated": false,
1147
+ "path": "tiktok.music.get",
1148
+ "scope": [
1149
+ {
1150
+ "name": "tiktok"
1151
+ },
1152
+ {
1153
+ "name": "music",
1154
+ "parameter": "identifier",
1155
+ "reference": "music"
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "apiPath": "/v1/tiktok/music/{identifier}/posts",
1161
+ "method": "get",
1162
+ "operation": "list",
1163
+ "paginated": true,
1164
+ "path": "tiktok.music.posts.list",
1165
+ "scope": [
1166
+ {
1167
+ "name": "tiktok"
1168
+ },
1169
+ {
1170
+ "name": "music",
1171
+ "parameter": "identifier",
1172
+ "reference": "music"
1173
+ },
1174
+ {
1175
+ "name": "posts"
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "apiPath": "/v1/tiktok/posts/{identifier}/comments/{comment_id}",
1181
+ "method": "get",
1182
+ "operation": "get",
1183
+ "paginated": false,
1184
+ "path": "tiktok.post.comment.get",
1185
+ "scope": [
1186
+ {
1187
+ "name": "tiktok"
1188
+ },
1189
+ {
1190
+ "name": "post",
1191
+ "parameter": "identifier",
1192
+ "reference": "post"
1193
+ },
1194
+ {
1195
+ "name": "comment",
1196
+ "parameter": "comment_id",
1197
+ "reference": "comment"
1198
+ }
1199
+ ]
1200
+ },
1201
+ {
1202
+ "apiPath": "/v1/tiktok/posts/{identifier}/comments/{comment_id}/replies",
1203
+ "method": "get",
1204
+ "operation": "list",
1205
+ "paginated": true,
1206
+ "path": "tiktok.post.comment.replies.list",
1207
+ "scope": [
1208
+ {
1209
+ "name": "tiktok"
1210
+ },
1211
+ {
1212
+ "name": "post",
1213
+ "parameter": "identifier",
1214
+ "reference": "post"
1215
+ },
1216
+ {
1217
+ "name": "comment",
1218
+ "parameter": "comment_id",
1219
+ "reference": "comment"
1220
+ },
1221
+ {
1222
+ "name": "replies"
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "apiPath": "/v1/tiktok/posts/{identifier}/comments",
1228
+ "method": "get",
1229
+ "operation": "list",
1230
+ "paginated": true,
1231
+ "path": "tiktok.post.comments.list",
1232
+ "scope": [
1233
+ {
1234
+ "name": "tiktok"
1235
+ },
1236
+ {
1237
+ "name": "post",
1238
+ "parameter": "identifier",
1239
+ "reference": "post"
1240
+ },
1241
+ {
1242
+ "name": "comments"
1243
+ }
1244
+ ]
1245
+ },
1246
+ {
1247
+ "apiPath": "/v1/tiktok/posts/{identifier}",
1248
+ "method": "get",
1249
+ "operation": "get",
1250
+ "paginated": false,
1251
+ "path": "tiktok.post.get",
1252
+ "scope": [
1253
+ {
1254
+ "name": "tiktok"
1255
+ },
1256
+ {
1257
+ "name": "post",
1258
+ "parameter": "identifier",
1259
+ "reference": "post"
1260
+ }
1261
+ ]
1262
+ },
1263
+ {
1264
+ "apiPath": "/v1/tiktok/profiles/{identifier}/followers",
1265
+ "method": "get",
1266
+ "operation": "list",
1267
+ "paginated": true,
1268
+ "path": "tiktok.profile.followers.list",
1269
+ "scope": [
1270
+ {
1271
+ "name": "tiktok"
1272
+ },
1273
+ {
1274
+ "name": "profile",
1275
+ "parameter": "identifier",
1276
+ "reference": "profile"
1277
+ },
1278
+ {
1279
+ "name": "followers"
1280
+ }
1281
+ ]
1282
+ },
1283
+ {
1284
+ "apiPath": "/v1/tiktok/profiles/{identifier}/following",
1285
+ "method": "get",
1286
+ "operation": "list",
1287
+ "paginated": true,
1288
+ "path": "tiktok.profile.following.list",
1289
+ "scope": [
1290
+ {
1291
+ "name": "tiktok"
1292
+ },
1293
+ {
1294
+ "name": "profile",
1295
+ "parameter": "identifier",
1296
+ "reference": "profile"
1297
+ },
1298
+ {
1299
+ "name": "following"
1300
+ }
1301
+ ]
1302
+ },
1303
+ {
1304
+ "apiPath": "/v1/tiktok/profiles/{identifier}",
1305
+ "method": "get",
1306
+ "operation": "get",
1307
+ "paginated": false,
1308
+ "path": "tiktok.profile.get",
1309
+ "scope": [
1310
+ {
1311
+ "name": "tiktok"
1312
+ },
1313
+ {
1314
+ "name": "profile",
1315
+ "parameter": "identifier",
1316
+ "reference": "profile"
1317
+ }
1318
+ ]
1319
+ },
1320
+ {
1321
+ "apiPath": "/v1/tiktok/profiles/{identifier}/liked-posts",
1322
+ "method": "get",
1323
+ "operation": "list",
1324
+ "paginated": true,
1325
+ "path": "tiktok.profile.likedPosts.list",
1326
+ "scope": [
1327
+ {
1328
+ "name": "tiktok"
1329
+ },
1330
+ {
1331
+ "name": "profile",
1332
+ "parameter": "identifier",
1333
+ "reference": "profile"
1334
+ },
1335
+ {
1336
+ "name": "likedPosts"
1337
+ }
1338
+ ]
1339
+ },
1340
+ {
1341
+ "apiPath": "/v1/tiktok/profiles/{identifier}/music",
1342
+ "method": "get",
1343
+ "operation": "list",
1344
+ "paginated": true,
1345
+ "path": "tiktok.profile.music.list",
1346
+ "scope": [
1347
+ {
1348
+ "name": "tiktok"
1349
+ },
1350
+ {
1351
+ "name": "profile",
1352
+ "parameter": "identifier",
1353
+ "reference": "profile"
1354
+ },
1355
+ {
1356
+ "name": "music"
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "apiPath": "/v1/tiktok/profiles/{identifier}/playlists/{playlist_id}",
1362
+ "method": "get",
1363
+ "operation": "get",
1364
+ "paginated": false,
1365
+ "path": "tiktok.profile.playlist.get",
1366
+ "scope": [
1367
+ {
1368
+ "name": "tiktok"
1369
+ },
1370
+ {
1371
+ "name": "profile",
1372
+ "parameter": "identifier",
1373
+ "reference": "profile"
1374
+ },
1375
+ {
1376
+ "name": "playlist",
1377
+ "parameter": "playlist_id",
1378
+ "reference": "playlist"
1379
+ }
1380
+ ]
1381
+ },
1382
+ {
1383
+ "apiPath": "/v1/tiktok/profiles/{identifier}/playlists/{playlist_id}/posts",
1384
+ "method": "get",
1385
+ "operation": "list",
1386
+ "paginated": true,
1387
+ "path": "tiktok.profile.playlist.posts.list",
1388
+ "scope": [
1389
+ {
1390
+ "name": "tiktok"
1391
+ },
1392
+ {
1393
+ "name": "profile",
1394
+ "parameter": "identifier",
1395
+ "reference": "profile"
1396
+ },
1397
+ {
1398
+ "name": "playlist",
1399
+ "parameter": "playlist_id",
1400
+ "reference": "playlist"
1401
+ },
1402
+ {
1403
+ "name": "posts"
1404
+ }
1405
+ ]
1406
+ },
1407
+ {
1408
+ "apiPath": "/v1/tiktok/profiles/{identifier}/playlists",
1409
+ "method": "get",
1410
+ "operation": "list",
1411
+ "paginated": true,
1412
+ "path": "tiktok.profile.playlists.list",
1413
+ "scope": [
1414
+ {
1415
+ "name": "tiktok"
1416
+ },
1417
+ {
1418
+ "name": "profile",
1419
+ "parameter": "identifier",
1420
+ "reference": "profile"
1421
+ },
1422
+ {
1423
+ "name": "playlists"
1424
+ }
1425
+ ]
1426
+ },
1427
+ {
1428
+ "apiPath": "/v1/tiktok/profiles/{identifier}/posts",
1429
+ "method": "get",
1430
+ "operation": "list",
1431
+ "paginated": true,
1432
+ "path": "tiktok.profile.posts.list",
1433
+ "scope": [
1434
+ {
1435
+ "name": "tiktok"
1436
+ },
1437
+ {
1438
+ "name": "profile",
1439
+ "parameter": "identifier",
1440
+ "reference": "profile"
1441
+ },
1442
+ {
1443
+ "name": "posts"
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "apiPath": "/v1/tiktok/profiles/{identifier}/qr-code",
1449
+ "method": "get",
1450
+ "operation": "get",
1451
+ "paginated": false,
1452
+ "path": "tiktok.profile.qrCode.get",
1453
+ "scope": [
1454
+ {
1455
+ "name": "tiktok"
1456
+ },
1457
+ {
1458
+ "name": "profile",
1459
+ "parameter": "identifier",
1460
+ "reference": "profile"
1461
+ },
1462
+ {
1463
+ "name": "qrCode"
1464
+ }
1465
+ ]
1466
+ },
1467
+ {
1468
+ "apiPath": "/v1/tiktok/profiles/{identifier}/stories",
1469
+ "method": "get",
1470
+ "operation": "list",
1471
+ "paginated": true,
1472
+ "path": "tiktok.profile.stories.list",
1473
+ "scope": [
1474
+ {
1475
+ "name": "tiktok"
1476
+ },
1477
+ {
1478
+ "name": "profile",
1479
+ "parameter": "identifier",
1480
+ "reference": "profile"
1481
+ },
1482
+ {
1483
+ "name": "stories"
1484
+ }
1485
+ ]
1486
+ },
1487
+ {
1488
+ "apiPath": "/v1/tiktok/search/comment-suggestions",
1489
+ "method": "get",
1490
+ "operation": "list",
1491
+ "paginated": true,
1492
+ "path": "tiktok.search.commentSuggestions.list",
1493
+ "scope": [
1494
+ {
1495
+ "name": "tiktok"
1496
+ },
1497
+ {
1498
+ "name": "search"
1499
+ },
1500
+ {
1501
+ "name": "commentSuggestions"
1502
+ }
1503
+ ]
1504
+ },
1505
+ {
1506
+ "apiPath": "/v1/tiktok/search/hashtags",
1507
+ "method": "get",
1508
+ "operation": "list",
1509
+ "paginated": true,
1510
+ "path": "tiktok.search.hashtags.list",
1511
+ "scope": [
1512
+ {
1513
+ "name": "tiktok"
1514
+ },
1515
+ {
1516
+ "name": "search"
1517
+ },
1518
+ {
1519
+ "name": "hashtags"
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ "apiPath": "/v1/tiktok/search/insights",
1525
+ "method": "get",
1526
+ "operation": "list",
1527
+ "paginated": true,
1528
+ "path": "tiktok.search.insights.list",
1529
+ "scope": [
1530
+ {
1531
+ "name": "tiktok"
1532
+ },
1533
+ {
1534
+ "name": "search"
1535
+ },
1536
+ {
1537
+ "name": "insights"
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ "apiPath": "/v1/tiktok/search/live",
1543
+ "method": "get",
1544
+ "operation": "list",
1545
+ "paginated": true,
1546
+ "path": "tiktok.search.live.list",
1547
+ "scope": [
1548
+ {
1549
+ "name": "tiktok"
1550
+ },
1551
+ {
1552
+ "name": "search"
1553
+ },
1554
+ {
1555
+ "name": "live"
1556
+ }
1557
+ ]
1558
+ },
1559
+ {
1560
+ "apiPath": "/v1/tiktok/search/locations",
1561
+ "method": "get",
1562
+ "operation": "list",
1563
+ "paginated": true,
1564
+ "path": "tiktok.search.locations.list",
1565
+ "scope": [
1566
+ {
1567
+ "name": "tiktok"
1568
+ },
1569
+ {
1570
+ "name": "search"
1571
+ },
1572
+ {
1573
+ "name": "locations"
1574
+ }
1575
+ ]
1576
+ },
1577
+ {
1578
+ "apiPath": "/v1/tiktok/search/music",
1579
+ "method": "get",
1580
+ "operation": "list",
1581
+ "paginated": true,
1582
+ "path": "tiktok.search.music.list",
1583
+ "scope": [
1584
+ {
1585
+ "name": "tiktok"
1586
+ },
1587
+ {
1588
+ "name": "search"
1589
+ },
1590
+ {
1591
+ "name": "music"
1592
+ }
1593
+ ]
1594
+ },
1595
+ {
1596
+ "apiPath": "/v1/tiktok/search/posts",
1597
+ "method": "get",
1598
+ "operation": "list",
1599
+ "paginated": true,
1600
+ "path": "tiktok.search.posts.list",
1601
+ "scope": [
1602
+ {
1603
+ "name": "tiktok"
1604
+ },
1605
+ {
1606
+ "name": "search"
1607
+ },
1608
+ {
1609
+ "name": "posts"
1610
+ }
1611
+ ]
1612
+ },
1613
+ {
1614
+ "apiPath": "/v1/tiktok/search/profiles",
1615
+ "method": "get",
1616
+ "operation": "list",
1617
+ "paginated": true,
1618
+ "path": "tiktok.search.profiles.list",
1619
+ "scope": [
1620
+ {
1621
+ "name": "tiktok"
1622
+ },
1623
+ {
1624
+ "name": "search"
1625
+ },
1626
+ {
1627
+ "name": "profiles"
1628
+ }
1629
+ ]
1630
+ },
1631
+ {
1632
+ "apiPath": "/v1/tiktok/search/top",
1633
+ "method": "get",
1634
+ "operation": "list",
1635
+ "paginated": true,
1636
+ "path": "tiktok.search.top.list",
1637
+ "scope": [
1638
+ {
1639
+ "name": "tiktok"
1640
+ },
1641
+ {
1642
+ "name": "search"
1643
+ },
1644
+ {
1645
+ "name": "top"
1646
+ }
1647
+ ]
1648
+ },
1649
+ {
1650
+ "apiPath": "/v1/tiktok/shop/deals/flash-sale",
1651
+ "method": "get",
1652
+ "operation": "list",
1653
+ "paginated": true,
1654
+ "path": "tiktok.shop.deals.flashSale.list",
1655
+ "scope": [
1656
+ {
1657
+ "name": "tiktok"
1658
+ },
1659
+ {
1660
+ "name": "shop"
1661
+ },
1662
+ {
1663
+ "name": "deals"
1664
+ },
1665
+ {
1666
+ "name": "flashSale"
1667
+ }
1668
+ ]
1669
+ },
1670
+ {
1671
+ "apiPath": "/v1/tiktok/shop/deals/new-user",
1672
+ "method": "get",
1673
+ "operation": "list",
1674
+ "paginated": true,
1675
+ "path": "tiktok.shop.deals.newUser.list",
1676
+ "scope": [
1677
+ {
1678
+ "name": "tiktok"
1679
+ },
1680
+ {
1681
+ "name": "shop"
1682
+ },
1683
+ {
1684
+ "name": "deals"
1685
+ },
1686
+ {
1687
+ "name": "newUser"
1688
+ }
1689
+ ]
1690
+ },
1691
+ {
1692
+ "apiPath": "/v1/tiktok/shop/home",
1693
+ "method": "get",
1694
+ "operation": "list",
1695
+ "paginated": true,
1696
+ "path": "tiktok.shop.home.list",
1697
+ "scope": [
1698
+ {
1699
+ "name": "tiktok"
1700
+ },
1701
+ {
1702
+ "name": "shop"
1703
+ },
1704
+ {
1705
+ "name": "home"
1706
+ }
1707
+ ]
1708
+ },
1709
+ {
1710
+ "apiPath": "/v1/tiktok/shop/live/{identifier}/products",
1711
+ "method": "get",
1712
+ "operation": "list",
1713
+ "paginated": true,
1714
+ "path": "tiktok.shop.live.products.list",
1715
+ "scope": [
1716
+ {
1717
+ "name": "tiktok"
1718
+ },
1719
+ {
1720
+ "name": "shop"
1721
+ },
1722
+ {
1723
+ "name": "live",
1724
+ "parameter": "identifier",
1725
+ "reference": "live"
1726
+ },
1727
+ {
1728
+ "name": "products"
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "apiPath": "/v1/tiktok/shop/products/{identifier}",
1734
+ "method": "get",
1735
+ "operation": "get",
1736
+ "paginated": false,
1737
+ "path": "tiktok.shop.product.get",
1738
+ "scope": [
1739
+ {
1740
+ "name": "tiktok"
1741
+ },
1742
+ {
1743
+ "name": "shop"
1744
+ },
1745
+ {
1746
+ "name": "product",
1747
+ "parameter": "identifier",
1748
+ "reference": "product"
1749
+ }
1750
+ ]
1751
+ },
1752
+ {
1753
+ "apiPath": "/v1/tiktok/shop/products/{identifier}/reviews",
1754
+ "method": "get",
1755
+ "operation": "list",
1756
+ "paginated": true,
1757
+ "path": "tiktok.shop.product.reviews.list",
1758
+ "scope": [
1759
+ {
1760
+ "name": "tiktok"
1761
+ },
1762
+ {
1763
+ "name": "shop"
1764
+ },
1765
+ {
1766
+ "name": "product",
1767
+ "parameter": "identifier",
1768
+ "reference": "product"
1769
+ },
1770
+ {
1771
+ "name": "reviews"
1772
+ }
1773
+ ]
1774
+ },
1775
+ {
1776
+ "apiPath": "/v1/tiktok/shop/profiles/{identifier}/page",
1777
+ "method": "get",
1778
+ "operation": "list",
1779
+ "paginated": true,
1780
+ "path": "tiktok.shop.profile.page.list",
1781
+ "scope": [
1782
+ {
1783
+ "name": "tiktok"
1784
+ },
1785
+ {
1786
+ "name": "shop"
1787
+ },
1788
+ {
1789
+ "name": "profile",
1790
+ "parameter": "identifier",
1791
+ "reference": "profile"
1792
+ },
1793
+ {
1794
+ "name": "page"
1795
+ }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "apiPath": "/v1/tiktok/shop/profiles/{identifier}/products",
1800
+ "method": "get",
1801
+ "operation": "list",
1802
+ "paginated": true,
1803
+ "path": "tiktok.shop.profile.products.list",
1804
+ "scope": [
1805
+ {
1806
+ "name": "tiktok"
1807
+ },
1808
+ {
1809
+ "name": "shop"
1810
+ },
1811
+ {
1812
+ "name": "profile",
1813
+ "parameter": "identifier",
1814
+ "reference": "profile"
1815
+ },
1816
+ {
1817
+ "name": "products"
1818
+ }
1819
+ ]
1820
+ },
1821
+ {
1822
+ "apiPath": "/v1/tiktok/shop/profiles/{identifier}/tabs",
1823
+ "method": "get",
1824
+ "operation": "list",
1825
+ "paginated": true,
1826
+ "path": "tiktok.shop.profile.tabs.list",
1827
+ "scope": [
1828
+ {
1829
+ "name": "tiktok"
1830
+ },
1831
+ {
1832
+ "name": "shop"
1833
+ },
1834
+ {
1835
+ "name": "profile",
1836
+ "parameter": "identifier",
1837
+ "reference": "profile"
1838
+ },
1839
+ {
1840
+ "name": "tabs"
1841
+ }
1842
+ ]
1843
+ },
1844
+ {
1845
+ "apiPath": "/v1/tiktok/shop/recommendations",
1846
+ "method": "get",
1847
+ "operation": "list",
1848
+ "paginated": true,
1849
+ "path": "tiktok.shop.recommendations.list",
1850
+ "scope": [
1851
+ {
1852
+ "name": "tiktok"
1853
+ },
1854
+ {
1855
+ "name": "shop"
1856
+ },
1857
+ {
1858
+ "name": "recommendations"
1859
+ }
1860
+ ]
1861
+ },
1862
+ {
1863
+ "apiPath": "/v1/tiktok/shop/search",
1864
+ "method": "get",
1865
+ "operation": "list",
1866
+ "paginated": true,
1867
+ "path": "tiktok.shop.search.list",
1868
+ "scope": [
1869
+ {
1870
+ "name": "tiktok"
1871
+ },
1872
+ {
1873
+ "name": "shop"
1874
+ },
1875
+ {
1876
+ "name": "search"
1877
+ }
1878
+ ]
1879
+ },
1880
+ {
1881
+ "apiPath": "/v1/tiktok/shop/sellers/{identifier}/categories",
1882
+ "method": "get",
1883
+ "operation": "list",
1884
+ "paginated": true,
1885
+ "path": "tiktok.shop.seller.categories.list",
1886
+ "scope": [
1887
+ {
1888
+ "name": "tiktok"
1889
+ },
1890
+ {
1891
+ "name": "shop"
1892
+ },
1893
+ {
1894
+ "name": "seller",
1895
+ "parameter": "identifier",
1896
+ "reference": "seller"
1897
+ },
1898
+ {
1899
+ "name": "categories"
1900
+ }
1901
+ ]
1902
+ },
1903
+ {
1904
+ "apiPath": "/v1/tiktok/shop/sellers/{identifier}/categories/{category_id}/products",
1905
+ "method": "get",
1906
+ "operation": "list",
1907
+ "paginated": true,
1908
+ "path": "tiktok.shop.seller.category.products.list",
1909
+ "scope": [
1910
+ {
1911
+ "name": "tiktok"
1912
+ },
1913
+ {
1914
+ "name": "shop"
1915
+ },
1916
+ {
1917
+ "name": "seller",
1918
+ "parameter": "identifier",
1919
+ "reference": "seller"
1920
+ },
1921
+ {
1922
+ "name": "category",
1923
+ "parameter": "category_id",
1924
+ "reference": "category"
1925
+ },
1926
+ {
1927
+ "name": "products"
1928
+ }
1929
+ ]
1930
+ },
1931
+ {
1932
+ "apiPath": "/v1/tiktok/shop/sellers/{identifier}",
1933
+ "method": "get",
1934
+ "operation": "get",
1935
+ "paginated": false,
1936
+ "path": "tiktok.shop.seller.get",
1937
+ "scope": [
1938
+ {
1939
+ "name": "tiktok"
1940
+ },
1941
+ {
1942
+ "name": "shop"
1943
+ },
1944
+ {
1945
+ "name": "seller",
1946
+ "parameter": "identifier",
1947
+ "reference": "seller"
1948
+ }
1949
+ ]
1950
+ },
1951
+ {
1952
+ "apiPath": "/v1/tiktok/shop/sellers/{identifier}/products",
1953
+ "method": "get",
1954
+ "operation": "list",
1955
+ "paginated": true,
1956
+ "path": "tiktok.shop.seller.products.list",
1957
+ "scope": [
1958
+ {
1959
+ "name": "tiktok"
1960
+ },
1961
+ {
1962
+ "name": "shop"
1963
+ },
1964
+ {
1965
+ "name": "seller",
1966
+ "parameter": "identifier",
1967
+ "reference": "seller"
1968
+ },
1969
+ {
1970
+ "name": "products"
1971
+ }
1972
+ ]
1973
+ },
1974
+ {
1975
+ "apiPath": "/v1/tiktok/shop/sellers/{identifier}/sort-types",
1976
+ "method": "get",
1977
+ "operation": "list",
1978
+ "paginated": true,
1979
+ "path": "tiktok.shop.seller.sortTypes.list",
1980
+ "scope": [
1981
+ {
1982
+ "name": "tiktok"
1983
+ },
1984
+ {
1985
+ "name": "shop"
1986
+ },
1987
+ {
1988
+ "name": "seller",
1989
+ "parameter": "identifier",
1990
+ "reference": "seller"
1991
+ },
1992
+ {
1993
+ "name": "sortTypes"
1994
+ }
1995
+ ]
1996
+ },
1997
+ {
1998
+ "apiPath": "/v1/tiktok/stories/{identifier}",
1999
+ "method": "get",
2000
+ "operation": "get",
2001
+ "paginated": false,
2002
+ "path": "tiktok.story.get",
2003
+ "scope": [
2004
+ {
2005
+ "name": "tiktok"
2006
+ },
2007
+ {
2008
+ "name": "story",
2009
+ "parameter": "identifier",
2010
+ "reference": "story"
2011
+ }
2012
+ ]
2013
+ },
2014
+ {
2015
+ "apiPath": "/v1/tiktok/trending/categories",
2016
+ "method": "get",
2017
+ "operation": "list",
2018
+ "paginated": true,
2019
+ "path": "tiktok.trending.categories.list",
2020
+ "scope": [
2021
+ {
2022
+ "name": "tiktok"
2023
+ },
2024
+ {
2025
+ "name": "trending"
2026
+ },
2027
+ {
2028
+ "name": "categories"
2029
+ }
2030
+ ]
2031
+ },
2032
+ {
2033
+ "apiPath": "/v1/tiktok/trending/insights",
2034
+ "method": "get",
2035
+ "operation": "list",
2036
+ "paginated": true,
2037
+ "path": "tiktok.trending.insights.list",
2038
+ "scope": [
2039
+ {
2040
+ "name": "tiktok"
2041
+ },
2042
+ {
2043
+ "name": "trending"
2044
+ },
2045
+ {
2046
+ "name": "insights"
2047
+ }
2048
+ ]
2049
+ },
2050
+ {
2051
+ "apiPath": "/v1/tiktok/trending/music",
2052
+ "method": "get",
2053
+ "operation": "list",
2054
+ "paginated": false,
2055
+ "path": "tiktok.trending.music.list",
2056
+ "scope": [
2057
+ {
2058
+ "name": "tiktok"
2059
+ },
2060
+ {
2061
+ "name": "trending"
2062
+ },
2063
+ {
2064
+ "name": "music"
2065
+ }
2066
+ ]
2067
+ },
2068
+ {
2069
+ "apiPath": "/v1/tiktok/trending/posts",
2070
+ "method": "get",
2071
+ "operation": "list",
2072
+ "paginated": true,
2073
+ "path": "tiktok.trending.posts.list",
2074
+ "scope": [
2075
+ {
2076
+ "name": "tiktok"
2077
+ },
2078
+ {
2079
+ "name": "trending"
2080
+ },
2081
+ {
2082
+ "name": "posts"
2083
+ }
2084
+ ]
2085
+ },
2086
+ {
2087
+ "apiPath": "/v1/twitter/lists/{identifier}",
2088
+ "method": "get",
2089
+ "operation": "get",
2090
+ "paginated": false,
2091
+ "path": "twitter.list.get",
2092
+ "scope": [
2093
+ {
2094
+ "name": "twitter"
2095
+ },
2096
+ {
2097
+ "name": "list",
2098
+ "parameter": "identifier",
2099
+ "reference": "list"
2100
+ }
2101
+ ]
2102
+ },
2103
+ {
2104
+ "apiPath": "/v1/twitter/lists/{identifier}/members",
2105
+ "method": "get",
2106
+ "operation": "list",
2107
+ "paginated": true,
2108
+ "path": "twitter.list.members.list",
2109
+ "scope": [
2110
+ {
2111
+ "name": "twitter"
2112
+ },
2113
+ {
2114
+ "name": "list",
2115
+ "parameter": "identifier",
2116
+ "reference": "list"
2117
+ },
2118
+ {
2119
+ "name": "members"
2120
+ }
2121
+ ]
2122
+ },
2123
+ {
2124
+ "apiPath": "/v1/twitter/lists/{identifier}/posts",
2125
+ "method": "get",
2126
+ "operation": "list",
2127
+ "paginated": true,
2128
+ "path": "twitter.list.posts.list",
2129
+ "scope": [
2130
+ {
2131
+ "name": "twitter"
2132
+ },
2133
+ {
2134
+ "name": "list",
2135
+ "parameter": "identifier",
2136
+ "reference": "list"
2137
+ },
2138
+ {
2139
+ "name": "posts"
2140
+ }
2141
+ ]
2142
+ },
2143
+ {
2144
+ "apiPath": "/v1/twitter/posts/{identifier}/comments/{comment_id}/replies",
2145
+ "method": "get",
2146
+ "operation": "list",
2147
+ "paginated": true,
2148
+ "path": "twitter.post.comment.replies.list",
2149
+ "scope": [
2150
+ {
2151
+ "name": "twitter"
2152
+ },
2153
+ {
2154
+ "name": "post",
2155
+ "parameter": "identifier",
2156
+ "reference": "post"
2157
+ },
2158
+ {
2159
+ "name": "comment",
2160
+ "parameter": "comment_id",
2161
+ "reference": "comment"
2162
+ },
2163
+ {
2164
+ "name": "replies"
2165
+ }
2166
+ ]
2167
+ },
2168
+ {
2169
+ "apiPath": "/v1/twitter/posts/{identifier}/comments",
2170
+ "method": "get",
2171
+ "operation": "list",
2172
+ "paginated": true,
2173
+ "path": "twitter.post.comments.list",
2174
+ "scope": [
2175
+ {
2176
+ "name": "twitter"
2177
+ },
2178
+ {
2179
+ "name": "post",
2180
+ "parameter": "identifier",
2181
+ "reference": "post"
2182
+ },
2183
+ {
2184
+ "name": "comments"
2185
+ }
2186
+ ]
2187
+ },
2188
+ {
2189
+ "apiPath": "/v1/twitter/posts/{identifier}",
2190
+ "method": "get",
2191
+ "operation": "get",
2192
+ "paginated": false,
2193
+ "path": "twitter.post.get",
2194
+ "scope": [
2195
+ {
2196
+ "name": "twitter"
2197
+ },
2198
+ {
2199
+ "name": "post",
2200
+ "parameter": "identifier",
2201
+ "reference": "post"
2202
+ }
2203
+ ]
2204
+ },
2205
+ {
2206
+ "apiPath": "/v1/twitter/posts/{identifier}/likers",
2207
+ "method": "get",
2208
+ "operation": "list",
2209
+ "paginated": true,
2210
+ "path": "twitter.post.likers.list",
2211
+ "scope": [
2212
+ {
2213
+ "name": "twitter"
2214
+ },
2215
+ {
2216
+ "name": "post",
2217
+ "parameter": "identifier",
2218
+ "reference": "post"
2219
+ },
2220
+ {
2221
+ "name": "likers"
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "apiPath": "/v1/twitter/posts/{identifier}/reposters",
2227
+ "method": "get",
2228
+ "operation": "list",
2229
+ "paginated": true,
2230
+ "path": "twitter.post.reposters.list",
2231
+ "scope": [
2232
+ {
2233
+ "name": "twitter"
2234
+ },
2235
+ {
2236
+ "name": "post",
2237
+ "parameter": "identifier",
2238
+ "reference": "post"
2239
+ },
2240
+ {
2241
+ "name": "reposters"
2242
+ }
2243
+ ]
2244
+ },
2245
+ {
2246
+ "apiPath": "/v1/twitter/profiles/{identifier}/followers",
2247
+ "method": "get",
2248
+ "operation": "list",
2249
+ "paginated": true,
2250
+ "path": "twitter.profile.followers.list",
2251
+ "scope": [
2252
+ {
2253
+ "name": "twitter"
2254
+ },
2255
+ {
2256
+ "name": "profile",
2257
+ "parameter": "identifier",
2258
+ "reference": "profile"
2259
+ },
2260
+ {
2261
+ "name": "followers"
2262
+ }
2263
+ ]
2264
+ },
2265
+ {
2266
+ "apiPath": "/v1/twitter/profiles/{identifier}/following",
2267
+ "method": "get",
2268
+ "operation": "list",
2269
+ "paginated": true,
2270
+ "path": "twitter.profile.following.list",
2271
+ "scope": [
2272
+ {
2273
+ "name": "twitter"
2274
+ },
2275
+ {
2276
+ "name": "profile",
2277
+ "parameter": "identifier",
2278
+ "reference": "profile"
2279
+ },
2280
+ {
2281
+ "name": "following"
2282
+ }
2283
+ ]
2284
+ },
2285
+ {
2286
+ "apiPath": "/v1/twitter/profiles/{identifier}",
2287
+ "method": "get",
2288
+ "operation": "get",
2289
+ "paginated": false,
2290
+ "path": "twitter.profile.get",
2291
+ "scope": [
2292
+ {
2293
+ "name": "twitter"
2294
+ },
2295
+ {
2296
+ "name": "profile",
2297
+ "parameter": "identifier",
2298
+ "reference": "profile"
2299
+ }
2300
+ ]
2301
+ },
2302
+ {
2303
+ "apiPath": "/v1/twitter/profiles/{identifier}/lists",
2304
+ "method": "get",
2305
+ "operation": "list",
2306
+ "paginated": true,
2307
+ "path": "twitter.profile.lists.list",
2308
+ "scope": [
2309
+ {
2310
+ "name": "twitter"
2311
+ },
2312
+ {
2313
+ "name": "profile",
2314
+ "parameter": "identifier",
2315
+ "reference": "profile"
2316
+ },
2317
+ {
2318
+ "name": "lists"
2319
+ }
2320
+ ]
2321
+ },
2322
+ {
2323
+ "apiPath": "/v1/twitter/profiles/{identifier}/media",
2324
+ "method": "get",
2325
+ "operation": "list",
2326
+ "paginated": true,
2327
+ "path": "twitter.profile.media.list",
2328
+ "scope": [
2329
+ {
2330
+ "name": "twitter"
2331
+ },
2332
+ {
2333
+ "name": "profile",
2334
+ "parameter": "identifier",
2335
+ "reference": "profile"
2336
+ },
2337
+ {
2338
+ "name": "media"
2339
+ }
2340
+ ]
2341
+ },
2342
+ {
2343
+ "apiPath": "/v1/twitter/profiles/{identifier}/posts",
2344
+ "method": "get",
2345
+ "operation": "list",
2346
+ "paginated": true,
2347
+ "path": "twitter.profile.posts.list",
2348
+ "scope": [
2349
+ {
2350
+ "name": "twitter"
2351
+ },
2352
+ {
2353
+ "name": "profile",
2354
+ "parameter": "identifier",
2355
+ "reference": "profile"
2356
+ },
2357
+ {
2358
+ "name": "posts"
2359
+ }
2360
+ ]
2361
+ },
2362
+ {
2363
+ "apiPath": "/v1/twitter/profiles/{identifier}/replies",
2364
+ "method": "get",
2365
+ "operation": "list",
2366
+ "paginated": true,
2367
+ "path": "twitter.profile.replies.list",
2368
+ "scope": [
2369
+ {
2370
+ "name": "twitter"
2371
+ },
2372
+ {
2373
+ "name": "profile",
2374
+ "parameter": "identifier",
2375
+ "reference": "profile"
2376
+ },
2377
+ {
2378
+ "name": "replies"
2379
+ }
2380
+ ]
2381
+ },
2382
+ {
2383
+ "apiPath": "/v1/twitter/search/media",
2384
+ "method": "get",
2385
+ "operation": "list",
2386
+ "paginated": true,
2387
+ "path": "twitter.search.media.list",
2388
+ "scope": [
2389
+ {
2390
+ "name": "twitter"
2391
+ },
2392
+ {
2393
+ "name": "search"
2394
+ },
2395
+ {
2396
+ "name": "media"
2397
+ }
2398
+ ]
2399
+ },
2400
+ {
2401
+ "apiPath": "/v1/twitter/search/posts",
2402
+ "method": "get",
2403
+ "operation": "list",
2404
+ "paginated": true,
2405
+ "path": "twitter.search.posts.list",
2406
+ "scope": [
2407
+ {
2408
+ "name": "twitter"
2409
+ },
2410
+ {
2411
+ "name": "search"
2412
+ },
2413
+ {
2414
+ "name": "posts"
2415
+ }
2416
+ ]
2417
+ },
2418
+ {
2419
+ "apiPath": "/v1/twitter/search/suggestions",
2420
+ "method": "get",
2421
+ "operation": "list",
2422
+ "paginated": true,
2423
+ "path": "twitter.search.suggestions.list",
2424
+ "scope": [
2425
+ {
2426
+ "name": "twitter"
2427
+ },
2428
+ {
2429
+ "name": "search"
2430
+ },
2431
+ {
2432
+ "name": "suggestions"
2433
+ }
2434
+ ]
2435
+ },
2436
+ {
2437
+ "apiPath": "/v1/twitter/search/users",
2438
+ "method": "get",
2439
+ "operation": "list",
2440
+ "paginated": true,
2441
+ "path": "twitter.search.users.list",
2442
+ "scope": [
2443
+ {
2444
+ "name": "twitter"
2445
+ },
2446
+ {
2447
+ "name": "search"
2448
+ },
2449
+ {
2450
+ "name": "users"
2451
+ }
2452
+ ]
2453
+ }
2454
+ ];
2455
+ //# sourceMappingURL=operations.js.map