@metorial-services/subspace-client 1.0.1 → 1.0.2
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 +2117 -257
- package/dist/index.d.ts +2117 -257
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _metorial_services_origin_client from '@metorial-services/origin-client';
|
|
1
2
|
import * as _metorial_services_shuttle_client from '@metorial-services/shuttle-client';
|
|
2
3
|
import * as _metorial_services_function_bay_client from '@metorial-services/function-bay-client';
|
|
3
4
|
import * as _metorial_subspace_db from '@metorial-subspace/db';
|
|
@@ -37,6 +38,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
37
38
|
slateTenantIdentifier: string | null;
|
|
38
39
|
shuttleTenantId: string | null;
|
|
39
40
|
shuttleTenantIdentifier: string | null;
|
|
41
|
+
originTenantId: string | null;
|
|
42
|
+
originTenantIdentifier: string | null;
|
|
40
43
|
logRetentionInDays: number;
|
|
41
44
|
};
|
|
42
45
|
}>;
|
|
@@ -68,6 +71,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
68
71
|
slateTenantIdentifier: string | null;
|
|
69
72
|
shuttleTenantId: string | null;
|
|
70
73
|
shuttleTenantIdentifier: string | null;
|
|
74
|
+
originTenantId: string | null;
|
|
75
|
+
originTenantIdentifier: string | null;
|
|
71
76
|
logRetentionInDays: number;
|
|
72
77
|
};
|
|
73
78
|
environment: {} & {
|
|
@@ -115,6 +120,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
115
120
|
slateTenantIdentifier: string | null;
|
|
116
121
|
shuttleTenantId: string | null;
|
|
117
122
|
shuttleTenantIdentifier: string | null;
|
|
123
|
+
originTenantId: string | null;
|
|
124
|
+
originTenantIdentifier: string | null;
|
|
118
125
|
logRetentionInDays: number;
|
|
119
126
|
};
|
|
120
127
|
}>;
|
|
@@ -148,6 +155,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
148
155
|
slateTenantIdentifier: string | null;
|
|
149
156
|
shuttleTenantId: string | null;
|
|
150
157
|
shuttleTenantIdentifier: string | null;
|
|
158
|
+
originTenantId: string | null;
|
|
159
|
+
originTenantIdentifier: string | null;
|
|
151
160
|
logRetentionInDays: number;
|
|
152
161
|
};
|
|
153
162
|
actor: {} & {
|
|
@@ -245,6 +254,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
245
254
|
slateTenantIdentifier: string | null;
|
|
246
255
|
shuttleTenantId: string | null;
|
|
247
256
|
shuttleTenantIdentifier: string | null;
|
|
257
|
+
originTenantId: string | null;
|
|
258
|
+
originTenantIdentifier: string | null;
|
|
248
259
|
logRetentionInDays: number;
|
|
249
260
|
} & {
|
|
250
261
|
environments: {
|
|
@@ -317,6 +328,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
317
328
|
slateTenantIdentifier: string | null;
|
|
318
329
|
shuttleTenantId: string | null;
|
|
319
330
|
shuttleTenantIdentifier: string | null;
|
|
331
|
+
originTenantId: string | null;
|
|
332
|
+
originTenantIdentifier: string | null;
|
|
320
333
|
logRetentionInDays: number;
|
|
321
334
|
} & {
|
|
322
335
|
environments: {
|
|
@@ -372,6 +385,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
372
385
|
slateTenantIdentifier: string | null;
|
|
373
386
|
shuttleTenantId: string | null;
|
|
374
387
|
shuttleTenantIdentifier: string | null;
|
|
388
|
+
originTenantId: string | null;
|
|
389
|
+
originTenantIdentifier: string | null;
|
|
375
390
|
logRetentionInDays: number;
|
|
376
391
|
} & {
|
|
377
392
|
environments: {
|
|
@@ -578,6 +593,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
578
593
|
slateTenantIdentifier: string | null;
|
|
579
594
|
shuttleTenantId: string | null;
|
|
580
595
|
shuttleTenantIdentifier: string | null;
|
|
596
|
+
originTenantId: string | null;
|
|
597
|
+
originTenantIdentifier: string | null;
|
|
581
598
|
logRetentionInDays: number;
|
|
582
599
|
} & {
|
|
583
600
|
environments: {
|
|
@@ -754,6 +771,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
754
771
|
slateTenantIdentifier: string | null;
|
|
755
772
|
shuttleTenantId: string | null;
|
|
756
773
|
shuttleTenantIdentifier: string | null;
|
|
774
|
+
originTenantId: string | null;
|
|
775
|
+
originTenantIdentifier: string | null;
|
|
757
776
|
logRetentionInDays: number;
|
|
758
777
|
} & {
|
|
759
778
|
environments: {
|
|
@@ -820,6 +839,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
820
839
|
slateTenantIdentifier: string | null;
|
|
821
840
|
shuttleTenantId: string | null;
|
|
822
841
|
shuttleTenantIdentifier: string | null;
|
|
842
|
+
originTenantId: string | null;
|
|
843
|
+
originTenantIdentifier: string | null;
|
|
823
844
|
logRetentionInDays: number;
|
|
824
845
|
} | null;
|
|
825
846
|
defaultVariant: ({
|
|
@@ -1113,6 +1134,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1113
1134
|
slateTenantIdentifier: string | null;
|
|
1114
1135
|
shuttleTenantId: string | null;
|
|
1115
1136
|
shuttleTenantIdentifier: string | null;
|
|
1137
|
+
originTenantId: string | null;
|
|
1138
|
+
originTenantIdentifier: string | null;
|
|
1116
1139
|
logRetentionInDays: number;
|
|
1117
1140
|
} & {
|
|
1118
1141
|
environments: {
|
|
@@ -1179,6 +1202,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1179
1202
|
slateTenantIdentifier: string | null;
|
|
1180
1203
|
shuttleTenantId: string | null;
|
|
1181
1204
|
shuttleTenantIdentifier: string | null;
|
|
1205
|
+
originTenantId: string | null;
|
|
1206
|
+
originTenantIdentifier: string | null;
|
|
1182
1207
|
logRetentionInDays: number;
|
|
1183
1208
|
} | null;
|
|
1184
1209
|
defaultVariant: ({
|
|
@@ -1409,6 +1434,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1409
1434
|
slateTenantIdentifier: string | null;
|
|
1410
1435
|
shuttleTenantId: string | null;
|
|
1411
1436
|
shuttleTenantIdentifier: string | null;
|
|
1437
|
+
originTenantId: string | null;
|
|
1438
|
+
originTenantIdentifier: string | null;
|
|
1412
1439
|
logRetentionInDays: number;
|
|
1413
1440
|
} & {
|
|
1414
1441
|
environments: {
|
|
@@ -1504,6 +1531,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1504
1531
|
slateTenantIdentifier: string | null;
|
|
1505
1532
|
shuttleTenantId: string | null;
|
|
1506
1533
|
shuttleTenantIdentifier: string | null;
|
|
1534
|
+
originTenantId: string | null;
|
|
1535
|
+
originTenantIdentifier: string | null;
|
|
1507
1536
|
logRetentionInDays: number;
|
|
1508
1537
|
} & {
|
|
1509
1538
|
environments: {
|
|
@@ -1600,6 +1629,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1600
1629
|
solutionOid: number;
|
|
1601
1630
|
currentVersionOid: bigint | null;
|
|
1602
1631
|
environmentOid: bigint;
|
|
1632
|
+
networkingRulesetIds: string[];
|
|
1603
1633
|
providerVariantOid: bigint;
|
|
1604
1634
|
defaultConfigOid: bigint | null;
|
|
1605
1635
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -1731,6 +1761,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1731
1761
|
slateTenantIdentifier: string | null;
|
|
1732
1762
|
shuttleTenantId: string | null;
|
|
1733
1763
|
shuttleTenantIdentifier: string | null;
|
|
1764
|
+
originTenantId: string | null;
|
|
1765
|
+
originTenantIdentifier: string | null;
|
|
1734
1766
|
logRetentionInDays: number;
|
|
1735
1767
|
} & {
|
|
1736
1768
|
environments: {
|
|
@@ -1831,6 +1863,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1831
1863
|
slateTenantIdentifier: string | null;
|
|
1832
1864
|
shuttleTenantId: string | null;
|
|
1833
1865
|
shuttleTenantIdentifier: string | null;
|
|
1866
|
+
originTenantId: string | null;
|
|
1867
|
+
originTenantIdentifier: string | null;
|
|
1834
1868
|
logRetentionInDays: number;
|
|
1835
1869
|
} & {
|
|
1836
1870
|
environments: {
|
|
@@ -1927,6 +1961,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1927
1961
|
solutionOid: number;
|
|
1928
1962
|
currentVersionOid: bigint | null;
|
|
1929
1963
|
environmentOid: bigint;
|
|
1964
|
+
networkingRulesetIds: string[];
|
|
1930
1965
|
providerVariantOid: bigint;
|
|
1931
1966
|
defaultConfigOid: bigint | null;
|
|
1932
1967
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -2033,6 +2068,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2033
2068
|
slateTenantIdentifier: string | null;
|
|
2034
2069
|
shuttleTenantId: string | null;
|
|
2035
2070
|
shuttleTenantIdentifier: string | null;
|
|
2071
|
+
originTenantId: string | null;
|
|
2072
|
+
originTenantIdentifier: string | null;
|
|
2036
2073
|
logRetentionInDays: number;
|
|
2037
2074
|
} & {
|
|
2038
2075
|
environments: {
|
|
@@ -2091,6 +2128,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2091
2128
|
slateTenantIdentifier: string | null;
|
|
2092
2129
|
shuttleTenantId: string | null;
|
|
2093
2130
|
shuttleTenantIdentifier: string | null;
|
|
2131
|
+
originTenantId: string | null;
|
|
2132
|
+
originTenantIdentifier: string | null;
|
|
2094
2133
|
logRetentionInDays: number;
|
|
2095
2134
|
} & {
|
|
2096
2135
|
environments: {
|
|
@@ -2201,6 +2240,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2201
2240
|
slateTenantIdentifier: string | null;
|
|
2202
2241
|
shuttleTenantId: string | null;
|
|
2203
2242
|
shuttleTenantIdentifier: string | null;
|
|
2243
|
+
originTenantId: string | null;
|
|
2244
|
+
originTenantIdentifier: string | null;
|
|
2204
2245
|
logRetentionInDays: number;
|
|
2205
2246
|
} & {
|
|
2206
2247
|
environments: {
|
|
@@ -2262,6 +2303,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2262
2303
|
slateTenantIdentifier: string | null;
|
|
2263
2304
|
shuttleTenantId: string | null;
|
|
2264
2305
|
shuttleTenantIdentifier: string | null;
|
|
2306
|
+
originTenantId: string | null;
|
|
2307
|
+
originTenantIdentifier: string | null;
|
|
2265
2308
|
logRetentionInDays: number;
|
|
2266
2309
|
} & {
|
|
2267
2310
|
environments: {
|
|
@@ -2435,6 +2478,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2435
2478
|
slateTenantIdentifier: string | null;
|
|
2436
2479
|
shuttleTenantId: string | null;
|
|
2437
2480
|
shuttleTenantIdentifier: string | null;
|
|
2481
|
+
originTenantId: string | null;
|
|
2482
|
+
originTenantIdentifier: string | null;
|
|
2438
2483
|
logRetentionInDays: number;
|
|
2439
2484
|
} & {
|
|
2440
2485
|
environments: {
|
|
@@ -2544,6 +2589,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2544
2589
|
slateTenantIdentifier: string | null;
|
|
2545
2590
|
shuttleTenantId: string | null;
|
|
2546
2591
|
shuttleTenantIdentifier: string | null;
|
|
2592
|
+
originTenantId: string | null;
|
|
2593
|
+
originTenantIdentifier: string | null;
|
|
2547
2594
|
logRetentionInDays: number;
|
|
2548
2595
|
} & {
|
|
2549
2596
|
environments: {
|
|
@@ -2641,6 +2688,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2641
2688
|
solutionOid: number;
|
|
2642
2689
|
currentVersionOid: bigint | null;
|
|
2643
2690
|
environmentOid: bigint;
|
|
2691
|
+
networkingRulesetIds: string[];
|
|
2644
2692
|
providerVariantOid: bigint;
|
|
2645
2693
|
defaultConfigOid: bigint | null;
|
|
2646
2694
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -2797,6 +2845,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2797
2845
|
slateTenantIdentifier: string | null;
|
|
2798
2846
|
shuttleTenantId: string | null;
|
|
2799
2847
|
shuttleTenantIdentifier: string | null;
|
|
2848
|
+
originTenantId: string | null;
|
|
2849
|
+
originTenantIdentifier: string | null;
|
|
2800
2850
|
logRetentionInDays: number;
|
|
2801
2851
|
} & {
|
|
2802
2852
|
environments: {
|
|
@@ -2928,6 +2978,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2928
2978
|
slateTenantIdentifier: string | null;
|
|
2929
2979
|
shuttleTenantId: string | null;
|
|
2930
2980
|
shuttleTenantIdentifier: string | null;
|
|
2981
|
+
originTenantId: string | null;
|
|
2982
|
+
originTenantIdentifier: string | null;
|
|
2931
2983
|
logRetentionInDays: number;
|
|
2932
2984
|
} & {
|
|
2933
2985
|
environments: {
|
|
@@ -2978,6 +3030,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2978
3030
|
slateTenantIdentifier: string | null;
|
|
2979
3031
|
shuttleTenantId: string | null;
|
|
2980
3032
|
shuttleTenantIdentifier: string | null;
|
|
3033
|
+
originTenantId: string | null;
|
|
3034
|
+
originTenantIdentifier: string | null;
|
|
2981
3035
|
logRetentionInDays: number;
|
|
2982
3036
|
} & {
|
|
2983
3037
|
environments: {
|
|
@@ -3087,6 +3141,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3087
3141
|
slateTenantIdentifier: string | null;
|
|
3088
3142
|
shuttleTenantId: string | null;
|
|
3089
3143
|
shuttleTenantIdentifier: string | null;
|
|
3144
|
+
originTenantId: string | null;
|
|
3145
|
+
originTenantIdentifier: string | null;
|
|
3090
3146
|
logRetentionInDays: number;
|
|
3091
3147
|
} & {
|
|
3092
3148
|
environments: {
|
|
@@ -3184,6 +3240,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3184
3240
|
solutionOid: number;
|
|
3185
3241
|
currentVersionOid: bigint | null;
|
|
3186
3242
|
environmentOid: bigint;
|
|
3243
|
+
networkingRulesetIds: string[];
|
|
3187
3244
|
providerVariantOid: bigint;
|
|
3188
3245
|
defaultConfigOid: bigint | null;
|
|
3189
3246
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -3345,6 +3402,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3345
3402
|
slateTenantIdentifier: string | null;
|
|
3346
3403
|
shuttleTenantId: string | null;
|
|
3347
3404
|
shuttleTenantIdentifier: string | null;
|
|
3405
|
+
originTenantId: string | null;
|
|
3406
|
+
originTenantIdentifier: string | null;
|
|
3348
3407
|
logRetentionInDays: number;
|
|
3349
3408
|
} & {
|
|
3350
3409
|
environments: {
|
|
@@ -3431,6 +3490,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3431
3490
|
slateTenantIdentifier: string | null;
|
|
3432
3491
|
shuttleTenantId: string | null;
|
|
3433
3492
|
shuttleTenantIdentifier: string | null;
|
|
3493
|
+
originTenantId: string | null;
|
|
3494
|
+
originTenantIdentifier: string | null;
|
|
3434
3495
|
logRetentionInDays: number;
|
|
3435
3496
|
} & {
|
|
3436
3497
|
environments: {
|
|
@@ -3498,6 +3559,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3498
3559
|
slateTenantIdentifier: string | null;
|
|
3499
3560
|
shuttleTenantId: string | null;
|
|
3500
3561
|
shuttleTenantIdentifier: string | null;
|
|
3562
|
+
originTenantId: string | null;
|
|
3563
|
+
originTenantIdentifier: string | null;
|
|
3501
3564
|
logRetentionInDays: number;
|
|
3502
3565
|
} & {
|
|
3503
3566
|
environments: {
|
|
@@ -3794,6 +3857,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3794
3857
|
slateTenantIdentifier: string | null;
|
|
3795
3858
|
shuttleTenantId: string | null;
|
|
3796
3859
|
shuttleTenantIdentifier: string | null;
|
|
3860
|
+
originTenantId: string | null;
|
|
3861
|
+
originTenantIdentifier: string | null;
|
|
3797
3862
|
logRetentionInDays: number;
|
|
3798
3863
|
} & {
|
|
3799
3864
|
environments: {
|
|
@@ -4000,6 +4065,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4000
4065
|
slateTenantIdentifier: string | null;
|
|
4001
4066
|
shuttleTenantId: string | null;
|
|
4002
4067
|
shuttleTenantIdentifier: string | null;
|
|
4068
|
+
originTenantId: string | null;
|
|
4069
|
+
originTenantIdentifier: string | null;
|
|
4003
4070
|
logRetentionInDays: number;
|
|
4004
4071
|
} & {
|
|
4005
4072
|
environments: {
|
|
@@ -4096,6 +4163,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4096
4163
|
solutionOid: number;
|
|
4097
4164
|
currentVersionOid: bigint | null;
|
|
4098
4165
|
environmentOid: bigint;
|
|
4166
|
+
networkingRulesetIds: string[];
|
|
4099
4167
|
providerVariantOid: bigint;
|
|
4100
4168
|
defaultConfigOid: bigint | null;
|
|
4101
4169
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -4196,6 +4264,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4196
4264
|
solutionOid: number;
|
|
4197
4265
|
currentVersionOid: bigint | null;
|
|
4198
4266
|
environmentOid: bigint;
|
|
4267
|
+
networkingRulesetIds: string[];
|
|
4199
4268
|
providerVariantOid: bigint;
|
|
4200
4269
|
defaultConfigOid: bigint | null;
|
|
4201
4270
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -4262,6 +4331,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4262
4331
|
solutionOid: number;
|
|
4263
4332
|
currentVersionOid: bigint | null;
|
|
4264
4333
|
environmentOid: bigint;
|
|
4334
|
+
networkingRulesetIds: string[];
|
|
4265
4335
|
providerVariantOid: bigint;
|
|
4266
4336
|
defaultConfigOid: bigint | null;
|
|
4267
4337
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -4300,6 +4370,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4300
4370
|
solutionOid: number;
|
|
4301
4371
|
currentVersionOid: bigint | null;
|
|
4302
4372
|
environmentOid: bigint;
|
|
4373
|
+
networkingRulesetIds: string[];
|
|
4303
4374
|
providerVariantOid: bigint;
|
|
4304
4375
|
defaultConfigOid: bigint | null;
|
|
4305
4376
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -4567,6 +4638,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4567
4638
|
slateTenantIdentifier: string | null;
|
|
4568
4639
|
shuttleTenantId: string | null;
|
|
4569
4640
|
shuttleTenantIdentifier: string | null;
|
|
4641
|
+
originTenantId: string | null;
|
|
4642
|
+
originTenantIdentifier: string | null;
|
|
4570
4643
|
logRetentionInDays: number;
|
|
4571
4644
|
} & {
|
|
4572
4645
|
environments: {
|
|
@@ -4776,6 +4849,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4776
4849
|
slateTenantIdentifier: string | null;
|
|
4777
4850
|
shuttleTenantId: string | null;
|
|
4778
4851
|
shuttleTenantIdentifier: string | null;
|
|
4852
|
+
originTenantId: string | null;
|
|
4853
|
+
originTenantIdentifier: string | null;
|
|
4779
4854
|
logRetentionInDays: number;
|
|
4780
4855
|
} & {
|
|
4781
4856
|
environments: {
|
|
@@ -4872,6 +4947,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4872
4947
|
solutionOid: number;
|
|
4873
4948
|
currentVersionOid: bigint | null;
|
|
4874
4949
|
environmentOid: bigint;
|
|
4950
|
+
networkingRulesetIds: string[];
|
|
4875
4951
|
providerVariantOid: bigint;
|
|
4876
4952
|
defaultConfigOid: bigint | null;
|
|
4877
4953
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -4972,6 +5048,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4972
5048
|
solutionOid: number;
|
|
4973
5049
|
currentVersionOid: bigint | null;
|
|
4974
5050
|
environmentOid: bigint;
|
|
5051
|
+
networkingRulesetIds: string[];
|
|
4975
5052
|
providerVariantOid: bigint;
|
|
4976
5053
|
defaultConfigOid: bigint | null;
|
|
4977
5054
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -5038,6 +5115,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5038
5115
|
solutionOid: number;
|
|
5039
5116
|
currentVersionOid: bigint | null;
|
|
5040
5117
|
environmentOid: bigint;
|
|
5118
|
+
networkingRulesetIds: string[];
|
|
5041
5119
|
providerVariantOid: bigint;
|
|
5042
5120
|
defaultConfigOid: bigint | null;
|
|
5043
5121
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -5076,6 +5154,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5076
5154
|
solutionOid: number;
|
|
5077
5155
|
currentVersionOid: bigint | null;
|
|
5078
5156
|
environmentOid: bigint;
|
|
5157
|
+
networkingRulesetIds: string[];
|
|
5079
5158
|
providerVariantOid: bigint;
|
|
5080
5159
|
defaultConfigOid: bigint | null;
|
|
5081
5160
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -5197,6 +5276,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5197
5276
|
slateTenantIdentifier: string | null;
|
|
5198
5277
|
shuttleTenantId: string | null;
|
|
5199
5278
|
shuttleTenantIdentifier: string | null;
|
|
5279
|
+
originTenantId: string | null;
|
|
5280
|
+
originTenantIdentifier: string | null;
|
|
5200
5281
|
logRetentionInDays: number;
|
|
5201
5282
|
} & {
|
|
5202
5283
|
environments: {
|
|
@@ -5250,6 +5331,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5250
5331
|
slateTenantIdentifier: string | null;
|
|
5251
5332
|
shuttleTenantId: string | null;
|
|
5252
5333
|
shuttleTenantIdentifier: string | null;
|
|
5334
|
+
originTenantId: string | null;
|
|
5335
|
+
originTenantIdentifier: string | null;
|
|
5253
5336
|
logRetentionInDays: number;
|
|
5254
5337
|
} & {
|
|
5255
5338
|
environments: {
|
|
@@ -5314,6 +5397,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5314
5397
|
slateTenantIdentifier: string | null;
|
|
5315
5398
|
shuttleTenantId: string | null;
|
|
5316
5399
|
shuttleTenantIdentifier: string | null;
|
|
5400
|
+
originTenantId: string | null;
|
|
5401
|
+
originTenantIdentifier: string | null;
|
|
5317
5402
|
logRetentionInDays: number;
|
|
5318
5403
|
} & {
|
|
5319
5404
|
environments: {
|
|
@@ -5396,6 +5481,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5396
5481
|
slateTenantIdentifier: string | null;
|
|
5397
5482
|
shuttleTenantId: string | null;
|
|
5398
5483
|
shuttleTenantIdentifier: string | null;
|
|
5484
|
+
originTenantId: string | null;
|
|
5485
|
+
originTenantIdentifier: string | null;
|
|
5399
5486
|
logRetentionInDays: number;
|
|
5400
5487
|
} & {
|
|
5401
5488
|
environments: {
|
|
@@ -5449,6 +5536,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5449
5536
|
slateTenantIdentifier: string | null;
|
|
5450
5537
|
shuttleTenantId: string | null;
|
|
5451
5538
|
shuttleTenantIdentifier: string | null;
|
|
5539
|
+
originTenantId: string | null;
|
|
5540
|
+
originTenantIdentifier: string | null;
|
|
5452
5541
|
logRetentionInDays: number;
|
|
5453
5542
|
} & {
|
|
5454
5543
|
environments: {
|
|
@@ -5513,6 +5602,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5513
5602
|
slateTenantIdentifier: string | null;
|
|
5514
5603
|
shuttleTenantId: string | null;
|
|
5515
5604
|
shuttleTenantIdentifier: string | null;
|
|
5605
|
+
originTenantId: string | null;
|
|
5606
|
+
originTenantIdentifier: string | null;
|
|
5516
5607
|
logRetentionInDays: number;
|
|
5517
5608
|
} & {
|
|
5518
5609
|
environments: {
|
|
@@ -5595,6 +5686,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5595
5686
|
slateTenantIdentifier: string | null;
|
|
5596
5687
|
shuttleTenantId: string | null;
|
|
5597
5688
|
shuttleTenantIdentifier: string | null;
|
|
5689
|
+
originTenantId: string | null;
|
|
5690
|
+
originTenantIdentifier: string | null;
|
|
5598
5691
|
logRetentionInDays: number;
|
|
5599
5692
|
} & {
|
|
5600
5693
|
environments: {
|
|
@@ -5648,6 +5741,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5648
5741
|
slateTenantIdentifier: string | null;
|
|
5649
5742
|
shuttleTenantId: string | null;
|
|
5650
5743
|
shuttleTenantIdentifier: string | null;
|
|
5744
|
+
originTenantId: string | null;
|
|
5745
|
+
originTenantIdentifier: string | null;
|
|
5651
5746
|
logRetentionInDays: number;
|
|
5652
5747
|
} & {
|
|
5653
5748
|
environments: {
|
|
@@ -5714,6 +5809,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5714
5809
|
slateTenantIdentifier: string | null;
|
|
5715
5810
|
shuttleTenantId: string | null;
|
|
5716
5811
|
shuttleTenantIdentifier: string | null;
|
|
5812
|
+
originTenantId: string | null;
|
|
5813
|
+
originTenantIdentifier: string | null;
|
|
5717
5814
|
logRetentionInDays: number;
|
|
5718
5815
|
} & {
|
|
5719
5816
|
environments: {
|
|
@@ -5769,6 +5866,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5769
5866
|
slateTenantIdentifier: string | null;
|
|
5770
5867
|
shuttleTenantId: string | null;
|
|
5771
5868
|
shuttleTenantIdentifier: string | null;
|
|
5869
|
+
originTenantId: string | null;
|
|
5870
|
+
originTenantIdentifier: string | null;
|
|
5772
5871
|
logRetentionInDays: number;
|
|
5773
5872
|
} & {
|
|
5774
5873
|
environments: {
|
|
@@ -5896,6 +5995,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5896
5995
|
slateTenantIdentifier: string | null;
|
|
5897
5996
|
shuttleTenantId: string | null;
|
|
5898
5997
|
shuttleTenantIdentifier: string | null;
|
|
5998
|
+
originTenantId: string | null;
|
|
5999
|
+
originTenantIdentifier: string | null;
|
|
5899
6000
|
logRetentionInDays: number;
|
|
5900
6001
|
} & {
|
|
5901
6002
|
environments: {
|
|
@@ -5952,6 +6053,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5952
6053
|
slateTenantIdentifier: string | null;
|
|
5953
6054
|
shuttleTenantId: string | null;
|
|
5954
6055
|
shuttleTenantIdentifier: string | null;
|
|
6056
|
+
originTenantId: string | null;
|
|
6057
|
+
originTenantIdentifier: string | null;
|
|
5955
6058
|
logRetentionInDays: number;
|
|
5956
6059
|
} & {
|
|
5957
6060
|
environments: {
|
|
@@ -6044,6 +6147,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6044
6147
|
slateTenantIdentifier: string | null;
|
|
6045
6148
|
shuttleTenantId: string | null;
|
|
6046
6149
|
shuttleTenantIdentifier: string | null;
|
|
6150
|
+
originTenantId: string | null;
|
|
6151
|
+
originTenantIdentifier: string | null;
|
|
6047
6152
|
logRetentionInDays: number;
|
|
6048
6153
|
} & {
|
|
6049
6154
|
environments: {
|
|
@@ -6103,6 +6208,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6103
6208
|
solutionOid: number;
|
|
6104
6209
|
currentVersionOid: bigint | null;
|
|
6105
6210
|
environmentOid: bigint;
|
|
6211
|
+
networkingRulesetIds: string[];
|
|
6106
6212
|
providerVariantOid: bigint;
|
|
6107
6213
|
defaultConfigOid: bigint | null;
|
|
6108
6214
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6141,6 +6247,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6141
6247
|
solutionOid: number;
|
|
6142
6248
|
currentVersionOid: bigint | null;
|
|
6143
6249
|
environmentOid: bigint;
|
|
6250
|
+
networkingRulesetIds: string[];
|
|
6144
6251
|
providerVariantOid: bigint;
|
|
6145
6252
|
defaultConfigOid: bigint | null;
|
|
6146
6253
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6265,6 +6372,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6265
6372
|
slateTenantIdentifier: string | null;
|
|
6266
6373
|
shuttleTenantId: string | null;
|
|
6267
6374
|
shuttleTenantIdentifier: string | null;
|
|
6375
|
+
originTenantId: string | null;
|
|
6376
|
+
originTenantIdentifier: string | null;
|
|
6268
6377
|
logRetentionInDays: number;
|
|
6269
6378
|
} & {
|
|
6270
6379
|
environments: {
|
|
@@ -6360,6 +6469,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6360
6469
|
slateTenantIdentifier: string | null;
|
|
6361
6470
|
shuttleTenantId: string | null;
|
|
6362
6471
|
shuttleTenantIdentifier: string | null;
|
|
6472
|
+
originTenantId: string | null;
|
|
6473
|
+
originTenantIdentifier: string | null;
|
|
6363
6474
|
logRetentionInDays: number;
|
|
6364
6475
|
} & {
|
|
6365
6476
|
environments: {
|
|
@@ -6419,6 +6530,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6419
6530
|
solutionOid: number;
|
|
6420
6531
|
currentVersionOid: bigint | null;
|
|
6421
6532
|
environmentOid: bigint;
|
|
6533
|
+
networkingRulesetIds: string[];
|
|
6422
6534
|
providerVariantOid: bigint;
|
|
6423
6535
|
defaultConfigOid: bigint | null;
|
|
6424
6536
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6457,6 +6569,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6457
6569
|
solutionOid: number;
|
|
6458
6570
|
currentVersionOid: bigint | null;
|
|
6459
6571
|
environmentOid: bigint;
|
|
6572
|
+
networkingRulesetIds: string[];
|
|
6460
6573
|
providerVariantOid: bigint;
|
|
6461
6574
|
defaultConfigOid: bigint | null;
|
|
6462
6575
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6567,6 +6680,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6567
6680
|
slateTenantIdentifier: string | null;
|
|
6568
6681
|
shuttleTenantId: string | null;
|
|
6569
6682
|
shuttleTenantIdentifier: string | null;
|
|
6683
|
+
originTenantId: string | null;
|
|
6684
|
+
originTenantIdentifier: string | null;
|
|
6570
6685
|
logRetentionInDays: number;
|
|
6571
6686
|
} & {
|
|
6572
6687
|
environments: {
|
|
@@ -6634,6 +6749,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6634
6749
|
slateTenantIdentifier: string | null;
|
|
6635
6750
|
shuttleTenantId: string | null;
|
|
6636
6751
|
shuttleTenantIdentifier: string | null;
|
|
6752
|
+
originTenantId: string | null;
|
|
6753
|
+
originTenantIdentifier: string | null;
|
|
6637
6754
|
logRetentionInDays: number;
|
|
6638
6755
|
} & {
|
|
6639
6756
|
environments: {
|
|
@@ -6693,6 +6810,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6693
6810
|
solutionOid: number;
|
|
6694
6811
|
currentVersionOid: bigint | null;
|
|
6695
6812
|
environmentOid: bigint;
|
|
6813
|
+
networkingRulesetIds: string[];
|
|
6696
6814
|
providerVariantOid: bigint;
|
|
6697
6815
|
defaultConfigOid: bigint | null;
|
|
6698
6816
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6766,6 +6884,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6766
6884
|
slateTenantIdentifier: string | null;
|
|
6767
6885
|
shuttleTenantId: string | null;
|
|
6768
6886
|
shuttleTenantIdentifier: string | null;
|
|
6887
|
+
originTenantId: string | null;
|
|
6888
|
+
originTenantIdentifier: string | null;
|
|
6769
6889
|
logRetentionInDays: number;
|
|
6770
6890
|
} & {
|
|
6771
6891
|
environments: {
|
|
@@ -6836,6 +6956,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6836
6956
|
slateTenantIdentifier: string | null;
|
|
6837
6957
|
shuttleTenantId: string | null;
|
|
6838
6958
|
shuttleTenantIdentifier: string | null;
|
|
6959
|
+
originTenantId: string | null;
|
|
6960
|
+
originTenantIdentifier: string | null;
|
|
6839
6961
|
logRetentionInDays: number;
|
|
6840
6962
|
} & {
|
|
6841
6963
|
environments: {
|
|
@@ -6895,6 +7017,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6895
7017
|
solutionOid: number;
|
|
6896
7018
|
currentVersionOid: bigint | null;
|
|
6897
7019
|
environmentOid: bigint;
|
|
7020
|
+
networkingRulesetIds: string[];
|
|
6898
7021
|
providerVariantOid: bigint;
|
|
6899
7022
|
defaultConfigOid: bigint | null;
|
|
6900
7023
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -6997,6 +7120,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6997
7120
|
slateTenantIdentifier: string | null;
|
|
6998
7121
|
shuttleTenantId: string | null;
|
|
6999
7122
|
shuttleTenantIdentifier: string | null;
|
|
7123
|
+
originTenantId: string | null;
|
|
7124
|
+
originTenantIdentifier: string | null;
|
|
7000
7125
|
logRetentionInDays: number;
|
|
7001
7126
|
} & {
|
|
7002
7127
|
environments: {
|
|
@@ -7079,6 +7204,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7079
7204
|
slateTenantIdentifier: string | null;
|
|
7080
7205
|
shuttleTenantId: string | null;
|
|
7081
7206
|
shuttleTenantIdentifier: string | null;
|
|
7207
|
+
originTenantId: string | null;
|
|
7208
|
+
originTenantIdentifier: string | null;
|
|
7082
7209
|
logRetentionInDays: number;
|
|
7083
7210
|
} & {
|
|
7084
7211
|
environments: {
|
|
@@ -7229,6 +7356,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7229
7356
|
solutionOid: number;
|
|
7230
7357
|
currentVersionOid: bigint | null;
|
|
7231
7358
|
environmentOid: bigint;
|
|
7359
|
+
networkingRulesetIds: string[];
|
|
7232
7360
|
providerVariantOid: bigint;
|
|
7233
7361
|
defaultConfigOid: bigint | null;
|
|
7234
7362
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -7243,6 +7371,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7243
7371
|
isEphemeral: boolean | undefined;
|
|
7244
7372
|
providerId: string;
|
|
7245
7373
|
lockedProviderVersionId: string | undefined;
|
|
7374
|
+
networkingRulesetIds: string[] | undefined;
|
|
7246
7375
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
7247
7376
|
type: "none";
|
|
7248
7377
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
@@ -7310,6 +7439,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7310
7439
|
slateTenantIdentifier: string | null;
|
|
7311
7440
|
shuttleTenantId: string | null;
|
|
7312
7441
|
shuttleTenantIdentifier: string | null;
|
|
7442
|
+
originTenantId: string | null;
|
|
7443
|
+
originTenantIdentifier: string | null;
|
|
7313
7444
|
logRetentionInDays: number;
|
|
7314
7445
|
} & {
|
|
7315
7446
|
environments: {
|
|
@@ -7395,6 +7526,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7395
7526
|
slateTenantIdentifier: string | null;
|
|
7396
7527
|
shuttleTenantId: string | null;
|
|
7397
7528
|
shuttleTenantIdentifier: string | null;
|
|
7529
|
+
originTenantId: string | null;
|
|
7530
|
+
originTenantIdentifier: string | null;
|
|
7398
7531
|
logRetentionInDays: number;
|
|
7399
7532
|
} & {
|
|
7400
7533
|
environments: {
|
|
@@ -7545,6 +7678,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7545
7678
|
solutionOid: number;
|
|
7546
7679
|
currentVersionOid: bigint | null;
|
|
7547
7680
|
environmentOid: bigint;
|
|
7681
|
+
networkingRulesetIds: string[];
|
|
7548
7682
|
providerVariantOid: bigint;
|
|
7549
7683
|
defaultConfigOid: bigint | null;
|
|
7550
7684
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -7780,6 +7914,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7780
7914
|
slateTenantIdentifier: string | null;
|
|
7781
7915
|
shuttleTenantId: string | null;
|
|
7782
7916
|
shuttleTenantIdentifier: string | null;
|
|
7917
|
+
originTenantId: string | null;
|
|
7918
|
+
originTenantIdentifier: string | null;
|
|
7783
7919
|
logRetentionInDays: number;
|
|
7784
7920
|
} & {
|
|
7785
7921
|
environments: {
|
|
@@ -8004,6 +8140,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8004
8140
|
slateTenantIdentifier: string | null;
|
|
8005
8141
|
shuttleTenantId: string | null;
|
|
8006
8142
|
shuttleTenantIdentifier: string | null;
|
|
8143
|
+
originTenantId: string | null;
|
|
8144
|
+
originTenantIdentifier: string | null;
|
|
8007
8145
|
logRetentionInDays: number;
|
|
8008
8146
|
} & {
|
|
8009
8147
|
environments: {
|
|
@@ -8084,6 +8222,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8084
8222
|
slateTenantIdentifier: string | null;
|
|
8085
8223
|
shuttleTenantId: string | null;
|
|
8086
8224
|
shuttleTenantIdentifier: string | null;
|
|
8225
|
+
originTenantId: string | null;
|
|
8226
|
+
originTenantIdentifier: string | null;
|
|
8087
8227
|
logRetentionInDays: number;
|
|
8088
8228
|
} | null;
|
|
8089
8229
|
defaultVariant: ({
|
|
@@ -8427,6 +8567,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8427
8567
|
slateTenantIdentifier: string | null;
|
|
8428
8568
|
shuttleTenantId: string | null;
|
|
8429
8569
|
shuttleTenantIdentifier: string | null;
|
|
8570
|
+
originTenantId: string | null;
|
|
8571
|
+
originTenantIdentifier: string | null;
|
|
8430
8572
|
logRetentionInDays: number;
|
|
8431
8573
|
} & {
|
|
8432
8574
|
environments: {
|
|
@@ -8584,6 +8726,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8584
8726
|
slateTenantIdentifier: string | null;
|
|
8585
8727
|
shuttleTenantId: string | null;
|
|
8586
8728
|
shuttleTenantIdentifier: string | null;
|
|
8729
|
+
originTenantId: string | null;
|
|
8730
|
+
originTenantIdentifier: string | null;
|
|
8587
8731
|
logRetentionInDays: number;
|
|
8588
8732
|
} & {
|
|
8589
8733
|
environments: {
|
|
@@ -8680,6 +8824,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8680
8824
|
solutionOid: number;
|
|
8681
8825
|
currentVersionOid: bigint | null;
|
|
8682
8826
|
environmentOid: bigint;
|
|
8827
|
+
networkingRulesetIds: string[];
|
|
8683
8828
|
providerVariantOid: bigint;
|
|
8684
8829
|
defaultConfigOid: bigint | null;
|
|
8685
8830
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -8722,6 +8867,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8722
8867
|
solutionOid: number;
|
|
8723
8868
|
currentVersionOid: bigint | null;
|
|
8724
8869
|
environmentOid: bigint;
|
|
8870
|
+
networkingRulesetIds: string[];
|
|
8725
8871
|
providerVariantOid: bigint;
|
|
8726
8872
|
defaultConfigOid: bigint | null;
|
|
8727
8873
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -8923,6 +9069,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8923
9069
|
slateTenantIdentifier: string | null;
|
|
8924
9070
|
shuttleTenantId: string | null;
|
|
8925
9071
|
shuttleTenantIdentifier: string | null;
|
|
9072
|
+
originTenantId: string | null;
|
|
9073
|
+
originTenantIdentifier: string | null;
|
|
8926
9074
|
logRetentionInDays: number;
|
|
8927
9075
|
} & {
|
|
8928
9076
|
environments: {
|
|
@@ -9083,6 +9231,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9083
9231
|
slateTenantIdentifier: string | null;
|
|
9084
9232
|
shuttleTenantId: string | null;
|
|
9085
9233
|
shuttleTenantIdentifier: string | null;
|
|
9234
|
+
originTenantId: string | null;
|
|
9235
|
+
originTenantIdentifier: string | null;
|
|
9086
9236
|
logRetentionInDays: number;
|
|
9087
9237
|
} & {
|
|
9088
9238
|
environments: {
|
|
@@ -9179,6 +9329,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9179
9329
|
solutionOid: number;
|
|
9180
9330
|
currentVersionOid: bigint | null;
|
|
9181
9331
|
environmentOid: bigint;
|
|
9332
|
+
networkingRulesetIds: string[];
|
|
9182
9333
|
providerVariantOid: bigint;
|
|
9183
9334
|
defaultConfigOid: bigint | null;
|
|
9184
9335
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -9221,6 +9372,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9221
9372
|
solutionOid: number;
|
|
9222
9373
|
currentVersionOid: bigint | null;
|
|
9223
9374
|
environmentOid: bigint;
|
|
9375
|
+
networkingRulesetIds: string[];
|
|
9224
9376
|
providerVariantOid: bigint;
|
|
9225
9377
|
defaultConfigOid: bigint | null;
|
|
9226
9378
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -9377,6 +9529,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9377
9529
|
slateTenantIdentifier: string | null;
|
|
9378
9530
|
shuttleTenantId: string | null;
|
|
9379
9531
|
shuttleTenantIdentifier: string | null;
|
|
9532
|
+
originTenantId: string | null;
|
|
9533
|
+
originTenantIdentifier: string | null;
|
|
9380
9534
|
logRetentionInDays: number;
|
|
9381
9535
|
} & {
|
|
9382
9536
|
environments: {
|
|
@@ -9476,6 +9630,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9476
9630
|
slateTenantIdentifier: string | null;
|
|
9477
9631
|
shuttleTenantId: string | null;
|
|
9478
9632
|
shuttleTenantIdentifier: string | null;
|
|
9633
|
+
originTenantId: string | null;
|
|
9634
|
+
originTenantIdentifier: string | null;
|
|
9479
9635
|
logRetentionInDays: number;
|
|
9480
9636
|
} & {
|
|
9481
9637
|
environments: {
|
|
@@ -9635,6 +9791,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9635
9791
|
slateTenantIdentifier: string | null;
|
|
9636
9792
|
shuttleTenantId: string | null;
|
|
9637
9793
|
shuttleTenantIdentifier: string | null;
|
|
9794
|
+
originTenantId: string | null;
|
|
9795
|
+
originTenantIdentifier: string | null;
|
|
9638
9796
|
logRetentionInDays: number;
|
|
9639
9797
|
} & {
|
|
9640
9798
|
environments: {
|
|
@@ -9700,6 +9858,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9700
9858
|
slateTenantIdentifier: string | null;
|
|
9701
9859
|
shuttleTenantId: string | null;
|
|
9702
9860
|
shuttleTenantIdentifier: string | null;
|
|
9861
|
+
originTenantId: string | null;
|
|
9862
|
+
originTenantIdentifier: string | null;
|
|
9703
9863
|
logRetentionInDays: number;
|
|
9704
9864
|
} & {
|
|
9705
9865
|
environments: {
|
|
@@ -9850,6 +10010,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9850
10010
|
slateTenantIdentifier: string | null;
|
|
9851
10011
|
shuttleTenantId: string | null;
|
|
9852
10012
|
shuttleTenantIdentifier: string | null;
|
|
10013
|
+
originTenantId: string | null;
|
|
10014
|
+
originTenantIdentifier: string | null;
|
|
9853
10015
|
logRetentionInDays: number;
|
|
9854
10016
|
} & {
|
|
9855
10017
|
environments: {
|
|
@@ -9919,6 +10081,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9919
10081
|
slateTenantIdentifier: string | null;
|
|
9920
10082
|
shuttleTenantId: string | null;
|
|
9921
10083
|
shuttleTenantIdentifier: string | null;
|
|
10084
|
+
originTenantId: string | null;
|
|
10085
|
+
originTenantIdentifier: string | null;
|
|
9922
10086
|
logRetentionInDays: number;
|
|
9923
10087
|
} & {
|
|
9924
10088
|
environments: {
|
|
@@ -10105,6 +10269,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10105
10269
|
slateTenantIdentifier: string | null;
|
|
10106
10270
|
shuttleTenantId: string | null;
|
|
10107
10271
|
shuttleTenantIdentifier: string | null;
|
|
10272
|
+
originTenantId: string | null;
|
|
10273
|
+
originTenantIdentifier: string | null;
|
|
10108
10274
|
logRetentionInDays: number;
|
|
10109
10275
|
} & {
|
|
10110
10276
|
environments: {
|
|
@@ -10162,6 +10328,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10162
10328
|
slateTenantIdentifier: string | null;
|
|
10163
10329
|
shuttleTenantId: string | null;
|
|
10164
10330
|
shuttleTenantIdentifier: string | null;
|
|
10331
|
+
originTenantId: string | null;
|
|
10332
|
+
originTenantIdentifier: string | null;
|
|
10165
10333
|
logRetentionInDays: number;
|
|
10166
10334
|
} & {
|
|
10167
10335
|
environments: {
|
|
@@ -10490,6 +10658,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10490
10658
|
slateTenantIdentifier: string | null;
|
|
10491
10659
|
shuttleTenantId: string | null;
|
|
10492
10660
|
shuttleTenantIdentifier: string | null;
|
|
10661
|
+
originTenantId: string | null;
|
|
10662
|
+
originTenantIdentifier: string | null;
|
|
10493
10663
|
logRetentionInDays: number;
|
|
10494
10664
|
} & {
|
|
10495
10665
|
environments: {
|
|
@@ -10604,6 +10774,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10604
10774
|
slateTenantIdentifier: string | null;
|
|
10605
10775
|
shuttleTenantId: string | null;
|
|
10606
10776
|
shuttleTenantIdentifier: string | null;
|
|
10777
|
+
originTenantId: string | null;
|
|
10778
|
+
originTenantIdentifier: string | null;
|
|
10607
10779
|
logRetentionInDays: number;
|
|
10608
10780
|
} & {
|
|
10609
10781
|
environments: {
|
|
@@ -10687,6 +10859,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10687
10859
|
solutionOid: number;
|
|
10688
10860
|
currentVersionOid: bigint | null;
|
|
10689
10861
|
environmentOid: bigint;
|
|
10862
|
+
networkingRulesetIds: string[];
|
|
10690
10863
|
providerVariantOid: bigint;
|
|
10691
10864
|
defaultConfigOid: bigint | null;
|
|
10692
10865
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -10950,6 +11123,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10950
11123
|
slateTenantIdentifier: string | null;
|
|
10951
11124
|
shuttleTenantId: string | null;
|
|
10952
11125
|
shuttleTenantIdentifier: string | null;
|
|
11126
|
+
originTenantId: string | null;
|
|
11127
|
+
originTenantIdentifier: string | null;
|
|
10953
11128
|
logRetentionInDays: number;
|
|
10954
11129
|
} & {
|
|
10955
11130
|
environments: {
|
|
@@ -11067,6 +11242,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11067
11242
|
slateTenantIdentifier: string | null;
|
|
11068
11243
|
shuttleTenantId: string | null;
|
|
11069
11244
|
shuttleTenantIdentifier: string | null;
|
|
11245
|
+
originTenantId: string | null;
|
|
11246
|
+
originTenantIdentifier: string | null;
|
|
11070
11247
|
logRetentionInDays: number;
|
|
11071
11248
|
} & {
|
|
11072
11249
|
environments: {
|
|
@@ -11150,6 +11327,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11150
11327
|
solutionOid: number;
|
|
11151
11328
|
currentVersionOid: bigint | null;
|
|
11152
11329
|
environmentOid: bigint;
|
|
11330
|
+
networkingRulesetIds: string[];
|
|
11153
11331
|
providerVariantOid: bigint;
|
|
11154
11332
|
defaultConfigOid: bigint | null;
|
|
11155
11333
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -11379,6 +11557,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11379
11557
|
slateTenantIdentifier: string | null;
|
|
11380
11558
|
shuttleTenantId: string | null;
|
|
11381
11559
|
shuttleTenantIdentifier: string | null;
|
|
11560
|
+
originTenantId: string | null;
|
|
11561
|
+
originTenantIdentifier: string | null;
|
|
11382
11562
|
logRetentionInDays: number;
|
|
11383
11563
|
} & {
|
|
11384
11564
|
environments: {
|
|
@@ -11478,6 +11658,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11478
11658
|
slateTenantIdentifier: string | null;
|
|
11479
11659
|
shuttleTenantId: string | null;
|
|
11480
11660
|
shuttleTenantIdentifier: string | null;
|
|
11661
|
+
originTenantId: string | null;
|
|
11662
|
+
originTenantIdentifier: string | null;
|
|
11481
11663
|
logRetentionInDays: number;
|
|
11482
11664
|
} & {
|
|
11483
11665
|
environments: {
|
|
@@ -11560,6 +11742,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11560
11742
|
solutionOid: number;
|
|
11561
11743
|
currentVersionOid: bigint | null;
|
|
11562
11744
|
environmentOid: bigint;
|
|
11745
|
+
networkingRulesetIds: string[];
|
|
11563
11746
|
providerVariantOid: bigint;
|
|
11564
11747
|
defaultConfigOid: bigint | null;
|
|
11565
11748
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -11780,6 +11963,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11780
11963
|
slateTenantIdentifier: string | null;
|
|
11781
11964
|
shuttleTenantId: string | null;
|
|
11782
11965
|
shuttleTenantIdentifier: string | null;
|
|
11966
|
+
originTenantId: string | null;
|
|
11967
|
+
originTenantIdentifier: string | null;
|
|
11783
11968
|
logRetentionInDays: number;
|
|
11784
11969
|
} & {
|
|
11785
11970
|
environments: {
|
|
@@ -11916,6 +12101,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11916
12101
|
slateTenantIdentifier: string | null;
|
|
11917
12102
|
shuttleTenantId: string | null;
|
|
11918
12103
|
shuttleTenantIdentifier: string | null;
|
|
12104
|
+
originTenantId: string | null;
|
|
12105
|
+
originTenantIdentifier: string | null;
|
|
11919
12106
|
logRetentionInDays: number;
|
|
11920
12107
|
} & {
|
|
11921
12108
|
environments: {
|
|
@@ -11998,6 +12185,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11998
12185
|
solutionOid: number;
|
|
11999
12186
|
currentVersionOid: bigint | null;
|
|
12000
12187
|
environmentOid: bigint;
|
|
12188
|
+
networkingRulesetIds: string[];
|
|
12001
12189
|
providerVariantOid: bigint;
|
|
12002
12190
|
defaultConfigOid: bigint | null;
|
|
12003
12191
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -12179,6 +12367,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12179
12367
|
slateTenantIdentifier: string | null;
|
|
12180
12368
|
shuttleTenantId: string | null;
|
|
12181
12369
|
shuttleTenantIdentifier: string | null;
|
|
12370
|
+
originTenantId: string | null;
|
|
12371
|
+
originTenantIdentifier: string | null;
|
|
12182
12372
|
logRetentionInDays: number;
|
|
12183
12373
|
} & {
|
|
12184
12374
|
environments: {
|
|
@@ -12261,6 +12451,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12261
12451
|
solutionOid: number;
|
|
12262
12452
|
currentVersionOid: bigint | null;
|
|
12263
12453
|
environmentOid: bigint;
|
|
12454
|
+
networkingRulesetIds: string[];
|
|
12264
12455
|
providerVariantOid: bigint;
|
|
12265
12456
|
defaultConfigOid: bigint | null;
|
|
12266
12457
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -12476,6 +12667,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12476
12667
|
slateTenantIdentifier: string | null;
|
|
12477
12668
|
shuttleTenantId: string | null;
|
|
12478
12669
|
shuttleTenantIdentifier: string | null;
|
|
12670
|
+
originTenantId: string | null;
|
|
12671
|
+
originTenantIdentifier: string | null;
|
|
12479
12672
|
logRetentionInDays: number;
|
|
12480
12673
|
} & {
|
|
12481
12674
|
environments: {
|
|
@@ -12586,6 +12779,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12586
12779
|
slateTenantIdentifier: string | null;
|
|
12587
12780
|
shuttleTenantId: string | null;
|
|
12588
12781
|
shuttleTenantIdentifier: string | null;
|
|
12782
|
+
originTenantId: string | null;
|
|
12783
|
+
originTenantIdentifier: string | null;
|
|
12589
12784
|
logRetentionInDays: number;
|
|
12590
12785
|
} & {
|
|
12591
12786
|
environments: {
|
|
@@ -12758,6 +12953,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12758
12953
|
slateTenantIdentifier: string | null;
|
|
12759
12954
|
shuttleTenantId: string | null;
|
|
12760
12955
|
shuttleTenantIdentifier: string | null;
|
|
12956
|
+
originTenantId: string | null;
|
|
12957
|
+
originTenantIdentifier: string | null;
|
|
12761
12958
|
logRetentionInDays: number;
|
|
12762
12959
|
} & {
|
|
12763
12960
|
environments: {
|
|
@@ -12816,6 +13013,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12816
13013
|
slateTenantIdentifier: string | null;
|
|
12817
13014
|
shuttleTenantId: string | null;
|
|
12818
13015
|
shuttleTenantIdentifier: string | null;
|
|
13016
|
+
originTenantId: string | null;
|
|
13017
|
+
originTenantIdentifier: string | null;
|
|
12819
13018
|
logRetentionInDays: number;
|
|
12820
13019
|
} & {
|
|
12821
13020
|
environments: {
|
|
@@ -12996,6 +13195,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12996
13195
|
slateTenantIdentifier: string | null;
|
|
12997
13196
|
shuttleTenantId: string | null;
|
|
12998
13197
|
shuttleTenantIdentifier: string | null;
|
|
13198
|
+
originTenantId: string | null;
|
|
13199
|
+
originTenantIdentifier: string | null;
|
|
12999
13200
|
logRetentionInDays: number;
|
|
13000
13201
|
} & {
|
|
13001
13202
|
environments: {
|
|
@@ -13050,6 +13251,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13050
13251
|
slateTenantIdentifier: string | null;
|
|
13051
13252
|
shuttleTenantId: string | null;
|
|
13052
13253
|
shuttleTenantIdentifier: string | null;
|
|
13254
|
+
originTenantId: string | null;
|
|
13255
|
+
originTenantIdentifier: string | null;
|
|
13053
13256
|
logRetentionInDays: number;
|
|
13054
13257
|
} & {
|
|
13055
13258
|
environments: {
|
|
@@ -13362,6 +13565,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13362
13565
|
slateTenantIdentifier: string | null;
|
|
13363
13566
|
shuttleTenantId: string | null;
|
|
13364
13567
|
shuttleTenantIdentifier: string | null;
|
|
13568
|
+
originTenantId: string | null;
|
|
13569
|
+
originTenantIdentifier: string | null;
|
|
13365
13570
|
logRetentionInDays: number;
|
|
13366
13571
|
} & {
|
|
13367
13572
|
environments: {
|
|
@@ -13592,6 +13797,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13592
13797
|
slateTenantIdentifier: string | null;
|
|
13593
13798
|
shuttleTenantId: string | null;
|
|
13594
13799
|
shuttleTenantIdentifier: string | null;
|
|
13800
|
+
originTenantId: string | null;
|
|
13801
|
+
originTenantIdentifier: string | null;
|
|
13595
13802
|
logRetentionInDays: number;
|
|
13596
13803
|
} & {
|
|
13597
13804
|
environments: {
|
|
@@ -14108,6 +14315,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14108
14315
|
slateTenantIdentifier: string | null;
|
|
14109
14316
|
shuttleTenantId: string | null;
|
|
14110
14317
|
shuttleTenantIdentifier: string | null;
|
|
14318
|
+
originTenantId: string | null;
|
|
14319
|
+
originTenantIdentifier: string | null;
|
|
14111
14320
|
logRetentionInDays: number;
|
|
14112
14321
|
} & {
|
|
14113
14322
|
environments: {
|
|
@@ -14162,6 +14371,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14162
14371
|
slateTenantIdentifier: string | null;
|
|
14163
14372
|
shuttleTenantId: string | null;
|
|
14164
14373
|
shuttleTenantIdentifier: string | null;
|
|
14374
|
+
originTenantId: string | null;
|
|
14375
|
+
originTenantIdentifier: string | null;
|
|
14165
14376
|
logRetentionInDays: number;
|
|
14166
14377
|
} & {
|
|
14167
14378
|
environments: {
|
|
@@ -14324,6 +14535,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14324
14535
|
slateTenantIdentifier: string | null;
|
|
14325
14536
|
shuttleTenantId: string | null;
|
|
14326
14537
|
shuttleTenantIdentifier: string | null;
|
|
14538
|
+
originTenantId: string | null;
|
|
14539
|
+
originTenantIdentifier: string | null;
|
|
14327
14540
|
logRetentionInDays: number;
|
|
14328
14541
|
} & {
|
|
14329
14542
|
environments: {
|
|
@@ -14426,6 +14639,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14426
14639
|
slateTenantIdentifier: string | null;
|
|
14427
14640
|
shuttleTenantId: string | null;
|
|
14428
14641
|
shuttleTenantIdentifier: string | null;
|
|
14642
|
+
originTenantId: string | null;
|
|
14643
|
+
originTenantIdentifier: string | null;
|
|
14429
14644
|
logRetentionInDays: number;
|
|
14430
14645
|
} & {
|
|
14431
14646
|
environments: {
|
|
@@ -14499,6 +14714,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14499
14714
|
solutionOid: number;
|
|
14500
14715
|
currentVersionOid: bigint | null;
|
|
14501
14716
|
environmentOid: bigint;
|
|
14717
|
+
networkingRulesetIds: string[];
|
|
14502
14718
|
providerVariantOid: bigint;
|
|
14503
14719
|
defaultConfigOid: bigint | null;
|
|
14504
14720
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -14702,6 +14918,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14702
14918
|
slateTenantIdentifier: string | null;
|
|
14703
14919
|
shuttleTenantId: string | null;
|
|
14704
14920
|
shuttleTenantIdentifier: string | null;
|
|
14921
|
+
originTenantId: string | null;
|
|
14922
|
+
originTenantIdentifier: string | null;
|
|
14705
14923
|
logRetentionInDays: number;
|
|
14706
14924
|
} & {
|
|
14707
14925
|
environments: {
|
|
@@ -14807,6 +15025,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14807
15025
|
slateTenantIdentifier: string | null;
|
|
14808
15026
|
shuttleTenantId: string | null;
|
|
14809
15027
|
shuttleTenantIdentifier: string | null;
|
|
15028
|
+
originTenantId: string | null;
|
|
15029
|
+
originTenantIdentifier: string | null;
|
|
14810
15030
|
logRetentionInDays: number;
|
|
14811
15031
|
} & {
|
|
14812
15032
|
environments: {
|
|
@@ -14880,6 +15100,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14880
15100
|
solutionOid: number;
|
|
14881
15101
|
currentVersionOid: bigint | null;
|
|
14882
15102
|
environmentOid: bigint;
|
|
15103
|
+
networkingRulesetIds: string[];
|
|
14883
15104
|
providerVariantOid: bigint;
|
|
14884
15105
|
defaultConfigOid: bigint | null;
|
|
14885
15106
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -15056,6 +15277,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15056
15277
|
slateTenantIdentifier: string | null;
|
|
15057
15278
|
shuttleTenantId: string | null;
|
|
15058
15279
|
shuttleTenantIdentifier: string | null;
|
|
15280
|
+
originTenantId: string | null;
|
|
15281
|
+
originTenantIdentifier: string | null;
|
|
15059
15282
|
logRetentionInDays: number;
|
|
15060
15283
|
} & {
|
|
15061
15284
|
environments: {
|
|
@@ -15149,6 +15372,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15149
15372
|
slateTenantIdentifier: string | null;
|
|
15150
15373
|
shuttleTenantId: string | null;
|
|
15151
15374
|
shuttleTenantIdentifier: string | null;
|
|
15375
|
+
originTenantId: string | null;
|
|
15376
|
+
originTenantIdentifier: string | null;
|
|
15152
15377
|
logRetentionInDays: number;
|
|
15153
15378
|
} & {
|
|
15154
15379
|
environments: {
|
|
@@ -15221,6 +15446,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15221
15446
|
solutionOid: number;
|
|
15222
15447
|
currentVersionOid: bigint | null;
|
|
15223
15448
|
environmentOid: bigint;
|
|
15449
|
+
networkingRulesetIds: string[];
|
|
15224
15450
|
providerVariantOid: bigint;
|
|
15225
15451
|
defaultConfigOid: bigint | null;
|
|
15226
15452
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -15364,6 +15590,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15364
15590
|
slateTenantIdentifier: string | null;
|
|
15365
15591
|
shuttleTenantId: string | null;
|
|
15366
15592
|
shuttleTenantIdentifier: string | null;
|
|
15593
|
+
originTenantId: string | null;
|
|
15594
|
+
originTenantIdentifier: string | null;
|
|
15367
15595
|
logRetentionInDays: number;
|
|
15368
15596
|
} & {
|
|
15369
15597
|
environments: {
|
|
@@ -15460,6 +15688,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15460
15688
|
slateTenantIdentifier: string | null;
|
|
15461
15689
|
shuttleTenantId: string | null;
|
|
15462
15690
|
shuttleTenantIdentifier: string | null;
|
|
15691
|
+
originTenantId: string | null;
|
|
15692
|
+
originTenantIdentifier: string | null;
|
|
15463
15693
|
logRetentionInDays: number;
|
|
15464
15694
|
} & {
|
|
15465
15695
|
environments: {
|
|
@@ -15532,6 +15762,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15532
15762
|
solutionOid: number;
|
|
15533
15763
|
currentVersionOid: bigint | null;
|
|
15534
15764
|
environmentOid: bigint;
|
|
15765
|
+
networkingRulesetIds: string[];
|
|
15535
15766
|
providerVariantOid: bigint;
|
|
15536
15767
|
defaultConfigOid: bigint | null;
|
|
15537
15768
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -15670,6 +15901,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15670
15901
|
slateTenantIdentifier: string | null;
|
|
15671
15902
|
shuttleTenantId: string | null;
|
|
15672
15903
|
shuttleTenantIdentifier: string | null;
|
|
15904
|
+
originTenantId: string | null;
|
|
15905
|
+
originTenantIdentifier: string | null;
|
|
15673
15906
|
logRetentionInDays: number;
|
|
15674
15907
|
} & {
|
|
15675
15908
|
environments: {
|
|
@@ -15742,6 +15975,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15742
15975
|
solutionOid: number;
|
|
15743
15976
|
currentVersionOid: bigint | null;
|
|
15744
15977
|
environmentOid: bigint;
|
|
15978
|
+
networkingRulesetIds: string[];
|
|
15745
15979
|
providerVariantOid: bigint;
|
|
15746
15980
|
defaultConfigOid: bigint | null;
|
|
15747
15981
|
defaultAuthConfigOid: bigint | null;
|
|
@@ -15995,6 +16229,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15995
16229
|
slateTenantIdentifier: string | null;
|
|
15996
16230
|
shuttleTenantId: string | null;
|
|
15997
16231
|
shuttleTenantIdentifier: string | null;
|
|
16232
|
+
originTenantId: string | null;
|
|
16233
|
+
originTenantIdentifier: string | null;
|
|
15998
16234
|
logRetentionInDays: number;
|
|
15999
16235
|
} & {
|
|
16000
16236
|
environments: {
|
|
@@ -16182,6 +16418,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16182
16418
|
slateTenantIdentifier: string | null;
|
|
16183
16419
|
shuttleTenantId: string | null;
|
|
16184
16420
|
shuttleTenantIdentifier: string | null;
|
|
16421
|
+
originTenantId: string | null;
|
|
16422
|
+
originTenantIdentifier: string | null;
|
|
16185
16423
|
logRetentionInDays: number;
|
|
16186
16424
|
} & {
|
|
16187
16425
|
environments: {
|
|
@@ -16249,6 +16487,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16249
16487
|
slateTenantIdentifier: string | null;
|
|
16250
16488
|
shuttleTenantId: string | null;
|
|
16251
16489
|
shuttleTenantIdentifier: string | null;
|
|
16490
|
+
originTenantId: string | null;
|
|
16491
|
+
originTenantIdentifier: string | null;
|
|
16252
16492
|
logRetentionInDays: number;
|
|
16253
16493
|
} | null;
|
|
16254
16494
|
defaultVariant: ({
|
|
@@ -16368,8 +16608,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16368
16608
|
providerOid: bigint | null;
|
|
16369
16609
|
solutionOid: number;
|
|
16370
16610
|
providerVariantOid: bigint | null;
|
|
16611
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
16371
16612
|
maxVersionIndex: number;
|
|
16372
16613
|
shuttleCustomServerOid: bigint | null;
|
|
16614
|
+
scmRepoOid: bigint | null;
|
|
16615
|
+
draftCodeBucketOid: bigint | null;
|
|
16373
16616
|
deletedAt: Date | null;
|
|
16374
16617
|
};
|
|
16375
16618
|
}>;
|
|
@@ -16381,14 +16624,16 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16381
16624
|
description: string | undefined;
|
|
16382
16625
|
metadata: Record<string, any> | undefined;
|
|
16383
16626
|
from: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16384
|
-
type: "container
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16627
|
+
type: "container";
|
|
16628
|
+
repository: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16629
|
+
imageRef: string;
|
|
16630
|
+
username: string | undefined;
|
|
16631
|
+
password: string | undefined;
|
|
16632
|
+
}>;
|
|
16388
16633
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16389
16634
|
type: "remote";
|
|
16390
16635
|
remoteUrl: string;
|
|
16391
|
-
|
|
16636
|
+
oauthConfig: Record<string, any> | undefined;
|
|
16392
16637
|
protocol: "sse" | "streamable_http";
|
|
16393
16638
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16394
16639
|
type: "function";
|
|
@@ -16405,6 +16650,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16405
16650
|
identifier: "python";
|
|
16406
16651
|
version: "3.14" | "3.13" | "3.12";
|
|
16407
16652
|
}>;
|
|
16653
|
+
repository: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16654
|
+
repositoryId: string;
|
|
16655
|
+
branch: string;
|
|
16656
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16657
|
+
type: "git";
|
|
16658
|
+
repositoryUrl: string;
|
|
16659
|
+
branch: string;
|
|
16660
|
+
}> | undefined;
|
|
16408
16661
|
}>;
|
|
16409
16662
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16410
16663
|
schema: Record<string, any>;
|
|
@@ -16570,6 +16823,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16570
16823
|
slateTenantIdentifier: string | null;
|
|
16571
16824
|
shuttleTenantId: string | null;
|
|
16572
16825
|
shuttleTenantIdentifier: string | null;
|
|
16826
|
+
originTenantId: string | null;
|
|
16827
|
+
originTenantIdentifier: string | null;
|
|
16573
16828
|
logRetentionInDays: number;
|
|
16574
16829
|
} & {
|
|
16575
16830
|
environments: {
|
|
@@ -16595,6 +16850,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16595
16850
|
update: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
16596
16851
|
tenantId: string;
|
|
16597
16852
|
environmentId: string;
|
|
16853
|
+
actorId: string;
|
|
16598
16854
|
customProviderId: string;
|
|
16599
16855
|
allowDeleted: boolean | undefined;
|
|
16600
16856
|
name: string | undefined;
|
|
@@ -16760,6 +17016,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16760
17016
|
slateTenantIdentifier: string | null;
|
|
16761
17017
|
shuttleTenantId: string | null;
|
|
16762
17018
|
shuttleTenantIdentifier: string | null;
|
|
17019
|
+
originTenantId: string | null;
|
|
17020
|
+
originTenantIdentifier: string | null;
|
|
16763
17021
|
logRetentionInDays: number;
|
|
16764
17022
|
} & {
|
|
16765
17023
|
environments: {
|
|
@@ -16827,6 +17085,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16827
17085
|
slateTenantIdentifier: string | null;
|
|
16828
17086
|
shuttleTenantId: string | null;
|
|
16829
17087
|
shuttleTenantIdentifier: string | null;
|
|
17088
|
+
originTenantId: string | null;
|
|
17089
|
+
originTenantIdentifier: string | null;
|
|
16830
17090
|
logRetentionInDays: number;
|
|
16831
17091
|
} | null;
|
|
16832
17092
|
defaultVariant: ({
|
|
@@ -16946,8 +17206,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16946
17206
|
providerOid: bigint | null;
|
|
16947
17207
|
solutionOid: number;
|
|
16948
17208
|
providerVariantOid: bigint | null;
|
|
17209
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
16949
17210
|
maxVersionIndex: number;
|
|
16950
17211
|
shuttleCustomServerOid: bigint | null;
|
|
17212
|
+
scmRepoOid: bigint | null;
|
|
17213
|
+
draftCodeBucketOid: bigint | null;
|
|
16951
17214
|
deletedAt: Date | null;
|
|
16952
17215
|
};
|
|
16953
17216
|
}>;
|
|
@@ -17017,7 +17280,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17017
17280
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17018
17281
|
customProviderId: string;
|
|
17019
17282
|
providerId: string | undefined;
|
|
17020
|
-
customProviderVersionId: string;
|
|
17283
|
+
customProviderVersionId: string | undefined;
|
|
17021
17284
|
commit: {
|
|
17022
17285
|
object: string;
|
|
17023
17286
|
id: string;
|
|
@@ -17079,7 +17342,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17079
17342
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17080
17343
|
customProviderId: string;
|
|
17081
17344
|
providerId: string | undefined;
|
|
17082
|
-
customProviderVersionId: string;
|
|
17345
|
+
customProviderVersionId: string | undefined;
|
|
17083
17346
|
commit: {
|
|
17084
17347
|
object: string;
|
|
17085
17348
|
id: string;
|
|
@@ -17163,6 +17426,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17163
17426
|
slateTenantIdentifier: string | null;
|
|
17164
17427
|
shuttleTenantId: string | null;
|
|
17165
17428
|
shuttleTenantIdentifier: string | null;
|
|
17429
|
+
originTenantId: string | null;
|
|
17430
|
+
originTenantIdentifier: string | null;
|
|
17166
17431
|
logRetentionInDays: number;
|
|
17167
17432
|
} & {
|
|
17168
17433
|
environments: {
|
|
@@ -17234,7 +17499,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17234
17499
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17235
17500
|
customProviderId: string;
|
|
17236
17501
|
providerId: string | undefined;
|
|
17237
|
-
customProviderVersionId: string;
|
|
17502
|
+
customProviderVersionId: string | undefined;
|
|
17238
17503
|
commit: {
|
|
17239
17504
|
object: string;
|
|
17240
17505
|
id: string;
|
|
@@ -17296,7 +17561,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17296
17561
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17297
17562
|
customProviderId: string;
|
|
17298
17563
|
providerId: string | undefined;
|
|
17299
|
-
customProviderVersionId: string;
|
|
17564
|
+
customProviderVersionId: string | undefined;
|
|
17300
17565
|
commit: {
|
|
17301
17566
|
object: string;
|
|
17302
17567
|
id: string;
|
|
@@ -17375,6 +17640,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17375
17640
|
slateTenantIdentifier: string | null;
|
|
17376
17641
|
shuttleTenantId: string | null;
|
|
17377
17642
|
shuttleTenantIdentifier: string | null;
|
|
17643
|
+
originTenantId: string | null;
|
|
17644
|
+
originTenantIdentifier: string | null;
|
|
17378
17645
|
logRetentionInDays: number;
|
|
17379
17646
|
} & {
|
|
17380
17647
|
environments: {
|
|
@@ -17433,8 +17700,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17433
17700
|
providerOid: bigint | null;
|
|
17434
17701
|
solutionOid: number;
|
|
17435
17702
|
providerVariantOid: bigint | null;
|
|
17703
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
17436
17704
|
maxVersionIndex: number;
|
|
17437
17705
|
shuttleCustomServerOid: bigint | null;
|
|
17706
|
+
scmRepoOid: bigint | null;
|
|
17707
|
+
draftCodeBucketOid: bigint | null;
|
|
17438
17708
|
deletedAt: Date | null;
|
|
17439
17709
|
};
|
|
17440
17710
|
customProviderDeployment: {
|
|
@@ -17449,10 +17719,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17449
17719
|
commitOid: bigint | null;
|
|
17450
17720
|
shuttleServerVersionOid: bigint | null;
|
|
17451
17721
|
shuttleCustomServerOid: bigint | null;
|
|
17722
|
+
scmRepoOid: bigint | null;
|
|
17452
17723
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17453
17724
|
creatorActorOid: bigint;
|
|
17454
17725
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
17726
|
+
immutableCodeBucketOid: bigint | null;
|
|
17455
17727
|
sourceEnvironmentOid: bigint | null;
|
|
17728
|
+
scmRepoPushOid: bigint | null;
|
|
17456
17729
|
startedAt: Date | null;
|
|
17457
17730
|
endedAt: Date | null;
|
|
17458
17731
|
} | null;
|
|
@@ -17521,6 +17794,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17521
17794
|
updatedAt: Date;
|
|
17522
17795
|
solutionOid: number;
|
|
17523
17796
|
environmentOid: bigint;
|
|
17797
|
+
branchName: string | null;
|
|
17524
17798
|
providerEnvironmentOid: bigint | null;
|
|
17525
17799
|
customProviderOid: bigint;
|
|
17526
17800
|
}) | null;
|
|
@@ -17579,6 +17853,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17579
17853
|
updatedAt: Date;
|
|
17580
17854
|
solutionOid: number;
|
|
17581
17855
|
environmentOid: bigint;
|
|
17856
|
+
branchName: string | null;
|
|
17582
17857
|
providerEnvironmentOid: bigint | null;
|
|
17583
17858
|
customProviderOid: bigint;
|
|
17584
17859
|
};
|
|
@@ -17639,6 +17914,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17639
17914
|
updatedAt: Date;
|
|
17640
17915
|
solutionOid: number;
|
|
17641
17916
|
environmentOid: bigint;
|
|
17917
|
+
branchName: string | null;
|
|
17642
17918
|
providerEnvironmentOid: bigint | null;
|
|
17643
17919
|
customProviderOid: bigint;
|
|
17644
17920
|
};
|
|
@@ -17709,10 +17985,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17709
17985
|
commitOid: bigint | null;
|
|
17710
17986
|
shuttleServerVersionOid: bigint | null;
|
|
17711
17987
|
shuttleCustomServerOid: bigint | null;
|
|
17988
|
+
scmRepoOid: bigint | null;
|
|
17712
17989
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17713
17990
|
creatorActorOid: bigint;
|
|
17714
17991
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
17992
|
+
immutableCodeBucketOid: bigint | null;
|
|
17715
17993
|
sourceEnvironmentOid: bigint | null;
|
|
17994
|
+
scmRepoPushOid: bigint | null;
|
|
17716
17995
|
startedAt: Date | null;
|
|
17717
17996
|
endedAt: Date | null;
|
|
17718
17997
|
};
|
|
@@ -17739,10 +18018,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17739
18018
|
customProviderOid: bigint;
|
|
17740
18019
|
shuttleServerVersionOid: bigint | null;
|
|
17741
18020
|
shuttleCustomServerOid: bigint | null;
|
|
18021
|
+
scmRepoOid: bigint | null;
|
|
17742
18022
|
creatorActorOid: bigint;
|
|
17743
18023
|
versionIndex: number;
|
|
17744
18024
|
versionIdentifier: string;
|
|
17745
18025
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18026
|
+
immutableCodeBucketOid: bigint | null;
|
|
17746
18027
|
}) | null;
|
|
17747
18028
|
targetCustomProviderVersion: {
|
|
17748
18029
|
customProviderEnvironmentVersions: ({
|
|
@@ -17801,6 +18082,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17801
18082
|
updatedAt: Date;
|
|
17802
18083
|
solutionOid: number;
|
|
17803
18084
|
environmentOid: bigint;
|
|
18085
|
+
branchName: string | null;
|
|
17804
18086
|
providerEnvironmentOid: bigint | null;
|
|
17805
18087
|
customProviderOid: bigint;
|
|
17806
18088
|
};
|
|
@@ -17871,10 +18153,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17871
18153
|
commitOid: bigint | null;
|
|
17872
18154
|
shuttleServerVersionOid: bigint | null;
|
|
17873
18155
|
shuttleCustomServerOid: bigint | null;
|
|
18156
|
+
scmRepoOid: bigint | null;
|
|
17874
18157
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17875
18158
|
creatorActorOid: bigint;
|
|
17876
18159
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18160
|
+
immutableCodeBucketOid: bigint | null;
|
|
17877
18161
|
sourceEnvironmentOid: bigint | null;
|
|
18162
|
+
scmRepoPushOid: bigint | null;
|
|
17878
18163
|
startedAt: Date | null;
|
|
17879
18164
|
endedAt: Date | null;
|
|
17880
18165
|
};
|
|
@@ -17901,10 +18186,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17901
18186
|
customProviderOid: bigint;
|
|
17902
18187
|
shuttleServerVersionOid: bigint | null;
|
|
17903
18188
|
shuttleCustomServerOid: bigint | null;
|
|
18189
|
+
scmRepoOid: bigint | null;
|
|
17904
18190
|
creatorActorOid: bigint;
|
|
17905
18191
|
versionIndex: number;
|
|
17906
18192
|
versionIdentifier: string;
|
|
17907
18193
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18194
|
+
immutableCodeBucketOid: bigint | null;
|
|
17908
18195
|
};
|
|
17909
18196
|
} & {
|
|
17910
18197
|
oid: bigint;
|
|
@@ -17986,7 +18273,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17986
18273
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17987
18274
|
customProviderId: string;
|
|
17988
18275
|
providerId: string | undefined;
|
|
17989
|
-
customProviderVersionId: string;
|
|
18276
|
+
customProviderVersionId: string | undefined;
|
|
17990
18277
|
commit: {
|
|
17991
18278
|
object: string;
|
|
17992
18279
|
id: string;
|
|
@@ -18048,7 +18335,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18048
18335
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18049
18336
|
customProviderId: string;
|
|
18050
18337
|
providerId: string | undefined;
|
|
18051
|
-
customProviderVersionId: string;
|
|
18338
|
+
customProviderVersionId: string | undefined;
|
|
18052
18339
|
commit: {
|
|
18053
18340
|
object: string;
|
|
18054
18341
|
id: string;
|
|
@@ -18127,6 +18414,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18127
18414
|
slateTenantIdentifier: string | null;
|
|
18128
18415
|
shuttleTenantId: string | null;
|
|
18129
18416
|
shuttleTenantIdentifier: string | null;
|
|
18417
|
+
originTenantId: string | null;
|
|
18418
|
+
originTenantIdentifier: string | null;
|
|
18130
18419
|
logRetentionInDays: number;
|
|
18131
18420
|
} & {
|
|
18132
18421
|
environments: {
|
|
@@ -18176,7 +18465,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18176
18465
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18177
18466
|
customProviderId: string;
|
|
18178
18467
|
providerId: string | undefined;
|
|
18179
|
-
customProviderVersionId: string;
|
|
18468
|
+
customProviderVersionId: string | undefined;
|
|
18180
18469
|
commit: {
|
|
18181
18470
|
object: string;
|
|
18182
18471
|
id: string;
|
|
@@ -18219,6 +18508,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18219
18508
|
slateTenantIdentifier: string | null;
|
|
18220
18509
|
shuttleTenantId: string | null;
|
|
18221
18510
|
shuttleTenantIdentifier: string | null;
|
|
18511
|
+
originTenantId: string | null;
|
|
18512
|
+
originTenantIdentifier: string | null;
|
|
18222
18513
|
logRetentionInDays: number;
|
|
18223
18514
|
} & {
|
|
18224
18515
|
environments: {
|
|
@@ -18252,7 +18543,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18252
18543
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18253
18544
|
customProviderId: string;
|
|
18254
18545
|
providerId: string | undefined;
|
|
18255
|
-
customProviderVersionId: string;
|
|
18546
|
+
customProviderVersionId: string | undefined;
|
|
18256
18547
|
commit: {
|
|
18257
18548
|
object: string;
|
|
18258
18549
|
id: string;
|
|
@@ -18290,6 +18581,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18290
18581
|
slateTenantIdentifier: string | null;
|
|
18291
18582
|
shuttleTenantId: string | null;
|
|
18292
18583
|
shuttleTenantIdentifier: string | null;
|
|
18584
|
+
originTenantId: string | null;
|
|
18585
|
+
originTenantIdentifier: string | null;
|
|
18293
18586
|
logRetentionInDays: number;
|
|
18294
18587
|
} & {
|
|
18295
18588
|
environments: {
|
|
@@ -18348,8 +18641,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18348
18641
|
providerOid: bigint | null;
|
|
18349
18642
|
solutionOid: number;
|
|
18350
18643
|
providerVariantOid: bigint | null;
|
|
18644
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
18351
18645
|
maxVersionIndex: number;
|
|
18352
18646
|
shuttleCustomServerOid: bigint | null;
|
|
18647
|
+
scmRepoOid: bigint | null;
|
|
18648
|
+
draftCodeBucketOid: bigint | null;
|
|
18353
18649
|
deletedAt: Date | null;
|
|
18354
18650
|
};
|
|
18355
18651
|
customProviderVersion: {
|
|
@@ -18365,10 +18661,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18365
18661
|
customProviderOid: bigint;
|
|
18366
18662
|
shuttleServerVersionOid: bigint | null;
|
|
18367
18663
|
shuttleCustomServerOid: bigint | null;
|
|
18664
|
+
scmRepoOid: bigint | null;
|
|
18368
18665
|
creatorActorOid: bigint;
|
|
18369
18666
|
versionIndex: number;
|
|
18370
18667
|
versionIdentifier: string;
|
|
18371
18668
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18669
|
+
immutableCodeBucketOid: bigint | null;
|
|
18372
18670
|
} | null;
|
|
18373
18671
|
commit: {
|
|
18374
18672
|
oid: bigint;
|
|
@@ -18412,10 +18710,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18412
18710
|
commitOid: bigint | null;
|
|
18413
18711
|
shuttleServerVersionOid: bigint | null;
|
|
18414
18712
|
shuttleCustomServerOid: bigint | null;
|
|
18713
|
+
scmRepoOid: bigint | null;
|
|
18415
18714
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18416
18715
|
creatorActorOid: bigint;
|
|
18417
18716
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18717
|
+
immutableCodeBucketOid: bigint | null;
|
|
18418
18718
|
sourceEnvironmentOid: bigint | null;
|
|
18719
|
+
scmRepoPushOid: bigint | null;
|
|
18419
18720
|
startedAt: Date | null;
|
|
18420
18721
|
endedAt: Date | null;
|
|
18421
18722
|
};
|
|
@@ -18475,6 +18776,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18475
18776
|
slateTenantIdentifier: string | null;
|
|
18476
18777
|
shuttleTenantId: string | null;
|
|
18477
18778
|
shuttleTenantIdentifier: string | null;
|
|
18779
|
+
originTenantId: string | null;
|
|
18780
|
+
originTenantIdentifier: string | null;
|
|
18478
18781
|
logRetentionInDays: number;
|
|
18479
18782
|
} & {
|
|
18480
18783
|
environments: {
|
|
@@ -18533,8 +18836,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18533
18836
|
providerOid: bigint | null;
|
|
18534
18837
|
solutionOid: number;
|
|
18535
18838
|
providerVariantOid: bigint | null;
|
|
18839
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
18536
18840
|
maxVersionIndex: number;
|
|
18537
18841
|
shuttleCustomServerOid: bigint | null;
|
|
18842
|
+
scmRepoOid: bigint | null;
|
|
18843
|
+
draftCodeBucketOid: bigint | null;
|
|
18538
18844
|
deletedAt: Date | null;
|
|
18539
18845
|
};
|
|
18540
18846
|
customProviderVersion: {
|
|
@@ -18550,10 +18856,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18550
18856
|
customProviderOid: bigint;
|
|
18551
18857
|
shuttleServerVersionOid: bigint | null;
|
|
18552
18858
|
shuttleCustomServerOid: bigint | null;
|
|
18859
|
+
scmRepoOid: bigint | null;
|
|
18553
18860
|
creatorActorOid: bigint;
|
|
18554
18861
|
versionIndex: number;
|
|
18555
18862
|
versionIdentifier: string;
|
|
18556
18863
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18864
|
+
immutableCodeBucketOid: bigint | null;
|
|
18557
18865
|
} | null;
|
|
18558
18866
|
commit: {
|
|
18559
18867
|
oid: bigint;
|
|
@@ -18597,10 +18905,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18597
18905
|
commitOid: bigint | null;
|
|
18598
18906
|
shuttleServerVersionOid: bigint | null;
|
|
18599
18907
|
shuttleCustomServerOid: bigint | null;
|
|
18908
|
+
scmRepoOid: bigint | null;
|
|
18600
18909
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18601
18910
|
creatorActorOid: bigint;
|
|
18602
18911
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18912
|
+
immutableCodeBucketOid: bigint | null;
|
|
18603
18913
|
sourceEnvironmentOid: bigint | null;
|
|
18914
|
+
scmRepoPushOid: bigint | null;
|
|
18604
18915
|
startedAt: Date | null;
|
|
18605
18916
|
endedAt: Date | null;
|
|
18606
18917
|
};
|
|
@@ -18641,7 +18952,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18641
18952
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18642
18953
|
customProviderId: string;
|
|
18643
18954
|
providerId: string | undefined;
|
|
18644
|
-
customProviderVersionId: string;
|
|
18955
|
+
customProviderVersionId: string | undefined;
|
|
18645
18956
|
commit: {
|
|
18646
18957
|
object: string;
|
|
18647
18958
|
id: string;
|
|
@@ -18713,6 +19024,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18713
19024
|
slateTenantIdentifier: string | null;
|
|
18714
19025
|
shuttleTenantId: string | null;
|
|
18715
19026
|
shuttleTenantIdentifier: string | null;
|
|
19027
|
+
originTenantId: string | null;
|
|
19028
|
+
originTenantIdentifier: string | null;
|
|
18716
19029
|
logRetentionInDays: number;
|
|
18717
19030
|
} & {
|
|
18718
19031
|
environments: {
|
|
@@ -18752,7 +19065,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18752
19065
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18753
19066
|
customProviderId: string;
|
|
18754
19067
|
providerId: string | undefined;
|
|
18755
|
-
customProviderVersionId: string;
|
|
19068
|
+
customProviderVersionId: string | undefined;
|
|
18756
19069
|
commit: {
|
|
18757
19070
|
object: string;
|
|
18758
19071
|
id: string;
|
|
@@ -18819,6 +19132,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18819
19132
|
slateTenantIdentifier: string | null;
|
|
18820
19133
|
shuttleTenantId: string | null;
|
|
18821
19134
|
shuttleTenantIdentifier: string | null;
|
|
19135
|
+
originTenantId: string | null;
|
|
19136
|
+
originTenantIdentifier: string | null;
|
|
18822
19137
|
logRetentionInDays: number;
|
|
18823
19138
|
} & {
|
|
18824
19139
|
environments: {
|
|
@@ -18897,6 +19212,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18897
19212
|
updatedAt: Date;
|
|
18898
19213
|
solutionOid: number;
|
|
18899
19214
|
environmentOid: bigint;
|
|
19215
|
+
branchName: string | null;
|
|
18900
19216
|
providerEnvironmentOid: bigint | null;
|
|
18901
19217
|
customProviderOid: bigint;
|
|
18902
19218
|
};
|
|
@@ -18970,8 +19286,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18970
19286
|
providerOid: bigint | null;
|
|
18971
19287
|
solutionOid: number;
|
|
18972
19288
|
providerVariantOid: bigint | null;
|
|
19289
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
18973
19290
|
maxVersionIndex: number;
|
|
18974
19291
|
shuttleCustomServerOid: bigint | null;
|
|
19292
|
+
scmRepoOid: bigint | null;
|
|
19293
|
+
draftCodeBucketOid: bigint | null;
|
|
18975
19294
|
deletedAt: Date | null;
|
|
18976
19295
|
};
|
|
18977
19296
|
deployment: {
|
|
@@ -19007,10 +19326,13 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19007
19326
|
commitOid: bigint | null;
|
|
19008
19327
|
shuttleServerVersionOid: bigint | null;
|
|
19009
19328
|
shuttleCustomServerOid: bigint | null;
|
|
19329
|
+
scmRepoOid: bigint | null;
|
|
19010
19330
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
19011
19331
|
creatorActorOid: bigint;
|
|
19012
19332
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
19333
|
+
immutableCodeBucketOid: bigint | null;
|
|
19013
19334
|
sourceEnvironmentOid: bigint | null;
|
|
19335
|
+
scmRepoPushOid: bigint | null;
|
|
19014
19336
|
startedAt: Date | null;
|
|
19015
19337
|
endedAt: Date | null;
|
|
19016
19338
|
};
|
|
@@ -19037,10 +19359,12 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19037
19359
|
customProviderOid: bigint;
|
|
19038
19360
|
shuttleServerVersionOid: bigint | null;
|
|
19039
19361
|
shuttleCustomServerOid: bigint | null;
|
|
19362
|
+
scmRepoOid: bigint | null;
|
|
19040
19363
|
creatorActorOid: bigint;
|
|
19041
19364
|
versionIndex: number;
|
|
19042
19365
|
versionIdentifier: string;
|
|
19043
19366
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
19367
|
+
immutableCodeBucketOid: bigint | null;
|
|
19044
19368
|
};
|
|
19045
19369
|
}>;
|
|
19046
19370
|
create: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
@@ -19048,15 +19372,18 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19048
19372
|
environmentId: string;
|
|
19049
19373
|
actorId: string;
|
|
19050
19374
|
customProviderId: string;
|
|
19375
|
+
message: string | undefined;
|
|
19051
19376
|
from: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19052
|
-
type: "container
|
|
19053
|
-
|
|
19054
|
-
|
|
19055
|
-
|
|
19377
|
+
type: "container";
|
|
19378
|
+
repository: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19379
|
+
imageRef: string;
|
|
19380
|
+
username: string | undefined;
|
|
19381
|
+
password: string | undefined;
|
|
19382
|
+
}>;
|
|
19056
19383
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19057
19384
|
type: "remote";
|
|
19058
19385
|
remoteUrl: string;
|
|
19059
|
-
|
|
19386
|
+
oauthConfig: Record<string, any> | undefined;
|
|
19060
19387
|
protocol: "sse" | "streamable_http";
|
|
19061
19388
|
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19062
19389
|
type: "function";
|
|
@@ -19073,6 +19400,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19073
19400
|
identifier: "python";
|
|
19074
19401
|
version: "3.14" | "3.13" | "3.12";
|
|
19075
19402
|
}>;
|
|
19403
|
+
repository: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19404
|
+
repositoryId: string;
|
|
19405
|
+
branch: string;
|
|
19406
|
+
}> | _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19407
|
+
type: "git";
|
|
19408
|
+
repositoryUrl: string;
|
|
19409
|
+
branch: string;
|
|
19410
|
+
}> | undefined;
|
|
19076
19411
|
}>;
|
|
19077
19412
|
config: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19078
19413
|
schema: Record<string, any>;
|
|
@@ -19091,7 +19426,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19091
19426
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
19092
19427
|
customProviderId: string;
|
|
19093
19428
|
providerId: string | undefined;
|
|
19094
|
-
customProviderVersionId: string;
|
|
19429
|
+
customProviderVersionId: string | undefined;
|
|
19095
19430
|
commit: {
|
|
19096
19431
|
object: string;
|
|
19097
19432
|
id: string;
|
|
@@ -19158,6 +19493,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19158
19493
|
slateTenantIdentifier: string | null;
|
|
19159
19494
|
shuttleTenantId: string | null;
|
|
19160
19495
|
shuttleTenantIdentifier: string | null;
|
|
19496
|
+
originTenantId: string | null;
|
|
19497
|
+
originTenantIdentifier: string | null;
|
|
19161
19498
|
logRetentionInDays: number;
|
|
19162
19499
|
} & {
|
|
19163
19500
|
environments: {
|
|
@@ -19232,6 +19569,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19232
19569
|
slateTenantIdentifier: string | null;
|
|
19233
19570
|
shuttleTenantId: string | null;
|
|
19234
19571
|
shuttleTenantIdentifier: string | null;
|
|
19572
|
+
originTenantId: string | null;
|
|
19573
|
+
originTenantIdentifier: string | null;
|
|
19235
19574
|
logRetentionInDays: number;
|
|
19236
19575
|
} & {
|
|
19237
19576
|
environments: {
|
|
@@ -19286,6 +19625,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19286
19625
|
slateTenantIdentifier: string | null;
|
|
19287
19626
|
shuttleTenantId: string | null;
|
|
19288
19627
|
shuttleTenantIdentifier: string | null;
|
|
19628
|
+
originTenantId: string | null;
|
|
19629
|
+
originTenantIdentifier: string | null;
|
|
19289
19630
|
logRetentionInDays: number;
|
|
19290
19631
|
} & {
|
|
19291
19632
|
environments: {
|
|
@@ -19390,8 +19731,11 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19390
19731
|
providerOid: bigint | null;
|
|
19391
19732
|
solutionOid: number;
|
|
19392
19733
|
providerVariantOid: bigint | null;
|
|
19734
|
+
payload: PrismaJson.CustomProviderPayload;
|
|
19393
19735
|
maxVersionIndex: number;
|
|
19394
19736
|
shuttleCustomServerOid: bigint | null;
|
|
19737
|
+
scmRepoOid: bigint | null;
|
|
19738
|
+
draftCodeBucketOid: bigint | null;
|
|
19395
19739
|
deletedAt: Date | null;
|
|
19396
19740
|
};
|
|
19397
19741
|
} & {
|
|
@@ -19402,24 +19746,17 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19402
19746
|
updatedAt: Date;
|
|
19403
19747
|
solutionOid: number;
|
|
19404
19748
|
environmentOid: bigint;
|
|
19749
|
+
branchName: string | null;
|
|
19405
19750
|
providerEnvironmentOid: bigint | null;
|
|
19406
19751
|
customProviderOid: bigint;
|
|
19407
19752
|
};
|
|
19408
19753
|
}>;
|
|
19409
19754
|
};
|
|
19410
|
-
|
|
19755
|
+
containerRegistry: {
|
|
19411
19756
|
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
19412
19757
|
tenantId: string;
|
|
19413
19758
|
environmentId: string;
|
|
19414
|
-
|
|
19415
|
-
allowDeleted: boolean | undefined;
|
|
19416
|
-
ids: string[] | undefined;
|
|
19417
|
-
sessionIds: string[] | undefined;
|
|
19418
|
-
sessionProviderIds: string[] | undefined;
|
|
19419
|
-
sessionConnectionIds: string[] | undefined;
|
|
19420
|
-
providerIds: string[] | undefined;
|
|
19421
|
-
providerVersionIds: string[] | undefined;
|
|
19422
|
-
}, "status" | "allowDeleted" | "ids" | "providerIds" | "providerVersionIds" | "sessionProviderIds" | "sessionIds" | "sessionConnectionIds">> & {
|
|
19759
|
+
}, never>> & {
|
|
19423
19760
|
tenantId: string;
|
|
19424
19761
|
environmentId: string;
|
|
19425
19762
|
} & {
|
|
@@ -19429,19 +19766,15 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19429
19766
|
cursor?: string;
|
|
19430
19767
|
order?: "asc" | "desc";
|
|
19431
19768
|
}, {
|
|
19432
|
-
__typename: string;
|
|
19433
19769
|
items: {
|
|
19434
19770
|
object: string;
|
|
19435
19771
|
id: string;
|
|
19436
|
-
|
|
19437
|
-
|
|
19438
|
-
|
|
19439
|
-
sessionProviderId: string;
|
|
19440
|
-
connectionId: string;
|
|
19772
|
+
type: "docker";
|
|
19773
|
+
name: string;
|
|
19774
|
+
url: string;
|
|
19441
19775
|
createdAt: Date;
|
|
19442
|
-
updatedAt: Date;
|
|
19443
|
-
completedAt: Date | null;
|
|
19444
19776
|
}[];
|
|
19777
|
+
__typename: string;
|
|
19445
19778
|
pagination: {
|
|
19446
19779
|
has_more_after: boolean;
|
|
19447
19780
|
has_more_before: boolean;
|
|
@@ -19465,6 +19798,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19465
19798
|
slateTenantIdentifier: string | null;
|
|
19466
19799
|
shuttleTenantId: string | null;
|
|
19467
19800
|
shuttleTenantIdentifier: string | null;
|
|
19801
|
+
originTenantId: string | null;
|
|
19802
|
+
originTenantIdentifier: string | null;
|
|
19468
19803
|
logRetentionInDays: number;
|
|
19469
19804
|
} & {
|
|
19470
19805
|
environments: {
|
|
@@ -19490,19 +19825,14 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19490
19825
|
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19491
19826
|
tenantId: string;
|
|
19492
19827
|
environmentId: string;
|
|
19493
|
-
|
|
19494
|
-
allowDeleted: boolean | undefined;
|
|
19828
|
+
containerRegistryId: string;
|
|
19495
19829
|
}>, {
|
|
19496
19830
|
object: string;
|
|
19497
19831
|
id: string;
|
|
19498
|
-
|
|
19499
|
-
|
|
19500
|
-
|
|
19501
|
-
sessionProviderId: string;
|
|
19502
|
-
connectionId: string;
|
|
19832
|
+
type: "docker";
|
|
19833
|
+
name: string;
|
|
19834
|
+
url: string;
|
|
19503
19835
|
createdAt: Date;
|
|
19504
|
-
updatedAt: Date;
|
|
19505
|
-
completedAt: Date | null;
|
|
19506
19836
|
}, {
|
|
19507
19837
|
solution: {} & {
|
|
19508
19838
|
oid: number;
|
|
@@ -19522,6 +19852,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19522
19852
|
slateTenantIdentifier: string | null;
|
|
19523
19853
|
shuttleTenantId: string | null;
|
|
19524
19854
|
shuttleTenantIdentifier: string | null;
|
|
19855
|
+
originTenantId: string | null;
|
|
19856
|
+
originTenantIdentifier: string | null;
|
|
19525
19857
|
logRetentionInDays: number;
|
|
19526
19858
|
} & {
|
|
19527
19859
|
environments: {
|
|
@@ -19543,137 +19875,112 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19543
19875
|
type: _metorial_subspace_db.EnvironmentType;
|
|
19544
19876
|
tenantOid: bigint;
|
|
19545
19877
|
};
|
|
19546
|
-
|
|
19547
|
-
|
|
19548
|
-
|
|
19878
|
+
containerRegistry: {
|
|
19879
|
+
object: string;
|
|
19880
|
+
id: string;
|
|
19881
|
+
type: "docker";
|
|
19882
|
+
name: string;
|
|
19883
|
+
url: string;
|
|
19884
|
+
tenantId: string | undefined;
|
|
19885
|
+
createdAt: Date;
|
|
19886
|
+
};
|
|
19887
|
+
}>;
|
|
19888
|
+
};
|
|
19889
|
+
containerRepository: {
|
|
19890
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
19891
|
+
tenantId: string;
|
|
19892
|
+
environmentId: string;
|
|
19893
|
+
}, never>> & {
|
|
19894
|
+
tenantId: string;
|
|
19895
|
+
environmentId: string;
|
|
19896
|
+
} & {
|
|
19897
|
+
limit?: number;
|
|
19898
|
+
after?: string;
|
|
19899
|
+
before?: string;
|
|
19900
|
+
cursor?: string;
|
|
19901
|
+
order?: "asc" | "desc";
|
|
19902
|
+
}, {
|
|
19903
|
+
items: {
|
|
19904
|
+
object: string;
|
|
19905
|
+
id: string;
|
|
19906
|
+
type: "docker";
|
|
19907
|
+
name: string;
|
|
19908
|
+
registry: {
|
|
19909
|
+
object: string;
|
|
19549
19910
|
id: string;
|
|
19550
|
-
|
|
19911
|
+
type: "docker";
|
|
19551
19912
|
name: string;
|
|
19913
|
+
url: string;
|
|
19552
19914
|
createdAt: Date;
|
|
19553
|
-
status: _metorial_subspace_db.ProviderStatus;
|
|
19554
|
-
description: string | null;
|
|
19555
|
-
metadata: unknown | null;
|
|
19556
|
-
updatedAt: Date;
|
|
19557
|
-
slug: string;
|
|
19558
|
-
tag: string;
|
|
19559
|
-
access: _metorial_subspace_db.ProviderAccess;
|
|
19560
|
-
hasEnvironments: boolean;
|
|
19561
|
-
entryOid: bigint;
|
|
19562
|
-
publisherOid: bigint;
|
|
19563
|
-
ownerTenantOid: bigint | null;
|
|
19564
|
-
ownerSolutionOid: number | null;
|
|
19565
|
-
defaultVariantOid: bigint | null;
|
|
19566
|
-
typeOid: number;
|
|
19567
|
-
};
|
|
19568
|
-
session: {
|
|
19569
|
-
oid: bigint;
|
|
19570
|
-
id: string;
|
|
19571
|
-
name: string | null;
|
|
19572
|
-
createdAt: Date;
|
|
19573
|
-
tenantOid: bigint;
|
|
19574
|
-
status: _metorial_subspace_db.SessionStatus;
|
|
19575
|
-
isEphemeral: boolean;
|
|
19576
|
-
description: string | null;
|
|
19577
|
-
metadata: unknown | null;
|
|
19578
|
-
updatedAt: Date;
|
|
19579
|
-
solutionOid: number;
|
|
19580
|
-
environmentOid: bigint;
|
|
19581
|
-
totalProductiveClientMessageCount: number;
|
|
19582
|
-
totalProductiveServerMessageCount: number;
|
|
19583
|
-
lastMessageAt: Date | null;
|
|
19584
|
-
lastActiveAt: Date | null;
|
|
19585
|
-
connectionState: _metorial_subspace_db.SessionConnectionState;
|
|
19586
|
-
isStarted: boolean;
|
|
19587
|
-
sharedProviderName: string | null;
|
|
19588
|
-
sharedProviderDescription: string | null;
|
|
19589
|
-
lastConnectionCreatedAt: Date | null;
|
|
19590
|
-
};
|
|
19591
|
-
sessionProvider: {
|
|
19592
|
-
oid: bigint;
|
|
19593
|
-
id: string;
|
|
19594
|
-
createdAt: Date;
|
|
19595
|
-
tenantOid: bigint;
|
|
19596
|
-
status: _metorial_subspace_db.SessionProviderStatus;
|
|
19597
|
-
isParentDeleted: boolean;
|
|
19598
|
-
isEphemeral: boolean;
|
|
19599
|
-
updatedAt: Date;
|
|
19600
|
-
providerOid: bigint;
|
|
19601
|
-
solutionOid: number;
|
|
19602
|
-
deploymentOid: bigint;
|
|
19603
|
-
environmentOid: bigint;
|
|
19604
|
-
authConfigOid: bigint | null;
|
|
19605
|
-
configOid: bigint;
|
|
19606
|
-
totalProductiveClientMessageCount: number;
|
|
19607
|
-
totalProductiveServerMessageCount: number;
|
|
19608
|
-
lastMessageAt: Date | null;
|
|
19609
|
-
sessionOid: bigint;
|
|
19610
|
-
tag: string;
|
|
19611
|
-
toolFilter: PrismaJson.ToolFilter;
|
|
19612
|
-
fromTemplateOid: bigint | null;
|
|
19613
|
-
fromTemplateProviderOid: bigint | null;
|
|
19614
19915
|
};
|
|
19615
|
-
|
|
19916
|
+
createdAt: Date;
|
|
19917
|
+
}[];
|
|
19918
|
+
__typename: string;
|
|
19919
|
+
pagination: {
|
|
19920
|
+
has_more_after: boolean;
|
|
19921
|
+
has_more_before: boolean;
|
|
19922
|
+
};
|
|
19923
|
+
}, {
|
|
19924
|
+
solution: {} & {
|
|
19925
|
+
oid: number;
|
|
19926
|
+
id: string;
|
|
19927
|
+
identifier: string;
|
|
19928
|
+
name: string;
|
|
19929
|
+
createdAt: Date;
|
|
19930
|
+
};
|
|
19931
|
+
tenant: {} & {
|
|
19932
|
+
oid: bigint;
|
|
19933
|
+
id: string;
|
|
19934
|
+
identifier: string;
|
|
19935
|
+
name: string;
|
|
19936
|
+
createdAt: Date;
|
|
19937
|
+
urlKey: string;
|
|
19938
|
+
slateTenantId: string | null;
|
|
19939
|
+
slateTenantIdentifier: string | null;
|
|
19940
|
+
shuttleTenantId: string | null;
|
|
19941
|
+
shuttleTenantIdentifier: string | null;
|
|
19942
|
+
originTenantId: string | null;
|
|
19943
|
+
originTenantIdentifier: string | null;
|
|
19944
|
+
logRetentionInDays: number;
|
|
19945
|
+
} & {
|
|
19946
|
+
environments: {
|
|
19616
19947
|
oid: bigint;
|
|
19617
19948
|
id: string;
|
|
19949
|
+
identifier: string;
|
|
19950
|
+
name: string;
|
|
19618
19951
|
createdAt: Date;
|
|
19952
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
19619
19953
|
tenantOid: bigint;
|
|
19620
|
-
|
|
19621
|
-
|
|
19622
|
-
|
|
19623
|
-
solutionOid: number;
|
|
19624
|
-
environmentOid: bigint;
|
|
19625
|
-
expiresAt: Date;
|
|
19626
|
-
token: string;
|
|
19627
|
-
transport: _metorial_subspace_db.SessionConnectionTransport;
|
|
19628
|
-
state: _metorial_subspace_db.SessionConnectionState;
|
|
19629
|
-
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
19630
|
-
isManuallyDisabled: boolean;
|
|
19631
|
-
isReplaced: boolean;
|
|
19632
|
-
totalProductiveClientMessageCount: number;
|
|
19633
|
-
totalProductiveServerMessageCount: number;
|
|
19634
|
-
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
19635
|
-
mcpTransport: _metorial_subspace_db.SessionConnectionMcpConnectionTransport;
|
|
19636
|
-
mcpProtocolVersion: string | null;
|
|
19637
|
-
lastPingAt: Date | null;
|
|
19638
|
-
lastMessageAt: Date | null;
|
|
19639
|
-
lastActiveAt: Date | null;
|
|
19640
|
-
disconnectedAt: Date | null;
|
|
19641
|
-
sessionOid: bigint;
|
|
19642
|
-
participantOid: bigint | null;
|
|
19643
|
-
};
|
|
19644
|
-
} & {
|
|
19954
|
+
}[];
|
|
19955
|
+
};
|
|
19956
|
+
environment: {
|
|
19645
19957
|
oid: bigint;
|
|
19646
19958
|
id: string;
|
|
19959
|
+
identifier: string;
|
|
19960
|
+
name: string;
|
|
19647
19961
|
createdAt: Date;
|
|
19962
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
19648
19963
|
tenantOid: bigint;
|
|
19649
|
-
status: _metorial_subspace_db.ProviderRunStatus;
|
|
19650
|
-
isParentDeleted: boolean;
|
|
19651
|
-
updatedAt: Date;
|
|
19652
|
-
providerOid: bigint;
|
|
19653
|
-
solutionOid: number;
|
|
19654
|
-
environmentOid: bigint;
|
|
19655
|
-
lastPingAt: Date | null;
|
|
19656
|
-
sessionOid: bigint;
|
|
19657
|
-
connectionOid: bigint;
|
|
19658
|
-
completedAt: Date | null;
|
|
19659
|
-
sessionProviderOid: bigint;
|
|
19660
|
-
providerVersionOid: bigint;
|
|
19661
|
-
instanceOid: bigint;
|
|
19662
19964
|
};
|
|
19663
19965
|
}>;
|
|
19664
|
-
|
|
19966
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
19665
19967
|
tenantId: string;
|
|
19666
19968
|
environmentId: string;
|
|
19667
|
-
|
|
19969
|
+
containerRepositoryId: string;
|
|
19668
19970
|
}>, {
|
|
19669
19971
|
object: string;
|
|
19670
|
-
|
|
19671
|
-
|
|
19972
|
+
id: string;
|
|
19973
|
+
type: "docker";
|
|
19974
|
+
name: string;
|
|
19975
|
+
registry: {
|
|
19672
19976
|
object: string;
|
|
19673
|
-
|
|
19674
|
-
|
|
19675
|
-
|
|
19676
|
-
|
|
19977
|
+
id: string;
|
|
19978
|
+
type: "docker";
|
|
19979
|
+
name: string;
|
|
19980
|
+
url: string;
|
|
19981
|
+
createdAt: Date;
|
|
19982
|
+
};
|
|
19983
|
+
createdAt: Date;
|
|
19677
19984
|
}, {
|
|
19678
19985
|
solution: {} & {
|
|
19679
19986
|
oid: number;
|
|
@@ -19693,6 +20000,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19693
20000
|
slateTenantIdentifier: string | null;
|
|
19694
20001
|
shuttleTenantId: string | null;
|
|
19695
20002
|
shuttleTenantIdentifier: string | null;
|
|
20003
|
+
originTenantId: string | null;
|
|
20004
|
+
originTenantIdentifier: string | null;
|
|
19696
20005
|
logRetentionInDays: number;
|
|
19697
20006
|
} & {
|
|
19698
20007
|
environments: {
|
|
@@ -19714,122 +20023,1673 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19714
20023
|
type: _metorial_subspace_db.EnvironmentType;
|
|
19715
20024
|
tenantOid: bigint;
|
|
19716
20025
|
};
|
|
19717
|
-
|
|
19718
|
-
|
|
19719
|
-
|
|
20026
|
+
containerRepository: {
|
|
20027
|
+
object: string;
|
|
20028
|
+
id: string;
|
|
20029
|
+
type: "docker";
|
|
20030
|
+
name: string;
|
|
20031
|
+
registry: {
|
|
20032
|
+
object: string;
|
|
19720
20033
|
id: string;
|
|
19721
|
-
|
|
20034
|
+
type: "docker";
|
|
19722
20035
|
name: string;
|
|
20036
|
+
url: string;
|
|
20037
|
+
tenantId: string | undefined;
|
|
19723
20038
|
createdAt: Date;
|
|
19724
|
-
status: _metorial_subspace_db.ProviderStatus;
|
|
19725
|
-
description: string | null;
|
|
19726
|
-
metadata: unknown | null;
|
|
19727
|
-
updatedAt: Date;
|
|
19728
|
-
slug: string;
|
|
19729
|
-
tag: string;
|
|
19730
|
-
access: _metorial_subspace_db.ProviderAccess;
|
|
19731
|
-
hasEnvironments: boolean;
|
|
19732
|
-
entryOid: bigint;
|
|
19733
|
-
publisherOid: bigint;
|
|
19734
|
-
ownerTenantOid: bigint | null;
|
|
19735
|
-
ownerSolutionOid: number | null;
|
|
19736
|
-
defaultVariantOid: bigint | null;
|
|
19737
|
-
typeOid: number;
|
|
19738
20039
|
};
|
|
19739
|
-
|
|
19740
|
-
|
|
19741
|
-
|
|
19742
|
-
|
|
19743
|
-
|
|
19744
|
-
|
|
19745
|
-
|
|
19746
|
-
|
|
19747
|
-
|
|
19748
|
-
|
|
19749
|
-
|
|
19750
|
-
|
|
19751
|
-
|
|
19752
|
-
|
|
19753
|
-
|
|
19754
|
-
|
|
19755
|
-
|
|
19756
|
-
|
|
19757
|
-
|
|
19758
|
-
|
|
19759
|
-
|
|
19760
|
-
|
|
19761
|
-
|
|
19762
|
-
|
|
20040
|
+
tenantId: string | undefined;
|
|
20041
|
+
createdAt: Date;
|
|
20042
|
+
};
|
|
20043
|
+
}>;
|
|
20044
|
+
};
|
|
20045
|
+
networkingRuleset: {
|
|
20046
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
20047
|
+
tenantId: string;
|
|
20048
|
+
}, never>> & {
|
|
20049
|
+
tenantId: string;
|
|
20050
|
+
} & {
|
|
20051
|
+
limit?: number;
|
|
20052
|
+
after?: string;
|
|
20053
|
+
before?: string;
|
|
20054
|
+
cursor?: string;
|
|
20055
|
+
order?: "asc" | "desc";
|
|
20056
|
+
}, {
|
|
20057
|
+
items: {
|
|
20058
|
+
object: string;
|
|
20059
|
+
id: string;
|
|
20060
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20061
|
+
name: string;
|
|
20062
|
+
description: string | null;
|
|
20063
|
+
defaultAction: "accept" | "deny";
|
|
20064
|
+
rules: {
|
|
20065
|
+
object: string;
|
|
20066
|
+
action: "accept" | "deny";
|
|
20067
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20068
|
+
destination?: string;
|
|
20069
|
+
portRange?: {
|
|
20070
|
+
start: number;
|
|
20071
|
+
end: number;
|
|
20072
|
+
};
|
|
20073
|
+
}[];
|
|
20074
|
+
createdAt: Date;
|
|
20075
|
+
}[];
|
|
20076
|
+
__typename: string;
|
|
20077
|
+
pagination: {
|
|
20078
|
+
has_more_after: boolean;
|
|
20079
|
+
has_more_before: boolean;
|
|
20080
|
+
};
|
|
20081
|
+
}, {
|
|
20082
|
+
solution: {} & {
|
|
20083
|
+
oid: number;
|
|
20084
|
+
id: string;
|
|
20085
|
+
identifier: string;
|
|
20086
|
+
name: string;
|
|
20087
|
+
createdAt: Date;
|
|
20088
|
+
};
|
|
20089
|
+
tenant: {} & {
|
|
20090
|
+
oid: bigint;
|
|
20091
|
+
id: string;
|
|
20092
|
+
identifier: string;
|
|
20093
|
+
name: string;
|
|
20094
|
+
createdAt: Date;
|
|
20095
|
+
urlKey: string;
|
|
20096
|
+
slateTenantId: string | null;
|
|
20097
|
+
slateTenantIdentifier: string | null;
|
|
20098
|
+
shuttleTenantId: string | null;
|
|
20099
|
+
shuttleTenantIdentifier: string | null;
|
|
20100
|
+
originTenantId: string | null;
|
|
20101
|
+
originTenantIdentifier: string | null;
|
|
20102
|
+
logRetentionInDays: number;
|
|
20103
|
+
} & {
|
|
20104
|
+
environments: {
|
|
19763
20105
|
oid: bigint;
|
|
19764
20106
|
id: string;
|
|
20107
|
+
identifier: string;
|
|
20108
|
+
name: string;
|
|
19765
20109
|
createdAt: Date;
|
|
20110
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
19766
20111
|
tenantOid: bigint;
|
|
19767
|
-
|
|
19768
|
-
|
|
19769
|
-
|
|
19770
|
-
|
|
19771
|
-
|
|
19772
|
-
|
|
19773
|
-
|
|
19774
|
-
|
|
19775
|
-
|
|
19776
|
-
|
|
19777
|
-
|
|
19778
|
-
|
|
19779
|
-
|
|
19780
|
-
|
|
19781
|
-
|
|
19782
|
-
|
|
19783
|
-
|
|
19784
|
-
|
|
20112
|
+
}[];
|
|
20113
|
+
};
|
|
20114
|
+
environment: {
|
|
20115
|
+
oid: bigint;
|
|
20116
|
+
id: string;
|
|
20117
|
+
identifier: string;
|
|
20118
|
+
name: string;
|
|
20119
|
+
createdAt: Date;
|
|
20120
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20121
|
+
tenantOid: bigint;
|
|
20122
|
+
};
|
|
20123
|
+
}>;
|
|
20124
|
+
create: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20125
|
+
tenantId: string;
|
|
20126
|
+
name: string;
|
|
20127
|
+
description: string | undefined;
|
|
20128
|
+
isDefault: boolean | undefined;
|
|
20129
|
+
defaultAction: "accept" | "deny";
|
|
20130
|
+
rules: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20131
|
+
action: "accept" | "deny";
|
|
20132
|
+
protocol: "tcp" | "udp" | "icmp" | undefined;
|
|
20133
|
+
destination: string | undefined;
|
|
20134
|
+
port: number | undefined;
|
|
20135
|
+
portRange: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20136
|
+
start: number;
|
|
20137
|
+
end: number;
|
|
20138
|
+
}>;
|
|
20139
|
+
}>[];
|
|
20140
|
+
}>, {
|
|
20141
|
+
object: string;
|
|
20142
|
+
id: string;
|
|
20143
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20144
|
+
name: string;
|
|
20145
|
+
description: string | null;
|
|
20146
|
+
defaultAction: "accept" | "deny";
|
|
20147
|
+
rules: {
|
|
20148
|
+
object: string;
|
|
20149
|
+
action: "accept" | "deny";
|
|
20150
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20151
|
+
destination?: string;
|
|
20152
|
+
portRange?: {
|
|
20153
|
+
start: number;
|
|
20154
|
+
end: number;
|
|
19785
20155
|
};
|
|
19786
|
-
|
|
20156
|
+
}[];
|
|
20157
|
+
createdAt: Date;
|
|
20158
|
+
}, {
|
|
20159
|
+
solution: {} & {
|
|
20160
|
+
oid: number;
|
|
20161
|
+
id: string;
|
|
20162
|
+
identifier: string;
|
|
20163
|
+
name: string;
|
|
20164
|
+
createdAt: Date;
|
|
20165
|
+
};
|
|
20166
|
+
tenant: {} & {
|
|
20167
|
+
oid: bigint;
|
|
20168
|
+
id: string;
|
|
20169
|
+
identifier: string;
|
|
20170
|
+
name: string;
|
|
20171
|
+
createdAt: Date;
|
|
20172
|
+
urlKey: string;
|
|
20173
|
+
slateTenantId: string | null;
|
|
20174
|
+
slateTenantIdentifier: string | null;
|
|
20175
|
+
shuttleTenantId: string | null;
|
|
20176
|
+
shuttleTenantIdentifier: string | null;
|
|
20177
|
+
originTenantId: string | null;
|
|
20178
|
+
originTenantIdentifier: string | null;
|
|
20179
|
+
logRetentionInDays: number;
|
|
20180
|
+
} & {
|
|
20181
|
+
environments: {
|
|
19787
20182
|
oid: bigint;
|
|
19788
20183
|
id: string;
|
|
20184
|
+
identifier: string;
|
|
20185
|
+
name: string;
|
|
19789
20186
|
createdAt: Date;
|
|
20187
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
19790
20188
|
tenantOid: bigint;
|
|
19791
|
-
|
|
19792
|
-
|
|
19793
|
-
|
|
19794
|
-
|
|
19795
|
-
|
|
19796
|
-
|
|
19797
|
-
|
|
19798
|
-
|
|
19799
|
-
|
|
19800
|
-
|
|
19801
|
-
|
|
19802
|
-
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
20189
|
+
}[];
|
|
20190
|
+
};
|
|
20191
|
+
environment: {
|
|
20192
|
+
oid: bigint;
|
|
20193
|
+
id: string;
|
|
20194
|
+
identifier: string;
|
|
20195
|
+
name: string;
|
|
20196
|
+
createdAt: Date;
|
|
20197
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20198
|
+
tenantOid: bigint;
|
|
20199
|
+
};
|
|
20200
|
+
}>;
|
|
20201
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20202
|
+
tenantId: string;
|
|
20203
|
+
networkingRulesetId: string;
|
|
20204
|
+
}>, {
|
|
20205
|
+
object: string;
|
|
20206
|
+
id: string;
|
|
20207
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20208
|
+
name: string;
|
|
20209
|
+
description: string | null;
|
|
20210
|
+
defaultAction: "accept" | "deny";
|
|
20211
|
+
rules: {
|
|
20212
|
+
object: string;
|
|
20213
|
+
action: "accept" | "deny";
|
|
20214
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20215
|
+
destination?: string;
|
|
20216
|
+
portRange?: {
|
|
20217
|
+
start: number;
|
|
20218
|
+
end: number;
|
|
19814
20219
|
};
|
|
20220
|
+
}[];
|
|
20221
|
+
createdAt: Date;
|
|
20222
|
+
}, {
|
|
20223
|
+
solution: {} & {
|
|
20224
|
+
oid: number;
|
|
20225
|
+
id: string;
|
|
20226
|
+
identifier: string;
|
|
20227
|
+
name: string;
|
|
20228
|
+
createdAt: Date;
|
|
20229
|
+
};
|
|
20230
|
+
tenant: {} & {
|
|
20231
|
+
oid: bigint;
|
|
20232
|
+
id: string;
|
|
20233
|
+
identifier: string;
|
|
20234
|
+
name: string;
|
|
20235
|
+
createdAt: Date;
|
|
20236
|
+
urlKey: string;
|
|
20237
|
+
slateTenantId: string | null;
|
|
20238
|
+
slateTenantIdentifier: string | null;
|
|
20239
|
+
shuttleTenantId: string | null;
|
|
20240
|
+
shuttleTenantIdentifier: string | null;
|
|
20241
|
+
originTenantId: string | null;
|
|
20242
|
+
originTenantIdentifier: string | null;
|
|
20243
|
+
logRetentionInDays: number;
|
|
19815
20244
|
} & {
|
|
20245
|
+
environments: {
|
|
20246
|
+
oid: bigint;
|
|
20247
|
+
id: string;
|
|
20248
|
+
identifier: string;
|
|
20249
|
+
name: string;
|
|
20250
|
+
createdAt: Date;
|
|
20251
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20252
|
+
tenantOid: bigint;
|
|
20253
|
+
}[];
|
|
20254
|
+
};
|
|
20255
|
+
environment: {
|
|
19816
20256
|
oid: bigint;
|
|
19817
20257
|
id: string;
|
|
20258
|
+
identifier: string;
|
|
20259
|
+
name: string;
|
|
19818
20260
|
createdAt: Date;
|
|
20261
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20262
|
+
tenantOid: bigint;
|
|
20263
|
+
};
|
|
20264
|
+
networkingRuleset: {
|
|
20265
|
+
object: string;
|
|
20266
|
+
id: string;
|
|
20267
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20268
|
+
name: string;
|
|
20269
|
+
description: string | null;
|
|
20270
|
+
defaultAction: "accept" | "deny";
|
|
20271
|
+
rules: {
|
|
20272
|
+
action: "accept" | "deny";
|
|
20273
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20274
|
+
destination?: string;
|
|
20275
|
+
portRange?: {
|
|
20276
|
+
start: number;
|
|
20277
|
+
end: number;
|
|
20278
|
+
};
|
|
20279
|
+
}[];
|
|
20280
|
+
tenantId: string;
|
|
20281
|
+
createdAt: Date;
|
|
20282
|
+
};
|
|
20283
|
+
}>;
|
|
20284
|
+
update: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20285
|
+
tenantId: string;
|
|
20286
|
+
networkingRulesetId: string;
|
|
20287
|
+
name: string | undefined;
|
|
20288
|
+
description: string | undefined;
|
|
20289
|
+
defaultAction: "accept" | "deny" | undefined;
|
|
20290
|
+
rules: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20291
|
+
action: "accept" | "deny";
|
|
20292
|
+
protocol: "tcp" | "udp" | "icmp" | undefined;
|
|
20293
|
+
destination: string | undefined;
|
|
20294
|
+
port: number | undefined;
|
|
20295
|
+
portRange: _lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20296
|
+
start: number;
|
|
20297
|
+
end: number;
|
|
20298
|
+
}>;
|
|
20299
|
+
}>[] | undefined;
|
|
20300
|
+
}>, {
|
|
20301
|
+
object: string;
|
|
20302
|
+
id: string;
|
|
20303
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20304
|
+
name: string;
|
|
20305
|
+
description: string | null;
|
|
20306
|
+
defaultAction: "accept" | "deny";
|
|
20307
|
+
rules: {
|
|
20308
|
+
object: string;
|
|
20309
|
+
action: "accept" | "deny";
|
|
20310
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20311
|
+
destination?: string;
|
|
20312
|
+
portRange?: {
|
|
20313
|
+
start: number;
|
|
20314
|
+
end: number;
|
|
20315
|
+
};
|
|
20316
|
+
}[];
|
|
20317
|
+
createdAt: Date;
|
|
20318
|
+
}, {
|
|
20319
|
+
solution: {} & {
|
|
20320
|
+
oid: number;
|
|
20321
|
+
id: string;
|
|
20322
|
+
identifier: string;
|
|
20323
|
+
name: string;
|
|
20324
|
+
createdAt: Date;
|
|
20325
|
+
};
|
|
20326
|
+
tenant: {} & {
|
|
20327
|
+
oid: bigint;
|
|
20328
|
+
id: string;
|
|
20329
|
+
identifier: string;
|
|
20330
|
+
name: string;
|
|
20331
|
+
createdAt: Date;
|
|
20332
|
+
urlKey: string;
|
|
20333
|
+
slateTenantId: string | null;
|
|
20334
|
+
slateTenantIdentifier: string | null;
|
|
20335
|
+
shuttleTenantId: string | null;
|
|
20336
|
+
shuttleTenantIdentifier: string | null;
|
|
20337
|
+
originTenantId: string | null;
|
|
20338
|
+
originTenantIdentifier: string | null;
|
|
20339
|
+
logRetentionInDays: number;
|
|
20340
|
+
} & {
|
|
20341
|
+
environments: {
|
|
20342
|
+
oid: bigint;
|
|
20343
|
+
id: string;
|
|
20344
|
+
identifier: string;
|
|
20345
|
+
name: string;
|
|
20346
|
+
createdAt: Date;
|
|
20347
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20348
|
+
tenantOid: bigint;
|
|
20349
|
+
}[];
|
|
20350
|
+
};
|
|
20351
|
+
environment: {
|
|
20352
|
+
oid: bigint;
|
|
20353
|
+
id: string;
|
|
20354
|
+
identifier: string;
|
|
20355
|
+
name: string;
|
|
20356
|
+
createdAt: Date;
|
|
20357
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20358
|
+
tenantOid: bigint;
|
|
20359
|
+
};
|
|
20360
|
+
networkingRuleset: {
|
|
20361
|
+
object: string;
|
|
20362
|
+
id: string;
|
|
20363
|
+
status: _metorial_services_shuttle_client.NetworkingRuleStatus;
|
|
20364
|
+
name: string;
|
|
20365
|
+
description: string | null;
|
|
20366
|
+
defaultAction: "accept" | "deny";
|
|
20367
|
+
rules: {
|
|
20368
|
+
action: "accept" | "deny";
|
|
20369
|
+
protocol?: "tcp" | "udp" | "icmp";
|
|
20370
|
+
destination?: string;
|
|
20371
|
+
portRange?: {
|
|
20372
|
+
start: number;
|
|
20373
|
+
end: number;
|
|
20374
|
+
};
|
|
20375
|
+
}[];
|
|
20376
|
+
tenantId: string;
|
|
20377
|
+
createdAt: Date;
|
|
20378
|
+
};
|
|
20379
|
+
}>;
|
|
20380
|
+
};
|
|
20381
|
+
providerRun: {
|
|
20382
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
20383
|
+
tenantId: string;
|
|
20384
|
+
environmentId: string;
|
|
20385
|
+
status: ("running" | "stopped")[] | undefined;
|
|
20386
|
+
allowDeleted: boolean | undefined;
|
|
20387
|
+
ids: string[] | undefined;
|
|
20388
|
+
sessionIds: string[] | undefined;
|
|
20389
|
+
sessionProviderIds: string[] | undefined;
|
|
20390
|
+
sessionConnectionIds: string[] | undefined;
|
|
20391
|
+
providerIds: string[] | undefined;
|
|
20392
|
+
providerVersionIds: string[] | undefined;
|
|
20393
|
+
}, "status" | "allowDeleted" | "ids" | "providerIds" | "providerVersionIds" | "sessionProviderIds" | "sessionIds" | "sessionConnectionIds">> & {
|
|
20394
|
+
tenantId: string;
|
|
20395
|
+
environmentId: string;
|
|
20396
|
+
} & {
|
|
20397
|
+
limit?: number;
|
|
20398
|
+
after?: string;
|
|
20399
|
+
before?: string;
|
|
20400
|
+
cursor?: string;
|
|
20401
|
+
order?: "asc" | "desc";
|
|
20402
|
+
}, {
|
|
20403
|
+
__typename: string;
|
|
20404
|
+
items: {
|
|
20405
|
+
object: string;
|
|
20406
|
+
id: string;
|
|
20407
|
+
status: _metorial_subspace_db.ProviderRunStatus;
|
|
20408
|
+
providerId: string;
|
|
20409
|
+
sessionId: string;
|
|
20410
|
+
sessionProviderId: string;
|
|
20411
|
+
connectionId: string;
|
|
20412
|
+
createdAt: Date;
|
|
20413
|
+
updatedAt: Date;
|
|
20414
|
+
completedAt: Date | null;
|
|
20415
|
+
}[];
|
|
20416
|
+
pagination: {
|
|
20417
|
+
has_more_after: boolean;
|
|
20418
|
+
has_more_before: boolean;
|
|
20419
|
+
};
|
|
20420
|
+
}, {
|
|
20421
|
+
solution: {} & {
|
|
20422
|
+
oid: number;
|
|
20423
|
+
id: string;
|
|
20424
|
+
identifier: string;
|
|
20425
|
+
name: string;
|
|
20426
|
+
createdAt: Date;
|
|
20427
|
+
};
|
|
20428
|
+
tenant: {} & {
|
|
20429
|
+
oid: bigint;
|
|
20430
|
+
id: string;
|
|
20431
|
+
identifier: string;
|
|
20432
|
+
name: string;
|
|
20433
|
+
createdAt: Date;
|
|
20434
|
+
urlKey: string;
|
|
20435
|
+
slateTenantId: string | null;
|
|
20436
|
+
slateTenantIdentifier: string | null;
|
|
20437
|
+
shuttleTenantId: string | null;
|
|
20438
|
+
shuttleTenantIdentifier: string | null;
|
|
20439
|
+
originTenantId: string | null;
|
|
20440
|
+
originTenantIdentifier: string | null;
|
|
20441
|
+
logRetentionInDays: number;
|
|
20442
|
+
} & {
|
|
20443
|
+
environments: {
|
|
20444
|
+
oid: bigint;
|
|
20445
|
+
id: string;
|
|
20446
|
+
identifier: string;
|
|
20447
|
+
name: string;
|
|
20448
|
+
createdAt: Date;
|
|
20449
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20450
|
+
tenantOid: bigint;
|
|
20451
|
+
}[];
|
|
20452
|
+
};
|
|
20453
|
+
environment: {
|
|
20454
|
+
oid: bigint;
|
|
20455
|
+
id: string;
|
|
20456
|
+
identifier: string;
|
|
20457
|
+
name: string;
|
|
20458
|
+
createdAt: Date;
|
|
20459
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20460
|
+
tenantOid: bigint;
|
|
20461
|
+
};
|
|
20462
|
+
}>;
|
|
20463
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20464
|
+
tenantId: string;
|
|
20465
|
+
environmentId: string;
|
|
20466
|
+
providerRunId: string;
|
|
20467
|
+
allowDeleted: boolean | undefined;
|
|
20468
|
+
}>, {
|
|
20469
|
+
object: string;
|
|
20470
|
+
id: string;
|
|
20471
|
+
status: _metorial_subspace_db.ProviderRunStatus;
|
|
20472
|
+
providerId: string;
|
|
20473
|
+
sessionId: string;
|
|
20474
|
+
sessionProviderId: string;
|
|
20475
|
+
connectionId: string;
|
|
20476
|
+
createdAt: Date;
|
|
20477
|
+
updatedAt: Date;
|
|
20478
|
+
completedAt: Date | null;
|
|
20479
|
+
}, {
|
|
20480
|
+
solution: {} & {
|
|
20481
|
+
oid: number;
|
|
20482
|
+
id: string;
|
|
20483
|
+
identifier: string;
|
|
20484
|
+
name: string;
|
|
20485
|
+
createdAt: Date;
|
|
20486
|
+
};
|
|
20487
|
+
tenant: {} & {
|
|
20488
|
+
oid: bigint;
|
|
20489
|
+
id: string;
|
|
20490
|
+
identifier: string;
|
|
20491
|
+
name: string;
|
|
20492
|
+
createdAt: Date;
|
|
20493
|
+
urlKey: string;
|
|
20494
|
+
slateTenantId: string | null;
|
|
20495
|
+
slateTenantIdentifier: string | null;
|
|
20496
|
+
shuttleTenantId: string | null;
|
|
20497
|
+
shuttleTenantIdentifier: string | null;
|
|
20498
|
+
originTenantId: string | null;
|
|
20499
|
+
originTenantIdentifier: string | null;
|
|
20500
|
+
logRetentionInDays: number;
|
|
20501
|
+
} & {
|
|
20502
|
+
environments: {
|
|
20503
|
+
oid: bigint;
|
|
20504
|
+
id: string;
|
|
20505
|
+
identifier: string;
|
|
20506
|
+
name: string;
|
|
20507
|
+
createdAt: Date;
|
|
20508
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20509
|
+
tenantOid: bigint;
|
|
20510
|
+
}[];
|
|
20511
|
+
};
|
|
20512
|
+
environment: {
|
|
20513
|
+
oid: bigint;
|
|
20514
|
+
id: string;
|
|
20515
|
+
identifier: string;
|
|
20516
|
+
name: string;
|
|
20517
|
+
createdAt: Date;
|
|
20518
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20519
|
+
tenantOid: bigint;
|
|
20520
|
+
};
|
|
20521
|
+
providerRun: {
|
|
20522
|
+
provider: {
|
|
20523
|
+
oid: bigint;
|
|
20524
|
+
id: string;
|
|
20525
|
+
identifier: string;
|
|
20526
|
+
name: string;
|
|
20527
|
+
createdAt: Date;
|
|
20528
|
+
status: _metorial_subspace_db.ProviderStatus;
|
|
20529
|
+
description: string | null;
|
|
20530
|
+
metadata: unknown | null;
|
|
20531
|
+
updatedAt: Date;
|
|
20532
|
+
slug: string;
|
|
20533
|
+
tag: string;
|
|
20534
|
+
access: _metorial_subspace_db.ProviderAccess;
|
|
20535
|
+
hasEnvironments: boolean;
|
|
20536
|
+
entryOid: bigint;
|
|
20537
|
+
publisherOid: bigint;
|
|
20538
|
+
ownerTenantOid: bigint | null;
|
|
20539
|
+
ownerSolutionOid: number | null;
|
|
20540
|
+
defaultVariantOid: bigint | null;
|
|
20541
|
+
typeOid: number;
|
|
20542
|
+
};
|
|
20543
|
+
session: {
|
|
20544
|
+
oid: bigint;
|
|
20545
|
+
id: string;
|
|
20546
|
+
name: string | null;
|
|
20547
|
+
createdAt: Date;
|
|
20548
|
+
tenantOid: bigint;
|
|
20549
|
+
status: _metorial_subspace_db.SessionStatus;
|
|
20550
|
+
isEphemeral: boolean;
|
|
20551
|
+
description: string | null;
|
|
20552
|
+
metadata: unknown | null;
|
|
20553
|
+
updatedAt: Date;
|
|
20554
|
+
solutionOid: number;
|
|
20555
|
+
environmentOid: bigint;
|
|
20556
|
+
totalProductiveClientMessageCount: number;
|
|
20557
|
+
totalProductiveServerMessageCount: number;
|
|
20558
|
+
lastMessageAt: Date | null;
|
|
20559
|
+
lastActiveAt: Date | null;
|
|
20560
|
+
connectionState: _metorial_subspace_db.SessionConnectionState;
|
|
20561
|
+
isStarted: boolean;
|
|
20562
|
+
sharedProviderName: string | null;
|
|
20563
|
+
sharedProviderDescription: string | null;
|
|
20564
|
+
lastConnectionCreatedAt: Date | null;
|
|
20565
|
+
};
|
|
20566
|
+
sessionProvider: {
|
|
20567
|
+
oid: bigint;
|
|
20568
|
+
id: string;
|
|
20569
|
+
createdAt: Date;
|
|
20570
|
+
tenantOid: bigint;
|
|
20571
|
+
status: _metorial_subspace_db.SessionProviderStatus;
|
|
20572
|
+
isParentDeleted: boolean;
|
|
20573
|
+
isEphemeral: boolean;
|
|
20574
|
+
updatedAt: Date;
|
|
20575
|
+
providerOid: bigint;
|
|
20576
|
+
solutionOid: number;
|
|
20577
|
+
deploymentOid: bigint;
|
|
20578
|
+
environmentOid: bigint;
|
|
20579
|
+
authConfigOid: bigint | null;
|
|
20580
|
+
configOid: bigint;
|
|
20581
|
+
totalProductiveClientMessageCount: number;
|
|
20582
|
+
totalProductiveServerMessageCount: number;
|
|
20583
|
+
lastMessageAt: Date | null;
|
|
20584
|
+
sessionOid: bigint;
|
|
20585
|
+
tag: string;
|
|
20586
|
+
toolFilter: PrismaJson.ToolFilter;
|
|
20587
|
+
fromTemplateOid: bigint | null;
|
|
20588
|
+
fromTemplateProviderOid: bigint | null;
|
|
20589
|
+
};
|
|
20590
|
+
connection: {
|
|
20591
|
+
oid: bigint;
|
|
20592
|
+
id: string;
|
|
20593
|
+
createdAt: Date;
|
|
20594
|
+
tenantOid: bigint;
|
|
20595
|
+
status: _metorial_subspace_db.SessionConnectionStatus;
|
|
20596
|
+
isParentDeleted: boolean;
|
|
20597
|
+
isEphemeral: boolean;
|
|
20598
|
+
solutionOid: number;
|
|
20599
|
+
environmentOid: bigint;
|
|
20600
|
+
expiresAt: Date;
|
|
20601
|
+
token: string;
|
|
20602
|
+
transport: _metorial_subspace_db.SessionConnectionTransport;
|
|
20603
|
+
state: _metorial_subspace_db.SessionConnectionState;
|
|
20604
|
+
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
20605
|
+
isManuallyDisabled: boolean;
|
|
20606
|
+
isReplaced: boolean;
|
|
20607
|
+
totalProductiveClientMessageCount: number;
|
|
20608
|
+
totalProductiveServerMessageCount: number;
|
|
20609
|
+
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
20610
|
+
mcpTransport: _metorial_subspace_db.SessionConnectionMcpConnectionTransport;
|
|
20611
|
+
mcpProtocolVersion: string | null;
|
|
20612
|
+
lastPingAt: Date | null;
|
|
20613
|
+
lastMessageAt: Date | null;
|
|
20614
|
+
lastActiveAt: Date | null;
|
|
20615
|
+
disconnectedAt: Date | null;
|
|
20616
|
+
sessionOid: bigint;
|
|
20617
|
+
participantOid: bigint | null;
|
|
20618
|
+
};
|
|
20619
|
+
} & {
|
|
20620
|
+
oid: bigint;
|
|
20621
|
+
id: string;
|
|
20622
|
+
createdAt: Date;
|
|
20623
|
+
tenantOid: bigint;
|
|
20624
|
+
status: _metorial_subspace_db.ProviderRunStatus;
|
|
20625
|
+
isParentDeleted: boolean;
|
|
20626
|
+
updatedAt: Date;
|
|
20627
|
+
providerOid: bigint;
|
|
20628
|
+
solutionOid: number;
|
|
20629
|
+
environmentOid: bigint;
|
|
20630
|
+
lastPingAt: Date | null;
|
|
20631
|
+
sessionOid: bigint;
|
|
20632
|
+
connectionOid: bigint;
|
|
20633
|
+
completedAt: Date | null;
|
|
20634
|
+
sessionProviderOid: bigint;
|
|
20635
|
+
providerVersionOid: bigint;
|
|
20636
|
+
instanceOid: bigint;
|
|
20637
|
+
};
|
|
20638
|
+
}>;
|
|
20639
|
+
getLogs: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20640
|
+
tenantId: string;
|
|
20641
|
+
environmentId: string;
|
|
20642
|
+
providerRunId: string;
|
|
20643
|
+
}>, {
|
|
20644
|
+
object: string;
|
|
20645
|
+
providerRunId: string;
|
|
20646
|
+
logs: {
|
|
20647
|
+
object: string;
|
|
20648
|
+
timestamp: Date;
|
|
20649
|
+
message: string;
|
|
20650
|
+
outputType: "stdout" | "stderr" | "debug.info" | "debug.warning" | "debug.error";
|
|
20651
|
+
}[];
|
|
20652
|
+
}, {
|
|
20653
|
+
solution: {} & {
|
|
20654
|
+
oid: number;
|
|
20655
|
+
id: string;
|
|
20656
|
+
identifier: string;
|
|
20657
|
+
name: string;
|
|
20658
|
+
createdAt: Date;
|
|
20659
|
+
};
|
|
20660
|
+
tenant: {} & {
|
|
20661
|
+
oid: bigint;
|
|
20662
|
+
id: string;
|
|
20663
|
+
identifier: string;
|
|
20664
|
+
name: string;
|
|
20665
|
+
createdAt: Date;
|
|
20666
|
+
urlKey: string;
|
|
20667
|
+
slateTenantId: string | null;
|
|
20668
|
+
slateTenantIdentifier: string | null;
|
|
20669
|
+
shuttleTenantId: string | null;
|
|
20670
|
+
shuttleTenantIdentifier: string | null;
|
|
20671
|
+
originTenantId: string | null;
|
|
20672
|
+
originTenantIdentifier: string | null;
|
|
20673
|
+
logRetentionInDays: number;
|
|
20674
|
+
} & {
|
|
20675
|
+
environments: {
|
|
20676
|
+
oid: bigint;
|
|
20677
|
+
id: string;
|
|
20678
|
+
identifier: string;
|
|
20679
|
+
name: string;
|
|
20680
|
+
createdAt: Date;
|
|
20681
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20682
|
+
tenantOid: bigint;
|
|
20683
|
+
}[];
|
|
20684
|
+
};
|
|
20685
|
+
environment: {
|
|
20686
|
+
oid: bigint;
|
|
20687
|
+
id: string;
|
|
20688
|
+
identifier: string;
|
|
20689
|
+
name: string;
|
|
20690
|
+
createdAt: Date;
|
|
20691
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20692
|
+
tenantOid: bigint;
|
|
20693
|
+
};
|
|
20694
|
+
providerRun: {
|
|
20695
|
+
provider: {
|
|
20696
|
+
oid: bigint;
|
|
20697
|
+
id: string;
|
|
20698
|
+
identifier: string;
|
|
20699
|
+
name: string;
|
|
20700
|
+
createdAt: Date;
|
|
20701
|
+
status: _metorial_subspace_db.ProviderStatus;
|
|
20702
|
+
description: string | null;
|
|
20703
|
+
metadata: unknown | null;
|
|
20704
|
+
updatedAt: Date;
|
|
20705
|
+
slug: string;
|
|
20706
|
+
tag: string;
|
|
20707
|
+
access: _metorial_subspace_db.ProviderAccess;
|
|
20708
|
+
hasEnvironments: boolean;
|
|
20709
|
+
entryOid: bigint;
|
|
20710
|
+
publisherOid: bigint;
|
|
20711
|
+
ownerTenantOid: bigint | null;
|
|
20712
|
+
ownerSolutionOid: number | null;
|
|
20713
|
+
defaultVariantOid: bigint | null;
|
|
20714
|
+
typeOid: number;
|
|
20715
|
+
};
|
|
20716
|
+
session: {
|
|
20717
|
+
oid: bigint;
|
|
20718
|
+
id: string;
|
|
20719
|
+
name: string | null;
|
|
20720
|
+
createdAt: Date;
|
|
20721
|
+
tenantOid: bigint;
|
|
20722
|
+
status: _metorial_subspace_db.SessionStatus;
|
|
20723
|
+
isEphemeral: boolean;
|
|
20724
|
+
description: string | null;
|
|
20725
|
+
metadata: unknown | null;
|
|
20726
|
+
updatedAt: Date;
|
|
20727
|
+
solutionOid: number;
|
|
20728
|
+
environmentOid: bigint;
|
|
20729
|
+
totalProductiveClientMessageCount: number;
|
|
20730
|
+
totalProductiveServerMessageCount: number;
|
|
20731
|
+
lastMessageAt: Date | null;
|
|
20732
|
+
lastActiveAt: Date | null;
|
|
20733
|
+
connectionState: _metorial_subspace_db.SessionConnectionState;
|
|
20734
|
+
isStarted: boolean;
|
|
20735
|
+
sharedProviderName: string | null;
|
|
20736
|
+
sharedProviderDescription: string | null;
|
|
20737
|
+
lastConnectionCreatedAt: Date | null;
|
|
20738
|
+
};
|
|
20739
|
+
sessionProvider: {
|
|
20740
|
+
oid: bigint;
|
|
20741
|
+
id: string;
|
|
20742
|
+
createdAt: Date;
|
|
20743
|
+
tenantOid: bigint;
|
|
20744
|
+
status: _metorial_subspace_db.SessionProviderStatus;
|
|
20745
|
+
isParentDeleted: boolean;
|
|
20746
|
+
isEphemeral: boolean;
|
|
20747
|
+
updatedAt: Date;
|
|
20748
|
+
providerOid: bigint;
|
|
20749
|
+
solutionOid: number;
|
|
20750
|
+
deploymentOid: bigint;
|
|
20751
|
+
environmentOid: bigint;
|
|
20752
|
+
authConfigOid: bigint | null;
|
|
20753
|
+
configOid: bigint;
|
|
20754
|
+
totalProductiveClientMessageCount: number;
|
|
20755
|
+
totalProductiveServerMessageCount: number;
|
|
20756
|
+
lastMessageAt: Date | null;
|
|
20757
|
+
sessionOid: bigint;
|
|
20758
|
+
tag: string;
|
|
20759
|
+
toolFilter: PrismaJson.ToolFilter;
|
|
20760
|
+
fromTemplateOid: bigint | null;
|
|
20761
|
+
fromTemplateProviderOid: bigint | null;
|
|
20762
|
+
};
|
|
20763
|
+
connection: {
|
|
20764
|
+
oid: bigint;
|
|
20765
|
+
id: string;
|
|
20766
|
+
createdAt: Date;
|
|
20767
|
+
tenantOid: bigint;
|
|
20768
|
+
status: _metorial_subspace_db.SessionConnectionStatus;
|
|
20769
|
+
isParentDeleted: boolean;
|
|
20770
|
+
isEphemeral: boolean;
|
|
20771
|
+
solutionOid: number;
|
|
20772
|
+
environmentOid: bigint;
|
|
20773
|
+
expiresAt: Date;
|
|
20774
|
+
token: string;
|
|
20775
|
+
transport: _metorial_subspace_db.SessionConnectionTransport;
|
|
20776
|
+
state: _metorial_subspace_db.SessionConnectionState;
|
|
20777
|
+
initState: _metorial_subspace_db.SessionConnectionInitState;
|
|
20778
|
+
isManuallyDisabled: boolean;
|
|
20779
|
+
isReplaced: boolean;
|
|
20780
|
+
totalProductiveClientMessageCount: number;
|
|
20781
|
+
totalProductiveServerMessageCount: number;
|
|
20782
|
+
mcpData: PrismaJson.SessionConnectionMcpData;
|
|
20783
|
+
mcpTransport: _metorial_subspace_db.SessionConnectionMcpConnectionTransport;
|
|
20784
|
+
mcpProtocolVersion: string | null;
|
|
20785
|
+
lastPingAt: Date | null;
|
|
20786
|
+
lastMessageAt: Date | null;
|
|
20787
|
+
lastActiveAt: Date | null;
|
|
20788
|
+
disconnectedAt: Date | null;
|
|
20789
|
+
sessionOid: bigint;
|
|
20790
|
+
participantOid: bigint | null;
|
|
20791
|
+
};
|
|
20792
|
+
} & {
|
|
20793
|
+
oid: bigint;
|
|
20794
|
+
id: string;
|
|
20795
|
+
createdAt: Date;
|
|
20796
|
+
tenantOid: bigint;
|
|
20797
|
+
status: _metorial_subspace_db.ProviderRunStatus;
|
|
20798
|
+
isParentDeleted: boolean;
|
|
20799
|
+
updatedAt: Date;
|
|
20800
|
+
providerOid: bigint;
|
|
20801
|
+
solutionOid: number;
|
|
20802
|
+
environmentOid: bigint;
|
|
20803
|
+
lastPingAt: Date | null;
|
|
20804
|
+
sessionOid: bigint;
|
|
20805
|
+
connectionOid: bigint;
|
|
20806
|
+
completedAt: Date | null;
|
|
20807
|
+
sessionProviderOid: bigint;
|
|
20808
|
+
providerVersionOid: bigint;
|
|
20809
|
+
instanceOid: bigint;
|
|
20810
|
+
};
|
|
20811
|
+
}>;
|
|
20812
|
+
};
|
|
20813
|
+
scmConnection: {
|
|
20814
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
20815
|
+
tenantId: string;
|
|
20816
|
+
environmentId: string;
|
|
20817
|
+
actorId: string;
|
|
20818
|
+
}, never>> & {
|
|
20819
|
+
tenantId: string;
|
|
20820
|
+
environmentId: string;
|
|
20821
|
+
actorId: string;
|
|
20822
|
+
} & {
|
|
20823
|
+
limit?: number;
|
|
20824
|
+
after?: string;
|
|
20825
|
+
before?: string;
|
|
20826
|
+
cursor?: string;
|
|
20827
|
+
order?: "asc" | "desc";
|
|
20828
|
+
}, {
|
|
20829
|
+
items: {
|
|
20830
|
+
object: string;
|
|
20831
|
+
id: string;
|
|
20832
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
20833
|
+
externalInstallationId: string | null;
|
|
20834
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
20835
|
+
externalAccountId: string;
|
|
20836
|
+
externalAccountLogin: string;
|
|
20837
|
+
externalAccountName: string | null;
|
|
20838
|
+
externalAccountEmail: string | null;
|
|
20839
|
+
externalAccountImageUrl: string | null;
|
|
20840
|
+
createdAt: Date;
|
|
20841
|
+
updatedAt: Date;
|
|
20842
|
+
}[];
|
|
20843
|
+
__typename: string;
|
|
20844
|
+
pagination: {
|
|
20845
|
+
has_more_after: boolean;
|
|
20846
|
+
has_more_before: boolean;
|
|
20847
|
+
};
|
|
20848
|
+
}, {
|
|
20849
|
+
solution: {} & {
|
|
20850
|
+
oid: number;
|
|
20851
|
+
id: string;
|
|
20852
|
+
identifier: string;
|
|
20853
|
+
name: string;
|
|
20854
|
+
createdAt: Date;
|
|
20855
|
+
};
|
|
20856
|
+
tenant: {} & {
|
|
20857
|
+
oid: bigint;
|
|
20858
|
+
id: string;
|
|
20859
|
+
identifier: string;
|
|
20860
|
+
name: string;
|
|
20861
|
+
createdAt: Date;
|
|
20862
|
+
urlKey: string;
|
|
20863
|
+
slateTenantId: string | null;
|
|
20864
|
+
slateTenantIdentifier: string | null;
|
|
20865
|
+
shuttleTenantId: string | null;
|
|
20866
|
+
shuttleTenantIdentifier: string | null;
|
|
20867
|
+
originTenantId: string | null;
|
|
20868
|
+
originTenantIdentifier: string | null;
|
|
20869
|
+
logRetentionInDays: number;
|
|
20870
|
+
} & {
|
|
20871
|
+
environments: {
|
|
20872
|
+
oid: bigint;
|
|
20873
|
+
id: string;
|
|
20874
|
+
identifier: string;
|
|
20875
|
+
name: string;
|
|
20876
|
+
createdAt: Date;
|
|
20877
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20878
|
+
tenantOid: bigint;
|
|
20879
|
+
}[];
|
|
20880
|
+
};
|
|
20881
|
+
environment: {
|
|
20882
|
+
oid: bigint;
|
|
20883
|
+
id: string;
|
|
20884
|
+
identifier: string;
|
|
20885
|
+
name: string;
|
|
20886
|
+
createdAt: Date;
|
|
20887
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20888
|
+
tenantOid: bigint;
|
|
20889
|
+
};
|
|
20890
|
+
}>;
|
|
20891
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20892
|
+
tenantId: string;
|
|
20893
|
+
environmentId: string;
|
|
20894
|
+
scmConnectionId: string;
|
|
20895
|
+
}>, {
|
|
20896
|
+
object: string;
|
|
20897
|
+
id: string;
|
|
20898
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
20899
|
+
externalInstallationId: string | null;
|
|
20900
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
20901
|
+
externalAccountId: string;
|
|
20902
|
+
externalAccountLogin: string;
|
|
20903
|
+
externalAccountName: string | null;
|
|
20904
|
+
externalAccountEmail: string | null;
|
|
20905
|
+
externalAccountImageUrl: string | null;
|
|
20906
|
+
createdAt: Date;
|
|
20907
|
+
updatedAt: Date;
|
|
20908
|
+
}, {
|
|
20909
|
+
solution: {} & {
|
|
20910
|
+
oid: number;
|
|
20911
|
+
id: string;
|
|
20912
|
+
identifier: string;
|
|
20913
|
+
name: string;
|
|
20914
|
+
createdAt: Date;
|
|
20915
|
+
};
|
|
20916
|
+
tenant: {} & {
|
|
20917
|
+
oid: bigint;
|
|
20918
|
+
id: string;
|
|
20919
|
+
identifier: string;
|
|
20920
|
+
name: string;
|
|
20921
|
+
createdAt: Date;
|
|
20922
|
+
urlKey: string;
|
|
20923
|
+
slateTenantId: string | null;
|
|
20924
|
+
slateTenantIdentifier: string | null;
|
|
20925
|
+
shuttleTenantId: string | null;
|
|
20926
|
+
shuttleTenantIdentifier: string | null;
|
|
20927
|
+
originTenantId: string | null;
|
|
20928
|
+
originTenantIdentifier: string | null;
|
|
20929
|
+
logRetentionInDays: number;
|
|
20930
|
+
} & {
|
|
20931
|
+
environments: {
|
|
20932
|
+
oid: bigint;
|
|
20933
|
+
id: string;
|
|
20934
|
+
identifier: string;
|
|
20935
|
+
name: string;
|
|
20936
|
+
createdAt: Date;
|
|
20937
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20938
|
+
tenantOid: bigint;
|
|
20939
|
+
}[];
|
|
20940
|
+
};
|
|
20941
|
+
environment: {
|
|
20942
|
+
oid: bigint;
|
|
20943
|
+
id: string;
|
|
20944
|
+
identifier: string;
|
|
20945
|
+
name: string;
|
|
20946
|
+
createdAt: Date;
|
|
20947
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
20948
|
+
tenantOid: bigint;
|
|
20949
|
+
};
|
|
20950
|
+
scmConnection: {
|
|
20951
|
+
object: string;
|
|
20952
|
+
id: string;
|
|
20953
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
20954
|
+
externalInstallationId: string | null;
|
|
20955
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
20956
|
+
externalAccountId: string;
|
|
20957
|
+
externalAccountLogin: string;
|
|
20958
|
+
externalAccountName: string | null;
|
|
20959
|
+
externalAccountEmail: string | null;
|
|
20960
|
+
externalAccountImageUrl: string | null;
|
|
20961
|
+
createdAt: Date;
|
|
20962
|
+
updatedAt: Date;
|
|
20963
|
+
};
|
|
20964
|
+
}>;
|
|
20965
|
+
};
|
|
20966
|
+
scmConnectionSetupSession: {
|
|
20967
|
+
create: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20968
|
+
tenantId: string;
|
|
20969
|
+
environmentId: string;
|
|
20970
|
+
actorId: string;
|
|
20971
|
+
redirectUrl: string | undefined;
|
|
20972
|
+
}>, {
|
|
20973
|
+
object: string;
|
|
20974
|
+
id: string;
|
|
20975
|
+
url: string;
|
|
20976
|
+
status: "completed" | "expired" | "pending";
|
|
20977
|
+
connection: {
|
|
20978
|
+
object: string;
|
|
20979
|
+
id: string;
|
|
20980
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
20981
|
+
externalInstallationId: string | null;
|
|
20982
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
20983
|
+
externalAccountId: string;
|
|
20984
|
+
externalAccountLogin: string;
|
|
20985
|
+
externalAccountName: string | null;
|
|
20986
|
+
externalAccountEmail: string | null;
|
|
20987
|
+
externalAccountImageUrl: string | null;
|
|
20988
|
+
createdAt: Date;
|
|
20989
|
+
updatedAt: Date;
|
|
20990
|
+
} | null;
|
|
20991
|
+
createdAt: Date;
|
|
20992
|
+
expiresAt: Date;
|
|
20993
|
+
}, {
|
|
20994
|
+
solution: {} & {
|
|
20995
|
+
oid: number;
|
|
20996
|
+
id: string;
|
|
20997
|
+
identifier: string;
|
|
20998
|
+
name: string;
|
|
20999
|
+
createdAt: Date;
|
|
21000
|
+
};
|
|
21001
|
+
tenant: {} & {
|
|
21002
|
+
oid: bigint;
|
|
21003
|
+
id: string;
|
|
21004
|
+
identifier: string;
|
|
21005
|
+
name: string;
|
|
21006
|
+
createdAt: Date;
|
|
21007
|
+
urlKey: string;
|
|
21008
|
+
slateTenantId: string | null;
|
|
21009
|
+
slateTenantIdentifier: string | null;
|
|
21010
|
+
shuttleTenantId: string | null;
|
|
21011
|
+
shuttleTenantIdentifier: string | null;
|
|
21012
|
+
originTenantId: string | null;
|
|
21013
|
+
originTenantIdentifier: string | null;
|
|
21014
|
+
logRetentionInDays: number;
|
|
21015
|
+
} & {
|
|
21016
|
+
environments: {
|
|
21017
|
+
oid: bigint;
|
|
21018
|
+
id: string;
|
|
21019
|
+
identifier: string;
|
|
21020
|
+
name: string;
|
|
21021
|
+
createdAt: Date;
|
|
21022
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21023
|
+
tenantOid: bigint;
|
|
21024
|
+
}[];
|
|
21025
|
+
};
|
|
21026
|
+
environment: {
|
|
21027
|
+
oid: bigint;
|
|
21028
|
+
id: string;
|
|
21029
|
+
identifier: string;
|
|
21030
|
+
name: string;
|
|
21031
|
+
createdAt: Date;
|
|
21032
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21033
|
+
tenantOid: bigint;
|
|
21034
|
+
};
|
|
21035
|
+
}>;
|
|
21036
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21037
|
+
tenantId: string;
|
|
21038
|
+
environmentId: string;
|
|
21039
|
+
scmConnectionSetupSessionId: string;
|
|
21040
|
+
}>, {
|
|
21041
|
+
object: string;
|
|
21042
|
+
id: string;
|
|
21043
|
+
url: string;
|
|
21044
|
+
status: "completed" | "expired" | "pending";
|
|
21045
|
+
connection: {
|
|
21046
|
+
object: string;
|
|
21047
|
+
id: string;
|
|
21048
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
21049
|
+
externalInstallationId: string | null;
|
|
21050
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
21051
|
+
externalAccountId: string;
|
|
21052
|
+
externalAccountLogin: string;
|
|
21053
|
+
externalAccountName: string | null;
|
|
21054
|
+
externalAccountEmail: string | null;
|
|
21055
|
+
externalAccountImageUrl: string | null;
|
|
21056
|
+
createdAt: Date;
|
|
21057
|
+
updatedAt: Date;
|
|
21058
|
+
} | null;
|
|
21059
|
+
createdAt: Date;
|
|
21060
|
+
expiresAt: Date;
|
|
21061
|
+
}, {
|
|
21062
|
+
solution: {} & {
|
|
21063
|
+
oid: number;
|
|
21064
|
+
id: string;
|
|
21065
|
+
identifier: string;
|
|
21066
|
+
name: string;
|
|
21067
|
+
createdAt: Date;
|
|
21068
|
+
};
|
|
21069
|
+
tenant: {} & {
|
|
21070
|
+
oid: bigint;
|
|
21071
|
+
id: string;
|
|
21072
|
+
identifier: string;
|
|
21073
|
+
name: string;
|
|
21074
|
+
createdAt: Date;
|
|
21075
|
+
urlKey: string;
|
|
21076
|
+
slateTenantId: string | null;
|
|
21077
|
+
slateTenantIdentifier: string | null;
|
|
21078
|
+
shuttleTenantId: string | null;
|
|
21079
|
+
shuttleTenantIdentifier: string | null;
|
|
21080
|
+
originTenantId: string | null;
|
|
21081
|
+
originTenantIdentifier: string | null;
|
|
21082
|
+
logRetentionInDays: number;
|
|
21083
|
+
} & {
|
|
21084
|
+
environments: {
|
|
21085
|
+
oid: bigint;
|
|
21086
|
+
id: string;
|
|
21087
|
+
identifier: string;
|
|
21088
|
+
name: string;
|
|
21089
|
+
createdAt: Date;
|
|
21090
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21091
|
+
tenantOid: bigint;
|
|
21092
|
+
}[];
|
|
21093
|
+
};
|
|
21094
|
+
environment: {
|
|
21095
|
+
oid: bigint;
|
|
21096
|
+
id: string;
|
|
21097
|
+
identifier: string;
|
|
21098
|
+
name: string;
|
|
21099
|
+
createdAt: Date;
|
|
21100
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21101
|
+
tenantOid: bigint;
|
|
21102
|
+
};
|
|
21103
|
+
scmConnectionSetupSession: {
|
|
21104
|
+
id: string;
|
|
21105
|
+
url: string;
|
|
21106
|
+
status: "completed" | "pending" | "expired";
|
|
21107
|
+
installation: {
|
|
21108
|
+
object: string;
|
|
21109
|
+
id: string;
|
|
21110
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
21111
|
+
externalInstallationId: string | null;
|
|
21112
|
+
accountType: _metorial_services_origin_client.ScmAccountType | null;
|
|
21113
|
+
externalAccountId: string;
|
|
21114
|
+
externalAccountLogin: string;
|
|
21115
|
+
externalAccountName: string | null;
|
|
21116
|
+
externalAccountEmail: string | null;
|
|
21117
|
+
externalAccountImageUrl: string | null;
|
|
21118
|
+
createdAt: Date;
|
|
21119
|
+
updatedAt: Date;
|
|
21120
|
+
} | null;
|
|
21121
|
+
createdAt: Date;
|
|
21122
|
+
expiresAt: Date;
|
|
21123
|
+
};
|
|
21124
|
+
}>;
|
|
21125
|
+
};
|
|
21126
|
+
scmProvider: {
|
|
21127
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
21128
|
+
tenantId: string;
|
|
21129
|
+
environmentId: string;
|
|
21130
|
+
}, never>> & {
|
|
21131
|
+
tenantId: string;
|
|
21132
|
+
environmentId: string;
|
|
21133
|
+
} & {
|
|
21134
|
+
limit?: number;
|
|
21135
|
+
after?: string;
|
|
21136
|
+
before?: string;
|
|
21137
|
+
cursor?: string;
|
|
21138
|
+
order?: "asc" | "desc";
|
|
21139
|
+
}, {
|
|
21140
|
+
items: {
|
|
21141
|
+
object: string;
|
|
21142
|
+
id: string;
|
|
21143
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21144
|
+
name: string;
|
|
21145
|
+
description: string | null;
|
|
21146
|
+
apiUrl: string;
|
|
21147
|
+
webUrl: string;
|
|
21148
|
+
isDefault: boolean;
|
|
21149
|
+
createdAt: Date;
|
|
21150
|
+
updatedAt: Date;
|
|
21151
|
+
}[];
|
|
21152
|
+
__typename: string;
|
|
21153
|
+
pagination: {
|
|
21154
|
+
has_more_after: boolean;
|
|
21155
|
+
has_more_before: boolean;
|
|
21156
|
+
};
|
|
21157
|
+
}, {
|
|
21158
|
+
solution: {} & {
|
|
21159
|
+
oid: number;
|
|
21160
|
+
id: string;
|
|
21161
|
+
identifier: string;
|
|
21162
|
+
name: string;
|
|
21163
|
+
createdAt: Date;
|
|
21164
|
+
};
|
|
21165
|
+
tenant: {} & {
|
|
21166
|
+
oid: bigint;
|
|
21167
|
+
id: string;
|
|
21168
|
+
identifier: string;
|
|
21169
|
+
name: string;
|
|
21170
|
+
createdAt: Date;
|
|
21171
|
+
urlKey: string;
|
|
21172
|
+
slateTenantId: string | null;
|
|
21173
|
+
slateTenantIdentifier: string | null;
|
|
21174
|
+
shuttleTenantId: string | null;
|
|
21175
|
+
shuttleTenantIdentifier: string | null;
|
|
21176
|
+
originTenantId: string | null;
|
|
21177
|
+
originTenantIdentifier: string | null;
|
|
21178
|
+
logRetentionInDays: number;
|
|
21179
|
+
} & {
|
|
21180
|
+
environments: {
|
|
21181
|
+
oid: bigint;
|
|
21182
|
+
id: string;
|
|
21183
|
+
identifier: string;
|
|
21184
|
+
name: string;
|
|
21185
|
+
createdAt: Date;
|
|
21186
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21187
|
+
tenantOid: bigint;
|
|
21188
|
+
}[];
|
|
21189
|
+
};
|
|
21190
|
+
environment: {
|
|
21191
|
+
oid: bigint;
|
|
21192
|
+
id: string;
|
|
21193
|
+
identifier: string;
|
|
21194
|
+
name: string;
|
|
21195
|
+
createdAt: Date;
|
|
21196
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21197
|
+
tenantOid: bigint;
|
|
21198
|
+
};
|
|
21199
|
+
}>;
|
|
21200
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21201
|
+
tenantId: string;
|
|
21202
|
+
environmentId: string;
|
|
21203
|
+
scmProviderId: string;
|
|
21204
|
+
}>, {
|
|
21205
|
+
object: string;
|
|
21206
|
+
id: string;
|
|
21207
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21208
|
+
name: string;
|
|
21209
|
+
description: string | null;
|
|
21210
|
+
apiUrl: string;
|
|
21211
|
+
webUrl: string;
|
|
21212
|
+
isDefault: boolean;
|
|
21213
|
+
createdAt: Date;
|
|
21214
|
+
updatedAt: Date;
|
|
21215
|
+
}, {
|
|
21216
|
+
solution: {} & {
|
|
21217
|
+
oid: number;
|
|
21218
|
+
id: string;
|
|
21219
|
+
identifier: string;
|
|
21220
|
+
name: string;
|
|
21221
|
+
createdAt: Date;
|
|
21222
|
+
};
|
|
21223
|
+
tenant: {} & {
|
|
21224
|
+
oid: bigint;
|
|
21225
|
+
id: string;
|
|
21226
|
+
identifier: string;
|
|
21227
|
+
name: string;
|
|
21228
|
+
createdAt: Date;
|
|
21229
|
+
urlKey: string;
|
|
21230
|
+
slateTenantId: string | null;
|
|
21231
|
+
slateTenantIdentifier: string | null;
|
|
21232
|
+
shuttleTenantId: string | null;
|
|
21233
|
+
shuttleTenantIdentifier: string | null;
|
|
21234
|
+
originTenantId: string | null;
|
|
21235
|
+
originTenantIdentifier: string | null;
|
|
21236
|
+
logRetentionInDays: number;
|
|
21237
|
+
} & {
|
|
21238
|
+
environments: {
|
|
21239
|
+
oid: bigint;
|
|
21240
|
+
id: string;
|
|
21241
|
+
identifier: string;
|
|
21242
|
+
name: string;
|
|
21243
|
+
createdAt: Date;
|
|
21244
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21245
|
+
tenantOid: bigint;
|
|
21246
|
+
}[];
|
|
21247
|
+
};
|
|
21248
|
+
environment: {
|
|
21249
|
+
oid: bigint;
|
|
21250
|
+
id: string;
|
|
21251
|
+
identifier: string;
|
|
21252
|
+
name: string;
|
|
21253
|
+
createdAt: Date;
|
|
21254
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21255
|
+
tenantOid: bigint;
|
|
21256
|
+
};
|
|
21257
|
+
scmProvider: {
|
|
21258
|
+
object: string;
|
|
21259
|
+
id: string;
|
|
21260
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21261
|
+
name: string;
|
|
21262
|
+
description: string | null;
|
|
21263
|
+
apiUrl: string;
|
|
21264
|
+
webUrl: string;
|
|
21265
|
+
appSlug: string | null;
|
|
21266
|
+
isDefault: boolean;
|
|
21267
|
+
hasCredentials: boolean;
|
|
21268
|
+
createdAt: Date;
|
|
21269
|
+
updatedAt: Date;
|
|
21270
|
+
};
|
|
21271
|
+
}>;
|
|
21272
|
+
};
|
|
21273
|
+
scmProviderSetupSession: {
|
|
21274
|
+
create: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21275
|
+
tenantId: string;
|
|
21276
|
+
environmentId: string;
|
|
21277
|
+
type: "github_enterprise" | "gitlab_selfhosted";
|
|
21278
|
+
}>, {
|
|
21279
|
+
object: string;
|
|
21280
|
+
id: string;
|
|
21281
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21282
|
+
url: string;
|
|
21283
|
+
status: "completed" | "expired" | "pending";
|
|
21284
|
+
provider: {
|
|
21285
|
+
object: string;
|
|
21286
|
+
id: string;
|
|
21287
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21288
|
+
name: string;
|
|
21289
|
+
description: string | null;
|
|
21290
|
+
apiUrl: string;
|
|
21291
|
+
webUrl: string;
|
|
21292
|
+
isDefault: boolean;
|
|
21293
|
+
createdAt: Date;
|
|
21294
|
+
updatedAt: Date;
|
|
21295
|
+
} | null;
|
|
21296
|
+
createdAt: Date;
|
|
21297
|
+
expiresAt: Date;
|
|
21298
|
+
}, {
|
|
21299
|
+
solution: {} & {
|
|
21300
|
+
oid: number;
|
|
21301
|
+
id: string;
|
|
21302
|
+
identifier: string;
|
|
21303
|
+
name: string;
|
|
21304
|
+
createdAt: Date;
|
|
21305
|
+
};
|
|
21306
|
+
tenant: {} & {
|
|
21307
|
+
oid: bigint;
|
|
21308
|
+
id: string;
|
|
21309
|
+
identifier: string;
|
|
21310
|
+
name: string;
|
|
21311
|
+
createdAt: Date;
|
|
21312
|
+
urlKey: string;
|
|
21313
|
+
slateTenantId: string | null;
|
|
21314
|
+
slateTenantIdentifier: string | null;
|
|
21315
|
+
shuttleTenantId: string | null;
|
|
21316
|
+
shuttleTenantIdentifier: string | null;
|
|
21317
|
+
originTenantId: string | null;
|
|
21318
|
+
originTenantIdentifier: string | null;
|
|
21319
|
+
logRetentionInDays: number;
|
|
21320
|
+
} & {
|
|
21321
|
+
environments: {
|
|
21322
|
+
oid: bigint;
|
|
21323
|
+
id: string;
|
|
21324
|
+
identifier: string;
|
|
21325
|
+
name: string;
|
|
21326
|
+
createdAt: Date;
|
|
21327
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21328
|
+
tenantOid: bigint;
|
|
21329
|
+
}[];
|
|
21330
|
+
};
|
|
21331
|
+
environment: {
|
|
21332
|
+
oid: bigint;
|
|
21333
|
+
id: string;
|
|
21334
|
+
identifier: string;
|
|
21335
|
+
name: string;
|
|
21336
|
+
createdAt: Date;
|
|
21337
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21338
|
+
tenantOid: bigint;
|
|
21339
|
+
};
|
|
21340
|
+
}>;
|
|
21341
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21342
|
+
tenantId: string;
|
|
21343
|
+
environmentId: string;
|
|
21344
|
+
scmProviderSetupSessionId: string;
|
|
21345
|
+
}>, {
|
|
21346
|
+
object: string;
|
|
21347
|
+
id: string;
|
|
21348
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21349
|
+
url: string;
|
|
21350
|
+
status: "completed" | "expired" | "pending";
|
|
21351
|
+
provider: {
|
|
21352
|
+
object: string;
|
|
21353
|
+
id: string;
|
|
21354
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21355
|
+
name: string;
|
|
21356
|
+
description: string | null;
|
|
21357
|
+
apiUrl: string;
|
|
21358
|
+
webUrl: string;
|
|
21359
|
+
isDefault: boolean;
|
|
21360
|
+
createdAt: Date;
|
|
21361
|
+
updatedAt: Date;
|
|
21362
|
+
} | null;
|
|
21363
|
+
createdAt: Date;
|
|
21364
|
+
expiresAt: Date;
|
|
21365
|
+
}, {
|
|
21366
|
+
solution: {} & {
|
|
21367
|
+
oid: number;
|
|
21368
|
+
id: string;
|
|
21369
|
+
identifier: string;
|
|
21370
|
+
name: string;
|
|
21371
|
+
createdAt: Date;
|
|
21372
|
+
};
|
|
21373
|
+
tenant: {} & {
|
|
21374
|
+
oid: bigint;
|
|
21375
|
+
id: string;
|
|
21376
|
+
identifier: string;
|
|
21377
|
+
name: string;
|
|
21378
|
+
createdAt: Date;
|
|
21379
|
+
urlKey: string;
|
|
21380
|
+
slateTenantId: string | null;
|
|
21381
|
+
slateTenantIdentifier: string | null;
|
|
21382
|
+
shuttleTenantId: string | null;
|
|
21383
|
+
shuttleTenantIdentifier: string | null;
|
|
21384
|
+
originTenantId: string | null;
|
|
21385
|
+
originTenantIdentifier: string | null;
|
|
21386
|
+
logRetentionInDays: number;
|
|
21387
|
+
} & {
|
|
21388
|
+
environments: {
|
|
21389
|
+
oid: bigint;
|
|
21390
|
+
id: string;
|
|
21391
|
+
identifier: string;
|
|
21392
|
+
name: string;
|
|
21393
|
+
createdAt: Date;
|
|
21394
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21395
|
+
tenantOid: bigint;
|
|
21396
|
+
}[];
|
|
21397
|
+
};
|
|
21398
|
+
environment: {
|
|
21399
|
+
oid: bigint;
|
|
21400
|
+
id: string;
|
|
21401
|
+
identifier: string;
|
|
21402
|
+
name: string;
|
|
21403
|
+
createdAt: Date;
|
|
21404
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21405
|
+
tenantOid: bigint;
|
|
21406
|
+
};
|
|
21407
|
+
scmProviderSetupSession: {
|
|
21408
|
+
object: string;
|
|
21409
|
+
id: string;
|
|
21410
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21411
|
+
url: string;
|
|
21412
|
+
parentInstallationSessionId: string | null;
|
|
21413
|
+
status: "completed" | "pending" | "expired";
|
|
21414
|
+
backend: {
|
|
21415
|
+
object: string;
|
|
21416
|
+
id: string;
|
|
21417
|
+
type: _metorial_services_origin_client.ScmBackendType;
|
|
21418
|
+
name: string;
|
|
21419
|
+
description: string | null;
|
|
21420
|
+
apiUrl: string;
|
|
21421
|
+
webUrl: string;
|
|
21422
|
+
appSlug: string | null;
|
|
21423
|
+
isDefault: boolean;
|
|
21424
|
+
hasCredentials: boolean;
|
|
21425
|
+
createdAt: Date;
|
|
21426
|
+
updatedAt: Date;
|
|
21427
|
+
} | null;
|
|
21428
|
+
createdAt: Date;
|
|
21429
|
+
expiresAt: Date;
|
|
21430
|
+
};
|
|
21431
|
+
}>;
|
|
21432
|
+
};
|
|
21433
|
+
scmRepository: {
|
|
21434
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
21435
|
+
tenantId: string;
|
|
21436
|
+
environmentId: string;
|
|
21437
|
+
ids: string[] | undefined;
|
|
21438
|
+
customProviderIds: string[] | undefined;
|
|
21439
|
+
}, "ids" | "customProviderIds">> & {
|
|
21440
|
+
tenantId: string;
|
|
21441
|
+
environmentId: string;
|
|
21442
|
+
} & {
|
|
21443
|
+
limit?: number;
|
|
21444
|
+
after?: string;
|
|
21445
|
+
before?: string;
|
|
21446
|
+
cursor?: string;
|
|
21447
|
+
order?: "asc" | "desc";
|
|
21448
|
+
}, {
|
|
21449
|
+
__typename: string;
|
|
21450
|
+
items: {
|
|
21451
|
+
object: string;
|
|
21452
|
+
id: string;
|
|
21453
|
+
provider: {
|
|
21454
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
21455
|
+
id: string;
|
|
21456
|
+
name: string;
|
|
21457
|
+
owner: string;
|
|
21458
|
+
};
|
|
21459
|
+
url: string;
|
|
21460
|
+
isPrivate: boolean;
|
|
21461
|
+
defaultBranch: string;
|
|
21462
|
+
createdAt: Date;
|
|
21463
|
+
}[];
|
|
21464
|
+
pagination: {
|
|
21465
|
+
has_more_after: boolean;
|
|
21466
|
+
has_more_before: boolean;
|
|
21467
|
+
};
|
|
21468
|
+
}, {
|
|
21469
|
+
solution: {} & {
|
|
21470
|
+
oid: number;
|
|
21471
|
+
id: string;
|
|
21472
|
+
identifier: string;
|
|
21473
|
+
name: string;
|
|
21474
|
+
createdAt: Date;
|
|
21475
|
+
};
|
|
21476
|
+
tenant: {} & {
|
|
21477
|
+
oid: bigint;
|
|
21478
|
+
id: string;
|
|
21479
|
+
identifier: string;
|
|
21480
|
+
name: string;
|
|
21481
|
+
createdAt: Date;
|
|
21482
|
+
urlKey: string;
|
|
21483
|
+
slateTenantId: string | null;
|
|
21484
|
+
slateTenantIdentifier: string | null;
|
|
21485
|
+
shuttleTenantId: string | null;
|
|
21486
|
+
shuttleTenantIdentifier: string | null;
|
|
21487
|
+
originTenantId: string | null;
|
|
21488
|
+
originTenantIdentifier: string | null;
|
|
21489
|
+
logRetentionInDays: number;
|
|
21490
|
+
} & {
|
|
21491
|
+
environments: {
|
|
21492
|
+
oid: bigint;
|
|
21493
|
+
id: string;
|
|
21494
|
+
identifier: string;
|
|
21495
|
+
name: string;
|
|
21496
|
+
createdAt: Date;
|
|
21497
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21498
|
+
tenantOid: bigint;
|
|
21499
|
+
}[];
|
|
21500
|
+
};
|
|
21501
|
+
environment: {
|
|
21502
|
+
oid: bigint;
|
|
21503
|
+
id: string;
|
|
21504
|
+
identifier: string;
|
|
21505
|
+
name: string;
|
|
21506
|
+
createdAt: Date;
|
|
21507
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21508
|
+
tenantOid: bigint;
|
|
21509
|
+
};
|
|
21510
|
+
}>;
|
|
21511
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21512
|
+
tenantId: string;
|
|
21513
|
+
environmentId: string;
|
|
21514
|
+
scmRepositoryId: string;
|
|
21515
|
+
}>, {
|
|
21516
|
+
object: string;
|
|
21517
|
+
id: string;
|
|
21518
|
+
provider: {
|
|
21519
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
21520
|
+
id: string;
|
|
21521
|
+
name: string;
|
|
21522
|
+
owner: string;
|
|
21523
|
+
};
|
|
21524
|
+
url: string;
|
|
21525
|
+
isPrivate: boolean;
|
|
21526
|
+
defaultBranch: string;
|
|
21527
|
+
createdAt: Date;
|
|
21528
|
+
}, {
|
|
21529
|
+
solution: {} & {
|
|
21530
|
+
oid: number;
|
|
21531
|
+
id: string;
|
|
21532
|
+
identifier: string;
|
|
21533
|
+
name: string;
|
|
21534
|
+
createdAt: Date;
|
|
21535
|
+
};
|
|
21536
|
+
tenant: {} & {
|
|
21537
|
+
oid: bigint;
|
|
21538
|
+
id: string;
|
|
21539
|
+
identifier: string;
|
|
21540
|
+
name: string;
|
|
21541
|
+
createdAt: Date;
|
|
21542
|
+
urlKey: string;
|
|
21543
|
+
slateTenantId: string | null;
|
|
21544
|
+
slateTenantIdentifier: string | null;
|
|
21545
|
+
shuttleTenantId: string | null;
|
|
21546
|
+
shuttleTenantIdentifier: string | null;
|
|
21547
|
+
originTenantId: string | null;
|
|
21548
|
+
originTenantIdentifier: string | null;
|
|
21549
|
+
logRetentionInDays: number;
|
|
21550
|
+
} & {
|
|
21551
|
+
environments: {
|
|
21552
|
+
oid: bigint;
|
|
21553
|
+
id: string;
|
|
21554
|
+
identifier: string;
|
|
21555
|
+
name: string;
|
|
21556
|
+
createdAt: Date;
|
|
21557
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21558
|
+
tenantOid: bigint;
|
|
21559
|
+
}[];
|
|
21560
|
+
};
|
|
21561
|
+
environment: {
|
|
21562
|
+
oid: bigint;
|
|
21563
|
+
id: string;
|
|
21564
|
+
identifier: string;
|
|
21565
|
+
name: string;
|
|
21566
|
+
createdAt: Date;
|
|
21567
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21568
|
+
tenantOid: bigint;
|
|
21569
|
+
};
|
|
21570
|
+
scmRepository: {
|
|
21571
|
+
oid: bigint;
|
|
21572
|
+
id: string;
|
|
21573
|
+
identifier: string;
|
|
21574
|
+
name: string;
|
|
21575
|
+
createdAt: Date;
|
|
21576
|
+
tenantOid: bigint;
|
|
21577
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
21578
|
+
solutionOid: number;
|
|
21579
|
+
fromRepoUrl: string | null;
|
|
21580
|
+
externalId: string;
|
|
21581
|
+
externalName: string;
|
|
21582
|
+
externalOwner: string;
|
|
21583
|
+
externalUrl: string;
|
|
21584
|
+
externalIsPrivate: boolean;
|
|
21585
|
+
defaultBranch: string;
|
|
21586
|
+
};
|
|
21587
|
+
}>;
|
|
21588
|
+
listAccountPreviews: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21589
|
+
tenantId: string;
|
|
21590
|
+
environmentId: string;
|
|
21591
|
+
scmConnectionId: string;
|
|
21592
|
+
}>, {
|
|
21593
|
+
object: string;
|
|
21594
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
21595
|
+
externalId: string;
|
|
21596
|
+
name: string;
|
|
21597
|
+
identifier: string;
|
|
21598
|
+
}[], {
|
|
21599
|
+
solution: {} & {
|
|
21600
|
+
oid: number;
|
|
21601
|
+
id: string;
|
|
21602
|
+
identifier: string;
|
|
21603
|
+
name: string;
|
|
21604
|
+
createdAt: Date;
|
|
21605
|
+
};
|
|
21606
|
+
tenant: {} & {
|
|
21607
|
+
oid: bigint;
|
|
21608
|
+
id: string;
|
|
21609
|
+
identifier: string;
|
|
21610
|
+
name: string;
|
|
21611
|
+
createdAt: Date;
|
|
21612
|
+
urlKey: string;
|
|
21613
|
+
slateTenantId: string | null;
|
|
21614
|
+
slateTenantIdentifier: string | null;
|
|
21615
|
+
shuttleTenantId: string | null;
|
|
21616
|
+
shuttleTenantIdentifier: string | null;
|
|
21617
|
+
originTenantId: string | null;
|
|
21618
|
+
originTenantIdentifier: string | null;
|
|
21619
|
+
logRetentionInDays: number;
|
|
21620
|
+
} & {
|
|
21621
|
+
environments: {
|
|
21622
|
+
oid: bigint;
|
|
21623
|
+
id: string;
|
|
21624
|
+
identifier: string;
|
|
21625
|
+
name: string;
|
|
21626
|
+
createdAt: Date;
|
|
21627
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21628
|
+
tenantOid: bigint;
|
|
21629
|
+
}[];
|
|
21630
|
+
};
|
|
21631
|
+
environment: {
|
|
21632
|
+
oid: bigint;
|
|
21633
|
+
id: string;
|
|
21634
|
+
identifier: string;
|
|
21635
|
+
name: string;
|
|
21636
|
+
createdAt: Date;
|
|
21637
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21638
|
+
tenantOid: bigint;
|
|
21639
|
+
};
|
|
21640
|
+
}>;
|
|
21641
|
+
listRepositoryPreviews: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
21642
|
+
tenantId: string;
|
|
21643
|
+
environmentId: string;
|
|
21644
|
+
scmConnectionId: string;
|
|
21645
|
+
externalAccountId: string | undefined;
|
|
21646
|
+
}>, {
|
|
21647
|
+
object: string;
|
|
21648
|
+
provider: _metorial_services_origin_client.ScmProvider;
|
|
21649
|
+
externalId: string;
|
|
21650
|
+
name: String;
|
|
21651
|
+
identifier: String;
|
|
21652
|
+
}[], {
|
|
21653
|
+
solution: {} & {
|
|
21654
|
+
oid: number;
|
|
21655
|
+
id: string;
|
|
21656
|
+
identifier: string;
|
|
21657
|
+
name: string;
|
|
21658
|
+
createdAt: Date;
|
|
21659
|
+
};
|
|
21660
|
+
tenant: {} & {
|
|
21661
|
+
oid: bigint;
|
|
21662
|
+
id: string;
|
|
21663
|
+
identifier: string;
|
|
21664
|
+
name: string;
|
|
21665
|
+
createdAt: Date;
|
|
21666
|
+
urlKey: string;
|
|
21667
|
+
slateTenantId: string | null;
|
|
21668
|
+
slateTenantIdentifier: string | null;
|
|
21669
|
+
shuttleTenantId: string | null;
|
|
21670
|
+
shuttleTenantIdentifier: string | null;
|
|
21671
|
+
originTenantId: string | null;
|
|
21672
|
+
originTenantIdentifier: string | null;
|
|
21673
|
+
logRetentionInDays: number;
|
|
21674
|
+
} & {
|
|
21675
|
+
environments: {
|
|
21676
|
+
oid: bigint;
|
|
21677
|
+
id: string;
|
|
21678
|
+
identifier: string;
|
|
21679
|
+
name: string;
|
|
21680
|
+
createdAt: Date;
|
|
21681
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
21682
|
+
tenantOid: bigint;
|
|
21683
|
+
}[];
|
|
21684
|
+
};
|
|
21685
|
+
environment: {
|
|
21686
|
+
oid: bigint;
|
|
21687
|
+
id: string;
|
|
21688
|
+
identifier: string;
|
|
21689
|
+
name: string;
|
|
21690
|
+
createdAt: Date;
|
|
21691
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
19819
21692
|
tenantOid: bigint;
|
|
19820
|
-
status: _metorial_subspace_db.ProviderRunStatus;
|
|
19821
|
-
isParentDeleted: boolean;
|
|
19822
|
-
updatedAt: Date;
|
|
19823
|
-
providerOid: bigint;
|
|
19824
|
-
solutionOid: number;
|
|
19825
|
-
environmentOid: bigint;
|
|
19826
|
-
lastPingAt: Date | null;
|
|
19827
|
-
sessionOid: bigint;
|
|
19828
|
-
connectionOid: bigint;
|
|
19829
|
-
completedAt: Date | null;
|
|
19830
|
-
sessionProviderOid: bigint;
|
|
19831
|
-
providerVersionOid: bigint;
|
|
19832
|
-
instanceOid: bigint;
|
|
19833
21693
|
};
|
|
19834
21694
|
}>;
|
|
19835
21695
|
};
|