ttfm-socket 1.0.7 → 1.1.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.
@@ -171,6 +171,7 @@ export declare type OtherUserProfileResDto = {
171
171
  uuid: string;
172
172
  avatarId: string;
173
173
  nickname: string;
174
+ discordNickname: string;
174
175
  firstName: string;
175
176
  lastName: string;
176
177
  pronoun: string;
@@ -185,6 +186,7 @@ export declare type OtherUserProfileResDto = {
185
186
  twitter: string;
186
187
  snapchat: string;
187
188
  tiktok: string;
189
+ discord: string;
188
190
  badges: Array<"VERIFIED" | "PLATINUM" | "DOUBLE_PLATINUM" | "JQBX" | "STAFF">;
189
191
  priceForGig: number;
190
192
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttfm-socket",
3
- "version": "1.0.7",
3
+ "version": "1.1.2",
4
4
  "main": "./dist-client/client/index.js",
5
5
  "typings": "./dist-client/client/index.d.ts",
6
6
  "devDependencies": {