Latest generation

This commit is contained in:
ci core model
2025-11-14 14:36:28 +00:00
parent 471c723a7b
commit 2c497db424
4 changed files with 17 additions and 3 deletions

View File

@@ -435,10 +435,12 @@ class StartWorkflowDeleteCoreRequest extends $pb.GeneratedMessage {
factory StartWorkflowDeleteCoreRequest({
$core.String? organisationId,
$core.String? projectId,
$4.ProjectType? projectType,
}) {
final result = create();
if (organisationId != null) result.organisationId = organisationId;
if (projectId != null) result.projectId = projectId;
if (projectType != null) result.projectType = projectType;
return result;
}
@@ -450,6 +452,7 @@ class StartWorkflowDeleteCoreRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StartWorkflowDeleteCoreRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'OrganisationId', protoName: 'OrganisationId')
..aOS(2, _omitFieldNames ? '' : 'ProjectId', protoName: 'ProjectId')
..e<$4.ProjectType>(3, _omitFieldNames ? '' : 'ProjectType', $pb.PbFieldType.OE, protoName: 'ProjectType', defaultOrMaker: $4.ProjectType.PROJECT_TYPE_UNKNOWN, valueOf: $4.ProjectType.valueOf, enumValues: $4.ProjectType.values)
..hasRequiredFields = false
;
@@ -487,6 +490,15 @@ class StartWorkflowDeleteCoreRequest extends $pb.GeneratedMessage {
$core.bool hasProjectId() => $_has(1);
@$pb.TagNumber(2)
void clearProjectId() => $_clearField(2);
@$pb.TagNumber(3)
$4.ProjectType get projectType => $_getN(2);
@$pb.TagNumber(3)
set projectType($4.ProjectType value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasProjectType() => $_has(2);
@$pb.TagNumber(3)
void clearProjectType() => $_clearField(3);
}
class StartWorkflowDeleteCoreResult extends $pb.GeneratedMessage {

View File

@@ -137,6 +137,7 @@ const StartWorkflowDeleteCoreRequest$json = {
'2': [
{'1': 'OrganisationId', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'OrganisationId'},
{'1': 'ProjectId', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ProjectId'},
{'1': 'ProjectType', '3': 3, '4': 1, '5': 14, '6': '.api.ProjectType', '10': 'ProjectType'},
],
'7': {},
};
@@ -145,7 +146,8 @@ const StartWorkflowDeleteCoreRequest$json = {
final $typed_data.Uint8List startWorkflowDeleteCoreRequestDescriptor = $convert.base64Decode(
'Ch5TdGFydFdvcmtmbG93RGVsZXRlQ29yZVJlcXVlc3QSLwoOT3JnYW5pc2F0aW9uSWQYASABKA'
'lCB/pCBHICEAFSDk9yZ2FuaXNhdGlvbklkEiUKCVByb2plY3RJZBgCIAEoCUIH+kIEcgIQAVIJ'
'UHJvamVjdElkOiKSQR8KHdIBDk9yZ2FuaXNhdGlvbklk0gEJUHJvamVjdElk');
'UHJvamVjdElkEjIKC1Byb2plY3RUeXBlGAMgASgOMhAuYXBpLlByb2plY3RUeXBlUgtQcm9qZW'
'N0VHlwZToikkEfCh3SAQ5PcmdhbmlzYXRpb25JZNIBCVByb2plY3RJZA==');
@$core.Deprecated('Use startWorkflowDeleteCoreResultDescriptor instead')
const StartWorkflowDeleteCoreResult$json = {