api.fluff4.me 1.0.644 → 1.0.645

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
@@ -80,8 +80,6 @@ export interface AuthorSelf {
80
80
  link: string
81
81
  }
82
82
  | null
83
- username_colours?: number[] | null
84
- card_colours?: number[] | null
85
83
  }
86
84
 
87
85
  export interface TextBody {
package/openapi.json CHANGED
@@ -395,32 +395,6 @@
395
395
  "type": "null"
396
396
  }
397
397
  ]
398
- },
399
- "username_colours": {
400
- "anyOf": [
401
- {
402
- "type": "array",
403
- "items": {
404
- "type": "number"
405
- }
406
- },
407
- {
408
- "type": "null"
409
- }
410
- ]
411
- },
412
- "card_colours": {
413
- "anyOf": [
414
- {
415
- "type": "array",
416
- "items": {
417
- "type": "number"
418
- }
419
- },
420
- {
421
- "type": "null"
422
- }
423
- ]
424
398
  }
425
399
  },
426
400
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.644",
3
+ "version": "1.0.645",
4
4
  "types": "index.d.ts"
5
5
  }