api.fluff4.me 1.0.1135 → 1.0.1136
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/index.d.ts +14 -14
- package/openapi.json +16 -16
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -534,13 +534,13 @@ export interface FollowsManifest {
|
|
|
534
534
|
author: Follow[]
|
|
535
535
|
work: Follow[]
|
|
536
536
|
tag: Follow[]
|
|
537
|
-
|
|
537
|
+
tag_category: Follow[]
|
|
538
538
|
}
|
|
539
539
|
ignoring: {
|
|
540
540
|
author: Follow[]
|
|
541
541
|
work: Follow[]
|
|
542
542
|
tag: Follow[]
|
|
543
|
-
|
|
543
|
+
tag_category: Follow[]
|
|
544
544
|
}
|
|
545
545
|
}
|
|
546
546
|
|
|
@@ -1509,37 +1509,37 @@ export interface Paths {
|
|
|
1509
1509
|
search?: undefined
|
|
1510
1510
|
response: Response<Follow> | ErrorResponse
|
|
1511
1511
|
},
|
|
1512
|
-
"/v2/follows/
|
|
1512
|
+
"/v2/follows/tag_category/{id}/follow": {
|
|
1513
1513
|
method: "post"
|
|
1514
1514
|
body?: undefined
|
|
1515
1515
|
search?: undefined
|
|
1516
1516
|
response: Response<Follow> | ErrorResponse
|
|
1517
1517
|
},
|
|
1518
|
-
"/v2/follows/
|
|
1518
|
+
"/v2/follows/tag_category/{id}/unfollow": {
|
|
1519
1519
|
method: "post"
|
|
1520
1520
|
body?: undefined
|
|
1521
1521
|
search?: undefined
|
|
1522
1522
|
response: Response<Follow | null> | ErrorResponse
|
|
1523
1523
|
},
|
|
1524
|
-
"/v2/follows/
|
|
1524
|
+
"/v2/follows/tag_category/{id}/following": {
|
|
1525
1525
|
method: "get"
|
|
1526
1526
|
body?: undefined
|
|
1527
1527
|
search?: undefined
|
|
1528
1528
|
response: Response<Follow> | ErrorResponse
|
|
1529
1529
|
},
|
|
1530
|
-
"/v2/follows/
|
|
1530
|
+
"/v2/follows/tag_category/{id}/ignore": {
|
|
1531
1531
|
method: "post"
|
|
1532
1532
|
body?: undefined
|
|
1533
1533
|
search?: undefined
|
|
1534
1534
|
response: Response<Follow> | ErrorResponse
|
|
1535
1535
|
},
|
|
1536
|
-
"/v2/follows/
|
|
1536
|
+
"/v2/follows/tag_category/{id}/unignore": {
|
|
1537
1537
|
method: "post"
|
|
1538
1538
|
body?: undefined
|
|
1539
1539
|
search?: undefined
|
|
1540
1540
|
response: Response<Follow | null> | ErrorResponse
|
|
1541
1541
|
},
|
|
1542
|
-
"/v2/follows/
|
|
1542
|
+
"/v2/follows/tag_category/{id}/ignoring": {
|
|
1543
1543
|
method: "get"
|
|
1544
1544
|
body?: undefined
|
|
1545
1545
|
search?: undefined
|
|
@@ -2565,7 +2565,7 @@ export interface Paths {
|
|
|
2565
2565
|
search?: undefined
|
|
2566
2566
|
response: Response<Follow> | ErrorResponse
|
|
2567
2567
|
},
|
|
2568
|
-
"/follow/
|
|
2568
|
+
"/follow/tag_category/{id}": {
|
|
2569
2569
|
method: "post"
|
|
2570
2570
|
body?: undefined
|
|
2571
2571
|
search?: undefined
|
|
@@ -2589,7 +2589,7 @@ export interface Paths {
|
|
|
2589
2589
|
search?: undefined
|
|
2590
2590
|
response: Response<Follow | null> | ErrorResponse
|
|
2591
2591
|
},
|
|
2592
|
-
"/unfollow/
|
|
2592
|
+
"/unfollow/tag_category/{id}": {
|
|
2593
2593
|
method: "post"
|
|
2594
2594
|
body?: undefined
|
|
2595
2595
|
search?: undefined
|
|
@@ -2625,7 +2625,7 @@ export interface Paths {
|
|
|
2625
2625
|
search?: undefined
|
|
2626
2626
|
response: Response<Follow> | ErrorResponse
|
|
2627
2627
|
},
|
|
2628
|
-
"/follows/
|
|
2628
|
+
"/follows/tag_category/{id}": {
|
|
2629
2629
|
method: "get"
|
|
2630
2630
|
body?: undefined
|
|
2631
2631
|
search?: undefined
|
|
@@ -2649,7 +2649,7 @@ export interface Paths {
|
|
|
2649
2649
|
search?: undefined
|
|
2650
2650
|
response: Response<Follow> | ErrorResponse
|
|
2651
2651
|
},
|
|
2652
|
-
"/ignore/
|
|
2652
|
+
"/ignore/tag_category/{id}": {
|
|
2653
2653
|
method: "post"
|
|
2654
2654
|
body?: undefined
|
|
2655
2655
|
search?: undefined
|
|
@@ -2679,7 +2679,7 @@ export interface Paths {
|
|
|
2679
2679
|
search?: undefined
|
|
2680
2680
|
response: Response<Follow | null> | ErrorResponse
|
|
2681
2681
|
},
|
|
2682
|
-
"/unignore/
|
|
2682
|
+
"/unignore/tag_category/{id}": {
|
|
2683
2683
|
method: "post"
|
|
2684
2684
|
body?: undefined
|
|
2685
2685
|
search?: undefined
|
|
@@ -2715,7 +2715,7 @@ export interface Paths {
|
|
|
2715
2715
|
search?: undefined
|
|
2716
2716
|
response: Response<Follow> | ErrorResponse
|
|
2717
2717
|
},
|
|
2718
|
-
"/ignores/
|
|
2718
|
+
"/ignores/tag_category/{id}": {
|
|
2719
2719
|
method: "get"
|
|
2720
2720
|
body?: undefined
|
|
2721
2721
|
search?: undefined
|
package/openapi.json
CHANGED
|
@@ -3539,7 +3539,7 @@
|
|
|
3539
3539
|
"$ref": "#/components/schema/Follow"
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
|
-
"
|
|
3542
|
+
"tag_category": {
|
|
3543
3543
|
"type": "array",
|
|
3544
3544
|
"items": {
|
|
3545
3545
|
"$ref": "#/components/schema/Follow"
|
|
@@ -3550,7 +3550,7 @@
|
|
|
3550
3550
|
"author",
|
|
3551
3551
|
"work",
|
|
3552
3552
|
"tag",
|
|
3553
|
-
"
|
|
3553
|
+
"tag_category"
|
|
3554
3554
|
]
|
|
3555
3555
|
},
|
|
3556
3556
|
"ignoring": {
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"$ref": "#/components/schema/Follow"
|
|
3575
3575
|
}
|
|
3576
3576
|
},
|
|
3577
|
-
"
|
|
3577
|
+
"tag_category": {
|
|
3578
3578
|
"type": "array",
|
|
3579
3579
|
"items": {
|
|
3580
3580
|
"$ref": "#/components/schema/Follow"
|
|
@@ -3585,7 +3585,7 @@
|
|
|
3585
3585
|
"author",
|
|
3586
3586
|
"work",
|
|
3587
3587
|
"tag",
|
|
3588
|
-
"
|
|
3588
|
+
"tag_category"
|
|
3589
3589
|
]
|
|
3590
3590
|
}
|
|
3591
3591
|
},
|
|
@@ -9256,7 +9256,7 @@
|
|
|
9256
9256
|
}
|
|
9257
9257
|
}
|
|
9258
9258
|
},
|
|
9259
|
-
"/v2/follows/
|
|
9259
|
+
"/v2/follows/tag_category/{id}/follow": {
|
|
9260
9260
|
"parameters": [
|
|
9261
9261
|
{
|
|
9262
9262
|
"name": "id",
|
|
@@ -9296,7 +9296,7 @@
|
|
|
9296
9296
|
}
|
|
9297
9297
|
}
|
|
9298
9298
|
},
|
|
9299
|
-
"/v2/follows/
|
|
9299
|
+
"/v2/follows/tag_category/{id}/unfollow": {
|
|
9300
9300
|
"parameters": [
|
|
9301
9301
|
{
|
|
9302
9302
|
"name": "id",
|
|
@@ -9343,7 +9343,7 @@
|
|
|
9343
9343
|
}
|
|
9344
9344
|
}
|
|
9345
9345
|
},
|
|
9346
|
-
"/v2/follows/
|
|
9346
|
+
"/v2/follows/tag_category/{id}/following": {
|
|
9347
9347
|
"parameters": [
|
|
9348
9348
|
{
|
|
9349
9349
|
"name": "id",
|
|
@@ -9386,7 +9386,7 @@
|
|
|
9386
9386
|
}
|
|
9387
9387
|
}
|
|
9388
9388
|
},
|
|
9389
|
-
"/v2/follows/
|
|
9389
|
+
"/v2/follows/tag_category/{id}/ignore": {
|
|
9390
9390
|
"parameters": [
|
|
9391
9391
|
{
|
|
9392
9392
|
"name": "id",
|
|
@@ -9426,7 +9426,7 @@
|
|
|
9426
9426
|
}
|
|
9427
9427
|
}
|
|
9428
9428
|
},
|
|
9429
|
-
"/v2/follows/
|
|
9429
|
+
"/v2/follows/tag_category/{id}/unignore": {
|
|
9430
9430
|
"parameters": [
|
|
9431
9431
|
{
|
|
9432
9432
|
"name": "id",
|
|
@@ -9473,7 +9473,7 @@
|
|
|
9473
9473
|
}
|
|
9474
9474
|
}
|
|
9475
9475
|
},
|
|
9476
|
-
"/v2/follows/
|
|
9476
|
+
"/v2/follows/tag_category/{id}/ignoring": {
|
|
9477
9477
|
"parameters": [
|
|
9478
9478
|
{
|
|
9479
9479
|
"name": "id",
|
|
@@ -17383,7 +17383,7 @@
|
|
|
17383
17383
|
}
|
|
17384
17384
|
}
|
|
17385
17385
|
},
|
|
17386
|
-
"/follow/
|
|
17386
|
+
"/follow/tag_category/{id}": {
|
|
17387
17387
|
"parameters": [
|
|
17388
17388
|
{
|
|
17389
17389
|
"name": "id",
|
|
@@ -17561,7 +17561,7 @@
|
|
|
17561
17561
|
}
|
|
17562
17562
|
}
|
|
17563
17563
|
},
|
|
17564
|
-
"/unfollow/
|
|
17564
|
+
"/unfollow/tag_category/{id}": {
|
|
17565
17565
|
"parameters": [
|
|
17566
17566
|
{
|
|
17567
17567
|
"name": "id",
|
|
@@ -17877,7 +17877,7 @@
|
|
|
17877
17877
|
}
|
|
17878
17878
|
}
|
|
17879
17879
|
},
|
|
17880
|
-
"/follows/
|
|
17880
|
+
"/follows/tag_category/{id}": {
|
|
17881
17881
|
"parameters": [
|
|
17882
17882
|
{
|
|
17883
17883
|
"name": "id",
|
|
@@ -18047,7 +18047,7 @@
|
|
|
18047
18047
|
}
|
|
18048
18048
|
}
|
|
18049
18049
|
},
|
|
18050
|
-
"/ignore/
|
|
18050
|
+
"/ignore/tag_category/{id}": {
|
|
18051
18051
|
"parameters": [
|
|
18052
18052
|
{
|
|
18053
18053
|
"name": "id",
|
|
@@ -18250,7 +18250,7 @@
|
|
|
18250
18250
|
}
|
|
18251
18251
|
}
|
|
18252
18252
|
},
|
|
18253
|
-
"/unignore/
|
|
18253
|
+
"/unignore/tag_category/{id}": {
|
|
18254
18254
|
"parameters": [
|
|
18255
18255
|
{
|
|
18256
18256
|
"name": "id",
|
|
@@ -18554,7 +18554,7 @@
|
|
|
18554
18554
|
}
|
|
18555
18555
|
}
|
|
18556
18556
|
},
|
|
18557
|
-
"/ignores/
|
|
18557
|
+
"/ignores/tag_category/{id}": {
|
|
18558
18558
|
"parameters": [
|
|
18559
18559
|
{
|
|
18560
18560
|
"name": "id",
|
package/package.json
CHANGED