@secrecy/trpc-api-types 1.33.0-feat-add-account-usage.2 → 1.33.0-feat-add-account-usage.3
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 +8 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -16118,8 +16118,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16118
16118
|
updatedAt: Date;
|
|
16119
16119
|
origin: string[];
|
|
16120
16120
|
planId: string | null;
|
|
16121
|
+
stripeSubId: string | null;
|
|
16121
16122
|
lastMetricsReset: Date;
|
|
16122
16123
|
quotasId: string;
|
|
16124
|
+
billingProfileStripeCustomerId: string | null;
|
|
16123
16125
|
plan: {
|
|
16124
16126
|
name: string;
|
|
16125
16127
|
id: string;
|
|
@@ -16188,8 +16190,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16188
16190
|
updatedAt: Date;
|
|
16189
16191
|
origin: string[];
|
|
16190
16192
|
planId: string | null;
|
|
16193
|
+
stripeSubId: string | null;
|
|
16191
16194
|
lastMetricsReset: Date;
|
|
16192
16195
|
quotasId: string;
|
|
16196
|
+
billingProfileStripeCustomerId: string | null;
|
|
16193
16197
|
plan: {
|
|
16194
16198
|
name: string;
|
|
16195
16199
|
id: string;
|
|
@@ -16288,8 +16292,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16288
16292
|
updatedAt: Date;
|
|
16289
16293
|
origin: string[];
|
|
16290
16294
|
planId: string | null;
|
|
16295
|
+
stripeSubId: string | null;
|
|
16291
16296
|
lastMetricsReset: Date;
|
|
16292
16297
|
quotasId: string;
|
|
16298
|
+
billingProfileStripeCustomerId: string | null;
|
|
16293
16299
|
plan: {
|
|
16294
16300
|
name: string;
|
|
16295
16301
|
id: string;
|
|
@@ -16358,8 +16364,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
16358
16364
|
updatedAt: Date;
|
|
16359
16365
|
origin: string[];
|
|
16360
16366
|
planId: string | null;
|
|
16367
|
+
stripeSubId: string | null;
|
|
16361
16368
|
lastMetricsReset: Date;
|
|
16362
16369
|
quotasId: string;
|
|
16370
|
+
billingProfileStripeCustomerId: string | null;
|
|
16363
16371
|
plan: {
|
|
16364
16372
|
name: string;
|
|
16365
16373
|
id: string;
|