api.fluff4.me 1.0.293 → 1.0.294

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
@@ -417,6 +417,7 @@ export interface NotificationType {
417
417
  export type Notifications = Notification[]
418
418
 
419
419
  export interface Notification {
420
+ id: string
420
421
  type: string
421
422
  created_time: string
422
423
  read: boolean
package/openapi.json CHANGED
@@ -2117,6 +2117,9 @@
2117
2117
  "Notification": {
2118
2118
  "type": "object",
2119
2119
  "properties": {
2120
+ "id": {
2121
+ "type": "string"
2122
+ },
2120
2123
  "type": {
2121
2124
  "type": "string"
2122
2125
  },
@@ -2188,6 +2191,7 @@
2188
2191
  }
2189
2192
  },
2190
2193
  "required": [
2194
+ "id",
2191
2195
  "type",
2192
2196
  "created_time",
2193
2197
  "read"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.293",
3
+ "version": "1.0.294",
4
4
  "types": "index.d.ts"
5
5
  }