@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.
- package/api.ts +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
|
-
'
|
|
930
|
+
'formattedAddress'?: string;
|
|
931
931
|
/**
|
|
932
932
|
*
|
|
933
933
|
* @type {string}
|
|
934
934
|
* @memberof LocationMetaDTO
|
|
935
935
|
*/
|
|
936
|
-
'
|
|
936
|
+
'shortFormattedAddress': string;
|
|
937
937
|
}
|
|
938
938
|
/**
|
|
939
939
|
*
|