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 CHANGED
@@ -938,6 +938,7 @@ export interface ShelfCreateBody {
938
938
  export interface Shelf {
939
939
  name?: string | null
940
940
  description?: string | null
941
+ shelf_id: string
941
942
  filters: ShelfFilters
942
943
  }
943
944
 
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.926",
3
+ "version": "1.0.927",
4
4
  "types": "index.d.ts"
5
5
  }