@metorial-services/subspace-client 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +2848 -50
- package/dist/index.d.ts +2848 -50
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -420,6 +420,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
420
420
|
description: string | null;
|
|
421
421
|
updatedAt: Date;
|
|
422
422
|
tag: string;
|
|
423
|
+
image: PrismaJson.EntityImage | null;
|
|
423
424
|
};
|
|
424
425
|
}>;
|
|
425
426
|
};
|
|
@@ -816,6 +817,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
816
817
|
description: string | null;
|
|
817
818
|
updatedAt: Date;
|
|
818
819
|
tag: string;
|
|
820
|
+
image: PrismaJson.EntityImage | null;
|
|
819
821
|
};
|
|
820
822
|
entry: {
|
|
821
823
|
oid: bigint;
|
|
@@ -864,6 +866,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
864
866
|
description: string | null;
|
|
865
867
|
updatedAt: Date;
|
|
866
868
|
tag: string;
|
|
869
|
+
image: PrismaJson.EntityImage | null;
|
|
867
870
|
};
|
|
868
871
|
provider: {
|
|
869
872
|
oid: bigint;
|
|
@@ -879,6 +882,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
879
882
|
tag: string;
|
|
880
883
|
access: _metorial_subspace_db.ProviderAccess;
|
|
881
884
|
hasEnvironments: boolean;
|
|
885
|
+
globalIdentifier: string | null;
|
|
882
886
|
entryOid: bigint;
|
|
883
887
|
publisherOid: bigint;
|
|
884
888
|
ownerTenantOid: bigint | null;
|
|
@@ -934,6 +938,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
934
938
|
identifier: string;
|
|
935
939
|
createdAt: Date;
|
|
936
940
|
updatedAt: Date;
|
|
941
|
+
identifierInRegistry: string | null;
|
|
942
|
+
registryUrl: string | null;
|
|
937
943
|
} | null;
|
|
938
944
|
} & {
|
|
939
945
|
oid: bigint;
|
|
@@ -967,6 +973,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
967
973
|
tag: string;
|
|
968
974
|
access: _metorial_subspace_db.ProviderAccess;
|
|
969
975
|
hasEnvironments: boolean;
|
|
976
|
+
globalIdentifier: string | null;
|
|
970
977
|
entryOid: bigint;
|
|
971
978
|
publisherOid: bigint;
|
|
972
979
|
ownerTenantOid: bigint | null;
|
|
@@ -1179,6 +1186,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1179
1186
|
description: string | null;
|
|
1180
1187
|
updatedAt: Date;
|
|
1181
1188
|
tag: string;
|
|
1189
|
+
image: PrismaJson.EntityImage | null;
|
|
1182
1190
|
};
|
|
1183
1191
|
entry: {
|
|
1184
1192
|
oid: bigint;
|
|
@@ -1227,6 +1235,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1227
1235
|
description: string | null;
|
|
1228
1236
|
updatedAt: Date;
|
|
1229
1237
|
tag: string;
|
|
1238
|
+
image: PrismaJson.EntityImage | null;
|
|
1230
1239
|
};
|
|
1231
1240
|
provider: {
|
|
1232
1241
|
oid: bigint;
|
|
@@ -1242,6 +1251,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1242
1251
|
tag: string;
|
|
1243
1252
|
access: _metorial_subspace_db.ProviderAccess;
|
|
1244
1253
|
hasEnvironments: boolean;
|
|
1254
|
+
globalIdentifier: string | null;
|
|
1245
1255
|
entryOid: bigint;
|
|
1246
1256
|
publisherOid: bigint;
|
|
1247
1257
|
ownerTenantOid: bigint | null;
|
|
@@ -1297,6 +1307,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1297
1307
|
identifier: string;
|
|
1298
1308
|
createdAt: Date;
|
|
1299
1309
|
updatedAt: Date;
|
|
1310
|
+
identifierInRegistry: string | null;
|
|
1311
|
+
registryUrl: string | null;
|
|
1300
1312
|
} | null;
|
|
1301
1313
|
} & {
|
|
1302
1314
|
oid: bigint;
|
|
@@ -1330,6 +1342,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1330
1342
|
tag: string;
|
|
1331
1343
|
access: _metorial_subspace_db.ProviderAccess;
|
|
1332
1344
|
hasEnvironments: boolean;
|
|
1345
|
+
globalIdentifier: string | null;
|
|
1333
1346
|
entryOid: bigint;
|
|
1334
1347
|
publisherOid: bigint;
|
|
1335
1348
|
ownerTenantOid: bigint | null;
|
|
@@ -1569,6 +1582,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1569
1582
|
tag: string;
|
|
1570
1583
|
access: _metorial_subspace_db.ProviderAccess;
|
|
1571
1584
|
hasEnvironments: boolean;
|
|
1585
|
+
globalIdentifier: string | null;
|
|
1572
1586
|
entryOid: bigint;
|
|
1573
1587
|
publisherOid: bigint;
|
|
1574
1588
|
ownerTenantOid: bigint | null;
|
|
@@ -1901,6 +1915,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
1901
1915
|
tag: string;
|
|
1902
1916
|
access: _metorial_subspace_db.ProviderAccess;
|
|
1903
1917
|
hasEnvironments: boolean;
|
|
1918
|
+
globalIdentifier: string | null;
|
|
1904
1919
|
entryOid: bigint;
|
|
1905
1920
|
publisherOid: bigint;
|
|
1906
1921
|
ownerTenantOid: bigint | null;
|
|
@@ -2166,6 +2181,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2166
2181
|
tag: string;
|
|
2167
2182
|
access: _metorial_subspace_db.ProviderAccess;
|
|
2168
2183
|
hasEnvironments: boolean;
|
|
2184
|
+
globalIdentifier: string | null;
|
|
2169
2185
|
entryOid: bigint;
|
|
2170
2186
|
publisherOid: bigint;
|
|
2171
2187
|
ownerTenantOid: bigint | null;
|
|
@@ -2341,6 +2357,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2341
2357
|
tag: string;
|
|
2342
2358
|
access: _metorial_subspace_db.ProviderAccess;
|
|
2343
2359
|
hasEnvironments: boolean;
|
|
2360
|
+
globalIdentifier: string | null;
|
|
2344
2361
|
entryOid: bigint;
|
|
2345
2362
|
publisherOid: bigint;
|
|
2346
2363
|
ownerTenantOid: bigint | null;
|
|
@@ -2628,6 +2645,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
2628
2645
|
tag: string;
|
|
2629
2646
|
access: _metorial_subspace_db.ProviderAccess;
|
|
2630
2647
|
hasEnvironments: boolean;
|
|
2648
|
+
globalIdentifier: string | null;
|
|
2631
2649
|
entryOid: bigint;
|
|
2632
2650
|
publisherOid: bigint;
|
|
2633
2651
|
ownerTenantOid: bigint | null;
|
|
@@ -3180,6 +3198,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3180
3198
|
tag: string;
|
|
3181
3199
|
access: _metorial_subspace_db.ProviderAccess;
|
|
3182
3200
|
hasEnvironments: boolean;
|
|
3201
|
+
globalIdentifier: string | null;
|
|
3183
3202
|
entryOid: bigint;
|
|
3184
3203
|
publisherOid: bigint;
|
|
3185
3204
|
ownerTenantOid: bigint | null;
|
|
@@ -3597,6 +3616,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
3597
3616
|
tag: string;
|
|
3598
3617
|
access: _metorial_subspace_db.ProviderAccess;
|
|
3599
3618
|
hasEnvironments: boolean;
|
|
3619
|
+
globalIdentifier: string | null;
|
|
3600
3620
|
entryOid: bigint;
|
|
3601
3621
|
publisherOid: bigint;
|
|
3602
3622
|
ownerTenantOid: bigint | null;
|
|
@@ -4103,6 +4123,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4103
4123
|
tag: string;
|
|
4104
4124
|
access: _metorial_subspace_db.ProviderAccess;
|
|
4105
4125
|
hasEnvironments: boolean;
|
|
4126
|
+
globalIdentifier: string | null;
|
|
4106
4127
|
entryOid: bigint;
|
|
4107
4128
|
publisherOid: bigint;
|
|
4108
4129
|
ownerTenantOid: bigint | null;
|
|
@@ -4204,6 +4225,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4204
4225
|
tag: string;
|
|
4205
4226
|
access: _metorial_subspace_db.ProviderAccess;
|
|
4206
4227
|
hasEnvironments: boolean;
|
|
4228
|
+
globalIdentifier: string | null;
|
|
4207
4229
|
entryOid: bigint;
|
|
4208
4230
|
publisherOid: bigint;
|
|
4209
4231
|
ownerTenantOid: bigint | null;
|
|
@@ -4887,6 +4909,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4887
4909
|
tag: string;
|
|
4888
4910
|
access: _metorial_subspace_db.ProviderAccess;
|
|
4889
4911
|
hasEnvironments: boolean;
|
|
4912
|
+
globalIdentifier: string | null;
|
|
4890
4913
|
entryOid: bigint;
|
|
4891
4914
|
publisherOid: bigint;
|
|
4892
4915
|
ownerTenantOid: bigint | null;
|
|
@@ -4988,6 +5011,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
4988
5011
|
tag: string;
|
|
4989
5012
|
access: _metorial_subspace_db.ProviderAccess;
|
|
4990
5013
|
hasEnvironments: boolean;
|
|
5014
|
+
globalIdentifier: string | null;
|
|
4991
5015
|
entryOid: bigint;
|
|
4992
5016
|
publisherOid: bigint;
|
|
4993
5017
|
ownerTenantOid: bigint | null;
|
|
@@ -5902,6 +5926,126 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
5902
5926
|
slug: string;
|
|
5903
5927
|
};
|
|
5904
5928
|
}>;
|
|
5929
|
+
addProvider: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
5930
|
+
tenantId: string;
|
|
5931
|
+
environmentId: string;
|
|
5932
|
+
providerListingGroupId: string;
|
|
5933
|
+
providerListingId: string;
|
|
5934
|
+
}>, {}, {
|
|
5935
|
+
solution: {} & {
|
|
5936
|
+
oid: number;
|
|
5937
|
+
id: string;
|
|
5938
|
+
identifier: string;
|
|
5939
|
+
name: string;
|
|
5940
|
+
createdAt: Date;
|
|
5941
|
+
};
|
|
5942
|
+
tenant: {} & {
|
|
5943
|
+
oid: bigint;
|
|
5944
|
+
id: string;
|
|
5945
|
+
identifier: string;
|
|
5946
|
+
name: string;
|
|
5947
|
+
createdAt: Date;
|
|
5948
|
+
urlKey: string;
|
|
5949
|
+
slateTenantId: string | null;
|
|
5950
|
+
slateTenantIdentifier: string | null;
|
|
5951
|
+
shuttleTenantId: string | null;
|
|
5952
|
+
shuttleTenantIdentifier: string | null;
|
|
5953
|
+
originTenantId: string | null;
|
|
5954
|
+
originTenantIdentifier: string | null;
|
|
5955
|
+
logRetentionInDays: number;
|
|
5956
|
+
} & {
|
|
5957
|
+
environments: {
|
|
5958
|
+
oid: bigint;
|
|
5959
|
+
id: string;
|
|
5960
|
+
identifier: string;
|
|
5961
|
+
name: string;
|
|
5962
|
+
createdAt: Date;
|
|
5963
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
5964
|
+
tenantOid: bigint;
|
|
5965
|
+
}[];
|
|
5966
|
+
};
|
|
5967
|
+
environment: {
|
|
5968
|
+
oid: bigint;
|
|
5969
|
+
id: string;
|
|
5970
|
+
identifier: string;
|
|
5971
|
+
name: string;
|
|
5972
|
+
createdAt: Date;
|
|
5973
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
5974
|
+
tenantOid: bigint;
|
|
5975
|
+
};
|
|
5976
|
+
providerListingGroup: {
|
|
5977
|
+
oid: bigint;
|
|
5978
|
+
id: string;
|
|
5979
|
+
name: string;
|
|
5980
|
+
createdAt: Date;
|
|
5981
|
+
tenantOid: bigint;
|
|
5982
|
+
description: string | null;
|
|
5983
|
+
updatedAt: Date;
|
|
5984
|
+
solutionOid: number;
|
|
5985
|
+
environmentOid: bigint;
|
|
5986
|
+
slug: string;
|
|
5987
|
+
};
|
|
5988
|
+
}>;
|
|
5989
|
+
removeProvider: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
5990
|
+
tenantId: string;
|
|
5991
|
+
environmentId: string;
|
|
5992
|
+
providerListingGroupId: string;
|
|
5993
|
+
providerListingId: string;
|
|
5994
|
+
}>, {}, {
|
|
5995
|
+
solution: {} & {
|
|
5996
|
+
oid: number;
|
|
5997
|
+
id: string;
|
|
5998
|
+
identifier: string;
|
|
5999
|
+
name: string;
|
|
6000
|
+
createdAt: Date;
|
|
6001
|
+
};
|
|
6002
|
+
tenant: {} & {
|
|
6003
|
+
oid: bigint;
|
|
6004
|
+
id: string;
|
|
6005
|
+
identifier: string;
|
|
6006
|
+
name: string;
|
|
6007
|
+
createdAt: Date;
|
|
6008
|
+
urlKey: string;
|
|
6009
|
+
slateTenantId: string | null;
|
|
6010
|
+
slateTenantIdentifier: string | null;
|
|
6011
|
+
shuttleTenantId: string | null;
|
|
6012
|
+
shuttleTenantIdentifier: string | null;
|
|
6013
|
+
originTenantId: string | null;
|
|
6014
|
+
originTenantIdentifier: string | null;
|
|
6015
|
+
logRetentionInDays: number;
|
|
6016
|
+
} & {
|
|
6017
|
+
environments: {
|
|
6018
|
+
oid: bigint;
|
|
6019
|
+
id: string;
|
|
6020
|
+
identifier: string;
|
|
6021
|
+
name: string;
|
|
6022
|
+
createdAt: Date;
|
|
6023
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
6024
|
+
tenantOid: bigint;
|
|
6025
|
+
}[];
|
|
6026
|
+
};
|
|
6027
|
+
environment: {
|
|
6028
|
+
oid: bigint;
|
|
6029
|
+
id: string;
|
|
6030
|
+
identifier: string;
|
|
6031
|
+
name: string;
|
|
6032
|
+
createdAt: Date;
|
|
6033
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
6034
|
+
tenantOid: bigint;
|
|
6035
|
+
};
|
|
6036
|
+
providerListingGroup: {
|
|
6037
|
+
oid: bigint;
|
|
6038
|
+
id: string;
|
|
6039
|
+
name: string;
|
|
6040
|
+
createdAt: Date;
|
|
6041
|
+
tenantOid: bigint;
|
|
6042
|
+
description: string | null;
|
|
6043
|
+
updatedAt: Date;
|
|
6044
|
+
solutionOid: number;
|
|
6045
|
+
environmentOid: bigint;
|
|
6046
|
+
slug: string;
|
|
6047
|
+
};
|
|
6048
|
+
}>;
|
|
5905
6049
|
};
|
|
5906
6050
|
providerConfig: {
|
|
5907
6051
|
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
@@ -6185,6 +6329,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6185
6329
|
tag: string;
|
|
6186
6330
|
access: _metorial_subspace_db.ProviderAccess;
|
|
6187
6331
|
hasEnvironments: boolean;
|
|
6332
|
+
globalIdentifier: string | null;
|
|
6188
6333
|
entryOid: bigint;
|
|
6189
6334
|
publisherOid: bigint;
|
|
6190
6335
|
ownerTenantOid: bigint | null;
|
|
@@ -6507,6 +6652,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6507
6652
|
tag: string;
|
|
6508
6653
|
access: _metorial_subspace_db.ProviderAccess;
|
|
6509
6654
|
hasEnvironments: boolean;
|
|
6655
|
+
globalIdentifier: string | null;
|
|
6510
6656
|
entryOid: bigint;
|
|
6511
6657
|
publisherOid: bigint;
|
|
6512
6658
|
ownerTenantOid: bigint | null;
|
|
@@ -6787,6 +6933,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6787
6933
|
tag: string;
|
|
6788
6934
|
access: _metorial_subspace_db.ProviderAccess;
|
|
6789
6935
|
hasEnvironments: boolean;
|
|
6936
|
+
globalIdentifier: string | null;
|
|
6790
6937
|
entryOid: bigint;
|
|
6791
6938
|
publisherOid: bigint;
|
|
6792
6939
|
ownerTenantOid: bigint | null;
|
|
@@ -6994,6 +7141,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
6994
7141
|
tag: string;
|
|
6995
7142
|
access: _metorial_subspace_db.ProviderAccess;
|
|
6996
7143
|
hasEnvironments: boolean;
|
|
7144
|
+
globalIdentifier: string | null;
|
|
6997
7145
|
entryOid: bigint;
|
|
6998
7146
|
publisherOid: bigint;
|
|
6999
7147
|
ownerTenantOid: bigint | null;
|
|
@@ -7260,6 +7408,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7260
7408
|
tag: string;
|
|
7261
7409
|
access: _metorial_subspace_db.ProviderAccess;
|
|
7262
7410
|
hasEnvironments: boolean;
|
|
7411
|
+
globalIdentifier: string | null;
|
|
7263
7412
|
entryOid: bigint;
|
|
7264
7413
|
publisherOid: bigint;
|
|
7265
7414
|
ownerTenantOid: bigint | null;
|
|
@@ -7582,6 +7731,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
7582
7731
|
tag: string;
|
|
7583
7732
|
access: _metorial_subspace_db.ProviderAccess;
|
|
7584
7733
|
hasEnvironments: boolean;
|
|
7734
|
+
globalIdentifier: string | null;
|
|
7585
7735
|
entryOid: bigint;
|
|
7586
7736
|
publisherOid: bigint;
|
|
7587
7737
|
ownerTenantOid: bigint | null;
|
|
@@ -8176,6 +8326,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8176
8326
|
description: string | null;
|
|
8177
8327
|
updatedAt: Date;
|
|
8178
8328
|
tag: string;
|
|
8329
|
+
image: PrismaJson.EntityImage | null;
|
|
8179
8330
|
};
|
|
8180
8331
|
provider: {
|
|
8181
8332
|
type: {
|
|
@@ -8199,6 +8350,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8199
8350
|
description: string | null;
|
|
8200
8351
|
updatedAt: Date;
|
|
8201
8352
|
tag: string;
|
|
8353
|
+
image: PrismaJson.EntityImage | null;
|
|
8202
8354
|
};
|
|
8203
8355
|
entry: {
|
|
8204
8356
|
oid: bigint;
|
|
@@ -8247,6 +8399,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8247
8399
|
description: string | null;
|
|
8248
8400
|
updatedAt: Date;
|
|
8249
8401
|
tag: string;
|
|
8402
|
+
image: PrismaJson.EntityImage | null;
|
|
8250
8403
|
};
|
|
8251
8404
|
provider: {
|
|
8252
8405
|
oid: bigint;
|
|
@@ -8262,6 +8415,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8262
8415
|
tag: string;
|
|
8263
8416
|
access: _metorial_subspace_db.ProviderAccess;
|
|
8264
8417
|
hasEnvironments: boolean;
|
|
8418
|
+
globalIdentifier: string | null;
|
|
8265
8419
|
entryOid: bigint;
|
|
8266
8420
|
publisherOid: bigint;
|
|
8267
8421
|
ownerTenantOid: bigint | null;
|
|
@@ -8317,6 +8471,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8317
8471
|
identifier: string;
|
|
8318
8472
|
createdAt: Date;
|
|
8319
8473
|
updatedAt: Date;
|
|
8474
|
+
identifierInRegistry: string | null;
|
|
8475
|
+
registryUrl: string | null;
|
|
8320
8476
|
} | null;
|
|
8321
8477
|
} & {
|
|
8322
8478
|
oid: bigint;
|
|
@@ -8350,6 +8506,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8350
8506
|
tag: string;
|
|
8351
8507
|
access: _metorial_subspace_db.ProviderAccess;
|
|
8352
8508
|
hasEnvironments: boolean;
|
|
8509
|
+
globalIdentifier: string | null;
|
|
8353
8510
|
entryOid: bigint;
|
|
8354
8511
|
publisherOid: bigint;
|
|
8355
8512
|
ownerTenantOid: bigint | null;
|
|
@@ -8397,6 +8554,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8397
8554
|
updatedAt: Date;
|
|
8398
8555
|
providerOid: bigint;
|
|
8399
8556
|
slug: string;
|
|
8557
|
+
image: PrismaJson.EntityImage | null;
|
|
8400
8558
|
publisherOid: bigint;
|
|
8401
8559
|
ownerTenantOid: bigint | null;
|
|
8402
8560
|
ownerSolutionOid: number | null;
|
|
@@ -8405,7 +8563,6 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8405
8563
|
isMetorial: boolean;
|
|
8406
8564
|
isVerified: boolean;
|
|
8407
8565
|
isOfficial: boolean;
|
|
8408
|
-
image: PrismaJson.EntityImage | null;
|
|
8409
8566
|
readme: string | null;
|
|
8410
8567
|
rank: number;
|
|
8411
8568
|
skills: string[];
|
|
@@ -8764,6 +8921,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
8764
8921
|
tag: string;
|
|
8765
8922
|
access: _metorial_subspace_db.ProviderAccess;
|
|
8766
8923
|
hasEnvironments: boolean;
|
|
8924
|
+
globalIdentifier: string | null;
|
|
8767
8925
|
entryOid: bigint;
|
|
8768
8926
|
publisherOid: bigint;
|
|
8769
8927
|
ownerTenantOid: bigint | null;
|
|
@@ -9269,6 +9427,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9269
9427
|
tag: string;
|
|
9270
9428
|
access: _metorial_subspace_db.ProviderAccess;
|
|
9271
9429
|
hasEnvironments: boolean;
|
|
9430
|
+
globalIdentifier: string | null;
|
|
9272
9431
|
entryOid: bigint;
|
|
9273
9432
|
publisherOid: bigint;
|
|
9274
9433
|
ownerTenantOid: bigint | null;
|
|
@@ -9668,6 +9827,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9668
9827
|
tag: string;
|
|
9669
9828
|
access: _metorial_subspace_db.ProviderAccess;
|
|
9670
9829
|
hasEnvironments: boolean;
|
|
9830
|
+
globalIdentifier: string | null;
|
|
9671
9831
|
entryOid: bigint;
|
|
9672
9832
|
publisherOid: bigint;
|
|
9673
9833
|
ownerTenantOid: bigint | null;
|
|
@@ -9896,6 +10056,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
9896
10056
|
tag: string;
|
|
9897
10057
|
access: _metorial_subspace_db.ProviderAccess;
|
|
9898
10058
|
hasEnvironments: boolean;
|
|
10059
|
+
globalIdentifier: string | null;
|
|
9899
10060
|
entryOid: bigint;
|
|
9900
10061
|
publisherOid: bigint;
|
|
9901
10062
|
ownerTenantOid: bigint | null;
|
|
@@ -10125,6 +10286,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10125
10286
|
description: string | null;
|
|
10126
10287
|
updatedAt: Date;
|
|
10127
10288
|
tag: string;
|
|
10289
|
+
image: PrismaJson.EntityImage | null;
|
|
10128
10290
|
};
|
|
10129
10291
|
provider: {
|
|
10130
10292
|
oid: bigint;
|
|
@@ -10140,6 +10302,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10140
10302
|
tag: string;
|
|
10141
10303
|
access: _metorial_subspace_db.ProviderAccess;
|
|
10142
10304
|
hasEnvironments: boolean;
|
|
10305
|
+
globalIdentifier: string | null;
|
|
10143
10306
|
entryOid: bigint;
|
|
10144
10307
|
publisherOid: bigint;
|
|
10145
10308
|
ownerTenantOid: bigint | null;
|
|
@@ -10195,6 +10358,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10195
10358
|
identifier: string;
|
|
10196
10359
|
createdAt: Date;
|
|
10197
10360
|
updatedAt: Date;
|
|
10361
|
+
identifierInRegistry: string | null;
|
|
10362
|
+
registryUrl: string | null;
|
|
10198
10363
|
} | null;
|
|
10199
10364
|
} & {
|
|
10200
10365
|
oid: bigint;
|
|
@@ -10373,6 +10538,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10373
10538
|
description: string | null;
|
|
10374
10539
|
updatedAt: Date;
|
|
10375
10540
|
tag: string;
|
|
10541
|
+
image: PrismaJson.EntityImage | null;
|
|
10376
10542
|
};
|
|
10377
10543
|
provider: {
|
|
10378
10544
|
oid: bigint;
|
|
@@ -10388,6 +10554,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10388
10554
|
tag: string;
|
|
10389
10555
|
access: _metorial_subspace_db.ProviderAccess;
|
|
10390
10556
|
hasEnvironments: boolean;
|
|
10557
|
+
globalIdentifier: string | null;
|
|
10391
10558
|
entryOid: bigint;
|
|
10392
10559
|
publisherOid: bigint;
|
|
10393
10560
|
ownerTenantOid: bigint | null;
|
|
@@ -10443,6 +10610,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10443
10610
|
identifier: string;
|
|
10444
10611
|
createdAt: Date;
|
|
10445
10612
|
updatedAt: Date;
|
|
10613
|
+
identifierInRegistry: string | null;
|
|
10614
|
+
registryUrl: string | null;
|
|
10446
10615
|
} | null;
|
|
10447
10616
|
} & {
|
|
10448
10617
|
oid: bigint;
|
|
@@ -10476,6 +10645,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10476
10645
|
tag: string;
|
|
10477
10646
|
access: _metorial_subspace_db.ProviderAccess;
|
|
10478
10647
|
hasEnvironments: boolean;
|
|
10648
|
+
globalIdentifier: string | null;
|
|
10479
10649
|
entryOid: bigint;
|
|
10480
10650
|
publisherOid: bigint;
|
|
10481
10651
|
ownerTenantOid: bigint | null;
|
|
@@ -10506,6 +10676,8 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10506
10676
|
identifier: string;
|
|
10507
10677
|
createdAt: Date;
|
|
10508
10678
|
updatedAt: Date;
|
|
10679
|
+
identifierInRegistry: string | null;
|
|
10680
|
+
registryUrl: string | null;
|
|
10509
10681
|
} | null;
|
|
10510
10682
|
slateVersion: {
|
|
10511
10683
|
oid: bigint;
|
|
@@ -10813,6 +10985,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
10813
10985
|
tag: string;
|
|
10814
10986
|
access: _metorial_subspace_db.ProviderAccess;
|
|
10815
10987
|
hasEnvironments: boolean;
|
|
10988
|
+
globalIdentifier: string | null;
|
|
10816
10989
|
entryOid: bigint;
|
|
10817
10990
|
publisherOid: bigint;
|
|
10818
10991
|
ownerTenantOid: bigint | null;
|
|
@@ -11281,6 +11454,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11281
11454
|
tag: string;
|
|
11282
11455
|
access: _metorial_subspace_db.ProviderAccess;
|
|
11283
11456
|
hasEnvironments: boolean;
|
|
11457
|
+
globalIdentifier: string | null;
|
|
11284
11458
|
entryOid: bigint;
|
|
11285
11459
|
publisherOid: bigint;
|
|
11286
11460
|
ownerTenantOid: bigint | null;
|
|
@@ -11696,6 +11870,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
11696
11870
|
tag: string;
|
|
11697
11871
|
access: _metorial_subspace_db.ProviderAccess;
|
|
11698
11872
|
hasEnvironments: boolean;
|
|
11873
|
+
globalIdentifier: string | null;
|
|
11699
11874
|
entryOid: bigint;
|
|
11700
11875
|
publisherOid: bigint;
|
|
11701
11876
|
ownerTenantOid: bigint | null;
|
|
@@ -12139,6 +12314,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12139
12314
|
tag: string;
|
|
12140
12315
|
access: _metorial_subspace_db.ProviderAccess;
|
|
12141
12316
|
hasEnvironments: boolean;
|
|
12317
|
+
globalIdentifier: string | null;
|
|
12142
12318
|
entryOid: bigint;
|
|
12143
12319
|
publisherOid: bigint;
|
|
12144
12320
|
ownerTenantOid: bigint | null;
|
|
@@ -12405,6 +12581,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12405
12581
|
tag: string;
|
|
12406
12582
|
access: _metorial_subspace_db.ProviderAccess;
|
|
12407
12583
|
hasEnvironments: boolean;
|
|
12584
|
+
globalIdentifier: string | null;
|
|
12408
12585
|
entryOid: bigint;
|
|
12409
12586
|
publisherOid: bigint;
|
|
12410
12587
|
ownerTenantOid: bigint | null;
|
|
@@ -12841,6 +13018,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
12841
13018
|
tag: string;
|
|
12842
13019
|
access: _metorial_subspace_db.ProviderAccess;
|
|
12843
13020
|
hasEnvironments: boolean;
|
|
13021
|
+
globalIdentifier: string | null;
|
|
12844
13022
|
entryOid: bigint;
|
|
12845
13023
|
publisherOid: bigint;
|
|
12846
13024
|
ownerTenantOid: bigint | null;
|
|
@@ -13289,6 +13467,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
13289
13467
|
tag: string;
|
|
13290
13468
|
access: _metorial_subspace_db.ProviderAccess;
|
|
13291
13469
|
hasEnvironments: boolean;
|
|
13470
|
+
globalIdentifier: string | null;
|
|
13292
13471
|
entryOid: bigint;
|
|
13293
13472
|
publisherOid: bigint;
|
|
13294
13473
|
ownerTenantOid: bigint | null;
|
|
@@ -14007,6 +14186,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14007
14186
|
tag: string;
|
|
14008
14187
|
access: _metorial_subspace_db.ProviderAccess;
|
|
14009
14188
|
hasEnvironments: boolean;
|
|
14189
|
+
globalIdentifier: string | null;
|
|
14010
14190
|
entryOid: bigint;
|
|
14011
14191
|
publisherOid: bigint;
|
|
14012
14192
|
ownerTenantOid: bigint | null;
|
|
@@ -14172,6 +14352,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14172
14352
|
tag: string;
|
|
14173
14353
|
access: _metorial_subspace_db.ProviderAccess;
|
|
14174
14354
|
hasEnvironments: boolean;
|
|
14355
|
+
globalIdentifier: string | null;
|
|
14175
14356
|
entryOid: bigint;
|
|
14176
14357
|
publisherOid: bigint;
|
|
14177
14358
|
ownerTenantOid: bigint | null;
|
|
@@ -14207,6 +14388,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14207
14388
|
tag: string;
|
|
14208
14389
|
access: _metorial_subspace_db.ProviderAccess;
|
|
14209
14390
|
hasEnvironments: boolean;
|
|
14391
|
+
globalIdentifier: string | null;
|
|
14210
14392
|
entryOid: bigint;
|
|
14211
14393
|
publisherOid: bigint;
|
|
14212
14394
|
ownerTenantOid: bigint | null;
|
|
@@ -14409,6 +14591,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14409
14591
|
tag: string;
|
|
14410
14592
|
access: _metorial_subspace_db.ProviderAccess;
|
|
14411
14593
|
hasEnvironments: boolean;
|
|
14594
|
+
globalIdentifier: string | null;
|
|
14412
14595
|
entryOid: bigint;
|
|
14413
14596
|
publisherOid: bigint;
|
|
14414
14597
|
ownerTenantOid: bigint | null;
|
|
@@ -14678,6 +14861,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
14678
14861
|
tag: string;
|
|
14679
14862
|
access: _metorial_subspace_db.ProviderAccess;
|
|
14680
14863
|
hasEnvironments: boolean;
|
|
14864
|
+
globalIdentifier: string | null;
|
|
14681
14865
|
entryOid: bigint;
|
|
14682
14866
|
publisherOid: bigint;
|
|
14683
14867
|
ownerTenantOid: bigint | null;
|
|
@@ -15064,6 +15248,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15064
15248
|
tag: string;
|
|
15065
15249
|
access: _metorial_subspace_db.ProviderAccess;
|
|
15066
15250
|
hasEnvironments: boolean;
|
|
15251
|
+
globalIdentifier: string | null;
|
|
15067
15252
|
entryOid: bigint;
|
|
15068
15253
|
publisherOid: bigint;
|
|
15069
15254
|
ownerTenantOid: bigint | null;
|
|
@@ -15410,6 +15595,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15410
15595
|
tag: string;
|
|
15411
15596
|
access: _metorial_subspace_db.ProviderAccess;
|
|
15412
15597
|
hasEnvironments: boolean;
|
|
15598
|
+
globalIdentifier: string | null;
|
|
15413
15599
|
entryOid: bigint;
|
|
15414
15600
|
publisherOid: bigint;
|
|
15415
15601
|
ownerTenantOid: bigint | null;
|
|
@@ -15726,6 +15912,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15726
15912
|
tag: string;
|
|
15727
15913
|
access: _metorial_subspace_db.ProviderAccess;
|
|
15728
15914
|
hasEnvironments: boolean;
|
|
15915
|
+
globalIdentifier: string | null;
|
|
15729
15916
|
entryOid: bigint;
|
|
15730
15917
|
publisherOid: bigint;
|
|
15731
15918
|
ownerTenantOid: bigint | null;
|
|
@@ -15939,6 +16126,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
15939
16126
|
tag: string;
|
|
15940
16127
|
access: _metorial_subspace_db.ProviderAccess;
|
|
15941
16128
|
hasEnvironments: boolean;
|
|
16129
|
+
globalIdentifier: string | null;
|
|
15942
16130
|
entryOid: bigint;
|
|
15943
16131
|
publisherOid: bigint;
|
|
15944
16132
|
ownerTenantOid: bigint | null;
|
|
@@ -16071,6 +16259,48 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16071
16259
|
name: string;
|
|
16072
16260
|
description: string | null;
|
|
16073
16261
|
metadata: unknown;
|
|
16262
|
+
scmRepo: {
|
|
16263
|
+
object: string;
|
|
16264
|
+
id: string;
|
|
16265
|
+
provider: {
|
|
16266
|
+
object: string;
|
|
16267
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
16268
|
+
id: string;
|
|
16269
|
+
name: string;
|
|
16270
|
+
owner: string;
|
|
16271
|
+
};
|
|
16272
|
+
url: string;
|
|
16273
|
+
isPrivate: boolean;
|
|
16274
|
+
defaultBranch: string;
|
|
16275
|
+
createdAt: Date;
|
|
16276
|
+
} | null;
|
|
16277
|
+
draftBucket: {
|
|
16278
|
+
object: string;
|
|
16279
|
+
id: string;
|
|
16280
|
+
isImmutable: boolean;
|
|
16281
|
+
isReadOnly: boolean;
|
|
16282
|
+
scmRepoLink: {
|
|
16283
|
+
object: string;
|
|
16284
|
+
isLinked: boolean;
|
|
16285
|
+
path: string | null;
|
|
16286
|
+
repository: {
|
|
16287
|
+
object: string;
|
|
16288
|
+
id: string;
|
|
16289
|
+
provider: {
|
|
16290
|
+
object: string;
|
|
16291
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
16292
|
+
id: string;
|
|
16293
|
+
name: string;
|
|
16294
|
+
owner: string;
|
|
16295
|
+
};
|
|
16296
|
+
url: string;
|
|
16297
|
+
isPrivate: boolean;
|
|
16298
|
+
defaultBranch: string;
|
|
16299
|
+
createdAt: Date;
|
|
16300
|
+
};
|
|
16301
|
+
} | null;
|
|
16302
|
+
createdAt: Date;
|
|
16303
|
+
} | null;
|
|
16074
16304
|
provider: {
|
|
16075
16305
|
object: string;
|
|
16076
16306
|
id: string;
|
|
@@ -16202,7 +16432,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16202
16432
|
metadata: unknown;
|
|
16203
16433
|
createdAt: Date;
|
|
16204
16434
|
updatedAt: Date;
|
|
16205
|
-
} |
|
|
16435
|
+
} | null;
|
|
16206
16436
|
createdAt: Date;
|
|
16207
16437
|
updatedAt: Date;
|
|
16208
16438
|
}[];
|
|
@@ -16265,6 +16495,48 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16265
16495
|
name: string;
|
|
16266
16496
|
description: string | null;
|
|
16267
16497
|
metadata: unknown;
|
|
16498
|
+
scmRepo: {
|
|
16499
|
+
object: string;
|
|
16500
|
+
id: string;
|
|
16501
|
+
provider: {
|
|
16502
|
+
object: string;
|
|
16503
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
16504
|
+
id: string;
|
|
16505
|
+
name: string;
|
|
16506
|
+
owner: string;
|
|
16507
|
+
};
|
|
16508
|
+
url: string;
|
|
16509
|
+
isPrivate: boolean;
|
|
16510
|
+
defaultBranch: string;
|
|
16511
|
+
createdAt: Date;
|
|
16512
|
+
} | null;
|
|
16513
|
+
draftBucket: {
|
|
16514
|
+
object: string;
|
|
16515
|
+
id: string;
|
|
16516
|
+
isImmutable: boolean;
|
|
16517
|
+
isReadOnly: boolean;
|
|
16518
|
+
scmRepoLink: {
|
|
16519
|
+
object: string;
|
|
16520
|
+
isLinked: boolean;
|
|
16521
|
+
path: string | null;
|
|
16522
|
+
repository: {
|
|
16523
|
+
object: string;
|
|
16524
|
+
id: string;
|
|
16525
|
+
provider: {
|
|
16526
|
+
object: string;
|
|
16527
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
16528
|
+
id: string;
|
|
16529
|
+
name: string;
|
|
16530
|
+
owner: string;
|
|
16531
|
+
};
|
|
16532
|
+
url: string;
|
|
16533
|
+
isPrivate: boolean;
|
|
16534
|
+
defaultBranch: string;
|
|
16535
|
+
createdAt: Date;
|
|
16536
|
+
};
|
|
16537
|
+
} | null;
|
|
16538
|
+
createdAt: Date;
|
|
16539
|
+
} | null;
|
|
16268
16540
|
provider: {
|
|
16269
16541
|
object: string;
|
|
16270
16542
|
id: string;
|
|
@@ -16396,7 +16668,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16396
16668
|
metadata: unknown;
|
|
16397
16669
|
createdAt: Date;
|
|
16398
16670
|
updatedAt: Date;
|
|
16399
|
-
} |
|
|
16671
|
+
} | null;
|
|
16400
16672
|
createdAt: Date;
|
|
16401
16673
|
updatedAt: Date;
|
|
16402
16674
|
}, {
|
|
@@ -16464,6 +16736,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16464
16736
|
description: string | null;
|
|
16465
16737
|
updatedAt: Date;
|
|
16466
16738
|
tag: string;
|
|
16739
|
+
image: PrismaJson.EntityImage | null;
|
|
16467
16740
|
};
|
|
16468
16741
|
entry: {
|
|
16469
16742
|
oid: bigint;
|
|
@@ -16506,6 +16779,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16506
16779
|
tag: string;
|
|
16507
16780
|
access: _metorial_subspace_db.ProviderAccess;
|
|
16508
16781
|
hasEnvironments: boolean;
|
|
16782
|
+
globalIdentifier: string | null;
|
|
16509
16783
|
entryOid: bigint;
|
|
16510
16784
|
publisherOid: bigint;
|
|
16511
16785
|
ownerTenantOid: bigint | null;
|
|
@@ -16587,6 +16861,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16587
16861
|
tag: string;
|
|
16588
16862
|
access: _metorial_subspace_db.ProviderAccess;
|
|
16589
16863
|
hasEnvironments: boolean;
|
|
16864
|
+
globalIdentifier: string | null;
|
|
16590
16865
|
entryOid: bigint;
|
|
16591
16866
|
publisherOid: bigint;
|
|
16592
16867
|
ownerTenantOid: bigint | null;
|
|
@@ -16594,6 +16869,53 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16594
16869
|
defaultVariantOid: bigint | null;
|
|
16595
16870
|
typeOid: number;
|
|
16596
16871
|
}) | null;
|
|
16872
|
+
scmRepo: {
|
|
16873
|
+
oid: bigint;
|
|
16874
|
+
id: string;
|
|
16875
|
+
identifier: string;
|
|
16876
|
+
name: string;
|
|
16877
|
+
createdAt: Date;
|
|
16878
|
+
tenantOid: bigint;
|
|
16879
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
16880
|
+
solutionOid: number;
|
|
16881
|
+
fromRepoUrl: string | null;
|
|
16882
|
+
externalId: string;
|
|
16883
|
+
externalName: string;
|
|
16884
|
+
externalOwner: string;
|
|
16885
|
+
externalUrl: string;
|
|
16886
|
+
externalIsPrivate: boolean;
|
|
16887
|
+
defaultBranch: string;
|
|
16888
|
+
} | null;
|
|
16889
|
+
draftCodeBucket: ({
|
|
16890
|
+
scmRepo: {
|
|
16891
|
+
oid: bigint;
|
|
16892
|
+
id: string;
|
|
16893
|
+
identifier: string;
|
|
16894
|
+
name: string;
|
|
16895
|
+
createdAt: Date;
|
|
16896
|
+
tenantOid: bigint;
|
|
16897
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
16898
|
+
solutionOid: number;
|
|
16899
|
+
fromRepoUrl: string | null;
|
|
16900
|
+
externalId: string;
|
|
16901
|
+
externalName: string;
|
|
16902
|
+
externalOwner: string;
|
|
16903
|
+
externalUrl: string;
|
|
16904
|
+
externalIsPrivate: boolean;
|
|
16905
|
+
defaultBranch: string;
|
|
16906
|
+
} | null;
|
|
16907
|
+
} & {
|
|
16908
|
+
oid: bigint;
|
|
16909
|
+
id: string;
|
|
16910
|
+
createdAt: Date;
|
|
16911
|
+
tenantOid: bigint;
|
|
16912
|
+
solutionOid: number;
|
|
16913
|
+
scmRepoOid: bigint | null;
|
|
16914
|
+
isImmutable: boolean;
|
|
16915
|
+
isReadOnly: boolean;
|
|
16916
|
+
isSynced: boolean;
|
|
16917
|
+
scmRepoPath: string | null;
|
|
16918
|
+
}) | null;
|
|
16597
16919
|
} & {
|
|
16598
16920
|
oid: bigint;
|
|
16599
16921
|
id: string;
|
|
@@ -16670,6 +16992,48 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16670
16992
|
name: string;
|
|
16671
16993
|
description: string | null;
|
|
16672
16994
|
metadata: unknown;
|
|
16995
|
+
scmRepo: {
|
|
16996
|
+
object: string;
|
|
16997
|
+
id: string;
|
|
16998
|
+
provider: {
|
|
16999
|
+
object: string;
|
|
17000
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17001
|
+
id: string;
|
|
17002
|
+
name: string;
|
|
17003
|
+
owner: string;
|
|
17004
|
+
};
|
|
17005
|
+
url: string;
|
|
17006
|
+
isPrivate: boolean;
|
|
17007
|
+
defaultBranch: string;
|
|
17008
|
+
createdAt: Date;
|
|
17009
|
+
} | null;
|
|
17010
|
+
draftBucket: {
|
|
17011
|
+
object: string;
|
|
17012
|
+
id: string;
|
|
17013
|
+
isImmutable: boolean;
|
|
17014
|
+
isReadOnly: boolean;
|
|
17015
|
+
scmRepoLink: {
|
|
17016
|
+
object: string;
|
|
17017
|
+
isLinked: boolean;
|
|
17018
|
+
path: string | null;
|
|
17019
|
+
repository: {
|
|
17020
|
+
object: string;
|
|
17021
|
+
id: string;
|
|
17022
|
+
provider: {
|
|
17023
|
+
object: string;
|
|
17024
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17025
|
+
id: string;
|
|
17026
|
+
name: string;
|
|
17027
|
+
owner: string;
|
|
17028
|
+
};
|
|
17029
|
+
url: string;
|
|
17030
|
+
isPrivate: boolean;
|
|
17031
|
+
defaultBranch: string;
|
|
17032
|
+
createdAt: Date;
|
|
17033
|
+
};
|
|
17034
|
+
} | null;
|
|
17035
|
+
createdAt: Date;
|
|
17036
|
+
} | null;
|
|
16673
17037
|
provider: {
|
|
16674
17038
|
object: string;
|
|
16675
17039
|
id: string;
|
|
@@ -16801,7 +17165,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16801
17165
|
metadata: unknown;
|
|
16802
17166
|
createdAt: Date;
|
|
16803
17167
|
updatedAt: Date;
|
|
16804
|
-
} |
|
|
17168
|
+
} | null;
|
|
16805
17169
|
createdAt: Date;
|
|
16806
17170
|
updatedAt: Date;
|
|
16807
17171
|
}, {
|
|
@@ -16863,35 +17227,77 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16863
17227
|
name: string;
|
|
16864
17228
|
description: string | null;
|
|
16865
17229
|
metadata: unknown;
|
|
16866
|
-
|
|
17230
|
+
scmRepo: {
|
|
16867
17231
|
object: string;
|
|
16868
17232
|
id: string;
|
|
16869
|
-
|
|
16870
|
-
status: _metorial_subspace_db.ProviderStatus;
|
|
16871
|
-
ownerTenant: {
|
|
16872
|
-
object: string;
|
|
16873
|
-
id: string;
|
|
16874
|
-
identifier: string;
|
|
16875
|
-
name: string;
|
|
16876
|
-
createdAt: Date;
|
|
16877
|
-
} | null;
|
|
16878
|
-
publisher: {
|
|
17233
|
+
provider: {
|
|
16879
17234
|
object: string;
|
|
17235
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
16880
17236
|
id: string;
|
|
16881
|
-
type: _metorial_subspace_db.PublisherType;
|
|
16882
|
-
identifier: string;
|
|
16883
17237
|
name: string;
|
|
16884
|
-
|
|
16885
|
-
source: PrismaJson.PublisherSource | null;
|
|
16886
|
-
createdAt: Date;
|
|
16887
|
-
updatedAt: Date;
|
|
17238
|
+
owner: string;
|
|
16888
17239
|
};
|
|
16889
|
-
|
|
16890
|
-
|
|
16891
|
-
|
|
16892
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
17240
|
+
url: string;
|
|
17241
|
+
isPrivate: boolean;
|
|
17242
|
+
defaultBranch: string;
|
|
17243
|
+
createdAt: Date;
|
|
17244
|
+
} | null;
|
|
17245
|
+
draftBucket: {
|
|
17246
|
+
object: string;
|
|
17247
|
+
id: string;
|
|
17248
|
+
isImmutable: boolean;
|
|
17249
|
+
isReadOnly: boolean;
|
|
17250
|
+
scmRepoLink: {
|
|
17251
|
+
object: string;
|
|
17252
|
+
isLinked: boolean;
|
|
17253
|
+
path: string | null;
|
|
17254
|
+
repository: {
|
|
17255
|
+
object: string;
|
|
17256
|
+
id: string;
|
|
17257
|
+
provider: {
|
|
17258
|
+
object: string;
|
|
17259
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17260
|
+
id: string;
|
|
17261
|
+
name: string;
|
|
17262
|
+
owner: string;
|
|
17263
|
+
};
|
|
17264
|
+
url: string;
|
|
17265
|
+
isPrivate: boolean;
|
|
17266
|
+
defaultBranch: string;
|
|
17267
|
+
createdAt: Date;
|
|
17268
|
+
};
|
|
17269
|
+
} | null;
|
|
17270
|
+
createdAt: Date;
|
|
17271
|
+
} | null;
|
|
17272
|
+
provider: {
|
|
17273
|
+
object: string;
|
|
17274
|
+
id: string;
|
|
17275
|
+
access: _metorial_subspace_db.ProviderAccess;
|
|
17276
|
+
status: _metorial_subspace_db.ProviderStatus;
|
|
17277
|
+
ownerTenant: {
|
|
17278
|
+
object: string;
|
|
17279
|
+
id: string;
|
|
17280
|
+
identifier: string;
|
|
17281
|
+
name: string;
|
|
17282
|
+
createdAt: Date;
|
|
17283
|
+
} | null;
|
|
17284
|
+
publisher: {
|
|
17285
|
+
object: string;
|
|
17286
|
+
id: string;
|
|
17287
|
+
type: _metorial_subspace_db.PublisherType;
|
|
17288
|
+
identifier: string;
|
|
17289
|
+
name: string;
|
|
17290
|
+
description: string | null;
|
|
17291
|
+
source: PrismaJson.PublisherSource | null;
|
|
17292
|
+
createdAt: Date;
|
|
17293
|
+
updatedAt: Date;
|
|
17294
|
+
};
|
|
17295
|
+
entry: {
|
|
17296
|
+
object: string;
|
|
17297
|
+
id: string;
|
|
17298
|
+
identifier: string;
|
|
17299
|
+
name: string;
|
|
17300
|
+
description: string | null;
|
|
16895
17301
|
metadata: unknown;
|
|
16896
17302
|
createdAt: Date;
|
|
16897
17303
|
updatedAt: Date;
|
|
@@ -16994,7 +17400,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
16994
17400
|
metadata: unknown;
|
|
16995
17401
|
createdAt: Date;
|
|
16996
17402
|
updatedAt: Date;
|
|
16997
|
-
} |
|
|
17403
|
+
} | null;
|
|
16998
17404
|
createdAt: Date;
|
|
16999
17405
|
updatedAt: Date;
|
|
17000
17406
|
}, {
|
|
@@ -17062,6 +17468,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17062
17468
|
description: string | null;
|
|
17063
17469
|
updatedAt: Date;
|
|
17064
17470
|
tag: string;
|
|
17471
|
+
image: PrismaJson.EntityImage | null;
|
|
17065
17472
|
};
|
|
17066
17473
|
entry: {
|
|
17067
17474
|
oid: bigint;
|
|
@@ -17104,6 +17511,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17104
17511
|
tag: string;
|
|
17105
17512
|
access: _metorial_subspace_db.ProviderAccess;
|
|
17106
17513
|
hasEnvironments: boolean;
|
|
17514
|
+
globalIdentifier: string | null;
|
|
17107
17515
|
entryOid: bigint;
|
|
17108
17516
|
publisherOid: bigint;
|
|
17109
17517
|
ownerTenantOid: bigint | null;
|
|
@@ -17185,6 +17593,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17185
17593
|
tag: string;
|
|
17186
17594
|
access: _metorial_subspace_db.ProviderAccess;
|
|
17187
17595
|
hasEnvironments: boolean;
|
|
17596
|
+
globalIdentifier: string | null;
|
|
17188
17597
|
entryOid: bigint;
|
|
17189
17598
|
publisherOid: bigint;
|
|
17190
17599
|
ownerTenantOid: bigint | null;
|
|
@@ -17192,6 +17601,53 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17192
17601
|
defaultVariantOid: bigint | null;
|
|
17193
17602
|
typeOid: number;
|
|
17194
17603
|
}) | null;
|
|
17604
|
+
scmRepo: {
|
|
17605
|
+
oid: bigint;
|
|
17606
|
+
id: string;
|
|
17607
|
+
identifier: string;
|
|
17608
|
+
name: string;
|
|
17609
|
+
createdAt: Date;
|
|
17610
|
+
tenantOid: bigint;
|
|
17611
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
17612
|
+
solutionOid: number;
|
|
17613
|
+
fromRepoUrl: string | null;
|
|
17614
|
+
externalId: string;
|
|
17615
|
+
externalName: string;
|
|
17616
|
+
externalOwner: string;
|
|
17617
|
+
externalUrl: string;
|
|
17618
|
+
externalIsPrivate: boolean;
|
|
17619
|
+
defaultBranch: string;
|
|
17620
|
+
} | null;
|
|
17621
|
+
draftCodeBucket: ({
|
|
17622
|
+
scmRepo: {
|
|
17623
|
+
oid: bigint;
|
|
17624
|
+
id: string;
|
|
17625
|
+
identifier: string;
|
|
17626
|
+
name: string;
|
|
17627
|
+
createdAt: Date;
|
|
17628
|
+
tenantOid: bigint;
|
|
17629
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
17630
|
+
solutionOid: number;
|
|
17631
|
+
fromRepoUrl: string | null;
|
|
17632
|
+
externalId: string;
|
|
17633
|
+
externalName: string;
|
|
17634
|
+
externalOwner: string;
|
|
17635
|
+
externalUrl: string;
|
|
17636
|
+
externalIsPrivate: boolean;
|
|
17637
|
+
defaultBranch: string;
|
|
17638
|
+
} | null;
|
|
17639
|
+
} & {
|
|
17640
|
+
oid: bigint;
|
|
17641
|
+
id: string;
|
|
17642
|
+
createdAt: Date;
|
|
17643
|
+
tenantOid: bigint;
|
|
17644
|
+
solutionOid: number;
|
|
17645
|
+
scmRepoOid: bigint | null;
|
|
17646
|
+
isImmutable: boolean;
|
|
17647
|
+
isReadOnly: boolean;
|
|
17648
|
+
isSynced: boolean;
|
|
17649
|
+
scmRepoPath: string | null;
|
|
17650
|
+
}) | null;
|
|
17195
17651
|
} & {
|
|
17196
17652
|
oid: bigint;
|
|
17197
17653
|
id: string;
|
|
@@ -17288,6 +17744,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17288
17744
|
message: string | null;
|
|
17289
17745
|
createdAt: Date;
|
|
17290
17746
|
} | null;
|
|
17747
|
+
immutableBucket: {
|
|
17748
|
+
object: string;
|
|
17749
|
+
id: string;
|
|
17750
|
+
isImmutable: boolean;
|
|
17751
|
+
isReadOnly: boolean;
|
|
17752
|
+
scmRepoLink: {
|
|
17753
|
+
object: string;
|
|
17754
|
+
isLinked: boolean;
|
|
17755
|
+
path: string | null;
|
|
17756
|
+
repository: {
|
|
17757
|
+
object: string;
|
|
17758
|
+
id: string;
|
|
17759
|
+
provider: {
|
|
17760
|
+
object: string;
|
|
17761
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17762
|
+
id: string;
|
|
17763
|
+
name: string;
|
|
17764
|
+
owner: string;
|
|
17765
|
+
};
|
|
17766
|
+
url: string;
|
|
17767
|
+
isPrivate: boolean;
|
|
17768
|
+
defaultBranch: string;
|
|
17769
|
+
createdAt: Date;
|
|
17770
|
+
};
|
|
17771
|
+
} | null;
|
|
17772
|
+
createdAt: Date;
|
|
17773
|
+
} | null;
|
|
17291
17774
|
actor: {
|
|
17292
17775
|
object: string;
|
|
17293
17776
|
id: string;
|
|
@@ -17297,6 +17780,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17297
17780
|
organizationActorId: string | null;
|
|
17298
17781
|
createdAt: Date;
|
|
17299
17782
|
};
|
|
17783
|
+
scmPush: {
|
|
17784
|
+
object: string;
|
|
17785
|
+
id: string;
|
|
17786
|
+
actor: {
|
|
17787
|
+
object: string;
|
|
17788
|
+
id: string;
|
|
17789
|
+
externalId: string | null;
|
|
17790
|
+
name: string | null;
|
|
17791
|
+
email: string | null;
|
|
17792
|
+
};
|
|
17793
|
+
commit: {
|
|
17794
|
+
object: string;
|
|
17795
|
+
id: string;
|
|
17796
|
+
sha: string;
|
|
17797
|
+
branch: string;
|
|
17798
|
+
message: string | null;
|
|
17799
|
+
createdAt: Date;
|
|
17800
|
+
};
|
|
17801
|
+
repository: {
|
|
17802
|
+
object: string;
|
|
17803
|
+
id: string;
|
|
17804
|
+
provider: {
|
|
17805
|
+
object: string;
|
|
17806
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17807
|
+
id: string;
|
|
17808
|
+
name: string;
|
|
17809
|
+
owner: string;
|
|
17810
|
+
};
|
|
17811
|
+
url: string;
|
|
17812
|
+
isPrivate: boolean;
|
|
17813
|
+
defaultBranch: string;
|
|
17814
|
+
createdAt: Date;
|
|
17815
|
+
};
|
|
17816
|
+
createdAt: Date;
|
|
17817
|
+
} | null;
|
|
17300
17818
|
createdAt: Date;
|
|
17301
17819
|
updatedAt: Date;
|
|
17302
17820
|
};
|
|
@@ -17315,6 +17833,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17315
17833
|
updatedAt: Date;
|
|
17316
17834
|
};
|
|
17317
17835
|
}[];
|
|
17836
|
+
immutableBucket: {
|
|
17837
|
+
object: string;
|
|
17838
|
+
id: string;
|
|
17839
|
+
isImmutable: boolean;
|
|
17840
|
+
isReadOnly: boolean;
|
|
17841
|
+
scmRepoLink: {
|
|
17842
|
+
object: string;
|
|
17843
|
+
isLinked: boolean;
|
|
17844
|
+
path: string | null;
|
|
17845
|
+
repository: {
|
|
17846
|
+
object: string;
|
|
17847
|
+
id: string;
|
|
17848
|
+
provider: {
|
|
17849
|
+
object: string;
|
|
17850
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17851
|
+
id: string;
|
|
17852
|
+
name: string;
|
|
17853
|
+
owner: string;
|
|
17854
|
+
};
|
|
17855
|
+
url: string;
|
|
17856
|
+
isPrivate: boolean;
|
|
17857
|
+
defaultBranch: string;
|
|
17858
|
+
createdAt: Date;
|
|
17859
|
+
};
|
|
17860
|
+
} | null;
|
|
17861
|
+
createdAt: Date;
|
|
17862
|
+
} | null;
|
|
17318
17863
|
customProviderId: string;
|
|
17319
17864
|
providerId: string | undefined;
|
|
17320
17865
|
actor: {
|
|
@@ -17350,6 +17895,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17350
17895
|
message: string | null;
|
|
17351
17896
|
createdAt: Date;
|
|
17352
17897
|
} | null;
|
|
17898
|
+
immutableBucket: {
|
|
17899
|
+
object: string;
|
|
17900
|
+
id: string;
|
|
17901
|
+
isImmutable: boolean;
|
|
17902
|
+
isReadOnly: boolean;
|
|
17903
|
+
scmRepoLink: {
|
|
17904
|
+
object: string;
|
|
17905
|
+
isLinked: boolean;
|
|
17906
|
+
path: string | null;
|
|
17907
|
+
repository: {
|
|
17908
|
+
object: string;
|
|
17909
|
+
id: string;
|
|
17910
|
+
provider: {
|
|
17911
|
+
object: string;
|
|
17912
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17913
|
+
id: string;
|
|
17914
|
+
name: string;
|
|
17915
|
+
owner: string;
|
|
17916
|
+
};
|
|
17917
|
+
url: string;
|
|
17918
|
+
isPrivate: boolean;
|
|
17919
|
+
defaultBranch: string;
|
|
17920
|
+
createdAt: Date;
|
|
17921
|
+
};
|
|
17922
|
+
} | null;
|
|
17923
|
+
createdAt: Date;
|
|
17924
|
+
} | null;
|
|
17353
17925
|
actor: {
|
|
17354
17926
|
object: string;
|
|
17355
17927
|
id: string;
|
|
@@ -17359,6 +17931,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17359
17931
|
organizationActorId: string | null;
|
|
17360
17932
|
createdAt: Date;
|
|
17361
17933
|
};
|
|
17934
|
+
scmPush: {
|
|
17935
|
+
object: string;
|
|
17936
|
+
id: string;
|
|
17937
|
+
actor: {
|
|
17938
|
+
object: string;
|
|
17939
|
+
id: string;
|
|
17940
|
+
externalId: string | null;
|
|
17941
|
+
name: string | null;
|
|
17942
|
+
email: string | null;
|
|
17943
|
+
};
|
|
17944
|
+
commit: {
|
|
17945
|
+
object: string;
|
|
17946
|
+
id: string;
|
|
17947
|
+
sha: string;
|
|
17948
|
+
branch: string;
|
|
17949
|
+
message: string | null;
|
|
17950
|
+
createdAt: Date;
|
|
17951
|
+
};
|
|
17952
|
+
repository: {
|
|
17953
|
+
object: string;
|
|
17954
|
+
id: string;
|
|
17955
|
+
provider: {
|
|
17956
|
+
object: string;
|
|
17957
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
17958
|
+
id: string;
|
|
17959
|
+
name: string;
|
|
17960
|
+
owner: string;
|
|
17961
|
+
};
|
|
17962
|
+
url: string;
|
|
17963
|
+
isPrivate: boolean;
|
|
17964
|
+
defaultBranch: string;
|
|
17965
|
+
createdAt: Date;
|
|
17966
|
+
};
|
|
17967
|
+
createdAt: Date;
|
|
17968
|
+
} | null;
|
|
17362
17969
|
createdAt: Date;
|
|
17363
17970
|
updatedAt: Date;
|
|
17364
17971
|
};
|
|
@@ -17377,6 +17984,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17377
17984
|
updatedAt: Date;
|
|
17378
17985
|
};
|
|
17379
17986
|
}[];
|
|
17987
|
+
immutableBucket: {
|
|
17988
|
+
object: string;
|
|
17989
|
+
id: string;
|
|
17990
|
+
isImmutable: boolean;
|
|
17991
|
+
isReadOnly: boolean;
|
|
17992
|
+
scmRepoLink: {
|
|
17993
|
+
object: string;
|
|
17994
|
+
isLinked: boolean;
|
|
17995
|
+
path: string | null;
|
|
17996
|
+
repository: {
|
|
17997
|
+
object: string;
|
|
17998
|
+
id: string;
|
|
17999
|
+
provider: {
|
|
18000
|
+
object: string;
|
|
18001
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18002
|
+
id: string;
|
|
18003
|
+
name: string;
|
|
18004
|
+
owner: string;
|
|
18005
|
+
};
|
|
18006
|
+
url: string;
|
|
18007
|
+
isPrivate: boolean;
|
|
18008
|
+
defaultBranch: string;
|
|
18009
|
+
createdAt: Date;
|
|
18010
|
+
};
|
|
18011
|
+
} | null;
|
|
18012
|
+
createdAt: Date;
|
|
18013
|
+
} | null;
|
|
17380
18014
|
customProviderId: string;
|
|
17381
18015
|
providerId: string | undefined;
|
|
17382
18016
|
actor: {
|
|
@@ -17400,6 +18034,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17400
18034
|
organizationActorId: string | null;
|
|
17401
18035
|
createdAt: Date;
|
|
17402
18036
|
};
|
|
18037
|
+
scmPush: {
|
|
18038
|
+
object: string;
|
|
18039
|
+
id: string;
|
|
18040
|
+
actor: {
|
|
18041
|
+
object: string;
|
|
18042
|
+
id: string;
|
|
18043
|
+
externalId: string | null;
|
|
18044
|
+
name: string | null;
|
|
18045
|
+
email: string | null;
|
|
18046
|
+
};
|
|
18047
|
+
commit: {
|
|
18048
|
+
object: string;
|
|
18049
|
+
id: string;
|
|
18050
|
+
sha: string;
|
|
18051
|
+
branch: string;
|
|
18052
|
+
message: string | null;
|
|
18053
|
+
createdAt: Date;
|
|
18054
|
+
};
|
|
18055
|
+
repository: {
|
|
18056
|
+
object: string;
|
|
18057
|
+
id: string;
|
|
18058
|
+
provider: {
|
|
18059
|
+
object: string;
|
|
18060
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18061
|
+
id: string;
|
|
18062
|
+
name: string;
|
|
18063
|
+
owner: string;
|
|
18064
|
+
};
|
|
18065
|
+
url: string;
|
|
18066
|
+
isPrivate: boolean;
|
|
18067
|
+
defaultBranch: string;
|
|
18068
|
+
createdAt: Date;
|
|
18069
|
+
};
|
|
18070
|
+
createdAt: Date;
|
|
18071
|
+
} | null;
|
|
17403
18072
|
createdAt: Date;
|
|
17404
18073
|
appliedAt: Date | null;
|
|
17405
18074
|
}[];
|
|
@@ -17507,6 +18176,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17507
18176
|
message: string | null;
|
|
17508
18177
|
createdAt: Date;
|
|
17509
18178
|
} | null;
|
|
18179
|
+
immutableBucket: {
|
|
18180
|
+
object: string;
|
|
18181
|
+
id: string;
|
|
18182
|
+
isImmutable: boolean;
|
|
18183
|
+
isReadOnly: boolean;
|
|
18184
|
+
scmRepoLink: {
|
|
18185
|
+
object: string;
|
|
18186
|
+
isLinked: boolean;
|
|
18187
|
+
path: string | null;
|
|
18188
|
+
repository: {
|
|
18189
|
+
object: string;
|
|
18190
|
+
id: string;
|
|
18191
|
+
provider: {
|
|
18192
|
+
object: string;
|
|
18193
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18194
|
+
id: string;
|
|
18195
|
+
name: string;
|
|
18196
|
+
owner: string;
|
|
18197
|
+
};
|
|
18198
|
+
url: string;
|
|
18199
|
+
isPrivate: boolean;
|
|
18200
|
+
defaultBranch: string;
|
|
18201
|
+
createdAt: Date;
|
|
18202
|
+
};
|
|
18203
|
+
} | null;
|
|
18204
|
+
createdAt: Date;
|
|
18205
|
+
} | null;
|
|
17510
18206
|
actor: {
|
|
17511
18207
|
object: string;
|
|
17512
18208
|
id: string;
|
|
@@ -17516,6 +18212,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17516
18212
|
organizationActorId: string | null;
|
|
17517
18213
|
createdAt: Date;
|
|
17518
18214
|
};
|
|
18215
|
+
scmPush: {
|
|
18216
|
+
object: string;
|
|
18217
|
+
id: string;
|
|
18218
|
+
actor: {
|
|
18219
|
+
object: string;
|
|
18220
|
+
id: string;
|
|
18221
|
+
externalId: string | null;
|
|
18222
|
+
name: string | null;
|
|
18223
|
+
email: string | null;
|
|
18224
|
+
};
|
|
18225
|
+
commit: {
|
|
18226
|
+
object: string;
|
|
18227
|
+
id: string;
|
|
18228
|
+
sha: string;
|
|
18229
|
+
branch: string;
|
|
18230
|
+
message: string | null;
|
|
18231
|
+
createdAt: Date;
|
|
18232
|
+
};
|
|
18233
|
+
repository: {
|
|
18234
|
+
object: string;
|
|
18235
|
+
id: string;
|
|
18236
|
+
provider: {
|
|
18237
|
+
object: string;
|
|
18238
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18239
|
+
id: string;
|
|
18240
|
+
name: string;
|
|
18241
|
+
owner: string;
|
|
18242
|
+
};
|
|
18243
|
+
url: string;
|
|
18244
|
+
isPrivate: boolean;
|
|
18245
|
+
defaultBranch: string;
|
|
18246
|
+
createdAt: Date;
|
|
18247
|
+
};
|
|
18248
|
+
createdAt: Date;
|
|
18249
|
+
} | null;
|
|
17519
18250
|
createdAt: Date;
|
|
17520
18251
|
updatedAt: Date;
|
|
17521
18252
|
};
|
|
@@ -17534,6 +18265,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17534
18265
|
updatedAt: Date;
|
|
17535
18266
|
};
|
|
17536
18267
|
}[];
|
|
18268
|
+
immutableBucket: {
|
|
18269
|
+
object: string;
|
|
18270
|
+
id: string;
|
|
18271
|
+
isImmutable: boolean;
|
|
18272
|
+
isReadOnly: boolean;
|
|
18273
|
+
scmRepoLink: {
|
|
18274
|
+
object: string;
|
|
18275
|
+
isLinked: boolean;
|
|
18276
|
+
path: string | null;
|
|
18277
|
+
repository: {
|
|
18278
|
+
object: string;
|
|
18279
|
+
id: string;
|
|
18280
|
+
provider: {
|
|
18281
|
+
object: string;
|
|
18282
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18283
|
+
id: string;
|
|
18284
|
+
name: string;
|
|
18285
|
+
owner: string;
|
|
18286
|
+
};
|
|
18287
|
+
url: string;
|
|
18288
|
+
isPrivate: boolean;
|
|
18289
|
+
defaultBranch: string;
|
|
18290
|
+
createdAt: Date;
|
|
18291
|
+
};
|
|
18292
|
+
} | null;
|
|
18293
|
+
createdAt: Date;
|
|
18294
|
+
} | null;
|
|
17537
18295
|
customProviderId: string;
|
|
17538
18296
|
providerId: string | undefined;
|
|
17539
18297
|
actor: {
|
|
@@ -17569,6 +18327,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17569
18327
|
message: string | null;
|
|
17570
18328
|
createdAt: Date;
|
|
17571
18329
|
} | null;
|
|
18330
|
+
immutableBucket: {
|
|
18331
|
+
object: string;
|
|
18332
|
+
id: string;
|
|
18333
|
+
isImmutable: boolean;
|
|
18334
|
+
isReadOnly: boolean;
|
|
18335
|
+
scmRepoLink: {
|
|
18336
|
+
object: string;
|
|
18337
|
+
isLinked: boolean;
|
|
18338
|
+
path: string | null;
|
|
18339
|
+
repository: {
|
|
18340
|
+
object: string;
|
|
18341
|
+
id: string;
|
|
18342
|
+
provider: {
|
|
18343
|
+
object: string;
|
|
18344
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18345
|
+
id: string;
|
|
18346
|
+
name: string;
|
|
18347
|
+
owner: string;
|
|
18348
|
+
};
|
|
18349
|
+
url: string;
|
|
18350
|
+
isPrivate: boolean;
|
|
18351
|
+
defaultBranch: string;
|
|
18352
|
+
createdAt: Date;
|
|
18353
|
+
};
|
|
18354
|
+
} | null;
|
|
18355
|
+
createdAt: Date;
|
|
18356
|
+
} | null;
|
|
17572
18357
|
actor: {
|
|
17573
18358
|
object: string;
|
|
17574
18359
|
id: string;
|
|
@@ -17578,6 +18363,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17578
18363
|
organizationActorId: string | null;
|
|
17579
18364
|
createdAt: Date;
|
|
17580
18365
|
};
|
|
18366
|
+
scmPush: {
|
|
18367
|
+
object: string;
|
|
18368
|
+
id: string;
|
|
18369
|
+
actor: {
|
|
18370
|
+
object: string;
|
|
18371
|
+
id: string;
|
|
18372
|
+
externalId: string | null;
|
|
18373
|
+
name: string | null;
|
|
18374
|
+
email: string | null;
|
|
18375
|
+
};
|
|
18376
|
+
commit: {
|
|
18377
|
+
object: string;
|
|
18378
|
+
id: string;
|
|
18379
|
+
sha: string;
|
|
18380
|
+
branch: string;
|
|
18381
|
+
message: string | null;
|
|
18382
|
+
createdAt: Date;
|
|
18383
|
+
};
|
|
18384
|
+
repository: {
|
|
18385
|
+
object: string;
|
|
18386
|
+
id: string;
|
|
18387
|
+
provider: {
|
|
18388
|
+
object: string;
|
|
18389
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18390
|
+
id: string;
|
|
18391
|
+
name: string;
|
|
18392
|
+
owner: string;
|
|
18393
|
+
};
|
|
18394
|
+
url: string;
|
|
18395
|
+
isPrivate: boolean;
|
|
18396
|
+
defaultBranch: string;
|
|
18397
|
+
createdAt: Date;
|
|
18398
|
+
};
|
|
18399
|
+
createdAt: Date;
|
|
18400
|
+
} | null;
|
|
17581
18401
|
createdAt: Date;
|
|
17582
18402
|
updatedAt: Date;
|
|
17583
18403
|
};
|
|
@@ -17596,14 +18416,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17596
18416
|
updatedAt: Date;
|
|
17597
18417
|
};
|
|
17598
18418
|
}[];
|
|
17599
|
-
|
|
17600
|
-
providerId: string | undefined;
|
|
17601
|
-
actor: {
|
|
18419
|
+
immutableBucket: {
|
|
17602
18420
|
object: string;
|
|
17603
18421
|
id: string;
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
18422
|
+
isImmutable: boolean;
|
|
18423
|
+
isReadOnly: boolean;
|
|
18424
|
+
scmRepoLink: {
|
|
18425
|
+
object: string;
|
|
18426
|
+
isLinked: boolean;
|
|
18427
|
+
path: string | null;
|
|
18428
|
+
repository: {
|
|
18429
|
+
object: string;
|
|
18430
|
+
id: string;
|
|
18431
|
+
provider: {
|
|
18432
|
+
object: string;
|
|
18433
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18434
|
+
id: string;
|
|
18435
|
+
name: string;
|
|
18436
|
+
owner: string;
|
|
18437
|
+
};
|
|
18438
|
+
url: string;
|
|
18439
|
+
isPrivate: boolean;
|
|
18440
|
+
defaultBranch: string;
|
|
18441
|
+
createdAt: Date;
|
|
18442
|
+
};
|
|
18443
|
+
} | null;
|
|
18444
|
+
createdAt: Date;
|
|
18445
|
+
} | null;
|
|
18446
|
+
customProviderId: string;
|
|
18447
|
+
providerId: string | undefined;
|
|
18448
|
+
actor: {
|
|
18449
|
+
object: string;
|
|
18450
|
+
id: string;
|
|
18451
|
+
type: _metorial_subspace_db.ActorType;
|
|
18452
|
+
identifier: string;
|
|
18453
|
+
name: string;
|
|
17607
18454
|
organizationActorId: string | null;
|
|
17608
18455
|
createdAt: Date;
|
|
17609
18456
|
};
|
|
@@ -17619,6 +18466,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17619
18466
|
organizationActorId: string | null;
|
|
17620
18467
|
createdAt: Date;
|
|
17621
18468
|
};
|
|
18469
|
+
scmPush: {
|
|
18470
|
+
object: string;
|
|
18471
|
+
id: string;
|
|
18472
|
+
actor: {
|
|
18473
|
+
object: string;
|
|
18474
|
+
id: string;
|
|
18475
|
+
externalId: string | null;
|
|
18476
|
+
name: string | null;
|
|
18477
|
+
email: string | null;
|
|
18478
|
+
};
|
|
18479
|
+
commit: {
|
|
18480
|
+
object: string;
|
|
18481
|
+
id: string;
|
|
18482
|
+
sha: string;
|
|
18483
|
+
branch: string;
|
|
18484
|
+
message: string | null;
|
|
18485
|
+
createdAt: Date;
|
|
18486
|
+
};
|
|
18487
|
+
repository: {
|
|
18488
|
+
object: string;
|
|
18489
|
+
id: string;
|
|
18490
|
+
provider: {
|
|
18491
|
+
object: string;
|
|
18492
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
18493
|
+
id: string;
|
|
18494
|
+
name: string;
|
|
18495
|
+
owner: string;
|
|
18496
|
+
};
|
|
18497
|
+
url: string;
|
|
18498
|
+
isPrivate: boolean;
|
|
18499
|
+
defaultBranch: string;
|
|
18500
|
+
createdAt: Date;
|
|
18501
|
+
};
|
|
18502
|
+
createdAt: Date;
|
|
18503
|
+
} | null;
|
|
17622
18504
|
createdAt: Date;
|
|
17623
18505
|
appliedAt: Date | null;
|
|
17624
18506
|
}, {
|
|
@@ -17679,6 +18561,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17679
18561
|
tag: string;
|
|
17680
18562
|
access: _metorial_subspace_db.ProviderAccess;
|
|
17681
18563
|
hasEnvironments: boolean;
|
|
18564
|
+
globalIdentifier: string | null;
|
|
17682
18565
|
entryOid: bigint;
|
|
17683
18566
|
publisherOid: bigint;
|
|
17684
18567
|
ownerTenantOid: bigint | null;
|
|
@@ -17722,13 +18605,45 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17722
18605
|
scmRepoOid: bigint | null;
|
|
17723
18606
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17724
18607
|
creatorActorOid: bigint;
|
|
18608
|
+
scmRepoPushOid: bigint | null;
|
|
17725
18609
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
17726
18610
|
immutableCodeBucketOid: bigint | null;
|
|
17727
18611
|
sourceEnvironmentOid: bigint | null;
|
|
17728
|
-
scmRepoPushOid: bigint | null;
|
|
17729
18612
|
startedAt: Date | null;
|
|
17730
18613
|
endedAt: Date | null;
|
|
17731
18614
|
} | null;
|
|
18615
|
+
scmRepoPush: ({
|
|
18616
|
+
repo: {
|
|
18617
|
+
oid: bigint;
|
|
18618
|
+
id: string;
|
|
18619
|
+
identifier: string;
|
|
18620
|
+
name: string;
|
|
18621
|
+
createdAt: Date;
|
|
18622
|
+
tenantOid: bigint;
|
|
18623
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
18624
|
+
solutionOid: number;
|
|
18625
|
+
fromRepoUrl: string | null;
|
|
18626
|
+
externalId: string;
|
|
18627
|
+
externalName: string;
|
|
18628
|
+
externalOwner: string;
|
|
18629
|
+
externalUrl: string;
|
|
18630
|
+
externalIsPrivate: boolean;
|
|
18631
|
+
defaultBranch: string;
|
|
18632
|
+
};
|
|
18633
|
+
} & {
|
|
18634
|
+
oid: bigint;
|
|
18635
|
+
id: string;
|
|
18636
|
+
createdAt: Date;
|
|
18637
|
+
tenantOid: bigint;
|
|
18638
|
+
solutionOid: number;
|
|
18639
|
+
branchName: string;
|
|
18640
|
+
pusherName: string | null;
|
|
18641
|
+
pusherEmail: string | null;
|
|
18642
|
+
senderIdentifier: string | null;
|
|
18643
|
+
commitMessage: string | null;
|
|
18644
|
+
sha: string;
|
|
18645
|
+
repoOid: bigint;
|
|
18646
|
+
}) | null;
|
|
17732
18647
|
creatorActor: {
|
|
17733
18648
|
oid: bigint;
|
|
17734
18649
|
id: string;
|
|
@@ -17971,8 +18886,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17971
18886
|
toEnvironmentOid: bigint;
|
|
17972
18887
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
17973
18888
|
targetCustomProviderVersionOid: bigint;
|
|
18889
|
+
scmRepoPushOid: bigint | null;
|
|
17974
18890
|
appliedAt: Date | null;
|
|
17975
18891
|
} | null;
|
|
18892
|
+
scmRepoPush: ({
|
|
18893
|
+
repo: {
|
|
18894
|
+
oid: bigint;
|
|
18895
|
+
id: string;
|
|
18896
|
+
identifier: string;
|
|
18897
|
+
name: string;
|
|
18898
|
+
createdAt: Date;
|
|
18899
|
+
tenantOid: bigint;
|
|
18900
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
18901
|
+
solutionOid: number;
|
|
18902
|
+
fromRepoUrl: string | null;
|
|
18903
|
+
externalId: string;
|
|
18904
|
+
externalName: string;
|
|
18905
|
+
externalOwner: string;
|
|
18906
|
+
externalUrl: string;
|
|
18907
|
+
externalIsPrivate: boolean;
|
|
18908
|
+
defaultBranch: string;
|
|
18909
|
+
};
|
|
18910
|
+
} & {
|
|
18911
|
+
oid: bigint;
|
|
18912
|
+
id: string;
|
|
18913
|
+
createdAt: Date;
|
|
18914
|
+
tenantOid: bigint;
|
|
18915
|
+
solutionOid: number;
|
|
18916
|
+
branchName: string;
|
|
18917
|
+
pusherName: string | null;
|
|
18918
|
+
pusherEmail: string | null;
|
|
18919
|
+
senderIdentifier: string | null;
|
|
18920
|
+
commitMessage: string | null;
|
|
18921
|
+
sha: string;
|
|
18922
|
+
repoOid: bigint;
|
|
18923
|
+
}) | null;
|
|
17976
18924
|
} & {
|
|
17977
18925
|
oid: bigint;
|
|
17978
18926
|
id: string;
|
|
@@ -17988,10 +18936,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
17988
18936
|
scmRepoOid: bigint | null;
|
|
17989
18937
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
17990
18938
|
creatorActorOid: bigint;
|
|
18939
|
+
scmRepoPushOid: bigint | null;
|
|
17991
18940
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
17992
18941
|
immutableCodeBucketOid: bigint | null;
|
|
17993
18942
|
sourceEnvironmentOid: bigint | null;
|
|
17994
|
-
scmRepoPushOid: bigint | null;
|
|
17995
18943
|
startedAt: Date | null;
|
|
17996
18944
|
endedAt: Date | null;
|
|
17997
18945
|
};
|
|
@@ -18005,6 +18953,36 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18005
18953
|
tenantOid: bigint;
|
|
18006
18954
|
organizationActorId: string | null;
|
|
18007
18955
|
};
|
|
18956
|
+
immutableCodeBucket: ({
|
|
18957
|
+
scmRepo: {
|
|
18958
|
+
oid: bigint;
|
|
18959
|
+
id: string;
|
|
18960
|
+
identifier: string;
|
|
18961
|
+
name: string;
|
|
18962
|
+
createdAt: Date;
|
|
18963
|
+
tenantOid: bigint;
|
|
18964
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
18965
|
+
solutionOid: number;
|
|
18966
|
+
fromRepoUrl: string | null;
|
|
18967
|
+
externalId: string;
|
|
18968
|
+
externalName: string;
|
|
18969
|
+
externalOwner: string;
|
|
18970
|
+
externalUrl: string;
|
|
18971
|
+
externalIsPrivate: boolean;
|
|
18972
|
+
defaultBranch: string;
|
|
18973
|
+
} | null;
|
|
18974
|
+
} & {
|
|
18975
|
+
oid: bigint;
|
|
18976
|
+
id: string;
|
|
18977
|
+
createdAt: Date;
|
|
18978
|
+
tenantOid: bigint;
|
|
18979
|
+
solutionOid: number;
|
|
18980
|
+
scmRepoOid: bigint | null;
|
|
18981
|
+
isImmutable: boolean;
|
|
18982
|
+
isReadOnly: boolean;
|
|
18983
|
+
isSynced: boolean;
|
|
18984
|
+
scmRepoPath: string | null;
|
|
18985
|
+
}) | null;
|
|
18008
18986
|
} & {
|
|
18009
18987
|
oid: bigint;
|
|
18010
18988
|
id: string;
|
|
@@ -18139,8 +19117,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18139
19117
|
toEnvironmentOid: bigint;
|
|
18140
19118
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
18141
19119
|
targetCustomProviderVersionOid: bigint;
|
|
19120
|
+
scmRepoPushOid: bigint | null;
|
|
18142
19121
|
appliedAt: Date | null;
|
|
18143
19122
|
} | null;
|
|
19123
|
+
scmRepoPush: ({
|
|
19124
|
+
repo: {
|
|
19125
|
+
oid: bigint;
|
|
19126
|
+
id: string;
|
|
19127
|
+
identifier: string;
|
|
19128
|
+
name: string;
|
|
19129
|
+
createdAt: Date;
|
|
19130
|
+
tenantOid: bigint;
|
|
19131
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
19132
|
+
solutionOid: number;
|
|
19133
|
+
fromRepoUrl: string | null;
|
|
19134
|
+
externalId: string;
|
|
19135
|
+
externalName: string;
|
|
19136
|
+
externalOwner: string;
|
|
19137
|
+
externalUrl: string;
|
|
19138
|
+
externalIsPrivate: boolean;
|
|
19139
|
+
defaultBranch: string;
|
|
19140
|
+
};
|
|
19141
|
+
} & {
|
|
19142
|
+
oid: bigint;
|
|
19143
|
+
id: string;
|
|
19144
|
+
createdAt: Date;
|
|
19145
|
+
tenantOid: bigint;
|
|
19146
|
+
solutionOid: number;
|
|
19147
|
+
branchName: string;
|
|
19148
|
+
pusherName: string | null;
|
|
19149
|
+
pusherEmail: string | null;
|
|
19150
|
+
senderIdentifier: string | null;
|
|
19151
|
+
commitMessage: string | null;
|
|
19152
|
+
sha: string;
|
|
19153
|
+
repoOid: bigint;
|
|
19154
|
+
}) | null;
|
|
18144
19155
|
} & {
|
|
18145
19156
|
oid: bigint;
|
|
18146
19157
|
id: string;
|
|
@@ -18156,10 +19167,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18156
19167
|
scmRepoOid: bigint | null;
|
|
18157
19168
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18158
19169
|
creatorActorOid: bigint;
|
|
19170
|
+
scmRepoPushOid: bigint | null;
|
|
18159
19171
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18160
19172
|
immutableCodeBucketOid: bigint | null;
|
|
18161
19173
|
sourceEnvironmentOid: bigint | null;
|
|
18162
|
-
scmRepoPushOid: bigint | null;
|
|
18163
19174
|
startedAt: Date | null;
|
|
18164
19175
|
endedAt: Date | null;
|
|
18165
19176
|
};
|
|
@@ -18173,6 +19184,36 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18173
19184
|
tenantOid: bigint;
|
|
18174
19185
|
organizationActorId: string | null;
|
|
18175
19186
|
};
|
|
19187
|
+
immutableCodeBucket: ({
|
|
19188
|
+
scmRepo: {
|
|
19189
|
+
oid: bigint;
|
|
19190
|
+
id: string;
|
|
19191
|
+
identifier: string;
|
|
19192
|
+
name: string;
|
|
19193
|
+
createdAt: Date;
|
|
19194
|
+
tenantOid: bigint;
|
|
19195
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
19196
|
+
solutionOid: number;
|
|
19197
|
+
fromRepoUrl: string | null;
|
|
19198
|
+
externalId: string;
|
|
19199
|
+
externalName: string;
|
|
19200
|
+
externalOwner: string;
|
|
19201
|
+
externalUrl: string;
|
|
19202
|
+
externalIsPrivate: boolean;
|
|
19203
|
+
defaultBranch: string;
|
|
19204
|
+
} | null;
|
|
19205
|
+
} & {
|
|
19206
|
+
oid: bigint;
|
|
19207
|
+
id: string;
|
|
19208
|
+
createdAt: Date;
|
|
19209
|
+
tenantOid: bigint;
|
|
19210
|
+
solutionOid: number;
|
|
19211
|
+
scmRepoOid: bigint | null;
|
|
19212
|
+
isImmutable: boolean;
|
|
19213
|
+
isReadOnly: boolean;
|
|
19214
|
+
isSynced: boolean;
|
|
19215
|
+
scmRepoPath: string | null;
|
|
19216
|
+
}) | null;
|
|
18176
19217
|
} & {
|
|
18177
19218
|
oid: bigint;
|
|
18178
19219
|
id: string;
|
|
@@ -18211,6 +19252,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18211
19252
|
toEnvironmentOid: bigint;
|
|
18212
19253
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
18213
19254
|
targetCustomProviderVersionOid: bigint;
|
|
19255
|
+
scmRepoPushOid: bigint | null;
|
|
18214
19256
|
appliedAt: Date | null;
|
|
18215
19257
|
};
|
|
18216
19258
|
}>;
|
|
@@ -18281,6 +19323,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18281
19323
|
message: string | null;
|
|
18282
19324
|
createdAt: Date;
|
|
18283
19325
|
} | null;
|
|
19326
|
+
immutableBucket: {
|
|
19327
|
+
object: string;
|
|
19328
|
+
id: string;
|
|
19329
|
+
isImmutable: boolean;
|
|
19330
|
+
isReadOnly: boolean;
|
|
19331
|
+
scmRepoLink: {
|
|
19332
|
+
object: string;
|
|
19333
|
+
isLinked: boolean;
|
|
19334
|
+
path: string | null;
|
|
19335
|
+
repository: {
|
|
19336
|
+
object: string;
|
|
19337
|
+
id: string;
|
|
19338
|
+
provider: {
|
|
19339
|
+
object: string;
|
|
19340
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19341
|
+
id: string;
|
|
19342
|
+
name: string;
|
|
19343
|
+
owner: string;
|
|
19344
|
+
};
|
|
19345
|
+
url: string;
|
|
19346
|
+
isPrivate: boolean;
|
|
19347
|
+
defaultBranch: string;
|
|
19348
|
+
createdAt: Date;
|
|
19349
|
+
};
|
|
19350
|
+
} | null;
|
|
19351
|
+
createdAt: Date;
|
|
19352
|
+
} | null;
|
|
18284
19353
|
actor: {
|
|
18285
19354
|
object: string;
|
|
18286
19355
|
id: string;
|
|
@@ -18290,6 +19359,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18290
19359
|
organizationActorId: string | null;
|
|
18291
19360
|
createdAt: Date;
|
|
18292
19361
|
};
|
|
19362
|
+
scmPush: {
|
|
19363
|
+
object: string;
|
|
19364
|
+
id: string;
|
|
19365
|
+
actor: {
|
|
19366
|
+
object: string;
|
|
19367
|
+
id: string;
|
|
19368
|
+
externalId: string | null;
|
|
19369
|
+
name: string | null;
|
|
19370
|
+
email: string | null;
|
|
19371
|
+
};
|
|
19372
|
+
commit: {
|
|
19373
|
+
object: string;
|
|
19374
|
+
id: string;
|
|
19375
|
+
sha: string;
|
|
19376
|
+
branch: string;
|
|
19377
|
+
message: string | null;
|
|
19378
|
+
createdAt: Date;
|
|
19379
|
+
};
|
|
19380
|
+
repository: {
|
|
19381
|
+
object: string;
|
|
19382
|
+
id: string;
|
|
19383
|
+
provider: {
|
|
19384
|
+
object: string;
|
|
19385
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19386
|
+
id: string;
|
|
19387
|
+
name: string;
|
|
19388
|
+
owner: string;
|
|
19389
|
+
};
|
|
19390
|
+
url: string;
|
|
19391
|
+
isPrivate: boolean;
|
|
19392
|
+
defaultBranch: string;
|
|
19393
|
+
createdAt: Date;
|
|
19394
|
+
};
|
|
19395
|
+
createdAt: Date;
|
|
19396
|
+
} | null;
|
|
18293
19397
|
createdAt: Date;
|
|
18294
19398
|
updatedAt: Date;
|
|
18295
19399
|
};
|
|
@@ -18308,6 +19412,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18308
19412
|
updatedAt: Date;
|
|
18309
19413
|
};
|
|
18310
19414
|
}[];
|
|
19415
|
+
immutableBucket: {
|
|
19416
|
+
object: string;
|
|
19417
|
+
id: string;
|
|
19418
|
+
isImmutable: boolean;
|
|
19419
|
+
isReadOnly: boolean;
|
|
19420
|
+
scmRepoLink: {
|
|
19421
|
+
object: string;
|
|
19422
|
+
isLinked: boolean;
|
|
19423
|
+
path: string | null;
|
|
19424
|
+
repository: {
|
|
19425
|
+
object: string;
|
|
19426
|
+
id: string;
|
|
19427
|
+
provider: {
|
|
19428
|
+
object: string;
|
|
19429
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19430
|
+
id: string;
|
|
19431
|
+
name: string;
|
|
19432
|
+
owner: string;
|
|
19433
|
+
};
|
|
19434
|
+
url: string;
|
|
19435
|
+
isPrivate: boolean;
|
|
19436
|
+
defaultBranch: string;
|
|
19437
|
+
createdAt: Date;
|
|
19438
|
+
};
|
|
19439
|
+
} | null;
|
|
19440
|
+
createdAt: Date;
|
|
19441
|
+
} | null;
|
|
18311
19442
|
customProviderId: string;
|
|
18312
19443
|
providerId: string | undefined;
|
|
18313
19444
|
actor: {
|
|
@@ -18343,6 +19474,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18343
19474
|
message: string | null;
|
|
18344
19475
|
createdAt: Date;
|
|
18345
19476
|
} | null;
|
|
19477
|
+
immutableBucket: {
|
|
19478
|
+
object: string;
|
|
19479
|
+
id: string;
|
|
19480
|
+
isImmutable: boolean;
|
|
19481
|
+
isReadOnly: boolean;
|
|
19482
|
+
scmRepoLink: {
|
|
19483
|
+
object: string;
|
|
19484
|
+
isLinked: boolean;
|
|
19485
|
+
path: string | null;
|
|
19486
|
+
repository: {
|
|
19487
|
+
object: string;
|
|
19488
|
+
id: string;
|
|
19489
|
+
provider: {
|
|
19490
|
+
object: string;
|
|
19491
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19492
|
+
id: string;
|
|
19493
|
+
name: string;
|
|
19494
|
+
owner: string;
|
|
19495
|
+
};
|
|
19496
|
+
url: string;
|
|
19497
|
+
isPrivate: boolean;
|
|
19498
|
+
defaultBranch: string;
|
|
19499
|
+
createdAt: Date;
|
|
19500
|
+
};
|
|
19501
|
+
} | null;
|
|
19502
|
+
createdAt: Date;
|
|
19503
|
+
} | null;
|
|
18346
19504
|
actor: {
|
|
18347
19505
|
object: string;
|
|
18348
19506
|
id: string;
|
|
@@ -18352,6 +19510,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18352
19510
|
organizationActorId: string | null;
|
|
18353
19511
|
createdAt: Date;
|
|
18354
19512
|
};
|
|
19513
|
+
scmPush: {
|
|
19514
|
+
object: string;
|
|
19515
|
+
id: string;
|
|
19516
|
+
actor: {
|
|
19517
|
+
object: string;
|
|
19518
|
+
id: string;
|
|
19519
|
+
externalId: string | null;
|
|
19520
|
+
name: string | null;
|
|
19521
|
+
email: string | null;
|
|
19522
|
+
};
|
|
19523
|
+
commit: {
|
|
19524
|
+
object: string;
|
|
19525
|
+
id: string;
|
|
19526
|
+
sha: string;
|
|
19527
|
+
branch: string;
|
|
19528
|
+
message: string | null;
|
|
19529
|
+
createdAt: Date;
|
|
19530
|
+
};
|
|
19531
|
+
repository: {
|
|
19532
|
+
object: string;
|
|
19533
|
+
id: string;
|
|
19534
|
+
provider: {
|
|
19535
|
+
object: string;
|
|
19536
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19537
|
+
id: string;
|
|
19538
|
+
name: string;
|
|
19539
|
+
owner: string;
|
|
19540
|
+
};
|
|
19541
|
+
url: string;
|
|
19542
|
+
isPrivate: boolean;
|
|
19543
|
+
defaultBranch: string;
|
|
19544
|
+
createdAt: Date;
|
|
19545
|
+
};
|
|
19546
|
+
createdAt: Date;
|
|
19547
|
+
} | null;
|
|
18355
19548
|
createdAt: Date;
|
|
18356
19549
|
updatedAt: Date;
|
|
18357
19550
|
};
|
|
@@ -18370,6 +19563,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18370
19563
|
updatedAt: Date;
|
|
18371
19564
|
};
|
|
18372
19565
|
}[];
|
|
19566
|
+
immutableBucket: {
|
|
19567
|
+
object: string;
|
|
19568
|
+
id: string;
|
|
19569
|
+
isImmutable: boolean;
|
|
19570
|
+
isReadOnly: boolean;
|
|
19571
|
+
scmRepoLink: {
|
|
19572
|
+
object: string;
|
|
19573
|
+
isLinked: boolean;
|
|
19574
|
+
path: string | null;
|
|
19575
|
+
repository: {
|
|
19576
|
+
object: string;
|
|
19577
|
+
id: string;
|
|
19578
|
+
provider: {
|
|
19579
|
+
object: string;
|
|
19580
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19581
|
+
id: string;
|
|
19582
|
+
name: string;
|
|
19583
|
+
owner: string;
|
|
19584
|
+
};
|
|
19585
|
+
url: string;
|
|
19586
|
+
isPrivate: boolean;
|
|
19587
|
+
defaultBranch: string;
|
|
19588
|
+
createdAt: Date;
|
|
19589
|
+
};
|
|
19590
|
+
} | null;
|
|
19591
|
+
createdAt: Date;
|
|
19592
|
+
} | null;
|
|
18373
19593
|
customProviderId: string;
|
|
18374
19594
|
providerId: string | undefined;
|
|
18375
19595
|
actor: {
|
|
@@ -18393,6 +19613,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18393
19613
|
organizationActorId: string | null;
|
|
18394
19614
|
createdAt: Date;
|
|
18395
19615
|
};
|
|
19616
|
+
scmPush: {
|
|
19617
|
+
object: string;
|
|
19618
|
+
id: string;
|
|
19619
|
+
actor: {
|
|
19620
|
+
object: string;
|
|
19621
|
+
id: string;
|
|
19622
|
+
externalId: string | null;
|
|
19623
|
+
name: string | null;
|
|
19624
|
+
email: string | null;
|
|
19625
|
+
};
|
|
19626
|
+
commit: {
|
|
19627
|
+
object: string;
|
|
19628
|
+
id: string;
|
|
19629
|
+
sha: string;
|
|
19630
|
+
branch: string;
|
|
19631
|
+
message: string | null;
|
|
19632
|
+
createdAt: Date;
|
|
19633
|
+
};
|
|
19634
|
+
repository: {
|
|
19635
|
+
object: string;
|
|
19636
|
+
id: string;
|
|
19637
|
+
provider: {
|
|
19638
|
+
object: string;
|
|
19639
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19640
|
+
id: string;
|
|
19641
|
+
name: string;
|
|
19642
|
+
owner: string;
|
|
19643
|
+
};
|
|
19644
|
+
url: string;
|
|
19645
|
+
isPrivate: boolean;
|
|
19646
|
+
defaultBranch: string;
|
|
19647
|
+
createdAt: Date;
|
|
19648
|
+
};
|
|
19649
|
+
createdAt: Date;
|
|
19650
|
+
} | null;
|
|
18396
19651
|
createdAt: Date;
|
|
18397
19652
|
appliedAt: Date | null;
|
|
18398
19653
|
}, {
|
|
@@ -18473,15 +19728,77 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18473
19728
|
message: string | null;
|
|
18474
19729
|
createdAt: Date;
|
|
18475
19730
|
} | null;
|
|
18476
|
-
|
|
19731
|
+
immutableBucket: {
|
|
18477
19732
|
object: string;
|
|
18478
19733
|
id: string;
|
|
18479
|
-
|
|
18480
|
-
|
|
18481
|
-
|
|
18482
|
-
|
|
18483
|
-
|
|
18484
|
-
|
|
19734
|
+
isImmutable: boolean;
|
|
19735
|
+
isReadOnly: boolean;
|
|
19736
|
+
scmRepoLink: {
|
|
19737
|
+
object: string;
|
|
19738
|
+
isLinked: boolean;
|
|
19739
|
+
path: string | null;
|
|
19740
|
+
repository: {
|
|
19741
|
+
object: string;
|
|
19742
|
+
id: string;
|
|
19743
|
+
provider: {
|
|
19744
|
+
object: string;
|
|
19745
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19746
|
+
id: string;
|
|
19747
|
+
name: string;
|
|
19748
|
+
owner: string;
|
|
19749
|
+
};
|
|
19750
|
+
url: string;
|
|
19751
|
+
isPrivate: boolean;
|
|
19752
|
+
defaultBranch: string;
|
|
19753
|
+
createdAt: Date;
|
|
19754
|
+
};
|
|
19755
|
+
} | null;
|
|
19756
|
+
createdAt: Date;
|
|
19757
|
+
} | null;
|
|
19758
|
+
actor: {
|
|
19759
|
+
object: string;
|
|
19760
|
+
id: string;
|
|
19761
|
+
type: _metorial_subspace_db.ActorType;
|
|
19762
|
+
identifier: string;
|
|
19763
|
+
name: string;
|
|
19764
|
+
organizationActorId: string | null;
|
|
19765
|
+
createdAt: Date;
|
|
19766
|
+
};
|
|
19767
|
+
scmPush: {
|
|
19768
|
+
object: string;
|
|
19769
|
+
id: string;
|
|
19770
|
+
actor: {
|
|
19771
|
+
object: string;
|
|
19772
|
+
id: string;
|
|
19773
|
+
externalId: string | null;
|
|
19774
|
+
name: string | null;
|
|
19775
|
+
email: string | null;
|
|
19776
|
+
};
|
|
19777
|
+
commit: {
|
|
19778
|
+
object: string;
|
|
19779
|
+
id: string;
|
|
19780
|
+
sha: string;
|
|
19781
|
+
branch: string;
|
|
19782
|
+
message: string | null;
|
|
19783
|
+
createdAt: Date;
|
|
19784
|
+
};
|
|
19785
|
+
repository: {
|
|
19786
|
+
object: string;
|
|
19787
|
+
id: string;
|
|
19788
|
+
provider: {
|
|
19789
|
+
object: string;
|
|
19790
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19791
|
+
id: string;
|
|
19792
|
+
name: string;
|
|
19793
|
+
owner: string;
|
|
19794
|
+
};
|
|
19795
|
+
url: string;
|
|
19796
|
+
isPrivate: boolean;
|
|
19797
|
+
defaultBranch: string;
|
|
19798
|
+
createdAt: Date;
|
|
19799
|
+
};
|
|
19800
|
+
createdAt: Date;
|
|
19801
|
+
} | null;
|
|
18485
19802
|
createdAt: Date;
|
|
18486
19803
|
updatedAt: Date;
|
|
18487
19804
|
}[];
|
|
@@ -18551,6 +19868,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18551
19868
|
message: string | null;
|
|
18552
19869
|
createdAt: Date;
|
|
18553
19870
|
} | null;
|
|
19871
|
+
immutableBucket: {
|
|
19872
|
+
object: string;
|
|
19873
|
+
id: string;
|
|
19874
|
+
isImmutable: boolean;
|
|
19875
|
+
isReadOnly: boolean;
|
|
19876
|
+
scmRepoLink: {
|
|
19877
|
+
object: string;
|
|
19878
|
+
isLinked: boolean;
|
|
19879
|
+
path: string | null;
|
|
19880
|
+
repository: {
|
|
19881
|
+
object: string;
|
|
19882
|
+
id: string;
|
|
19883
|
+
provider: {
|
|
19884
|
+
object: string;
|
|
19885
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19886
|
+
id: string;
|
|
19887
|
+
name: string;
|
|
19888
|
+
owner: string;
|
|
19889
|
+
};
|
|
19890
|
+
url: string;
|
|
19891
|
+
isPrivate: boolean;
|
|
19892
|
+
defaultBranch: string;
|
|
19893
|
+
createdAt: Date;
|
|
19894
|
+
};
|
|
19895
|
+
} | null;
|
|
19896
|
+
createdAt: Date;
|
|
19897
|
+
} | null;
|
|
18554
19898
|
actor: {
|
|
18555
19899
|
object: string;
|
|
18556
19900
|
id: string;
|
|
@@ -18560,6 +19904,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18560
19904
|
organizationActorId: string | null;
|
|
18561
19905
|
createdAt: Date;
|
|
18562
19906
|
};
|
|
19907
|
+
scmPush: {
|
|
19908
|
+
object: string;
|
|
19909
|
+
id: string;
|
|
19910
|
+
actor: {
|
|
19911
|
+
object: string;
|
|
19912
|
+
id: string;
|
|
19913
|
+
externalId: string | null;
|
|
19914
|
+
name: string | null;
|
|
19915
|
+
email: string | null;
|
|
19916
|
+
};
|
|
19917
|
+
commit: {
|
|
19918
|
+
object: string;
|
|
19919
|
+
id: string;
|
|
19920
|
+
sha: string;
|
|
19921
|
+
branch: string;
|
|
19922
|
+
message: string | null;
|
|
19923
|
+
createdAt: Date;
|
|
19924
|
+
};
|
|
19925
|
+
repository: {
|
|
19926
|
+
object: string;
|
|
19927
|
+
id: string;
|
|
19928
|
+
provider: {
|
|
19929
|
+
object: string;
|
|
19930
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
19931
|
+
id: string;
|
|
19932
|
+
name: string;
|
|
19933
|
+
owner: string;
|
|
19934
|
+
};
|
|
19935
|
+
url: string;
|
|
19936
|
+
isPrivate: boolean;
|
|
19937
|
+
defaultBranch: string;
|
|
19938
|
+
createdAt: Date;
|
|
19939
|
+
};
|
|
19940
|
+
createdAt: Date;
|
|
19941
|
+
} | null;
|
|
18563
19942
|
createdAt: Date;
|
|
18564
19943
|
updatedAt: Date;
|
|
18565
19944
|
}, {
|
|
@@ -18620,6 +19999,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18620
19999
|
tag: string;
|
|
18621
20000
|
access: _metorial_subspace_db.ProviderAccess;
|
|
18622
20001
|
hasEnvironments: boolean;
|
|
20002
|
+
globalIdentifier: string | null;
|
|
18623
20003
|
entryOid: bigint;
|
|
18624
20004
|
publisherOid: bigint;
|
|
18625
20005
|
ownerTenantOid: bigint | null;
|
|
@@ -18686,8 +20066,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18686
20066
|
toEnvironmentOid: bigint;
|
|
18687
20067
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
18688
20068
|
targetCustomProviderVersionOid: bigint;
|
|
20069
|
+
scmRepoPushOid: bigint | null;
|
|
18689
20070
|
appliedAt: Date | null;
|
|
18690
20071
|
} | null;
|
|
20072
|
+
scmRepoPush: ({
|
|
20073
|
+
repo: {
|
|
20074
|
+
oid: bigint;
|
|
20075
|
+
id: string;
|
|
20076
|
+
identifier: string;
|
|
20077
|
+
name: string;
|
|
20078
|
+
createdAt: Date;
|
|
20079
|
+
tenantOid: bigint;
|
|
20080
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
20081
|
+
solutionOid: number;
|
|
20082
|
+
fromRepoUrl: string | null;
|
|
20083
|
+
externalId: string;
|
|
20084
|
+
externalName: string;
|
|
20085
|
+
externalOwner: string;
|
|
20086
|
+
externalUrl: string;
|
|
20087
|
+
externalIsPrivate: boolean;
|
|
20088
|
+
defaultBranch: string;
|
|
20089
|
+
};
|
|
20090
|
+
} & {
|
|
20091
|
+
oid: bigint;
|
|
20092
|
+
id: string;
|
|
20093
|
+
createdAt: Date;
|
|
20094
|
+
tenantOid: bigint;
|
|
20095
|
+
solutionOid: number;
|
|
20096
|
+
branchName: string;
|
|
20097
|
+
pusherName: string | null;
|
|
20098
|
+
pusherEmail: string | null;
|
|
20099
|
+
senderIdentifier: string | null;
|
|
20100
|
+
commitMessage: string | null;
|
|
20101
|
+
sha: string;
|
|
20102
|
+
repoOid: bigint;
|
|
20103
|
+
}) | null;
|
|
18691
20104
|
creatorActor: {
|
|
18692
20105
|
oid: bigint;
|
|
18693
20106
|
id: string;
|
|
@@ -18698,6 +20111,36 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18698
20111
|
tenantOid: bigint;
|
|
18699
20112
|
organizationActorId: string | null;
|
|
18700
20113
|
};
|
|
20114
|
+
immutableCodeBucket: ({
|
|
20115
|
+
scmRepo: {
|
|
20116
|
+
oid: bigint;
|
|
20117
|
+
id: string;
|
|
20118
|
+
identifier: string;
|
|
20119
|
+
name: string;
|
|
20120
|
+
createdAt: Date;
|
|
20121
|
+
tenantOid: bigint;
|
|
20122
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
20123
|
+
solutionOid: number;
|
|
20124
|
+
fromRepoUrl: string | null;
|
|
20125
|
+
externalId: string;
|
|
20126
|
+
externalName: string;
|
|
20127
|
+
externalOwner: string;
|
|
20128
|
+
externalUrl: string;
|
|
20129
|
+
externalIsPrivate: boolean;
|
|
20130
|
+
defaultBranch: string;
|
|
20131
|
+
} | null;
|
|
20132
|
+
} & {
|
|
20133
|
+
oid: bigint;
|
|
20134
|
+
id: string;
|
|
20135
|
+
createdAt: Date;
|
|
20136
|
+
tenantOid: bigint;
|
|
20137
|
+
solutionOid: number;
|
|
20138
|
+
scmRepoOid: bigint | null;
|
|
20139
|
+
isImmutable: boolean;
|
|
20140
|
+
isReadOnly: boolean;
|
|
20141
|
+
isSynced: boolean;
|
|
20142
|
+
scmRepoPath: string | null;
|
|
20143
|
+
}) | null;
|
|
18701
20144
|
} & {
|
|
18702
20145
|
oid: bigint;
|
|
18703
20146
|
id: string;
|
|
@@ -18713,10 +20156,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18713
20156
|
scmRepoOid: bigint | null;
|
|
18714
20157
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18715
20158
|
creatorActorOid: bigint;
|
|
20159
|
+
scmRepoPushOid: bigint | null;
|
|
18716
20160
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18717
20161
|
immutableCodeBucketOid: bigint | null;
|
|
18718
20162
|
sourceEnvironmentOid: bigint | null;
|
|
18719
|
-
scmRepoPushOid: bigint | null;
|
|
18720
20163
|
startedAt: Date | null;
|
|
18721
20164
|
endedAt: Date | null;
|
|
18722
20165
|
};
|
|
@@ -18815,6 +20258,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18815
20258
|
tag: string;
|
|
18816
20259
|
access: _metorial_subspace_db.ProviderAccess;
|
|
18817
20260
|
hasEnvironments: boolean;
|
|
20261
|
+
globalIdentifier: string | null;
|
|
18818
20262
|
entryOid: bigint;
|
|
18819
20263
|
publisherOid: bigint;
|
|
18820
20264
|
ownerTenantOid: bigint | null;
|
|
@@ -18881,8 +20325,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18881
20325
|
toEnvironmentOid: bigint;
|
|
18882
20326
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
18883
20327
|
targetCustomProviderVersionOid: bigint;
|
|
20328
|
+
scmRepoPushOid: bigint | null;
|
|
18884
20329
|
appliedAt: Date | null;
|
|
18885
20330
|
} | null;
|
|
20331
|
+
scmRepoPush: ({
|
|
20332
|
+
repo: {
|
|
20333
|
+
oid: bigint;
|
|
20334
|
+
id: string;
|
|
20335
|
+
identifier: string;
|
|
20336
|
+
name: string;
|
|
20337
|
+
createdAt: Date;
|
|
20338
|
+
tenantOid: bigint;
|
|
20339
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
20340
|
+
solutionOid: number;
|
|
20341
|
+
fromRepoUrl: string | null;
|
|
20342
|
+
externalId: string;
|
|
20343
|
+
externalName: string;
|
|
20344
|
+
externalOwner: string;
|
|
20345
|
+
externalUrl: string;
|
|
20346
|
+
externalIsPrivate: boolean;
|
|
20347
|
+
defaultBranch: string;
|
|
20348
|
+
};
|
|
20349
|
+
} & {
|
|
20350
|
+
oid: bigint;
|
|
20351
|
+
id: string;
|
|
20352
|
+
createdAt: Date;
|
|
20353
|
+
tenantOid: bigint;
|
|
20354
|
+
solutionOid: number;
|
|
20355
|
+
branchName: string;
|
|
20356
|
+
pusherName: string | null;
|
|
20357
|
+
pusherEmail: string | null;
|
|
20358
|
+
senderIdentifier: string | null;
|
|
20359
|
+
commitMessage: string | null;
|
|
20360
|
+
sha: string;
|
|
20361
|
+
repoOid: bigint;
|
|
20362
|
+
}) | null;
|
|
18886
20363
|
creatorActor: {
|
|
18887
20364
|
oid: bigint;
|
|
18888
20365
|
id: string;
|
|
@@ -18893,6 +20370,36 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18893
20370
|
tenantOid: bigint;
|
|
18894
20371
|
organizationActorId: string | null;
|
|
18895
20372
|
};
|
|
20373
|
+
immutableCodeBucket: ({
|
|
20374
|
+
scmRepo: {
|
|
20375
|
+
oid: bigint;
|
|
20376
|
+
id: string;
|
|
20377
|
+
identifier: string;
|
|
20378
|
+
name: string;
|
|
20379
|
+
createdAt: Date;
|
|
20380
|
+
tenantOid: bigint;
|
|
20381
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
20382
|
+
solutionOid: number;
|
|
20383
|
+
fromRepoUrl: string | null;
|
|
20384
|
+
externalId: string;
|
|
20385
|
+
externalName: string;
|
|
20386
|
+
externalOwner: string;
|
|
20387
|
+
externalUrl: string;
|
|
20388
|
+
externalIsPrivate: boolean;
|
|
20389
|
+
defaultBranch: string;
|
|
20390
|
+
} | null;
|
|
20391
|
+
} & {
|
|
20392
|
+
oid: bigint;
|
|
20393
|
+
id: string;
|
|
20394
|
+
createdAt: Date;
|
|
20395
|
+
tenantOid: bigint;
|
|
20396
|
+
solutionOid: number;
|
|
20397
|
+
scmRepoOid: bigint | null;
|
|
20398
|
+
isImmutable: boolean;
|
|
20399
|
+
isReadOnly: boolean;
|
|
20400
|
+
isSynced: boolean;
|
|
20401
|
+
scmRepoPath: string | null;
|
|
20402
|
+
}) | null;
|
|
18896
20403
|
} & {
|
|
18897
20404
|
oid: bigint;
|
|
18898
20405
|
id: string;
|
|
@@ -18908,10 +20415,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18908
20415
|
scmRepoOid: bigint | null;
|
|
18909
20416
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
18910
20417
|
creatorActorOid: bigint;
|
|
20418
|
+
scmRepoPushOid: bigint | null;
|
|
18911
20419
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
18912
20420
|
immutableCodeBucketOid: bigint | null;
|
|
18913
20421
|
sourceEnvironmentOid: bigint | null;
|
|
18914
|
-
scmRepoPushOid: bigint | null;
|
|
18915
20422
|
startedAt: Date | null;
|
|
18916
20423
|
endedAt: Date | null;
|
|
18917
20424
|
};
|
|
@@ -18960,6 +20467,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18960
20467
|
message: string | null;
|
|
18961
20468
|
createdAt: Date;
|
|
18962
20469
|
} | null;
|
|
20470
|
+
immutableBucket: {
|
|
20471
|
+
object: string;
|
|
20472
|
+
id: string;
|
|
20473
|
+
isImmutable: boolean;
|
|
20474
|
+
isReadOnly: boolean;
|
|
20475
|
+
scmRepoLink: {
|
|
20476
|
+
object: string;
|
|
20477
|
+
isLinked: boolean;
|
|
20478
|
+
path: string | null;
|
|
20479
|
+
repository: {
|
|
20480
|
+
object: string;
|
|
20481
|
+
id: string;
|
|
20482
|
+
provider: {
|
|
20483
|
+
object: string;
|
|
20484
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20485
|
+
id: string;
|
|
20486
|
+
name: string;
|
|
20487
|
+
owner: string;
|
|
20488
|
+
};
|
|
20489
|
+
url: string;
|
|
20490
|
+
isPrivate: boolean;
|
|
20491
|
+
defaultBranch: string;
|
|
20492
|
+
createdAt: Date;
|
|
20493
|
+
};
|
|
20494
|
+
} | null;
|
|
20495
|
+
createdAt: Date;
|
|
20496
|
+
} | null;
|
|
18963
20497
|
actor: {
|
|
18964
20498
|
object: string;
|
|
18965
20499
|
id: string;
|
|
@@ -18969,6 +20503,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18969
20503
|
organizationActorId: string | null;
|
|
18970
20504
|
createdAt: Date;
|
|
18971
20505
|
};
|
|
20506
|
+
scmPush: {
|
|
20507
|
+
object: string;
|
|
20508
|
+
id: string;
|
|
20509
|
+
actor: {
|
|
20510
|
+
object: string;
|
|
20511
|
+
id: string;
|
|
20512
|
+
externalId: string | null;
|
|
20513
|
+
name: string | null;
|
|
20514
|
+
email: string | null;
|
|
20515
|
+
};
|
|
20516
|
+
commit: {
|
|
20517
|
+
object: string;
|
|
20518
|
+
id: string;
|
|
20519
|
+
sha: string;
|
|
20520
|
+
branch: string;
|
|
20521
|
+
message: string | null;
|
|
20522
|
+
createdAt: Date;
|
|
20523
|
+
};
|
|
20524
|
+
repository: {
|
|
20525
|
+
object: string;
|
|
20526
|
+
id: string;
|
|
20527
|
+
provider: {
|
|
20528
|
+
object: string;
|
|
20529
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20530
|
+
id: string;
|
|
20531
|
+
name: string;
|
|
20532
|
+
owner: string;
|
|
20533
|
+
};
|
|
20534
|
+
url: string;
|
|
20535
|
+
isPrivate: boolean;
|
|
20536
|
+
defaultBranch: string;
|
|
20537
|
+
createdAt: Date;
|
|
20538
|
+
};
|
|
20539
|
+
createdAt: Date;
|
|
20540
|
+
} | null;
|
|
18972
20541
|
createdAt: Date;
|
|
18973
20542
|
updatedAt: Date;
|
|
18974
20543
|
};
|
|
@@ -18987,6 +20556,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
18987
20556
|
updatedAt: Date;
|
|
18988
20557
|
};
|
|
18989
20558
|
}[];
|
|
20559
|
+
immutableBucket: {
|
|
20560
|
+
object: string;
|
|
20561
|
+
id: string;
|
|
20562
|
+
isImmutable: boolean;
|
|
20563
|
+
isReadOnly: boolean;
|
|
20564
|
+
scmRepoLink: {
|
|
20565
|
+
object: string;
|
|
20566
|
+
isLinked: boolean;
|
|
20567
|
+
path: string | null;
|
|
20568
|
+
repository: {
|
|
20569
|
+
object: string;
|
|
20570
|
+
id: string;
|
|
20571
|
+
provider: {
|
|
20572
|
+
object: string;
|
|
20573
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20574
|
+
id: string;
|
|
20575
|
+
name: string;
|
|
20576
|
+
owner: string;
|
|
20577
|
+
};
|
|
20578
|
+
url: string;
|
|
20579
|
+
isPrivate: boolean;
|
|
20580
|
+
defaultBranch: string;
|
|
20581
|
+
createdAt: Date;
|
|
20582
|
+
};
|
|
20583
|
+
} | null;
|
|
20584
|
+
createdAt: Date;
|
|
20585
|
+
} | null;
|
|
18990
20586
|
customProviderId: string;
|
|
18991
20587
|
providerId: string | undefined;
|
|
18992
20588
|
actor: {
|
|
@@ -19073,6 +20669,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19073
20669
|
message: string | null;
|
|
19074
20670
|
createdAt: Date;
|
|
19075
20671
|
} | null;
|
|
20672
|
+
immutableBucket: {
|
|
20673
|
+
object: string;
|
|
20674
|
+
id: string;
|
|
20675
|
+
isImmutable: boolean;
|
|
20676
|
+
isReadOnly: boolean;
|
|
20677
|
+
scmRepoLink: {
|
|
20678
|
+
object: string;
|
|
20679
|
+
isLinked: boolean;
|
|
20680
|
+
path: string | null;
|
|
20681
|
+
repository: {
|
|
20682
|
+
object: string;
|
|
20683
|
+
id: string;
|
|
20684
|
+
provider: {
|
|
20685
|
+
object: string;
|
|
20686
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20687
|
+
id: string;
|
|
20688
|
+
name: string;
|
|
20689
|
+
owner: string;
|
|
20690
|
+
};
|
|
20691
|
+
url: string;
|
|
20692
|
+
isPrivate: boolean;
|
|
20693
|
+
defaultBranch: string;
|
|
20694
|
+
createdAt: Date;
|
|
20695
|
+
};
|
|
20696
|
+
} | null;
|
|
20697
|
+
createdAt: Date;
|
|
20698
|
+
} | null;
|
|
19076
20699
|
actor: {
|
|
19077
20700
|
object: string;
|
|
19078
20701
|
id: string;
|
|
@@ -19082,6 +20705,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19082
20705
|
organizationActorId: string | null;
|
|
19083
20706
|
createdAt: Date;
|
|
19084
20707
|
};
|
|
20708
|
+
scmPush: {
|
|
20709
|
+
object: string;
|
|
20710
|
+
id: string;
|
|
20711
|
+
actor: {
|
|
20712
|
+
object: string;
|
|
20713
|
+
id: string;
|
|
20714
|
+
externalId: string | null;
|
|
20715
|
+
name: string | null;
|
|
20716
|
+
email: string | null;
|
|
20717
|
+
};
|
|
20718
|
+
commit: {
|
|
20719
|
+
object: string;
|
|
20720
|
+
id: string;
|
|
20721
|
+
sha: string;
|
|
20722
|
+
branch: string;
|
|
20723
|
+
message: string | null;
|
|
20724
|
+
createdAt: Date;
|
|
20725
|
+
};
|
|
20726
|
+
repository: {
|
|
20727
|
+
object: string;
|
|
20728
|
+
id: string;
|
|
20729
|
+
provider: {
|
|
20730
|
+
object: string;
|
|
20731
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20732
|
+
id: string;
|
|
20733
|
+
name: string;
|
|
20734
|
+
owner: string;
|
|
20735
|
+
};
|
|
20736
|
+
url: string;
|
|
20737
|
+
isPrivate: boolean;
|
|
20738
|
+
defaultBranch: string;
|
|
20739
|
+
createdAt: Date;
|
|
20740
|
+
};
|
|
20741
|
+
createdAt: Date;
|
|
20742
|
+
} | null;
|
|
19085
20743
|
createdAt: Date;
|
|
19086
20744
|
updatedAt: Date;
|
|
19087
20745
|
};
|
|
@@ -19100,6 +20758,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19100
20758
|
updatedAt: Date;
|
|
19101
20759
|
};
|
|
19102
20760
|
}[];
|
|
20761
|
+
immutableBucket: {
|
|
20762
|
+
object: string;
|
|
20763
|
+
id: string;
|
|
20764
|
+
isImmutable: boolean;
|
|
20765
|
+
isReadOnly: boolean;
|
|
20766
|
+
scmRepoLink: {
|
|
20767
|
+
object: string;
|
|
20768
|
+
isLinked: boolean;
|
|
20769
|
+
path: string | null;
|
|
20770
|
+
repository: {
|
|
20771
|
+
object: string;
|
|
20772
|
+
id: string;
|
|
20773
|
+
provider: {
|
|
20774
|
+
object: string;
|
|
20775
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
20776
|
+
id: string;
|
|
20777
|
+
name: string;
|
|
20778
|
+
owner: string;
|
|
20779
|
+
};
|
|
20780
|
+
url: string;
|
|
20781
|
+
isPrivate: boolean;
|
|
20782
|
+
defaultBranch: string;
|
|
20783
|
+
createdAt: Date;
|
|
20784
|
+
};
|
|
20785
|
+
} | null;
|
|
20786
|
+
createdAt: Date;
|
|
20787
|
+
} | null;
|
|
19103
20788
|
customProviderId: string;
|
|
19104
20789
|
providerId: string | undefined;
|
|
19105
20790
|
actor: {
|
|
@@ -19265,6 +20950,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19265
20950
|
tag: string;
|
|
19266
20951
|
access: _metorial_subspace_db.ProviderAccess;
|
|
19267
20952
|
hasEnvironments: boolean;
|
|
20953
|
+
globalIdentifier: string | null;
|
|
19268
20954
|
entryOid: bigint;
|
|
19269
20955
|
publisherOid: bigint;
|
|
19270
20956
|
ownerTenantOid: bigint | null;
|
|
@@ -19312,11 +20998,44 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19312
20998
|
toEnvironmentOid: bigint;
|
|
19313
20999
|
toEnvironmentVersionBeforeOid: bigint | null;
|
|
19314
21000
|
targetCustomProviderVersionOid: bigint;
|
|
21001
|
+
scmRepoPushOid: bigint | null;
|
|
19315
21002
|
appliedAt: Date | null;
|
|
19316
21003
|
} | null;
|
|
19317
|
-
|
|
19318
|
-
|
|
19319
|
-
|
|
21004
|
+
scmRepoPush: ({
|
|
21005
|
+
repo: {
|
|
21006
|
+
oid: bigint;
|
|
21007
|
+
id: string;
|
|
21008
|
+
identifier: string;
|
|
21009
|
+
name: string;
|
|
21010
|
+
createdAt: Date;
|
|
21011
|
+
tenantOid: bigint;
|
|
21012
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
21013
|
+
solutionOid: number;
|
|
21014
|
+
fromRepoUrl: string | null;
|
|
21015
|
+
externalId: string;
|
|
21016
|
+
externalName: string;
|
|
21017
|
+
externalOwner: string;
|
|
21018
|
+
externalUrl: string;
|
|
21019
|
+
externalIsPrivate: boolean;
|
|
21020
|
+
defaultBranch: string;
|
|
21021
|
+
};
|
|
21022
|
+
} & {
|
|
21023
|
+
oid: bigint;
|
|
21024
|
+
id: string;
|
|
21025
|
+
createdAt: Date;
|
|
21026
|
+
tenantOid: bigint;
|
|
21027
|
+
solutionOid: number;
|
|
21028
|
+
branchName: string;
|
|
21029
|
+
pusherName: string | null;
|
|
21030
|
+
pusherEmail: string | null;
|
|
21031
|
+
senderIdentifier: string | null;
|
|
21032
|
+
commitMessage: string | null;
|
|
21033
|
+
sha: string;
|
|
21034
|
+
repoOid: bigint;
|
|
21035
|
+
}) | null;
|
|
21036
|
+
} & {
|
|
21037
|
+
oid: bigint;
|
|
21038
|
+
id: string;
|
|
19320
21039
|
createdAt: Date;
|
|
19321
21040
|
tenantOid: bigint;
|
|
19322
21041
|
status: _metorial_subspace_db.CustomProviderDeploymentStatus;
|
|
@@ -19329,10 +21048,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19329
21048
|
scmRepoOid: bigint | null;
|
|
19330
21049
|
trigger: _metorial_subspace_db.CustomProviderDeploymentTrigger;
|
|
19331
21050
|
creatorActorOid: bigint;
|
|
21051
|
+
scmRepoPushOid: bigint | null;
|
|
19332
21052
|
shuttleCustomServerDeploymentOid: bigint | null;
|
|
19333
21053
|
immutableCodeBucketOid: bigint | null;
|
|
19334
21054
|
sourceEnvironmentOid: bigint | null;
|
|
19335
|
-
scmRepoPushOid: bigint | null;
|
|
19336
21055
|
startedAt: Date | null;
|
|
19337
21056
|
endedAt: Date | null;
|
|
19338
21057
|
};
|
|
@@ -19346,6 +21065,36 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19346
21065
|
tenantOid: bigint;
|
|
19347
21066
|
organizationActorId: string | null;
|
|
19348
21067
|
};
|
|
21068
|
+
immutableCodeBucket: ({
|
|
21069
|
+
scmRepo: {
|
|
21070
|
+
oid: bigint;
|
|
21071
|
+
id: string;
|
|
21072
|
+
identifier: string;
|
|
21073
|
+
name: string;
|
|
21074
|
+
createdAt: Date;
|
|
21075
|
+
tenantOid: bigint;
|
|
21076
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
21077
|
+
solutionOid: number;
|
|
21078
|
+
fromRepoUrl: string | null;
|
|
21079
|
+
externalId: string;
|
|
21080
|
+
externalName: string;
|
|
21081
|
+
externalOwner: string;
|
|
21082
|
+
externalUrl: string;
|
|
21083
|
+
externalIsPrivate: boolean;
|
|
21084
|
+
defaultBranch: string;
|
|
21085
|
+
} | null;
|
|
21086
|
+
} & {
|
|
21087
|
+
oid: bigint;
|
|
21088
|
+
id: string;
|
|
21089
|
+
createdAt: Date;
|
|
21090
|
+
tenantOid: bigint;
|
|
21091
|
+
solutionOid: number;
|
|
21092
|
+
scmRepoOid: bigint | null;
|
|
21093
|
+
isImmutable: boolean;
|
|
21094
|
+
isReadOnly: boolean;
|
|
21095
|
+
isSynced: boolean;
|
|
21096
|
+
scmRepoPath: string | null;
|
|
21097
|
+
}) | null;
|
|
19349
21098
|
} & {
|
|
19350
21099
|
oid: bigint;
|
|
19351
21100
|
id: string;
|
|
@@ -19434,6 +21183,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19434
21183
|
message: string | null;
|
|
19435
21184
|
createdAt: Date;
|
|
19436
21185
|
} | null;
|
|
21186
|
+
immutableBucket: {
|
|
21187
|
+
object: string;
|
|
21188
|
+
id: string;
|
|
21189
|
+
isImmutable: boolean;
|
|
21190
|
+
isReadOnly: boolean;
|
|
21191
|
+
scmRepoLink: {
|
|
21192
|
+
object: string;
|
|
21193
|
+
isLinked: boolean;
|
|
21194
|
+
path: string | null;
|
|
21195
|
+
repository: {
|
|
21196
|
+
object: string;
|
|
21197
|
+
id: string;
|
|
21198
|
+
provider: {
|
|
21199
|
+
object: string;
|
|
21200
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
21201
|
+
id: string;
|
|
21202
|
+
name: string;
|
|
21203
|
+
owner: string;
|
|
21204
|
+
};
|
|
21205
|
+
url: string;
|
|
21206
|
+
isPrivate: boolean;
|
|
21207
|
+
defaultBranch: string;
|
|
21208
|
+
createdAt: Date;
|
|
21209
|
+
};
|
|
21210
|
+
} | null;
|
|
21211
|
+
createdAt: Date;
|
|
21212
|
+
} | null;
|
|
19437
21213
|
actor: {
|
|
19438
21214
|
object: string;
|
|
19439
21215
|
id: string;
|
|
@@ -19443,6 +21219,41 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19443
21219
|
organizationActorId: string | null;
|
|
19444
21220
|
createdAt: Date;
|
|
19445
21221
|
};
|
|
21222
|
+
scmPush: {
|
|
21223
|
+
object: string;
|
|
21224
|
+
id: string;
|
|
21225
|
+
actor: {
|
|
21226
|
+
object: string;
|
|
21227
|
+
id: string;
|
|
21228
|
+
externalId: string | null;
|
|
21229
|
+
name: string | null;
|
|
21230
|
+
email: string | null;
|
|
21231
|
+
};
|
|
21232
|
+
commit: {
|
|
21233
|
+
object: string;
|
|
21234
|
+
id: string;
|
|
21235
|
+
sha: string;
|
|
21236
|
+
branch: string;
|
|
21237
|
+
message: string | null;
|
|
21238
|
+
createdAt: Date;
|
|
21239
|
+
};
|
|
21240
|
+
repository: {
|
|
21241
|
+
object: string;
|
|
21242
|
+
id: string;
|
|
21243
|
+
provider: {
|
|
21244
|
+
object: string;
|
|
21245
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
21246
|
+
id: string;
|
|
21247
|
+
name: string;
|
|
21248
|
+
owner: string;
|
|
21249
|
+
};
|
|
21250
|
+
url: string;
|
|
21251
|
+
isPrivate: boolean;
|
|
21252
|
+
defaultBranch: string;
|
|
21253
|
+
createdAt: Date;
|
|
21254
|
+
};
|
|
21255
|
+
createdAt: Date;
|
|
21256
|
+
} | null;
|
|
19446
21257
|
createdAt: Date;
|
|
19447
21258
|
updatedAt: Date;
|
|
19448
21259
|
};
|
|
@@ -19461,6 +21272,33 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19461
21272
|
updatedAt: Date;
|
|
19462
21273
|
};
|
|
19463
21274
|
}[];
|
|
21275
|
+
immutableBucket: {
|
|
21276
|
+
object: string;
|
|
21277
|
+
id: string;
|
|
21278
|
+
isImmutable: boolean;
|
|
21279
|
+
isReadOnly: boolean;
|
|
21280
|
+
scmRepoLink: {
|
|
21281
|
+
object: string;
|
|
21282
|
+
isLinked: boolean;
|
|
21283
|
+
path: string | null;
|
|
21284
|
+
repository: {
|
|
21285
|
+
object: string;
|
|
21286
|
+
id: string;
|
|
21287
|
+
provider: {
|
|
21288
|
+
object: string;
|
|
21289
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
21290
|
+
id: string;
|
|
21291
|
+
name: string;
|
|
21292
|
+
owner: string;
|
|
21293
|
+
};
|
|
21294
|
+
url: string;
|
|
21295
|
+
isPrivate: boolean;
|
|
21296
|
+
defaultBranch: string;
|
|
21297
|
+
createdAt: Date;
|
|
21298
|
+
};
|
|
21299
|
+
} | null;
|
|
21300
|
+
createdAt: Date;
|
|
21301
|
+
} | null;
|
|
19464
21302
|
customProviderId: string;
|
|
19465
21303
|
providerId: string | undefined;
|
|
19466
21304
|
actor: {
|
|
@@ -19710,6 +21548,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
19710
21548
|
tag: string;
|
|
19711
21549
|
access: _metorial_subspace_db.ProviderAccess;
|
|
19712
21550
|
hasEnvironments: boolean;
|
|
21551
|
+
globalIdentifier: string | null;
|
|
19713
21552
|
entryOid: bigint;
|
|
19714
21553
|
publisherOid: bigint;
|
|
19715
21554
|
ownerTenantOid: bigint | null;
|
|
@@ -20045,8 +21884,10 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20045
21884
|
networkingRuleset: {
|
|
20046
21885
|
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
20047
21886
|
tenantId: string;
|
|
21887
|
+
environmentId: string;
|
|
20048
21888
|
}, never>> & {
|
|
20049
21889
|
tenantId: string;
|
|
21890
|
+
environmentId: string;
|
|
20050
21891
|
} & {
|
|
20051
21892
|
limit?: number;
|
|
20052
21893
|
after?: string;
|
|
@@ -20123,6 +21964,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20123
21964
|
}>;
|
|
20124
21965
|
create: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20125
21966
|
tenantId: string;
|
|
21967
|
+
environmentId: string;
|
|
20126
21968
|
name: string;
|
|
20127
21969
|
description: string | undefined;
|
|
20128
21970
|
isDefault: boolean | undefined;
|
|
@@ -20200,6 +22042,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20200
22042
|
}>;
|
|
20201
22043
|
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20202
22044
|
tenantId: string;
|
|
22045
|
+
environmentId: string;
|
|
20203
22046
|
networkingRulesetId: string;
|
|
20204
22047
|
}>, {
|
|
20205
22048
|
object: string;
|
|
@@ -20283,6 +22126,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20283
22126
|
}>;
|
|
20284
22127
|
update: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
20285
22128
|
tenantId: string;
|
|
22129
|
+
environmentId: string;
|
|
20286
22130
|
networkingRulesetId: string;
|
|
20287
22131
|
name: string | undefined;
|
|
20288
22132
|
description: string | undefined;
|
|
@@ -20533,6 +22377,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20533
22377
|
tag: string;
|
|
20534
22378
|
access: _metorial_subspace_db.ProviderAccess;
|
|
20535
22379
|
hasEnvironments: boolean;
|
|
22380
|
+
globalIdentifier: string | null;
|
|
20536
22381
|
entryOid: bigint;
|
|
20537
22382
|
publisherOid: bigint;
|
|
20538
22383
|
ownerTenantOid: bigint | null;
|
|
@@ -20706,6 +22551,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
20706
22551
|
tag: string;
|
|
20707
22552
|
access: _metorial_subspace_db.ProviderAccess;
|
|
20708
22553
|
hasEnvironments: boolean;
|
|
22554
|
+
globalIdentifier: string | null;
|
|
20709
22555
|
entryOid: bigint;
|
|
20710
22556
|
publisherOid: bigint;
|
|
20711
22557
|
ownerTenantOid: bigint | null;
|
|
@@ -21451,6 +23297,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
21451
23297
|
object: string;
|
|
21452
23298
|
id: string;
|
|
21453
23299
|
provider: {
|
|
23300
|
+
object: string;
|
|
21454
23301
|
type: _metorial_subspace_db.ScmProvider;
|
|
21455
23302
|
id: string;
|
|
21456
23303
|
name: string;
|
|
@@ -21516,6 +23363,7 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
21516
23363
|
object: string;
|
|
21517
23364
|
id: string;
|
|
21518
23365
|
provider: {
|
|
23366
|
+
object: string;
|
|
21519
23367
|
type: _metorial_subspace_db.ScmProvider;
|
|
21520
23368
|
id: string;
|
|
21521
23369
|
name: string;
|
|
@@ -21692,6 +23540,956 @@ declare let createSubspaceControllerClient: (o: Parameters<typeof createClient<S
|
|
|
21692
23540
|
tenantOid: bigint;
|
|
21693
23541
|
};
|
|
21694
23542
|
}>;
|
|
23543
|
+
createRepository: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
23544
|
+
tenantId: string;
|
|
23545
|
+
environmentId: string;
|
|
23546
|
+
scmConnectionId: string;
|
|
23547
|
+
externalAccountId: string;
|
|
23548
|
+
name: string;
|
|
23549
|
+
description: string | undefined;
|
|
23550
|
+
isPrivate: boolean;
|
|
23551
|
+
}>, {
|
|
23552
|
+
object: string;
|
|
23553
|
+
id: string;
|
|
23554
|
+
provider: {
|
|
23555
|
+
object: string;
|
|
23556
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23557
|
+
id: string;
|
|
23558
|
+
name: string;
|
|
23559
|
+
owner: string;
|
|
23560
|
+
};
|
|
23561
|
+
url: string;
|
|
23562
|
+
isPrivate: boolean;
|
|
23563
|
+
defaultBranch: string;
|
|
23564
|
+
createdAt: Date;
|
|
23565
|
+
}, {
|
|
23566
|
+
solution: {} & {
|
|
23567
|
+
oid: number;
|
|
23568
|
+
id: string;
|
|
23569
|
+
identifier: string;
|
|
23570
|
+
name: string;
|
|
23571
|
+
createdAt: Date;
|
|
23572
|
+
};
|
|
23573
|
+
tenant: {} & {
|
|
23574
|
+
oid: bigint;
|
|
23575
|
+
id: string;
|
|
23576
|
+
identifier: string;
|
|
23577
|
+
name: string;
|
|
23578
|
+
createdAt: Date;
|
|
23579
|
+
urlKey: string;
|
|
23580
|
+
slateTenantId: string | null;
|
|
23581
|
+
slateTenantIdentifier: string | null;
|
|
23582
|
+
shuttleTenantId: string | null;
|
|
23583
|
+
shuttleTenantIdentifier: string | null;
|
|
23584
|
+
originTenantId: string | null;
|
|
23585
|
+
originTenantIdentifier: string | null;
|
|
23586
|
+
logRetentionInDays: number;
|
|
23587
|
+
} & {
|
|
23588
|
+
environments: {
|
|
23589
|
+
oid: bigint;
|
|
23590
|
+
id: string;
|
|
23591
|
+
identifier: string;
|
|
23592
|
+
name: string;
|
|
23593
|
+
createdAt: Date;
|
|
23594
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23595
|
+
tenantOid: bigint;
|
|
23596
|
+
}[];
|
|
23597
|
+
};
|
|
23598
|
+
environment: {
|
|
23599
|
+
oid: bigint;
|
|
23600
|
+
id: string;
|
|
23601
|
+
identifier: string;
|
|
23602
|
+
name: string;
|
|
23603
|
+
createdAt: Date;
|
|
23604
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23605
|
+
tenantOid: bigint;
|
|
23606
|
+
};
|
|
23607
|
+
}>;
|
|
23608
|
+
linkRepository: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
23609
|
+
tenantId: string;
|
|
23610
|
+
environmentId: string;
|
|
23611
|
+
scmConnectionId: string;
|
|
23612
|
+
externalId: string;
|
|
23613
|
+
name: string;
|
|
23614
|
+
description: string | undefined;
|
|
23615
|
+
isPrivate: boolean;
|
|
23616
|
+
}>, {
|
|
23617
|
+
object: string;
|
|
23618
|
+
id: string;
|
|
23619
|
+
provider: {
|
|
23620
|
+
object: string;
|
|
23621
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23622
|
+
id: string;
|
|
23623
|
+
name: string;
|
|
23624
|
+
owner: string;
|
|
23625
|
+
};
|
|
23626
|
+
url: string;
|
|
23627
|
+
isPrivate: boolean;
|
|
23628
|
+
defaultBranch: string;
|
|
23629
|
+
createdAt: Date;
|
|
23630
|
+
}, {
|
|
23631
|
+
solution: {} & {
|
|
23632
|
+
oid: number;
|
|
23633
|
+
id: string;
|
|
23634
|
+
identifier: string;
|
|
23635
|
+
name: string;
|
|
23636
|
+
createdAt: Date;
|
|
23637
|
+
};
|
|
23638
|
+
tenant: {} & {
|
|
23639
|
+
oid: bigint;
|
|
23640
|
+
id: string;
|
|
23641
|
+
identifier: string;
|
|
23642
|
+
name: string;
|
|
23643
|
+
createdAt: Date;
|
|
23644
|
+
urlKey: string;
|
|
23645
|
+
slateTenantId: string | null;
|
|
23646
|
+
slateTenantIdentifier: string | null;
|
|
23647
|
+
shuttleTenantId: string | null;
|
|
23648
|
+
shuttleTenantIdentifier: string | null;
|
|
23649
|
+
originTenantId: string | null;
|
|
23650
|
+
originTenantIdentifier: string | null;
|
|
23651
|
+
logRetentionInDays: number;
|
|
23652
|
+
} & {
|
|
23653
|
+
environments: {
|
|
23654
|
+
oid: bigint;
|
|
23655
|
+
id: string;
|
|
23656
|
+
identifier: string;
|
|
23657
|
+
name: string;
|
|
23658
|
+
createdAt: Date;
|
|
23659
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23660
|
+
tenantOid: bigint;
|
|
23661
|
+
}[];
|
|
23662
|
+
};
|
|
23663
|
+
environment: {
|
|
23664
|
+
oid: bigint;
|
|
23665
|
+
id: string;
|
|
23666
|
+
identifier: string;
|
|
23667
|
+
name: string;
|
|
23668
|
+
createdAt: Date;
|
|
23669
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23670
|
+
tenantOid: bigint;
|
|
23671
|
+
};
|
|
23672
|
+
}>;
|
|
23673
|
+
};
|
|
23674
|
+
scmPush: {
|
|
23675
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
23676
|
+
tenantId: string;
|
|
23677
|
+
environmentId: string;
|
|
23678
|
+
ids: string[] | undefined;
|
|
23679
|
+
scmRepoIds: string[] | undefined;
|
|
23680
|
+
}, "ids" | "scmRepoIds">> & {
|
|
23681
|
+
tenantId: string;
|
|
23682
|
+
environmentId: string;
|
|
23683
|
+
} & {
|
|
23684
|
+
limit?: number;
|
|
23685
|
+
after?: string;
|
|
23686
|
+
before?: string;
|
|
23687
|
+
cursor?: string;
|
|
23688
|
+
order?: "asc" | "desc";
|
|
23689
|
+
}, {
|
|
23690
|
+
__typename: string;
|
|
23691
|
+
items: {
|
|
23692
|
+
object: string;
|
|
23693
|
+
id: string;
|
|
23694
|
+
actor: {
|
|
23695
|
+
object: string;
|
|
23696
|
+
id: string;
|
|
23697
|
+
externalId: string | null;
|
|
23698
|
+
name: string | null;
|
|
23699
|
+
email: string | null;
|
|
23700
|
+
};
|
|
23701
|
+
commit: {
|
|
23702
|
+
object: string;
|
|
23703
|
+
id: string;
|
|
23704
|
+
sha: string;
|
|
23705
|
+
branch: string;
|
|
23706
|
+
message: string | null;
|
|
23707
|
+
createdAt: Date;
|
|
23708
|
+
};
|
|
23709
|
+
repository: {
|
|
23710
|
+
object: string;
|
|
23711
|
+
id: string;
|
|
23712
|
+
provider: {
|
|
23713
|
+
object: string;
|
|
23714
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23715
|
+
id: string;
|
|
23716
|
+
name: string;
|
|
23717
|
+
owner: string;
|
|
23718
|
+
};
|
|
23719
|
+
url: string;
|
|
23720
|
+
isPrivate: boolean;
|
|
23721
|
+
defaultBranch: string;
|
|
23722
|
+
createdAt: Date;
|
|
23723
|
+
};
|
|
23724
|
+
createdAt: Date;
|
|
23725
|
+
}[];
|
|
23726
|
+
pagination: {
|
|
23727
|
+
has_more_after: boolean;
|
|
23728
|
+
has_more_before: boolean;
|
|
23729
|
+
};
|
|
23730
|
+
}, {
|
|
23731
|
+
solution: {} & {
|
|
23732
|
+
oid: number;
|
|
23733
|
+
id: string;
|
|
23734
|
+
identifier: string;
|
|
23735
|
+
name: string;
|
|
23736
|
+
createdAt: Date;
|
|
23737
|
+
};
|
|
23738
|
+
tenant: {} & {
|
|
23739
|
+
oid: bigint;
|
|
23740
|
+
id: string;
|
|
23741
|
+
identifier: string;
|
|
23742
|
+
name: string;
|
|
23743
|
+
createdAt: Date;
|
|
23744
|
+
urlKey: string;
|
|
23745
|
+
slateTenantId: string | null;
|
|
23746
|
+
slateTenantIdentifier: string | null;
|
|
23747
|
+
shuttleTenantId: string | null;
|
|
23748
|
+
shuttleTenantIdentifier: string | null;
|
|
23749
|
+
originTenantId: string | null;
|
|
23750
|
+
originTenantIdentifier: string | null;
|
|
23751
|
+
logRetentionInDays: number;
|
|
23752
|
+
} & {
|
|
23753
|
+
environments: {
|
|
23754
|
+
oid: bigint;
|
|
23755
|
+
id: string;
|
|
23756
|
+
identifier: string;
|
|
23757
|
+
name: string;
|
|
23758
|
+
createdAt: Date;
|
|
23759
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23760
|
+
tenantOid: bigint;
|
|
23761
|
+
}[];
|
|
23762
|
+
};
|
|
23763
|
+
environment: {
|
|
23764
|
+
oid: bigint;
|
|
23765
|
+
id: string;
|
|
23766
|
+
identifier: string;
|
|
23767
|
+
name: string;
|
|
23768
|
+
createdAt: Date;
|
|
23769
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23770
|
+
tenantOid: bigint;
|
|
23771
|
+
};
|
|
23772
|
+
}>;
|
|
23773
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
23774
|
+
tenantId: string;
|
|
23775
|
+
environmentId: string;
|
|
23776
|
+
scmPushId: string;
|
|
23777
|
+
}>, {
|
|
23778
|
+
object: string;
|
|
23779
|
+
id: string;
|
|
23780
|
+
actor: {
|
|
23781
|
+
object: string;
|
|
23782
|
+
id: string;
|
|
23783
|
+
externalId: string | null;
|
|
23784
|
+
name: string | null;
|
|
23785
|
+
email: string | null;
|
|
23786
|
+
};
|
|
23787
|
+
commit: {
|
|
23788
|
+
object: string;
|
|
23789
|
+
id: string;
|
|
23790
|
+
sha: string;
|
|
23791
|
+
branch: string;
|
|
23792
|
+
message: string | null;
|
|
23793
|
+
createdAt: Date;
|
|
23794
|
+
};
|
|
23795
|
+
repository: {
|
|
23796
|
+
object: string;
|
|
23797
|
+
id: string;
|
|
23798
|
+
provider: {
|
|
23799
|
+
object: string;
|
|
23800
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23801
|
+
id: string;
|
|
23802
|
+
name: string;
|
|
23803
|
+
owner: string;
|
|
23804
|
+
};
|
|
23805
|
+
url: string;
|
|
23806
|
+
isPrivate: boolean;
|
|
23807
|
+
defaultBranch: string;
|
|
23808
|
+
createdAt: Date;
|
|
23809
|
+
};
|
|
23810
|
+
createdAt: Date;
|
|
23811
|
+
}, {
|
|
23812
|
+
solution: {} & {
|
|
23813
|
+
oid: number;
|
|
23814
|
+
id: string;
|
|
23815
|
+
identifier: string;
|
|
23816
|
+
name: string;
|
|
23817
|
+
createdAt: Date;
|
|
23818
|
+
};
|
|
23819
|
+
tenant: {} & {
|
|
23820
|
+
oid: bigint;
|
|
23821
|
+
id: string;
|
|
23822
|
+
identifier: string;
|
|
23823
|
+
name: string;
|
|
23824
|
+
createdAt: Date;
|
|
23825
|
+
urlKey: string;
|
|
23826
|
+
slateTenantId: string | null;
|
|
23827
|
+
slateTenantIdentifier: string | null;
|
|
23828
|
+
shuttleTenantId: string | null;
|
|
23829
|
+
shuttleTenantIdentifier: string | null;
|
|
23830
|
+
originTenantId: string | null;
|
|
23831
|
+
originTenantIdentifier: string | null;
|
|
23832
|
+
logRetentionInDays: number;
|
|
23833
|
+
} & {
|
|
23834
|
+
environments: {
|
|
23835
|
+
oid: bigint;
|
|
23836
|
+
id: string;
|
|
23837
|
+
identifier: string;
|
|
23838
|
+
name: string;
|
|
23839
|
+
createdAt: Date;
|
|
23840
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23841
|
+
tenantOid: bigint;
|
|
23842
|
+
}[];
|
|
23843
|
+
};
|
|
23844
|
+
environment: {
|
|
23845
|
+
oid: bigint;
|
|
23846
|
+
id: string;
|
|
23847
|
+
identifier: string;
|
|
23848
|
+
name: string;
|
|
23849
|
+
createdAt: Date;
|
|
23850
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23851
|
+
tenantOid: bigint;
|
|
23852
|
+
};
|
|
23853
|
+
scmPush: {
|
|
23854
|
+
repo: {
|
|
23855
|
+
oid: bigint;
|
|
23856
|
+
id: string;
|
|
23857
|
+
identifier: string;
|
|
23858
|
+
name: string;
|
|
23859
|
+
createdAt: Date;
|
|
23860
|
+
tenantOid: bigint;
|
|
23861
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
23862
|
+
solutionOid: number;
|
|
23863
|
+
fromRepoUrl: string | null;
|
|
23864
|
+
externalId: string;
|
|
23865
|
+
externalName: string;
|
|
23866
|
+
externalOwner: string;
|
|
23867
|
+
externalUrl: string;
|
|
23868
|
+
externalIsPrivate: boolean;
|
|
23869
|
+
defaultBranch: string;
|
|
23870
|
+
};
|
|
23871
|
+
} & {
|
|
23872
|
+
oid: bigint;
|
|
23873
|
+
id: string;
|
|
23874
|
+
createdAt: Date;
|
|
23875
|
+
tenantOid: bigint;
|
|
23876
|
+
solutionOid: number;
|
|
23877
|
+
branchName: string;
|
|
23878
|
+
pusherName: string | null;
|
|
23879
|
+
pusherEmail: string | null;
|
|
23880
|
+
senderIdentifier: string | null;
|
|
23881
|
+
commitMessage: string | null;
|
|
23882
|
+
sha: string;
|
|
23883
|
+
repoOid: bigint;
|
|
23884
|
+
};
|
|
23885
|
+
}>;
|
|
23886
|
+
};
|
|
23887
|
+
bucket: {
|
|
23888
|
+
list: _lowerdeck_rpc_server.Handler<Partial<Pick<{
|
|
23889
|
+
tenantId: string;
|
|
23890
|
+
environmentId: string;
|
|
23891
|
+
ids: string[] | undefined;
|
|
23892
|
+
customProviderIds: string[] | undefined;
|
|
23893
|
+
customProviderVersionIds: string[] | undefined;
|
|
23894
|
+
customProviderDeploymentIds: string[] | undefined;
|
|
23895
|
+
}, "ids" | "customProviderIds" | "customProviderVersionIds" | "customProviderDeploymentIds">> & {
|
|
23896
|
+
tenantId: string;
|
|
23897
|
+
environmentId: string;
|
|
23898
|
+
} & {
|
|
23899
|
+
limit?: number;
|
|
23900
|
+
after?: string;
|
|
23901
|
+
before?: string;
|
|
23902
|
+
cursor?: string;
|
|
23903
|
+
order?: "asc" | "desc";
|
|
23904
|
+
}, {
|
|
23905
|
+
__typename: string;
|
|
23906
|
+
items: {
|
|
23907
|
+
object: string;
|
|
23908
|
+
id: string;
|
|
23909
|
+
isImmutable: boolean;
|
|
23910
|
+
isReadOnly: boolean;
|
|
23911
|
+
scmRepoLink: {
|
|
23912
|
+
object: string;
|
|
23913
|
+
isLinked: boolean;
|
|
23914
|
+
path: string | null;
|
|
23915
|
+
repository: {
|
|
23916
|
+
object: string;
|
|
23917
|
+
id: string;
|
|
23918
|
+
provider: {
|
|
23919
|
+
object: string;
|
|
23920
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23921
|
+
id: string;
|
|
23922
|
+
name: string;
|
|
23923
|
+
owner: string;
|
|
23924
|
+
};
|
|
23925
|
+
url: string;
|
|
23926
|
+
isPrivate: boolean;
|
|
23927
|
+
defaultBranch: string;
|
|
23928
|
+
createdAt: Date;
|
|
23929
|
+
};
|
|
23930
|
+
} | null;
|
|
23931
|
+
createdAt: Date;
|
|
23932
|
+
}[];
|
|
23933
|
+
pagination: {
|
|
23934
|
+
has_more_after: boolean;
|
|
23935
|
+
has_more_before: boolean;
|
|
23936
|
+
};
|
|
23937
|
+
}, {
|
|
23938
|
+
solution: {} & {
|
|
23939
|
+
oid: number;
|
|
23940
|
+
id: string;
|
|
23941
|
+
identifier: string;
|
|
23942
|
+
name: string;
|
|
23943
|
+
createdAt: Date;
|
|
23944
|
+
};
|
|
23945
|
+
tenant: {} & {
|
|
23946
|
+
oid: bigint;
|
|
23947
|
+
id: string;
|
|
23948
|
+
identifier: string;
|
|
23949
|
+
name: string;
|
|
23950
|
+
createdAt: Date;
|
|
23951
|
+
urlKey: string;
|
|
23952
|
+
slateTenantId: string | null;
|
|
23953
|
+
slateTenantIdentifier: string | null;
|
|
23954
|
+
shuttleTenantId: string | null;
|
|
23955
|
+
shuttleTenantIdentifier: string | null;
|
|
23956
|
+
originTenantId: string | null;
|
|
23957
|
+
originTenantIdentifier: string | null;
|
|
23958
|
+
logRetentionInDays: number;
|
|
23959
|
+
} & {
|
|
23960
|
+
environments: {
|
|
23961
|
+
oid: bigint;
|
|
23962
|
+
id: string;
|
|
23963
|
+
identifier: string;
|
|
23964
|
+
name: string;
|
|
23965
|
+
createdAt: Date;
|
|
23966
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23967
|
+
tenantOid: bigint;
|
|
23968
|
+
}[];
|
|
23969
|
+
};
|
|
23970
|
+
environment: {
|
|
23971
|
+
oid: bigint;
|
|
23972
|
+
id: string;
|
|
23973
|
+
identifier: string;
|
|
23974
|
+
name: string;
|
|
23975
|
+
createdAt: Date;
|
|
23976
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
23977
|
+
tenantOid: bigint;
|
|
23978
|
+
};
|
|
23979
|
+
}>;
|
|
23980
|
+
get: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
23981
|
+
tenantId: string;
|
|
23982
|
+
environmentId: string;
|
|
23983
|
+
bucketId: string;
|
|
23984
|
+
}>, {
|
|
23985
|
+
object: string;
|
|
23986
|
+
id: string;
|
|
23987
|
+
isImmutable: boolean;
|
|
23988
|
+
isReadOnly: boolean;
|
|
23989
|
+
scmRepoLink: {
|
|
23990
|
+
object: string;
|
|
23991
|
+
isLinked: boolean;
|
|
23992
|
+
path: string | null;
|
|
23993
|
+
repository: {
|
|
23994
|
+
object: string;
|
|
23995
|
+
id: string;
|
|
23996
|
+
provider: {
|
|
23997
|
+
object: string;
|
|
23998
|
+
type: _metorial_subspace_db.ScmProvider;
|
|
23999
|
+
id: string;
|
|
24000
|
+
name: string;
|
|
24001
|
+
owner: string;
|
|
24002
|
+
};
|
|
24003
|
+
url: string;
|
|
24004
|
+
isPrivate: boolean;
|
|
24005
|
+
defaultBranch: string;
|
|
24006
|
+
createdAt: Date;
|
|
24007
|
+
};
|
|
24008
|
+
} | null;
|
|
24009
|
+
createdAt: Date;
|
|
24010
|
+
}, {
|
|
24011
|
+
solution: {} & {
|
|
24012
|
+
oid: number;
|
|
24013
|
+
id: string;
|
|
24014
|
+
identifier: string;
|
|
24015
|
+
name: string;
|
|
24016
|
+
createdAt: Date;
|
|
24017
|
+
};
|
|
24018
|
+
tenant: {} & {
|
|
24019
|
+
oid: bigint;
|
|
24020
|
+
id: string;
|
|
24021
|
+
identifier: string;
|
|
24022
|
+
name: string;
|
|
24023
|
+
createdAt: Date;
|
|
24024
|
+
urlKey: string;
|
|
24025
|
+
slateTenantId: string | null;
|
|
24026
|
+
slateTenantIdentifier: string | null;
|
|
24027
|
+
shuttleTenantId: string | null;
|
|
24028
|
+
shuttleTenantIdentifier: string | null;
|
|
24029
|
+
originTenantId: string | null;
|
|
24030
|
+
originTenantIdentifier: string | null;
|
|
24031
|
+
logRetentionInDays: number;
|
|
24032
|
+
} & {
|
|
24033
|
+
environments: {
|
|
24034
|
+
oid: bigint;
|
|
24035
|
+
id: string;
|
|
24036
|
+
identifier: string;
|
|
24037
|
+
name: string;
|
|
24038
|
+
createdAt: Date;
|
|
24039
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24040
|
+
tenantOid: bigint;
|
|
24041
|
+
}[];
|
|
24042
|
+
};
|
|
24043
|
+
environment: {
|
|
24044
|
+
oid: bigint;
|
|
24045
|
+
id: string;
|
|
24046
|
+
identifier: string;
|
|
24047
|
+
name: string;
|
|
24048
|
+
createdAt: Date;
|
|
24049
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24050
|
+
tenantOid: bigint;
|
|
24051
|
+
};
|
|
24052
|
+
bucket: {
|
|
24053
|
+
scmRepo: {
|
|
24054
|
+
oid: bigint;
|
|
24055
|
+
id: string;
|
|
24056
|
+
identifier: string;
|
|
24057
|
+
name: string;
|
|
24058
|
+
createdAt: Date;
|
|
24059
|
+
tenantOid: bigint;
|
|
24060
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24061
|
+
solutionOid: number;
|
|
24062
|
+
fromRepoUrl: string | null;
|
|
24063
|
+
externalId: string;
|
|
24064
|
+
externalName: string;
|
|
24065
|
+
externalOwner: string;
|
|
24066
|
+
externalUrl: string;
|
|
24067
|
+
externalIsPrivate: boolean;
|
|
24068
|
+
defaultBranch: string;
|
|
24069
|
+
} | null;
|
|
24070
|
+
} & {
|
|
24071
|
+
oid: bigint;
|
|
24072
|
+
id: string;
|
|
24073
|
+
createdAt: Date;
|
|
24074
|
+
tenantOid: bigint;
|
|
24075
|
+
solutionOid: number;
|
|
24076
|
+
scmRepoOid: bigint | null;
|
|
24077
|
+
isImmutable: boolean;
|
|
24078
|
+
isReadOnly: boolean;
|
|
24079
|
+
isSynced: boolean;
|
|
24080
|
+
scmRepoPath: string | null;
|
|
24081
|
+
};
|
|
24082
|
+
}>;
|
|
24083
|
+
getFile: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
24084
|
+
tenantId: string;
|
|
24085
|
+
environmentId: string;
|
|
24086
|
+
bucketId: string;
|
|
24087
|
+
filename: string;
|
|
24088
|
+
}>, {
|
|
24089
|
+
filename: string;
|
|
24090
|
+
size: number;
|
|
24091
|
+
contentType: string;
|
|
24092
|
+
modifiedAt: Date;
|
|
24093
|
+
content: string;
|
|
24094
|
+
encoding: "base64";
|
|
24095
|
+
}, {
|
|
24096
|
+
solution: {} & {
|
|
24097
|
+
oid: number;
|
|
24098
|
+
id: string;
|
|
24099
|
+
identifier: string;
|
|
24100
|
+
name: string;
|
|
24101
|
+
createdAt: Date;
|
|
24102
|
+
};
|
|
24103
|
+
tenant: {} & {
|
|
24104
|
+
oid: bigint;
|
|
24105
|
+
id: string;
|
|
24106
|
+
identifier: string;
|
|
24107
|
+
name: string;
|
|
24108
|
+
createdAt: Date;
|
|
24109
|
+
urlKey: string;
|
|
24110
|
+
slateTenantId: string | null;
|
|
24111
|
+
slateTenantIdentifier: string | null;
|
|
24112
|
+
shuttleTenantId: string | null;
|
|
24113
|
+
shuttleTenantIdentifier: string | null;
|
|
24114
|
+
originTenantId: string | null;
|
|
24115
|
+
originTenantIdentifier: string | null;
|
|
24116
|
+
logRetentionInDays: number;
|
|
24117
|
+
} & {
|
|
24118
|
+
environments: {
|
|
24119
|
+
oid: bigint;
|
|
24120
|
+
id: string;
|
|
24121
|
+
identifier: string;
|
|
24122
|
+
name: string;
|
|
24123
|
+
createdAt: Date;
|
|
24124
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24125
|
+
tenantOid: bigint;
|
|
24126
|
+
}[];
|
|
24127
|
+
};
|
|
24128
|
+
environment: {
|
|
24129
|
+
oid: bigint;
|
|
24130
|
+
id: string;
|
|
24131
|
+
identifier: string;
|
|
24132
|
+
name: string;
|
|
24133
|
+
createdAt: Date;
|
|
24134
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24135
|
+
tenantOid: bigint;
|
|
24136
|
+
};
|
|
24137
|
+
bucket: {
|
|
24138
|
+
scmRepo: {
|
|
24139
|
+
oid: bigint;
|
|
24140
|
+
id: string;
|
|
24141
|
+
identifier: string;
|
|
24142
|
+
name: string;
|
|
24143
|
+
createdAt: Date;
|
|
24144
|
+
tenantOid: bigint;
|
|
24145
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24146
|
+
solutionOid: number;
|
|
24147
|
+
fromRepoUrl: string | null;
|
|
24148
|
+
externalId: string;
|
|
24149
|
+
externalName: string;
|
|
24150
|
+
externalOwner: string;
|
|
24151
|
+
externalUrl: string;
|
|
24152
|
+
externalIsPrivate: boolean;
|
|
24153
|
+
defaultBranch: string;
|
|
24154
|
+
} | null;
|
|
24155
|
+
} & {
|
|
24156
|
+
oid: bigint;
|
|
24157
|
+
id: string;
|
|
24158
|
+
createdAt: Date;
|
|
24159
|
+
tenantOid: bigint;
|
|
24160
|
+
solutionOid: number;
|
|
24161
|
+
scmRepoOid: bigint | null;
|
|
24162
|
+
isImmutable: boolean;
|
|
24163
|
+
isReadOnly: boolean;
|
|
24164
|
+
isSynced: boolean;
|
|
24165
|
+
scmRepoPath: string | null;
|
|
24166
|
+
};
|
|
24167
|
+
}>;
|
|
24168
|
+
getFiles: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
24169
|
+
tenantId: string;
|
|
24170
|
+
environmentId: string;
|
|
24171
|
+
bucketId: string;
|
|
24172
|
+
prefix: string;
|
|
24173
|
+
}>, any, {
|
|
24174
|
+
solution: {} & {
|
|
24175
|
+
oid: number;
|
|
24176
|
+
id: string;
|
|
24177
|
+
identifier: string;
|
|
24178
|
+
name: string;
|
|
24179
|
+
createdAt: Date;
|
|
24180
|
+
};
|
|
24181
|
+
tenant: {} & {
|
|
24182
|
+
oid: bigint;
|
|
24183
|
+
id: string;
|
|
24184
|
+
identifier: string;
|
|
24185
|
+
name: string;
|
|
24186
|
+
createdAt: Date;
|
|
24187
|
+
urlKey: string;
|
|
24188
|
+
slateTenantId: string | null;
|
|
24189
|
+
slateTenantIdentifier: string | null;
|
|
24190
|
+
shuttleTenantId: string | null;
|
|
24191
|
+
shuttleTenantIdentifier: string | null;
|
|
24192
|
+
originTenantId: string | null;
|
|
24193
|
+
originTenantIdentifier: string | null;
|
|
24194
|
+
logRetentionInDays: number;
|
|
24195
|
+
} & {
|
|
24196
|
+
environments: {
|
|
24197
|
+
oid: bigint;
|
|
24198
|
+
id: string;
|
|
24199
|
+
identifier: string;
|
|
24200
|
+
name: string;
|
|
24201
|
+
createdAt: Date;
|
|
24202
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24203
|
+
tenantOid: bigint;
|
|
24204
|
+
}[];
|
|
24205
|
+
};
|
|
24206
|
+
environment: {
|
|
24207
|
+
oid: bigint;
|
|
24208
|
+
id: string;
|
|
24209
|
+
identifier: string;
|
|
24210
|
+
name: string;
|
|
24211
|
+
createdAt: Date;
|
|
24212
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24213
|
+
tenantOid: bigint;
|
|
24214
|
+
};
|
|
24215
|
+
bucket: {
|
|
24216
|
+
scmRepo: {
|
|
24217
|
+
oid: bigint;
|
|
24218
|
+
id: string;
|
|
24219
|
+
identifier: string;
|
|
24220
|
+
name: string;
|
|
24221
|
+
createdAt: Date;
|
|
24222
|
+
tenantOid: bigint;
|
|
24223
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24224
|
+
solutionOid: number;
|
|
24225
|
+
fromRepoUrl: string | null;
|
|
24226
|
+
externalId: string;
|
|
24227
|
+
externalName: string;
|
|
24228
|
+
externalOwner: string;
|
|
24229
|
+
externalUrl: string;
|
|
24230
|
+
externalIsPrivate: boolean;
|
|
24231
|
+
defaultBranch: string;
|
|
24232
|
+
} | null;
|
|
24233
|
+
} & {
|
|
24234
|
+
oid: bigint;
|
|
24235
|
+
id: string;
|
|
24236
|
+
createdAt: Date;
|
|
24237
|
+
tenantOid: bigint;
|
|
24238
|
+
solutionOid: number;
|
|
24239
|
+
scmRepoOid: bigint | null;
|
|
24240
|
+
isImmutable: boolean;
|
|
24241
|
+
isReadOnly: boolean;
|
|
24242
|
+
isSynced: boolean;
|
|
24243
|
+
scmRepoPath: string | null;
|
|
24244
|
+
};
|
|
24245
|
+
}>;
|
|
24246
|
+
putFile: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
24247
|
+
tenantId: string;
|
|
24248
|
+
environmentId: string;
|
|
24249
|
+
bucketId: string;
|
|
24250
|
+
filename: string;
|
|
24251
|
+
content: string;
|
|
24252
|
+
encoding: "utf-8" | "base64";
|
|
24253
|
+
}>, {
|
|
24254
|
+
filename: string;
|
|
24255
|
+
size: number;
|
|
24256
|
+
contentType: string;
|
|
24257
|
+
modifiedAt: Date;
|
|
24258
|
+
content: string;
|
|
24259
|
+
encoding: "utf-8" | "base64";
|
|
24260
|
+
}, {
|
|
24261
|
+
solution: {} & {
|
|
24262
|
+
oid: number;
|
|
24263
|
+
id: string;
|
|
24264
|
+
identifier: string;
|
|
24265
|
+
name: string;
|
|
24266
|
+
createdAt: Date;
|
|
24267
|
+
};
|
|
24268
|
+
tenant: {} & {
|
|
24269
|
+
oid: bigint;
|
|
24270
|
+
id: string;
|
|
24271
|
+
identifier: string;
|
|
24272
|
+
name: string;
|
|
24273
|
+
createdAt: Date;
|
|
24274
|
+
urlKey: string;
|
|
24275
|
+
slateTenantId: string | null;
|
|
24276
|
+
slateTenantIdentifier: string | null;
|
|
24277
|
+
shuttleTenantId: string | null;
|
|
24278
|
+
shuttleTenantIdentifier: string | null;
|
|
24279
|
+
originTenantId: string | null;
|
|
24280
|
+
originTenantIdentifier: string | null;
|
|
24281
|
+
logRetentionInDays: number;
|
|
24282
|
+
} & {
|
|
24283
|
+
environments: {
|
|
24284
|
+
oid: bigint;
|
|
24285
|
+
id: string;
|
|
24286
|
+
identifier: string;
|
|
24287
|
+
name: string;
|
|
24288
|
+
createdAt: Date;
|
|
24289
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24290
|
+
tenantOid: bigint;
|
|
24291
|
+
}[];
|
|
24292
|
+
};
|
|
24293
|
+
environment: {
|
|
24294
|
+
oid: bigint;
|
|
24295
|
+
id: string;
|
|
24296
|
+
identifier: string;
|
|
24297
|
+
name: string;
|
|
24298
|
+
createdAt: Date;
|
|
24299
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24300
|
+
tenantOid: bigint;
|
|
24301
|
+
};
|
|
24302
|
+
bucket: {
|
|
24303
|
+
scmRepo: {
|
|
24304
|
+
oid: bigint;
|
|
24305
|
+
id: string;
|
|
24306
|
+
identifier: string;
|
|
24307
|
+
name: string;
|
|
24308
|
+
createdAt: Date;
|
|
24309
|
+
tenantOid: bigint;
|
|
24310
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24311
|
+
solutionOid: number;
|
|
24312
|
+
fromRepoUrl: string | null;
|
|
24313
|
+
externalId: string;
|
|
24314
|
+
externalName: string;
|
|
24315
|
+
externalOwner: string;
|
|
24316
|
+
externalUrl: string;
|
|
24317
|
+
externalIsPrivate: boolean;
|
|
24318
|
+
defaultBranch: string;
|
|
24319
|
+
} | null;
|
|
24320
|
+
} & {
|
|
24321
|
+
oid: bigint;
|
|
24322
|
+
id: string;
|
|
24323
|
+
createdAt: Date;
|
|
24324
|
+
tenantOid: bigint;
|
|
24325
|
+
solutionOid: number;
|
|
24326
|
+
scmRepoOid: bigint | null;
|
|
24327
|
+
isImmutable: boolean;
|
|
24328
|
+
isReadOnly: boolean;
|
|
24329
|
+
isSynced: boolean;
|
|
24330
|
+
scmRepoPath: string | null;
|
|
24331
|
+
};
|
|
24332
|
+
}>;
|
|
24333
|
+
getZipUrl: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
24334
|
+
tenantId: string;
|
|
24335
|
+
environmentId: string;
|
|
24336
|
+
bucketId: string;
|
|
24337
|
+
}>, {
|
|
24338
|
+
downloadUrl: any;
|
|
24339
|
+
expiresAt: Date;
|
|
24340
|
+
}, {
|
|
24341
|
+
solution: {} & {
|
|
24342
|
+
oid: number;
|
|
24343
|
+
id: string;
|
|
24344
|
+
identifier: string;
|
|
24345
|
+
name: string;
|
|
24346
|
+
createdAt: Date;
|
|
24347
|
+
};
|
|
24348
|
+
tenant: {} & {
|
|
24349
|
+
oid: bigint;
|
|
24350
|
+
id: string;
|
|
24351
|
+
identifier: string;
|
|
24352
|
+
name: string;
|
|
24353
|
+
createdAt: Date;
|
|
24354
|
+
urlKey: string;
|
|
24355
|
+
slateTenantId: string | null;
|
|
24356
|
+
slateTenantIdentifier: string | null;
|
|
24357
|
+
shuttleTenantId: string | null;
|
|
24358
|
+
shuttleTenantIdentifier: string | null;
|
|
24359
|
+
originTenantId: string | null;
|
|
24360
|
+
originTenantIdentifier: string | null;
|
|
24361
|
+
logRetentionInDays: number;
|
|
24362
|
+
} & {
|
|
24363
|
+
environments: {
|
|
24364
|
+
oid: bigint;
|
|
24365
|
+
id: string;
|
|
24366
|
+
identifier: string;
|
|
24367
|
+
name: string;
|
|
24368
|
+
createdAt: Date;
|
|
24369
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24370
|
+
tenantOid: bigint;
|
|
24371
|
+
}[];
|
|
24372
|
+
};
|
|
24373
|
+
environment: {
|
|
24374
|
+
oid: bigint;
|
|
24375
|
+
id: string;
|
|
24376
|
+
identifier: string;
|
|
24377
|
+
name: string;
|
|
24378
|
+
createdAt: Date;
|
|
24379
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24380
|
+
tenantOid: bigint;
|
|
24381
|
+
};
|
|
24382
|
+
bucket: {
|
|
24383
|
+
scmRepo: {
|
|
24384
|
+
oid: bigint;
|
|
24385
|
+
id: string;
|
|
24386
|
+
identifier: string;
|
|
24387
|
+
name: string;
|
|
24388
|
+
createdAt: Date;
|
|
24389
|
+
tenantOid: bigint;
|
|
24390
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24391
|
+
solutionOid: number;
|
|
24392
|
+
fromRepoUrl: string | null;
|
|
24393
|
+
externalId: string;
|
|
24394
|
+
externalName: string;
|
|
24395
|
+
externalOwner: string;
|
|
24396
|
+
externalUrl: string;
|
|
24397
|
+
externalIsPrivate: boolean;
|
|
24398
|
+
defaultBranch: string;
|
|
24399
|
+
} | null;
|
|
24400
|
+
} & {
|
|
24401
|
+
oid: bigint;
|
|
24402
|
+
id: string;
|
|
24403
|
+
createdAt: Date;
|
|
24404
|
+
tenantOid: bigint;
|
|
24405
|
+
solutionOid: number;
|
|
24406
|
+
scmRepoOid: bigint | null;
|
|
24407
|
+
isImmutable: boolean;
|
|
24408
|
+
isReadOnly: boolean;
|
|
24409
|
+
isSynced: boolean;
|
|
24410
|
+
scmRepoPath: string | null;
|
|
24411
|
+
};
|
|
24412
|
+
}>;
|
|
24413
|
+
getEditorUrl: _lowerdeck_rpc_server.Handler<_lowerdeck_validation_dist_validators.UndefinedIsOptional<{
|
|
24414
|
+
tenantId: string;
|
|
24415
|
+
environmentId: string;
|
|
24416
|
+
bucketId: string;
|
|
24417
|
+
}>, {
|
|
24418
|
+
url: string;
|
|
24419
|
+
expiresAt: Date;
|
|
24420
|
+
}, {
|
|
24421
|
+
solution: {} & {
|
|
24422
|
+
oid: number;
|
|
24423
|
+
id: string;
|
|
24424
|
+
identifier: string;
|
|
24425
|
+
name: string;
|
|
24426
|
+
createdAt: Date;
|
|
24427
|
+
};
|
|
24428
|
+
tenant: {} & {
|
|
24429
|
+
oid: bigint;
|
|
24430
|
+
id: string;
|
|
24431
|
+
identifier: string;
|
|
24432
|
+
name: string;
|
|
24433
|
+
createdAt: Date;
|
|
24434
|
+
urlKey: string;
|
|
24435
|
+
slateTenantId: string | null;
|
|
24436
|
+
slateTenantIdentifier: string | null;
|
|
24437
|
+
shuttleTenantId: string | null;
|
|
24438
|
+
shuttleTenantIdentifier: string | null;
|
|
24439
|
+
originTenantId: string | null;
|
|
24440
|
+
originTenantIdentifier: string | null;
|
|
24441
|
+
logRetentionInDays: number;
|
|
24442
|
+
} & {
|
|
24443
|
+
environments: {
|
|
24444
|
+
oid: bigint;
|
|
24445
|
+
id: string;
|
|
24446
|
+
identifier: string;
|
|
24447
|
+
name: string;
|
|
24448
|
+
createdAt: Date;
|
|
24449
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24450
|
+
tenantOid: bigint;
|
|
24451
|
+
}[];
|
|
24452
|
+
};
|
|
24453
|
+
environment: {
|
|
24454
|
+
oid: bigint;
|
|
24455
|
+
id: string;
|
|
24456
|
+
identifier: string;
|
|
24457
|
+
name: string;
|
|
24458
|
+
createdAt: Date;
|
|
24459
|
+
type: _metorial_subspace_db.EnvironmentType;
|
|
24460
|
+
tenantOid: bigint;
|
|
24461
|
+
};
|
|
24462
|
+
bucket: {
|
|
24463
|
+
scmRepo: {
|
|
24464
|
+
oid: bigint;
|
|
24465
|
+
id: string;
|
|
24466
|
+
identifier: string;
|
|
24467
|
+
name: string;
|
|
24468
|
+
createdAt: Date;
|
|
24469
|
+
tenantOid: bigint;
|
|
24470
|
+
provider: _metorial_subspace_db.ScmProvider;
|
|
24471
|
+
solutionOid: number;
|
|
24472
|
+
fromRepoUrl: string | null;
|
|
24473
|
+
externalId: string;
|
|
24474
|
+
externalName: string;
|
|
24475
|
+
externalOwner: string;
|
|
24476
|
+
externalUrl: string;
|
|
24477
|
+
externalIsPrivate: boolean;
|
|
24478
|
+
defaultBranch: string;
|
|
24479
|
+
} | null;
|
|
24480
|
+
} & {
|
|
24481
|
+
oid: bigint;
|
|
24482
|
+
id: string;
|
|
24483
|
+
createdAt: Date;
|
|
24484
|
+
tenantOid: bigint;
|
|
24485
|
+
solutionOid: number;
|
|
24486
|
+
scmRepoOid: bigint | null;
|
|
24487
|
+
isImmutable: boolean;
|
|
24488
|
+
isReadOnly: boolean;
|
|
24489
|
+
isSynced: boolean;
|
|
24490
|
+
scmRepoPath: string | null;
|
|
24491
|
+
};
|
|
24492
|
+
}>;
|
|
21695
24493
|
};
|
|
21696
24494
|
}>;
|
|
21697
24495
|
|