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 CHANGED
@@ -387,6 +387,10 @@ export interface ManifestFormInputLengths {
387
387
  description: number
388
388
  }
389
389
  comment: { body: number }
390
+ work_tags: {
391
+ global: number
392
+ custom: number
393
+ }
390
394
  }
391
395
 
392
396
  export type Notifications = Notification[]
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.222",
3
+ "version": "1.0.224",
4
4
  "types": "index.d.ts"
5
5
  }