@secrecy/lib 1.18.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.
@@ -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: import("@prisma/client/runtime/library").Decimal | null;
390
+ devsPrice: number | null;
391
391
  usersBase: bigint | null;
392
392
  usersUnit: bigint | null;
393
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
393
+ usersPrice: number | null;
394
394
  perFileSize: bigint | null;
395
395
  perFileSizeBase: bigint | null;
396
396
  perFileSizeUnit: bigint | null;
397
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
397
+ perFileSizePrice: number | null;
398
398
  bandwidth: bigint | null;
399
399
  bandwidthBase: bigint | null;
400
400
  bandwidthUnit: bigint | null;
401
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
401
+ bandwidthPrice: number | null;
402
402
  totalStorageSizeBase: bigint | null;
403
403
  totalStorageSizeUnit: bigint | null;
404
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
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: import("@prisma/client/runtime/library").Decimal | null;
413
+ devsPrice: number | null;
414
414
  usersBase: bigint | null;
415
415
  usersUnit: bigint | null;
416
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
416
+ usersPrice: number | null;
417
417
  perFileSize: bigint | null;
418
418
  perFileSizeBase: bigint | null;
419
419
  perFileSizeUnit: bigint | null;
420
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
420
+ perFileSizePrice: number | null;
421
421
  bandwidth: bigint | null;
422
422
  bandwidthBase: bigint | null;
423
423
  bandwidthUnit: bigint | null;
424
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
424
+ bandwidthPrice: number | null;
425
425
  totalStorageSizeBase: bigint | null;
426
426
  totalStorageSizeUnit: bigint | null;
427
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
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: SecrecySessionWithApp;
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: import("@prisma/client/runtime/library").Decimal | null;
617
+ devsPrice: number | null;
618
618
  usersBase: bigint | null;
619
619
  usersUnit: bigint | null;
620
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
620
+ usersPrice: number | null;
621
621
  perFileSizeBase: bigint | null;
622
622
  perFileSizeUnit: bigint | null;
623
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
623
+ perFileSizePrice: number | null;
624
624
  bandwidthBase: bigint | null;
625
625
  bandwidthUnit: bigint | null;
626
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
626
+ bandwidthPrice: number | null;
627
627
  totalStorageSizeBase: bigint | null;
628
628
  totalStorageSizeUnit: bigint | null;
629
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
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: import("@prisma/client/runtime/library").Decimal | null;
649
+ devsPrice: number | null;
650
650
  usersBase: bigint | null;
651
651
  usersUnit: bigint | null;
652
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
652
+ usersPrice: number | null;
653
653
  perFileSizeBase: bigint | null;
654
654
  perFileSizeUnit: bigint | null;
655
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
655
+ perFileSizePrice: number | null;
656
656
  bandwidthBase: bigint | null;
657
657
  bandwidthUnit: bigint | null;
658
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
658
+ bandwidthPrice: number | null;
659
659
  totalStorageSizeBase: bigint | null;
660
660
  totalStorageSizeUnit: bigint | null;
