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 +1 -0
- package/openapi.json +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
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