@gooday_corp/gooday-api-client 1.3.18 → 1.3.19

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
@@ -4842,6 +4842,12 @@ export interface MutualFindFriendRequestPayload {
4842
4842
  * @memberof MutualFindFriendRequestPayload
4843
4843
  */
4844
4844
  'calendar'?: string;
4845
+ /**
4846
+ *
4847
+ * @type {string}
4848
+ * @memberof MutualFindFriendRequestPayload
4849
+ */
4850
+ 'user'?: string;
4845
4851
  /**
4846
4852
  *
4847
4853
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},