@be-link/cs-cli-nodejs 0.0.123 → 0.0.125
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.
|
@@ -45,7 +45,7 @@ export declare namespace ServiceVenue {
|
|
|
45
45
|
city: string;
|
|
46
46
|
province: string;
|
|
47
47
|
address: string;
|
|
48
|
-
|
|
48
|
+
location: {
|
|
49
49
|
lat: number;
|
|
50
50
|
lng: number;
|
|
51
51
|
};
|
|
@@ -198,12 +198,11 @@ export declare namespace ServiceVenue {
|
|
|
198
198
|
city: string;
|
|
199
199
|
province: string;
|
|
200
200
|
address: string;
|
|
201
|
-
|
|
201
|
+
location: {
|
|
202
202
|
lat: number;
|
|
203
203
|
lng: number;
|
|
204
204
|
};
|
|
205
205
|
};
|
|
206
|
-
pics: string[];
|
|
207
206
|
type: string;
|
|
208
207
|
name: string;
|
|
209
208
|
basicInfo?: {
|