@secrecy/lib 1.85.1-fix-billing.2 → 1.85.1-fix-billing.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/dist/types/client.d.ts +6 -6
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -67,9 +67,9 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
67
67
|
uploadBandwidth: bigint;
|
|
68
68
|
downloadCount: bigint;
|
|
69
69
|
uploadCount: bigint;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
sentMailsCount: bigint;
|
|
71
|
+
sentMailsDataCount: bigint;
|
|
72
|
+
sentMailsDataSize: bigint;
|
|
73
73
|
};
|
|
74
74
|
quotas: {
|
|
75
75
|
devsCount: bigint | null;
|
|
@@ -6469,9 +6469,9 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
6469
6469
|
uploadBandwidth: bigint;
|
|
6470
6470
|
downloadCount: bigint;
|
|
6471
6471
|
uploadCount: bigint;
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6472
|
+
sentMailsCount: bigint;
|
|
6473
|
+
sentMailsDataCount: bigint;
|
|
6474
|
+
sentMailsDataSize: bigint;
|
|
6475
6475
|
};
|
|
6476
6476
|
quotas: {
|
|
6477
6477
|
devsCount: bigint | null;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@secrecy/lib",
|
|
3
3
|
"author": "Anonymize <anonymize@gmail.com>",
|
|
4
4
|
"description": "Anonymize Secrecy Library",
|
|
5
|
-
"version": "1.85.1-fix-billing.
|
|
5
|
+
"version": "1.85.1-fix-billing.3",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"@js-temporal/polyfill": "^0.5.1",
|
|
79
|
-
"@secrecy/trpc-api-types": "1.41.0-fix-reset-billing.
|
|
79
|
+
"@secrecy/trpc-api-types": "1.41.0-fix-reset-billing.11",
|
|
80
80
|
"@trpc/client": "11.6.0",
|
|
81
81
|
"@trpc/server": "^11.6.0",
|
|
82
82
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|