api.fluff4.me 1.0.458 → 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 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 {
@@ -323,7 +326,7 @@ export interface FollowsManifest {
323
326
  }
324
327
 
325
328
  export interface Privileges {
326
- 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"[]
327
330
  }
328
331
 
329
332
  export interface RoleCreateBody {
@@ -442,6 +445,7 @@ export interface ManifestFormInputLengths {
442
445
  support_link: number
443
446
  support_message: number
444
447
  pronouns: number
448
+ settings: number
445
449
  }
446
450
  global_tag: {
447
451
  name: number
package/openapi.json CHANGED
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "support_link": {
89
89
  "type": "string",
90
- "maxLength": 128
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": 128
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": 128
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": 128
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": 128
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
  },
@@ -1896,7 +1926,11 @@
1896
1926
  "TagCustomUpdate",
1897
1927
  "TagCustomDelete",
1898
1928
  "TagPromote",
1899
- "TagDemote"
1929
+ "TagDemote",
1930
+ "TagAliasAdd",
1931
+ "TagAliasRemove",
1932
+ "TagRelationshipAdd",
1933
+ "TagRelationshipRemove"
1900
1934
  ]
1901
1935
  }
1902
1936
  }
@@ -2454,6 +2488,9 @@
2454
2488
  },
2455
2489
  "pronouns": {
2456
2490
  "type": "number"
2491
+ },
2492
+ "settings": {
2493
+ "type": "number"
2457
2494
  }
2458
2495
  },
2459
2496
  "required": [
@@ -2462,7 +2499,8 @@
2462
2499
  "description",
2463
2500
  "support_link",
2464
2501
  "support_message",
2465
- "pronouns"
2502
+ "pronouns",
2503
+ "settings"
2466
2504
  ]
2467
2505
  },
2468
2506
  "global_tag": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.458",
3
+ "version": "1.0.459",
4
4
  "types": "index.d.ts"
5
5
  }