@secrecy/lib 1.85.1-fix-billing.1 → 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 +18 -18
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -67,17 +67,17 @@ 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
|
-
bandwidth: bigint | null;
|
|
76
75
|
devsCount: bigint | null;
|
|
77
76
|
usersCount: bigint | null;
|
|
77
|
+
bandwidth: bigint | null;
|
|
78
|
+
storageSize: bigint | null;
|
|
79
|
+
storageCount: bigint | null;
|
|
78
80
|
perDataSize: bigint | null;
|
|
79
|
-
totalStorageSize: bigint | null;
|
|
80
|
-
totalDataCount: bigint | null;
|
|
81
81
|
sentMailsCount: bigint | null;
|
|
82
82
|
sentMailsDataSize: bigint | null;
|
|
83
83
|
sentMailsDataCount: bigint | null;
|
|
@@ -166,7 +166,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
166
166
|
users: bigint | null;
|
|
167
167
|
bandwidth: bigint | null;
|
|
168
168
|
perDataSize: bigint | null;
|
|
169
|
-
totalStorageSize: bigint | null;
|
|
170
169
|
devs: bigint | null;
|
|
171
170
|
devsBase: bigint | null;
|
|
172
171
|
devsUnit: bigint | null;
|
|
@@ -180,6 +179,7 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
180
179
|
bandwidthBase: bigint | null;
|
|
181
180
|
bandwidthUnit: bigint | null;
|
|
182
181
|
bandwidthPrice: number | null;
|
|
182
|
+
totalStorageSize: bigint | null;
|
|
183
183
|
totalStorageSizeBase: bigint | null;
|
|
184
184
|
totalStorageSizeUnit: bigint | null;
|
|
185
185
|
totalStorageSizePrice: number | null;
|
|
@@ -5678,7 +5678,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
5678
5678
|
users: bigint | null;
|
|
5679
5679
|
bandwidth: bigint | null;
|
|
5680
5680
|
perDataSize: bigint | null;
|
|
5681
|
-
totalStorageSize: bigint | null;
|
|
5682
5681
|
devs: bigint | null;
|
|
5683
5682
|
devsBase: bigint | null;
|
|
5684
5683
|
devsUnit: bigint | null;
|
|
@@ -5692,6 +5691,7 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
5692
5691
|
bandwidthBase: bigint | null;
|
|
5693
5692
|
bandwidthUnit: bigint | null;
|
|
5694
5693
|
bandwidthPrice: number | null;
|
|
5694
|
+
totalStorageSize: bigint | null;
|
|
5695
5695
|
totalStorageSizeBase: bigint | null;
|
|
5696
5696
|
totalStorageSizeUnit: bigint | null;
|
|
5697
5697
|
totalStorageSizePrice: number | null;
|
|
@@ -5756,7 +5756,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
5756
5756
|
users: bigint | null;
|
|
5757
5757
|
bandwidth: bigint | null;
|
|
5758
5758
|
perDataSize: bigint | null;
|
|
5759
|
-
totalStorageSize: bigint | null;
|
|
5760
5759
|
devs: bigint | null;
|
|
5761
5760
|
devsBase: bigint | null;
|
|
5762
5761
|
devsUnit: bigint | null;
|
|
@@ -5770,6 +5769,7 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
|
|
|
5770
5769
|
bandwidthBase: bigint | null;
|
|
5771
5770
|
bandwidthUnit: bigint | null;
|
|
5772
5771
|
bandwidthPrice: number | null;
|
|
5772
|
+
totalStorageSize: bigint | null;
|
|
5773
5773
|
totalStorageSizeBase: bigint | null;
|
|
5774
5774
|
totalStorageSizeUnit: bigint | null;
|
|
5775
5775
|
totalStorageSizePrice: number | null;
|
|
@@ -6469,17 +6469,17 @@ 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
|
-
bandwidth: bigint | null;
|
|
6478
6477
|
devsCount: bigint | null;
|
|
6479
6478
|
usersCount: bigint | null;
|
|
6479
|
+
bandwidth: bigint | null;
|
|
6480
|
+
storageSize: bigint | null;
|
|
6481
|
+
storageCount: bigint | null;
|
|
6480
6482
|
perDataSize: bigint | null;
|
|
6481
|
-
totalStorageSize: bigint | null;
|
|
6482
|
-
totalDataCount: bigint | null;
|
|
6483
6483
|
sentMailsCount: bigint | null;
|
|
6484
6484
|
sentMailsDataSize: bigint | null;
|
|
6485
6485
|
sentMailsDataCount: bigint | null;
|
|
@@ -6568,7 +6568,6 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
6568
6568
|
users: bigint | null;
|
|
6569
6569
|
bandwidth: bigint | null;
|
|
6570
6570
|
perDataSize: bigint | null;
|
|
6571
|
-
totalStorageSize: bigint | null;
|
|
6572
6571
|
devs: bigint | null;
|
|
6573
6572
|
devsBase: bigint | null;
|
|
6574
6573
|
devsUnit: bigint | null;
|
|
@@ -6582,6 +6581,7 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
6582
6581
|
bandwidthBase: bigint | null;
|
|
6583
6582
|
bandwidthUnit: bigint | null;
|
|
6584
6583
|
bandwidthPrice: number | null;
|
|
6584
|
+
totalStorageSize: bigint | null;
|
|
6585
6585
|
totalStorageSizeBase: bigint | null;
|
|
6586
6586
|
totalStorageSizeUnit: bigint | null;
|
|
6587
6587
|
totalStorageSizePrice: number | null;
|
|
@@ -12080,7 +12080,6 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
12080
12080
|
users: bigint | null;
|
|
12081
12081
|
bandwidth: bigint | null;
|
|
12082
12082
|
perDataSize: bigint | null;
|
|
12083
|
-
totalStorageSize: bigint | null;
|
|
12084
12083
|
devs: bigint | null;
|
|
12085
12084
|
devsBase: bigint | null;
|
|
12086
12085
|
devsUnit: bigint | null;
|
|
@@ -12094,6 +12093,7 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
12094
12093
|
bandwidthBase: bigint | null;
|
|
12095
12094
|
bandwidthUnit: bigint | null;
|
|
12096
12095
|
bandwidthPrice: number | null;
|
|
12096
|
+
totalStorageSize: bigint | null;
|
|
12097
12097
|
totalStorageSizeBase: bigint | null;
|
|
12098
12098
|
totalStorageSizeUnit: bigint | null;
|
|
12099
12099
|
totalStorageSizePrice: number | null;
|
|
@@ -12158,7 +12158,6 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
12158
12158
|
users: bigint | null;
|
|
12159
12159
|
bandwidth: bigint | null;
|
|
12160
12160
|
perDataSize: bigint | null;
|
|
12161
|
-
totalStorageSize: bigint | null;
|
|
12162
12161
|
devs: bigint | null;
|
|
12163
12162
|
devsBase: bigint | null;
|
|
12164
12163
|
devsUnit: bigint | null;
|
|
@@ -12172,6 +12171,7 @@ export declare const getTrpcGuestClient: ({ url }?: {
|
|
|
12172
12171
|
bandwidthBase: bigint | null;
|
|
12173
12172
|
bandwidthUnit: bigint | null;
|
|
12174
12173
|
bandwidthPrice: number | null;
|
|
12174
|
+
totalStorageSize: bigint | null;
|
|
12175
12175
|
totalStorageSizeBase: bigint | null;
|
|
12176
12176
|
totalStorageSizeUnit: bigint | null;
|
|
12177
12177
|
totalStorageSizePrice: number | 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",
|