api.fluff4.me 1.0.1071 → 1.0.1072

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 +7 -7
  2. package/openapi.json +14 -14
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -827,13 +827,13 @@ export interface ManifestNotificationTypes {
827
827
  "report-work-unlock": NotificationType
828
828
  "work-locked": NotificationType
829
829
  "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
830
+ "censored-author": NotificationType
831
+ "censored-work": NotificationType
832
+ "censored-chapter": NotificationType
833
+ "moderation-patreon-needs-reauth": NotificationType
834
+ "comment-work": NotificationType
835
+ "placeholder-notif": NotificationType
836
+ "moderation-suspicious-author": NotificationType
837
837
  }
838
838
 
839
839
  export interface NotificationType {
package/openapi.json CHANGED
@@ -4799,25 +4799,25 @@
4799
4799
  "work-unlocked": {
4800
4800
  "$ref": "#/components/schema/NotificationType"
4801
4801
  },
4802
- "author-censored": {
4802
+ "censored-author": {
4803
4803
  "$ref": "#/components/schema/NotificationType"
4804
4804
  },
4805
- "work-censored": {
4805
+ "censored-work": {
4806
4806
  "$ref": "#/components/schema/NotificationType"
4807
4807
  },
4808
- "chapter-censored": {
4808
+ "censored-chapter": {
4809
4809
  "$ref": "#/components/schema/NotificationType"
4810
4810
  },
4811
- "patreon-needs-reauth": {
4811
+ "moderation-patreon-needs-reauth": {
4812
4812
  "$ref": "#/components/schema/NotificationType"
4813
4813
  },
4814
- "work-recommendation": {
4814
+ "comment-work": {
4815
4815
  "$ref": "#/components/schema/NotificationType"
4816
4816
  },
4817
- "recommendation-mention": {
4817
+ "placeholder-notif": {
4818
4818
  "$ref": "#/components/schema/NotificationType"
4819
4819
  },
4820
- "author-marked-suspicious": {
4820
+ "moderation-suspicious-author": {
4821
4821
  "$ref": "#/components/schema/NotificationType"
4822
4822
  }
4823
4823
  },
@@ -4838,13 +4838,13 @@
4838
4838
  "report-work-unlock",
4839
4839
  "work-locked",
4840
4840
  "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"
4841
+ "censored-author",
4842
+ "censored-work",
4843
+ "censored-chapter",
4844
+ "moderation-patreon-needs-reauth",
4845
+ "comment-work",
4846
+ "placeholder-notif",
4847
+ "moderation-suspicious-author"
4848
4848
  ]
4849
4849
  },
4850
4850
  "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.1072",
4
4
  "types": "index.d.ts"
5
5
  }