Latest generation

This commit is contained in:
ci core model
2025-10-14 14:57:43 +00:00
parent d8b2791225
commit 1f1b50aed3
4 changed files with 18 additions and 4 deletions

View File

@@ -149,6 +149,7 @@ class StartWorkflowCreateProjectRequest extends $pb.GeneratedMessage {
$core.String? managerEmail,
$core.Iterable<$2.Module>? modules,
$4.ProjectType? projectType,
$core.String? projectName,
}) {
final result = create();
if (organisationId != null) result.organisationId = organisationId;
@@ -157,6 +158,7 @@ class StartWorkflowCreateProjectRequest extends $pb.GeneratedMessage {
if (managerEmail != null) result.managerEmail = managerEmail;
if (modules != null) result.modules.addAll(modules);
if (projectType != null) result.projectType = projectType;
if (projectName != null) result.projectName = projectName;
return result;
}
@@ -172,6 +174,7 @@ class StartWorkflowCreateProjectRequest extends $pb.GeneratedMessage {
..aOS(4, _omitFieldNames ? '' : 'ManagerEmail', protoName: 'ManagerEmail')
..pc<$2.Module>(5, _omitFieldNames ? '' : 'Modules', $pb.PbFieldType.PM, protoName: 'Modules', subBuilder: $2.Module.create)
..e<$4.ProjectType>(6, _omitFieldNames ? '' : 'ProjectType', $pb.PbFieldType.OE, protoName: 'ProjectType', defaultOrMaker: $4.ProjectType.PROJECT_TYPE_UNKNOWN, valueOf: $4.ProjectType.valueOf, enumValues: $4.ProjectType.values)
..aOS(7, _omitFieldNames ? '' : 'ProjectName', protoName: 'ProjectName')
..hasRequiredFields = false
;
@@ -239,6 +242,15 @@ class StartWorkflowCreateProjectRequest extends $pb.GeneratedMessage {
$core.bool hasProjectType() => $_has(5);
@$pb.TagNumber(6)
void clearProjectType() => $_clearField(6);
@$pb.TagNumber(7)
$core.String get projectName => $_getSZ(6);
@$pb.TagNumber(7)
set projectName($core.String value) => $_setString(6, value);
@$pb.TagNumber(7)
$core.bool hasProjectName() => $_has(6);
@$pb.TagNumber(7)
void clearProjectName() => $_clearField(7);
}
class StartWorkflowCreateProjectResult extends $pb.GeneratedMessage {

View File

@@ -69,6 +69,7 @@ const StartWorkflowCreateProjectRequest$json = {
{'1': 'ManagerEmail', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ManagerEmail'},
{'1': 'Modules', '3': 5, '4': 3, '5': 11, '6': '.api.Module', '10': 'Modules'},
{'1': 'ProjectType', '3': 6, '4': 1, '5': 14, '6': '.api.ProjectType', '10': 'ProjectType'},
{'1': 'ProjectName', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'ProjectName'},
],
'7': {},
};
@@ -80,8 +81,9 @@ final $typed_data.Uint8List startWorkflowCreateProjectRequestDescriptor = $conve
'AVIJUHJvamVjdElkEiEKB1VzZXJTdWIYAyABKAlCB/pCBHICEAFSB1VzZXJTdWISKwoMTWFuYW'
'dlckVtYWlsGAQgASgJQgf6QgRyAhABUgxNYW5hZ2VyRW1haWwSJQoHTW9kdWxlcxgFIAMoCzIL'
'LmFwaS5Nb2R1bGVSB01vZHVsZXMSMgoLUHJvamVjdFR5cGUYBiABKA4yEC5hcGkuUHJvamVjdF'
'R5cGVSC1Byb2plY3RUeXBlOjuSQTgKNtIBDk9yZ2FuaXNhdGlvbklk0gEJUHJvamVjdElk0gEH'
'VXNlclN1YtIBDE1hbmFnZXJFbWFpbA==');
'R5cGVSC1Byb2plY3RUeXBlEikKC1Byb2plY3ROYW1lGAcgASgJQgf6QgRyAhABUgtQcm9qZWN0'
'TmFtZTo7kkE4CjbSAQ5PcmdhbmlzYXRpb25JZNIBCVByb2plY3RJZNIBB1VzZXJTdWLSAQxNYW'
'5hZ2VyRW1haWw=');
@$core.Deprecated('Use startWorkflowCreateProjectResultDescriptor instead')
const StartWorkflowCreateProjectResult$json = {