trand_common_v1 0.1.22 → 0.1.23

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.
@@ -277,8 +277,8 @@ export type PreContent = PreContentListAdmin & {
277
277
  is_dinner: boolean | null;
278
278
  is_bar: boolean | null;
279
279
  is_club: boolean | null;
280
- possible_google_place_ids: string | null;
281
- possible_trip_advisor_ids: string | null;
280
+ possible_google_place_ids: string[] | null;
281
+ possible_trip_advisor_ids: string[] | null;
282
282
  admin_memo: string | null;
283
283
  is_gp_api_fetch_started: boolean | null;
284
284
  is_gp_api_fetch_finished: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"