@secrecy/lib 1.39.0-feat-custom-tech-plan.1 → 1.39.0-feat-custom-tech-plan.2

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.
@@ -631,6 +631,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
631
631
  kind: string;
632
632
  relatedTo: "secrecy" | "secrecy_tech";
633
633
  descriptorId: string;
634
+ isCustomPlan: boolean;
634
635
  };
635
636
  _output_out: {
636
637
  codes: string[];
@@ -638,6 +639,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
638
639
  kind: string;
639
640
  relatedTo: "secrecy" | "secrecy_tech";
640
641
  descriptorId: string;
642
+ isCustomPlan: boolean;
641
643
  };
642
644
  }, unknown>>;
643
645
  };
@@ -695,6 +697,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
695
697
  kind: string;
696
698
  relatedTo: "secrecy" | "secrecy_tech";
697
699
  descriptorId: string;
700
+ isCustomPlan: boolean;
698
701
  } & {
699
702
  descriptor: {
700
703
  devsBase: bigint | null;
@@ -727,6 +730,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
727
730
  kind: string;
728
731
  relatedTo: "secrecy" | "secrecy_tech";
729
732
  descriptorId: string;
733
+ isCustomPlan: boolean;
730
734
  } & {
731
735
  descriptor: {
732
736
  devsBase: bigint | null;
@@ -15720,6 +15724,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15720
15724
  kind: string;
15721
15725
  relatedTo: "secrecy" | "secrecy_tech";
15722
15726
  descriptorId: string;
15727
+ isCustomPlan: boolean;
15723
15728
  } & {
15724
15729
  descriptor: {
15725
15730
  devsBase: bigint | null;
@@ -15756,7 +15761,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15756
15761
  logo: string | null;
15757
15762
  updatedAt: Date;
15758
15763
  origin: string[];
15759
- isCustomPlan: boolean;
15760
15764
  planId: string | null;
15761
15765
  quotasId: string;
15762
15766
  metricsId: string;
@@ -15771,6 +15775,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15771
15775
  kind: string;
15772
15776
  relatedTo: "secrecy" | "secrecy_tech";
15773
15777
  descriptorId: string;
15778
+ isCustomPlan: boolean;
15774
15779
  } & {
15775
15780
  descriptor: {
15776
15781
  devsBase: bigint | null;
@@ -15803,6 +15808,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15803
15808
  kind: string;
15804
15809
  relatedTo: "secrecy" | "secrecy_tech";
15805
15810
  descriptorId: string;
15811
+ isCustomPlan: boolean;
15806
15812
  } & {
15807
15813
  descriptor: {
15808
15814
  devsBase: bigint | null;
@@ -15839,7 +15845,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15839
15845
  logo: string | null;
15840
15846
  updatedAt: Date;
15841
15847
  origin: string[];
15842
- isCustomPlan: boolean;
15843
15848
  planId: string | null;
15844
15849
  quotasId: string;
15845
15850
  metricsId: string;
@@ -15854,6 +15859,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15854
15859
  kind: string;
15855
15860
  relatedTo: "secrecy" | "secrecy_tech";
15856
15861
  descriptorId: string;
15862
+ isCustomPlan: boolean;
15857
15863
  } & {
15858
15864
  descriptor: {
15859
15865
  devsBase: bigint | null;
@@ -15940,6 +15946,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15940
15946
  kind: string;
15941
15947
  relatedTo: "secrecy" | "secrecy_tech";
15942
15948
  descriptorId: string;
15949
+ isCustomPlan: boolean;
15943
15950
  } & {
15944
15951
  descriptor: {
15945
15952
  devsBase: bigint | null;
@@ -15976,7 +15983,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15976
15983
  logo: string | null;
15977
15984
  updatedAt: Date;
15978
15985
  origin: string[];
15979
- isCustomPlan: boolean;
15980
15986
  planId: string | null;
15981
15987
  quotasId: string;
15982
15988
  metricsId: string;
@@ -15991,6 +15997,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15991
15997
  kind: string;
15992
15998
  relatedTo: "secrecy" | "secrecy_tech";
15993
15999
  descriptorId: string;
16000
+ isCustomPlan: boolean;
15994
16001
  } & {
15995
16002
  descriptor: {
15996
16003
  devsBase: bigint | null;
@@ -16023,6 +16030,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
16023
16030
  kind: string;
16024
16031
  relatedTo: "secrecy" | "secrecy_tech";
16025
16032
  descriptorId: string;
16033
+ isCustomPlan: boolean;
16026
16034
  } & {
16027
16035
  descriptor: {
16028
16036
  devsBase: bigint | null;
@@ -16059,7 +16067,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
16059
16067
  logo: string | null;
16060
16068
  updatedAt: Date;
16061
16069
  origin: string[];
16062
- isCustomPlan: boolean;
16063
16070
  planId: string | null;
16064
16071
  quotasId: string;
16065
16072
  metricsId: string;
@@ -16074,6 +16081,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
16074
16081
  kind: string;
16075
16082
  relatedTo: "secrecy" | "secrecy_tech";
16076
16083
  descriptorId: string;
16084
+ isCustomPlan: boolean;
16077
16085
  } & {
16078
16086
  descriptor: {
16079
16087
  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.1",
5
+ "version": "1.39.0-feat-custom-tech-plan.2",
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.1",
77
+ "@secrecy/trpc-api-types": "1.33.0-feat-custom-tech-plan.2",
78
78
  "@trpc/client": "10.45.2",
79
79
  "@trpc/server": "10.45.2",
80
80
  "@types/libsodium-wrappers-sumo": "^0.7.8",