You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -294,11 +294,13 @@ class StartWorkflowDeleteProjectRequest extends $pb.GeneratedMessage {
|
||||
$core.String? organisationId,
|
||||
$core.String? projectId,
|
||||
$core.String? userId,
|
||||
$4.ProjectType? projectType,
|
||||
}) {
|
||||
final result = create();
|
||||
if (organisationId != null) result.organisationId = organisationId;
|
||||
if (projectId != null) result.projectId = projectId;
|
||||
if (userId != null) result.userId = userId;
|
||||
if (projectType != null) result.projectType = projectType;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -311,6 +313,7 @@ class StartWorkflowDeleteProjectRequest extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'OrganisationId', protoName: 'OrganisationId')
|
||||
..aOS(2, _omitFieldNames ? '' : 'ProjectId', protoName: 'ProjectId')
|
||||
..aOS(3, _omitFieldNames ? '' : 'UserId', protoName: 'UserId')
|
||||
..e<$4.ProjectType>(4, _omitFieldNames ? '' : 'ProjectType', $pb.PbFieldType.OE, protoName: 'ProjectType', defaultOrMaker: $4.ProjectType.PROJECT_TYPE_UNKNOWN, valueOf: $4.ProjectType.valueOf, enumValues: $4.ProjectType.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -357,6 +360,15 @@ class StartWorkflowDeleteProjectRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasUserId() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearUserId() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$4.ProjectType get projectType => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set projectType($4.ProjectType value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasProjectType() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearProjectType() => $_clearField(4);
|
||||
}
|
||||
|
||||
class StartWorkflowDeleteProjectResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -103,6 +103,7 @@ const StartWorkflowDeleteProjectRequest$json = {
|
||||
{'1': 'OrganisationId', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'OrganisationId'},
|
||||
{'1': 'ProjectId', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ProjectId'},
|
||||
{'1': 'UserId', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserId'},
|
||||
{'1': 'ProjectType', '3': 4, '4': 1, '5': 14, '6': '.api.ProjectType', '10': 'ProjectType'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -111,8 +112,9 @@ const StartWorkflowDeleteProjectRequest$json = {
|
||||
final $typed_data.Uint8List startWorkflowDeleteProjectRequestDescriptor = $convert.base64Decode(
|
||||
'CiFTdGFydFdvcmtmbG93RGVsZXRlUHJvamVjdFJlcXVlc3QSLwoOT3JnYW5pc2F0aW9uSWQYAS'
|
||||
'ABKAlCB/pCBHICEAFSDk9yZ2FuaXNhdGlvbklkEiUKCVByb2plY3RJZBgCIAEoCUIH+kIEcgIQ'
|
||||
'AVIJUHJvamVjdElkEh8KBlVzZXJJZBgDIAEoCUIH+kIEcgIQAVIGVXNlcklkOiuSQSgKJtIBDk'
|
||||
'9yZ2FuaXNhdGlvbklk0gEJUHJvamVjdElk0gEGVXNlcklk');
|
||||
'AVIJUHJvamVjdElkEh8KBlVzZXJJZBgDIAEoCUIH+kIEcgIQAVIGVXNlcklkEjIKC1Byb2plY3'
|
||||
'RUeXBlGAQgASgOMhAuYXBpLlByb2plY3RUeXBlUgtQcm9qZWN0VHlwZTorkkEoCibSAQ5Pcmdh'
|
||||
'bmlzYXRpb25JZNIBCVByb2plY3RJZNIBBlVzZXJJZA==');
|
||||
|
||||
@$core.Deprecated('Use startWorkflowDeleteProjectResultDescriptor instead')
|
||||
const StartWorkflowDeleteProjectResult$json = {
|
||||
|
||||
Reference in New Issue
Block a user