@secrecy/trpc-api-types 1.33.0-feat-enhanced-create-org.1 → 1.33.0-feat-enhanced-create-org.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.
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -559,6 +559,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
559
559
|
stripeSubId: string | null;
|
|
560
560
|
stripeSubPaidUntil: Date | null;
|
|
561
561
|
billingProfileStripeCustomerId: string | null;
|
|
562
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
562
563
|
};
|
|
563
564
|
meta: any;
|
|
564
565
|
}>;
|
|
@@ -4850,6 +4851,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4850
4851
|
stripeSubId: string | null;
|
|
4851
4852
|
stripeSubPaidUntil: Date | null;
|
|
4852
4853
|
billingProfileStripeCustomerId: string | null;
|
|
4854
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
4853
4855
|
} & {
|
|
4854
4856
|
plan: {
|
|
4855
4857
|
id: string;
|
|
@@ -4913,6 +4915,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4913
4915
|
stripeSubId: string | null;
|
|
4914
4916
|
stripeSubPaidUntil: Date | null;
|
|
4915
4917
|
billingProfileStripeCustomerId: string | null;
|
|
4918
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
4916
4919
|
};
|
|
4917
4920
|
} | {
|
|
4918
4921
|
type: "checkout";
|
|
@@ -4927,6 +4930,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4927
4930
|
stripeSubId: string | null;
|
|
4928
4931
|
stripeSubPaidUntil: Date | null;
|
|
4929
4932
|
billingProfileStripeCustomerId: string | null;
|
|
4933
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
4930
4934
|
};
|
|
4931
4935
|
};
|
|
4932
4936
|
meta: any;
|
|
@@ -4945,6 +4949,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4945
4949
|
stripeSubId: string | null;
|
|
4946
4950
|
stripeSubPaidUntil: Date | null;
|
|
4947
4951
|
billingProfileStripeCustomerId: string | null;
|
|
4952
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
4948
4953
|
};
|
|
4949
4954
|
meta: any;
|
|
4950
4955
|
}>;
|
|
@@ -4983,6 +4988,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4983
4988
|
stripeSubId: string | null;
|
|
4984
4989
|
stripeSubPaidUntil: Date | null;
|
|
4985
4990
|
billingProfileStripeCustomerId: string | null;
|
|
4991
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
4986
4992
|
}[];
|
|
4987
4993
|
meta: any;
|
|
4988
4994
|
}>;
|
|
@@ -5048,6 +5054,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5048
5054
|
stripeSubId: string | null;
|
|
5049
5055
|
stripeSubPaidUntil: Date | null;
|
|
5050
5056
|
billingProfileStripeCustomerId: string | null;
|
|
5057
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
5051
5058
|
};
|
|
5052
5059
|
meta: any;
|
|
5053
5060
|
}>;
|
|
@@ -5081,6 +5088,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5081
5088
|
stripeSubId: string | null;
|
|
5082
5089
|
stripeSubPaidUntil: Date | null;
|
|
5083
5090
|
billingProfileStripeCustomerId: string | null;
|
|
5091
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
5084
5092
|
};
|
|
5085
5093
|
meta: any;
|
|
5086
5094
|
}>;
|