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.
- package/index.d.ts +7 -7
- package/openapi.json +14 -14
- 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
|
|
831
|
-
"work
|
|
832
|
-
"chapter
|
|
833
|
-
"patreon-needs-reauth": NotificationType
|
|
834
|
-
"work
|
|
835
|
-
"
|
|
836
|
-
"
|
|
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
|
|
4802
|
+
"censored-author": {
|
|
4803
4803
|
"$ref": "#/components/schema/NotificationType"
|
|
4804
4804
|
},
|
|
4805
|
-
"work
|
|
4805
|
+
"censored-work": {
|
|
4806
4806
|
"$ref": "#/components/schema/NotificationType"
|
|
4807
4807
|
},
|
|
4808
|
-
"chapter
|
|
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
|
|
4814
|
+
"comment-work": {
|
|
4815
4815
|
"$ref": "#/components/schema/NotificationType"
|
|
4816
4816
|
},
|
|
4817
|
-
"
|
|
4817
|
+
"placeholder-notif": {
|
|
4818
4818
|
"$ref": "#/components/schema/NotificationType"
|
|
4819
4819
|
},
|
|
4820
|
-
"
|
|
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
|
|
4842
|
-
"work
|
|
4843
|
-
"chapter
|
|
4844
|
-
"patreon-needs-reauth",
|
|
4845
|
-
"work
|
|
4846
|
-
"
|
|
4847
|
-
"
|
|
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