@soigo-dev/types-soigo-app 2.0.0 → 3.0.0

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 +1 -1
  2. package/package.json +1 -1
package/lib/venue.d.ts CHANGED
@@ -107,7 +107,7 @@ type VenueFlags = {
107
107
  export interface IGetVenueResponse extends IVenue {
108
108
  readonly flags: VenueFlags;
109
109
  }
110
- export interface IGetNearbyVenues {
110
+ export interface IGetNearbyVenuesQuery {
111
111
  readonly lat: number;
112
112
  readonly lng: number;
113
113
  readonly radius: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soigo-dev/types-soigo-app",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",