api.fluff4.me 1.0.222 → 1.0.224
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 +4 -0
- package/openapi.json +17 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -1971,6 +1971,21 @@
|
|
|
1971
1971
|
"required": [
|
|
1972
1972
|
"body"
|
|
1973
1973
|
]
|
|
1974
|
+
},
|
|
1975
|
+
"work_tags": {
|
|
1976
|
+
"type": "object",
|
|
1977
|
+
"properties": {
|
|
1978
|
+
"global": {
|
|
1979
|
+
"type": "number"
|
|
1980
|
+
},
|
|
1981
|
+
"custom": {
|
|
1982
|
+
"type": "number"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
"required": [
|
|
1986
|
+
"global",
|
|
1987
|
+
"custom"
|
|
1988
|
+
]
|
|
1974
1989
|
}
|
|
1975
1990
|
},
|
|
1976
1991
|
"required": [
|
|
@@ -1979,7 +1994,8 @@
|
|
|
1979
1994
|
"work",
|
|
1980
1995
|
"chapter",
|
|
1981
1996
|
"role",
|
|
1982
|
-
"comment"
|
|
1997
|
+
"comment",
|
|
1998
|
+
"work_tags"
|
|
1983
1999
|
]
|
|
1984
2000
|
},
|
|
1985
2001
|
"Notifications": {
|
package/package.json
CHANGED