api.fluff4.me 1.0.457 → 1.0.459
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 +7 -1
- package/openapi.json +65 -7
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export interface AuthorSelf {
|
|
|
40
40
|
patreon_campaign?: PatreonCampaign | null
|
|
41
41
|
patreon_patron?: Authorisation | null
|
|
42
42
|
works?: Work[] | null
|
|
43
|
+
settings?: string | null
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
export interface TextBody {
|
|
@@ -118,6 +119,7 @@ export interface AuthorCreateBody {
|
|
|
118
119
|
feedback_preference_critique?: boolean | null
|
|
119
120
|
feedback_preference_dont_hold_back?: boolean | null
|
|
120
121
|
feedback_preference_typos?: boolean | null
|
|
122
|
+
settings?: string | null
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
export interface AuthorFull {
|
|
@@ -141,6 +143,7 @@ export interface AuthorInsert {
|
|
|
141
143
|
feedback_preference_critique?: boolean | null
|
|
142
144
|
feedback_preference_dont_hold_back?: boolean | null
|
|
143
145
|
feedback_preference_typos?: boolean | null
|
|
146
|
+
settings?: string | null
|
|
144
147
|
}
|
|
145
148
|
|
|
146
149
|
export interface AuthorResolveSearch {
|
|
@@ -217,6 +220,7 @@ export interface Chapter {
|
|
|
217
220
|
time_publish?: string | null
|
|
218
221
|
author: string
|
|
219
222
|
work: string
|
|
223
|
+
tier?: PatreonCampaignTier | null
|
|
220
224
|
is_numbered: boolean
|
|
221
225
|
body: string
|
|
222
226
|
index: number
|
|
@@ -264,6 +268,7 @@ export interface ChapterLite {
|
|
|
264
268
|
time_publish?: string | null
|
|
265
269
|
author: string
|
|
266
270
|
work: string
|
|
271
|
+
tier?: PatreonCampaignTier | null
|
|
267
272
|
is_numbered: boolean
|
|
268
273
|
}
|
|
269
274
|
|
|
@@ -321,7 +326,7 @@ export interface FollowsManifest {
|
|
|
321
326
|
}
|
|
322
327
|
|
|
323
328
|
export interface Privileges {
|
|
324
|
-
privileges: "PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote"[]
|
|
329
|
+
privileges: "PrivilegeGrant" | "PrivilegeRevoke" | "RoleCreate" | "RoleEdit" | "RoleDelete" | "RoleReorder" | "RoleGrant" | "RoleRevoke" | "WorkViewPrivate" | "PrivilegeViewAuthor" | "RoleViewAll" | "TagGlobalCreate" | "TagGlobalDelete" | "TagGlobalUpdate" | "TagCategoryCreate" | "TagCategoryUpdate" | "TagCategoryDelete" | "TagCustomCreate" | "TagCustomUpdate" | "TagCustomDelete" | "TagPromote" | "TagDemote" | "TagAliasAdd" | "TagAliasRemove" | "TagRelationshipAdd" | "TagRelationshipRemove"[]
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
export interface RoleCreateBody {
|
|
@@ -440,6 +445,7 @@ export interface ManifestFormInputLengths {
|
|
|
440
445
|
support_link: number
|
|
441
446
|
support_message: number
|
|
442
447
|
pronouns: number
|
|
448
|
+
settings: number
|
|
443
449
|
}
|
|
444
450
|
global_tag: {
|
|
445
451
|
name: number
|
package/openapi.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
"support_link": {
|
|
89
89
|
"type": "string",
|
|
90
|
-
"maxLength":
|
|
90
|
+
"maxLength": 146
|
|
91
91
|
},
|
|
92
92
|
"support_message": {
|
|
93
93
|
"type": "string",
|
|
@@ -158,6 +158,16 @@
|
|
|
158
158
|
"type": "null"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
|
+
},
|
|
162
|
+
"settings": {
|
|
163
|
+
"anyOf": [
|
|
164
|
+
{
|
|
165
|
+
"type": "string"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"type": "null"
|
|
169
|
+
}
|
|
170
|
+
]
|
|
161
171
|
}
|
|
162
172
|
},
|
|
163
173
|
"required": [
|
|
@@ -207,7 +217,7 @@
|
|
|
207
217
|
},
|
|
208
218
|
"support_link": {
|
|
209
219
|
"type": "string",
|
|
210
|
-
"maxLength":
|
|
220
|
+
"maxLength": 146
|
|
211
221
|
},
|
|
212
222
|
"support_message": {
|
|
213
223
|
"type": "string",
|
|
@@ -494,7 +504,7 @@
|
|
|
494
504
|
"anyOf": [
|
|
495
505
|
{
|
|
496
506
|
"type": "string",
|
|
497
|
-
"maxLength":
|
|
507
|
+
"maxLength": 146
|
|
498
508
|
},
|
|
499
509
|
{
|
|
500
510
|
"type": "null"
|
|
@@ -552,6 +562,16 @@
|
|
|
552
562
|
"type": "null"
|
|
553
563
|
}
|
|
554
564
|
]
|
|
565
|
+
},
|
|
566
|
+
"settings": {
|
|
567
|
+
"anyOf": [
|
|
568
|
+
{
|
|
569
|
+
"type": "string"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "null"
|
|
573
|
+
}
|
|
574
|
+
]
|
|
555
575
|
}
|
|
556
576
|
},
|
|
557
577
|
"required": [
|
|
@@ -572,7 +592,7 @@
|
|
|
572
592
|
},
|
|
573
593
|
"support_link": {
|
|
574
594
|
"type": "string",
|
|
575
|
-
"maxLength":
|
|
595
|
+
"maxLength": 146
|
|
576
596
|
},
|
|
577
597
|
"support_message": {
|
|
578
598
|
"type": "string",
|
|
@@ -650,7 +670,7 @@
|
|
|
650
670
|
"anyOf": [
|
|
651
671
|
{
|
|
652
672
|
"type": "string",
|
|
653
|
-
"maxLength":
|
|
673
|
+
"maxLength": 146
|
|
654
674
|
},
|
|
655
675
|
{
|
|
656
676
|
"type": "null"
|
|
@@ -708,6 +728,16 @@
|
|
|
708
728
|
"type": "null"
|
|
709
729
|
}
|
|
710
730
|
]
|
|
731
|
+
},
|
|
732
|
+
"settings": {
|
|
733
|
+
"anyOf": [
|
|
734
|
+
{
|
|
735
|
+
"type": "string"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"type": "null"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
711
741
|
}
|
|
712
742
|
}
|
|
713
743
|
},
|
|
@@ -1206,6 +1236,16 @@
|
|
|
1206
1236
|
"work": {
|
|
1207
1237
|
"type": "string"
|
|
1208
1238
|
},
|
|
1239
|
+
"tier": {
|
|
1240
|
+
"anyOf": [
|
|
1241
|
+
{
|
|
1242
|
+
"$ref": "#/components/schema/PatreonCampaignTier"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"type": "null"
|
|
1246
|
+
}
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1209
1249
|
"is_numbered": {
|
|
1210
1250
|
"type": "boolean"
|
|
1211
1251
|
},
|
|
@@ -1578,6 +1618,16 @@
|
|
|
1578
1618
|
"work": {
|
|
1579
1619
|
"type": "string"
|
|
1580
1620
|
},
|
|
1621
|
+
"tier": {
|
|
1622
|
+
"anyOf": [
|
|
1623
|
+
{
|
|
1624
|
+
"$ref": "#/components/schema/PatreonCampaignTier"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"type": "null"
|
|
1628
|
+
}
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1581
1631
|
"is_numbered": {
|
|
1582
1632
|
"type": "boolean"
|
|
1583
1633
|
}
|
|
@@ -1876,7 +1926,11 @@
|
|
|
1876
1926
|
"TagCustomUpdate",
|
|
1877
1927
|
"TagCustomDelete",
|
|
1878
1928
|
"TagPromote",
|
|
1879
|
-
"TagDemote"
|
|
1929
|
+
"TagDemote",
|
|
1930
|
+
"TagAliasAdd",
|
|
1931
|
+
"TagAliasRemove",
|
|
1932
|
+
"TagRelationshipAdd",
|
|
1933
|
+
"TagRelationshipRemove"
|
|
1880
1934
|
]
|
|
1881
1935
|
}
|
|
1882
1936
|
}
|
|
@@ -2434,6 +2488,9 @@
|
|
|
2434
2488
|
},
|
|
2435
2489
|
"pronouns": {
|
|
2436
2490
|
"type": "number"
|
|
2491
|
+
},
|
|
2492
|
+
"settings": {
|
|
2493
|
+
"type": "number"
|
|
2437
2494
|
}
|
|
2438
2495
|
},
|
|
2439
2496
|
"required": [
|
|
@@ -2442,7 +2499,8 @@
|
|
|
2442
2499
|
"description",
|
|
2443
2500
|
"support_link",
|
|
2444
2501
|
"support_message",
|
|
2445
|
-
"pronouns"
|
|
2502
|
+
"pronouns",
|
|
2503
|
+
"settings"
|
|
2446
2504
|
]
|
|
2447
2505
|
},
|
|
2448
2506
|
"global_tag": {
|
package/package.json
CHANGED