@wireapp/api-client 20.4.1 → 20.5.0

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 (196) hide show
  1. package/package.json +22 -22
  2. package/src/APIClient.d.ts +1 -1
  3. package/src/Config.d.ts +1 -1
  4. package/src/account/AccountAPI.d.ts +4 -4
  5. package/src/account/index.js +5 -1
  6. package/src/account/index.js.map +1 -1
  7. package/src/asset/AssetAPI.d.ts +1 -1
  8. package/src/asset/index.js +5 -1
  9. package/src/asset/index.js.map +1 -1
  10. package/src/auth/AccessTokenStore.d.ts +1 -1
  11. package/src/auth/AuthAPI.d.ts +6 -6
  12. package/src/auth/ClientPreKey.d.ts +1 -1
  13. package/src/auth/Context.d.ts +1 -1
  14. package/src/auth/CookieStore.d.ts +1 -1
  15. package/src/auth/LoginData.d.ts +1 -1
  16. package/src/auth/PreKeyBundle.d.ts +2 -2
  17. package/src/auth/RegisterData.d.ts +2 -2
  18. package/src/auth/SendLoginCode.d.ts +1 -1
  19. package/src/auth/index.js +5 -1
  20. package/src/auth/index.js.map +1 -1
  21. package/src/broadcast/BroadcastAPI.d.ts +2 -2
  22. package/src/broadcast/index.js +5 -1
  23. package/src/broadcast/index.js.map +1 -1
  24. package/src/client/ClientAPI.d.ts +2 -2
  25. package/src/client/NewClient.d.ts +2 -2
  26. package/src/client/PublicClient.d.ts +1 -1
  27. package/src/client/RegisteredClient.d.ts +1 -1
  28. package/src/client/index.js +5 -1
  29. package/src/client/index.js.map +1 -1
  30. package/src/connection/Connection.d.ts +1 -1
  31. package/src/connection/ConnectionAPI.d.ts +1 -1
  32. package/src/connection/ConnectionUpdate.d.ts +1 -1
  33. package/src/connection/UserConnectionList.d.ts +1 -1
  34. package/src/connection/index.js +5 -1
  35. package/src/connection/index.js.map +1 -1
  36. package/src/conversation/ClientMismatch.d.ts +1 -1
  37. package/src/conversation/Conversation.d.ts +3 -3
  38. package/src/conversation/ConversationAPI/ConversationAPI.d.ts +2 -2
  39. package/src/conversation/ConversationAPI/index.js +5 -1
  40. package/src/conversation/ConversationAPI/index.js.map +1 -1
  41. package/src/conversation/ConversationMembers.d.ts +1 -1
  42. package/src/conversation/Conversations.d.ts +1 -1
  43. package/src/conversation/Member.d.ts +1 -1
  44. package/src/conversation/NewConversation.d.ts +5 -5
  45. package/src/conversation/NewOTRMessage.d.ts +1 -1
  46. package/src/conversation/OTRRecipients.d.ts +1 -1
  47. package/src/conversation/OtherMember.d.ts +3 -3
  48. package/src/conversation/QualifiedConversationIds.d.ts +1 -1
  49. package/src/conversation/data/ConversationAccessUpdateData.d.ts +1 -1
  50. package/src/conversation/data/ConversationCodeUpdateData.d.ts +1 -1
  51. package/src/conversation/data/ConversationCreateData.d.ts +1 -1
  52. package/src/conversation/data/ConversationMemberUpdateData.d.ts +2 -2
  53. package/src/conversation/data/index.js +5 -1
  54. package/src/conversation/data/index.js.map +1 -1
  55. package/src/conversation/index.js +5 -1
  56. package/src/conversation/index.js.map +1 -1
  57. package/src/env/index.js +5 -1
  58. package/src/env/index.js.map +1 -1
  59. package/src/event/BackendEvent.d.ts +4 -4
  60. package/src/event/ConversationEvent.d.ts +1 -1
  61. package/src/event/TeamEvent.d.ts +1 -1
  62. package/src/event/UserEvent.d.ts +1 -1
  63. package/src/event/index.js +5 -1
  64. package/src/event/index.js.map +1 -1
  65. package/src/giphy/GiphyAPI.d.ts +3 -3
  66. package/src/giphy/GiphyResult.d.ts +1 -1
  67. package/src/giphy/index.js +5 -1
  68. package/src/giphy/index.js.map +1 -1
  69. package/src/http/BackendError.d.ts +2 -2
  70. package/src/http/HttpClient.js +5 -1
  71. package/src/http/HttpClient.js.map +1 -1
  72. package/src/http/RequestProgressHandler.d.ts +1 -1
  73. package/src/http/index.js +5 -1
  74. package/src/http/index.js.map +1 -1
  75. package/src/notification/Notification.d.ts +1 -1
  76. package/src/notification/NotificationAPI.d.ts +1 -1
  77. package/src/notification/NotificationList.d.ts +1 -1
  78. package/src/notification/index.js +5 -1
  79. package/src/notification/index.js.map +1 -1
  80. package/src/obfuscation/ObfuscationUtil.d.ts +2 -2
  81. package/src/obfuscation/index.js +5 -1
  82. package/src/obfuscation/index.js.map +1 -1
  83. package/src/self/Consent.d.ts +1 -1
  84. package/src/self/ConsentResults.d.ts +1 -1
  85. package/src/self/Self.d.ts +2 -2
  86. package/src/self/SelfAPI.d.ts +4 -4
  87. package/src/self/index.js +5 -1
  88. package/src/self/index.js.map +1 -1
  89. package/src/serviceProvider/LoginServiceProviderData.d.ts +1 -1
  90. package/src/serviceProvider/NewServiceProvider.d.ts +1 -1
  91. package/src/serviceProvider/ServiceProviderAPI.d.ts +6 -6
  92. package/src/serviceProvider/UpdateServiceProviderData.d.ts +1 -1
  93. package/src/serviceProvider/index.js +5 -1
  94. package/src/serviceProvider/index.js.map +1 -1
  95. package/src/services/Service.d.ts +5 -5
  96. package/src/services/ServicesAPI.d.ts +3 -3
  97. package/src/services/index.js +5 -1
  98. package/src/services/index.js.map +1 -1
  99. package/src/shims/browser/buffer.js +5 -1
  100. package/src/shims/browser/buffer.js.map +1 -1
  101. package/src/shims/browser/cookie.d.ts +3 -3
  102. package/src/shims/node/cookie.d.ts +2 -2
  103. package/src/tcp/ReconnectingWebsocket.js +5 -1
  104. package/src/tcp/ReconnectingWebsocket.js.map +1 -1
  105. package/src/tcp/WebSocketClient.d.ts +2 -2
  106. package/src/tcp/index.js +5 -1
  107. package/src/tcp/index.js.map +1 -1
  108. package/src/team/billing/BillingAPI.d.ts +1 -1
  109. package/src/team/billing/InvoiceData.d.ts +1 -1
  110. package/src/team/billing/InvoiceUpcomingData.d.ts +1 -1
  111. package/src/team/billing/index.js +5 -1
  112. package/src/team/billing/index.js.map +1 -1
  113. package/src/team/conversation/TeamConversationAPI.d.ts +3 -3
  114. package/src/team/conversation/index.js +5 -1
  115. package/src/team/conversation/index.js.map +1 -1
  116. package/src/team/data/TeamMemberUpdateData.d.ts +1 -1
  117. package/src/team/data/index.js +5 -1
  118. package/src/team/data/index.js.map +1 -1
  119. package/src/team/feature/FeatureAPI.d.ts +2 -2
  120. package/src/team/feature/FeatureList.d.ts +1 -1
  121. package/src/team/feature/index.js +5 -1
  122. package/src/team/feature/index.js.map +1 -1
  123. package/src/team/identityprovider/IdentityProviderAPI.d.ts +3 -3
  124. package/src/team/identityprovider/IdentityProviders.d.ts +1 -1
  125. package/src/team/identityprovider/index.js +5 -1
  126. package/src/team/identityprovider/index.js.map +1 -1
  127. package/src/team/index.js +5 -1
  128. package/src/team/index.js.map +1 -1
  129. package/src/team/invitation/NewTeamInvitation.d.ts +1 -1
  130. package/src/team/invitation/TeamInvitation.d.ts +1 -1
  131. package/src/team/invitation/TeamInvitationAPI.d.ts +1 -1
  132. package/src/team/invitation/TeamInvitationChunk.d.ts +1 -1
  133. package/src/team/invitation/index.js +5 -1
  134. package/src/team/invitation/index.js.map +1 -1
  135. package/src/team/legalhold/LegalHoldAPI.d.ts +4 -4
  136. package/src/team/legalhold/LegalHoldMemberStatus.d.ts +1 -1
  137. package/src/team/legalhold/index.js +5 -1
  138. package/src/team/legalhold/index.js.map +1 -1
  139. package/src/team/member/MemberAPI.d.ts +1 -1
  140. package/src/team/member/MemberData.d.ts +2 -2
  141. package/src/team/member/Members.d.ts +1 -1
  142. package/src/team/member/PermissionsData.d.ts +1 -1
  143. package/src/team/member/Role.d.ts +1 -1
  144. package/src/team/member/index.js +5 -1
  145. package/src/team/member/index.js.map +1 -1
  146. package/src/team/payment/InvoiceData.d.ts +1 -1
  147. package/src/team/payment/PaymentAPI.d.ts +2 -2
  148. package/src/team/payment/PaymentBillingData.d.ts +1 -1
  149. package/src/team/payment/PaymentData.d.ts +2 -2
  150. package/src/team/payment/PaymentDataUpdate.d.ts +1 -1
  151. package/src/team/payment/PaymentPlan.d.ts +1 -1
  152. package/src/team/payment/PaymentStripeCharge.d.ts +1 -1
  153. package/src/team/payment/PaymentStripeInvoice.d.ts +1 -1
  154. package/src/team/payment/PaymentStripeInvoices.d.ts +1 -1
  155. package/src/team/payment/PaymentStripePlan.d.ts +1 -1
  156. package/src/team/payment/index.js +5 -1
  157. package/src/team/payment/index.js.map +1 -1
  158. package/src/team/scim/ScimAPI.d.ts +1 -1
  159. package/src/team/scim/index.js +5 -1
  160. package/src/team/scim/index.js.map +1 -1
  161. package/src/team/search/TeamContact.d.ts +2 -2
  162. package/src/team/search/TeamSearchOptions.d.ts +1 -1
  163. package/src/team/search/TeamSearchResult.d.ts +1 -1
  164. package/src/team/search/index.js +5 -1
  165. package/src/team/search/index.js.map +1 -1
  166. package/src/team/service/Service.d.ts +1 -1
  167. package/src/team/service/ServiceAPI.d.ts +2 -2
  168. package/src/team/service/Services.d.ts +1 -1
  169. package/src/team/service/index.js +5 -1
  170. package/src/team/service/index.js.map +1 -1
  171. package/src/team/team/NewTeamData.d.ts +1 -1
  172. package/src/team/team/TeamAPI.d.ts +3 -3
  173. package/src/team/team/TeamChunkData.d.ts +1 -1
  174. package/src/team/team/TeamData.d.ts +1 -1
  175. package/src/team/team/index.js +5 -1
  176. package/src/team/team/index.js.map +1 -1
  177. package/src/user/Contact.d.ts +1 -1
  178. package/src/user/RTCConfiguration.d.ts +1 -1
  179. package/src/user/SearchResult.d.ts +1 -1
  180. package/src/user/User.d.ts +5 -5
  181. package/src/user/UserAPI.d.ts +6 -6
  182. package/src/user/UserPreKeyBundleMap.d.ts +1 -1
  183. package/src/user/UserUpdate.d.ts +1 -1
  184. package/src/user/data/UserActivateData.d.ts +1 -1
  185. package/src/user/data/UserClientAddData.d.ts +1 -1
  186. package/src/user/data/UserConnectionData.d.ts +1 -1
  187. package/src/user/data/UserLegalHoldRequestData.d.ts +1 -1
  188. package/src/user/data/UserPushRemoveData.d.ts +1 -1
  189. package/src/user/data/UserUpdateData.d.ts +1 -1
  190. package/src/user/data/index.js +5 -1
  191. package/src/user/data/index.js.map +1 -1
  192. package/src/user/index.js +5 -1
  193. package/src/user/index.js.map +1 -1
  194. package/src/validation/index.js +5 -1
  195. package/src/validation/index.js.map +1 -1
  196. package/CHANGELOG.md +0 -10196
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,+DAA6C;AAC7C,+DAA6C;AAC7C,uDAAqC;AACrC,wDAAsC;AACtC,yDAAuC;AACvC,mDAAiC;AACjC,4EAA0D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,+DAA6C;AAC7C,+DAA6C;AAC7C,uDAAqC;AACrC,wDAAsC;AACtC,yDAAuC;AACvC,mDAAiC;AACjC,4EAA0D"}
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '../../http';
2
- import type { FeatureAppLock, FeatureVideoCalling, FeatureConferenceCalling, FeatureDigitalSignature, FeatureLegalhold, FeatureSSO, FeatureFileSharing, FeatureSelfDeletingMessages, FeatureSndFactorPassword, FeatureMLS } from './Feature';
3
- import type { FeatureList } from './FeatureList';
2
+ import { FeatureAppLock, FeatureVideoCalling, FeatureConferenceCalling, FeatureDigitalSignature, FeatureLegalhold, FeatureSSO, FeatureFileSharing, FeatureSelfDeletingMessages, FeatureSndFactorPassword, FeatureMLS } from './Feature';
3
+ import { FeatureList } from './FeatureList';
4
4
  import { FeatureConversationGuestLink } from '.';
