@gooday_corp/gooday-api-client 1.1.12-beta-1 → 1.1.12-beta-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/api.ts +2 -2
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -927,13 +927,13 @@ export interface LocationMetaDTO {
927
927
  * @type {string}
928
928
  * @memberof LocationMetaDTO
929
929
  */
930
- 'label'?: string;
930
+ 'formattedAddress'?: string;
931
931
  /**
932
932
  *
933
933
  * @type {string}
934
934
  * @memberof LocationMetaDTO
935
935
  */
936
- 'shortLabel': string;
936
+ 'shortFormattedAddress': string;
937
937
  }
938
938
  /**
939
939
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.1.12-beta-1",
3
+ "version": "1.1.12-beta-2",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},