@metorial-services/shuttle-client 1.0.2 → 1.0.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.
|
@@ -817,7 +817,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
817
817
|
status: import("../../../service/prisma/generated/enums").ServerDeploymentStatus;
|
|
818
818
|
serverId: string;
|
|
819
819
|
tenantId: string | null;
|
|
820
|
-
|
|
820
|
+
serverVersionId: string | null;
|
|
821
821
|
createdAt: Date;
|
|
822
822
|
updatedAt: Date;
|
|
823
823
|
startedAt: Date | null;
|
|
@@ -871,7 +871,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
871
871
|
status: import("../../../service/prisma/generated/enums").ServerDeploymentStatus;
|
|
872
872
|
serverId: string;
|
|
873
873
|
tenantId: string | null;
|
|
874
|
-
|
|
874
|
+
serverVersionId: string | null;
|
|
875
875
|
createdAt: Date;
|
|
876
876
|
updatedAt: Date;
|
|
877
877
|
startedAt: Date | null;
|
|
@@ -1485,6 +1485,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
1485
1485
|
remoteProtocol: import("../../../service/prisma/generated/enums").ServerRemoteProtocol | null;
|
|
1486
1486
|
serverId: string;
|
|
1487
1487
|
tenantId: string | undefined;
|
|
1488
|
+
deploymentId: string;
|
|
1488
1489
|
createdAt: Date;
|
|
1489
1490
|
updatedAt: Date;
|
|
1490
1491
|
}[];
|
|
@@ -1589,6 +1590,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
1589
1590
|
remoteProtocol: import("../../../service/prisma/generated/enums").ServerRemoteProtocol | null;
|
|
1590
1591
|
serverId: string;
|
|
1591
1592
|
tenantId: string | undefined;
|
|
1593
|
+
deploymentId: string;
|
|
1592
1594
|
createdAt: Date;
|
|
1593
1595
|
updatedAt: Date;
|
|
1594
1596
|
}, {
|
|
@@ -1728,6 +1730,18 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
1728
1730
|
remoteOauthConfigOid: bigint | null;
|
|
1729
1731
|
delegatedOauthConfigOid: bigint | null;
|
|
1730
1732
|
};
|
|
1733
|
+
deployment: {
|
|
1734
|
+
oid: bigint;
|
|
1735
|
+
id: string;
|
|
1736
|
+
createdAt: Date;
|
|
1737
|
+
tenantOid: bigint | null;
|
|
1738
|
+
updatedAt: Date;
|
|
1739
|
+
serverOid: bigint;
|
|
1740
|
+
functionServerOid: bigint | null;
|
|
1741
|
+
status: import("../../../service/prisma/generated/enums").ServerDeploymentStatus;
|
|
1742
|
+
startedAt: Date | null;
|
|
1743
|
+
endedAt: Date | null;
|
|
1744
|
+
};
|
|
1731
1745
|
} & {
|
|
1732
1746
|
identifier: string;
|
|
1733
1747
|
oid: bigint;
|
|
@@ -2177,7 +2191,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
2177
2191
|
status: import("../../../service/prisma/generated/enums").ServerDeploymentStatus;
|
|
2178
2192
|
serverId: string;
|
|
2179
2193
|
tenantId: string | null;
|
|
2180
|
-
|
|
2194
|
+
serverVersionId: string | null;
|
|
2181
2195
|
createdAt: Date;
|
|
2182
2196
|
updatedAt: Date;
|
|
2183
2197
|
startedAt: Date | null;
|
|
@@ -2206,7 +2220,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
2206
2220
|
status: import("../../../service/prisma/generated/enums").ServerDeploymentStatus;
|
|
2207
2221
|
serverId: string;
|
|
2208
2222
|
tenantId: string | null;
|
|
2209
|
-
|
|
2223
|
+
serverVersionId: string | null;
|
|
2210
2224
|
createdAt: Date;
|
|
2211
2225
|
updatedAt: Date;
|
|
2212
2226
|
startedAt: Date | null;
|
|
@@ -2247,6 +2261,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
2247
2261
|
remoteOauthConfigOid: bigint | null;
|
|
2248
2262
|
delegatedOauthConfigOid: bigint | null;
|
|
2249
2263
|
};
|
|
2264
|
+
serverVersion: never;
|
|
2250
2265
|
functionServer: {
|
|
2251
2266
|
oid: bigint;
|
|
2252
2267
|
id: string;
|
|
@@ -2345,6 +2360,7 @@ export declare let createShuttleClient: (o: ClientOpts) => import("@lowerdeck/rp
|
|
|
2345
2360
|
remoteOauthConfigOid: bigint | null;
|
|
2346
2361
|
delegatedOauthConfigOid: bigint | null;
|
|
2347
2362
|
};
|
|
2363
|
+
serverVersion: never;
|
|
2348
2364
|
functionServer: {
|
|
2349
2365
|
oid: bigint;
|
|
2350
2366
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../../src/controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAG7E,eAAO,IAAI,mBAAmB,GAAI,GAAG,UAAU
|
|
1
|
+
{"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../../../src/controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAG7E,eAAO,IAAI,mBAAmB,GAAI,GAAG,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmC,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1060,7 +1060,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
1060
1060
|
status: ServerDeploymentStatus;
|
|
1061
1061
|
serverId: string;
|
|
1062
1062
|
tenantId: string | null;
|
|
1063
|
-
|
|
1063
|
+
serverVersionId: string | null;
|
|
1064
1064
|
createdAt: Date;
|
|
1065
1065
|
updatedAt: Date;
|
|
1066
1066
|
startedAt: Date | null;
|
|
@@ -1114,7 +1114,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
1114
1114
|
status: ServerDeploymentStatus;
|
|
1115
1115
|
serverId: string;
|
|
1116
1116
|
tenantId: string | null;
|
|
1117
|
-
|
|
1117
|
+
serverVersionId: string | null;
|
|
1118
1118
|
createdAt: Date;
|
|
1119
1119
|
updatedAt: Date;
|
|
1120
1120
|
startedAt: Date | null;
|
|
@@ -1728,6 +1728,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
1728
1728
|
remoteProtocol: ServerRemoteProtocol | null;
|
|
1729
1729
|
serverId: string;
|
|
1730
1730
|
tenantId: string | undefined;
|
|
1731
|
+
deploymentId: string;
|
|
1731
1732
|
createdAt: Date;
|
|
1732
1733
|
updatedAt: Date;
|
|
1733
1734
|
}[];
|
|
@@ -1832,6 +1833,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
1832
1833
|
remoteProtocol: ServerRemoteProtocol | null;
|
|
1833
1834
|
serverId: string;
|
|
1834
1835
|
tenantId: string | undefined;
|
|
1836
|
+
deploymentId: string;
|
|
1835
1837
|
createdAt: Date;
|
|
1836
1838
|
updatedAt: Date;
|
|
1837
1839
|
}, {
|
|
@@ -1971,6 +1973,18 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
1971
1973
|
digest: string;
|
|
1972
1974
|
repositoryOid: bigint;
|
|
1973
1975
|
}) | null;
|
|
1976
|
+
deployment: {
|
|
1977
|
+
oid: bigint;
|
|
1978
|
+
id: string;
|
|
1979
|
+
serverOid: bigint;
|
|
1980
|
+
createdAt: Date;
|
|
1981
|
+
tenantOid: bigint | null;
|
|
1982
|
+
updatedAt: Date;
|
|
1983
|
+
functionServerOid: bigint | null;
|
|
1984
|
+
status: ServerDeploymentStatus;
|
|
1985
|
+
startedAt: Date | null;
|
|
1986
|
+
endedAt: Date | null;
|
|
1987
|
+
};
|
|
1974
1988
|
} & {
|
|
1975
1989
|
oid: bigint;
|
|
1976
1990
|
id: string;
|
|
@@ -2420,7 +2434,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2420
2434
|
status: ServerDeploymentStatus;
|
|
2421
2435
|
serverId: string;
|
|
2422
2436
|
tenantId: string | null;
|
|
2423
|
-
|
|
2437
|
+
serverVersionId: string | null;
|
|
2424
2438
|
createdAt: Date;
|
|
2425
2439
|
updatedAt: Date;
|
|
2426
2440
|
startedAt: Date | null;
|
|
@@ -2449,7 +2463,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2449
2463
|
status: ServerDeploymentStatus;
|
|
2450
2464
|
serverId: string;
|
|
2451
2465
|
tenantId: string | null;
|
|
2452
|
-
|
|
2466
|
+
serverVersionId: string | null;
|
|
2453
2467
|
createdAt: Date;
|
|
2454
2468
|
updatedAt: Date;
|
|
2455
2469
|
startedAt: Date | null;
|
|
@@ -2490,6 +2504,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2490
2504
|
identifier: string;
|
|
2491
2505
|
functionBayTenantId: string | null;
|
|
2492
2506
|
} | null;
|
|
2507
|
+
serverVersion: never;
|
|
2493
2508
|
functionServer: {
|
|
2494
2509
|
oid: bigint;
|
|
2495
2510
|
id: string;
|
|
@@ -2503,11 +2518,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2503
2518
|
errorMessage: string | null;
|
|
2504
2519
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
2505
2520
|
supportsOauthTokenRefresh: boolean;
|
|
2521
|
+
info: PrismaJson.FunctionServerInfo;
|
|
2506
2522
|
functionBayFunctionId: string;
|
|
2507
2523
|
functionBayDeploymentId: string;
|
|
2508
2524
|
functionBayVersionId: string | null;
|
|
2509
2525
|
supportsOAuth: boolean;
|
|
2510
|
-
info: PrismaJson.FunctionServerInfo;
|
|
2511
2526
|
providerOid: bigint;
|
|
2512
2527
|
} | null;
|
|
2513
2528
|
} & {
|
|
@@ -2588,6 +2603,7 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2588
2603
|
identifier: string;
|
|
2589
2604
|
functionBayTenantId: string | null;
|
|
2590
2605
|
} | null;
|
|
2606
|
+
serverVersion: never;
|
|
2591
2607
|
functionServer: {
|
|
2592
2608
|
oid: bigint;
|
|
2593
2609
|
id: string;
|
|
@@ -2601,11 +2617,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
2601
2617
|
errorMessage: string | null;
|
|
2602
2618
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
2603
2619
|
supportsOauthTokenRefresh: boolean;
|
|
2620
|
+
info: PrismaJson.FunctionServerInfo;
|
|
2604
2621
|
functionBayFunctionId: string;
|
|
2605
2622
|
functionBayDeploymentId: string;
|
|
2606
2623
|
functionBayVersionId: string | null;
|
|
2607
2624
|
supportsOAuth: boolean;
|
|
2608
|
-
info: PrismaJson.FunctionServerInfo;
|
|
2609
2625
|
providerOid: bigint;
|
|
2610
2626
|
} | null;
|
|
2611
2627
|
} & {
|
|
@@ -3444,11 +3460,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
3444
3460
|
errorMessage: string | null;
|
|
3445
3461
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
3446
3462
|
supportsOauthTokenRefresh: boolean;
|
|
3463
|
+
info: PrismaJson.FunctionServerInfo;
|
|
3447
3464
|
functionBayFunctionId: string;
|
|
3448
3465
|
functionBayDeploymentId: string;
|
|
3449
3466
|
functionBayVersionId: string | null;
|
|
3450
3467
|
supportsOAuth: boolean;
|
|
3451
|
-
info: PrismaJson.FunctionServerInfo;
|
|
3452
3468
|
providerOid: bigint;
|
|
3453
3469
|
};
|
|
3454
3470
|
} & {
|
|
@@ -3747,11 +3763,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
3747
3763
|
errorMessage: string | null;
|
|
3748
3764
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
3749
3765
|
supportsOauthTokenRefresh: boolean;
|
|
3766
|
+
info: PrismaJson.FunctionServerInfo;
|
|
3750
3767
|
functionBayFunctionId: string;
|
|
3751
3768
|
functionBayDeploymentId: string;
|
|
3752
3769
|
functionBayVersionId: string | null;
|
|
3753
3770
|
supportsOAuth: boolean;
|
|
3754
|
-
info: PrismaJson.FunctionServerInfo;
|
|
3755
3771
|
providerOid: bigint;
|
|
3756
3772
|
};
|
|
3757
3773
|
} & {
|
|
@@ -4412,11 +4428,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
4412
4428
|
errorMessage: string | null;
|
|
4413
4429
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
4414
4430
|
supportsOauthTokenRefresh: boolean;
|
|
4431
|
+
info: PrismaJson.FunctionServerInfo;
|
|
4415
4432
|
functionBayFunctionId: string;
|
|
4416
4433
|
functionBayDeploymentId: string;
|
|
4417
4434
|
functionBayVersionId: string | null;
|
|
4418
4435
|
supportsOAuth: boolean;
|
|
4419
|
-
info: PrismaJson.FunctionServerInfo;
|
|
4420
4436
|
providerOid: bigint;
|
|
4421
4437
|
};
|
|
4422
4438
|
} & {
|
|
@@ -4879,11 +4895,11 @@ export declare let createShuttleClient: (o: ClientOpts) => InferClient<{
|
|
|
4879
4895
|
errorMessage: string | null;
|
|
4880
4896
|
authConfigSchema: PrismaJson.FunctionServerAuthConfigSchema;
|
|
4881
4897
|
supportsOauthTokenRefresh: boolean;
|
|
4898
|
+
info: PrismaJson.FunctionServerInfo;
|
|
4882
4899
|
functionBayFunctionId: string;
|
|
4883
4900
|
functionBayDeploymentId: string;
|
|
4884
4901
|
functionBayVersionId: string | null;
|
|
4885
4902
|
supportsOAuth: boolean;
|
|
4886
|
-
info: PrismaJson.FunctionServerInfo;
|
|
4887
4903
|
providerOid: bigint;
|
|
4888
4904
|
};
|
|
4889
4905
|
} & {
|