@secrecy/trpc-api-types 1.33.0-feat-custom-tech-plan.3 → 1.33.0-feat-custom-tech-plan.4

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +4 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -15116,10 +15116,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
15116
15116
  currency: string;
15117
15117
  total: number;
15118
15118
  paid: boolean;
15119
- created: number;
15120
15119
  amountDue: number;
15121
15120
  amountPaid: number;
15122
15121
  amountRemaining: number;
15122
+ created: number;
15123
15123
  accountCountry: string | null;
15124
15124
  accountName: string | null;
15125
15125
  applicationFeeAmount: number | null;
@@ -15137,10 +15137,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
15137
15137
  currency: string;
15138
15138
  total: number;
15139
15139
  paid: boolean;
15140
- created: number;
15141
15140
  amountDue: number;
15142
15141
  amountPaid: number;
15143
15142
  amountRemaining: number;
15143
+ created: number;
15144
15144
  accountCountry: string | null;
15145
15145
  accountName: string | null;
15146
15146
  applicationFeeAmount: number | null;
@@ -15222,10 +15222,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
15222
15222
  currency: string;
15223
15223
  total: number;
15224
15224
  paid: boolean;
15225
- created: number;
15226
15225
  amountDue: number;
15227
15226
  amountPaid: number;
15228
15227
  amountRemaining: number;
15228
+ created: number;
15229
15229
  accountCountry: string | null;
15230
15230
  accountName: string | null;
15231
15231
  applicationFeeAmount: number | null;
@@ -15243,10 +15243,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
15243
15243
  currency: string;
15244
15244
  total: number;
15245
15245
  paid: boolean;
15246
- created: number;
15247
15246
  amountDue: number;
15248
15247
  amountPaid: number;
15249
15248
  amountRemaining: number;
15249
+ created: number;
15250
15250
  accountCountry: string | null;
15251
15251
  accountName: string | null;
15252
15252
  applicationFeeAmount: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-custom-tech-plan.3",
3
+ "version": "1.33.0-feat-custom-tech-plan.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"