@secrecy/lib 1.17.0 → 1.19.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 +106 -93
- package/package.json +2 -2
package/dist/types/client.d.ts
CHANGED
|
@@ -387,21 +387,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
387
387
|
devs: bigint | null;
|
|
388
388
|
devsBase: bigint | null;
|
|
389
389
|
devsUnit: bigint | null;
|
|
390
|
-
devsPrice:
|
|
390
|
+
devsPrice: number | null;
|
|
391
391
|
usersBase: bigint | null;
|
|
392
392
|
usersUnit: bigint | null;
|
|
393
|
-
usersPrice:
|
|
393
|
+
usersPrice: number | null;
|
|
394
394
|
perFileSize: bigint | null;
|
|
395
395
|
perFileSizeBase: bigint | null;
|
|
396
396
|
perFileSizeUnit: bigint | null;
|
|
397
|
-
perFileSizePrice:
|
|
397
|
+
perFileSizePrice: number | null;
|
|
398
398
|
bandwidth: bigint | null;
|
|
399
399
|
bandwidthBase: bigint | null;
|
|
400
400
|
bandwidthUnit: bigint | null;
|
|
401
|
-
bandwidthPrice:
|
|
401
|
+
bandwidthPrice: number | null;
|
|
402
402
|
totalStorageSizeBase: bigint | null;
|
|
403
403
|
totalStorageSizeUnit: bigint | null;
|
|
404
|
-
totalStorageSizePrice:
|
|
404
|
+
totalStorageSizePrice: number | null;
|
|
405
405
|
};
|
|
406
406
|
_output_out: {
|
|
407
407
|
id: string;
|
|
@@ -410,21 +410,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
410
410
|
devs: bigint | null;
|
|
411
411
|
devsBase: bigint | null;
|
|
412
412
|
devsUnit: bigint | null;
|
|
413
|
-
devsPrice:
|
|
413
|
+
devsPrice: number | null;
|
|
414
414
|
usersBase: bigint | null;
|
|
415
415
|
usersUnit: bigint | null;
|
|
416
|
-
usersPrice:
|
|
416
|
+
usersPrice: number | null;
|
|
417
417
|
perFileSize: bigint | null;
|
|
418
418
|
perFileSizeBase: bigint | null;
|
|
419
419
|
perFileSizeUnit: bigint | null;
|
|
420
|
-
perFileSizePrice:
|
|
420
|
+
perFileSizePrice: number | null;
|
|
421
421
|
bandwidth: bigint | null;
|
|
422
422
|
bandwidthBase: bigint | null;
|
|
423
423
|
bandwidthUnit: bigint | null;
|
|
424
|
-
bandwidthPrice:
|
|
424
|
+
bandwidthPrice: number | null;
|
|
425
425
|
totalStorageSizeBase: bigint | null;
|
|
426
426
|
totalStorageSizeUnit: bigint | null;
|
|
427
|
-
totalStorageSizePrice:
|
|
427
|
+
totalStorageSizePrice: number | null;
|
|
428
428
|
};
|
|
429
429
|
}, unknown>>;
|
|
430
430
|
};
|
|
@@ -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;
|
|
@@ -614,19 +614,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
614
614
|
descriptor: {
|
|
615
615
|
devsBase: bigint | null;
|
|
616
616
|
devsUnit: bigint | null;
|
|
617
|
-
devsPrice:
|
|
617
|
+
devsPrice: number | null;
|
|
618
618
|
usersBase: bigint | null;
|
|
619
619
|
usersUnit: bigint | null;
|
|
620
|
-
usersPrice:
|
|
620
|
+
usersPrice: number | null;
|
|
621
621
|
perFileSizeBase: bigint | null;
|
|
622
622
|
perFileSizeUnit: bigint | null;
|
|
623
|
-
perFileSizePrice:
|
|
623
|
+
perFileSizePrice: number | null;
|
|
624
624
|
bandwidthBase: bigint | null;
|
|
625
625
|
bandwidthUnit: bigint | null;
|
|
626
|
-
bandwidthPrice:
|
|
626
|
+
bandwidthPrice: number | null;
|
|
627
627
|
totalStorageSizeBase: bigint | null;
|
|
628
628
|
totalStorageSizeUnit: bigint | null;
|
|
629
|
-
totalStorageSizePrice:
|
|
629
|
+
totalStorageSizePrice: number | null;
|
|
630
630
|
devsMax: bigint | null;
|
|
631
631
|
usersMax: bigint | null;
|
|
632
632
|
perFileSizeMax: bigint | null;
|
|
@@ -646,19 +646,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
646
646
|
descriptor: {
|
|
647
647
|
devsBase: bigint | null;
|
|
648
648
|
devsUnit: bigint | null;
|
|
649
|
-
devsPrice:
|
|
649
|
+
devsPrice: number | null;
|
|
650
650
|
usersBase: bigint | null;
|
|
651
651
|
usersUnit: bigint | null;
|
|
652
|
-
usersPrice:
|
|
652
|
+
usersPrice: number | null;
|
|
653
653
|
perFileSizeBase: bigint | null;
|
|
654
654
|
perFileSizeUnit: bigint | null;
|
|
655
|
-
perFileSizePrice:
|
|
655
|
+
perFileSizePrice: number | null;
|
|
656
656
|
bandwidthBase: bigint | null;
|
|
657
657
|
bandwidthUnit: bigint | null;
|
|
658
|
-
bandwidthPrice:
|
|
658
|
+
bandwidthPrice: number | null;
|
|
659
659
|
totalStorageSizeBase: bigint | null;
|
|
660
660
|
totalStorageSizeUnit: bigint | null;
|
|
661
|
-
totalStorageSizePrice:
|
|
661
|
+
totalStorageSizePrice: number | null;
|
|
662
662
|
devsMax: bigint | null;
|
|
663
663
|
usersMax: bigint | null;
|
|
664
664
|
perFileSizeMax: bigint | null;
|
|
@@ -10814,13 +10814,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
10814
10814
|
lang: "fr" | "en";
|
|
10815
10815
|
};
|
|
10816
10816
|
_output_in: {
|
|
10817
|
-
order: number;
|
|
10818
10817
|
question: string;
|
|
10818
|
+
order: number;
|
|
10819
10819
|
answer: string;
|
|
10820
10820
|
}[];
|
|
10821
10821
|
_output_out: {
|
|
10822
|
-
order: number;
|
|
10823
10822
|
question: string;
|
|
10823
|
+
order: number;
|
|
10824
10824
|
answer: string;
|
|
10825
10825
|
}[];
|
|
10826
10826
|
}, unknown>>;
|
|
@@ -14456,10 +14456,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
14456
14456
|
}>;
|
|
14457
14457
|
_meta: object;
|
|
14458
14458
|
_ctx_out: {
|
|
14459
|
-
session:
|
|
14460
|
-
appId?: null | undefined;
|
|
14461
|
-
appPlanId?: null | undefined;
|
|
14462
|
-
};
|
|
14459
|
+
session: SecrecySession;
|
|
14463
14460
|
req: {
|
|
14464
14461
|
headers: Headers;
|
|
14465
14462
|
body: ReadableStream<Uint8Array> | null;
|
|
@@ -15605,33 +15602,35 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15605
15602
|
};
|
|
15606
15603
|
_output_in: {
|
|
15607
15604
|
plan: {
|
|
15605
|
+
codes: string[];
|
|
15608
15606
|
id: string;
|
|
15609
15607
|
kind: string;
|
|
15610
|
-
|
|
15608
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15609
|
+
descriptorId: string;
|
|
15610
|
+
} & {
|
|
15611
15611
|
descriptor: {
|
|
15612
|
-
id: string;
|
|
15613
15612
|
devsBase: bigint | null;
|
|
15614
15613
|
devsUnit: bigint | null;
|
|
15615
|
-
devsPrice:
|
|
15614
|
+
devsPrice: number | null;
|
|
15616
15615
|
usersBase: bigint | null;
|
|
15617
15616
|
usersUnit: bigint | null;
|
|
15618
|
-
usersPrice:
|
|
15617
|
+
usersPrice: number | null;
|
|
15619
15618
|
perFileSizeBase: bigint | null;
|
|
15620
15619
|
perFileSizeUnit: bigint | null;
|
|
15621
|
-
perFileSizePrice:
|
|
15620
|
+
perFileSizePrice: number | null;
|
|
15622
15621
|
bandwidthBase: bigint | null;
|
|
15623
15622
|
bandwidthUnit: bigint | null;
|
|
15624
|
-
bandwidthPrice:
|
|
15623
|
+
bandwidthPrice: number | null;
|
|
15625
15624
|
totalStorageSizeBase: bigint | null;
|
|
15626
15625
|
totalStorageSizeUnit: bigint | null;
|
|
15627
|
-
totalStorageSizePrice:
|
|
15626
|
+
totalStorageSizePrice: number | null;
|
|
15628
15627
|
devsMax: bigint | null;
|
|
15629
15628
|
usersMax: bigint | null;
|
|
15630
15629
|
perFileSizeMax: bigint | null;
|
|
15631
15630
|
bandwidthMax: bigint | null;
|
|
15632
15631
|
totalStorageSizeMax: bigint | null;
|
|
15633
15632
|
};
|
|
15634
|
-
}
|
|
15633
|
+
};
|
|
15635
15634
|
id: string;
|
|
15636
15635
|
createdAt: Date;
|
|
15637
15636
|
users: {
|
|
@@ -15653,63 +15652,67 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15653
15652
|
} | null;
|
|
15654
15653
|
};
|
|
15655
15654
|
plans: ({
|
|
15655
|
+
codes: string[];
|
|
15656
15656
|
id: string;
|
|
15657
15657
|
kind: string;
|
|
15658
|
-
|
|
15658
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15659
|
+
descriptorId: string;
|
|
15660
|
+
} & {
|
|
15659
15661
|
descriptor: {
|
|
15660
|
-
id: string;
|
|
15661
15662
|
devsBase: bigint | null;
|
|
15662
15663
|
devsUnit: bigint | null;
|
|
15663
|
-
devsPrice:
|
|
15664
|
+
devsPrice: number | null;
|
|
15664
15665
|
usersBase: bigint | null;
|
|
15665
15666
|
usersUnit: bigint | null;
|
|
15666
|
-
usersPrice:
|
|
15667
|
+
usersPrice: number | null;
|
|
15667
15668
|
perFileSizeBase: bigint | null;
|
|
15668
15669
|
perFileSizeUnit: bigint | null;
|
|
15669
|
-
perFileSizePrice:
|
|
15670
|
+
perFileSizePrice: number | null;
|
|
15670
15671
|
bandwidthBase: bigint | null;
|
|
15671
15672
|
bandwidthUnit: bigint | null;
|
|
15672
|
-
bandwidthPrice:
|
|
15673
|
+
bandwidthPrice: number | null;
|
|
15673
15674
|
totalStorageSizeBase: bigint | null;
|
|
15674
15675
|
totalStorageSizeUnit: bigint | null;
|
|
15675
|
-
totalStorageSizePrice:
|
|
15676
|
+
totalStorageSizePrice: number | null;
|
|
15676
15677
|
devsMax: bigint | null;
|
|
15677
15678
|
usersMax: bigint | null;
|
|
15678
15679
|
perFileSizeMax: bigint | null;
|
|
15679
15680
|
bandwidthMax: bigint | null;
|
|
15680
15681
|
totalStorageSizeMax: bigint | null;
|
|
15681
15682
|
};
|
|
15682
|
-
}
|
|
15683
|
+
})[];
|
|
15683
15684
|
};
|
|
15684
15685
|
_output_out: {
|
|
15685
15686
|
plan: {
|
|
15687
|
+
codes: string[];
|
|
15686
15688
|
id: string;
|
|
15687
15689
|
kind: string;
|
|
15688
|
-
|
|
15690
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15691
|
+
descriptorId: string;
|
|
15692
|
+
} & {
|
|
15689
15693
|
descriptor: {
|
|
15690
|
-
id: string;
|
|
15691
15694
|
devsBase: bigint | null;
|
|
15692
15695
|
devsUnit: bigint | null;
|
|
15693
|
-
devsPrice:
|
|
15696
|
+
devsPrice: number | null;
|
|
15694
15697
|
usersBase: bigint | null;
|
|
15695
15698
|
usersUnit: bigint | null;
|
|
15696
|
-
usersPrice:
|
|
15699
|
+
usersPrice: number | null;
|
|
15697
15700
|
perFileSizeBase: bigint | null;
|
|
15698
15701
|
perFileSizeUnit: bigint | null;
|
|
15699
|
-
perFileSizePrice:
|
|
15702
|
+
perFileSizePrice: number | null;
|
|
15700
15703
|
bandwidthBase: bigint | null;
|
|
15701
15704
|
bandwidthUnit: bigint | null;
|
|
15702
|
-
bandwidthPrice:
|
|
15705
|
+
bandwidthPrice: number | null;
|
|
15703
15706
|
totalStorageSizeBase: bigint | null;
|
|
15704
15707
|
totalStorageSizeUnit: bigint | null;
|
|
15705
|
-
totalStorageSizePrice:
|
|
15708
|
+
totalStorageSizePrice: number | null;
|
|
15706
15709
|
devsMax: bigint | null;
|
|
15707
15710
|
usersMax: bigint | null;
|
|
15708
15711
|
perFileSizeMax: bigint | null;
|
|
15709
15712
|
bandwidthMax: bigint | null;
|
|
15710
15713
|
totalStorageSizeMax: bigint | null;
|
|
15711
15714
|
};
|
|
15712
|
-
}
|
|
15715
|
+
};
|
|
15713
15716
|
id: string;
|
|
15714
15717
|
createdAt: Date;
|
|
15715
15718
|
users: {
|
|
@@ -15731,33 +15734,35 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15731
15734
|
} | null;
|
|
15732
15735
|
};
|
|
15733
15736
|
plans: ({
|
|
15737
|
+
codes: string[];
|
|
15734
15738
|
id: string;
|
|
15735
15739
|
kind: string;
|
|
15736
|
-
|
|
15740
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15741
|
+
descriptorId: string;
|
|
15742
|
+
} & {
|
|
15737
15743
|
descriptor: {
|
|
15738
|
-
id: string;
|
|
15739
15744
|
devsBase: bigint | null;
|
|
15740
15745
|
devsUnit: bigint | null;
|
|
15741
|
-
devsPrice:
|
|
15746
|
+
devsPrice: number | null;
|
|
15742
15747
|
usersBase: bigint | null;
|
|
15743
15748
|
usersUnit: bigint | null;
|
|
15744
|
-
usersPrice:
|
|
15749
|
+
usersPrice: number | null;
|
|
15745
15750
|
perFileSizeBase: bigint | null;
|
|
15746
15751
|
perFileSizeUnit: bigint | null;
|
|
15747
|
-
perFileSizePrice:
|
|
15752
|
+
perFileSizePrice: number | null;
|
|
15748
15753
|
bandwidthBase: bigint | null;
|
|
15749
15754
|
bandwidthUnit: bigint | null;
|
|
15750
|
-
bandwidthPrice:
|
|
15755
|
+
bandwidthPrice: number | null;
|
|
15751
15756
|
totalStorageSizeBase: bigint | null;
|
|
15752
15757
|
totalStorageSizeUnit: bigint | null;
|
|
15753
|
-
totalStorageSizePrice:
|
|
15758
|
+
totalStorageSizePrice: number | null;
|
|
15754
15759
|
devsMax: bigint | null;
|
|
15755
15760
|
usersMax: bigint | null;
|
|
15756
15761
|
perFileSizeMax: bigint | null;
|
|
15757
15762
|
bandwidthMax: bigint | null;
|
|
15758
15763
|
totalStorageSizeMax: bigint | null;
|
|
15759
15764
|
};
|
|
15760
|
-
}
|
|
15765
|
+
})[];
|
|
15761
15766
|
};
|
|
15762
15767
|
}, unknown>>;
|
|
15763
15768
|
};
|
|
@@ -15815,33 +15820,35 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15815
15820
|
};
|
|
15816
15821
|
_output_in: {
|
|
15817
15822
|
plan: {
|
|
15823
|
+
codes: string[];
|
|
15818
15824
|
id: string;
|
|
15819
15825
|
kind: string;
|
|
15820
|
-
|
|
15826
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15827
|
+
descriptorId: string;
|
|
15828
|
+
} & {
|
|
15821
15829
|
descriptor: {
|
|
15822
|
-
id: string;
|
|
15823
15830
|
devsBase: bigint | null;
|
|
15824
15831
|
devsUnit: bigint | null;
|
|
15825
|
-
devsPrice:
|
|
15832
|
+
devsPrice: number | null;
|
|
15826
15833
|
usersBase: bigint | null;
|
|
15827
15834
|
usersUnit: bigint | null;
|
|
15828
|
-
usersPrice:
|
|
15835
|
+
usersPrice: number | null;
|
|
15829
15836
|
perFileSizeBase: bigint | null;
|
|
15830
15837
|
perFileSizeUnit: bigint | null;
|
|
15831
|
-
perFileSizePrice:
|
|
15838
|
+
perFileSizePrice: number | null;
|
|
15832
15839
|
bandwidthBase: bigint | null;
|
|
15833
15840
|
bandwidthUnit: bigint | null;
|
|
15834
|
-
bandwidthPrice:
|
|
15841
|
+
bandwidthPrice: number | null;
|
|
15835
15842
|
totalStorageSizeBase: bigint | null;
|
|
15836
15843
|
totalStorageSizeUnit: bigint | null;
|
|
15837
|
-
totalStorageSizePrice:
|
|
15844
|
+
totalStorageSizePrice: number | null;
|
|
15838
15845
|
devsMax: bigint | null;
|
|
15839
15846
|
usersMax: bigint | null;
|
|
15840
15847
|
perFileSizeMax: bigint | null;
|
|
15841
15848
|
bandwidthMax: bigint | null;
|
|
15842
15849
|
totalStorageSizeMax: bigint | null;
|
|
15843
15850
|
};
|
|
15844
|
-
}
|
|
15851
|
+
};
|
|
15845
15852
|
id: string;
|
|
15846
15853
|
createdAt: Date;
|
|
15847
15854
|
users: {
|
|
@@ -15863,63 +15870,67 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15863
15870
|
} | null;
|
|
15864
15871
|
};
|
|
15865
15872
|
plans: ({
|
|
15873
|
+
codes: string[];
|
|
15866
15874
|
id: string;
|
|
15867
15875
|
kind: string;
|
|
15868
|
-
|
|
15876
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15877
|
+
descriptorId: string;
|
|
15878
|
+
} & {
|
|
15869
15879
|
descriptor: {
|
|
15870
|
-
id: string;
|
|
15871
15880
|
devsBase: bigint | null;
|
|
15872
15881
|
devsUnit: bigint | null;
|
|
15873
|
-
devsPrice:
|
|
15882
|
+
devsPrice: number | null;
|
|
15874
15883
|
usersBase: bigint | null;
|
|
15875
15884
|
usersUnit: bigint | null;
|
|
15876
|
-
usersPrice:
|
|
15885
|
+
usersPrice: number | null;
|
|
15877
15886
|
perFileSizeBase: bigint | null;
|
|
15878
15887
|
perFileSizeUnit: bigint | null;
|
|
15879
|
-
perFileSizePrice:
|
|
15888
|
+
perFileSizePrice: number | null;
|
|
15880
15889
|
bandwidthBase: bigint | null;
|
|
15881
15890
|
bandwidthUnit: bigint | null;
|
|
15882
|
-
bandwidthPrice:
|
|
15891
|
+
bandwidthPrice: number | null;
|
|
15883
15892
|
totalStorageSizeBase: bigint | null;
|
|
15884
15893
|
totalStorageSizeUnit: bigint | null;
|
|
15885
|
-
totalStorageSizePrice:
|
|
15894
|
+
totalStorageSizePrice: number | null;
|
|
15886
15895
|
devsMax: bigint | null;
|
|
15887
15896
|
usersMax: bigint | null;
|
|
15888
15897
|
perFileSizeMax: bigint | null;
|
|
15889
15898
|
bandwidthMax: bigint | null;
|
|
15890
15899
|
totalStorageSizeMax: bigint | null;
|
|
15891
15900
|
};
|
|
15892
|
-
}
|
|
15901
|
+
})[];
|
|
15893
15902
|
}[];
|
|
15894
15903
|
_output_out: {
|
|
15895
15904
|
plan: {
|
|
15905
|
+
codes: string[];
|
|
15896
15906
|
id: string;
|
|
15897
15907
|
kind: string;
|
|
15898
|
-
|
|
15908
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15909
|
+
descriptorId: string;
|
|
15910
|
+
} & {
|
|
15899
15911
|
descriptor: {
|
|
15900
|
-
id: string;
|
|
15901
15912
|
devsBase: bigint | null;
|
|
15902
15913
|
devsUnit: bigint | null;
|
|
15903
|
-
devsPrice:
|
|
15914
|
+
devsPrice: number | null;
|
|
15904
15915
|
usersBase: bigint | null;
|
|
15905
15916
|
usersUnit: bigint | null;
|
|
15906
|
-
usersPrice:
|
|
15917
|
+
usersPrice: number | null;
|
|
15907
15918
|
perFileSizeBase: bigint | null;
|
|
15908
15919
|
perFileSizeUnit: bigint | null;
|
|
15909
|
-
perFileSizePrice:
|
|
15920
|
+
perFileSizePrice: number | null;
|
|
15910
15921
|
bandwidthBase: bigint | null;
|
|
15911
15922
|
bandwidthUnit: bigint | null;
|
|
15912
|
-
bandwidthPrice:
|
|
15923
|
+
bandwidthPrice: number | null;
|
|
15913
15924
|
totalStorageSizeBase: bigint | null;
|
|
15914
15925
|
totalStorageSizeUnit: bigint | null;
|
|
15915
|
-
totalStorageSizePrice:
|
|
15926
|
+
totalStorageSizePrice: number | null;
|
|
15916
15927
|
devsMax: bigint | null;
|
|
15917
15928
|
usersMax: bigint | null;
|
|
15918
15929
|
perFileSizeMax: bigint | null;
|
|
15919
15930
|
bandwidthMax: bigint | null;
|
|
15920
15931
|
totalStorageSizeMax: bigint | null;
|
|
15921
15932
|
};
|
|
15922
|
-
}
|
|
15933
|
+
};
|
|
15923
15934
|
id: string;
|
|
15924
15935
|
createdAt: Date;
|
|
15925
15936
|
users: {
|
|
@@ -15941,33 +15952,35 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
15941
15952
|
} | null;
|
|
15942
15953
|
};
|
|
15943
15954
|
plans: ({
|
|
15955
|
+
codes: string[];
|
|
15944
15956
|
id: string;
|
|
15945
15957
|
kind: string;
|
|
15946
|
-
|
|
15958
|
+
relatedTo: "secrecy" | "secrecy_tech";
|
|
15959
|
+
descriptorId: string;
|
|
15960
|
+
} & {
|
|
15947
15961
|
descriptor: {
|
|
15948
|
-
id: string;
|
|
15949
15962
|
devsBase: bigint | null;
|
|
15950
15963
|
devsUnit: bigint | null;
|
|
15951
|
-
devsPrice:
|
|
15964
|
+
devsPrice: number | null;
|
|
15952
15965
|
usersBase: bigint | null;
|
|
15953
15966
|
usersUnit: bigint | null;
|
|
15954
|
-
usersPrice:
|
|
15967
|
+
usersPrice: number | null;
|
|
15955
15968
|
perFileSizeBase: bigint | null;
|
|
15956
15969
|
perFileSizeUnit: bigint | null;
|
|
15957
|
-
perFileSizePrice:
|
|
15970
|
+
perFileSizePrice: number | null;
|
|
15958
15971
|
bandwidthBase: bigint | null;
|
|
15959
15972
|
bandwidthUnit: bigint | null;
|
|
15960
|
-
bandwidthPrice:
|
|
15973
|
+
bandwidthPrice: number | null;
|
|
15961
15974
|
totalStorageSizeBase: bigint | null;
|
|
15962
15975
|
totalStorageSizeUnit: bigint | null;
|
|
15963
|
-
totalStorageSizePrice:
|
|
15976
|
+
totalStorageSizePrice: number | null;
|
|
15964
15977
|
devsMax: bigint | null;
|
|
15965
15978
|
usersMax: bigint | null;
|
|
15966
15979
|
perFileSizeMax: bigint | null;
|
|
15967
15980
|
bandwidthMax: bigint | null;
|
|
15968
15981
|
totalStorageSizeMax: bigint | null;
|
|
15969
15982
|
};
|
|
15970
|
-
}
|
|
15983
|
+
})[];
|
|
15971
15984
|
}[];
|
|
15972
15985
|
}, unknown>>;
|
|
15973
15986
|
};
|
|
@@ -16105,11 +16118,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
16105
16118
|
};
|
|
16106
16119
|
_input_in: {
|
|
16107
16120
|
appId: string;
|
|
16108
|
-
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
|
|
16121
|
+
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month" | "tech_free";
|
|
16109
16122
|
};
|
|
16110
16123
|
_input_out: {
|
|
16111
16124
|
appId: string;
|
|
16112
|
-
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
|
|
16125
|
+
planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month" | "tech_free";
|
|
16113
16126
|
};
|
|
16114
16127
|
_output_in: {
|
|
16115
16128
|
url: string | 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.
|
|
5
|
+
"version": "1.19.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-feat-update-account-subscription.2",
|
|
78
78
|
"@trpc/client": "10.45.2",
|
|
79
79
|
"@trpc/server": "10.45.2",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.8",
|