You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260213150756
|
||||
Lib version: 1.13.0-SNAPSHOT-260216145123
|
||||
|
||||
@@ -3284,11 +3284,13 @@ class StartWorkflowUpgradeModelRequest extends $pb.GeneratedMessage {
|
||||
$core.String? organisationID,
|
||||
$core.String? projectID,
|
||||
$1.ModelDataSetEnum? entity,
|
||||
$core.bool? clearEntityData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (organisationID != null) result.organisationID = organisationID;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (entity != null) result.entity = entity;
|
||||
if (clearEntityData != null) result.clearEntityData = clearEntityData;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -3301,6 +3303,7 @@ class StartWorkflowUpgradeModelRequest extends $pb.GeneratedMessage {
|
||||
..aOS(1, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID')
|
||||
..aOS(2, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..e<$1.ModelDataSetEnum>(3, _omitFieldNames ? '' : 'Entity', $pb.PbFieldType.OE, protoName: 'Entity', defaultOrMaker: $1.ModelDataSetEnum.ACTOR, valueOf: $1.ModelDataSetEnum.valueOf, enumValues: $1.ModelDataSetEnum.values)
|
||||
..aOB(4, _omitFieldNames ? '' : 'ClearEntityData', protoName: 'ClearEntityData')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -3347,6 +3350,15 @@ class StartWorkflowUpgradeModelRequest extends $pb.GeneratedMessage {
|
||||
$core.bool hasEntity() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearEntity() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool get clearEntityData => $_getBF(3);
|
||||
@$pb.TagNumber(4)
|
||||
set clearEntityData($core.bool value) => $_setBool(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasClearEntityData() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearClearEntityData() => $_clearField(4);
|
||||
}
|
||||
|
||||
class StartWorkflowUpgradeModelResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -976,6 +976,7 @@ const StartWorkflowUpgradeModelRequest$json = {
|
||||
{'1': 'OrganisationID', '3': 1, '4': 1, '5': 9, '10': 'OrganisationID'},
|
||||
{'1': 'ProjectID', '3': 2, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'Entity', '3': 3, '4': 1, '5': 14, '6': '.api.ModelDataSetEnum', '10': 'Entity'},
|
||||
{'1': 'ClearEntityData', '3': 4, '4': 1, '5': 8, '10': 'ClearEntityData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -984,7 +985,8 @@ const StartWorkflowUpgradeModelRequest$json = {
|
||||
final $typed_data.Uint8List startWorkflowUpgradeModelRequestDescriptor = $convert.base64Decode(
|
||||
'CiBTdGFydFdvcmtmbG93VXBncmFkZU1vZGVsUmVxdWVzdBImCg5PcmdhbmlzYXRpb25JRBgBIA'
|
||||
'EoCVIOT3JnYW5pc2F0aW9uSUQSHAoJUHJvamVjdElEGAIgASgJUglQcm9qZWN0SUQSLQoGRW50'
|
||||
'aXR5GAMgASgOMhUuYXBpLk1vZGVsRGF0YVNldEVudW1SBkVudGl0eToFkkECCgA=');
|
||||
'aXR5GAMgASgOMhUuYXBpLk1vZGVsRGF0YVNldEVudW1SBkVudGl0eRIoCg9DbGVhckVudGl0eU'
|
||||
'RhdGEYBCABKAhSD0NsZWFyRW50aXR5RGF0YToFkkECCgA=');
|
||||
|
||||
@$core.Deprecated('Use startWorkflowUpgradeModelResultDescriptor instead')
|
||||
const StartWorkflowUpgradeModelResult$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260213150756
|
||||
version: 1.13.0-SNAPSHOT-260216145123
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user