@secrecy/lib 1.17.0-feat-trpc-bump-types.1 → 1.18.0
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 +40 -24
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -15605,11 +15605,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15605
15605
|
};
|
|
15606
15606
|
_output_in: {
|
|
15607
15607
|
plan: {
|
|
15608
|
+
codes: string[];
|
|
15608
15609
|
id: string;
|
|
15609
15610
|
kind: string;
|
|
15610
|
-
|
|
15611
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15612
|
+
descriptorId: string;
|
|
15613
|
+
} & {
|
|
15611
15614
|
descriptor: {
|
|
15612
|
-
id: string;
|
|
15613
15615
|
devsBase: bigint | null;
|
|
15614
15616
|
devsUnit: bigint | null;
|
|
15615
15617
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15631,7 +15633,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15631
15633
|
bandwidthMax: bigint | null;
|
|
15632
15634
|
totalStorageSizeMax: bigint | null;
|
|
15633
15635
|
};
|
|
15634
|
-
}
|
|
15636
|
+
};
|
|
15635
15637
|
id: string;
|
|
15636
15638
|
createdAt: Date;
|
|
15637
15639
|
users: {
|
|
@@ -15653,11 +15655,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15653
15655
|
} | null;
|
|
15654
15656
|
};
|
|
15655
15657
|
plans: ({
|
|
15658
|
+
codes: string[];
|
|
15656
15659
|
id: string;
|
|
15657
15660
|
kind: string;
|
|
15658
|
-
|
|
15661
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15662
|
+
descriptorId: string;
|
|
15663
|
+
} & {
|
|
15659
15664
|
descriptor: {
|
|
15660
|
-
id: string;
|
|
15661
15665
|
devsBase: bigint | null;
|
|
15662
15666
|
devsUnit: bigint | null;
|
|
15663
15667
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15679,15 +15683,17 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15679
15683
|
bandwidthMax: bigint | null;
|
|
15680
15684
|
totalStorageSizeMax: bigint | null;
|
|
15681
15685
|
};
|
|
15682
|
-
}
|
|
15686
|
+
})[];
|
|
15683
15687
|
};
|
|
15684
15688
|
_output_out: {
|
|
15685
15689
|
plan: {
|
|
15690
|
+
codes: string[];
|
|
15686
15691
|
id: string;
|
|
15687
15692
|
kind: string;
|
|
15688
|
-
|
|
15693
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15694
|
+
descriptorId: string;
|
|
15695
|
+
} & {
|
|
15689
15696
|
descriptor: {
|
|
15690
|
-
id: string;
|
|
15691
15697
|
devsBase: bigint | null;
|
|
15692
15698
|
devsUnit: bigint | null;
|
|
15693
15699
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15709,7 +15715,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15709
15715
|
bandwidthMax: bigint | null;
|
|
15710
15716
|
totalStorageSizeMax: bigint | null;
|
|
15711
15717
|
};
|
|
15712
|
-
}
|
|
15718
|
+
};
|
|
15713
15719
|
id: string;
|
|
15714
15720
|
createdAt: Date;
|
|
15715
15721
|
users: {
|
|
@@ -15731,11 +15737,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15731
15737
|
} | null;
|
|
15732
15738
|
};
|
|
15733
15739
|
plans: ({
|
|
15740
|
+
codes: string[];
|
|
15734
15741
|
id: string;
|
|
15735
15742
|
kind: string;
|
|
15736
|
-
|
|
15743
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15744
|
+
descriptorId: string;
|
|
15745
|
+
} & {
|
|
15737
15746
|
descriptor: {
|
|
15738
|
-
id: string;
|
|
15739
15747
|
devsBase: bigint | null;
|
|
15740
15748
|
devsUnit: bigint | null;
|
|
15741
15749
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15757,7 +15765,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15757
15765
|
bandwidthMax: bigint | null;
|
|
15758
15766
|
totalStorageSizeMax: bigint | null;
|
|
15759
15767
|
};
|
|
15760
|
-
}
|
|
15768
|
+
})[];
|
|
15761
15769
|
};
|
|
15762
15770
|
}, unknown>>;
|
|
15763
15771
|
};
|
|
@@ -15815,11 +15823,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15815
15823
|
};
|
|
15816
15824
|
_output_in: {
|
|
15817
15825
|
plan: {
|
|
15826
|
+
codes: string[];
|
|
15818
15827
|
id: string;
|
|
15819
15828
|
kind: string;
|
|
15820
|
-
|
|
15829
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15830
|
+
descriptorId: string;
|
|
15831
|
+
} & {
|
|
15821
15832
|
descriptor: {
|
|
15822
|
-
id: string;
|
|
15823
15833
|
devsBase: bigint | null;
|
|
15824
15834
|
devsUnit: bigint | null;
|
|
15825
15835
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15841,7 +15851,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15841
15851
|
bandwidthMax: bigint | null;
|
|
15842
15852
|
totalStorageSizeMax: bigint | null;
|
|
15843
15853
|
};
|
|
15844
|
-
}
|
|
15854
|
+
};
|
|
15845
15855
|
id: string;
|
|
15846
15856
|
createdAt: Date;
|
|
15847
15857
|
users: {
|
|
@@ -15863,11 +15873,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15863
15873
|
} | null;
|
|
15864
15874
|
};
|
|
15865
15875
|
plans: ({
|
|
15876
|
+
codes: string[];
|
|
15866
15877
|
id: string;
|
|
15867
15878
|
kind: string;
|
|
15868
|
-
|
|
15879
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15880
|
+
descriptorId: string;
|
|
15881
|
+
} & {
|
|
15869
15882
|
descriptor: {
|
|
15870
|
-
id: string;
|
|
15871
15883
|
devsBase: bigint | null;
|
|
15872
15884
|
devsUnit: bigint | null;
|
|
15873
15885
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15889,15 +15901,17 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15889
15901
|
bandwidthMax: bigint | null;
|
|
15890
15902
|
totalStorageSizeMax: bigint | null;
|
|
15891
15903
|
};
|
|
15892
|
-
}
|
|
15904
|
+
})[];
|
|
15893
15905
|
}[];
|
|
15894
15906
|
_output_out: {
|
|
15895
15907
|
plan: {
|
|
15908
|
+
codes: string[];
|
|
15896
15909
|
id: string;
|
|
15897
15910
|
kind: string;
|
|
15898
|
-
|
|
15911
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15912
|
+
descriptorId: string;
|
|
15913
|
+
} & {
|
|
15899
15914
|
descriptor: {
|
|
15900
|
-
id: string;
|
|
15901
15915
|
devsBase: bigint | null;
|
|
15902
15916
|
devsUnit: bigint | null;
|
|
15903
15917
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15919,7 +15933,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15919
15933
|
bandwidthMax: bigint | null;
|
|
15920
15934
|
totalStorageSizeMax: bigint | null;
|
|
15921
15935
|
};
|
|
15922
|
-
}
|
|
15936
|
+
};
|
|
15923
15937
|
id: string;
|
|
15924
15938
|
createdAt: Date;
|
|
15925
15939
|
users: {
|
|
@@ -15941,11 +15955,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15941
15955
|
} | null;
|
|
15942
15956
|
};
|
|
15943
15957
|
plans: ({
|
|
15958
|
+
codes: string[];
|
|
15944
15959
|
id: string;
|
|
15945
15960
|
kind: string;
|
|
15946
|
-
|
|
15961
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15962
|
+
descriptorId: string;
|
|
15963
|
+
} & {
|
|
15947
15964
|
descriptor: {
|
|
15948
|
-
id: string;
|
|
15949
15965
|
devsBase: bigint | null;
|
|
15950
15966
|
devsUnit: bigint | null;
|
|
15951
15967
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15967,7 +15983,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15967
15983
|
bandwidthMax: bigint | null;
|
|
15968
15984
|
totalStorageSizeMax: bigint | null;
|
|
15969
15985
|
};
|
|
15970
|
-
}
|
|
15986
|
+
})[];
|
|
15971
15987
|
}[];
|
|
15972
15988
|
}, unknown>>;
|
|
15973
15989
|
};
|
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.18.0",
|
|
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.24.0-
|
|
77
|
+
"@secrecy/trpc-api-types": "1.24.0-fix-tech-endpoints-outputs.1",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|