@bitwarden/sdk-internal 0.2.0-main.8 → 0.2.0-main.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,9 @@
1
+ /* @ts-self-types="./bitwarden_wasm_internal.d.ts" */
2
+
1
3
  import * as wasm from "./bitwarden_wasm_internal_bg.wasm";
2
- export * from "./bitwarden_wasm_internal_bg.js";
3
4
  import { __wbg_set_wasm } from "./bitwarden_wasm_internal_bg.js";
4
5
  __wbg_set_wasm(wasm);
6
+
7
+ export {
8
+ AttachmentsClient, AuthClient, BiometricsStatus, CardLinkedIdType, CipherAdminClient, CipherRepromptType, CipherRiskClient, CipherType, CiphersClient, CollectionType, CollectionViewNodeItem, CollectionViewTree, CollectionsClient, CryptoClient, ExporterClient, FieldType, FlagsClient, FlightRecorderClient, FoldersClient, GeneratorClient, IdentityLinkedIdType, IncomingMessage, IpcClient, IpcClientSubscription, IpcCommunicationBackend, LogLevel, LoginClient, LoginLinkedIdType, MemberDecryptionType, OrganizationUserStatusType, OrganizationUserType, OutgoingMessage, PasswordManagerClient, PinSettingsClient, PlatformClient, PolicyClient, PolicyType, ProductTierType, ProviderType, PureCrypto, RegistrationClient, RsaError, SecureNoteType, SendAccessClient, SendClient, ServerCommunicationConfigClient, SharedUnlockFollower, SharedUnlockLeader, StateBridgeClient, StateClient, TotpClient, UriMatchType, UserCryptoManagementClient, VaultClient, generate_ssh_key, import_ssh_key, init_sdk, ipcRegisterBiometricsHandlers, ipcRegisterDiscoverHandler, ipcRequestAuthenticateBiometrics, ipcRequestDiscover, ipcRequestGetBiometricsStatus, ipcRequestUnlockBiometrics, isAccountCryptographyInitializationError, isAcquireCookieError, isAlreadyRunningError, isBulkUpdateCollectionsCipherError, isCallError, isChannelError, isCipherDeleteAttachmentError, isCipherError, isCipherRiskError, isCollectionDecryptError, isCreateCipherAdminError, isCreateCipherError, isCreateFolderError, isCreateSendError, isCryptoClientError, isCryptoError, isDatabaseError, isDecryptError, isDecryptFileError, isDeleteAttachmentAdminError, isDeleteCipherAdminError, isDeleteCipherError, isDeriveKeyConnectorError, isDeserializeError, isEditCipherAdminError, isEditCipherError, isEditFolderError, isEditSendError, isEncryptError, isEncryptFileError, isEncryptionSettingsError, isEnrollAdminPasswordResetError, isExportError, isFollowerStartError, isGetAssignedOrgCiphersAdminError, isGetCipherError, isGetFolderError, isGetOrganizationCiphersAdminError, isGetSendError, isKeyGenerationError, isKeyPairRegenerationError, isLeaderStartError, isMakeKeysError, isMasterPasswordError, isMigrateToKeyConnectorError, isMoveCipherError, isPasswordError, isPasswordLoginError, isPasswordPreloginError, isPinSettingsError, isReceiveError, isRegistrationError, isRequestError, isRestoreCipherAdminError, isRestoreCipherError, isRotateCryptographyStateError, isRotateUserKeysError, isServerCommunicationConfigRepositoryError, isSshKeyExportError, isSshKeyImportError, isStateRegistryError, isStatefulCryptoError, isSubscribeError, isSyncError, isTestError, isTotpError, isTypedReceiveError, isUsernameError
9
+ } from "./bitwarden_wasm_internal_bg.js";