661
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
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: Omit<SecrecySession, "appId" | "appPlanId"> & {
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;
@@ -15614,19 +15611,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15614
15611
  descriptor: {
15615
15612
  devsBase: bigint | null;
15616
15613
  devsUnit: bigint | null;
15617
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15614
+ devsPrice: number | null;
15618
15615
  usersBase: bigint | null;
15619
15616
  usersUnit: bigint | null;
15620
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15617
+ usersPrice: number | null;
15621
15618
  perFileSizeBase: bigint | null;
15622
15619
  perFileSizeUnit: bigint | null;
15623
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15620
+ perFileSizePrice: number | null;
15624
15621
  bandwidthBase: bigint | null;
15625
15622
  bandwidthUnit: bigint | null;
15626
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15623
+ bandwidthPrice: number | null;
15627
15624
  totalStorageSizeBase: bigint | null;
15628
15625
  totalStorageSizeUnit: bigint | null;
15629
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15626
+ totalStorageSizePrice: number | null;
15630
15627
  devsMax: bigint | null;
15631
15628
  usersMax: bigint | null;
15632
15629
  perFileSizeMax: bigint | null;
@@ -15664,19 +15661,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15664
15661
  descriptor: {
15665
15662
  devsBase: bigint | null;
15666
15663
  devsUnit: bigint | null;
15667
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15664
+ devsPrice: number | null;
15668
15665
  usersBase: bigint | null;
15669
15666
  usersUnit: bigint | null;
15670
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15667
+ usersPrice: number | null;
15671
15668
  perFileSizeBase: bigint | null;
15672
15669
  perFileSizeUnit: bigint | null;
15673
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15670
+ perFileSizePrice: number | null;
15674
15671
  bandwidthBase: bigint | null;
15675
15672
  bandwidthUnit: bigint | null;
15676
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15673
+ bandwidthPrice: number | null;
15677
15674
  totalStorageSizeBase: bigint | null;
15678
15675
  totalStorageSizeUnit: bigint | null;
15679
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15676
+ totalStorageSizePrice: number | null;
15680
15677
  devsMax: bigint | null;
15681
15678
  usersMax: bigint | null;
15682
15679
  perFileSizeMax: bigint | null;
@@ -15696,19 +15693,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15696
15693
  descriptor: {
15697
15694
  devsBase: bigint | null;
15698
15695
  devsUnit: bigint | null;
15699
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15696
+ devsPrice: number | null;
15700
15697
  usersBase: bigint | null;
15701
15698
  usersUnit: bigint | null;
15702
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15699
+ usersPrice: number | null;
15703
15700
  perFileSizeBase: bigint | null;
15704
15701
  perFileSizeUnit: bigint | null;
15705
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15702
+ perFileSizePrice: number | null;
15706
15703
  bandwidthBase: bigint | null;
15707
15704
  bandwidthUnit: bigint | null;
15708
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15705
+ bandwidthPrice: number | null;
15709
15706
  totalStorageSizeBase: bigint | null;
15710
15707
  totalStorageSizeUnit: bigint | null;
15711
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15708
+ totalStorageSizePrice: number | null;
15712
15709
  devsMax: bigint | null;
15713
15710
  usersMax: bigint | null;
15714
15711
  perFileSizeMax: bigint | null;
@@ -15746,19 +15743,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15746
15743
  descriptor: {
15747
15744
  devsBase: bigint | null;
15748
15745
  devsUnit: bigint | null;
15749
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15746
+ devsPrice: number | null;
15750
15747
  usersBase: bigint | null;
15751
15748
  usersUnit: bigint | null;
15752
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15749
+ usersPrice: number | null;
15753
15750
  perFileSizeBase: bigint | null;
15754
15751
  perFileSizeUnit: bigint | null;
15755
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15752
+ perFileSizePrice: number | null;
15756
15753
  bandwidthBase: bigint | null;
15757
15754
  bandwidthUnit: bigint | null;
15758
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15755
+ bandwidthPrice: number | null;
15759
15756
  totalStorageSizeBase: bigint | null;
15760
15757
  totalStorageSizeUnit: bigint | null;
15761
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15758
+ totalStorageSizePrice: number | null;
15762
15759
  devsMax: bigint | null;
15763
15760
  usersMax: bigint | null;
15764
15761
  perFileSizeMax: bigint | null;
@@ -15832,19 +15829,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15832
15829
  descriptor: {
15833
15830
  devsBase: bigint | null;
15834
15831
  devsUnit: bigint | null;
15835
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15832
+ devsPrice: number | null;
15836
15833
  usersBase: bigint | null;
15837
15834
  usersUnit: bigint | null;
15838
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15835
+ usersPrice: number | null;
15839
15836
  perFileSizeBase: bigint | null;
15840
15837
  perFileSizeUnit: bigint | null;
15841
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15838
+ perFileSizePrice: number | null;
15842
15839
  bandwidthBase: bigint | null;
15843
15840
  bandwidthUnit: bigint | null;
15844
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15841
+ bandwidthPrice: number | null;
15845
15842
  totalStorageSizeBase: bigint | null;
15846
15843
  totalStorageSizeUnit: bigint | null;
15847
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15844
+ totalStorageSizePrice: number | null;
15848
15845
  devsMax: bigint | null;
15849
15846
  usersMax: bigint | null;
15850
15847
  perFileSizeMax: bigint | null;
@@ -15882,19 +15879,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15882
15879
  descriptor: {
15883
15880
  devsBase: bigint | null;
15884
15881
  devsUnit: bigint | null;
15885
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15882
+ devsPrice: number | null;
15886
15883
  usersBase: bigint | null;
15887
15884
  usersUnit: bigint | null;
15888
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15885
+ usersPrice: number | null;
15889
15886
  perFileSizeBase: bigint | null;
15890
15887
  perFileSizeUnit: bigint | null;
15891
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15888
+ perFileSizePrice: number | null;
15892
15889
  bandwidthBase: bigint | null;
15893
15890
  bandwidthUnit: bigint | null;
15894
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15891
+ bandwidthPrice: number | null;
15895
15892
  totalStorageSizeBase: bigint | null;
15896
15893
  totalStorageSizeUnit: bigint | null;
15897
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15894
+ totalStorageSizePrice: number | null;
15898
15895
  devsMax: bigint | null;
15899
15896
  usersMax: bigint | null;
15900
15897
  perFileSizeMax: bigint | null;
@@ -15914,19 +15911,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15914
15911
  descriptor: {
15915
15912
  devsBase: bigint | null;
15916
15913
  devsUnit: bigint | null;
15917
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15914
+ devsPrice: number | null;
15918
15915
  usersBase: bigint | null;
15919
15916
  usersUnit: bigint | null;
15920
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15917
+ usersPrice: number | null;
15921
15918
  perFileSizeBase: bigint | null;
15922
15919
  perFileSizeUnit: bigint | null;
15923
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15920
+ perFileSizePrice: number | null;
15924
15921
  bandwidthBase: bigint | null;
15925
15922
  bandwidthUnit: bigint | null;
15926
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15923
+ bandwidthPrice: number | null;
15927
15924
  totalStorageSizeBase: bigint | null;
15928
15925
  totalStorageSizeUnit: bigint | null;
15929
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15926
+ totalStorageSizePrice: number | null;
15930
15927
  devsMax: bigint | null;
15931
15928
  usersMax: bigint | null;
15932
15929
  perFileSizeMax: bigint | null;
@@ -15964,19 +15961,19 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15964
15961
  descriptor: {
15965
15962
  devsBase: bigint | null;
15966
15963
  devsUnit: bigint | null;
15967
- devsPrice: import("@prisma/client/runtime/library").Decimal | null;
15964
+ devsPrice: number | null;
15968
15965
  usersBase: bigint | null;
15969
15966
  usersUnit: bigint | null;
15970
- usersPrice: import("@prisma/client/runtime/library").Decimal | null;
15967
+ usersPrice: number | null;
15971
15968
  perFileSizeBase: bigint | null;
15972
15969
  perFileSizeUnit: bigint | null;
15973
- perFileSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15970
+ perFileSizePrice: number | null;
15974
15971
  bandwidthBase: bigint | null;
15975
15972
  bandwidthUnit: bigint | null;
15976
- bandwidthPrice: import("@prisma/client/runtime/library").Decimal | null;
15973
+ bandwidthPrice: number | null;
15977
15974
  totalStorageSizeBase: bigint | null;
15978
15975
  totalStorageSizeUnit: bigint | null;
15979
- totalStorageSizePrice: import("@prisma/client/runtime/library").Decimal | null;
15976
+ totalStorageSizePrice: number | null;
15980
15977
  devsMax: bigint | null;
15981
15978
  usersMax: bigint | null;
15982
15979
  perFileSizeMax: bigint | null;
@@ -16121,11 +16118,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
16121
16118
  };
16122
16119
  _input_in: {
16123
16120
  appId: string;
16124
- planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
16121
+ planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month" | "tech_free";
16125
16122
  };
16126
16123
  _input_out: {
16127
16124
  appId: string;
16128
- planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month";
16125
+ planCode: "tech_solo_month" | "tech_pro_month" | "tech_premium_month" | "tech_free";
16129
16126
  };
16130
16127
  _output_in: {
16131
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.18.0",
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-fix-tech-endpoints-outputs.1",
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",