api.fluff4.me 1.0.697 → 1.0.700

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
@@ -748,7 +748,6 @@ export interface NotificationCount {
748
748
  unread_notification_count: number
749
749
  notification_time_last_modified: string
750
750
  notification_time_last_modified_or_state_changed: string
751
- reports_time_last_update?: number | null
752
751
  }
753
752
 
754
753
  export interface NotificationsBody {
package/openapi.json CHANGED
@@ -4205,16 +4205,6 @@
4205
4205
  },
4206
4206
  "notification_time_last_modified_or_state_changed": {
4207
4207
  "type": "string"
4208
- },
4209
- "reports_time_last_update": {
4210
- "anyOf": [
4211
- {
4212
- "type": "number"
4213
- },
4214
- {
4215
- "type": "null"
4216
- }
4217
- ]
4218
4208
  }
4219
4209
  },
4220
4210
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.697",
3
+ "version": "1.0.700",
4
4
  "types": "index.d.ts"
5
5
  }