@soigo-dev/types-soigo-app 1.0.1 → 1.0.2

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/lib/venue.d.ts +2 -1
  2. package/package.json +1 -1
package/lib/venue.d.ts CHANGED
@@ -66,7 +66,8 @@ export declare enum DaysOfWeek {
66
66
  }
67
67
  export interface Venue {
68
68
  readonly id: number;
69
- readonly name: string;
69
+ readonly name_en: string;
70
+ readonly name_th?: string;
70
71
  readonly thumbnail: string;
71
72
  readonly address: string;
72
73
  readonly latitude: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soigo-dev/types-soigo-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",