@antlur/backstage 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antlur/backstage",
3
3
  "author": "Anthony Holmes",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "A simple client for Backstage CMS",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -1,10 +0,0 @@
1
- export default interface MediaItem {
2
- id: string;
3
- file_name: string;
4
- url: string;
5
- transform_url: string;
6
- path: string;
7
- width: number;
8
- height: number;
9
- alt: string;
10
- }
@@ -1,14 +0,0 @@
1
- import MenuCategoryItem from "./MenuCategoryItem";
2
- export default interface MenuCategory {
3
- id: string;
4
- title: string;
5
- subtitle: string | null;
6
- description: string | null;
7
- after_description: string | null;
8
- column_count: number | null;
9
- menu_id: string;
10
- order: number;
11
- created_at: string;
12
- updated_at: string;
13
- items: MenuCategoryItem[];
14
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,17 +0,0 @@
1
- import MenuItem from "./MenuItem";
2
- export interface MenuCategoryItem {
3
- id: string;
4
- menu_category_id: string;
5
- menu_item_id: string;
6
- title: string;
7
- post_title: string | null;
8
- subtitle: string | null;
9
- description: string | null;
10
- price: number | null;
11
- order: number;
12
- price2: number | null;
13
- image_id: string | null;
14
- created_at: string;
15
- updated_at: string;
16
- menu_item: MenuItem;
17
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1,15 +0,0 @@
1
- export default interface MenuItem {
2
- id: string;
3
- account_id: string;
4
- title: string;
5
- post_title: string | null;
6
- subtitle: string | null;
7
- description: string | null;
8
- price: number | null;
9
- price2: number | null;
10
- image_id: string | null;
11
- type: string | null;
12
- overrides: string | null;
13
- created_at: string;
14
- updated_at: string;
15
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes