@wireapp/api-client 20.5.0 → 20.5.3
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 +7 -7
- package/src/APIClient.d.ts +0 -126
- package/src/APIClient.js +0 -269
- package/src/APIClient.js.map +0 -1
- package/src/Config.d.ts +0 -4
- package/src/Config.js +0 -21
- package/src/Config.js.map +0 -1
- package/src/account/AccountAPI.d.ts +0 -69
- package/src/account/AccountAPI.js +0 -202
- package/src/account/AccountAPI.js.map +0 -1
- package/src/account/AccountError.d.ts +0 -7
- package/src/account/AccountError.js +0 -39
- package/src/account/AccountError.js.map +0 -1
- package/src/account/BackendConfigData.d.ts +0 -11
- package/src/account/BackendConfigData.js +0 -21
- package/src/account/BackendConfigData.js.map +0 -1
- package/src/account/CallConfigData.d.ts +0 -9
- package/src/account/CallConfigData.js +0 -21
- package/src/account/CallConfigData.js.map +0 -1
- package/src/account/DomainData.d.ts +0 -6
- package/src/account/DomainData.js +0 -21
- package/src/account/DomainData.js.map +0 -1
- package/src/account/SSOSettings.d.ts +0 -3
- package/src/account/SSOSettings.js +0 -21
- package/src/account/SSOSettings.js.map +0 -1
- package/src/account/index.d.ts +0 -3
- package/src/account/index.js +0 -38
- package/src/account/index.js.map +0 -1
- package/src/asset/AssetAPI.d.ts +0 -48
- package/src/asset/AssetAPI.js +0 -254
- package/src/asset/AssetAPI.js.map +0 -1
- package/src/asset/AssetRetentionPolicy.d.ts +0 -11
- package/src/asset/AssetRetentionPolicy.js +0 -34
- package/src/asset/AssetRetentionPolicy.js.map +0 -1
- package/src/asset/AssetUploadData.d.ts +0 -7
- package/src/asset/AssetUploadData.js +0 -21
- package/src/asset/AssetUploadData.js.map +0 -1
- package/src/asset/AssetUtil.d.ts +0 -2
- package/src/asset/AssetUtil.js +0 -26
- package/src/asset/AssetUtil.js.map +0 -1
- package/src/asset/index.d.ts +0 -4
- package/src/asset/index.js +0 -39
- package/src/asset/index.js.map +0 -1
- package/src/auth/AccessTokenData.d.ts +0 -8
- package/src/auth/AccessTokenData.js +0 -21
- package/src/auth/AccessTokenData.js.map +0 -1
- package/src/auth/AccessTokenStore.d.ts +0 -23
- package/src/auth/AccessTokenStore.js +0 -56
- package/src/auth/AccessTokenStore.js.map +0 -1
- package/src/auth/AuthAPI.d.ts +0 -40
- package/src/auth/AuthAPI.js +0 -164
- package/src/auth/AuthAPI.js.map +0 -1
- package/src/auth/AuthenticationError.d.ts +0 -34
- package/src/auth/AuthenticationError.js +0 -111
- package/src/auth/AuthenticationError.js.map +0 -1
- package/src/auth/ClientPreKey.d.ts +0 -6
- package/src/auth/ClientPreKey.js +0 -21
- package/src/auth/ClientPreKey.js.map +0 -1
- package/src/auth/Context.d.ts +0 -7
- package/src/auth/Context.js +0 -21
- package/src/auth/Context.js.map +0 -1
- package/src/auth/Cookie.d.ts +0 -6
- package/src/auth/Cookie.js +0 -34
- package/src/auth/Cookie.js.map +0 -1
- package/src/auth/CookieList.d.ts +0 -15
- package/src/auth/CookieList.js +0 -21
- package/src/auth/CookieList.js.map +0 -1
- package/src/auth/CookieStore.d.ts +0 -16
- package/src/auth/CookieStore.js +0 -49
- package/src/auth/CookieStore.js.map +0 -1
- package/src/auth/LoginCodeResponse.d.ts +0 -4
- package/src/auth/LoginCodeResponse.js +0 -21
- package/src/auth/LoginCodeResponse.js.map +0 -1
- package/src/auth/LoginData.d.ts +0 -10
- package/src/auth/LoginData.js +0 -21
- package/src/auth/LoginData.js.map +0 -1
- package/src/auth/PreKey.d.ts +0 -6
- package/src/auth/PreKey.js +0 -21
- package/src/auth/PreKey.js.map +0 -1
- package/src/auth/PreKeyBundle.d.ts +0 -14
- package/src/auth/PreKeyBundle.js +0 -21
- package/src/auth/PreKeyBundle.js.map +0 -1
- package/src/auth/RegisterData.d.ts +0 -20
- package/src/auth/RegisterData.js +0 -21
- package/src/auth/RegisterData.js.map +0 -1
- package/src/auth/SendLoginCode.d.ts +0 -5
- package/src/auth/SendLoginCode.js +0 -21
- package/src/auth/SendLoginCode.js.map +0 -1
- package/src/auth/VerificationActionType.d.ts +0 -5
- package/src/auth/VerificationActionType.js +0 -28
- package/src/auth/VerificationActionType.js.map +0 -1
- package/src/auth/index.d.ts +0 -17
- package/src/auth/index.js +0 -53
- package/src/auth/index.js.map +0 -1
- package/src/auth/parseAccessToken.d.ts +0 -18
- package/src/auth/parseAccessToken.js +0 -57
- package/src/auth/parseAccessToken.js.map +0 -1
- package/src/broadcast/BroadcastAPI.d.ts +0 -44
- package/src/broadcast/BroadcastAPI.js +0 -122
- package/src/broadcast/BroadcastAPI.js.map +0 -1
- package/src/broadcast/index.d.ts +0 -1
- package/src/broadcast/index.js +0 -36
- package/src/broadcast/index.js.map +0 -1
- package/src/client/ClientAPI.d.ts +0 -58
- package/src/client/ClientAPI.js +0 -153
- package/src/client/ClientAPI.js.map +0 -1
- package/src/client/ClientCapability.d.ts +0 -3
- package/src/client/ClientCapability.js +0 -26
- package/src/client/ClientCapability.js.map +0 -1
- package/src/client/ClientCapabilityData.d.ts +0 -4
- package/src/client/ClientCapabilityData.js +0 -21
- package/src/client/ClientCapabilityData.js.map +0 -1
- package/src/client/ClientClassification.d.ts +0 -6
- package/src/client/ClientClassification.js +0 -29
- package/src/client/ClientClassification.js.map +0 -1
- package/src/client/ClientError.d.ts +0 -7
- package/src/client/ClientError.js +0 -39
- package/src/client/ClientError.js.map +0 -1
- package/src/client/ClientType.d.ts +0 -6
- package/src/client/ClientType.js +0 -29
- package/src/client/ClientType.js.map +0 -1
- package/src/client/Location.d.ts +0 -4
- package/src/client/Location.js +0 -21
- package/src/client/Location.js.map +0 -1
- package/src/client/NewClient.d.ts +0 -30
- package/src/client/NewClient.js +0 -21
- package/src/client/NewClient.js.map +0 -1
- package/src/client/PublicClient.d.ts +0 -5
- package/src/client/PublicClient.js +0 -21
- package/src/client/PublicClient.js.map +0 -1
- package/src/client/QualifiedPublicClients.d.ts +0 -9
- package/src/client/QualifiedPublicClients.js +0 -21
- package/src/client/QualifiedPublicClients.js.map +0 -1
- package/src/client/RegisteredClient.d.ts +0 -15
- package/src/client/RegisteredClient.js +0 -21
- package/src/client/RegisteredClient.js.map +0 -1
- package/src/client/index.d.ts +0 -11
- package/src/client/index.js +0 -46
- package/src/client/index.js.map +0 -1
- package/src/connection/Connection.d.ts +0 -12
- package/src/connection/Connection.js +0 -21
- package/src/connection/Connection.js.map +0 -1
- package/src/connection/ConnectionAPI.d.ts +0 -60
- package/src/connection/ConnectionAPI.js +0 -199
- package/src/connection/ConnectionAPI.js.map +0 -1
- package/src/connection/ConnectionError.d.ts +0 -7
- package/src/connection/ConnectionError.js +0 -39
- package/src/connection/ConnectionError.js.map +0 -1
- package/src/connection/ConnectionRequest.d.ts +0 -5
- package/src/connection/ConnectionRequest.js +0 -21
- package/src/connection/ConnectionRequest.js.map +0 -1
- package/src/connection/ConnectionStatus.d.ts +0 -10
- package/src/connection/ConnectionStatus.js +0 -33
- package/src/connection/ConnectionStatus.js.map +0 -1
- package/src/connection/ConnectionUpdate.d.ts +0 -4
- package/src/connection/ConnectionUpdate.js +0 -21
- package/src/connection/ConnectionUpdate.js.map +0 -1
- package/src/connection/UserConnectionList.d.ts +0 -5
- package/src/connection/UserConnectionList.js +0 -21
- package/src/connection/UserConnectionList.js.map +0 -1
- package/src/connection/index.d.ts +0 -7
- package/src/connection/index.js +0 -42
- package/src/connection/index.js.map +0 -1
- package/src/conversation/ClientMismatch.d.ts +0 -7
- package/src/conversation/ClientMismatch.js +0 -21
- package/src/conversation/ClientMismatch.js.map +0 -1
- package/src/conversation/Conversation.d.ts +0 -69
- package/src/conversation/Conversation.js +0 -50
- package/src/conversation/Conversation.js.map +0 -1
- package/src/conversation/ConversationAPI/ConversationAPI.d.ts +0 -344
- package/src/conversation/ConversationAPI/ConversationAPI.js +0 -865
- package/src/conversation/ConversationAPI/ConversationAPI.js.map +0 -1
- package/src/conversation/ConversationAPI/index.d.ts +0 -1
- package/src/conversation/ConversationAPI/index.js +0 -36
- package/src/conversation/ConversationAPI/index.js.map +0 -1
- package/src/conversation/ConversationCode.d.ts +0 -8
- package/src/conversation/ConversationCode.js +0 -21
- package/src/conversation/ConversationCode.js.map +0 -1
- package/src/conversation/ConversationError.d.ts +0 -19
- package/src/conversation/ConversationError.js +0 -71
- package/src/conversation/ConversationError.js.map +0 -1
- package/src/conversation/ConversationIds.d.ts +0 -4
- package/src/conversation/ConversationIds.js +0 -21
- package/src/conversation/ConversationIds.js.map +0 -1
- package/src/conversation/ConversationMembers.d.ts +0 -5
- package/src/conversation/ConversationMembers.js +0 -21
- package/src/conversation/ConversationMembers.js.map +0 -1
- package/src/conversation/ConversationRole.d.ts +0 -17
- package/src/conversation/ConversationRole.js +0 -27
- package/src/conversation/ConversationRole.js.map +0 -1
- package/src/conversation/Conversations.d.ts +0 -5
- package/src/conversation/Conversations.js +0 -21
- package/src/conversation/Conversations.js.map +0 -1
- package/src/conversation/Invite.d.ts +0 -3
- package/src/conversation/Invite.js +0 -21
- package/src/conversation/Invite.js.map +0 -1
- package/src/conversation/Member.d.ts +0 -25
- package/src/conversation/Member.js +0 -21
- package/src/conversation/Member.js.map +0 -1
- package/src/conversation/MessageSendingStatus.d.ts +0 -8
- package/src/conversation/MessageSendingStatus.js +0 -21
- package/src/conversation/MessageSendingStatus.js.map +0 -1
- package/src/conversation/MutedStatus.d.ts +0 -5
- package/src/conversation/MutedStatus.js +0 -28
- package/src/conversation/MutedStatus.js.map +0 -1
- package/src/conversation/NewConversation.d.ts +0 -19
- package/src/conversation/NewConversation.js +0 -27
- package/src/conversation/NewConversation.js.map +0 -1
- package/src/conversation/NewOTRMessage.d.ts +0 -17
- package/src/conversation/NewOTRMessage.js +0 -21
- package/src/conversation/NewOTRMessage.js.map +0 -1
- package/src/conversation/OTRClientMap.d.ts +0 -4
- package/src/conversation/OTRClientMap.js +0 -21
- package/src/conversation/OTRClientMap.js.map +0 -1
- package/src/conversation/OTRRecipients.d.ts +0 -7
- package/src/conversation/OTRRecipients.js +0 -21
- package/src/conversation/OTRRecipients.js.map +0 -1
- package/src/conversation/OtherMember.d.ts +0 -18
- package/src/conversation/OtherMember.js +0 -26
- package/src/conversation/OtherMember.js.map +0 -1
- package/src/conversation/QualifiedConversationIds.d.ts +0 -6
- package/src/conversation/QualifiedConversationIds.js +0 -21
- package/src/conversation/QualifiedConversationIds.js.map +0 -1
- package/src/conversation/QualifiedUserClients.d.ts +0 -4
- package/src/conversation/QualifiedUserClients.js +0 -21
- package/src/conversation/QualifiedUserClients.js.map +0 -1
- package/src/conversation/RemoteConversations.d.ts +0 -7
- package/src/conversation/RemoteConversations.js +0 -21
- package/src/conversation/RemoteConversations.js.map +0 -1
- package/src/conversation/ServiceRef.d.ts +0 -4
- package/src/conversation/ServiceRef.js +0 -21
- package/src/conversation/ServiceRef.js.map +0 -1
- package/src/conversation/UserClients.d.ts +0 -5
- package/src/conversation/UserClients.js +0 -21
- package/src/conversation/UserClients.js.map +0 -1
- package/src/conversation/data/ConversationAccessUpdateData.d.ts +0 -10
- package/src/conversation/data/ConversationAccessUpdateData.js +0 -21
- package/src/conversation/data/ConversationAccessUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationCodeUpdateData.d.ts +0 -2
- package/src/conversation/data/ConversationCodeUpdateData.js +0 -21
- package/src/conversation/data/ConversationCodeUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationConnectRequestData.d.ts +0 -6
- package/src/conversation/data/ConversationConnectRequestData.js +0 -21
- package/src/conversation/data/ConversationConnectRequestData.js.map +0 -1
- package/src/conversation/data/ConversationCreateData.d.ts +0 -7
- package/src/conversation/data/ConversationCreateData.js +0 -21
- package/src/conversation/data/ConversationCreateData.js.map +0 -1
- package/src/conversation/data/ConversationJoinData.d.ts +0 -4
- package/src/conversation/data/ConversationJoinData.js +0 -21
- package/src/conversation/data/ConversationJoinData.js.map +0 -1
- package/src/conversation/data/ConversationMLSMessageAddData.d.ts +0 -2
- package/src/conversation/data/ConversationMLSMessageAddData.js +0 -21
- package/src/conversation/data/ConversationMLSMessageAddData.js.map +0 -1
- package/src/conversation/data/ConversationMLSWelcomeData.d.ts +0 -2
- package/src/conversation/data/ConversationMLSWelcomeData.js +0 -21
- package/src/conversation/data/ConversationMLSWelcomeData.js.map +0 -1
- package/src/conversation/data/ConversationMemberJoinData.d.ts +0 -5
- package/src/conversation/data/ConversationMemberJoinData.js +0 -21
- package/src/conversation/data/ConversationMemberJoinData.js.map +0 -1
- package/src/conversation/data/ConversationMemberLeaveData.d.ts +0 -13
- package/src/conversation/data/ConversationMemberLeaveData.js +0 -26
- package/src/conversation/data/ConversationMemberLeaveData.js.map +0 -1
- package/src/conversation/data/ConversationMemberUpdateData.d.ts +0 -28
- package/src/conversation/data/ConversationMemberUpdateData.js +0 -21
- package/src/conversation/data/ConversationMemberUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationMessageTimerUpdateData.d.ts +0 -3
- package/src/conversation/data/ConversationMessageTimerUpdateData.js +0 -21
- package/src/conversation/data/ConversationMessageTimerUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationNameUpdateData.d.ts +0 -3
- package/src/conversation/data/ConversationNameUpdateData.js +0 -21
- package/src/conversation/data/ConversationNameUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationOtrMessageAddData.d.ts +0 -6
- package/src/conversation/data/ConversationOtrMessageAddData.js +0 -21
- package/src/conversation/data/ConversationOtrMessageAddData.js.map +0 -1
- package/src/conversation/data/ConversationReceiptModeUpdateData.d.ts +0 -11
- package/src/conversation/data/ConversationReceiptModeUpdateData.js +0 -31
- package/src/conversation/data/ConversationReceiptModeUpdateData.js.map +0 -1
- package/src/conversation/data/ConversationRenameData.d.ts +0 -3
- package/src/conversation/data/ConversationRenameData.js +0 -21
- package/src/conversation/data/ConversationRenameData.js.map +0 -1
- package/src/conversation/data/ConversationTypingData.d.ts +0 -7
- package/src/conversation/data/ConversationTypingData.js +0 -27
- package/src/conversation/data/ConversationTypingData.js.map +0 -1
- package/src/conversation/data/MlsEventData.d.ts +0 -63
- package/src/conversation/data/MlsEventData.js +0 -21
- package/src/conversation/data/MlsEventData.js.map +0 -1
- package/src/conversation/data/index.d.ts +0 -16
- package/src/conversation/data/index.js +0 -51
- package/src/conversation/data/index.js.map +0 -1
- package/src/conversation/index.d.ts +0 -23
- package/src/conversation/index.js +0 -58
- package/src/conversation/index.js.map +0 -1
- package/src/env/Backend.d.ts +0 -9
- package/src/env/Backend.js +0 -36
- package/src/env/Backend.js.map +0 -1
- package/src/env/index.d.ts +0 -1
- package/src/env/index.js +0 -36
- package/src/env/index.js.map +0 -1
- package/src/event/BackendEvent.d.ts +0 -6
- package/src/event/BackendEvent.js +0 -21
- package/src/event/BackendEvent.js.map +0 -1
- package/src/event/ConversationEvent.d.ts +0 -96
- package/src/event/ConversationEvent.js +0 -41
- package/src/event/ConversationEvent.js.map +0 -1
- package/src/event/TeamEvent.d.ts +0 -57
- package/src/event/TeamEvent.js +0 -34
- package/src/event/TeamEvent.js.map +0 -1
- package/src/event/UserEvent.d.ts +0 -56
- package/src/event/UserEvent.js +0 -37
- package/src/event/UserEvent.js.map +0 -1
- package/src/event/index.d.ts +0 -4
- package/src/event/index.js +0 -39
- package/src/event/index.js.map +0 -1
- package/src/giphy/GiphyAPI.d.ts +0 -39
- package/src/giphy/GiphyAPI.js +0 -101
- package/src/giphy/GiphyAPI.js.map +0 -1
- package/src/giphy/GiphyImage.d.ts +0 -71
- package/src/giphy/GiphyImage.js +0 -21
- package/src/giphy/GiphyImage.js.map +0 -1
- package/src/giphy/GiphyOptions.d.ts +0 -45
- package/src/giphy/GiphyOptions.js +0 -30
- package/src/giphy/GiphyOptions.js.map +0 -1
- package/src/giphy/GiphyResult.d.ts +0 -17
- package/src/giphy/GiphyResult.js +0 -21
- package/src/giphy/GiphyResult.js.map +0 -1
- package/src/giphy/index.d.ts +0 -4
- package/src/giphy/index.js +0 -39
- package/src/giphy/index.js.map +0 -1
- package/src/http/BackendError.d.ts +0 -9
- package/src/http/BackendError.js +0 -33
- package/src/http/BackendError.js.map +0 -1
- package/src/http/BackendErrorLabel.d.ts +0 -96
- package/src/http/BackendErrorLabel.js +0 -131
- package/src/http/BackendErrorLabel.js.map +0 -1
- package/src/http/BackendErrorMapper.d.ts +0 -5
- package/src/http/BackendErrorMapper.js +0 -91
- package/src/http/BackendErrorMapper.js.map +0 -1
- package/src/http/ConnectionState.d.ts +0 -6
- package/src/http/ConnectionState.js +0 -29
- package/src/http/ConnectionState.js.map +0 -1
- package/src/http/ContentType.d.ts +0 -6
- package/src/http/ContentType.js +0 -29
- package/src/http/ContentType.js.map +0 -1
- package/src/http/HttpClient.d.ts +0 -46
- package/src/http/HttpClient.js +0 -229
- package/src/http/HttpClient.js.map +0 -1
- package/src/http/NetworkError.d.ts +0 -4
- package/src/http/NetworkError.js +0 -32
- package/src/http/NetworkError.js.map +0 -1
- package/src/http/RequestCancelable.d.ts +0 -4
- package/src/http/RequestCancelable.js +0 -21
- package/src/http/RequestCancelable.js.map +0 -1
- package/src/http/RequestProgressHandler.d.ts +0 -2
- package/src/http/RequestProgressHandler.js +0 -29
- package/src/http/RequestProgressHandler.js.map +0 -1
- package/src/http/TraceState.d.ts +0 -6
- package/src/http/TraceState.js +0 -21
- package/src/http/TraceState.js.map +0 -1
- package/src/http/index.d.ts +0 -11
- package/src/http/index.js +0 -48
- package/src/http/index.js.map +0 -1
- package/src/notification/Notification.d.ts +0 -12
- package/src/notification/Notification.js +0 -21
- package/src/notification/Notification.js.map +0 -1
- package/src/notification/NotificationAPI.d.ts +0 -41
- package/src/notification/NotificationAPI.js +0 -129
- package/src/notification/NotificationAPI.js.map +0 -1
- package/src/notification/NotificationList.d.ts +0 -7
- package/src/notification/NotificationList.js +0 -21
- package/src/notification/NotificationList.js.map +0 -1
- package/src/notification/index.d.ts +0 -3
- package/src/notification/index.js +0 -38
- package/src/notification/index.js.map +0 -1
- package/src/obfuscation/ObfuscationUtil.d.ts +0 -6
- package/src/obfuscation/ObfuscationUtil.js +0 -41
- package/src/obfuscation/ObfuscationUtil.js.map +0 -1
- package/src/obfuscation/index.d.ts +0 -1
- package/src/obfuscation/index.js +0 -36
- package/src/obfuscation/index.js.map +0 -1
- package/src/self/ChangePassword.d.ts +0 -4
- package/src/self/ChangePassword.js +0 -21
- package/src/self/ChangePassword.js.map +0 -1
- package/src/self/Consent.d.ts +0 -6
- package/src/self/Consent.js +0 -21
- package/src/self/Consent.js.map +0 -1
- package/src/self/ConsentResults.d.ts +0 -4
- package/src/self/ConsentResults.js +0 -21
- package/src/self/ConsentResults.js.map +0 -1
- package/src/self/ConsentType.d.ts +0 -4
- package/src/self/ConsentType.js +0 -27
- package/src/self/ConsentType.js.map +0 -1
- package/src/self/Delete.d.ts +0 -3
- package/src/self/Delete.js +0 -21
- package/src/self/Delete.js.map +0 -1
- package/src/self/Name.d.ts +0 -2
- package/src/self/Name.js +0 -21
- package/src/self/Name.js.map +0 -1
- package/src/self/Picture.d.ts +0 -17
- package/src/self/Picture.js +0 -21
- package/src/self/Picture.js.map +0 -1
- package/src/self/SSOSignature.d.ts +0 -4
- package/src/self/SSOSignature.js +0 -21
- package/src/self/SSOSignature.js.map +0 -1
- package/src/self/Self.d.ts +0 -13
- package/src/self/Self.js +0 -21
- package/src/self/Self.js.map +0 -1
- package/src/self/SelfAPI.d.ts +0 -93
- package/src/self/SelfAPI.js +0 -199
- package/src/self/SelfAPI.js.map +0 -1
- package/src/self/index.d.ts +0 -10
- package/src/self/index.js +0 -45
- package/src/self/index.js.map +0 -1
- package/src/serviceProvider/LoginServiceProviderData.d.ts +0 -2
- package/src/serviceProvider/LoginServiceProviderData.js +0 -21
- package/src/serviceProvider/LoginServiceProviderData.js.map +0 -1
- package/src/serviceProvider/NewServiceProvider.d.ts +0 -5
- package/src/serviceProvider/NewServiceProvider.js +0 -21
- package/src/serviceProvider/NewServiceProvider.js.map +0 -1
- package/src/serviceProvider/RegisteredServiceProvider.d.ts +0 -5
- package/src/serviceProvider/RegisteredServiceProvider.js +0 -21
- package/src/serviceProvider/RegisteredServiceProvider.js.map +0 -1
- package/src/serviceProvider/ServiceProviderAPI.d.ts +0 -28
- package/src/serviceProvider/ServiceProviderAPI.js +0 -93
- package/src/serviceProvider/ServiceProviderAPI.js.map +0 -1
- package/src/serviceProvider/UpdateServiceProviderData.d.ts +0 -2
- package/src/serviceProvider/UpdateServiceProviderData.js +0 -21
- package/src/serviceProvider/UpdateServiceProviderData.js.map +0 -1
- package/src/serviceProvider/index.d.ts +0 -5
- package/src/serviceProvider/index.js +0 -40
- package/src/serviceProvider/index.js.map +0 -1
- package/src/services/Service.d.ts +0 -80
- package/src/services/Service.js +0 -21
- package/src/services/Service.js.map +0 -1
- package/src/services/ServicesAPI.d.ts +0 -79
- package/src/services/ServicesAPI.js +0 -182
- package/src/services/ServicesAPI.js.map +0 -1
- package/src/services/index.d.ts +0 -1
- package/src/services/index.js +0 -36
- package/src/services/index.js.map +0 -1
- package/src/shims/browser/buffer.d.ts +0 -3
- package/src/shims/browser/buffer.js +0 -60
- package/src/shims/browser/buffer.js.map +0 -1
- package/src/shims/browser/cookie.d.ts +0 -5
- package/src/shims/browser/cookie.js +0 -26
- package/src/shims/browser/cookie.js.map +0 -1
- package/src/shims/browser/websocket.d.ts +0 -2
- package/src/shims/browser/websocket.js +0 -21
- package/src/shims/browser/websocket.js.map +0 -1
- package/src/shims/node/buffer.d.ts +0 -4
- package/src/shims/node/buffer.js +0 -31
- package/src/shims/node/buffer.js.map +0 -1
- package/src/shims/node/cookie.d.ts +0 -7
- package/src/shims/node/cookie.js +0 -59
- package/src/shims/node/cookie.js.map +0 -1
- package/src/shims/node/random.d.ts +0 -1
- package/src/shims/node/random.js +0 -28
- package/src/shims/node/random.js.map +0 -1
- package/src/tcp/ReconnectingWebsocket.d.ts +0 -50
- package/src/tcp/ReconnectingWebsocket.js +0 -199
- package/src/tcp/ReconnectingWebsocket.js.map +0 -1
- package/src/tcp/WebSocketClient.d.ts +0 -77
- package/src/tcp/WebSocketClient.js +0 -209
- package/src/tcp/WebSocketClient.js.map +0 -1
- package/src/tcp/index.d.ts +0 -1
- package/src/tcp/index.js +0 -36
- package/src/tcp/index.js.map +0 -1
- package/src/team/TeamError.d.ts +0 -13
- package/src/team/TeamError.js +0 -55
- package/src/team/TeamError.js.map +0 -1
- package/src/team/billing/BillingAPI.d.ts +0 -42
- package/src/team/billing/BillingAPI.js +0 -161
- package/src/team/billing/BillingAPI.js.map +0 -1
- package/src/team/billing/BillingInfo.d.ts +0 -10
- package/src/team/billing/BillingInfo.js +0 -21
- package/src/team/billing/BillingInfo.js.map +0 -1
- package/src/team/billing/BillingTeamData.d.ts +0 -23
- package/src/team/billing/BillingTeamData.js +0 -31
- package/src/team/billing/BillingTeamData.js.map +0 -1
- package/src/team/billing/CardData.d.ts +0 -6
- package/src/team/billing/CardData.js +0 -21
- package/src/team/billing/CardData.js.map +0 -1
- package/src/team/billing/InvoiceData.d.ts +0 -11
- package/src/team/billing/InvoiceData.js +0 -21
- package/src/team/billing/InvoiceData.js.map +0 -1
- package/src/team/billing/InvoiceListData.d.ts +0 -5
- package/src/team/billing/InvoiceListData.js +0 -21
- package/src/team/billing/InvoiceListData.js.map +0 -1
- package/src/team/billing/InvoiceUpcomingData.d.ts +0 -21
- package/src/team/billing/InvoiceUpcomingData.js +0 -21
- package/src/team/billing/InvoiceUpcomingData.js.map +0 -1
- package/src/team/billing/PlanData.d.ts +0 -14
- package/src/team/billing/PlanData.js +0 -27
- package/src/team/billing/PlanData.js.map +0 -1
- package/src/team/billing/SupportedCurrency.d.ts +0 -5
- package/src/team/billing/SupportedCurrency.js +0 -28
- package/src/team/billing/SupportedCurrency.js.map +0 -1
- package/src/team/billing/index.d.ts +0 -6
- package/src/team/billing/index.js +0 -41
- package/src/team/billing/index.js.map +0 -1
- package/src/team/conversation/TeamConversation.d.ts +0 -9
- package/src/team/conversation/TeamConversation.js +0 -21
- package/src/team/conversation/TeamConversation.js.map +0 -1
- package/src/team/conversation/TeamConversationAPI.d.ts +0 -38
- package/src/team/conversation/TeamConversationAPI.js +0 -86
- package/src/team/conversation/TeamConversationAPI.js.map +0 -1
- package/src/team/conversation/index.d.ts +0 -2
- package/src/team/conversation/index.js +0 -37
- package/src/team/conversation/index.js.map +0 -1
- package/src/team/data/TeamConversationCreateData.d.ts +0 -3
- package/src/team/data/TeamConversationCreateData.js +0 -21
- package/src/team/data/TeamConversationCreateData.js.map +0 -1
- package/src/team/data/TeamConversationDeleteData.d.ts +0 -3
- package/src/team/data/TeamConversationDeleteData.js +0 -21
- package/src/team/data/TeamConversationDeleteData.js.map +0 -1
- package/src/team/data/TeamFeatureConfigurationUpdateEventData.d.ts +0 -2
- package/src/team/data/TeamFeatureConfigurationUpdateEventData.js +0 -21
- package/src/team/data/TeamFeatureConfigurationUpdateEventData.js.map +0 -1
- package/src/team/data/TeamMemberJoinData.d.ts +0 -3
- package/src/team/data/TeamMemberJoinData.js +0 -21
- package/src/team/data/TeamMemberJoinData.js.map +0 -1
- package/src/team/data/TeamMemberLeaveData.d.ts +0 -3
- package/src/team/data/TeamMemberLeaveData.js +0 -21
- package/src/team/data/TeamMemberLeaveData.js.map +0 -1
- package/src/team/data/TeamMemberUpdateData.d.ts +0 -5
- package/src/team/data/TeamMemberUpdateData.js +0 -21
- package/src/team/data/TeamMemberUpdateData.js.map +0 -1
- package/src/team/data/TeamUpdateData.d.ts +0 -5
- package/src/team/data/TeamUpdateData.js +0 -21
- package/src/team/data/TeamUpdateData.js.map +0 -1
- package/src/team/data/index.d.ts +0 -7
- package/src/team/data/index.js +0 -42
- package/src/team/data/index.js.map +0 -1
- package/src/team/feature/Feature.d.ts +0 -57
- package/src/team/feature/Feature.js +0 -42
- package/src/team/feature/Feature.js.map +0 -1
- package/src/team/feature/FeatureAPI.d.ts +0 -53
- package/src/team/feature/FeatureAPI.js +0 -286
- package/src/team/feature/FeatureAPI.js.map +0 -1
- package/src/team/feature/FeatureError.d.ts +0 -10
- package/src/team/feature/FeatureError.js +0 -47
- package/src/team/feature/FeatureError.js.map +0 -1
- package/src/team/feature/FeatureList.d.ts +0 -34
- package/src/team/feature/FeatureList.js +0 -39
- package/src/team/feature/FeatureList.js.map +0 -1
- package/src/team/feature/index.d.ts +0 -4
- package/src/team/feature/index.js +0 -39
- package/src/team/feature/index.js.map +0 -1
- package/src/team/identityprovider/IdentityProvider.d.ts +0 -10
- package/src/team/identityprovider/IdentityProvider.js +0 -21
- package/src/team/identityprovider/IdentityProvider.js.map +0 -1
- package/src/team/identityprovider/IdentityProviderAPI.d.ts +0 -18
- package/src/team/identityprovider/IdentityProviderAPI.js +0 -88
- package/src/team/identityprovider/IdentityProviderAPI.js.map +0 -1
- package/src/team/identityprovider/IdentityProviders.d.ts +0 -4
- package/src/team/identityprovider/IdentityProviders.js +0 -21
- package/src/team/identityprovider/IdentityProviders.js.map +0 -1
- package/src/team/identityprovider/index.d.ts +0 -3
- package/src/team/identityprovider/index.js +0 -38
- package/src/team/identityprovider/index.js.map +0 -1
- package/src/team/index.d.ts +0 -12
- package/src/team/index.js +0 -60
- package/src/team/index.js.map +0 -1
- package/src/team/invitation/InvitationError.d.ts +0 -22
- package/src/team/invitation/InvitationError.js +0 -79
- package/src/team/invitation/InvitationError.js.map +0 -1
- package/src/team/invitation/NewTeamInvitation.d.ts +0 -9
- package/src/team/invitation/NewTeamInvitation.js +0 -21
- package/src/team/invitation/NewTeamInvitation.js.map +0 -1
- package/src/team/invitation/TeamInvitation.d.ts +0 -11
- package/src/team/invitation/TeamInvitation.js +0 -21
- package/src/team/invitation/TeamInvitation.js.map +0 -1
- package/src/team/invitation/TeamInvitationAPI.d.ts +0 -19
- package/src/team/invitation/TeamInvitationAPI.js +0 -143
- package/src/team/invitation/TeamInvitationAPI.js.map +0 -1
- package/src/team/invitation/TeamInvitationChunk.d.ts +0 -5
- package/src/team/invitation/TeamInvitationChunk.js +0 -21
- package/src/team/invitation/TeamInvitationChunk.js.map +0 -1
- package/src/team/invitation/index.d.ts +0 -5
- package/src/team/invitation/index.js +0 -40
- package/src/team/invitation/index.js.map +0 -1
- package/src/team/legalhold/LegalHoldAPI.d.ts +0 -20
- package/src/team/legalhold/LegalHoldAPI.js +0 -96
- package/src/team/legalhold/LegalHoldAPI.js.map +0 -1
- package/src/team/legalhold/LegalHoldData.d.ts +0 -20
- package/src/team/legalhold/LegalHoldData.js +0 -28
- package/src/team/legalhold/LegalHoldData.js.map +0 -1
- package/src/team/legalhold/LegalHoldMemberStatus.d.ts +0 -18
- package/src/team/legalhold/LegalHoldMemberStatus.js +0 -29
- package/src/team/legalhold/LegalHoldMemberStatus.js.map +0 -1
- package/src/team/legalhold/NewLegalHoldData.d.ts +0 -5
- package/src/team/legalhold/NewLegalHoldData.js +0 -21
- package/src/team/legalhold/NewLegalHoldData.js.map +0 -1
- package/src/team/legalhold/index.d.ts +0 -4
- package/src/team/legalhold/index.js +0 -39
- package/src/team/legalhold/index.js.map +0 -1
- package/src/team/member/MemberAPI.d.ts +0 -28
- package/src/team/member/MemberAPI.js +0 -144
- package/src/team/member/MemberAPI.js.map +0 -1
- package/src/team/member/MemberCSVResponse.d.ts +0 -4
- package/src/team/member/MemberCSVResponse.js +0 -21
- package/src/team/member/MemberCSVResponse.js.map +0 -1
- package/src/team/member/MemberData.d.ts +0 -11
- package/src/team/member/MemberData.js +0 -21
- package/src/team/member/MemberData.js.map +0 -1
- package/src/team/member/Members.d.ts +0 -5
- package/src/team/member/Members.js +0 -21
- package/src/team/member/Members.js.map +0 -1
- package/src/team/member/Permissions.d.ts +0 -17
- package/src/team/member/Permissions.js +0 -47
- package/src/team/member/Permissions.js.map +0 -1
- package/src/team/member/PermissionsData.d.ts +0 -7
- package/src/team/member/PermissionsData.js +0 -21
- package/src/team/member/PermissionsData.js.map +0 -1
- package/src/team/member/Role.d.ts +0 -18
- package/src/team/member/Role.js +0 -118
- package/src/team/member/Role.js.map +0 -1
- package/src/team/member/UpdatedMemberData.d.ts +0 -2
- package/src/team/member/UpdatedMemberData.js +0 -21
- package/src/team/member/UpdatedMemberData.js.map +0 -1
- package/src/team/member/index.d.ts +0 -7
- package/src/team/member/index.js +0 -42
- package/src/team/member/index.js.map +0 -1
- package/src/team/payment/InvoiceData.d.ts +0 -21
- package/src/team/payment/InvoiceData.js +0 -21
- package/src/team/payment/InvoiceData.js.map +0 -1
- package/src/team/payment/PaymentAPI.d.ts +0 -57
- package/src/team/payment/PaymentAPI.js +0 -156
- package/src/team/payment/PaymentAPI.js.map +0 -1
- package/src/team/payment/PaymentBillingData.d.ts +0 -12
- package/src/team/payment/PaymentBillingData.js +0 -21
- package/src/team/payment/PaymentBillingData.js.map +0 -1
- package/src/team/payment/PaymentData.d.ts +0 -34
- package/src/team/payment/PaymentData.js +0 -30
- package/src/team/payment/PaymentData.js.map +0 -1
- package/src/team/payment/PaymentDataUpdate.d.ts +0 -6
- package/src/team/payment/PaymentDataUpdate.js +0 -21
- package/src/team/payment/PaymentDataUpdate.js.map +0 -1
- package/src/team/payment/PaymentInterval.d.ts +0 -6
- package/src/team/payment/PaymentInterval.js +0 -29
- package/src/team/payment/PaymentInterval.js.map +0 -1
- package/src/team/payment/PaymentPlan.d.ts +0 -12
- package/src/team/payment/PaymentPlan.js +0 -27
- package/src/team/payment/PaymentPlan.js.map +0 -1
- package/src/team/payment/PaymentStripeCharge.d.ts +0 -19
- package/src/team/payment/PaymentStripeCharge.js +0 -27
- package/src/team/payment/PaymentStripeCharge.js.map +0 -1
- package/src/team/payment/PaymentStripeInvoice.d.ts +0 -11
- package/src/team/payment/PaymentStripeInvoice.js +0 -21
- package/src/team/payment/PaymentStripeInvoice.js.map +0 -1
- package/src/team/payment/PaymentStripeInvoices.d.ts +0 -5
- package/src/team/payment/PaymentStripeInvoices.js +0 -21
- package/src/team/payment/PaymentStripeInvoices.js.map +0 -1
- package/src/team/payment/PaymentStripePlan.d.ts +0 -9
- package/src/team/payment/PaymentStripePlan.js +0 -21
- package/src/team/payment/PaymentStripePlan.js.map +0 -1
- package/src/team/payment/SupportedCurrency.d.ts +0 -5
- package/src/team/payment/SupportedCurrency.js +0 -28
- package/src/team/payment/SupportedCurrency.js.map +0 -1
- package/src/team/payment/index.d.ts +0 -12
- package/src/team/payment/index.js +0 -47
- package/src/team/payment/index.js.map +0 -1
- package/src/team/scim/NewScimToken.d.ts +0 -5
- package/src/team/scim/NewScimToken.js +0 -21
- package/src/team/scim/NewScimToken.js.map +0 -1
- package/src/team/scim/ScimAPI.d.ts +0 -14
- package/src/team/scim/ScimAPI.js +0 -57
- package/src/team/scim/ScimAPI.js.map +0 -1
- package/src/team/scim/ScimTokenInfo.d.ts +0 -7
- package/src/team/scim/ScimTokenInfo.js +0 -21
- package/src/team/scim/ScimTokenInfo.js.map +0 -1
- package/src/team/scim/ScimTokenInfoList.d.ts +0 -4
- package/src/team/scim/ScimTokenInfoList.js +0 -21
- package/src/team/scim/ScimTokenInfoList.js.map +0 -1
- package/src/team/scim/index.d.ts +0 -3
- package/src/team/scim/index.js +0 -38
- package/src/team/scim/index.js.map +0 -1
- package/src/team/search/TeamContact.d.ts +0 -10
- package/src/team/search/TeamContact.js +0 -21
- package/src/team/search/TeamContact.js.map +0 -1
- package/src/team/search/TeamSearchAPI.d.ts +0 -16
- package/src/team/search/TeamSearchAPI.js +0 -69
- package/src/team/search/TeamSearchAPI.js.map +0 -1
- package/src/team/search/TeamSearchOptions.d.ts +0 -16
- package/src/team/search/TeamSearchOptions.js +0 -27
- package/src/team/search/TeamSearchOptions.js.map +0 -1
- package/src/team/search/TeamSearchResult.d.ts +0 -7
- package/src/team/search/TeamSearchResult.js +0 -21
- package/src/team/search/TeamSearchResult.js.map +0 -1
- package/src/team/search/index.d.ts +0 -4
- package/src/team/search/index.js +0 -39
- package/src/team/search/index.js.map +0 -1
- package/src/team/service/Provider.d.ts +0 -7
- package/src/team/service/Provider.js +0 -21
- package/src/team/service/Provider.js.map +0 -1
- package/src/team/service/Service.d.ts +0 -11
- package/src/team/service/Service.js +0 -21
- package/src/team/service/Service.js.map +0 -1
- package/src/team/service/ServiceAPI.d.ts +0 -19
- package/src/team/service/ServiceAPI.js +0 -94
- package/src/team/service/ServiceAPI.js.map +0 -1
- package/src/team/service/ServiceWhitelistData.d.ts +0 -5
- package/src/team/service/ServiceWhitelistData.js +0 -21
- package/src/team/service/ServiceWhitelistData.js.map +0 -1
- package/src/team/service/Services.d.ts +0 -5
- package/src/team/service/Services.js +0 -21
- package/src/team/service/Services.js.map +0 -1
- package/src/team/service/index.d.ts +0 -5
- package/src/team/service/index.js +0 -40
- package/src/team/service/index.js.map +0 -1
- package/src/team/team/LeadData.d.ts +0 -16
- package/src/team/team/LeadData.js +0 -21
- package/src/team/team/LeadData.js.map +0 -1
- package/src/team/team/NewTeamData.d.ts +0 -15
- package/src/team/team/NewTeamData.js +0 -21
- package/src/team/team/NewTeamData.js.map +0 -1
- package/src/team/team/TeamAPI.d.ts +0 -26
- package/src/team/team/TeamAPI.js +0 -126
- package/src/team/team/TeamAPI.js.map +0 -1
- package/src/team/team/TeamChunkData.d.ts +0 -5
- package/src/team/team/TeamChunkData.js +0 -21
- package/src/team/team/TeamChunkData.js.map +0 -1
- package/src/team/team/TeamData.d.ts +0 -17
- package/src/team/team/TeamData.js +0 -21
- package/src/team/team/TeamData.js.map +0 -1
- package/src/team/team/TeamInfo.d.ts +0 -5
- package/src/team/team/TeamInfo.js +0 -21
- package/src/team/team/TeamInfo.js.map +0 -1
- package/src/team/team/TeamSizeData.d.ts +0 -3
- package/src/team/team/TeamSizeData.js +0 -21
- package/src/team/team/TeamSizeData.js.map +0 -1
- package/src/team/team/UpdateTeamData.d.ts +0 -10
- package/src/team/team/UpdateTeamData.js +0 -21
- package/src/team/team/UpdateTeamData.js.map +0 -1
- package/src/team/team/index.d.ts +0 -7
- package/src/team/team/index.js +0 -42
- package/src/team/team/index.js.map +0 -1
- package/src/user/Activate.d.ts +0 -24
- package/src/user/Activate.js +0 -21
- package/src/user/Activate.js.map +0 -1
- package/src/user/ActivationResponse.d.ts +0 -5
- package/src/user/ActivationResponse.js +0 -21
- package/src/user/ActivationResponse.js.map +0 -1
- package/src/user/CheckHandles.d.ts +0 -4
- package/src/user/CheckHandles.js +0 -21
- package/src/user/CheckHandles.js.map +0 -1
- package/src/user/CompletePasswordReset.d.ts +0 -7
- package/src/user/CompletePasswordReset.js +0 -21
- package/src/user/CompletePasswordReset.js.map +0 -1
- package/src/user/Contact.d.ts +0 -2
- package/src/user/Contact.js +0 -21
- package/src/user/Contact.js.map +0 -1
- package/src/user/HandleInfo.d.ts +0 -5
- package/src/user/HandleInfo.js +0 -21
- package/src/user/HandleInfo.js.map +0 -1
- package/src/user/LimitedQualifiedUserIdList.d.ts +0 -4
- package/src/user/LimitedQualifiedUserIdList.js +0 -21
- package/src/user/LimitedQualifiedUserIdList.js.map +0 -1
- package/src/user/ManagedSource.d.ts +0 -4
- package/src/user/ManagedSource.js +0 -27
- package/src/user/ManagedSource.js.map +0 -1
- package/src/user/NewPasswordReset.d.ts +0 -4
- package/src/user/NewPasswordReset.js +0 -21
- package/src/user/NewPasswordReset.js.map +0 -1
- package/src/user/QualifiedHandle.d.ts +0 -4
- package/src/user/QualifiedHandle.js +0 -21
- package/src/user/QualifiedHandle.js.map +0 -1
- package/src/user/QualifiedId.d.ts +0 -4
- package/src/user/QualifiedId.js +0 -21
- package/src/user/QualifiedId.js.map +0 -1
- package/src/user/RTCConfiguration.d.ts +0 -5
- package/src/user/RTCConfiguration.js +0 -21
- package/src/user/RTCConfiguration.js.map +0 -1
- package/src/user/RTCIceServer.d.ts +0 -5
- package/src/user/RTCIceServer.js +0 -21
- package/src/user/RTCIceServer.js.map +0 -1
- package/src/user/RichInfo.d.ts +0 -8
- package/src/user/RichInfo.js +0 -21
- package/src/user/RichInfo.js.map +0 -1
- package/src/user/SearchResult.d.ts +0 -7
- package/src/user/SearchResult.js +0 -21
- package/src/user/SearchResult.js.map +0 -1
- package/src/user/SendActivationCode.d.ts +0 -10
- package/src/user/SendActivationCode.js +0 -21
- package/src/user/SendActivationCode.js.map +0 -1
- package/src/user/User.d.ts +0 -20
- package/src/user/User.js +0 -21
- package/src/user/User.js.map +0 -1
- package/src/user/UserAPI.d.ts +0 -235
- package/src/user/UserAPI.js +0 -585
- package/src/user/UserAPI.js.map +0 -1
- package/src/user/UserAsset.d.ts +0 -10
- package/src/user/UserAsset.js +0 -27
- package/src/user/UserAsset.js.map +0 -1
- package/src/user/UserError.d.ts +0 -13
- package/src/user/UserError.js +0 -55
- package/src/user/UserError.js.map +0 -1
- package/src/user/UserPreKeyBundleMap.d.ts +0 -9
- package/src/user/UserPreKeyBundleMap.js +0 -21
- package/src/user/UserPreKeyBundleMap.js.map +0 -1
- package/src/user/UserUpdate.d.ts +0 -2
- package/src/user/UserUpdate.js +0 -21
- package/src/user/UserUpdate.js.map +0 -1
- package/src/user/VerifyDelete.d.ts +0 -4
- package/src/user/VerifyDelete.js +0 -21
- package/src/user/VerifyDelete.js.map +0 -1
- package/src/user/data/UserActivateData.d.ts +0 -4
- package/src/user/data/UserActivateData.js +0 -21
- package/src/user/data/UserActivateData.js.map +0 -1
- package/src/user/data/UserClientAddData.d.ts +0 -4
- package/src/user/data/UserClientAddData.js +0 -21
- package/src/user/data/UserClientAddData.js.map +0 -1
- package/src/user/data/UserClientRemoveData.d.ts +0 -5
- package/src/user/data/UserClientRemoveData.js +0 -21
- package/src/user/data/UserClientRemoveData.js.map +0 -1
- package/src/user/data/UserConnectionData.d.ts +0 -8
- package/src/user/data/UserConnectionData.js +0 -21
- package/src/user/data/UserConnectionData.js.map +0 -1
- package/src/user/data/UserDeleteData.d.ts +0 -3
- package/src/user/data/UserDeleteData.js +0 -21
- package/src/user/data/UserDeleteData.js.map +0 -1
- package/src/user/data/UserLegalHoldDisableData.d.ts +0 -4
- package/src/user/data/UserLegalHoldDisableData.js +0 -21
- package/src/user/data/UserLegalHoldDisableData.js.map +0 -1
- package/src/user/data/UserLegalHoldEnableData.d.ts +0 -4
- package/src/user/data/UserLegalHoldEnableData.js +0 -21
- package/src/user/data/UserLegalHoldEnableData.js.map +0 -1
- package/src/user/data/UserLegalHoldRequestData.d.ts +0 -9
- package/src/user/data/UserLegalHoldRequestData.js +0 -21
- package/src/user/data/UserLegalHoldRequestData.js.map +0 -1
- package/src/user/data/UserPropertiesDeleteData.d.ts +0 -3
- package/src/user/data/UserPropertiesDeleteData.js +0 -21
- package/src/user/data/UserPropertiesDeleteData.js.map +0 -1
- package/src/user/data/UserPropertiesSetData.d.ts +0 -45
- package/src/user/data/UserPropertiesSetData.js +0 -35
- package/src/user/data/UserPropertiesSetData.js.map +0 -1
- package/src/user/data/UserPushRemoveData.d.ts +0 -9
- package/src/user/data/UserPushRemoveData.js +0 -21
- package/src/user/data/UserPushRemoveData.js.map +0 -1
- package/src/user/data/UserPushTokenProvider.d.ts +0 -8
- package/src/user/data/UserPushTokenProvider.js +0 -31
- package/src/user/data/UserPushTokenProvider.js.map +0 -1
- package/src/user/data/UserUpdateData.d.ts +0 -6
- package/src/user/data/UserUpdateData.js +0 -21
- package/src/user/data/UserUpdateData.js.map +0 -1
- package/src/user/data/index.d.ts +0 -12
- package/src/user/data/index.js +0 -47
- package/src/user/data/index.js.map +0 -1
- package/src/user/index.d.ts +0 -22
- package/src/user/index.js +0 -57
- package/src/user/index.js.map +0 -1
- package/src/validation/ValidationError.d.ts +0 -4
- package/src/validation/ValidationError.js +0 -30
- package/src/validation/ValidationError.js.map +0 -1
- package/src/validation/index.d.ts +0 -1
- package/src/validation/index.js +0 -36
- package/src/validation/index.js.map +0 -1
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { InvoiceData, PaymentPlan } from './';
|
|
2
|
-
import { PaymentPlanID } from './PaymentPlan';
|
|
3
|
-
export declare enum PaymentStatus {
|
|
4
|
-
ACTIVE = "active",
|
|
5
|
-
CANCELED = "canceled",
|
|
6
|
-
PAST_DUE = "past_due",
|
|
7
|
-
TRIALING = "trialing",
|
|
8
|
-
UNPAID = "unpaid"
|
|
9
|
-
}
|
|
10
|
-
export interface PaymentCardData {
|
|
11
|
-
brand: string;
|
|
12
|
-
country: string;
|
|
13
|
-
digits: string;
|
|
14
|
-
expMonth: number;
|
|
15
|
-
expYear: number;
|
|
16
|
-
holder: string;
|
|
17
|
-
zip: string;
|
|
18
|
-
}
|
|
19
|
-
export interface PaymentSuspension {
|
|
20
|
-
created: number;
|
|
21
|
-
graceEnding: number;
|
|
22
|
-
invoice: string;
|
|
23
|
-
}
|
|
24
|
-
export interface PaymentData {
|
|
25
|
-
bankTransfer: boolean;
|
|
26
|
-
card: PaymentCardData;
|
|
27
|
-
invoice: InvoiceData;
|
|
28
|
-
plan: PaymentPlan;
|
|
29
|
-
planId: PaymentPlanID;
|
|
30
|
-
seats: number;
|
|
31
|
-
status: PaymentStatus;
|
|
32
|
-
suspend?: PaymentSuspension;
|
|
33
|
-
trialEndsAt: number;
|
|
34
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.PaymentStatus = void 0;
|
|
22
|
-
var PaymentStatus;
|
|
23
|
-
(function (PaymentStatus) {
|
|
24
|
-
PaymentStatus["ACTIVE"] = "active";
|
|
25
|
-
PaymentStatus["CANCELED"] = "canceled";
|
|
26
|
-
PaymentStatus["PAST_DUE"] = "past_due";
|
|
27
|
-
PaymentStatus["TRIALING"] = "trialing";
|
|
28
|
-
PaymentStatus["UNPAID"] = "unpaid";
|
|
29
|
-
})(PaymentStatus = exports.PaymentStatus || (exports.PaymentStatus = {}));
|
|
30
|
-
//# sourceMappingURL=PaymentData.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentData.js","sourceRoot":"","sources":["PaymentData.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAKH,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,kCAAiB,CAAA;IACjB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;AACnB,CAAC,EANW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAMxB"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=PaymentDataUpdate.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentDataUpdate.js","sourceRoot":"","sources":["PaymentDataUpdate.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.PaymentInterval = void 0;
|
|
22
|
-
var PaymentInterval;
|
|
23
|
-
(function (PaymentInterval) {
|
|
24
|
-
PaymentInterval["DAY"] = "day";
|
|
25
|
-
PaymentInterval["WEEK"] = "week";
|
|
26
|
-
PaymentInterval["MONTH"] = "month";
|
|
27
|
-
PaymentInterval["YEAR"] = "year";
|
|
28
|
-
})(PaymentInterval = exports.PaymentInterval || (exports.PaymentInterval = {}));
|
|
29
|
-
//# sourceMappingURL=PaymentInterval.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentInterval.js","sourceRoot":"","sources":["PaymentInterval.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,8BAAW,CAAA;IACX,gCAAa,CAAA;IACb,kCAAe,CAAA;IACf,gCAAa,CAAA;AACf,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PaymentInterval } from '../payment/';
|
|
2
|
-
export declare enum PaymentPlanID {
|
|
3
|
-
ANNUAL = "wire_annual_plan",
|
|
4
|
-
MONTHLY = "wire_monthly_plan"
|
|
5
|
-
}
|
|
6
|
-
export interface PaymentPlan {
|
|
7
|
-
amount: number;
|
|
8
|
-
custom: boolean;
|
|
9
|
-
id: PaymentPlanID;
|
|
10
|
-
interval: PaymentInterval;
|
|
11
|
-
name: string;
|
|
12
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.PaymentPlanID = void 0;
|
|
22
|
-
var PaymentPlanID;
|
|
23
|
-
(function (PaymentPlanID) {
|
|
24
|
-
PaymentPlanID["ANNUAL"] = "wire_annual_plan";
|
|
25
|
-
PaymentPlanID["MONTHLY"] = "wire_monthly_plan";
|
|
26
|
-
})(PaymentPlanID = exports.PaymentPlanID || (exports.PaymentPlanID = {}));
|
|
27
|
-
//# sourceMappingURL=PaymentPlan.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentPlan.js","sourceRoot":"","sources":["PaymentPlan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAIH,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,8CAA6B,CAAA;AAC/B,CAAC,EAHW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAGxB"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { SupportedCurrency } from '../payment/';
|
|
2
|
-
declare enum PaymentStripeChargeStatus {
|
|
3
|
-
FAILED = "failed",
|
|
4
|
-
PENDING = "pending",
|
|
5
|
-
SUCCEEDED = "succeeded"
|
|
6
|
-
}
|
|
7
|
-
export interface PaymentStripeCharge {
|
|
8
|
-
amount: number;
|
|
9
|
-
created: number;
|
|
10
|
-
currency: SupportedCurrency;
|
|
11
|
-
failureCode: string;
|
|
12
|
-
failureMessage: string;
|
|
13
|
-
id: string;
|
|
14
|
-
invoice: string;
|
|
15
|
-
livemode: boolean;
|
|
16
|
-
paid: boolean;
|
|
17
|
-
status: PaymentStripeChargeStatus;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
var PaymentStripeChargeStatus;
|
|
22
|
-
(function (PaymentStripeChargeStatus) {
|
|
23
|
-
PaymentStripeChargeStatus["FAILED"] = "failed";
|
|
24
|
-
PaymentStripeChargeStatus["PENDING"] = "pending";
|
|
25
|
-
PaymentStripeChargeStatus["SUCCEEDED"] = "succeeded";
|
|
26
|
-
})(PaymentStripeChargeStatus || (PaymentStripeChargeStatus = {}));
|
|
27
|
-
//# sourceMappingURL=PaymentStripeCharge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentStripeCharge.js","sourceRoot":"","sources":["PaymentStripeCharge.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;AAMH,IAAK,yBAIJ;AAJD,WAAK,yBAAyB;IAC5B,8CAAiB,CAAA;IACjB,gDAAmB,CAAA;IACnB,oDAAuB,CAAA;AACzB,CAAC,EAJI,yBAAyB,KAAzB,yBAAyB,QAI7B"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=PaymentStripeInvoice.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentStripeInvoice.js","sourceRoot":"","sources":["PaymentStripeInvoice.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=PaymentStripeInvoices.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentStripeInvoices.js","sourceRoot":"","sources":["PaymentStripeInvoices.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=PaymentStripePlan.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentStripePlan.js","sourceRoot":"","sources":["PaymentStripePlan.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.SupportedCurrency = void 0;
|
|
22
|
-
var SupportedCurrency;
|
|
23
|
-
(function (SupportedCurrency) {
|
|
24
|
-
SupportedCurrency["CHF"] = "CHF";
|
|
25
|
-
SupportedCurrency["EUR"] = "EUR";
|
|
26
|
-
SupportedCurrency["USD"] = "USD";
|
|
27
|
-
})(SupportedCurrency = exports.SupportedCurrency || (exports.SupportedCurrency = {}));
|
|
28
|
-
//# sourceMappingURL=SupportedCurrency.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SupportedCurrency.js","sourceRoot":"","sources":["SupportedCurrency.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAEH,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,gCAAW,CAAA;IACX,gCAAW,CAAA;IACX,gCAAW,CAAA;AACb,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './InvoiceData';
|
|
2
|
-
export * from './PaymentAPI';
|
|
3
|
-
export * from './PaymentBillingData';
|
|
4
|
-
export * from './PaymentData';
|
|
5
|
-
export * from './PaymentDataUpdate';
|
|
6
|
-
export * from './PaymentInterval';
|
|
7
|
-
export * from './PaymentPlan';
|
|
8
|
-
export * from './PaymentStripeCharge';
|
|
9
|
-
export * from './PaymentStripeInvoice';
|
|
10
|
-
export * from './PaymentStripeInvoices';
|
|
11
|
-
export * from './PaymentStripePlan';
|
|
12
|
-
export * from './SupportedCurrency';
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2018 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
-
if (k2 === undefined) k2 = 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);
|
|
27
|
-
}) : (function(o, m, k, k2) {
|
|
28
|
-
if (k2 === undefined) k2 = k;
|
|
29
|
-
o[k2] = m[k];
|
|
30
|
-
}));
|
|
31
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
32
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
33
|
-
};
|
|
34
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
__exportStar(require("./InvoiceData"), exports);
|
|
36
|
-
__exportStar(require("./PaymentAPI"), exports);
|
|
37
|
-
__exportStar(require("./PaymentBillingData"), exports);
|
|
38
|
-
__exportStar(require("./PaymentData"), exports);
|
|
39
|
-
__exportStar(require("./PaymentDataUpdate"), exports);
|
|
40
|
-
__exportStar(require("./PaymentInterval"), exports);
|
|
41
|
-
__exportStar(require("./PaymentPlan"), exports);
|
|
42
|
-
__exportStar(require("./PaymentStripeCharge"), exports);
|
|
43
|
-
__exportStar(require("./PaymentStripeInvoice"), exports);
|
|
44
|
-
__exportStar(require("./PaymentStripeInvoices"), exports);
|
|
45
|
-
__exportStar(require("./PaymentStripePlan"), exports);
|
|
46
|
-
__exportStar(require("./SupportedCurrency"), exports);
|
|
47
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2021 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=NewScimToken.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NewScimToken.js","sourceRoot":"","sources":["NewScimToken.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '../../http';
|
|
2
|
-
import { NewScimToken } from './NewScimToken';
|
|
3
|
-
import { ScimTokenInfoList } from './ScimTokenInfoList';
|
|
4
|
-
export declare class ScimAPI {
|
|
5
|
-
private readonly client;
|
|
6
|
-
constructor(client: HttpClient);
|
|
7
|
-
static readonly URL: {
|
|
8
|
-
AUTH_TOKENS: string;
|
|
9
|
-
SCIM: string;
|
|
10
|
-
};
|
|
11
|
-
getTokens(): Promise<ScimTokenInfoList>;
|
|
12
|
-
deleteToken(scimTokenId: string): Promise<void>;
|
|
13
|
-
postToken(description: string, password?: string, verificationCode?: string): Promise<NewScimToken>;
|
|
14
|
-
}
|
package/src/team/scim/ScimAPI.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2021 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
exports.ScimAPI = void 0;
|
|
22
|
-
class ScimAPI {
|
|
23
|
-
constructor(client) {
|
|
24
|
-
this.client = client;
|
|
25
|
-
}
|
|
26
|
-
async getTokens() {
|
|
27
|
-
const config = {
|
|
28
|
-
method: 'get',
|
|
29
|
-
url: `${ScimAPI.URL.SCIM}/${ScimAPI.URL.AUTH_TOKENS}`,
|
|
30
|
-
};
|
|
31
|
-
const response = await this.client.sendJSON(config);
|
|
32
|
-
return response.data;
|
|
33
|
-
}
|
|
34
|
-
async deleteToken(scimTokenId) {
|
|
35
|
-
const config = {
|
|
36
|
-
method: 'delete',
|
|
37
|
-
params: { id: scimTokenId },
|
|
38
|
-
url: `${ScimAPI.URL.SCIM}/${ScimAPI.URL.AUTH_TOKENS}`,
|
|
39
|
-
};
|
|
40
|
-
await this.client.sendJSON(config);
|
|
41
|
-
}
|
|
42
|
-
async postToken(description, password, verificationCode) {
|
|
43
|
-
const config = {
|
|
44
|
-
data: Object.assign({ description, password }, (verificationCode && { verification_code: verificationCode })),
|
|
45
|
-
method: 'post',
|
|
46
|
-
url: `${ScimAPI.URL.SCIM}/${ScimAPI.URL.AUTH_TOKENS}`,
|
|
47
|
-
};
|
|
48
|
-
const response = await this.client.sendJSON(config);
|
|
49
|
-
return response.data;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
exports.ScimAPI = ScimAPI;
|
|
53
|
-
ScimAPI.URL = {
|
|
54
|
-
AUTH_TOKENS: 'auth-tokens',
|
|
55
|
-
SCIM: '/scim',
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=ScimAPI.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScimAPI.js","sourceRoot":"","sources":["ScimAPI.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG;;;AAQH,MAAa,OAAO;IAClB,YAA6B,MAAkB;QAAlB,WAAM,GAAN,MAAM,CAAY;IAAG,CAAC;IAO5C,KAAK,CAAC,SAAS;QACpB,MAAM,MAAM,GAAuB;YACjC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE;SACtD,CAAC;QAEF,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAoB,MAAM,CAAC,CAAC;QACvE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;IAEM,KAAK,CAAC,WAAW,CAAC,WAAmB;QAC1C,MAAM,MAAM,GAAuB;YACjC,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,EAAC,EAAE,EAAE,WAAW,EAAC;YACzB,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE;SACtD,CAAC;QAEF,MAAM,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;IACrC,CAAC;IAEM,KAAK,CAAC,SAAS,CAAC,WAAmB,EAAE,QAAiB,EAAE,gBAAyB;QACtF,MAAM,MAAM,GAAuB;YACjC,IAAI,kBAAG,WAAW,EAAE,QAAQ,IAAK,CAAC,gBAAgB,IAAI,EAAC,iBAAiB,EAAE,gBAAgB,EAAC,CAAC,CAAC;YAC7F,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,OAAO,CAAC,GAAG,CAAC,WAAW,EAAE;SACtD,CAAC;QAEF,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAe,MAAM,CAAC,CAAC;QAClE,OAAO,QAAQ,CAAC,IAAI,CAAC;IACvB,CAAC;;AArCH,0BAsCC;AAnCwB,WAAG,GAAG;IAC3B,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,OAAO;CACd,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2021 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=ScimTokenInfo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScimTokenInfo.js","sourceRoot":"","sources":["ScimTokenInfo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Wire
|
|
4
|
-
* Copyright (C) 2021 Wire Swiss GmbH
|
|
5
|
-
*
|
|
6
|
-
* This program is free software: you can redistribute it and/or modify
|
|
7
|
-
* it under the terms of the GNU General Public License as published by
|
|
8
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
9
|
-
* (at your option) any later version.
|
|
10
|
-
*
|
|
11
|
-
* This program is distributed in the hope that it will be useful,
|
|
12
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
13
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
14
|
-
* GNU General Public License for more details.
|
|
15
|
-
*
|
|
16
|
-
* You should have received a copy of the GNU General Public License
|
|
17
|
-
* along with this program. If not, see http://www.gnu.org/licenses/.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
//# sourceMappingURL=ScimTokenInfoList.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScimTokenInfoList.js","sourceRoot":"","sources":["ScimTokenInfoList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;GAiBG"}
|
package/src/team/scim/index.d.ts
DELETED