@secrecy/lib 1.15.0 → 1.16.0-feat-bump-trpc-types.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 +47 -31
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -591,7 +591,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
591
591
|
}>;
|
|
592
592
|
_meta: object;
|
|
593
593
|
_ctx_out: {
|
|
594
|
-
session:
|
|
594
|
+
session: any;
|
|
595
595
|
req: {
|
|
596
596
|
headers: Headers;
|
|
597
597
|
body: ReadableStream<Uint8Array> | null;
|
|
@@ -10820,13 +10820,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10820
10820
|
lang: "fr" | "en";
|
|
10821
10821
|
};
|
|
10822
10822
|
_output_in: {
|
|
10823
|
-
order: number;
|
|
10824
10823
|
question: string;
|
|
10824
|
+
order: number;
|
|
10825
10825
|
answer: string;
|
|
10826
10826
|
}[];
|
|
10827
10827
|
_output_out: {
|
|
10828
|
-
order: number;
|
|
10829
10828
|
question: string;
|
|
10829
|
+
order: number;
|
|
10830
10830
|
answer: string;
|
|
10831
10831
|
}[];
|
|
10832
10832
|
}, unknown>>;
|
|
@@ -15610,12 +15610,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15610
15610
|
appId: string;
|
|
15611
15611
|
};
|
|
15612
15612
|
_output_in: {
|
|
15613
|
-
plan: {
|
|
15613
|
+
plan: ({
|
|
15614
|
+
codes: string[];
|
|
15614
15615
|
id: string;
|
|
15615
15616
|
kind: string;
|
|
15616
|
-
|
|
15617
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15618
|
+
descriptorId: string;
|
|
15619
|
+
} & {
|
|
15617
15620
|
descriptor: {
|
|
15618
|
-
id: string;
|
|
15619
15621
|
devsBase: bigint | null;
|
|
15620
15622
|
devsUnit: bigint | null;
|
|
15621
15623
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15637,7 +15639,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15637
15639
|
bandwidthMax: bigint | null;
|
|
15638
15640
|
totalStorageSizeMax: bigint | null;
|
|
15639
15641
|
};
|
|
15640
|
-
} | null;
|
|
15642
|
+
}) | null;
|
|
15641
15643
|
id: string;
|
|
15642
15644
|
createdAt: Date;
|
|
15643
15645
|
users: {
|
|
@@ -15659,11 +15661,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15659
15661
|
} | null;
|
|
15660
15662
|
};
|
|
15661
15663
|
plans: ({
|
|
15664
|
+
codes: string[];
|
|
15662
15665
|
id: string;
|
|
15663
15666
|
kind: string;
|
|
15664
|
-
|
|
15667
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15668
|
+
descriptorId: string;
|
|
15669
|
+
} & {
|
|
15665
15670
|
descriptor: {
|
|
15666
|
-
id: string;
|
|
15667
15671
|
devsBase: bigint | null;
|
|
15668
15672
|
devsUnit: bigint | null;
|
|
15669
15673
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15685,15 +15689,17 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15685
15689
|
bandwidthMax: bigint | null;
|
|
15686
15690
|
totalStorageSizeMax: bigint | null;
|
|
15687
15691
|
};
|
|
15688
|
-
}
|
|
15692
|
+
})[];
|
|
15689
15693
|
};
|
|
15690
15694
|
_output_out: {
|
|
15691
|
-
plan: {
|
|
15695
|
+
plan: ({
|
|
15696
|
+
codes: string[];
|
|
15692
15697
|
id: string;
|
|
15693
15698
|
kind: string;
|
|
15694
|
-
|
|
15699
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15700
|
+
descriptorId: string;
|
|
15701
|
+
} & {
|
|
15695
15702
|
descriptor: {
|
|
15696
|
-
id: string;
|
|
15697
15703
|
devsBase: bigint | null;
|
|
15698
15704
|
devsUnit: bigint | null;
|
|
15699
15705
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15715,7 +15721,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15715
15721
|
bandwidthMax: bigint | null;
|
|
15716
15722
|
totalStorageSizeMax: bigint | null;
|
|
15717
15723
|
};
|
|
15718
|
-
} | null;
|
|
15724
|
+
}) | null;
|
|
15719
15725
|
id: string;
|
|
15720
15726
|
createdAt: Date;
|
|
15721
15727
|
users: {
|
|
@@ -15737,11 +15743,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15737
15743
|
} | null;
|
|
15738
15744
|
};
|
|
15739
15745
|
plans: ({
|
|
15746
|
+
codes: string[];
|
|
15740
15747
|
id: string;
|
|
15741
15748
|
kind: string;
|
|
15742
|
-
|
|
15749
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15750
|
+
descriptorId: string;
|
|
15751
|
+
} & {
|
|
15743
15752
|
descriptor: {
|
|
15744
|
-
id: string;
|
|
15745
15753
|
devsBase: bigint | null;
|
|
15746
15754
|
devsUnit: bigint | null;
|
|
15747
15755
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15763,7 +15771,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15763
15771
|
bandwidthMax: bigint | null;
|
|
15764
15772
|
totalStorageSizeMax: bigint | null;
|
|
15765
15773
|
};
|
|
15766
|
-
}
|
|
15774
|
+
})[];
|
|
15767
15775
|
};
|
|
15768
15776
|
}, unknown>>;
|
|
15769
15777
|
};
|
|
@@ -15820,12 +15828,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15820
15828
|
sortBy: "users" | "updatedAt" | "updatedAt_desc" | "updatedAt_asc" | "users_desc" | "users_asc";
|
|
15821
15829
|
};
|
|
15822
15830
|
_output_in: {
|
|
15823
|
-
plan: {
|
|
15831
|
+
plan: ({
|
|
15832
|
+
codes: string[];
|
|
15824
15833
|
id: string;
|
|
15825
15834
|
kind: string;
|
|
15826
|
-
|
|
15835
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15836
|
+
descriptorId: string;
|
|
15837
|
+
} & {
|
|
15827
15838
|
descriptor: {
|
|
15828
|
-
id: string;
|
|
15829
15839
|
devsBase: bigint | null;
|
|
15830
15840
|
devsUnit: bigint | null;
|
|
15831
15841
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15847,7 +15857,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15847
15857
|
bandwidthMax: bigint | null;
|
|
15848
15858
|
totalStorageSizeMax: bigint | null;
|
|
15849
15859
|
};
|
|
15850
|
-
} | null;
|
|
15860
|
+
}) | null;
|
|
15851
15861
|
id: string;
|
|
15852
15862
|
createdAt: Date;
|
|
15853
15863
|
users: {
|
|
@@ -15869,11 +15879,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15869
15879
|
} | null;
|
|
15870
15880
|
};
|
|
15871
15881
|
plans: ({
|
|
15882
|
+
codes: string[];
|
|
15872
15883
|
id: string;
|
|
15873
15884
|
kind: string;
|
|
15874
|
-
|
|
15885
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15886
|
+
descriptorId: string;
|
|
15887
|
+
} & {
|
|
15875
15888
|
descriptor: {
|
|
15876
|
-
id: string;
|
|
15877
15889
|
devsBase: bigint | null;
|
|
15878
15890
|
devsUnit: bigint | null;
|
|
15879
15891
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15895,15 +15907,17 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15895
15907
|
bandwidthMax: bigint | null;
|
|
15896
15908
|
totalStorageSizeMax: bigint | null;
|
|
15897
15909
|
};
|
|
15898
|
-
}
|
|
15910
|
+
})[];
|
|
15899
15911
|
}[];
|
|
15900
15912
|
_output_out: {
|
|
15901
|
-
plan: {
|
|
15913
|
+
plan: ({
|
|
15914
|
+
codes: string[];
|
|
15902
15915
|
id: string;
|
|
15903
15916
|
kind: string;
|
|
15904
|
-
|
|
15917
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15918
|
+
descriptorId: string;
|
|
15919
|
+
} & {
|
|
15905
15920
|
descriptor: {
|
|
15906
|
-
id: string;
|
|
15907
15921
|
devsBase: bigint | null;
|
|
15908
15922
|
devsUnit: bigint | null;
|
|
15909
15923
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15925,7 +15939,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15925
15939
|
bandwidthMax: bigint | null;
|
|
15926
15940
|
totalStorageSizeMax: bigint | null;
|
|
15927
15941
|
};
|
|
15928
|
-
} | null;
|
|
15942
|
+
}) | null;
|
|
15929
15943
|
id: string;
|
|
15930
15944
|
createdAt: Date;
|
|
15931
15945
|
users: {
|
|
@@ -15947,11 +15961,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15947
15961
|
} | null;
|
|
15948
15962
|
};
|
|
15949
15963
|
plans: ({
|
|
15964
|
+
codes: string[];
|
|
15950
15965
|
id: string;
|
|
15951
15966
|
kind: string;
|
|
15952
|
-
|
|
15967
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15968
|
+
descriptorId: string;
|
|
15969
|
+
} & {
|
|
15953
15970
|
descriptor: {
|
|
15954
|
-
id: string;
|
|
15955
15971
|
devsBase: bigint | null;
|
|
15956
15972
|
devsUnit: bigint | null;
|
|
15957
15973
|
devsPrice: import("@prisma/client/runtime/library").Decimal | null;
|
|
@@ -15973,7 +15989,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15973
15989
|
bandwidthMax: bigint | null;
|
|
15974
15990
|
totalStorageSizeMax: bigint | null;
|
|
15975
15991
|
};
|
|
15976
|
-
}
|
|
15992
|
+
})[];
|
|
15977
15993
|
}[];
|
|
15978
15994
|
}, unknown>>;
|
|
15979
15995
|
};
|
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.16.0-feat-bump-trpc-types.1",
|
|
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-feat-new-types.1",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|