@gooday_corp/gooday-api-client 1.2.17 → 1.2.18

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 +6 -0
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -99,6 +99,12 @@ export interface ActivityResponse {
99
99
  * @memberof ActivityResponse
100
100
  */
101
101
  'value': string;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof ActivityResponse
106
+ */
107
+ 'image': string;
102
108
  }
103
109
  /**
104
110
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},