5
5
  export declare class FeatureAPI {
6
6
  private readonly client;
@@ -1,5 +1,5 @@
1
1
  import { FeatureConversationGuestLink } from '.';
2
- import type { FeatureAppLock, FeatureClassifiedDomains, FeatureConferenceCalling, FeatureDigitalSignature, FeatureFileSharing, FeatureLegalhold, FeatureMLS, FeatureSelfDeletingMessages, FeatureSndFactorPassword, FeatureVideoCalling, FeatureWithoutConfig } from './Feature';
2
+ import { FeatureAppLock, FeatureClassifiedDomains, FeatureConferenceCalling, FeatureDigitalSignature, FeatureFileSharing, FeatureLegalhold, FeatureMLS, FeatureSelfDeletingMessages, FeatureSndFactorPassword, FeatureVideoCalling, FeatureWithoutConfig } from './Feature';
3
3
  export declare enum FEATURE_KEY {
4
4
  APPLOCK = "appLock",
5
5
  CLASSIFIED_DOMAINS = "classifiedDomains",
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,+CAA6B;AAC7B,4CAA0B;AAC1B,gDAA8B;AAC9B,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,+CAA6B;AAC7B,4CAA0B;AAC1B,gDAA8B;AAC9B,iDAA+B"}
@@ -1,6 +1,6 @@
1
- import type { HttpClient } from '../../http';
2
- import type { IdentityProvider } from './IdentityProvider';
3
- import type { IdentityProviders } from './IdentityProviders';
1
+ import { HttpClient } from '../../http';
2
+ import { IdentityProvider } from './IdentityProvider';
3
+ import { IdentityProviders } from './IdentityProviders';
4
4
  export declare class IdentityProviderAPI {
5
5
  private readonly client;
6
6
  constructor(client: HttpClient);
@@ -1,4 +1,4 @@
1
- import type { IdentityProvider } from './IdentityProvider';
1
+ import { IdentityProvider } from './IdentityProvider';
2
2
  export interface IdentityProviders {
3
3
  providers: IdentityProvider[];
4
4
  }
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,qDAAmC;AACnC,wDAAsC;AACtC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,qDAAmC;AACnC,wDAAsC;AACtC,sDAAoC"}
package/src/team/index.js CHANGED
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;AAEH,4CAAwG;AAA7D,+GAAA,iBAAiB,OAAA;AAC5D,0CAA0C;AAAlC,yGAAA,YAAY,OAAA;AACpB,oCAA6F;AAArF,mGAAA,SAAS,OAAA;AAAuB,qGAAA,WAAW,OAAA;AAAmB,8FAAA,IAAI,OAAA;AAC1E,gCAAgG;AAA3E,+FAAA,OAAO,OAAA;AAC5B,sCAAmD;AAA3C,qGAAA,UAAU,OAAA;AAClB,sCAAqE;AAA7D,qGAAA,UAAU,OAAA;AAClB,yCAA+G;AAAvG,sGAAA,SAAS,OAAA;AAAE,kHAAA,qBAAqB,OAAA;AAAE,uHAAA,0BAA0B,OAAA;AAAE,iHAAA,oBAAoB,OAAA;AAE1F,6CAA2B;AAC3B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;;AAEH,4CAAwG;AAA7D,+GAAA,iBAAiB,OAAA;AAC5D,0CAA0C;AAAlC,yGAAA,YAAY,OAAA;AACpB,oCAA6F;AAArF,mGAAA,SAAS,OAAA;AAAuB,qGAAA,WAAW,OAAA;AAAmB,8FAAA,IAAI,OAAA;AAC1E,gCAAgG;AAA3E,+FAAA,OAAO,OAAA;AAC5B,sCAAmD;AAA3C,qGAAA,UAAU,OAAA;AAClB,sCAAqE;AAA7D,qGAAA,UAAU,OAAA;AAClB,yCAA+G;AAAvG,sGAAA,SAAS,OAAA;AAAE,kHAAA,qBAAqB,OAAA;AAAE,uHAAA,0BAA0B,OAAA;AAAE,iHAAA,oBAAoB,OAAA;AAE1F,6CAA2B;AAC3B,sDAAoC;AACpC,0CAAwB;AACxB,6CAA2B;AAC3B,iDAA+B"}
@@ -1,4 +1,4 @@
1
- import type { Role } from '../member';
1
+ import { Role } from '../member';
2
2
  export interface NewTeamInvitation {
3
3
  email: string;
4
4
  inviter_name: string;
@@ -1,4 +1,4 @@
1
- import type { Role } from '../member';
1
+ import { Role } from '../member';
2
2
  export interface TeamInvitation {
3
3
  created_at: string;
4
4
  created_by: string;
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '../../http/';
2
- import type { NewTeamInvitation, TeamInvitation, TeamInvitationChunk } from '../invitation/';
2
+ import { NewTeamInvitation, TeamInvitation, TeamInvitationChunk } from '../invitation/';
3
3
  export declare class TeamInvitationAPI {
4
4
  private readonly client;
5
5
  static readonly MAX_CHUNK_SIZE = 100;
@@ -1,4 +1,4 @@
1
- import type { TeamInvitation } from '../invitation/';
1
+ import { TeamInvitation } from '../invitation/';
2
2
  export interface TeamInvitationChunk {
3
3
  has_more: boolean;
4
4
  invitations: TeamInvitation[];
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,sDAAoC;AACpC,sDAAoC;AACpC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,sDAAoC;AACpC,sDAAoC;AACpC,oDAAkC;AAClC,wDAAsC;AACtC,mDAAiC"}
@@ -1,7 +1,7 @@
1
- import type { HttpClient } from '../../http';
2
- import type { LegalHoldData } from './LegalHoldData';
3
- import type { LegalHoldMemberData } from './LegalHoldMemberStatus';
4
- import type { NewLegalHoldData } from './NewLegalHoldData';
1
+ import { HttpClient } from '../../http';
2
+ import { LegalHoldData } from './LegalHoldData';
3
+ import { LegalHoldMemberData } from './LegalHoldMemberStatus';
4
+ import { NewLegalHoldData } from './NewLegalHoldData';
5
5
  export declare class LegalHoldAPI {
6
6
  private readonly client;
7
7
  constructor(client: HttpClient);
@@ -1,4 +1,4 @@
1
- import type { PreKey } from '../../auth/';
1
+ import { PreKey } from '../../auth/';
2
2
  export declare enum LegalHoldMemberStatus {
3
3
  DISABLED = "disabled",
4
4
  ENABLED = "enabled",
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,iDAA+B;AAC/B,kDAAgC;AAChC,0DAAwC;AACxC,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,iDAA+B;AAC/B,kDAAgC;AAChC,0DAAwC;AACxC,qDAAmC"}
@@ -1,5 +1,5 @@
1
1
  import { HttpClient, ProgressCallback, RequestCancelable } from '../../http/';
2
- import type { MemberData, Members } from '../member/';
2
+ import { MemberData, Members } from '../member/';
3
3
  import { MemberCSVResponse } from './MemberCSVResponse';
4
4
  import { UpdatedMemberData } from './UpdatedMemberData';
5
5
  export declare class MemberAPI {
@@ -1,5 +1,5 @@
1
- import type { LegalHoldMemberStatus } from '../legalhold';
2
- import type { PermissionsData } from './PermissionsData';
1
+ import { LegalHoldMemberStatus } from '../legalhold';
2
+ import { PermissionsData } from './PermissionsData';
3
3
  export interface MemberData {
4
4
  /** Timestamp of invitation creation. */
5
5
  created_at?: string;
@@ -1,4 +1,4 @@
1
- import type { MemberData } from './MemberData';
1
+ import { MemberData } from './MemberData';
2
2
  export interface Members {
3
3
  hasMore: boolean;
4
4
  members: MemberData[];
@@ -1,4 +1,4 @@
1
- import type { Permissions } from './Permissions';
1
+ import { Permissions } from './Permissions';
2
2
  export interface PermissionsData {
3
3
  /** The permissions bitmask which this user can assign to others */
4
4
  copy: Permissions;
@@ -1,5 +1,5 @@
1
1
  import { Permissions } from './Permissions';
2
- import type { PermissionsData } from './PermissionsData';
2
+ import { PermissionsData } from './PermissionsData';
3
3
  export declare enum Role {
4
4
  ADMIN = "admin",
5
5
  EXTERNAL = "partner",
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,8CAA4B;AAC5B,+CAA6B;AAC7B,sDAAoC;AACpC,4CAA0B;AAC1B,gDAA8B;AAC9B,oDAAkC;AAClC,yCAAuB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,8CAA4B;AAC5B,+CAA6B;AAC7B,sDAAoC;AACpC,4CAA0B;AAC1B,gDAA8B;AAC9B,oDAAkC;AAClC,yCAAuB"}
@@ -1,4 +1,4 @@
1
- import type { SupportedCurrency } from '../payment/';
1
+ import { SupportedCurrency } from '../payment/';
2
2
  interface PaymentCoupon {
3
3
  amountOff: number;
4
4
  name: string;
@@ -1,5 +1,5 @@
1
- import type { HttpClient } from '../../http/';
2
- import type { PaymentBillingData, PaymentData, PaymentDataUpdate, PaymentPlan, PaymentStripeCharge, PaymentStripeInvoices, PaymentStripePlan } from './';
1
+ import { HttpClient } from '../../http/';
2
+ import { PaymentBillingData, PaymentData, PaymentDataUpdate, PaymentPlan, PaymentStripeCharge, PaymentStripeInvoices, PaymentStripePlan } from './';
3
3
  export declare class PaymentAPI {
4
4
  private readonly client;
5
5
  static readonly DEFAULT_INVOICES_CHUNK_SIZE = 10;
@@ -1,4 +1,4 @@
1
- import type { SupportedCurrency } from './SupportedCurrency';
1
+ import { SupportedCurrency } from './SupportedCurrency';
2
2
  export interface PaymentBillingData {
3
3
  city: string;
4
4
  company: string;
@@ -1,5 +1,5 @@
1
- import type { InvoiceData, PaymentPlan } from './';
2
- import type { PaymentPlanID } from './PaymentPlan';
1
+ import { InvoiceData, PaymentPlan } from './';
2
+ import { PaymentPlanID } from './PaymentPlan';
3
3
  export declare enum PaymentStatus {
4
4
  ACTIVE = "active",
5
5
  CANCELED = "canceled",
@@ -1,4 +1,4 @@
1
- import type { PaymentInterval } from '../payment/';
1
+ import { PaymentInterval } from '../payment/';
2
2
  export interface PaymentDataUpdate {
3
3
  coupon?: string;
4
4
  interval?: PaymentInterval;
@@ -1,4 +1,4 @@
1
- import type { PaymentInterval } from '../payment/';
1
+ import { PaymentInterval } from '../payment/';
2
2
  export declare enum PaymentPlanID {
3
3
  ANNUAL = "wire_annual_plan",
4
4
  MONTHLY = "wire_monthly_plan"
@@ -1,4 +1,4 @@
1
- import type { SupportedCurrency } from '../payment/';
1
+ import { SupportedCurrency } from '../payment/';
2
2
  declare enum PaymentStripeChargeStatus {
3
3
  FAILED = "failed",
4
4
  PENDING = "pending",
@@ -1,4 +1,4 @@
1
- import type { SupportedCurrency } from './SupportedCurrency';
1
+ import { SupportedCurrency } from './SupportedCurrency';
2
2
  export interface PaymentStripeInvoice {
3
3
  closed: boolean;
4
4
  currency: SupportedCurrency;
@@ -1,4 +1,4 @@
1
- import type { PaymentStripeInvoice } from './PaymentStripeInvoice';
1
+ import { PaymentStripeInvoice } from './PaymentStripeInvoice';
2
2
  export interface PaymentStripeInvoices {
3
3
  has_more: boolean;
4
4
  invoices: PaymentStripeInvoice[];
@@ -1,4 +1,4 @@
1
- import type { PaymentInterval, SupportedCurrency } from '../payment/';
1
+ import { PaymentInterval, SupportedCurrency } from '../payment/';
2
2
  export interface PaymentStripePlan {
3
3
  amount: number;
4
4
  currency: SupportedCurrency;
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,+CAA6B;AAC7B,uDAAqC;AACrC,gDAA8B;AAC9B,sDAAoC;AACpC,oDAAkC;AAClC,gDAA8B;AAC9B,wDAAsC;AACtC,yDAAuC;AACvC,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,+CAA6B;AAC7B,uDAAqC;AACrC,gDAA8B;AAC9B,sDAAoC;AACpC,oDAAkC;AAClC,gDAA8B;AAC9B,wDAAsC;AACtC,yDAAuC;AACvC,0DAAwC;AACxC,sDAAoC;AACpC,sDAAoC"}
@@ -1,4 +1,4 @@
1
- import type { HttpClient } from '../../http';
1
+ import { HttpClient } from '../../http';
2
2
  import { NewScimToken } from './NewScimToken';
3
3
  import { ScimTokenInfoList } from './ScimTokenInfoList';
4
4
  export declare class ScimAPI {
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,sDAAoC;AACpC,iDAA+B;AAC/B,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,sDAAoC;AACpC,iDAA+B;AAC/B,sDAAoC"}
@@ -1,5 +1,5 @@
1
- import type { Role } from '..';
2
- import type { User, ManagedSource } from '../../user/';
1
+ import { Role } from '..';
2
+ import { User, ManagedSource } from '../../user/';
3
3
  export declare type TeamContact = Pick<User, 'id' | 'email' | 'accent_id' | 'handle' | 'name' | 'team'> & {
4
4
  /** Timestamp of invitation creation. */
5
5
  created_at?: string;
@@ -1,5 +1,5 @@
1
1
  import { Role } from '..';
2
- import type { TeamContact } from './TeamContact';
2
+ import { TeamContact } from './TeamContact';
3
3
  export declare enum SearchOrder {
4
4
  ASCENDING = "asc",
5
5
  DESCENDING = "desc"
@@ -1,4 +1,4 @@
1
- import type { TeamContact } from './TeamContact';
1
+ import { TeamContact } from './TeamContact';
2
2
  export interface TeamSearchResult {
3
3
  documents: TeamContact[];
4
4
  found: number;
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,kDAAgC;AAChC,sDAAoC;AACpC,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,kDAAgC;AAChC,sDAAoC;AACpC,qDAAmC"}
@@ -1,4 +1,4 @@
1
- import type { UserAsset } from '../../user/';
1
+ import { UserAsset } from '../../user/';
2
2
  export interface Service {
3
3
  assets: UserAsset[];
4
4
  description: string;
@@ -1,5 +1,5 @@
1
- import type { HttpClient } from '../../http/';
2
- import type { Provider, Service, ServiceWhitelistData, Services } from './';
1
+ import { HttpClient } from '../../http/';
2
+ import { Provider, Service, ServiceWhitelistData, Services } from './';
3
3
  export declare class ServiceAPI {
4
4
  private readonly client;
5
5
  constructor(client: HttpClient);
@@ -1,4 +1,4 @@
1
- import type { Service } from './Service';
1
+ import { Service } from './Service';
2
2
  export interface Services {
3
3
  has_more: boolean;
4
4
  services: Service[];
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,yDAAuC;AACvC,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,yDAAuC;AACvC,6CAA2B"}
@@ -1,4 +1,4 @@
1
- import type { MemberData } from '../member/MemberData';
1
+ import { MemberData } from '../member/MemberData';
2
2
  export interface NewTeamData {
3
3
  /** User binding team
4
4
  * @deprecated */
@@ -1,7 +1,7 @@
1
- import type { NewTeamData, TeamChunkData, TeamData } from '../';
1
+ import { NewTeamData, TeamChunkData, TeamData } from '../';
2
2
  import { HttpClient, RequestCancelable } from '../../http/';
3
- import type { TeamSizeData } from './TeamSizeData';
4
- import type { UpdateTeamData } from './UpdateTeamData';
3
+ import { TeamSizeData } from './TeamSizeData';
4
+ import { UpdateTeamData } from './UpdateTeamData';
5
5
  import { LeadData } from './LeadData';
6
6
  export declare class TeamAPI {
7
7
  private readonly client;
@@ -1,4 +1,4 @@
1
- import type { TeamData } from './TeamData';
1
+ import { TeamData } from './TeamData';
2
2
  export interface TeamChunkData {
3
3
  has_more: boolean;
4
4
  teams: TeamData[];
@@ -1,4 +1,4 @@
1
- import type { SupportedCurrency } from '../payment/';
1
+ import { SupportedCurrency } from '../payment/';
2
2
  export interface TeamData {
3
3
  /** User binding team
4
4
  * @deprecated */
@@ -19,7 +19,11 @@
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
21
  if (k2 === undefined) k2 = k;
22
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
23
27
  }) : (function(o, m, k, k2) {
24
28
  if (k2 === undefined) k2 = k;
25
29
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,4CAA0B;AAC1B,kDAAgC;AAChC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,4CAA0B;AAC1B,kDAAgC;AAChC,6CAA2B;AAC3B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B"}
@@ -1,2 +1,2 @@
1
- import type { User } from './User';
1
+ import { User } from './User';
2
2
  export declare type Contact = Pick<User, 'accent_id' | 'handle' | 'id' | 'name' | 'qualified_id' | 'team'>;
@@ -1,4 +1,4 @@
1
- import type { RTCIceServer } from '../user/';
1
+ import { RTCIceServer } from '../user/';
2
2
  export interface RTCConfiguration {
3
3
  ice_servers: RTCIceServer[];
4
4
  ttl: number;
@@ -1,4 +1,4 @@
1
- import type { Contact } from '../user/';
1
+ import { Contact } from '../user/';
2
2
  export interface SearchResult {
3
3
  documents: Contact[];
4
4
  found: number;
@@ -1,8 +1,8 @@
1
- import type { AccentColor } from '@wireapp/commons';
2
- import type { ServiceRef } from '../conversation/';
3
- import type { Picture } from '../self/';
4
- import type { UserAsset } from '../user/';
5
- import type { QualifiedId } from './QualifiedId';
1
+ import { AccentColor } from '@wireapp/commons';
2
+ import { ServiceRef } from '../conversation/';
3
+ import { Picture } from '../self/';
4
+ import { UserAsset } from '../user/';
5
+ import { QualifiedId } from './QualifiedId';
6
6
  export interface User {
7
7
  accent_id?: AccentColor.AccentColorID;
8
8
  assets?: UserAsset[];
@@ -1,10 +1,10 @@
1
1
  import { HttpClient, RequestCancelable } from '../http/';
2
- import type { Activate, ActivationResponse, CheckHandles, CompletePasswordReset, HandleInfo, LimitedQualifiedUserIdList, NewPasswordReset, QualifiedHandle, QualifiedId, SearchResult, SendActivationCode, User, UserPreKeyBundleMap, VerifyDelete } from '../user/';
3
- import type { ClientPreKey, PreKeyBundle } from '../auth/';
4
- import type { PublicClient, QualifiedPublicClients } from '../client/';
5
- import type { RichInfo } from './RichInfo';
6
- import type { UserClients, QualifiedUserClients } from '../conversation/';
7
- import type { QualifiedUserPreKeyBundleMap } from './UserPreKeyBundleMap';
2
+ import { Activate, ActivationResponse, CheckHandles, CompletePasswordReset, HandleInfo, LimitedQualifiedUserIdList, NewPasswordReset, QualifiedHandle, QualifiedId, SearchResult, SendActivationCode, User, UserPreKeyBundleMap, VerifyDelete } from '../user/';
3
+ import { ClientPreKey, PreKeyBundle } from '../auth/';
4
+ import { PublicClient, QualifiedPublicClients } from '../client/';
5
+ import { RichInfo } from './RichInfo';
6
+ import { UserClients, QualifiedUserClients } from '../conversation/';
7
+ import { QualifiedUserPreKeyBundleMap } from './UserPreKeyBundleMap';
8
8
  import { VerificationActionType } from '../auth/VerificationActionType';
9
9
  import { BackendFeatures } from '../APIClient';
10
10
  export declare class UserAPI {
@@ -1,4 +1,4 @@
1
- import type { PreKey } from '../auth';
1
+ import { PreKey } from '../auth';
2
2
  export interface UserPreKeyBundleMap {
3
3
  [userId: string]: {
4
4
  [clientId: string]: PreKey | null;
@@ -1,2 +1,2 @@
1
- import type { User } from '../user/';
1
+ import { User } from '../user/';
2
2
  export declare type UserUpdate = Partial<Pick<User, 'name'> & Pick<User, 'assets' | 'accent_id'>>;
@@ -1,4 +1,4 @@
1
- import type { Self } from '../../self';
1
+ import { Self } from '../../self';
2
2
  export interface UserActivateData {
3
3
  user: Self;
4
4
  }