@secrecy/lib 1.62.1-feat-orgs.2 → 1.63.0-feat-orgs.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 +0 -16
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -16407,10 +16407,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => {
|
|
|
16407
16407
|
createdAt: Date;
|
|
16408
16408
|
deletedAt: Date | null;
|
|
16409
16409
|
lastLogin: Date | null;
|
|
16410
|
-
} & {
|
|
16411
|
-
plan: {
|
|
16412
|
-
kind: "free" | "basic" | "advanced" | "pro";
|
|
16413
|
-
};
|
|
16414
16410
|
} & {
|
|
16415
16411
|
account: {
|
|
16416
16412
|
id: string;
|
|
@@ -16436,10 +16432,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => {
|
|
|
16436
16432
|
createdAt: Date;
|
|
16437
16433
|
deletedAt: Date | null;
|
|
16438
16434
|
lastLogin: Date | null;
|
|
16439
|
-
} & {
|
|
16440
|
-
plan: {
|
|
16441
|
-
kind: "free" | "basic" | "advanced" | "pro";
|
|
16442
|
-
};
|
|
16443
16435
|
} & {
|
|
16444
16436
|
account: {
|
|
16445
16437
|
id: string;
|
|
@@ -16629,10 +16621,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => {
|
|
|
16629
16621
|
createdAt: Date;
|
|
16630
16622
|
deletedAt: Date | null;
|
|
16631
16623
|
lastLogin: Date | null;
|
|
16632
|
-
} & {
|
|
16633
|
-
plan: {
|
|
16634
|
-
kind: "free" | "basic" | "advanced" | "pro";
|
|
16635
|
-
};
|
|
16636
16624
|
};
|
|
16637
16625
|
_output_out: {
|
|
16638
16626
|
id: string;
|
|
@@ -16644,10 +16632,6 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => {
|
|
|
16644
16632
|
createdAt: Date;
|
|
16645
16633
|
deletedAt: Date | null;
|
|
16646
16634
|
lastLogin: Date | null;
|
|
16647
|
-
} & {
|
|
16648
|
-
plan: {
|
|
16649
|
-
kind: "free" | "basic" | "advanced" | "pro";
|
|
16650
|
-
};
|
|
16651
16635
|
};
|
|
16652
16636
|
}, unknown>>;
|
|
16653
16637
|
};
|
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.63.0-feat-orgs.1",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"typescript": "^5.7.2"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@secrecy/trpc-api-types": "1.33.0-feat-orgs.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.33.0-feat-orgs.5",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|