@secrecy/lib 1.29.0-feat-rename-file.1 → 1.29.0-feat-rename-file.2
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 +12 -4
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -17841,7 +17841,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17841
17841
|
ip: string | null;
|
|
17842
17842
|
country: string | null;
|
|
17843
17843
|
city: string | null;
|
|
17844
|
-
appSessions: {
|
|
17844
|
+
appSessions: ({
|
|
17845
17845
|
appId: string;
|
|
17846
17846
|
userId: string;
|
|
17847
17847
|
id: string;
|
|
@@ -17852,7 +17852,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17852
17852
|
ip: string | null;
|
|
17853
17853
|
country: string | null;
|
|
17854
17854
|
city: string | null;
|
|
17855
|
-
}
|
|
17855
|
+
} & {
|
|
17856
|
+
name: string;
|
|
17857
|
+
logo: string | null;
|
|
17858
|
+
origin: string[];
|
|
17859
|
+
})[];
|
|
17856
17860
|
}[];
|
|
17857
17861
|
_output_out: {
|
|
17858
17862
|
accountId: string;
|
|
@@ -17864,7 +17868,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17864
17868
|
ip: string | null;
|
|
17865
17869
|
country: string | null;
|
|
17866
17870
|
city: string | null;
|
|
17867
|
-
appSessions: {
|
|
17871
|
+
appSessions: ({
|
|
17868
17872
|
appId: string;
|
|
17869
17873
|
userId: string;
|
|
17870
17874
|
id: string;
|
|
@@ -17875,7 +17879,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
17875
17879
|
ip: string | null;
|
|
17876
17880
|
country: string | null;
|
|
17877
17881
|
city: string | null;
|
|
17878
|
-
}
|
|
17882
|
+
} & {
|
|
17883
|
+
name: string;
|
|
17884
|
+
logo: string | null;
|
|
17885
|
+
origin: string[];
|
|
17886
|
+
})[];
|
|
17879
17887
|
}[];
|
|
17880
17888
|
}, unknown>>;
|
|
17881
17889
|
};
|
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.29.0-feat-rename-file.
|
|
5
|
+
"version": "1.29.0-feat-rename-file.2",
|
|
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.27.0-feat-rename-file.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.27.0-feat-rename-file.5",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|