@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.
- package/package.json +22 -22
- package/src/APIClient.d.ts +1 -1
- package/src/Config.d.ts +1 -1
- package/src/account/AccountAPI.d.ts +4 -4
- package/src/account/index.js +5 -1
- package/src/account/index.js.map +1 -1
- package/src/asset/AssetAPI.d.ts +1 -1
- package/src/asset/index.js +5 -1
- package/src/asset/index.js.map +1 -1
- package/src/auth/AccessTokenStore.d.ts +1 -1
- package/src/auth/AuthAPI.d.ts +6 -6
- package/src/auth/ClientPreKey.d.ts +1 -1
- package/src/auth/Context.d.ts +1 -1
- package/src/auth/CookieStore.d.ts +1 -1
- package/src/auth/LoginData.d.ts +1 -1
- package/src/auth/PreKeyBundle.d.ts +2 -2
- package/src/auth/RegisterData.d.ts +2 -2
- package/src/auth/SendLoginCode.d.ts +1 -1
- package/src/auth/index.js +5 -1
- package/src/auth/index.js.map +1 -1
- package/src/broadcast/BroadcastAPI.d.ts +2 -2
- package/src/broadcast/index.js +5 -1
- package/src/broadcast/index.js.map +1 -1
- package/src/client/ClientAPI.d.ts +2 -2
- package/src/client/NewClient.d.ts +2 -2
- package/src/client/PublicClient.d.ts +1 -1
- package/src/client/RegisteredClient.d.ts +1 -1
- package/src/client/index.js +5 -1
- package/src/client/index.js.map +1 -1
- package/src/connection/Connection.d.ts +1 -1
- package/src/connection/ConnectionAPI.d.ts +1 -1
- package/src/connection/ConnectionUpdate.d.ts +1 -1
- package/src/connection/UserConnectionList.d.ts +1 -1
- package/src/connection/index.js +5 -1
- package/src/connection/index.js.map +1 -1
- package/src/conversation/ClientMismatch.d.ts +1 -1
- package/src/conversation/Conversation.d.ts +3 -3
- package/src/conversation/ConversationAPI/ConversationAPI.d.ts +2 -2
- package/src/conversation/ConversationAPI/index.js +5 -1
- package/src/conversation/ConversationAPI/index.js.map +1 -1
- package/src/conversation/ConversationMembers.d.ts +1 -1
- package/src/conversation/Conversations.d.ts +1 -1
- package/src/conversation/Member.d.ts +1 -1
- package/src/conversation/NewConversation.d.ts +5 -5
- package/src/conversation/NewOTRMessage.d.ts +1 -1
- package/src/conversation/OTRRecipients.d.ts +1 -1
- package/src/conversation/OtherMember.d.ts +3 -3
- package/src/conversation/QualifiedConversationIds.d.ts +1 -1
- package/src/conversation/data/ConversationAccessUpdateData.d.ts +1 -1
- package/src/conversation/data/ConversationCodeUpdateData.d.ts +1 -1
- package/src/conversation/data/ConversationCreateData.d.ts +1 -1
- package/src/conversation/data/ConversationMemberUpdateData.d.ts +2 -2
- package/src/conversation/data/index.js +5 -1
- package/src/conversation/data/index.js.map +1 -1
- package/src/conversation/index.js +5 -1
- package/src/conversation/index.js.map +1 -1
- package/src/env/index.js +5 -1
- package/src/env/index.js.map +1 -1
- package/src/event/BackendEvent.d.ts +4 -4
- package/src/event/ConversationEvent.d.ts +1 -1
- package/src/event/TeamEvent.d.ts +1 -1
- package/src/event/UserEvent.d.ts +1 -1
- package/src/event/index.js +5 -1
- package/src/event/index.js.map +1 -1
- package/src/giphy/GiphyAPI.d.ts +3 -3
- package/src/giphy/GiphyResult.d.ts +1 -1
- package/src/giphy/index.js +5 -1
- package/src/giphy/index.js.map +1 -1
- package/src/http/BackendError.d.ts +2 -2
- package/src/http/HttpClient.js +5 -1
- package/src/http/HttpClient.js.map +1 -1
- package/src/http/RequestProgressHandler.d.ts +1 -1
- package/src/http/index.js +5 -1
- package/src/http/index.js.map +1 -1
- package/src/notification/Notification.d.ts +1 -1
- package/src/notification/NotificationAPI.d.ts +1 -1
- package/src/notification/NotificationList.d.ts +1 -1
- package/src/notification/index.js +5 -1
- package/src/notification/index.js.map +1 -1
- package/src/obfuscation/ObfuscationUtil.d.ts +2 -2
- package/src/obfuscation/index.js +5 -1
- package/src/obfuscation/index.js.map +1 -1
- package/src/self/Consent.d.ts +1 -1
- package/src/self/ConsentResults.d.ts +1 -1
- package/src/self/Self.d.ts +2 -2
- package/src/self/SelfAPI.d.ts +4 -4
- package/src/self/index.js +5 -1
- package/src/self/index.js.map +1 -1
- package/src/serviceProvider/LoginServiceProviderData.d.ts +1 -1
- package/src/serviceProvider/NewServiceProvider.d.ts +1 -1
- package/src/serviceProvider/ServiceProviderAPI.d.ts +6 -6
- package/src/serviceProvider/UpdateServiceProviderData.d.ts +1 -1
- package/src/serviceProvider/index.js +5 -1
- package/src/serviceProvider/index.js.map +1 -1
- package/src/services/Service.d.ts +5 -5
- package/src/services/ServicesAPI.d.ts +3 -3
- package/src/services/index.js +5 -1
- package/src/services/index.js.map +1 -1
- package/src/shims/browser/buffer.js +5 -1
- package/src/shims/browser/buffer.js.map +1 -1
- package/src/shims/browser/cookie.d.ts +3 -3
- package/src/shims/node/cookie.d.ts +2 -2
- package/src/tcp/ReconnectingWebsocket.js +5 -1
- package/src/tcp/ReconnectingWebsocket.js.map +1 -1
- package/src/tcp/WebSocketClient.d.ts +2 -2
- package/src/tcp/index.js +5 -1
- package/src/tcp/index.js.map +1 -1
- package/src/team/billing/BillingAPI.d.ts +1 -1
- package/src/team/billing/InvoiceData.d.ts +1 -1
- package/src/team/billing/InvoiceUpcomingData.d.ts +1 -1
- package/src/team/billing/index.js +5 -1
- package/src/team/billing/index.js.map +1 -1
- package/src/team/conversation/TeamConversationAPI.d.ts +3 -3
- package/src/team/conversation/index.js +5 -1
- package/src/team/conversation/index.js.map +1 -1
- package/src/team/data/TeamMemberUpdateData.d.ts +1 -1
- package/src/team/data/index.js +5 -1
- package/src/team/data/index.js.map +1 -1
- package/src/team/feature/FeatureAPI.d.ts +2 -2
- package/src/team/feature/FeatureList.d.ts +1 -1
- package/src/team/feature/index.js +5 -1
- package/src/team/feature/index.js.map +1 -1
- package/src/team/identityprovider/IdentityProviderAPI.d.ts +3 -3
- package/src/team/identityprovider/IdentityProviders.d.ts +1 -1
- package/src/team/identityprovider/index.js +5 -1
- package/src/team/identityprovider/index.js.map +1 -1
- package/src/team/index.js +5 -1
- package/src/team/index.js.map +1 -1
- package/src/team/invitation/NewTeamInvitation.d.ts +1 -1
- package/src/team/invitation/TeamInvitation.d.ts +1 -1
- package/src/team/invitation/TeamInvitationAPI.d.ts +1 -1
- package/src/team/invitation/TeamInvitationChunk.d.ts +1 -1
- package/src/team/invitation/index.js +5 -1
- package/src/team/invitation/index.js.map +1 -1
- package/src/team/legalhold/LegalHoldAPI.d.ts +4 -4
- package/src/team/legalhold/LegalHoldMemberStatus.d.ts +1 -1
- package/src/team/legalhold/index.js +5 -1
- package/src/team/legalhold/index.js.map +1 -1
- package/src/team/member/MemberAPI.d.ts +1 -1
- package/src/team/member/MemberData.d.ts +2 -2
- package/src/team/member/Members.d.ts +1 -1
- package/src/team/member/PermissionsData.d.ts +1 -1
- package/src/team/member/Role.d.ts +1 -1
- package/src/team/member/index.js +5 -1
- package/src/team/member/index.js.map +1 -1
- package/src/team/payment/InvoiceData.d.ts +1 -1
- package/src/team/payment/PaymentAPI.d.ts +2 -2
- package/src/team/payment/PaymentBillingData.d.ts +1 -1
- package/src/team/payment/PaymentData.d.ts +2 -2
- package/src/team/payment/PaymentDataUpdate.d.ts +1 -1
- package/src/team/payment/PaymentPlan.d.ts +1 -1
- package/src/team/payment/PaymentStripeCharge.d.ts +1 -1
- package/src/team/payment/PaymentStripeInvoice.d.ts +1 -1
- package/src/team/payment/PaymentStripeInvoices.d.ts +1 -1
- package/src/team/payment/PaymentStripePlan.d.ts +1 -1
- package/src/team/payment/index.js +5 -1
- package/src/team/payment/index.js.map +1 -1
- package/src/team/scim/ScimAPI.d.ts +1 -1
- package/src/team/scim/index.js +5 -1
- package/src/team/scim/index.js.map +1 -1
- package/src/team/search/TeamContact.d.ts +2 -2
- package/src/team/search/TeamSearchOptions.d.ts +1 -1
- package/src/team/search/TeamSearchResult.d.ts +1 -1
- package/src/team/search/index.js +5 -1
- package/src/team/search/index.js.map +1 -1
- package/src/team/service/Service.d.ts +1 -1
- package/src/team/service/ServiceAPI.d.ts +2 -2
- package/src/team/service/Services.d.ts +1 -1
- package/src/team/service/index.js +5 -1
- package/src/team/service/index.js.map +1 -1
- package/src/team/team/NewTeamData.d.ts +1 -1
- package/src/team/team/TeamAPI.d.ts +3 -3
- package/src/team/team/TeamChunkData.d.ts +1 -1
- package/src/team/team/TeamData.d.ts +1 -1
- package/src/team/team/index.js +5 -1
- package/src/team/team/index.js.map +1 -1
- package/src/user/Contact.d.ts +1 -1
- package/src/user/RTCConfiguration.d.ts +1 -1
- package/src/user/SearchResult.d.ts +1 -1
- package/src/user/User.d.ts +5 -5
- package/src/user/UserAPI.d.ts +6 -6
- package/src/user/UserPreKeyBundleMap.d.ts +1 -1
- package/src/user/UserUpdate.d.ts +1 -1
- package/src/user/data/UserActivateData.d.ts +1 -1
- package/src/user/data/UserClientAddData.d.ts +1 -1
- package/src/user/data/UserConnectionData.d.ts +1 -1
- package/src/user/data/UserLegalHoldRequestData.d.ts +1 -1
- package/src/user/data/UserPushRemoveData.d.ts +1 -1
- package/src/user/data/UserUpdateData.d.ts +1 -1
- package/src/user/data/index.js +5 -1
- package/src/user/data/index.js.map +1 -1
- package/src/user/index.js +5 -1
- package/src/user/index.js.map +1 -1
- package/src/validation/index.js +5 -1
- package/src/validation/index.js.map +1 -1
- package/CHANGELOG.md +0 -10196
package/src/team/data/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.
|
|
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
|
|
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
|
|
3
|
-
import
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
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);
|
|
@@ -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.
|
|
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
|
|
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.
|
|
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];
|
package/src/team/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { HttpClient } from '../../http/';
|
|
2
|
-
import
|
|
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;
|
|
@@ -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.
|
|
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
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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);
|
|
@@ -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.
|
|
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
|
|
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
|
|
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
|
|
2
|
-
import
|
|
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;
|
package/src/team/member/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.
|
|
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
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { InvoiceData, PaymentPlan } from './';
|
|
2
|
+
import { PaymentPlanID } from './PaymentPlan';
|
|
3
3
|
export declare enum PaymentStatus {
|
|
4
4
|
ACTIVE = "active",
|
|
5
5
|
CANCELED = "canceled",
|
|
@@ -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.
|
|
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
|
|
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"}
|
package/src/team/scim/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.
|
|
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
|
|
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
|
|
2
|
-
import
|
|
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;
|
package/src/team/search/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.
|
|
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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;;;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,kDAAgC;AAChC,sDAAoC;AACpC,qDAAmC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
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);
|
|
@@ -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.
|
|
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
|
|
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,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { NewTeamData, TeamChunkData, TeamData } from '../';
|
|
2
2
|
import { HttpClient, RequestCancelable } from '../../http/';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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;
|
package/src/team/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.
|
|
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
|
|
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"}
|
package/src/user/Contact.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { User } from './User';
|
|
2
2
|
export declare type Contact = Pick<User, 'accent_id' | 'handle' | 'id' | 'name' | 'qualified_id' | 'team'>;
|
package/src/user/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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[];
|
package/src/user/UserAPI.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HttpClient, RequestCancelable } from '../http/';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
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 {
|
package/src/user/UserUpdate.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { User } from '../user/';
|
|
2
2
|
export declare type UserUpdate = Partial<Pick<User, 'name'> & Pick<User, 'assets' | 'accent_id'>>;
|