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 +0 -1
- package/openapi.json +0 -10
- package/package.json +1 -1
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