@jealous-robot-dev/shared-types-responses 1.9.3 → 1.9.4

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.
@@ -1,2 +1 @@
1
1
  export * from './profile-basic-data';
2
- export * from './update-profile-pic';
@@ -11,4 +11,3 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11
11
  };
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  __exportStar(require("./profile-basic-data"), exports);
14
- __exportStar(require("./update-profile-pic"), exports);
@@ -107,6 +107,12 @@ export interface UserProfilePhrases {
107
107
  location: string;
108
108
  twitterUsername: string;
109
109
  websiteUrl: string;
110
+ update_avatar: {
111
+ title: string;
112
+ description: string;
113
+ upload_photo: string;
114
+ delete_photo: string;
115
+ };
110
116
  };
111
117
  }
112
118
  export interface UserProfileResponse extends QueryResponse<UserProfileData, UserProfilePhrases> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,6 +0,0 @@
1
- export interface UpdateProfilePicPhrases {
2
- title: string;
3
- description: string;
4
- upload_photo: string;
5
- delete_photo: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });