@secrecy/trpc-api-types 1.18.0-dev.10 → 1.18.0-dev.11
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 +18 -18
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -613,13 +613,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
613
613
|
_ctx_out: {};
|
|
614
614
|
_input_in: {
|
|
615
615
|
cloudNodeDaysForDelete?: number | null | undefined;
|
|
616
|
-
historyFileDaysForDelete?: number | null | undefined;
|
|
617
616
|
historyMaxFileCount?: number | null | undefined;
|
|
617
|
+
historyFileDaysForDelete?: number | null | undefined;
|
|
618
618
|
};
|
|
619
619
|
_input_out: {
|
|
620
620
|
cloudNodeDaysForDelete?: number | null | undefined;
|
|
621
|
-
historyFileDaysForDelete?: number | null | undefined;
|
|
622
621
|
historyMaxFileCount?: number | null | undefined;
|
|
622
|
+
historyFileDaysForDelete?: number | null | undefined;
|
|
623
623
|
};
|
|
624
624
|
_output_in: {
|
|
625
625
|
id: string;
|
|
@@ -6044,9 +6044,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6044
6044
|
action: _neondatabase_api_client.OperationAction;
|
|
6045
6045
|
failuresCount: number;
|
|
6046
6046
|
totalDurationMs: number;
|
|
6047
|
+
error?: string | undefined;
|
|
6047
6048
|
branchId?: string | undefined;
|
|
6048
6049
|
endpointId?: string | undefined;
|
|
6049
|
-
error?: string | undefined;
|
|
6050
6050
|
retryAt?: string | undefined;
|
|
6051
6051
|
};
|
|
6052
6052
|
_output_out: {
|
|
@@ -6057,9 +6057,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6057
6057
|
action: _neondatabase_api_client.OperationAction;
|
|
6058
6058
|
failuresCount: number;
|
|
6059
6059
|
totalDurationMs: number;
|
|
6060
|
+
error?: string | undefined;
|
|
6060
6061
|
branchId?: string | undefined;
|
|
6061
6062
|
endpointId?: string | undefined;
|
|
6062
|
-
error?: string | undefined;
|
|
6063
6063
|
retryAt?: string | undefined;
|
|
6064
6064
|
};
|
|
6065
6065
|
}, unknown>;
|
|
@@ -6128,9 +6128,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6128
6128
|
action: _neondatabase_api_client.OperationAction;
|
|
6129
6129
|
failuresCount: number;
|
|
6130
6130
|
totalDurationMs: number;
|
|
6131
|
+
error?: string | undefined;
|
|
6131
6132
|
branchId?: string | undefined;
|
|
6132
6133
|
endpointId?: string | undefined;
|
|
6133
|
-
error?: string | undefined;
|
|
6134
6134
|
retryAt?: string | undefined;
|
|
6135
6135
|
}[];
|
|
6136
6136
|
pagination?: {
|
|
@@ -6146,9 +6146,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6146
6146
|
action: _neondatabase_api_client.OperationAction;
|
|
6147
6147
|
failuresCount: number;
|
|
6148
6148
|
totalDurationMs: number;
|
|
6149
|
+
error?: string | undefined;
|
|
6149
6150
|
branchId?: string | undefined;
|
|
6150
6151
|
endpointId?: string | undefined;
|
|
6151
|
-
error?: string | undefined;
|
|
6152
6152
|
retryAt?: string | undefined;
|
|
6153
6153
|
}[];
|
|
6154
6154
|
pagination?: {
|
|
@@ -6278,16 +6278,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
6278
6278
|
_output_in: {
|
|
6279
6279
|
activeTimeSeconds?: number | undefined;
|
|
6280
6280
|
computeTimeSeconds?: number | undefined;
|
|
6281
|
+
writtenDataBytes?: number | undefined;
|
|
6281
6282
|
dataTransferBytes?: number | undefined;
|
|
6282
6283
|
logicalSizeBytes?: number | undefined;
|
|
6283
|
-
writtenDataBytes?: number | undefined;
|
|
6284
6284
|
};
|
|
6285
6285
|
_output_out: {
|
|
6286
6286
|
activeTimeSeconds?: number | undefined;
|
|
6287
6287
|
computeTimeSeconds?: number | undefined;
|
|
6288
|
+
writtenDataBytes?: number | undefined;
|
|
6288
6289
|
dataTransferBytes?: number | undefined;
|
|
6289
6290
|
logicalSizeBytes?: number | undefined;
|
|
6290
|
-
writtenDataBytes?: number | undefined;
|
|
6291
6291
|
};
|
|
6292
6292
|
}, unknown>;
|
|
6293
6293
|
}>;
|
|
@@ -11001,18 +11001,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11001
11001
|
state: string;
|
|
11002
11002
|
collectionMethod: string;
|
|
11003
11003
|
plan?: string | null | undefined;
|
|
11004
|
-
|
|
11004
|
+
createdAt?: Date | null | undefined;
|
|
11005
|
+
updatedAt?: Date | null | undefined;
|
|
11005
11006
|
total?: number | null | undefined;
|
|
11007
|
+
planCode?: string | null | undefined;
|
|
11006
11008
|
activatedAt?: Date | null | undefined;
|
|
11007
11009
|
currentPeriodEndsAt?: Date | null | undefined;
|
|
11008
11010
|
currentPeriodStartedAt?: Date | null | undefined;
|
|
11009
11011
|
canceledAt?: Date | null | undefined;
|
|
11010
|
-
createdAt?: Date | null | undefined;
|
|
11011
11012
|
expiresAt?: Date | null | undefined;
|
|
11012
11013
|
pausedAt?: Date | null | undefined;
|
|
11013
11014
|
trialEndsAt?: Date | null | undefined;
|
|
11014
11015
|
trialStartedAt?: Date | null | undefined;
|
|
11015
|
-
updatedAt?: Date | null | undefined;
|
|
11016
11016
|
};
|
|
11017
11017
|
} | null;
|
|
11018
11018
|
_output_out: {
|
|
@@ -11031,18 +11031,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11031
11031
|
state: string;
|
|
11032
11032
|
collectionMethod: string;
|
|
11033
11033
|
plan?: string | null | undefined;
|
|
11034
|
-
|
|
11034
|
+
createdAt?: Date | null | undefined;
|
|
11035
|
+
updatedAt?: Date | null | undefined;
|
|
11035
11036
|
total?: number | null | undefined;
|
|
11037
|
+
planCode?: string | null | undefined;
|
|
11036
11038
|
activatedAt?: Date | null | undefined;
|
|
11037
11039
|
currentPeriodEndsAt?: Date | null | undefined;
|
|
11038
11040
|
currentPeriodStartedAt?: Date | null | undefined;
|
|
11039
11041
|
canceledAt?: Date | null | undefined;
|
|
11040
|
-
createdAt?: Date | null | undefined;
|
|
11041
11042
|
expiresAt?: Date | null | undefined;
|
|
11042
11043
|
pausedAt?: Date | null | undefined;
|
|
11043
11044
|
trialEndsAt?: Date | null | undefined;
|
|
11044
11045
|
trialStartedAt?: Date | null | undefined;
|
|
11045
|
-
updatedAt?: Date | null | undefined;
|
|
11046
11046
|
};
|
|
11047
11047
|
} | null;
|
|
11048
11048
|
}, unknown>;
|
|
@@ -12688,16 +12688,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
12688
12688
|
_meta: object;
|
|
12689
12689
|
_ctx_out: {};
|
|
12690
12690
|
_input_in: {
|
|
12691
|
-
firstname?: string | null | undefined;
|
|
12692
12691
|
lastname?: string | null | undefined;
|
|
12693
|
-
|
|
12692
|
+
firstname?: string | null | undefined;
|
|
12694
12693
|
isSearchable?: boolean | undefined;
|
|
12694
|
+
lang?: "fr" | "en" | null | undefined;
|
|
12695
12695
|
};
|
|
12696
12696
|
_input_out: {
|
|
12697
|
-
firstname?: string | null | undefined;
|
|
12698
12697
|
lastname?: string | null | undefined;
|
|
12699
|
-
|
|
12698
|
+
firstname?: string | null | undefined;
|
|
12700
12699
|
isSearchable?: boolean | undefined;
|
|
12700
|
+
lang?: "fr" | "en" | null | undefined;
|
|
12701
12701
|
};
|
|
12702
12702
|
_output_in: {
|
|
12703
12703
|
id: string;
|