@simonarcher/fika-types 1.0.13 → 1.0.14

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.
Files changed (2) hide show
  1. package/dist/coffee.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/coffee.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { GeoPoint, Timestamp } from "firebase-admin/firestore";
2
- export interface RoasterData {
2
+ export interface Roaster {
3
3
  id: string;
4
4
  name: string;
5
5
  logoImage?: string;
@@ -33,7 +33,7 @@ export interface RoasterData {
33
33
  suppliedShops?: string[];
34
34
  geoPoint?: GeoPoint;
35
35
  }
36
- export interface SubmissionRoasterData {
36
+ export interface SubmissionRoaster {
37
37
  name: string;
38
38
  logoImage?: string;
39
39
  about?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",