@secrecy/lib 1.40.0 → 1.41.0-feat-remove-app-metrics.1
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 +16 -16
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -273,8 +273,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
273
273
|
uploadCount: bigint;
|
|
274
274
|
downloadCount: bigint;
|
|
275
275
|
size: bigint;
|
|
276
|
-
uploadBandwidth: bigint;
|
|
277
276
|
downloadBandwidth: bigint;
|
|
277
|
+
uploadBandwidth: bigint;
|
|
278
278
|
maxCount: bigint | null;
|
|
279
279
|
maxSize: bigint | null;
|
|
280
280
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -307,8 +307,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
307
307
|
uploadCount: bigint;
|
|
308
308
|
downloadCount: bigint;
|
|
309
309
|
size: bigint;
|
|
310
|
-
uploadBandwidth: bigint;
|
|
311
310
|
downloadBandwidth: bigint;
|
|
311
|
+
uploadBandwidth: bigint;
|
|
312
312
|
maxCount: bigint | null;
|
|
313
313
|
maxSize: bigint | null;
|
|
314
314
|
maxDownloadBandwidth: bigint | null;
|
|
@@ -384,20 +384,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
384
384
|
appId?: string | undefined;
|
|
385
385
|
} | undefined;
|
|
386
386
|
_output_in: {
|
|
387
|
-
id: string;
|
|
388
387
|
users: number;
|
|
389
388
|
developers: number;
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
389
|
+
hasDatabase: boolean;
|
|
390
|
+
storageUsage: number;
|
|
391
|
+
downloadBandwidthUsage: number;
|
|
392
|
+
uploadBandwidthUsage: number;
|
|
393
393
|
};
|
|
394
394
|
_output_out: {
|
|
395
|
-
id: string;
|
|
396
395
|
users: number;
|
|
397
396
|
developers: number;
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
397
|
+
hasDatabase: boolean;
|
|
398
|
+
storageUsage: number;
|
|
399
|
+
downloadBandwidthUsage: number;
|
|
400
|
+
uploadBandwidthUsage: number;
|
|
401
401
|
};
|
|
402
402
|
}, unknown>>;
|
|
403
403
|
};
|
|
@@ -13324,8 +13324,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
13324
13324
|
totalDataCount: bigint | null;
|
|
13325
13325
|
totalStorageSize: bigint | null;
|
|
13326
13326
|
perDataSize: bigint | null;
|
|
13327
|
-
uploadBandwidth: bigint | null;
|
|
13328
13327
|
downloadBandwidth: bigint | null;
|
|
13328
|
+
uploadBandwidth: bigint | null;
|
|
13329
13329
|
} & {
|
|
13330
13330
|
sentMails: {
|
|
13331
13331
|
count: bigint | null;
|
|
@@ -13364,8 +13364,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
13364
13364
|
totalDataCount: bigint | null;
|
|
13365
13365
|
totalStorageSize: bigint | null;
|
|
13366
13366
|
perDataSize: bigint | null;
|
|
13367
|
-
uploadBandwidth: bigint | null;
|
|
13368
13367
|
downloadBandwidth: bigint | null;
|
|
13368
|
+
uploadBandwidth: bigint | null;
|
|
13369
13369
|
} & {
|
|
13370
13370
|
sentMails: {
|
|
13371
13371
|
count: bigint | null;
|
|
@@ -15776,8 +15776,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15776
15776
|
updatedAt: Date;
|
|
15777
15777
|
origin: string[];
|
|
15778
15778
|
planId: string | null;
|
|
15779
|
+
lastMetricsReset: Date;
|
|
15779
15780
|
quotasId: string;
|
|
15780
|
-
metricsId: string;
|
|
15781
15781
|
owner: {
|
|
15782
15782
|
user: {
|
|
15783
15783
|
id: string;
|
|
@@ -15827,8 +15827,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15827
15827
|
updatedAt: Date;
|
|
15828
15828
|
origin: string[];
|
|
15829
15829
|
planId: string | null;
|
|
15830
|
+
lastMetricsReset: Date;
|
|
15830
15831
|
quotasId: string;
|
|
15831
|
-
metricsId: string;
|
|
15832
15832
|
owner: {
|
|
15833
15833
|
user: {
|
|
15834
15834
|
id: string;
|
|
@@ -15932,8 +15932,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15932
15932
|
updatedAt: Date;
|
|
15933
15933
|
origin: string[];
|
|
15934
15934
|
planId: string | null;
|
|
15935
|
+
lastMetricsReset: Date;
|
|
15935
15936
|
quotasId: string;
|
|
15936
|
-
metricsId: string;
|
|
15937
15937
|
owner: {
|
|
15938
15938
|
user: {
|
|
15939
15939
|
id: string;
|
|
@@ -15983,8 +15983,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15983
15983
|
updatedAt: Date;
|
|
15984
15984
|
origin: string[];
|
|
15985
15985
|
planId: string | null;
|
|
15986
|
+
lastMetricsReset: Date;
|
|
15986
15987
|
quotasId: string;
|
|
15987
|
-
metricsId: string;
|
|
15988
15988
|
owner: {
|
|
15989
15989
|
user: {
|
|
15990
15990
|
id: string;
|
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.
|
|
5
|
+
"version": "1.41.0-feat-remove-app-metrics.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@secrecy/lib-utils": "^1.0.18",
|
|
77
|
-
"@secrecy/trpc-api-types": "1.33.0-
|
|
77
|
+
"@secrecy/trpc-api-types": "1.33.0-feat-remove-application-metrics.1",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|