@secrecy/trpc-api-types 1.27.0-dev.10 → 1.27.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 +25 -25
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3786,7 +3786,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3786
3786
|
totalSize: bigint;
|
|
3787
3787
|
})[];
|
|
3788
3788
|
}, unknown>;
|
|
3789
|
-
|
|
3789
|
+
dataSharedWithMe: _trpc_server.BuildProcedure<"query", {
|
|
3790
3790
|
_config: _trpc_server.RootConfig<{
|
|
3791
3791
|
ctx: {
|
|
3792
3792
|
req: {
|
|
@@ -8948,10 +8948,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
8948
8948
|
regionId: string;
|
|
8949
8949
|
storePasswords: boolean;
|
|
8950
8950
|
settings?: {
|
|
8951
|
-
allowedIps?: {
|
|
8952
|
-
ips?: string[] | undefined;
|
|
8953
|
-
primaryBranchOnly?: boolean | undefined;
|
|
8954
|
-
} | undefined;
|
|
8955
8951
|
quota?: {
|
|
8956
8952
|
activeTimeSeconds?: number | undefined;
|
|
8957
8953
|
computeTimeSeconds?: number | undefined;
|
|
@@ -8959,6 +8955,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
8959
8955
|
dataTransferBytes?: number | undefined;
|
|
8960
8956
|
logicalSizeBytes?: number | undefined;
|
|
8961
8957
|
} | undefined;
|
|
8958
|
+
allowedIps?: {
|
|
8959
|
+
ips?: string[] | undefined;
|
|
8960
|
+
primaryBranchOnly?: boolean | undefined;
|
|
8961
|
+
} | undefined;
|
|
8962
8962
|
enableLogicalReplication?: boolean | undefined;
|
|
8963
8963
|
} | undefined;
|
|
8964
8964
|
owner?: {
|
|
@@ -9002,10 +9002,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9002
9002
|
regionId: string;
|
|
9003
9003
|
storePasswords: boolean;
|
|
9004
9004
|
settings?: {
|
|
9005
|
-
allowedIps?: {
|
|
9006
|
-
ips?: string[] | undefined;
|
|
9007
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9008
|
-
} | undefined;
|
|
9009
9005
|
quota?: {
|
|
9010
9006
|
activeTimeSeconds?: number | undefined;
|
|
9011
9007
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9013,6 +9009,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9013
9009
|
dataTransferBytes?: number | undefined;
|
|
9014
9010
|
logicalSizeBytes?: number | undefined;
|
|
9015
9011
|
} | undefined;
|
|
9012
|
+
allowedIps?: {
|
|
9013
|
+
ips?: string[] | undefined;
|
|
9014
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9015
|
+
} | undefined;
|
|
9016
9016
|
enableLogicalReplication?: boolean | undefined;
|
|
9017
9017
|
} | undefined;
|
|
9018
9018
|
owner?: {
|
|
@@ -9171,10 +9171,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9171
9171
|
appId?: string | undefined;
|
|
9172
9172
|
} & {
|
|
9173
9173
|
settings: {
|
|
9174
|
-
allowedIps: {
|
|
9175
|
-
ips?: string[] | undefined;
|
|
9176
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9177
|
-
};
|
|
9178
9174
|
quota: {
|
|
9179
9175
|
activeTimeSeconds?: number | undefined;
|
|
9180
9176
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9182,6 +9178,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9182
9178
|
dataTransferBytes?: number | undefined;
|
|
9183
9179
|
logicalSizeBytes?: number | undefined;
|
|
9184
9180
|
};
|
|
9181
|
+
allowedIps: {
|
|
9182
|
+
ips?: string[] | undefined;
|
|
9183
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9184
|
+
};
|
|
9185
9185
|
enableLogicalReplication: boolean;
|
|
9186
9186
|
};
|
|
9187
9187
|
defaultEndpointSettings?: {
|
|
@@ -9197,10 +9197,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9197
9197
|
appId?: string | undefined;
|
|
9198
9198
|
} & {
|
|
9199
9199
|
settings: {
|
|
9200
|
-
allowedIps: {
|
|
9201
|
-
ips?: string[] | undefined;
|
|
9202
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9203
|
-
};
|
|
9204
9200
|
quota: {
|
|
9205
9201
|
activeTimeSeconds?: number | undefined;
|
|
9206
9202
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9208,6 +9204,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9208
9204
|
dataTransferBytes?: number | undefined;
|
|
9209
9205
|
logicalSizeBytes?: number | undefined;
|
|
9210
9206
|
};
|
|
9207
|
+
allowedIps: {
|
|
9208
|
+
ips?: string[] | undefined;
|
|
9209
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9210
|
+
};
|
|
9211
9211
|
enableLogicalReplication: boolean;
|
|
9212
9212
|
};
|
|
9213
9213
|
defaultEndpointSettings?: {
|
|
@@ -9244,10 +9244,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9244
9244
|
regionId: string;
|
|
9245
9245
|
storePasswords: boolean;
|
|
9246
9246
|
settings?: {
|
|
9247
|
-
allowedIps?: {
|
|
9248
|
-
ips?: string[] | undefined;
|
|
9249
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9250
|
-
} | undefined;
|
|
9251
9247
|
quota?: {
|
|
9252
9248
|
activeTimeSeconds?: number | undefined;
|
|
9253
9249
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9255,6 +9251,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9255
9251
|
dataTransferBytes?: number | undefined;
|
|
9256
9252
|
logicalSizeBytes?: number | undefined;
|
|
9257
9253
|
} | undefined;
|
|
9254
|
+
allowedIps?: {
|
|
9255
|
+
ips?: string[] | undefined;
|
|
9256
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9257
|
+
} | undefined;
|
|
9258
9258
|
enableLogicalReplication?: boolean | undefined;
|
|
9259
9259
|
} | undefined;
|
|
9260
9260
|
owner?: {
|
|
@@ -9298,10 +9298,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9298
9298
|
regionId: string;
|
|
9299
9299
|
storePasswords: boolean;
|
|
9300
9300
|
settings?: {
|
|
9301
|
-
allowedIps?: {
|
|
9302
|
-
ips?: string[] | undefined;
|
|
9303
|
-
primaryBranchOnly?: boolean | undefined;
|
|
9304
|
-
} | undefined;
|
|
9305
9301
|
quota?: {
|
|
9306
9302
|
activeTimeSeconds?: number | undefined;
|
|
9307
9303
|
computeTimeSeconds?: number | undefined;
|
|
@@ -9309,6 +9305,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9309
9305
|
dataTransferBytes?: number | undefined;
|
|
9310
9306
|
logicalSizeBytes?: number | undefined;
|
|
9311
9307
|
} | undefined;
|
|
9308
|
+
allowedIps?: {
|
|
9309
|
+
ips?: string[] | undefined;
|
|
9310
|
+
primaryBranchOnly?: boolean | undefined;
|
|
9311
|
+
} | undefined;
|
|
9312
9312
|
enableLogicalReplication?: boolean | undefined;
|
|
9313
9313
|
} | undefined;
|
|
9314
9314
|
owner?: {
|