@secrecy/lib 1.0.0-dev.66 → 1.0.0-dev.67
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/dist/{BaseClient-7c38f650.d.ts → BaseClient-e5e97df7.d.ts} +0 -0
- package/dist/BaseClient.d.ts +1 -1
- package/dist/cache.d.ts +1 -1
- package/dist/client/SecrecyAppClient.d.ts +1 -1
- package/dist/client/SecrecyCloudClient.d.ts +1 -1
- package/dist/client/SecrecyDbClient.d.ts +1 -1
- package/dist/client/SecrecyMailClient.d.ts +1 -1
- package/dist/client/SecrecyPayClient.d.ts +1 -1
- package/dist/client/SecrecyWalletClient.d.ts +1 -1
- package/dist/client/helpers.d.ts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/zeus/index.cjs.map +1 -1
- package/dist/zeus/index.d.ts +10 -10
- package/dist/zeus/index.js.map +1 -1
- package/package.json +1 -1
|
File without changes
|
package/dist/BaseClient.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'ky';
|
|
2
|
-
export { B as BaseClient, C as CloudLimits, D as DownloadProgress, M as MailLimitsValues, Q as QueryLimits, S as SendReport, c as SuccessResponse, a as User, U as UserBase, b as UserData } from './BaseClient-
|
|
2
|
+
export { B as BaseClient, C as CloudLimits, D as DownloadProgress, M as MailLimitsValues, Q as QueryLimits, S as SendReport, c as SuccessResponse, a as User, U as UserBase, b as UserData } from './BaseClient-e5e97df7.js';
|
|
3
3
|
import './zeus/index.js';
|
|
4
4
|
import './error.js';
|
|
5
5
|
import './crypto/file.js';
|
package/dist/cache.d.ts
CHANGED
package/dist/client/helpers.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { H as HashInfos, f as SecrecyEnv, h as UseSecrecyParams, V as Value, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from '../BaseClient-
|
|
1
|
+
export { H as HashInfos, f as SecrecyEnv, h as UseSecrecyParams, V as Value, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from '../BaseClient-e5e97df7.js';
|
|
2
2
|
import './types/index.js';
|
|
3
3
|
import 'ky';
|
|
4
4
|
import '../zeus/index.js';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { N as NewMail, P as ProgressCallback, d as SecrecyClient, e as encryptName } from '../BaseClient-
|
|
1
|
+
export { N as NewMail, P as ProgressCallback, d as SecrecyClient, e as encryptName } from '../BaseClient-e5e97df7.js';
|
|
2
2
|
import '../crypto/file.js';
|
|
3
3
|
import '../crypto/index.js';
|
|
4
4
|
import 'ky';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BaseClient, C as CloudLimits, D as DownloadProgress, H as HashInfos, M as MailLimitsValues, N as NewMail, P as ProgressCallback, Q as QueryLimits, d as SecrecyClient, f as SecrecyEnv, S as SendReport, c as SuccessResponse, h as UseSecrecyParams, a as User, b as UserData, V as Value, e as encryptName, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from './BaseClient-
|
|
1
|
+
export { B as BaseClient, C as CloudLimits, D as DownloadProgress, H as HashInfos, M as MailLimitsValues, N as NewMail, P as ProgressCallback, Q as QueryLimits, d as SecrecyClient, f as SecrecyEnv, S as SendReport, c as SuccessResponse, h as UseSecrecyParams, a as User, b as UserData, V as Value, e as encryptName, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from './BaseClient-e5e97df7.js';
|
|
2
2
|
export { KeyPair, decryptAnonymous, decryptCryptoBox, decryptSecretBox, encryptAnonymous, encryptCryptoBox, encryptSecretBox, generateCryptoBoxKeyPair, generateSecretBoxKey } from './crypto/index.js';
|
|
3
3
|
export { Progress } from './crypto/file.js';
|
|
4
4
|
export { BaseMail, DraftMail, Mail, MailFile, MailIntegrity, MailRecipientInput, Node, NodeFull, NodeSize, PublicUser, ReceivedMail, SecrecyUserApp, SentMail, WaitingReceivedMail } from './client/types/index.js';
|