@secrecy/lib 1.32.0-feat-user-data-management.1 → 1.32.0-feat-user-data-management.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 +25 -25
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -3579,7 +3579,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3579
3579
|
})[];
|
|
3580
3580
|
}, unknown>>;
|
|
3581
3581
|
};
|
|
3582
|
-
|
|
3582
|
+
dataSharedWithMe: {
|
|
3583
3583
|
query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
|
|
3584
3584
|
_config: import("@trpc/server").RootConfig<{
|
|
3585
3585
|
ctx: {
|
|
@@ -8722,10 +8722,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8722
8722
|
regionId: string;
|
|
8723
8723
|
storePasswords: boolean;
|
|
8724
8724
|
settings?: {
|
|
8725
|
-
allowedIps?: {
|
|
8726
|
-
ips?: string[] | undefined;
|
|
8727
|
-
primaryBranchOnly?: boolean | undefined;
|
|
8728
|
-
} | undefined;
|
|
8729
8725
|
quota?: {
|
|
8730
8726
|
activeTimeSeconds?: number | undefined;
|
|
8731
8727
|
computeTimeSeconds?: number | undefined;
|
|
@@ -8733,6 +8729,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8733
8729
|
dataTransferBytes?: number | undefined;
|
|
8734
8730
|
logicalSizeBytes?: number | undefined;
|
|
8735
8731
|
} | undefined;
|
|
8732
|
+
allowedIps?: {
|
|
8733
|
+
ips?: string[] | undefined;
|
|
8734
|
+
primaryBranchOnly?: boolean | undefined;
|
|
8735
|
+
} | undefined;
|
|
8736
8736
|
enableLogicalReplication?: boolean | undefined;
|
|
8737
8737
|
} | undefined;
|
|
8738
8738
|
owner?: {
|
|
@@ -8776,10 +8776,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8776
8776
|
regionId: string;
|
|
8777
8777
|
storePasswords: boolean;
|
|
8778
8778
|
settings?: {
|
|
8779
|
-
allowedIps?: {
|
|
8780
|
-
ips?: string[] | undefined;
|
|
8781
|
-
primaryBranchOnly?: boolean | undefined;
|
|
8782
|
-
} | undefined;
|
|
8783
8779
|
quota?: {
|
|
8784
8780
|
activeTimeSeconds?: number | undefined;
|
|
8785
8781
|
computeTimeSeconds?: number | undefined;
|
|
@@ -8787,6 +8783,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8787
8783
|
dataTransferBytes?: number | undefined;
|
|
8788
8784
|
logicalSizeBytes?: number | undefined;
|
|
8789
8785
|
} | undefined;
|
|
8786
|
+
allowedIps?: {
|
|
8787
|
+
ips?: string[] | undefined;
|
|
8788
|
+
primaryBranchOnly?: boolean | undefined;
|
|
8789
|
+
} | undefined;
|
|
8790
8790
|
enableLogicalReplication?: boolean | undefined;
|
|
8791
8791
|
} | undefined;
|
|
8792
8792
|
owner?: {
|
|
@@ -8949,10 +8949,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8949
8949
|
appId?: string | undefined;
|
|
8950
8950
|
} & {
|
|
8951
8951
|
settings: {
|
|
8952
|
-
allowedIps: {
|
|
8953
|
-
ips?: string[] | undefined;
|
|
8954
|
-
primaryBranchOnly?: boolean | undefined;
|
|
8955
|
-
};
|
|
8956
8952
|
quota: {
|
|
8957
8953
|
activeTimeSeconds?: number | undefined;
|
|
8958
8954
|
computeTimeSeconds?: number | undefined;
|
|
@@ -8960,6 +8956,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8960
8956
|
dataTransferBytes?: number | undefined;
|
|
8961
8957
|
logicalSizeBytes?: number | undefined;
|
|
8962
8958
|
};
|
|
8959
|
+
allowedIps: {
|
|
8960
|
+
ips?: string[] | undefined;
|
|
8961
|
+
primaryBranchOnly?: boolean | undefined;
|
|
8962
|
+
};
|
|
8963
8963
|
enableLogicalReplication: boolean;
|
|
8964
8964
|
};
|
|
8965
8965
|
defaultEndpointSettings?: {
|
|
@@ -8975,10 +8975,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8975
8975
|
appId?: string | undefined;
|
|
8976
8976
|
} & {
|
|
8977
8977
|
settings: {
|
|
8978
|
-
allowedIps: {
|
|
8979
|
-
ips?: string[] | undefined;
|
|
8980
|
-
primaryBranchOnly?: boolean | undefined;
|
|
8981
|
-
};
|
|
8982
8978
|
quota: {
|
|
8983
8979
|
activeTimeSeconds?: number | undefined;
|
|
8984
8980
|
computeTimeSeconds?: number | undefined;
|
|
@@ -8986,6 +8982,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8986
8982
|
dataTransferBytes?: number | undefined;
|
|
8987
8983
|
logicalSizeBytes?: number | undefined;
|
|
8988
8984
|
};
|
|
8985
|
+
allowedIps: {
|
|
8986
|
+
ips?: string[] | undefined;
|
|
8987
|
+
primaryBranchOnly?: boolean | undefined;
|
|
8988
|
+
};
|
|
8989
8989
|
enableLogicalReplication: boolean;
|
|
8990
8990
|
};
|
|
8991
8991
|
defaultEndpointSettings?: {
|
|
@@ -9022,10 +9022,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9022
9022
|
regionId: string;
|
|
9023
9023
|
storePasswords: boolean;
|
|
9024
9024
|
settings?: {
|
|
9025
|
-
allowedIps?: {
|
|
9026
|
-
ips?: string[] | undefined;
|
|
9027
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9028
|
-
} | undefined;
|
|
9029
9025
|
quota?: {
|
|
9030
9026
|
activeTimeSeconds?: number | undefined;
|
|
9031
9027
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9033,6 +9029,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9033
9029
|
dataTransferBytes?: number | undefined;
|
|
9034
9030
|
logicalSizeBytes?: number | undefined;
|
|
9035
9031
|
} | undefined;
|
|
9032
|
+
allowedIps?: {
|
|
9033
|
+
ips?: string[] | undefined;
|
|
9034
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9035
|
+
} | undefined;
|
|
9036
9036
|
enableLogicalReplication?: boolean | undefined;
|
|
9037
9037
|
} | undefined;
|
|
9038
9038
|
owner?: {
|
|
@@ -9076,10 +9076,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9076
9076
|
regionId: string;
|
|
9077
9077
|
storePasswords: boolean;
|
|
9078
9078
|
settings?: {
|
|
9079
|
-
allowedIps?: {
|
|
9080
|
-
ips?: string[] | undefined;
|
|
9081
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9082
|
-
} | undefined;
|
|
9083
9079
|
quota?: {
|
|
9084
9080
|
activeTimeSeconds?: number | undefined;
|
|
9085
9081
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9087,6 +9083,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9087
9083
|
dataTransferBytes?: number | undefined;
|
|
9088
9084
|
logicalSizeBytes?: number | undefined;
|
|
9089
9085
|
} | undefined;
|
|
9086
|
+
allowedIps?: {
|
|
9087
|
+
ips?: string[] | undefined;
|
|
9088
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9089
|
+
} | undefined;
|
|
9090
9090
|
enableLogicalReplication?: boolean | undefined;
|
|
9091
9091
|
} | undefined;
|
|
9092
9092
|
owner?: {
|
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.32.0-feat-user-data-management.
|
|
5
|
+
"version": "1.32.0-feat-user-data-management.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-add-manage-user-data-and-profiles.1",
|
|
77
|
+
"@secrecy/trpc-api-types": "1.27.0-feat-add-manage-user-data-and-profiles-latest.1",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|