api.fluff4.me 1.0.926 → 1.0.927
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
|
@@ -5363,11 +5363,15 @@
|
|
|
5363
5363
|
}
|
|
5364
5364
|
]
|
|
5365
5365
|
},
|
|
5366
|
+
"shelf_id": {
|
|
5367
|
+
"type": "string"
|
|
5368
|
+
},
|
|
5366
5369
|
"filters": {
|
|
5367
5370
|
"$ref": "#/components/schema/ShelfFilters"
|
|
5368
5371
|
}
|
|
5369
5372
|
},
|
|
5370
5373
|
"required": [
|
|
5374
|
+
"shelf_id",
|
|
5371
5375
|
"filters"
|
|
5372
5376
|
]
|
|
5373
5377
|
},
|
package/package.json
CHANGED