api.fluff4.me 1.0.1071 → 1.0.1076

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 (3) hide show
  1. package/index.d.ts +8 -7
  2. package/openapi.json +24 -14
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -331,6 +331,7 @@ export interface Work {
331
331
  custom_tags?: CustomTag[] | null
332
332
  last_chapter: string
333
333
  statistics?: WorkStatistics | null
334
+ recommendation?: Comment | null
334
335
  }
335
336
 
336
337
  export interface WorkCreateBody {
@@ -827,13 +828,13 @@ export interface ManifestNotificationTypes {
827
828
  "report-work-unlock": NotificationType
828
829
  "work-locked": NotificationType
829
830
  "work-unlocked": NotificationType
830
- "author-censored": NotificationType
831
- "work-censored": NotificationType
832
- "chapter-censored": NotificationType
833
- "patreon-needs-reauth": NotificationType
834
- "work-recommendation": NotificationType
835
- "recommendation-mention": NotificationType
836
- "author-marked-suspicious": NotificationType
831
+ "censored-author": NotificationType
832
+ "censored-work": NotificationType
833
+ "censored-chapter": NotificationType
834
+ "moderation-patreon-needs-reauth": NotificationType
835
+ "comment-work": NotificationType
836
+ "placeholder-notif": NotificationType
837
+ "moderation-suspicious-author": NotificationType
837
838
  }
838
839
 
839
840
  export interface NotificationType {
package/openapi.json CHANGED
@@ -2013,6 +2013,16 @@
2013
2013
  "type": "null"
2014
2014
  }
2015
2015
  ]
2016
+ },
2017
+ "recommendation": {
2018
+ "anyOf": [
2019
+ {
2020
+ "$ref": "#/components/schema/Comment"
2021
+ },
2022
+ {
2023
+ "type": "null"
2024
+ }
2025
+ ]
2016
2026
  }
2017
2027
  },
2018
2028
  "required": [
@@ -4799,25 +4809,25 @@
4799
4809
  "work-unlocked": {
4800
4810
  "$ref": "#/components/schema/NotificationType"
4801
4811
  },
4802
- "author-censored": {
4812
+ "censored-author": {
4803
4813
  "$ref": "#/components/schema/NotificationType"
4804
4814
  },
4805
- "work-censored": {
4815
+ "censored-work": {
4806
4816
  "$ref": "#/components/schema/NotificationType"
4807
4817
  },
4808
- "chapter-censored": {
4818
+ "censored-chapter": {
4809
4819
  "$ref": "#/components/schema/NotificationType"
4810
4820
  },
4811
- "patreon-needs-reauth": {
4821
+ "moderation-patreon-needs-reauth": {
4812
4822
  "$ref": "#/components/schema/NotificationType"
4813
4823
  },
4814
- "work-recommendation": {
4824
+ "comment-work": {
4815
4825
  "$ref": "#/components/schema/NotificationType"
4816
4826
  },
4817
- "recommendation-mention": {
4827
+ "placeholder-notif": {
4818
4828
  "$ref": "#/components/schema/NotificationType"
4819
4829
  },
4820
- "author-marked-suspicious": {
4830
+ "moderation-suspicious-author": {
4821
4831
  "$ref": "#/components/schema/NotificationType"
4822
4832
  }
4823
4833
  },
@@ -4838,13 +4848,13 @@
4838
4848
  "report-work-unlock",
4839
4849
  "work-locked",
4840
4850
  "work-unlocked",
4841
- "author-censored",
4842
- "work-censored",
4843
- "chapter-censored",
4844
- "patreon-needs-reauth",
4845
- "work-recommendation",
4846
- "recommendation-mention",
4847
- "author-marked-suspicious"
4851
+ "censored-author",
4852
+ "censored-work",
4853
+ "censored-chapter",
4854
+ "moderation-patreon-needs-reauth",
4855
+ "comment-work",
4856
+ "placeholder-notif",
4857
+ "moderation-suspicious-author"
4848
4858
  ]
4849
4859
  },
4850
4860
  "NotificationType": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1071",
3
+ "version": "1.0.1076",
4
4
  "types": "index.d.ts"
5
5
  }