@secrecy/lib 1.39.0-feat-custom-tech-plan.4 → 1.39.0-feat-custom-tech-plan.5
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 +10 -0
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -695,6 +695,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
695
695
|
id: string;
|
|
696
696
|
name: string;
|
|
697
697
|
isCustomPlan?: boolean | undefined;
|
|
698
|
+
canHaveDatabase?: boolean | undefined;
|
|
698
699
|
} & {
|
|
699
700
|
descriptor: {
|
|
700
701
|
devsBase: bigint | null;
|
|
@@ -725,6 +726,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
725
726
|
id: string;
|
|
726
727
|
name: string;
|
|
727
728
|
isCustomPlan: boolean;
|
|
729
|
+
canHaveDatabase: boolean;
|
|
728
730
|
} & {
|
|
729
731
|
descriptor: {
|
|
730
732
|
devsBase: bigint | null;
|
|
@@ -15716,6 +15718,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15716
15718
|
id: string;
|
|
15717
15719
|
name: string;
|
|
15718
15720
|
isCustomPlan?: boolean | undefined;
|
|
15721
|
+
canHaveDatabase?: boolean | undefined;
|
|
15719
15722
|
} & {
|
|
15720
15723
|
descriptor: {
|
|
15721
15724
|
devsBase: bigint | null;
|
|
@@ -15764,6 +15767,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15764
15767
|
id: string;
|
|
15765
15768
|
name: string;
|
|
15766
15769
|
isCustomPlan?: boolean | undefined;
|
|
15770
|
+
canHaveDatabase?: boolean | undefined;
|
|
15767
15771
|
} & {
|
|
15768
15772
|
descriptor: {
|
|
15769
15773
|
devsBase: bigint | null;
|
|
@@ -15794,6 +15798,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15794
15798
|
id: string;
|
|
15795
15799
|
name: string;
|
|
15796
15800
|
isCustomPlan: boolean;
|
|
15801
|
+
canHaveDatabase: boolean;
|
|
15797
15802
|
} & {
|
|
15798
15803
|
descriptor: {
|
|
15799
15804
|
devsBase: bigint | null;
|
|
@@ -15842,6 +15847,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15842
15847
|
id: string;
|
|
15843
15848
|
name: string;
|
|
15844
15849
|
isCustomPlan: boolean;
|
|
15850
|
+
canHaveDatabase: boolean;
|
|
15845
15851
|
} & {
|
|
15846
15852
|
descriptor: {
|
|
15847
15853
|
devsBase: bigint | null;
|
|
@@ -15926,6 +15932,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15926
15932
|
id: string;
|
|
15927
15933
|
name: string;
|
|
15928
15934
|
isCustomPlan?: boolean | undefined;
|
|
15935
|
+
canHaveDatabase?: boolean | undefined;
|
|
15929
15936
|
} & {
|
|
15930
15937
|
descriptor: {
|
|
15931
15938
|
devsBase: bigint | null;
|
|
@@ -15974,6 +15981,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15974
15981
|
id: string;
|
|
15975
15982
|
name: string;
|
|
15976
15983
|
isCustomPlan?: boolean | undefined;
|
|
15984
|
+
canHaveDatabase?: boolean | undefined;
|
|
15977
15985
|
} & {
|
|
15978
15986
|
descriptor: {
|
|
15979
15987
|
devsBase: bigint | null;
|
|
@@ -16004,6 +16012,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16004
16012
|
id: string;
|
|
16005
16013
|
name: string;
|
|
16006
16014
|
isCustomPlan: boolean;
|
|
16015
|
+
canHaveDatabase: boolean;
|
|
16007
16016
|
} & {
|
|
16008
16017
|
descriptor: {
|
|
16009
16018
|
devsBase: bigint | null;
|
|
@@ -16052,6 +16061,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16052
16061
|
id: string;
|
|
16053
16062
|
name: string;
|
|
16054
16063
|
isCustomPlan: boolean;
|
|
16064
|
+
canHaveDatabase: boolean;
|
|
16055
16065
|
} & {
|
|
16056
16066
|
descriptor: {
|
|
16057
16067
|
devsBase: bigint | 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.39.0-feat-custom-tech-plan.
|
|
5
|
+
"version": "1.39.0-feat-custom-tech-plan.5",
|
|
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-feat-custom-tech-plan.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.33.0-feat-custom-tech-plan.5",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|