@secrecy/trpc-api-types 1.33.0-feat-custom-tech-plan.3 → 1.33.0-feat-custom-tech-plan.5
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.cts +14 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -769,6 +769,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
769
769
|
id: string;
|
|
770
770
|
name: string;
|
|
771
771
|
isCustomPlan?: boolean | undefined;
|
|
772
|
+
canHaveDatabase?: boolean | undefined;
|
|
772
773
|
} & {
|
|
773
774
|
descriptor: {
|
|
774
775
|
devsBase: bigint | null;
|
|
@@ -799,6 +800,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
799
800
|
id: string;
|
|
800
801
|
name: string;
|
|
801
802
|
isCustomPlan: boolean;
|
|
803
|
+
canHaveDatabase: boolean;
|
|
802
804
|
} & {
|
|
803
805
|
descriptor: {
|
|
804
806
|
devsBase: bigint | null;
|
|
@@ -15116,10 +15118,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
15116
15118
|
currency: string;
|
|
15117
15119
|
total: number;
|
|
15118
15120
|
paid: boolean;
|
|
15119
|
-
created: number;
|
|
15120
15121
|
amountDue: number;
|
|
15121
15122
|
amountPaid: number;
|
|
15122
15123
|
amountRemaining: number;
|
|
15124
|
+
created: number;
|
|
15123
15125
|
accountCountry: string | null;
|
|
15124
15126
|
accountName: string | null;
|
|
15125
15127
|
applicationFeeAmount: number | null;
|
|
@@ -15137,10 +15139,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
15137
15139
|
currency: string;
|
|
15138
15140
|
total: number;
|
|
15139
15141
|
paid: boolean;
|
|
15140
|
-
created: number;
|
|
15141
15142
|
amountDue: number;
|
|
15142
15143
|
amountPaid: number;
|
|
15143
15144
|
amountRemaining: number;
|
|
15145
|
+
created: number;
|
|
15144
15146
|
accountCountry: string | null;
|
|
15145
15147
|
accountName: string | null;
|
|
15146
15148
|
applicationFeeAmount: number | null;
|
|
@@ -15222,10 +15224,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
15222
15224
|
currency: string;
|
|
15223
15225
|
total: number;
|
|
15224
15226
|
paid: boolean;
|
|
15225
|
-
created: number;
|
|
15226
15227
|
amountDue: number;
|
|
15227
15228
|
amountPaid: number;
|
|
15228
15229
|
amountRemaining: number;
|
|
15230
|
+
created: number;
|
|
15229
15231
|
accountCountry: string | null;
|
|
15230
15232
|
accountName: string | null;
|
|
15231
15233
|
applicationFeeAmount: number | null;
|
|
@@ -15243,10 +15245,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
15243
15245
|
currency: string;
|
|
15244
15246
|
total: number;
|
|
15245
15247
|
paid: boolean;
|
|
15246
|
-
created: number;
|
|
15247
15248
|
amountDue: number;
|
|
15248
15249
|
amountPaid: number;
|
|
15249
15250
|
amountRemaining: number;
|
|
15251
|
+
created: number;
|
|
15250
15252
|
accountCountry: string | null;
|
|
15251
15253
|
accountName: string | null;
|
|
15252
15254
|
applicationFeeAmount: number | null;
|
|
@@ -16114,6 +16116,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16114
16116
|
id: string;
|
|
16115
16117
|
name: string;
|
|
16116
16118
|
isCustomPlan?: boolean | undefined;
|
|
16119
|
+
canHaveDatabase?: boolean | undefined;
|
|
16117
16120
|
} & {
|
|
16118
16121
|
descriptor: {
|
|
16119
16122
|
devsBase: bigint | null;
|
|
@@ -16162,6 +16165,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16162
16165
|
id: string;
|
|
16163
16166
|
name: string;
|
|
16164
16167
|
isCustomPlan?: boolean | undefined;
|
|
16168
|
+
canHaveDatabase?: boolean | undefined;
|
|
16165
16169
|
} & {
|
|
16166
16170
|
descriptor: {
|
|
16167
16171
|
devsBase: bigint | null;
|
|
@@ -16192,6 +16196,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16192
16196
|
id: string;
|
|
16193
16197
|
name: string;
|
|
16194
16198
|
isCustomPlan: boolean;
|
|
16199
|
+
canHaveDatabase: boolean;
|
|
16195
16200
|
} & {
|
|
16196
16201
|
descriptor: {
|
|
16197
16202
|
devsBase: bigint | null;
|
|
@@ -16240,6 +16245,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16240
16245
|
id: string;
|
|
16241
16246
|
name: string;
|
|
16242
16247
|
isCustomPlan: boolean;
|
|
16248
|
+
canHaveDatabase: boolean;
|
|
16243
16249
|
} & {
|
|
16244
16250
|
descriptor: {
|
|
16245
16251
|
devsBase: bigint | null;
|
|
@@ -16322,6 +16328,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16322
16328
|
id: string;
|
|
16323
16329
|
name: string;
|
|
16324
16330
|
isCustomPlan?: boolean | undefined;
|
|
16331
|
+
canHaveDatabase?: boolean | undefined;
|
|
16325
16332
|
} & {
|
|
16326
16333
|
descriptor: {
|
|
16327
16334
|
devsBase: bigint | null;
|
|
@@ -16370,6 +16377,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16370
16377
|
id: string;
|
|
16371
16378
|
name: string;
|
|
16372
16379
|
isCustomPlan?: boolean | undefined;
|
|
16380
|
+
canHaveDatabase?: boolean | undefined;
|
|
16373
16381
|
} & {
|
|
16374
16382
|
descriptor: {
|
|
16375
16383
|
devsBase: bigint | null;
|
|
@@ -16400,6 +16408,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16400
16408
|
id: string;
|
|
16401
16409
|
name: string;
|
|
16402
16410
|
isCustomPlan: boolean;
|
|
16411
|
+
canHaveDatabase: boolean;
|
|
16403
16412
|
} & {
|
|
16404
16413
|
descriptor: {
|
|
16405
16414
|
devsBase: bigint | null;
|
|
@@ -16448,6 +16457,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16448
16457
|
id: string;
|
|
16449
16458
|
name: string;
|
|
16450
16459
|
isCustomPlan: boolean;
|
|
16460
|
+
canHaveDatabase: boolean;
|
|
16451
16461
|
} & {
|
|
16452
16462
|
descriptor: {
|
|
16453
16463
|
devsBase: bigint | null;
|