From 99fc0a0a08ecbd6c1ea18163f2331b2429f486c8 Mon Sep 17 00:00:00 2001 From: ci core model Date: Wed, 26 Aug 2026 08:05:58 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/actorAction.pb.dart | 136 ++++++++++++++++++++++++++++++++++++ lib/actorAction.pbjson.dart | 35 ++++++++++ pubspec.yaml | 2 +- 4 files changed, 173 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031ccad2..6e8a5804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.15.0-SNAPSHOT-260825124056 +Lib version: 1.15.0-SNAPSHOT-260826080510 diff --git a/lib/actorAction.pb.dart b/lib/actorAction.pb.dart index f1bdebeb..985e14c5 100644 --- a/lib/actorAction.pb.dart +++ b/lib/actorAction.pb.dart @@ -534,6 +534,142 @@ class ClearSiteAlias extends $pb.GeneratedMessage { ActorClearSiteAliasPayload ensurePreviousPayload() => $_ensure(4); } +/// +/// EnrichExecutionflow : force enrichment of executionflow for the actor, by sending a new executionflow event +class ActorEnrichExecutionflowPayload extends $pb.GeneratedMessage { + factory ActorEnrichExecutionflowPayload() => create(); + + ActorEnrichExecutionflowPayload._(); + + factory ActorEnrichExecutionflowPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ActorEnrichExecutionflowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorEnrichExecutionflowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ActorEnrichExecutionflowPayload clone() => ActorEnrichExecutionflowPayload()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ActorEnrichExecutionflowPayload copyWith(void Function(ActorEnrichExecutionflowPayload) updates) => super.copyWith((message) => updates(message as ActorEnrichExecutionflowPayload)) as ActorEnrichExecutionflowPayload; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ActorEnrichExecutionflowPayload create() => ActorEnrichExecutionflowPayload._(); + @$core.override + ActorEnrichExecutionflowPayload createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ActorEnrichExecutionflowPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ActorEnrichExecutionflowPayload? _defaultInstance; +} + +class ActorEnrichExecutionflow extends $pb.GeneratedMessage { + factory ActorEnrichExecutionflow({ + $1.CommandHeader? header, + $1.EntityID? iD, + ActorEnrichExecutionflowPayload? payload, + ActorEnrichExecutionflowPayload? eventPayload, + ActorEnrichExecutionflowPayload? previousPayload, + }) { + final result = create(); + if (header != null) result.header = header; + if (iD != null) result.iD = iD; + if (payload != null) result.payload = payload; + if (eventPayload != null) result.eventPayload = eventPayload; + if (previousPayload != null) result.previousPayload = previousPayload; + return result; + } + + ActorEnrichExecutionflow._(); + + factory ActorEnrichExecutionflow.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry); + factory ActorEnrichExecutionflow.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry); + + static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorEnrichExecutionflow', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) + ..aOM<$1.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.CommandHeader.create) + ..aOM<$1.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $1.EntityID.create) + ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorEnrichExecutionflowPayload.create) + ..aOM(4, _omitFieldNames ? '' : 'EventPayload', protoName: 'EventPayload', subBuilder: ActorEnrichExecutionflowPayload.create) + ..aOM(5, _omitFieldNames ? '' : 'PreviousPayload', protoName: 'PreviousPayload', subBuilder: ActorEnrichExecutionflowPayload.create) + ..hasRequiredFields = false + ; + + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ActorEnrichExecutionflow clone() => ActorEnrichExecutionflow()..mergeFromMessage(this); + @$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.') + ActorEnrichExecutionflow copyWith(void Function(ActorEnrichExecutionflow) updates) => super.copyWith((message) => updates(message as ActorEnrichExecutionflow)) as ActorEnrichExecutionflow; + + @$core.override + $pb.BuilderInfo get info_ => _i; + + @$core.pragma('dart2js:noInline') + static ActorEnrichExecutionflow create() => ActorEnrichExecutionflow._(); + @$core.override + ActorEnrichExecutionflow createEmptyInstance() => create(); + static $pb.PbList createRepeated() => $pb.PbList(); + @$core.pragma('dart2js:noInline') + static ActorEnrichExecutionflow getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); + static ActorEnrichExecutionflow? _defaultInstance; + + @$pb.TagNumber(1) + $1.CommandHeader get header => $_getN(0); + @$pb.TagNumber(1) + set header($1.CommandHeader value) => $_setField(1, value); + @$pb.TagNumber(1) + $core.bool hasHeader() => $_has(0); + @$pb.TagNumber(1) + void clearHeader() => $_clearField(1); + @$pb.TagNumber(1) + $1.CommandHeader ensureHeader() => $_ensure(0); + + @$pb.TagNumber(2) + $1.EntityID get iD => $_getN(1); + @$pb.TagNumber(2) + set iD($1.EntityID value) => $_setField(2, value); + @$pb.TagNumber(2) + $core.bool hasID() => $_has(1); + @$pb.TagNumber(2) + void clearID() => $_clearField(2); + @$pb.TagNumber(2) + $1.EntityID ensureID() => $_ensure(1); + + @$pb.TagNumber(3) + ActorEnrichExecutionflowPayload get payload => $_getN(2); + @$pb.TagNumber(3) + set payload(ActorEnrichExecutionflowPayload value) => $_setField(3, value); + @$pb.TagNumber(3) + $core.bool hasPayload() => $_has(2); + @$pb.TagNumber(3) + void clearPayload() => $_clearField(3); + @$pb.TagNumber(3) + ActorEnrichExecutionflowPayload ensurePayload() => $_ensure(2); + + @$pb.TagNumber(4) + ActorEnrichExecutionflowPayload get eventPayload => $_getN(3); + @$pb.TagNumber(4) + set eventPayload(ActorEnrichExecutionflowPayload value) => $_setField(4, value); + @$pb.TagNumber(4) + $core.bool hasEventPayload() => $_has(3); + @$pb.TagNumber(4) + void clearEventPayload() => $_clearField(4); + @$pb.TagNumber(4) + ActorEnrichExecutionflowPayload ensureEventPayload() => $_ensure(3); + + @$pb.TagNumber(5) + ActorEnrichExecutionflowPayload get previousPayload => $_getN(4); + @$pb.TagNumber(5) + set previousPayload(ActorEnrichExecutionflowPayload value) => $_setField(5, value); + @$pb.TagNumber(5) + $core.bool hasPreviousPayload() => $_has(4); + @$pb.TagNumber(5) + void clearPreviousPayload() => $_clearField(5); + @$pb.TagNumber(5) + ActorEnrichExecutionflowPayload ensurePreviousPayload() => $_ensure(4); +} + const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/actorAction.pbjson.dart b/lib/actorAction.pbjson.dart index 5b008c57..152721a9 100644 --- a/lib/actorAction.pbjson.dart +++ b/lib/actorAction.pbjson.dart @@ -135,3 +135,38 @@ final $typed_data.Uint8List clearSiteAliasDescriptor = $convert.base64Decode( 'IPUHJldmlvdXNQYXlsb2FkOiiiuxgHQ29tbWFuZLK7GA5DbGVhclNpdGVBbGlhc+q7GAdEZWxl' 'dGVk'); +@$core.Deprecated('Use actorEnrichExecutionflowPayloadDescriptor instead') +const ActorEnrichExecutionflowPayload$json = { + '1': 'ActorEnrichExecutionflowPayload', + '7': {}, +}; + +/// Descriptor for `ActorEnrichExecutionflowPayload`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List actorEnrichExecutionflowPayloadDescriptor = $convert.base64Decode( + 'Ch9BY3RvckVucmljaEV4ZWN1dGlvbmZsb3dQYXlsb2FkOiaiuxgHQ29tbWFuZKi7GAGyuxgTRW' + '5yaWNoRXhlY3V0aW9uZmxvdw=='); + +@$core.Deprecated('Use actorEnrichExecutionflowDescriptor instead') +const ActorEnrichExecutionflow$json = { + '1': 'ActorEnrichExecutionflow', + '2': [ + {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.CommandHeader', '10': 'Header'}, + {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, + {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorEnrichExecutionflowPayload', '10': 'Payload'}, + {'1': 'EventPayload', '3': 4, '4': 1, '5': 11, '6': '.api.ActorEnrichExecutionflowPayload', '10': 'EventPayload'}, + {'1': 'PreviousPayload', '3': 5, '4': 1, '5': 11, '6': '.api.ActorEnrichExecutionflowPayload', '10': 'PreviousPayload'}, + ], + '7': {}, +}; + +/// Descriptor for `ActorEnrichExecutionflow`. Decode as a `google.protobuf.DescriptorProto`. +final $typed_data.Uint8List actorEnrichExecutionflowDescriptor = $convert.base64Decode( + 'ChhBY3RvckVucmljaEV4ZWN1dGlvbmZsb3cSKgoGSGVhZGVyGAEgASgLMhIuYXBpLkNvbW1hbm' + 'RIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSPgoHUGF5bG9h' + 'ZBgDIAEoCzIkLmFwaS5BY3RvckVucmljaEV4ZWN1dGlvbmZsb3dQYXlsb2FkUgdQYXlsb2FkEk' + 'gKDEV2ZW50UGF5bG9hZBgEIAEoCzIkLmFwaS5BY3RvckVucmljaEV4ZWN1dGlvbmZsb3dQYXls' + 'b2FkUgxFdmVudFBheWxvYWQSTgoPUHJldmlvdXNQYXlsb2FkGAUgASgLMiQuYXBpLkFjdG9yRW' + '5yaWNoRXhlY3V0aW9uZmxvd1BheWxvYWRSD1ByZXZpb3VzUGF5bG9hZDpforsYB0NvbW1hbmSy' + 'uxgTRW5yaWNoRXhlY3V0aW9uZmxvd8K7GB9leGVjdXRpb25mbG93LkVucmljaG1lbnRVcGRhdG' + 'Vk6rsYFlN0b2NrTWFuYWdlbWVudFVwZGF0ZWQ='); + diff --git a/pubspec.yaml b/pubspec.yaml index 9be92cc2..de4377da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.15.0-SNAPSHOT-260825124056 +version: 1.15.0-SNAPSHOT-260826080510 homepage: '' publish_to: '' repository: ''