Latest generation

This commit is contained in:
ci core model
2025-03-21 09:55:29 +00:00
parent e864f388c8
commit 0b175f90ff
26 changed files with 198 additions and 11221 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.10.0-SNAPSHOT-250320110805
Lib version: 1.10.0-SNAPSHOT-250321095503

View File

@@ -287,91 +287,6 @@ class ActorCreatedPayload extends $pb.GeneratedMessage {
$core.List<$core.String> get connectionIdentifierPrefixes => $_getList(17);
}
/// Event message
class ActorCreatedEvent extends $pb.GeneratedMessage {
factory ActorCreatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorCreatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorCreatedEvent._() : super();
factory ActorCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorCreatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorCreatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorCreatedEvent clone() => ActorCreatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorCreatedEvent copyWith(void Function(ActorCreatedEvent) updates) => super.copyWith((message) => updates(message as ActorCreatedEvent)) as ActorCreatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorCreatedEvent create() => ActorCreatedEvent._();
ActorCreatedEvent createEmptyInstance() => create();
static $pb.PbList<ActorCreatedEvent> createRepeated() => $pb.PbList<ActorCreatedEvent>();
@$core.pragma('dart2js:noInline')
static ActorCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorCreatedEvent>(create);
static ActorCreatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorCreatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorCreatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorCreatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ActorCreatedRequest extends $pb.GeneratedMessage {
factory ActorCreatedRequest({
@@ -684,91 +599,6 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage {
$core.List<$70.CarrierService> get carrierServices => $_getList(9);
}
/// Event message
class ActorCreatedv2Event extends $pb.GeneratedMessage {
factory ActorCreatedv2Event({
$29.EventHeader? header,
$29.EntityID? iD,
ActorCreatedv2Payload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorCreatedv2Event._() : super();
factory ActorCreatedv2Event.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorCreatedv2Event.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedv2Event', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorCreatedv2Payload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorCreatedv2Payload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorCreatedv2Event clone() => ActorCreatedv2Event()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorCreatedv2Event copyWith(void Function(ActorCreatedv2Event) updates) => super.copyWith((message) => updates(message as ActorCreatedv2Event)) as ActorCreatedv2Event;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorCreatedv2Event create() => ActorCreatedv2Event._();
ActorCreatedv2Event createEmptyInstance() => create();
static $pb.PbList<ActorCreatedv2Event> createRepeated() => $pb.PbList<ActorCreatedv2Event>();
@$core.pragma('dart2js:noInline')
static ActorCreatedv2Event getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorCreatedv2Event>(create);
static ActorCreatedv2Event? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorCreatedv2Payload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorCreatedv2Payload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorCreatedv2Payload ensurePayload() => $_ensure(2);
}
/// API Request
class ActorCreatedv2Request extends $pb.GeneratedMessage {
factory ActorCreatedv2Request({
@@ -956,91 +786,6 @@ class ActorDeletedPayload extends $pb.GeneratedMessage {
static ActorDeletedPayload? _defaultInstance;
}
/// Event message
class ActorDeletedEvent extends $pb.GeneratedMessage {
factory ActorDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorDeletedEvent._() : super();
factory ActorDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorDeletedEvent clone() => ActorDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorDeletedEvent copyWith(void Function(ActorDeletedEvent) updates) => super.copyWith((message) => updates(message as ActorDeletedEvent)) as ActorDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorDeletedEvent create() => ActorDeletedEvent._();
ActorDeletedEvent createEmptyInstance() => create();
static $pb.PbList<ActorDeletedEvent> createRepeated() => $pb.PbList<ActorDeletedEvent>();
@$core.pragma('dart2js:noInline')
static ActorDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorDeletedEvent>(create);
static ActorDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorDeletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ActorDeletedRequest extends $pb.GeneratedMessage {
factory ActorDeletedRequest({
@@ -1248,91 +993,6 @@ class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage {
$70.ActorSnapshot ensureSnapshot() => $_ensure(0);
}
/// Event message
class ActorSnapshotCompletedEvent extends $pb.GeneratedMessage {
factory ActorSnapshotCompletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorSnapshotCompletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorSnapshotCompletedEvent._() : super();
factory ActorSnapshotCompletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorSnapshotCompletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorSnapshotCompletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorSnapshotCompletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorSnapshotCompletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorSnapshotCompletedEvent clone() => ActorSnapshotCompletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorSnapshotCompletedEvent copyWith(void Function(ActorSnapshotCompletedEvent) updates) => super.copyWith((message) => updates(message as ActorSnapshotCompletedEvent)) as ActorSnapshotCompletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorSnapshotCompletedEvent create() => ActorSnapshotCompletedEvent._();
ActorSnapshotCompletedEvent createEmptyInstance() => create();
static $pb.PbList<ActorSnapshotCompletedEvent> createRepeated() => $pb.PbList<ActorSnapshotCompletedEvent>();
@$core.pragma('dart2js:noInline')
static ActorSnapshotCompletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorSnapshotCompletedEvent>(create);
static ActorSnapshotCompletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorSnapshotCompletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorSnapshotCompletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorSnapshotCompletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ActorSnapshotCompletedRequest extends $pb.GeneratedMessage {
factory ActorSnapshotCompletedRequest({
@@ -1531,90 +1191,6 @@ class ActorAttachmentAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class ActorAttachmentAddedEvent extends $pb.GeneratedMessage {
factory ActorAttachmentAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorAttachmentAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorAttachmentAddedEvent._() : super();
factory ActorAttachmentAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorAttachmentAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorAttachmentAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorAttachmentAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorAttachmentAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorAttachmentAddedEvent clone() => ActorAttachmentAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorAttachmentAddedEvent copyWith(void Function(ActorAttachmentAddedEvent) updates) => super.copyWith((message) => updates(message as ActorAttachmentAddedEvent)) as ActorAttachmentAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorAttachmentAddedEvent create() => ActorAttachmentAddedEvent._();
ActorAttachmentAddedEvent createEmptyInstance() => create();
static $pb.PbList<ActorAttachmentAddedEvent> createRepeated() => $pb.PbList<ActorAttachmentAddedEvent>();
@$core.pragma('dart2js:noInline')
static ActorAttachmentAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorAttachmentAddedEvent>(create);
static ActorAttachmentAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorAttachmentAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorAttachmentAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorAttachmentAddedPayload ensurePayload() => $_ensure(2);
}
class ActorAttachmentAddedRequest extends $pb.GeneratedMessage {
factory ActorAttachmentAddedRequest({
$29.RequestProjectHeader? header,
@@ -1811,90 +1387,6 @@ class ActorAttachmentRemovedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class ActorAttachmentRemovedEvent extends $pb.GeneratedMessage {
factory ActorAttachmentRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorAttachmentRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorAttachmentRemovedEvent._() : super();
factory ActorAttachmentRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorAttachmentRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorAttachmentRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorAttachmentRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorAttachmentRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorAttachmentRemovedEvent clone() => ActorAttachmentRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorAttachmentRemovedEvent copyWith(void Function(ActorAttachmentRemovedEvent) updates) => super.copyWith((message) => updates(message as ActorAttachmentRemovedEvent)) as ActorAttachmentRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorAttachmentRemovedEvent create() => ActorAttachmentRemovedEvent._();
ActorAttachmentRemovedEvent createEmptyInstance() => create();
static $pb.PbList<ActorAttachmentRemovedEvent> createRepeated() => $pb.PbList<ActorAttachmentRemovedEvent>();
@$core.pragma('dart2js:noInline')
static ActorAttachmentRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorAttachmentRemovedEvent>(create);
static ActorAttachmentRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorAttachmentRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorAttachmentRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorAttachmentRemovedPayload ensurePayload() => $_ensure(2);
}
class ActorAttachmentRemovedRequest extends $pb.GeneratedMessage {
factory ActorAttachmentRemovedRequest({
$29.RequestProjectHeader? header,
@@ -2091,90 +1583,6 @@ class ActorClaimAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.ClaimSummary> get claims => $_getList(0);
}
class ActorClaimAddedEvent extends $pb.GeneratedMessage {
factory ActorClaimAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorClaimAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorClaimAddedEvent._() : super();
factory ActorClaimAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorClaimAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorClaimAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorClaimAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorClaimAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorClaimAddedEvent clone() => ActorClaimAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorClaimAddedEvent copyWith(void Function(ActorClaimAddedEvent) updates) => super.copyWith((message) => updates(message as ActorClaimAddedEvent)) as ActorClaimAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorClaimAddedEvent create() => ActorClaimAddedEvent._();
ActorClaimAddedEvent createEmptyInstance() => create();
static $pb.PbList<ActorClaimAddedEvent> createRepeated() => $pb.PbList<ActorClaimAddedEvent>();
@$core.pragma('dart2js:noInline')
static ActorClaimAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorClaimAddedEvent>(create);
static ActorClaimAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorClaimAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorClaimAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorClaimAddedPayload ensurePayload() => $_ensure(2);
}
class ActorClaimAddedRequest extends $pb.GeneratedMessage {
factory ActorClaimAddedRequest({
$29.RequestProjectHeader? header,
@@ -2372,90 +1780,6 @@ class ActorMetaDataUpdatedPayload extends $pb.GeneratedMessage {
$core.List<$29.MetadataElement> get metaData => $_getList(0);
}
class ActorMetaDataUpdatedEvent extends $pb.GeneratedMessage {
factory ActorMetaDataUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ActorMetaDataUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ActorMetaDataUpdatedEvent._() : super();
factory ActorMetaDataUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ActorMetaDataUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorMetaDataUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ActorMetaDataUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ActorMetaDataUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ActorMetaDataUpdatedEvent clone() => ActorMetaDataUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ActorMetaDataUpdatedEvent copyWith(void Function(ActorMetaDataUpdatedEvent) updates) => super.copyWith((message) => updates(message as ActorMetaDataUpdatedEvent)) as ActorMetaDataUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ActorMetaDataUpdatedEvent create() => ActorMetaDataUpdatedEvent._();
ActorMetaDataUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<ActorMetaDataUpdatedEvent> createRepeated() => $pb.PbList<ActorMetaDataUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static ActorMetaDataUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorMetaDataUpdatedEvent>(create);
static ActorMetaDataUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ActorMetaDataUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ActorMetaDataUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ActorMetaDataUpdatedPayload ensurePayload() => $_ensure(2);
}
class ActorMetaDataUpdatedRequest extends $pb.GeneratedMessage {
factory ActorMetaDataUpdatedRequest({
$29.RequestProjectHeader? header,

View File

@@ -66,27 +66,8 @@ final $typed_data.Uint8List actorCreatedPayloadDescriptor = $convert.base64Decod
'dG5lckFwcElEElgKCFBob3RvVVJJGBogASgJQjySQSlKJyJodHRwczovL3JlZmxleC12aXNpYm'
'lsaXR5LWZvcmV2ZXIuanBnItrCGAwKCgoBKhIFaW1hZ2VSCFBob3RvVVJJEl0KHENvbm5lY3Rp'
'b25JZGVudGlmaWVyUHJlZml4ZXMYHCADKAlCGfpCFpIBEyIRcg8yDV5bYS16QS1aMC05XSpSHE'
'Nvbm5lY3Rpb25JZGVudGlmaWVyUHJlZml4ZXM6LJJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2'
'ZW50qLsYAbq7GAdDcmVhdGVk');
@$core.Deprecated('Use actorCreatedEventDescriptor instead')
const ActorCreatedEvent$json = {
'1': 'ActorCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCreatedEventDescriptor = $convert.base64Decode(
'ChFBY3RvckNyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCP'
'pCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJ'
'RBI8CgdQYXlsb2FkGAMgASgLMhguYXBpLkFjdG9yQ3JlYXRlZFBheWxvYWRCCPpCBYoBAhABUg'
'dQYXlsb2FkOliSQSwKKtIBBkhlYWRlctIBCEVudGl0eUlE0gETQWN0b3JDcmVhdGVkUGF5bG9h'
'ZKK7GAVFdmVudLq7GAdDcmVhdGVk2rsYEWNoZWNrUGFydG5lckFwcElk');
'Nvbm5lY3Rpb25JZGVudGlmaWVyUHJlZml4ZXM6QZJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2'
'ZW50qLsYAbq7GAdDcmVhdGVk2rsYEWNoZWNrUGFydG5lckFwcElk');
@$core.Deprecated('Use actorCreatedRequestDescriptor instead')
const ActorCreatedRequest$json = {
@@ -161,24 +142,6 @@ final $typed_data.Uint8List actorCreatedv2PayloadDescriptor = $convert.base64Dec
'llclNlcnZpY2VzOi6SQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgJQ3JlYXRl'
'ZHYy');
@$core.Deprecated('Use actorCreatedv2EventDescriptor instead')
const ActorCreatedv2Event$json = {
'1': 'ActorCreatedv2Event',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorCreatedv2Payload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorCreatedv2Event`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCreatedv2EventDescriptor = $convert.base64Decode(
'ChNBY3RvckNyZWF0ZWR2MkV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
'II+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFS'
'AklEEj4KB1BheWxvYWQYAyABKAsyGi5hcGkuQWN0b3JDcmVhdGVkdjJQYXlsb2FkQgj6QgWKAQ'
'IQAVIHUGF5bG9hZDoWorsYBUV2ZW50ursYCUNyZWF0ZWR2Mg==');
@$core.Deprecated('Use actorCreatedv2RequestDescriptor instead')
const ActorCreatedv2Request$json = {
'1': 'ActorCreatedv2Request',
@@ -225,24 +188,6 @@ final $typed_data.Uint8List actorDeletedPayloadDescriptor = $convert.base64Decod
'ChNBY3RvckRlbGV0ZWRQYXlsb2FkOiySQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GA'
'G6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use actorDeletedEventDescriptor instead')
const ActorDeletedEvent$json = {
'1': 'ActorDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ActorDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorDeletedEventDescriptor = $convert.base64Decode(
'ChFBY3RvckRlbGV0ZWRFdmVudBIoCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJSBk'
'hlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSMgoHUGF5bG9hZBgDIAEoCzIY'
'LmFwaS5BY3RvckRlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRGVsZXRlZA'
'==');
@$core.Deprecated('Use actorDeletedRequestDescriptor instead')
const ActorDeletedRequest$json = {
'1': 'ActorDeletedRequest',
@@ -292,25 +237,6 @@ final $typed_data.Uint8List actorSnapshotCompletedPayloadDescriptor = $convert.b
'5BY3RvclNuYXBzaG90Qgj6QgWKAQIQAVIIU25hcHNob3Q6RJJBDQoL0gEIU25hcHNob3SiuxgF'
'RXZlbnSouxgBursYEVNuYXBzaG90Q29tcGxldGVk2rsYDlJlamVjdFNuYXBzaG90');
@$core.Deprecated('Use actorSnapshotCompletedEventDescriptor instead')
const ActorSnapshotCompletedEvent$json = {
'1': 'ActorSnapshotCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorSnapshotCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorSnapshotCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorSnapshotCompletedEventDescriptor = $convert.base64Decode(
'ChtBY3RvclNuYXBzaG90Q29tcGxldGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5BY3RvclNuYXBzaG90Q29tcGxldG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HqK7GAVFdmVudLq7GBFTbmFwc2hvdENvbXBs'
'ZXRlZA==');
@$core.Deprecated('Use actorSnapshotCompletedRequestDescriptor instead')
const ActorSnapshotCompletedRequest$json = {
'1': 'ActorSnapshotCompletedRequest',
@@ -359,26 +285,8 @@ const ActorAttachmentAddedPayload$json = {
final $typed_data.Uint8List actorAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'ChtBY3RvckF0dGFjaG1lbnRBZGRlZFBheWxvYWQSYwoLQXR0YWNobWVudHMYASADKAsyFi5hcG'
'kuQXR0YWNobWVudFN1bW1hcnlCKZJBJjIkTnVtYmVyIG9mIGF0dGFjaG1lbnRzIGFkZGVkIHBl'
'ciB0eXBlUgtBdHRhY2htZW50czogorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWQ=');
@$core.Deprecated('Use actorAttachmentAddedEventDescriptor instead')
const ActorAttachmentAddedEvent$json = {
'1': 'ActorAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChlBY3RvckF0dGFjaG1lbnRBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuQWN0b3JBdHRhY2htZW50QWRkZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDotorsYBUV2ZW50ursYD0F0dGFjaG1lbnRBZGRlZNq7'
'GA1hZGRBdHRhY2htZW50');
'ciB0eXBlUgtBdHRhY2htZW50czoxorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWTaux'
'gNYWRkQXR0YWNobWVudA==');
@$core.Deprecated('Use actorAttachmentAddedRequestDescriptor instead')
const ActorAttachmentAddedRequest$json = {
@@ -428,27 +336,8 @@ const ActorAttachmentRemovedPayload$json = {
final $typed_data.Uint8List actorAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'Ch1BY3RvckF0dGFjaG1lbnRSZW1vdmVkUGF5bG9hZBJlCgtBdHRhY2htZW50cxgBIAMoCzIWLm'
'FwaS5BdHRhY2htZW50U3VtbWFyeUIrkkEoMiZOdW1iZXIgb2YgYXR0YWNobWVudHMgcmVtb3Zl'
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6IqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWQ=');
@$core.Deprecated('Use actorAttachmentRemovedEventDescriptor instead')
const ActorAttachmentRemovedEvent$json = {
'1': 'ActorAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorAttachmentRemovedEventDescriptor = $convert.base64Decode(
'ChtBY3RvckF0dGFjaG1lbnRSZW1vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5BY3RvckF0dGFjaG1lbnRSZW1vdm'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6MqK7GAVFdmVudLq7GBFBdHRhY2htZW50UmVt'
'b3ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6NqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use actorAttachmentRemovedRequestDescriptor instead')
const ActorAttachmentRemovedRequest$json = {
@@ -498,25 +387,7 @@ const ActorClaimAddedPayload$json = {
final $typed_data.Uint8List actorClaimAddedPayloadDescriptor = $convert.base64Decode(
'ChZBY3RvckNsYWltQWRkZWRQYXlsb2FkEl4KBkNsYWltcxgBIAMoCzIRLmFwaS5DbGFpbVN1bW'
'1hcnlCM5JBITIfTnVtYmVyIG9mIGNsYWltcyBhZGRlZCBwZXIgdHlwZerBGAtDbGFpbVR5cGVJ'
'RFIGQ2xhaW1zOhuiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWQ=');
@$core.Deprecated('Use actorClaimAddedEventDescriptor instead')
const ActorClaimAddedEvent$json = {
'1': 'ActorClaimAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorClaimAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorClaimAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorClaimAddedEventDescriptor = $convert.base64Decode(
'ChRBY3RvckNsYWltQWRkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhAB'
'UgJJRBI/CgdQYXlsb2FkGAMgASgLMhsuYXBpLkFjdG9yQ2xhaW1BZGRlZFBheWxvYWRCCPpCBY'
'oBAhABUgdQYXlsb2FkOiOiuxgFRXZlbnS6uxgKQ2xhaW1BZGRlZNq7GAhhZGRDbGFpbQ==');
'RFIGQ2xhaW1zOieiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWTauxgIYWRkQ2xhaW0=');
@$core.Deprecated('Use actorClaimAddedRequestDescriptor instead')
const ActorClaimAddedRequest$json = {
@@ -570,24 +441,6 @@ final $typed_data.Uint8List actorMetaDataUpdatedPayloadDescriptor = $convert.bas
'Aoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANL'
'ZXlSCE1ldGFEYXRhOiCiuxgFRXZlbnSouxgBursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use actorMetaDataUpdatedEventDescriptor instead')
const ActorMetaDataUpdatedEvent$json = {
'1': 'ActorMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorMetaDataUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'ChlBY3Rvck1ldGFEYXRhVXBkYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuQWN0b3JNZXRhRGF0YVVwZGF0ZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDocorsYBUV2ZW50ursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use actorMetaDataUpdatedRequestDescriptor instead')
const ActorMetaDataUpdatedRequest$json = {
'1': 'ActorMetaDataUpdatedRequest',

File diff suppressed because it is too large Load Diff

View File

@@ -49,25 +49,6 @@ final $typed_data.Uint8List claimCreatedPayloadDescriptor = $convert.base64Decod
'lJRDpFkkEqCigyDUV2ZW50IFBheWxvYWTSAQtDbGFpbVR5cGVJRNIBCEVudGl0eUlEorsYBUV2'
'ZW50qLsYAbq7GAdDcmVhdGVk');
@$core.Deprecated('Use claimCreatedEventDescriptor instead')
const ClaimCreatedEvent$json = {
'1': 'ClaimCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimCreatedEventDescriptor = $convert.base64Decode(
'ChFDbGFpbUNyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCP'
'pCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJ'
'RBI8CgdQYXlsb2FkGAMgASgLMhguYXBpLkNsYWltQ3JlYXRlZFBheWxvYWRCCPpCBYoBAhABUg'
'dQYXlsb2FkOjGSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GAdDcmVh'
'dGVk');
@$core.Deprecated('Use claimCreatedRequestDescriptor instead')
const ClaimCreatedRequest$json = {
'1': 'ClaimCreatedRequest',
@@ -125,25 +106,6 @@ final $typed_data.Uint8List claimCompletedPayloadDescriptor = $convert.base64Dec
'CkVuZENvbW1lbnTSAQdDbG9zdXJl0gEKU3RhdHVzQ29kZaK7GAVFdmVudKi7GAG6uxgJQ29tcG'
'xldGVk');
@$core.Deprecated('Use claimCompletedEventDescriptor instead')
const ClaimCompletedEvent$json = {
'1': 'ClaimCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimCompletedEventDescriptor = $convert.base64Decode(
'ChNDbGFpbUNvbXBsZXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
'II+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFS'
'AklEEj4KB1BheWxvYWQYAyABKAsyGi5hcGkuQ2xhaW1Db21wbGV0ZWRQYXlsb2FkQgj6QgWKAQ'
'IQAVIHUGF5bG9hZDozkkEaChjSAQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgFRXZlbnS6uxgJ'
'Q29tcGxldGVk');
@$core.Deprecated('Use claimCompletedRequestDescriptor instead')
const ClaimCompletedRequest$json = {
'1': 'ClaimCompletedRequest',
@@ -195,25 +157,6 @@ final $typed_data.Uint8List claimCriticalityUpdatedPayloadDescriptor = $convert.
'AQIQAVILQ3JpdGljYWxpdHk6RZJBHwodMg1FdmVudCBQYXlsb2Fk0gELQ3JpdGljYWxpdHmiux'
'gFRXZlbnSouxgBursYEkNyaXRpY2FsaXR5VXBkYXRlZA==');
@$core.Deprecated('Use claimCriticalityUpdatedEventDescriptor instead')
const ClaimCriticalityUpdatedEvent$json = {
'1': 'ClaimCriticalityUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimCriticalityUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimCriticalityUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimCriticalityUpdatedEventDescriptor = $convert.base64Decode(
'ChxDbGFpbUNyaXRpY2FsaXR5VXBkYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuQ2xhaW1Dcml0aWNhbGl0eVVwZG'
'F0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo8kkEaChjSAQZIZWFkZXLSAQJJRNIBB1Bh'
'eWxvYWSiuxgFRXZlbnS6uxgSQ3JpdGljYWxpdHlVcGRhdGVk');
@$core.Deprecated('Use claimCriticalityUpdatedRequestDescriptor instead')
const ClaimCriticalityUpdatedRequest$json = {
'1': 'ClaimCriticalityUpdatedRequest',
@@ -265,25 +208,6 @@ final $typed_data.Uint8List claimStatusUpdatedPayloadDescriptor = $convert.base6
'dXJyZW50LlN0YXR1c0NvZGVSClN0YXR1c0NvZGU6P5JBHgocMg1FdmVudCBQYXlsb2Fk0gEKU3'
'RhdHVzQ29kZaK7GAVFdmVudKi7GAG6uxgNU3RhdHVzVXBkYXRlZA==');
@$core.Deprecated('Use claimStatusUpdatedEventDescriptor instead')
const ClaimStatusUpdatedEvent$json = {
'1': 'ClaimStatusUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimStatusUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimStatusUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimStatusUpdatedEventDescriptor = $convert.base64Decode(
'ChdDbGFpbVN0YXR1c1VwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLkNsYWltU3RhdHVzVXBkYXRlZFBheWxvYW'
'RCCPpCBYoBAhABUgdQYXlsb2FkOjeSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVF'
'dmVudLq7GA1TdGF0dXNVcGRhdGVk');
@$core.Deprecated('Use claimStatusUpdatedRequestDescriptor instead')
const ClaimStatusUpdatedRequest$json = {
'1': 'ClaimStatusUpdatedRequest',
@@ -334,25 +258,6 @@ final $typed_data.Uint8List claimAmountUpdatedPayloadDescriptor = $convert.base6
'RCIJJBFTITQW1vdW50IG9mIHRoZSBjbGFpbfpCBYoBAhABUgZBbW91bnQ6O5JBGgoYMg1FdmVu'
'dCBQYXlsb2Fk0gEGQW1vdW50orsYBUV2ZW50qLsYAbq7GA1BbW91bnRVcGRhdGVk');
@$core.Deprecated('Use claimAmountUpdatedEventDescriptor instead')
const ClaimAmountUpdatedEvent$json = {
'1': 'ClaimAmountUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimAmountUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimAmountUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimAmountUpdatedEventDescriptor = $convert.base64Decode(
'ChdDbGFpbUFtb3VudFVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLkNsYWltQW1vdW50VXBkYXRlZFBheWxvYW'
'RCCPpCBYoBAhABUgdQYXlsb2FkOjeSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVF'
'dmVudLq7GA1BbW91bnRVcGRhdGVk');
@$core.Deprecated('Use claimAmountUpdatedRequestDescriptor instead')
const ClaimAmountUpdatedRequest$json = {
'1': 'ClaimAmountUpdatedRequest',
@@ -402,27 +307,8 @@ final $typed_data.Uint8List claimAssigneesAddedPayloadDescriptor = $convert.base
'ChpDbGFpbUFzc2lnbmVlc0FkZGVkUGF5bG9hZBKfAQoJQXNzaWduZWVzGAcgAygJQoABkkExMi'
'9OZXcgY29udGFjdHMgYXNzaWduZWQgb24gdGhlIGNsYWltcyAodXNlciB1dWlkKfpCSZIBRggB'
'IkJyQDI+XlswLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LV'
'swLTlhLWZdezEyfSRSCUFzc2lnbmVlczo/kkEdChsyDUV2ZW50IFBheWxvYWTSAQlBc3NpZ25l'
'ZXOiuxgFRXZlbnSouxgBursYDkFzc2lnbmVlc0FkZGVk');
@$core.Deprecated('Use claimAssigneesAddedEventDescriptor instead')
const ClaimAssigneesAddedEvent$json = {
'1': 'ClaimAssigneesAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimAssigneesAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimAssigneesAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimAssigneesAddedEventDescriptor = $convert.base64Decode(
'ChhDbGFpbUFzc2lnbmVlc0FkZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK'
'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5DbGFpbUFzc2lnbmVlc0FkZGVkUGF5bG'
'9hZEII+kIFigECEAFSB1BheWxvYWQ6SJJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsY'
'BUV2ZW50ursYDkFzc2lnbmVlc0FkZGVk2rsYDGFkZEFzc2lnbmVlcw==');
'swLTlhLWZdezEyfSRSCUFzc2lnbmVlczpPkkEdChsyDUV2ZW50IFBheWxvYWTSAQlBc3NpZ25l'
'ZXOiuxgFRXZlbnSouxgBursYDkFzc2lnbmVlc0FkZGVk2rsYDGFkZEFzc2lnbmVlcw==');
@$core.Deprecated('Use claimAssigneesAddedRequestDescriptor instead')
const ClaimAssigneesAddedRequest$json = {
@@ -473,28 +359,9 @@ final $typed_data.Uint8List claimAssigneesRemovedPayloadDescriptor = $convert.ba
'ChxDbGFpbUFzc2lnbmVlc1JlbW92ZWRQYXlsb2FkErgBChBSZW1vdmVkQXNzaWduZWVzGAcgAy'
'gJQosBkkE8MjpTb21lIGFzc2lnbmVkIGNvbnRhY3RzIHJlbW92ZWQgZnJvbSB0aGUgY2xhaW1z'
'ICh1c2VyIHV1aWQp+kJJkgFGCAEiQnJAMj5eWzAtOWEtZl17OH0tWzAtOWEtZl17NH0tWzAtOW'
'EtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIQUmVtb3ZlZEFzc2lnbmVlczpIkkEk'
'EtZl17NH0tWzAtOWEtZl17NH0tWzAtOWEtZl17MTJ9JFIQUmVtb3ZlZEFzc2lnbmVlczpbkkEk'
'CiIyDUV2ZW50IFBheWxvYWTSARBSZW1vdmVkQXNzaWduZWVzorsYBUV2ZW50qLsYAbq7GBBBc3'
'NpZ25lZXNSZW1vdmVk');
@$core.Deprecated('Use claimAssigneesRemovedEventDescriptor instead')
const ClaimAssigneesRemovedEvent$json = {
'1': 'ClaimAssigneesRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimAssigneesRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimAssigneesRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimAssigneesRemovedEventDescriptor = $convert.base64Decode(
'ChpDbGFpbUFzc2lnbmVlc1JlbW92ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbn'
'RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpC'
'BYoBAhABUgJJRBJFCgdQYXlsb2FkGAMgASgLMiEuYXBpLkNsYWltQXNzaWduZWVzUmVtb3ZlZF'
'BheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOk2SQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9h'
'ZKK7GAVFdmVudLq7GBBBc3NpZ25lZXNSZW1vdmVk2rsYD3JlbW92ZUFzc2lnbmVlcw==');
'NpZ25lZXNSZW1vdmVk2rsYD3JlbW92ZUFzc2lnbmVlcw==');
@$core.Deprecated('Use claimAssigneesRemovedRequestDescriptor instead')
const ClaimAssigneesRemovedRequest$json = {
@@ -544,26 +411,8 @@ const ClaimAttachmentAddedPayload$json = {
final $typed_data.Uint8List claimAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'ChtDbGFpbUF0dGFjaG1lbnRBZGRlZFBheWxvYWQSYwoLQXR0YWNobWVudHMYASADKAsyFi5hcG'
'kuQXR0YWNobWVudFN1bW1hcnlCKZJBJjIkTnVtYmVyIG9mIGF0dGFjaG1lbnRzIGFkZGVkIHBl'
'ciB0eXBlUgtBdHRhY2htZW50czogorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWQ=');
@$core.Deprecated('Use claimAttachmentAddedEventDescriptor instead')
const ClaimAttachmentAddedEvent$json = {
'1': 'ClaimAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChlDbGFpbUF0dGFjaG1lbnRBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuQ2xhaW1BdHRhY2htZW50QWRkZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDotorsYBUV2ZW50ursYD0F0dGFjaG1lbnRBZGRlZNq7'
'GA1hZGRBdHRhY2htZW50');
'ciB0eXBlUgtBdHRhY2htZW50czoxorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWTaux'
'gNYWRkQXR0YWNobWVudA==');
@$core.Deprecated('Use claimAttachmentAddedRequestDescriptor instead')
const ClaimAttachmentAddedRequest$json = {
@@ -613,27 +462,8 @@ const ClaimAttachmentRemovedPayload$json = {
final $typed_data.Uint8List claimAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'Ch1DbGFpbUF0dGFjaG1lbnRSZW1vdmVkUGF5bG9hZBJlCgtBdHRhY2htZW50cxgBIAMoCzIWLm'
'FwaS5BdHRhY2htZW50U3VtbWFyeUIrkkEoMiZOdW1iZXIgb2YgYXR0YWNobWVudHMgcmVtb3Zl'
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6IqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWQ=');
@$core.Deprecated('Use claimAttachmentRemovedEventDescriptor instead')
const ClaimAttachmentRemovedEvent$json = {
'1': 'ClaimAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimAttachmentRemovedEventDescriptor = $convert.base64Decode(
'ChtDbGFpbUF0dGFjaG1lbnRSZW1vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5DbGFpbUF0dGFjaG1lbnRSZW1vdm'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6MqK7GAVFdmVudLq7GBFBdHRhY2htZW50UmVt'
'b3ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6NqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use claimAttachmentRemovedRequestDescriptor instead')
const ClaimAttachmentRemovedRequest$json = {
@@ -687,24 +517,6 @@ final $typed_data.Uint8List claimMetaDataUpdatedPayloadDescriptor = $convert.bas
'Aoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANL'
'ZXlSCE1ldGFEYXRhOiCiuxgFRXZlbnSouxgBursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use claimMetaDataUpdatedEventDescriptor instead')
const ClaimMetaDataUpdatedEvent$json = {
'1': 'ClaimMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ClaimMetaDataUpdatedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'ChlDbGFpbU1ldGFEYXRhVXBkYXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI6CgdQYXlsb2Fk'
'GAMgASgLMiAuYXBpLkNsYWltTWV0YURhdGFVcGRhdGVkUGF5bG9hZFIHUGF5bG9hZDocorsYBU'
'V2ZW50ursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use claimMetaDataUpdatedRequestDescriptor instead')
const ClaimMetaDataUpdatedRequest$json = {
'1': 'ClaimMetaDataUpdatedRequest',
@@ -754,24 +566,6 @@ final $typed_data.Uint8List claimTitleUpdatedPayloadDescriptor = $convert.base64
'ChhDbGFpbVRpdGxlVXBkYXRlZFBheWxvYWQSLQoFVGl0bGUYASABKAlCF5JBFDISVGl0bGUgb2'
'YgdGhlIGNsYWltUgVUaXRsZTodorsYBUV2ZW50qLsYAbq7GAxUaXRsZVVwZGF0ZWQ=');
@$core.Deprecated('Use claimTitleUpdatedEventDescriptor instead')
const ClaimTitleUpdatedEvent$json = {
'1': 'ClaimTitleUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ClaimTitleUpdatedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimTitleUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimTitleUpdatedEventDescriptor = $convert.base64Decode(
'ChZDbGFpbVRpdGxlVXBkYXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYW'
'RlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI3CgdQYXlsb2FkGAMg'
'ASgLMh0uYXBpLkNsYWltVGl0bGVVcGRhdGVkUGF5bG9hZFIHUGF5bG9hZDoZorsYBUV2ZW50ur'
'sYDFRpdGxlVXBkYXRlZA==');
@$core.Deprecated('Use claimTitleUpdatedRequestDescriptor instead')
const ClaimTitleUpdatedRequest$json = {
'1': 'ClaimTitleUpdatedRequest',
@@ -821,24 +615,6 @@ final $typed_data.Uint8List claimMessageSentPayloadDescriptor = $convert.base64D
'ChdDbGFpbU1lc3NhZ2VTZW50UGF5bG9hZBIuCgdNZXNzYWdlGAEgASgJQhSSQREyD01lc3NhZ2'
'UgY29udGVudFIHTWVzc2FnZTocorsYBUV2ZW50qLsYAbq7GAtNZXNzYWdlU2VudA==');
@$core.Deprecated('Use claimMessageSentEventDescriptor instead')
const ClaimMessageSentEvent$json = {
'1': 'ClaimMessageSentEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ClaimMessageSentPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimMessageSentEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimMessageSentEventDescriptor = $convert.base64Decode(
'ChVDbGFpbU1lc3NhZ2VTZW50RXZlbnQSKAoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZG'
'VyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEEjYKB1BheWxvYWQYAyAB'
'KAsyHC5hcGkuQ2xhaW1NZXNzYWdlU2VudFBheWxvYWRSB1BheWxvYWQ6GKK7GAVFdmVudLq7GA'
'tNZXNzYWdlU2VudA==');
@$core.Deprecated('Use claimMessageSentRequestDescriptor instead')
const ClaimMessageSentRequest$json = {
'1': 'ClaimMessageSentRequest',
@@ -884,24 +660,6 @@ final $typed_data.Uint8List claimDeletedPayloadDescriptor = $convert.base64Decod
'ChNDbGFpbURlbGV0ZWRQYXlsb2FkOiySQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GA'
'G6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use claimDeletedEventDescriptor instead')
const ClaimDeletedEvent$json = {
'1': 'ClaimDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ClaimDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ClaimDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List claimDeletedEventDescriptor = $convert.base64Decode(
'ChFDbGFpbURlbGV0ZWRFdmVudBIoCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJSBk'
'hlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSMgoHUGF5bG9hZBgDIAEoCzIY'
'LmFwaS5DbGFpbURlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRGVsZXRlZA'
'==');
@$core.Deprecated('Use claimDeletedRequestDescriptor instead')
const ClaimDeletedRequest$json = {
'1': 'ClaimDeletedRequest',

File diff suppressed because it is too large Load Diff

View File

@@ -47,25 +47,7 @@ final $typed_data.Uint8List executionflowCreatedPayloadDescriptor = $convert.bas
'ZXN0ZWRNaWxlc3RvbmVzUhNSZXF1ZXN0ZWRNaWxlc3RvbmVzEpMBCgVMaW5lcxgJIAMoCzIQLm'
'FwaS5FeGVGbG93TGluZUJrkkFeMlxEZWZpbml0aW9uIG9mIHRyYWRlLiBFeGVjdXRpb25mbG93'
'IGxpbmVzLiBEZWZpbmVzIHRoZSByZXF1ZXN0ZWQgZ29vZHMgYW5kIHRoZSBwcmVwYXJlZCBnb2'
'9kc+rBGAZMaW5lSURSBUxpbmVzOhiiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ=');
@$core.Deprecated('Use executionflowCreatedEventDescriptor instead')
const ExecutionflowCreatedEvent$json = {
'1': 'ExecutionflowCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowCreatedEventDescriptor = $convert.base64Decode(
'ChlFeGVjdXRpb25mbG93Q3JlYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuRXhlY3V0aW9uZmxvd0NyZWF0ZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDpXorsYBUV2ZW50ursYB0NyZWF0ZWTKuxgpY29tcHV0'
'9kc+rBGAZMaW5lSURSBUxpbmVzOluiuxgFRXZlbnSouxgBursYB0NyZWF0ZWTKuxgpY29tcHV0'
'ZVJlcXVlc3RlZENvbnRlbnQsY29tcHV0ZUhVQ29udGVudHPauxgSdmVyaWZ5QWN0b3JQYXJ0bm'
'Vy');
@@ -142,28 +124,10 @@ final $typed_data.Uint8List executionflowDetectedPayloadDescriptor = $convert.ba
'cxgJIAMoCzIQLmFwaS5FeGVGbG93TGluZUJrkkFeMlxEZWZpbml0aW9uIG9mIHRyYWRlLiBFeG'
'VjdXRpb25mbG93IGxpbmVzLiBEZWZpbmVzIHRoZSByZXF1ZXN0ZWQgZ29vZHMgYW5kIHRoZSBw'
'cmVwYXJlZCBnb29kc+rBGAZMaW5lSURSBUxpbmVzEiQKDVNoaXBGcm9tQWNrZWQYDiABKAhSDV'
'NoaXBGcm9tQWNrZWQSIAoLU2hpcFRvQWNrZWQYDyABKAhSC1NoaXBUb0Fja2VkOhmiuxgFRXZl'
'bnSouxgBursYCERldGVjdGVk');
@$core.Deprecated('Use executionflowDetectedEventDescriptor instead')
const ExecutionflowDetectedEvent$json = {
'1': 'ExecutionflowDetectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowDetectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowDetectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowDetectedEventDescriptor = $convert.base64Decode(
'ChpFeGVjdXRpb25mbG93RGV0ZWN0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbn'
'RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpC'
'BYoBAhABUgJJRBJFCgdQYXlsb2FkGAMgASgLMiEuYXBpLkV4ZWN1dGlvbmZsb3dEZXRlY3RlZF'
'BheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOnaiuxgFRXZlbnS6uxgIRGV0ZWN0ZWTKuxg5Y29t'
'cHV0ZVJlcXVlc3RlZENvbnRlbnQsY29tcHV0ZUhVQ29udGVudHMsZ2VuZXJhdGVPcmRlcklE2r'
'sYIHZlcmlmeUFjdG9yUGFydG5lcix2ZXJpZnlPcmRlcklE');
'NoaXBGcm9tQWNrZWQSIAoLU2hpcFRvQWNrZWQYDyABKAhSC1NoaXBUb0Fja2VkOnqiuxgFRXZl'
'bnSouxgBursYCERldGVjdGVkyrsYOWNvbXB1dGVSZXF1ZXN0ZWRDb250ZW50LGNvbXB1dGVIVU'
'NvbnRlbnRzLGdlbmVyYXRlT3JkZXJJRNq7GCB2ZXJpZnlBY3RvclBhcnRuZXIsdmVyaWZ5T3Jk'
'ZXJJRA==');
@$core.Deprecated('Use executionflowDetectedRequestDescriptor instead')
const ExecutionflowDetectedRequest$json = {
@@ -278,25 +242,6 @@ final $typed_data.Uint8List executionflowShipFromAckedPayloadDescriptor = $conve
'CiFFeGVjdXRpb25mbG93U2hpcEZyb21BY2tlZFBheWxvYWQSJAoNU2hpcEZyb21BY2tlZBgBIA'
'EoCFINU2hpcEZyb21BY2tlZDoeorsYBUV2ZW50qLsYAbq7GA1TaGlwRnJvbUFja2Vk');
@$core.Deprecated('Use executionflowShipFromAckedEventDescriptor instead')
const ExecutionflowShipFromAckedEvent$json = {
'1': 'ExecutionflowShipFromAckedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowShipFromAckedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowShipFromAckedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowShipFromAckedEventDescriptor = $convert.base64Decode(
'Ch9FeGVjdXRpb25mbG93U2hpcEZyb21BY2tlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS'
'5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuRXhlY3V0aW9uZmxvd1NoaX'
'BGcm9tQWNrZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDoaorsYBUV2ZW50ursYDVNoaXBG'
'cm9tQWNrZWQ=');
@$core.Deprecated('Use executionflowShipFromAckedRequestDescriptor instead')
const ExecutionflowShipFromAckedRequest$json = {
'1': 'ExecutionflowShipFromAckedRequest',
@@ -346,25 +291,6 @@ final $typed_data.Uint8List executionflowShipToAckedPayloadDescriptor = $convert
'Ch9FeGVjdXRpb25mbG93U2hpcFRvQWNrZWRQYXlsb2FkEiAKC1NoaXBUb0Fja2VkGAEgASgIUg'
'tTaGlwVG9BY2tlZDocorsYBUV2ZW50qLsYAbq7GAtTaGlwVG9BY2tlZA==');
@$core.Deprecated('Use executionflowShipToAckedEventDescriptor instead')
const ExecutionflowShipToAckedEvent$json = {
'1': 'ExecutionflowShipToAckedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowShipToAckedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowShipToAckedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowShipToAckedEventDescriptor = $convert.base64Decode(
'Ch1FeGVjdXRpb25mbG93U2hpcFRvQWNrZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRX'
'ZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURC'
'CPpCBYoBAhABUgJJRBJICgdQYXlsb2FkGAMgASgLMiQuYXBpLkV4ZWN1dGlvbmZsb3dTaGlwVG'
'9BY2tlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOhiiuxgFRXZlbnS6uxgLU2hpcFRvQWNr'
'ZWQ=');
@$core.Deprecated('Use executionflowShipToAckedRequestDescriptor instead')
const ExecutionflowShipToAckedRequest$json = {
'1': 'ExecutionflowShipToAckedRequest',
@@ -472,27 +398,8 @@ const ExecutionflowAnonymisedPayload$json = {
/// Descriptor for `ExecutionflowAnonymisedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowAnonymisedPayloadDescriptor = $convert.base64Decode(
'Ch5FeGVjdXRpb25mbG93QW5vbnltaXNlZFBheWxvYWQ6G6K7GAVFdmVudKi7GAG6uxgKQW5vbn'
'ltaXNlZA==');
@$core.Deprecated('Use executionflowAnonymisedEventDescriptor instead')
const ExecutionflowAnonymisedEvent$json = {
'1': 'ExecutionflowAnonymisedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowAnonymisedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowAnonymisedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowAnonymisedEventDescriptor = $convert.base64Decode(
'ChxFeGVjdXRpb25mbG93QW5vbnltaXNlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuRXhlY3V0aW9uZmxvd0Fub255bW'
'lzZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDokorsYBUV2ZW50ursYCkFub255bWlzZWTK'
'uxgJYW5vbnltaXNl');
'Ch5FeGVjdXRpb25mbG93QW5vbnltaXNlZFBheWxvYWQ6KKK7GAVFdmVudKi7GAG6uxgKQW5vbn'
'ltaXNlZMq7GAlhbm9ueW1pc2U=');
@$core.Deprecated('Use executionflowAnonymisedRequestDescriptor instead')
const ExecutionflowAnonymisedRequest$json = {
@@ -540,24 +447,6 @@ final $typed_data.Uint8List executionflowCompletedPayloadDescriptor = $convert.b
'Ch1FeGVjdXRpb25mbG93Q29tcGxldGVkUGF5bG9hZDoaorsYBUV2ZW50qLsYAbq7GAlDb21wbG'
'V0ZWQ=');
@$core.Deprecated('Use executionflowCompletedEventDescriptor instead')
const ExecutionflowCompletedEvent$json = {
'1': 'ExecutionflowCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowCompletedEventDescriptor = $convert.base64Decode(
'ChtFeGVjdXRpb25mbG93Q29tcGxldGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5FeGVjdXRpb25mbG93Q29tcGxldG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6FqK7GAVFdmVudLq7GAlDb21wbGV0ZWQ=');
@$core.Deprecated('Use executionflowCompletedRequestDescriptor instead')
const ExecutionflowCompletedRequest$json = {
'1': 'ExecutionflowCompletedRequest',
@@ -606,27 +495,8 @@ const ExecutionflowHUContentUpdatedPayload$json = {
final $typed_data.Uint8List executionflowHUContentUpdatedPayloadDescriptor = $convert.base64Decode(
'CiRFeGVjdXRpb25mbG93SFVDb250ZW50VXBkYXRlZFBheWxvYWQSWgoNSGFuZGxpbmd1bml0cx'
'gBIAMoCzIYLmFwaS5IYW5kbGluZ3VuaXRTdW1tYXJ5Qhr6QgWSAQIIAerBGA5IYW5kbGluZ3Vu'
'aXRJRFINSGFuZGxpbmd1bml0czohorsYBUV2ZW50qLsYAbq7GBBIVUNvbnRlbnRVcGRhdGVk');
@$core.Deprecated('Use executionflowHUContentUpdatedEventDescriptor instead')
const ExecutionflowHUContentUpdatedEvent$json = {
'1': 'ExecutionflowHUContentUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowHUContentUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowHUContentUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowHUContentUpdatedEventDescriptor = $convert.base64Decode(
'CiJFeGVjdXRpb25mbG93SFVDb250ZW50VXBkYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLm'
'FwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRp'
'dHlJREII+kIFigECEAFSAklEEk0KB1BheWxvYWQYAyABKAsyKS5hcGkuRXhlY3V0aW9uZmxvd0'
'hVQ29udGVudFVwZGF0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDpNorsYBUV2ZW50ursY'
'EEhVQ29udGVudFVwZGF0ZWTKuxgdY29tcHV0ZUhVQ29udGVudHMsY29tcHV0ZUVUQXPauxgLYW'
'dnSFVTdGF0dXM=');
'aXRJRFINSGFuZGxpbmd1bml0czpRorsYBUV2ZW50qLsYAbq7GBBIVUNvbnRlbnRVcGRhdGVkyr'
'sYHWNvbXB1dGVIVUNvbnRlbnRzLGNvbXB1dGVFVEFz2rsYC2FnZ0hVU3RhdHVz');
@$core.Deprecated('Use executionflowHUContentUpdatedRequestDescriptor instead')
const ExecutionflowHUContentUpdatedRequest$json = {
@@ -677,28 +547,8 @@ const ExecutionflowHUTrackingUpdatedPayload$json = {
final $typed_data.Uint8List executionflowHUTrackingUpdatedPayloadDescriptor = $convert.base64Decode(
'CiVFeGVjdXRpb25mbG93SFVUcmFja2luZ1VwZGF0ZWRQYXlsb2FkEloKDUhhbmRsaW5ndW5pdH'
'MYASADKAsyGC5hcGkuSGFuZGxpbmd1bml0U3VtbWFyeUIa+kIFkgECCAHqwRgOSGFuZGxpbmd1'
'bml0SURSDUhhbmRsaW5ndW5pdHM6IqK7GAVFdmVudKi7GAG6uxgRSFVUcmFja2luZ1VwZGF0ZW'
'Q=');
@$core.Deprecated('Use executionflowHUTrackingUpdatedEventDescriptor instead')
const ExecutionflowHUTrackingUpdatedEvent$json = {
'1': 'ExecutionflowHUTrackingUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowHUTrackingUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowHUTrackingUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowHUTrackingUpdatedEventDescriptor = $convert.base64Decode(
'CiNFeGVjdXRpb25mbG93SFVUcmFja2luZ1VwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
'aXR5SURCCPpCBYoBAhABUgJJRBJOCgdQYXlsb2FkGAMgASgLMiouYXBpLkV4ZWN1dGlvbmZsb3'
'dIVVRyYWNraW5nVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOk6iuxgFRXZlbnS6'
'uxgRSFVUcmFja2luZ1VwZGF0ZWTKuxgdY29tcHV0ZUhVQ29udGVudHMsY29tcHV0ZUVUQXPaux'
'gLYWdnSFVTdGF0dXM=');
'bml0SURSDUhhbmRsaW5ndW5pdHM6UqK7GAVFdmVudKi7GAG6uxgRSFVUcmFja2luZ1VwZGF0ZW'
'TKuxgdY29tcHV0ZUhVQ29udGVudHMsY29tcHV0ZUVUQXPauxgLYWdnSFVTdGF0dXM=');
@$core.Deprecated('Use executionflowHUTrackingUpdatedRequestDescriptor instead')
const ExecutionflowHUTrackingUpdatedRequest$json = {
@@ -749,26 +599,8 @@ const ExecutionflowHUETAUpdatedPayload$json = {
final $typed_data.Uint8List executionflowHUETAUpdatedPayloadDescriptor = $convert.base64Decode(
'CiBFeGVjdXRpb25mbG93SFVFVEFVcGRhdGVkUGF5bG9hZBJUChBIYW5kbGluZ3VuaXRFVEFzGA'
'EgAygLMgwuYXBpLkVUQWJ5SFVCGvpCBZIBAggB6sEYDkhhbmRsaW5ndW5pdElEUhBIYW5kbGlu'
'Z3VuaXRFVEFzOh2iuxgFRXZlbnSouxgBursYDEhVRVRBVXBkYXRlZA==');
@$core.Deprecated('Use executionflowHUETAUpdatedEventDescriptor instead')
const ExecutionflowHUETAUpdatedEvent$json = {
'1': 'ExecutionflowHUETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowHUETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowHUETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowHUETAUpdatedEventDescriptor = $convert.base64Decode(
'Ch5FeGVjdXRpb25mbG93SFVFVEFVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5FeGVjdXRpb25mbG93SFVFVE'
'FVcGRhdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PqK7GAVFdmVudLq7GAxIVUVUQVVw'
'ZGF0ZWTKuxgLY29tcHV0ZUVUQXPauxgSc2V0SFVFVEFBY3R1YWxEYXRl');
'Z3VuaXRFVEFzOkKiuxgFRXZlbnSouxgBursYDEhVRVRBVXBkYXRlZMq7GAtjb21wdXRlRVRBc9'
'q7GBJzZXRIVUVUQUFjdHVhbERhdGU=');
@$core.Deprecated('Use executionflowHUETAUpdatedRequestDescriptor instead')
const ExecutionflowHUETAUpdatedRequest$json = {
@@ -819,27 +651,9 @@ final $typed_data.Uint8List executionflowETAUpdatedPayloadDescriptor = $convert.
'Ch5FeGVjdXRpb25mbG93RVRBVXBkYXRlZFBheWxvYWQSqAEKEEV4ZWN1dGlvbmZsb3dFVEEYAS'
'ABKAsyCC5hcGkuRVRBQnKSQWcyZVRoZSBFVEEgZm9yIHRoZSBleGVjdXRpb25mbG93IGFzIGdp'
'dmVuIGJ5IFdNUy4gdGhpcyBFVEEgd2lsbCBiZSBhZ2dyZWdhdGVkIHdpdGggdGhvc2UgY29taW'
'5nIGZyb20gSFVz+kIFigECEAFSEEV4ZWN1dGlvbmZsb3dFVEE6M5JBFQoT0gEQRXhlY3V0aW9u'
'Zmxvd0VUQaK7GAVFdmVudKi7GAG6uxgKRVRBVXBkYXRlZA==');
@$core.Deprecated('Use executionflowETAUpdatedEventDescriptor instead')
const ExecutionflowETAUpdatedEvent$json = {
'1': 'ExecutionflowETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowETAUpdatedEventDescriptor = $convert.base64Decode(
'ChxFeGVjdXRpb25mbG93RVRBVXBkYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuRXhlY3V0aW9uZmxvd0VUQVVwZG'
'F0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo6orsYBUV2ZW50ursYCkVUQVVwZGF0ZWTK'
'uxgLY29tcHV0ZUVUQXPauxgQc2V0RVRBQWN0dWFsRGF0ZQ==');
'5nIGZyb20gSFVz+kIFigECEAFSEEV4ZWN1dGlvbmZsb3dFVEE6VpJBFQoT0gEQRXhlY3V0aW9u'
'Zmxvd0VUQaK7GAVFdmVudKi7GAG6uxgKRVRBVXBkYXRlZMq7GAtjb21wdXRlRVRBc9q7GBBzZX'
'RFVEFBY3R1YWxEYXRl');
@$core.Deprecated('Use executionflowETAUpdatedRequestDescriptor instead')
const ExecutionflowETAUpdatedRequest$json = {
@@ -887,25 +701,6 @@ final $typed_data.Uint8List executionflowAllocationErrorPayloadDescriptor = $con
'CiNFeGVjdXRpb25mbG93QWxsb2NhdGlvbkVycm9yUGF5bG9hZDogorsYBUV2ZW50qLsYAbq7GA'
'9BbGxvY2F0aW9uRXJyb3I=');
@$core.Deprecated('Use executionflowAllocationErrorEventDescriptor instead')
const ExecutionflowAllocationErrorEvent$json = {
'1': 'ExecutionflowAllocationErrorEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowAllocationErrorPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowAllocationErrorEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowAllocationErrorEventDescriptor = $convert.base64Decode(
'CiFFeGVjdXRpb25mbG93QWxsb2NhdGlvbkVycm9yRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5FeGVjdXRpb25mbG93QW'
'xsb2NhdGlvbkVycm9yUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HKK7GAVFdmVudLq7GA9B'
'bGxvY2F0aW9uRXJyb3I=');
@$core.Deprecated('Use executionflowAllocationErrorRequestDescriptor instead')
const ExecutionflowAllocationErrorRequest$json = {
'1': 'ExecutionflowAllocationErrorRequest',
@@ -953,25 +748,6 @@ final $typed_data.Uint8List executionflowPreparationExpectedPayloadDescriptor =
'CidFeGVjdXRpb25mbG93UHJlcGFyYXRpb25FeHBlY3RlZFBheWxvYWQ6JKK7GAVFdmVudKi7GA'
'G6uxgTUHJlcGFyYXRpb25FeHBlY3RlZA==');
@$core.Deprecated('Use executionflowPreparationExpectedEventDescriptor instead')
const ExecutionflowPreparationExpectedEvent$json = {
'1': 'ExecutionflowPreparationExpectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowPreparationExpectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowPreparationExpectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowPreparationExpectedEventDescriptor = $convert.base64Decode(
'CiVFeGVjdXRpb25mbG93UHJlcGFyYXRpb25FeHBlY3RlZEV2ZW50EjIKBkhlYWRlchgBIAEoCz'
'IQLmFwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5F'
'bnRpdHlJREII+kIFigECEAFSAklEElAKB1BheWxvYWQYAyABKAsyLC5hcGkuRXhlY3V0aW9uZm'
'xvd1ByZXBhcmF0aW9uRXhwZWN0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDogorsYBUV2'
'ZW50ursYE1ByZXBhcmF0aW9uRXhwZWN0ZWQ=');
@$core.Deprecated('Use executionflowPreparationExpectedRequestDescriptor instead')
const ExecutionflowPreparationExpectedRequest$json = {
'1': 'ExecutionflowPreparationExpectedRequest',
@@ -1019,25 +795,6 @@ final $typed_data.Uint8List executionflowPreparationStartedPayloadDescriptor = $
'CiZFeGVjdXRpb25mbG93UHJlcGFyYXRpb25TdGFydGVkUGF5bG9hZDojorsYBUV2ZW50qLsYAb'
'q7GBJQcmVwYXJhdGlvblN0YXJ0ZWQ=');
@$core.Deprecated('Use executionflowPreparationStartedEventDescriptor instead')
const ExecutionflowPreparationStartedEvent$json = {
'1': 'ExecutionflowPreparationStartedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowPreparationStartedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowPreparationStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowPreparationStartedEventDescriptor = $convert.base64Decode(
'CiRFeGVjdXRpb25mbG93UHJlcGFyYXRpb25TdGFydGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMh'
'AuYXBpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVu'
'dGl0eUlEQgj6QgWKAQIQAVICSUQSTwoHUGF5bG9hZBgDIAEoCzIrLmFwaS5FeGVjdXRpb25mbG'
'93UHJlcGFyYXRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6H6K7GAVFdmVu'
'dLq7GBJQcmVwYXJhdGlvblN0YXJ0ZWQ=');
@$core.Deprecated('Use executionflowPreparationStartedRequestDescriptor instead')
const ExecutionflowPreparationStartedRequest$json = {
'1': 'ExecutionflowPreparationStartedRequest',
@@ -1085,25 +842,6 @@ final $typed_data.Uint8List executionflowPreparationCompletedPayloadDescriptor =
'CihFeGVjdXRpb25mbG93UHJlcGFyYXRpb25Db21wbGV0ZWRQYXlsb2FkOiWiuxgFRXZlbnSoux'
'gBursYFFByZXBhcmF0aW9uQ29tcGxldGVk');
@$core.Deprecated('Use executionflowPreparationCompletedEventDescriptor instead')
const ExecutionflowPreparationCompletedEvent$json = {
'1': 'ExecutionflowPreparationCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowPreparationCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowPreparationCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowPreparationCompletedEventDescriptor = $convert.base64Decode(
'CiZFeGVjdXRpb25mbG93UHJlcGFyYXRpb25Db21wbGV0ZWRFdmVudBIyCgZIZWFkZXIYASABKA'
'syEC5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGku'
'RW50aXR5SURCCPpCBYoBAhABUgJJRBJRCgdQYXlsb2FkGAMgASgLMi0uYXBpLkV4ZWN1dGlvbm'
'Zsb3dQcmVwYXJhdGlvbkNvbXBsZXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOiGiuxgF'
'RXZlbnS6uxgUUHJlcGFyYXRpb25Db21wbGV0ZWQ=');
@$core.Deprecated('Use executionflowPreparationCompletedRequestDescriptor instead')
const ExecutionflowPreparationCompletedRequest$json = {
'1': 'ExecutionflowPreparationCompletedRequest',
@@ -1151,25 +889,6 @@ final $typed_data.Uint8List executionflowTransportExpectedPayloadDescriptor = $c
'CiVFeGVjdXRpb25mbG93VHJhbnNwb3J0RXhwZWN0ZWRQYXlsb2FkOiKiuxgFRXZlbnSouxgBur'
'sYEVRyYW5zcG9ydEV4cGVjdGVk');
@$core.Deprecated('Use executionflowTransportExpectedEventDescriptor instead')
const ExecutionflowTransportExpectedEvent$json = {
'1': 'ExecutionflowTransportExpectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowTransportExpectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowTransportExpectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowTransportExpectedEventDescriptor = $convert.base64Decode(
'CiNFeGVjdXRpb25mbG93VHJhbnNwb3J0RXhwZWN0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
'aXR5SURCCPpCBYoBAhABUgJJRBJOCgdQYXlsb2FkGAMgASgLMiouYXBpLkV4ZWN1dGlvbmZsb3'
'dUcmFuc3BvcnRFeHBlY3RlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOh6iuxgFRXZlbnS6'
'uxgRVHJhbnNwb3J0RXhwZWN0ZWQ=');
@$core.Deprecated('Use executionflowTransportExpectedRequestDescriptor instead')
const ExecutionflowTransportExpectedRequest$json = {
'1': 'ExecutionflowTransportExpectedRequest',
@@ -1217,25 +936,6 @@ final $typed_data.Uint8List executionflowTransportStartedPayloadDescriptor = $co
'CiRFeGVjdXRpb25mbG93VHJhbnNwb3J0U3RhcnRlZFBheWxvYWQ6IaK7GAVFdmVudKi7GAG6ux'
'gQVHJhbnNwb3J0U3RhcnRlZA==');
@$core.Deprecated('Use executionflowTransportStartedEventDescriptor instead')
const ExecutionflowTransportStartedEvent$json = {
'1': 'ExecutionflowTransportStartedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowTransportStartedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowTransportStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowTransportStartedEventDescriptor = $convert.base64Decode(
'CiJFeGVjdXRpb25mbG93VHJhbnNwb3J0U3RhcnRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLm'
'FwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRp'
'dHlJREII+kIFigECEAFSAklEEk0KB1BheWxvYWQYAyABKAsyKS5hcGkuRXhlY3V0aW9uZmxvd1'
'RyYW5zcG9ydFN0YXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDodorsYBUV2ZW50ursY'
'EFRyYW5zcG9ydFN0YXJ0ZWQ=');
@$core.Deprecated('Use executionflowTransportStartedRequestDescriptor instead')
const ExecutionflowTransportStartedRequest$json = {
'1': 'ExecutionflowTransportStartedRequest',
@@ -1283,25 +983,6 @@ final $typed_data.Uint8List executionflowTransportCompletedPayloadDescriptor = $
'CiZFeGVjdXRpb25mbG93VHJhbnNwb3J0Q29tcGxldGVkUGF5bG9hZDojorsYBUV2ZW50qLsYAb'
'q7GBJUcmFuc3BvcnRDb21wbGV0ZWQ=');
@$core.Deprecated('Use executionflowTransportCompletedEventDescriptor instead')
const ExecutionflowTransportCompletedEvent$json = {
'1': 'ExecutionflowTransportCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowTransportCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowTransportCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowTransportCompletedEventDescriptor = $convert.base64Decode(
'CiRFeGVjdXRpb25mbG93VHJhbnNwb3J0Q29tcGxldGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMh'
'AuYXBpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVu'
'dGl0eUlEQgj6QgWKAQIQAVICSUQSTwoHUGF5bG9hZBgDIAEoCzIrLmFwaS5FeGVjdXRpb25mbG'
'93VHJhbnNwb3J0Q29tcGxldGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6H6K7GAVFdmVu'
'dLq7GBJUcmFuc3BvcnRDb21wbGV0ZWQ=');
@$core.Deprecated('Use executionflowTransportCompletedRequestDescriptor instead')
const ExecutionflowTransportCompletedRequest$json = {
'1': 'ExecutionflowTransportCompletedRequest',
@@ -1349,25 +1030,6 @@ final $typed_data.Uint8List executionflowReceiptStartedPayloadDescriptor = $conv
'CiJFeGVjdXRpb25mbG93UmVjZWlwdFN0YXJ0ZWRQYXlsb2FkOh+iuxgFRXZlbnSouxgBursYDl'
'JlY2VpcHRTdGFydGVk');
@$core.Deprecated('Use executionflowReceiptStartedEventDescriptor instead')
const ExecutionflowReceiptStartedEvent$json = {
'1': 'ExecutionflowReceiptStartedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowReceiptStartedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowReceiptStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowReceiptStartedEventDescriptor = $convert.base64Decode(
'CiBFeGVjdXRpb25mbG93UmVjZWlwdFN0YXJ0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkV4ZWN1dGlvbmZsb3dSZW'
'NlaXB0U3RhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOhuiuxgFRXZlbnS6uxgOUmVj'
'ZWlwdFN0YXJ0ZWQ=');
@$core.Deprecated('Use executionflowReceiptStartedRequestDescriptor instead')
const ExecutionflowReceiptStartedRequest$json = {
'1': 'ExecutionflowReceiptStartedRequest',
@@ -1414,25 +1076,6 @@ final $typed_data.Uint8List executionflowReceiptExpectedPayloadDescriptor = $con
'CiNFeGVjdXRpb25mbG93UmVjZWlwdEV4cGVjdGVkUGF5bG9hZDogorsYBUV2ZW50qLsYAbq7GA'
'9SZWNlaXB0RXhwZWN0ZWQ=');
@$core.Deprecated('Use executionflowReceiptExpectedEventDescriptor instead')
const ExecutionflowReceiptExpectedEvent$json = {
'1': 'ExecutionflowReceiptExpectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowReceiptExpectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowReceiptExpectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowReceiptExpectedEventDescriptor = $convert.base64Decode(
'CiFFeGVjdXRpb25mbG93UmVjZWlwdEV4cGVjdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5FeGVjdXRpb25mbG93Um'
'VjZWlwdEV4cGVjdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HKK7GAVFdmVudLq7GA9S'
'ZWNlaXB0RXhwZWN0ZWQ=');
@$core.Deprecated('Use executionflowReceiptExpectedRequestDescriptor instead')
const ExecutionflowReceiptExpectedRequest$json = {
'1': 'ExecutionflowReceiptExpectedRequest',
@@ -1480,25 +1123,6 @@ final $typed_data.Uint8List executionflowReceiptCompletedPayloadDescriptor = $co
'CiRFeGVjdXRpb25mbG93UmVjZWlwdENvbXBsZXRlZFBheWxvYWQ6IaK7GAVFdmVudKi7GAG6ux'
'gQUmVjZWlwdENvbXBsZXRlZA==');
@$core.Deprecated('Use executionflowReceiptCompletedEventDescriptor instead')
const ExecutionflowReceiptCompletedEvent$json = {
'1': 'ExecutionflowReceiptCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowReceiptCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowReceiptCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowReceiptCompletedEventDescriptor = $convert.base64Decode(
'CiJFeGVjdXRpb25mbG93UmVjZWlwdENvbXBsZXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLm'
'FwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRp'
'dHlJREII+kIFigECEAFSAklEEk0KB1BheWxvYWQYAyABKAsyKS5hcGkuRXhlY3V0aW9uZmxvd1'
'JlY2VpcHRDb21wbGV0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDodorsYBUV2ZW50ursY'
'EFJlY2VpcHRDb21wbGV0ZWQ=');
@$core.Deprecated('Use executionflowReceiptCompletedRequestDescriptor instead')
const ExecutionflowReceiptCompletedRequest$json = {
'1': 'ExecutionflowReceiptCompletedRequest',
@@ -1552,25 +1176,6 @@ final $typed_data.Uint8List executionflowMetaDataUpdatedPayloadDescriptor = $con
'F0YSBmb3JtIChzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBib29sZWFuIG9yIHRpbWVzdGFtcCnA'
'wRgB6sEYA0tleVIITWV0YURhdGE6IKK7GAVFdmVudKi7GAG6uxgPTWV0YURhdGFVcGRhdGVk');
@$core.Deprecated('Use executionflowMetaDataUpdatedEventDescriptor instead')
const ExecutionflowMetaDataUpdatedEvent$json = {
'1': 'ExecutionflowMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowMetaDataUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'CiFFeGVjdXRpb25mbG93TWV0YURhdGFVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5FeGVjdXRpb25mbG93TW'
'V0YURhdGFVcGRhdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HKK7GAVFdmVudLq7GA9N'
'ZXRhRGF0YVVwZGF0ZWQ=');
@$core.Deprecated('Use executionflowMetaDataUpdatedRequestDescriptor instead')
const ExecutionflowMetaDataUpdatedRequest$json = {
'1': 'ExecutionflowMetaDataUpdatedRequest',
@@ -1622,26 +1227,8 @@ final $typed_data.Uint8List executionflowCarrierUpdatedPayloadDescriptor = $conv
'CiJFeGVjdXRpb25mbG93Q2FycmllclVwZGF0ZWRQYXlsb2FkEk4KB0NhcnJpZXIYASABKAsyDi'
'5hcGkuVHJhZGVUaWVyQiSSQSEyH0RlZmluaXRpb24gb2YgdGhlIG9yZGVyIGNhcnJpZXJSB0Nh'
'cnJpZXISRAoOQ2FycmllclNlcnZpY2UYAiABKAlCHJJBGTIXVHlwZSBvZiBjYXJyaWVyIHNlcn'
'ZpY2VSDkNhcnJpZXJTZXJ2aWNlOh+iuxgFRXZlbnSouxgBursYDkNhcnJpZXJVcGRhdGVk');
@$core.Deprecated('Use executionflowCarrierUpdatedEventDescriptor instead')
const ExecutionflowCarrierUpdatedEvent$json = {
'1': 'ExecutionflowCarrierUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowCarrierUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowCarrierUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowCarrierUpdatedEventDescriptor = $convert.base64Decode(
'CiBFeGVjdXRpb25mbG93Q2FycmllclVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkV4ZWN1dGlvbmZsb3dDYX'
'JyaWVyVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjGiuxgFRXZlbnS6uxgOQ2Fy'
'cmllclVwZGF0ZWTauxgSdmVyaWZ5QWN0b3JQYXJ0bmVy');
'ZpY2VSDkNhcnJpZXJTZXJ2aWNlOjWiuxgFRXZlbnSouxgBursYDkNhcnJpZXJVcGRhdGVk2rsY'
'EnZlcmlmeUFjdG9yUGFydG5lcg==');
@$core.Deprecated('Use executionflowCarrierUpdatedRequestDescriptor instead')
const ExecutionflowCarrierUpdatedRequest$json = {
@@ -1691,27 +1278,8 @@ const ExecutionflowAttachmentAddedPayload$json = {
final $typed_data.Uint8List executionflowAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'CiNFeGVjdXRpb25mbG93QXR0YWNobWVudEFkZGVkUGF5bG9hZBJjCgtBdHRhY2htZW50cxgBIA'
'MoCzIWLmFwaS5BdHRhY2htZW50U3VtbWFyeUIpkkEmMiROdW1iZXIgb2YgYXR0YWNobWVudHMg'
'YWRkZWQgcGVyIHR5cGVSC0F0dGFjaG1lbnRzOiCiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbn'
'RBZGRlZA==');
@$core.Deprecated('Use executionflowAttachmentAddedEventDescriptor instead')
const ExecutionflowAttachmentAddedEvent$json = {
'1': 'ExecutionflowAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowAttachmentAddedEventDescriptor = $convert.base64Decode(
'CiFFeGVjdXRpb25mbG93QXR0YWNobWVudEFkZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5FeGVjdXRpb25mbG93QX'
'R0YWNobWVudEFkZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6LaK7GAVFdmVudLq7GA9B'
'dHRhY2htZW50QWRkZWTauxgNYWRkQXR0YWNobWVudA==');
'YWRkZWQgcGVyIHR5cGVSC0F0dGFjaG1lbnRzOjGiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbn'
'RBZGRlZNq7GA1hZGRBdHRhY2htZW50');
@$core.Deprecated('Use executionflowAttachmentAddedRequestDescriptor instead')
const ExecutionflowAttachmentAddedRequest$json = {
@@ -1765,25 +1333,6 @@ final $typed_data.Uint8List executionflowAttachmentRemovedPayloadDescriptor = $c
'cyByZW1vdmVkIHBlciB0eXBlUgtBdHRhY2htZW50czoiorsYBUV2ZW50qLsYAbq7GBFBdHRhY2'
'htZW50UmVtb3ZlZA==');
@$core.Deprecated('Use executionflowAttachmentRemovedEventDescriptor instead')
const ExecutionflowAttachmentRemovedEvent$json = {
'1': 'ExecutionflowAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowAttachmentRemovedEventDescriptor = $convert.base64Decode(
'CiNFeGVjdXRpb25mbG93QXR0YWNobWVudFJlbW92ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
'aXR5SURCCPpCBYoBAhABUgJJRBJOCgdQYXlsb2FkGAMgASgLMiouYXBpLkV4ZWN1dGlvbmZsb3'
'dBdHRhY2htZW50UmVtb3ZlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjKiuxgFRXZlbnS6'
'uxgRQXR0YWNobWVudFJlbW92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use executionflowAttachmentRemovedRequestDescriptor instead')
const ExecutionflowAttachmentRemovedRequest$json = {
'1': 'ExecutionflowAttachmentRemovedRequest',
@@ -1833,26 +1382,8 @@ const ExecutionflowClaimAddedPayload$json = {
final $typed_data.Uint8List executionflowClaimAddedPayloadDescriptor = $convert.base64Decode(
'Ch5FeGVjdXRpb25mbG93Q2xhaW1BZGRlZFBheWxvYWQSXgoGQ2xhaW1zGAEgAygLMhEuYXBpLk'
'NsYWltU3VtbWFyeUIzkkEhMh9OdW1iZXIgb2YgY2xhaW1zIGFkZGVkIHBlciB0eXBl6sEYC0Ns'
'YWltVHlwZUlEUgZDbGFpbXM6G6K7GAVFdmVudKi7GAG6uxgKQ2xhaW1BZGRlZA==');
@$core.Deprecated('Use executionflowClaimAddedEventDescriptor instead')
const ExecutionflowClaimAddedEvent$json = {
'1': 'ExecutionflowClaimAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowClaimAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowClaimAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowClaimAddedEventDescriptor = $convert.base64Decode(
'ChxFeGVjdXRpb25mbG93Q2xhaW1BZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuRXhlY3V0aW9uZmxvd0NsYWltQW'
'RkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDojorsYBUV2ZW50ursYCkNsYWltQWRkZWTa'
'uxgIYWRkQ2xhaW0=');
'YWltVHlwZUlEUgZDbGFpbXM6J6K7GAVFdmVudKi7GAG6uxgKQ2xhaW1BZGRlZNq7GAhhZGRDbG'
'FpbQ==');
@$core.Deprecated('Use executionflowClaimAddedRequestDescriptor instead')
const ExecutionflowClaimAddedRequest$json = {
@@ -1900,24 +1431,6 @@ final $typed_data.Uint8List executionflowDeletedPayloadDescriptor = $convert.bas
'ChtFeGVjdXRpb25mbG93RGVsZXRlZFBheWxvYWQ6LJJBEQoPMg1FdmVudCBQYXlsb2FkorsYBU'
'V2ZW50qLsYAbq7GAdEZWxldGVk');
@$core.Deprecated('Use executionflowDeletedEventDescriptor instead')
const ExecutionflowDeletedEvent$json = {
'1': 'ExecutionflowDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ExecutionflowDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ExecutionflowDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List executionflowDeletedEventDescriptor = $convert.base64Decode(
'ChlFeGVjdXRpb25mbG93RGVsZXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI6CgdQYXlsb2Fk'
'GAMgASgLMiAuYXBpLkV4ZWN1dGlvbmZsb3dEZWxldGVkUGF5bG9hZFIHUGF5bG9hZDoUorsYBU'
'V2ZW50ursYB0RlbGV0ZWQ=');
@$core.Deprecated('Use executionflowDeletedRequestDescriptor instead')
const ExecutionflowDeletedRequest$json = {
'1': 'ExecutionflowDeletedRequest',

File diff suppressed because it is too large Load Diff

View File

@@ -33,27 +33,9 @@ final $typed_data.Uint8List handlingunitGoodsPreparedPayloadDescriptor = $conver
'bnRClwGSQYgBMoUBTWV0YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aG'
'UgcHJvamVjdC4gVGhleSBjYW4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50'
'ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YT'
'oeorsYBUV2ZW50qLsYAbq7GA1Hb29kc1ByZXBhcmVk');
@$core.Deprecated('Use handlingunitGoodsPreparedEventDescriptor instead')
const HandlingunitGoodsPreparedEvent$json = {
'1': 'HandlingunitGoodsPreparedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitGoodsPreparedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitGoodsPreparedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitGoodsPreparedEventDescriptor = $convert.base64Decode(
'Ch5IYW5kbGluZ3VuaXRHb29kc1ByZXBhcmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5IYW5kbGluZ3VuaXRHb29kc1'
'ByZXBhcmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6bKK7GAVFdmVudLq7GA1Hb29kc1By'
'ZXBhcmVkyrsYLHNldENvbnRhaW5zR29vZHNGbGFnLGNvbXB1dGVQcmVwYXJlZENvbnRlbnRz2r'
'sYHnNldFN0b2NrTW92ZW1lbnRHZW5lcmF0ZWRGbGFncw==');
'pworsYBUV2ZW50qLsYAbq7GA1Hb29kc1ByZXBhcmVkyrsYLHNldENvbnRhaW5zR29vZHNGbGFn'
'LGNvbXB1dGVQcmVwYXJlZENvbnRlbnRz2rsYHnNldFN0b2NrTW92ZW1lbnRHZW5lcmF0ZWRGbG'
'Fncw==');
@$core.Deprecated('Use handlingunitGoodsPreparedRequestDescriptor instead')
const HandlingunitGoodsPreparedRequest$json = {
@@ -109,27 +91,8 @@ final $typed_data.Uint8List handlingunitHUsAddedPayloadDescriptor = $convert.bas
'1ldGFEYXRhGAQgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKXAZJBiAEyhQFNZXRhZGF0YSBh'
'cmUgY2hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBwcm9qZWN0LiBUaGV5IGNhbiBiZS'
'BvZiBzZXZlcmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBv'
'ciB0aW1lc3RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhOhmiuxgFRXZlbnSouxgBursYCEhVc0'
'FkZGVk');
@$core.Deprecated('Use handlingunitHUsAddedEventDescriptor instead')
const HandlingunitHUsAddedEvent$json = {
'1': 'HandlingunitHUsAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitHUsAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitHUsAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitHUsAddedEventDescriptor = $convert.base64Decode(
'ChlIYW5kbGluZ3VuaXRIVXNBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuSGFuZGxpbmd1bml0SFVzQWRkZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDoqorsYBUV2ZW50ursYCEhVc0FkZGVkyrsYEXNldENv'
'bnRhaW5zSFVGbGFn');
'ciB0aW1lc3RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhOi6iuxgFRXZlbnSouxgBursYCEhVc0'
'FkZGVkyrsYEXNldENvbnRhaW5zSFVGbGFn');
@$core.Deprecated('Use handlingunitHUsAddedRequestDescriptor instead')
const HandlingunitHUsAddedRequest$json = {
@@ -182,29 +145,10 @@ final $typed_data.Uint8List handlingunitTrackingUpdatedPayloadDescriptor = $conv
'CiJIYW5kbGluZ3VuaXRUcmFja2luZ1VwZGF0ZWRQYXlsb2FkEkwKFkN1cnJlbnRUcmFja2luZ1'
'N1bW1hcnkYASABKAsyFC5hcGkuVHJhY2tpbmdTdW1tYXJ5UhZDdXJyZW50VHJhY2tpbmdTdW1t'
'YXJ5EiAKC1RyYWNraW5nSURzGAIgAygJUgtUcmFja2luZ0lEcxI9ChJEaXNwYXRjaGVkRGF0ZV'
'RpbWUYCiABKAsyDS5hcGkuRGF0ZVRpbWVSEkRpc3BhdGNoZWREYXRlVGltZTogorsYBUV2ZW50'
'qLsYAbq7GA9UcmFja2luZ1VwZGF0ZWQ=');
@$core.Deprecated('Use handlingunitTrackingUpdatedEventDescriptor instead')
const HandlingunitTrackingUpdatedEvent$json = {
'1': 'HandlingunitTrackingUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitTrackingUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitTrackingUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitTrackingUpdatedEventDescriptor = $convert.base64Decode(
'CiBIYW5kbGluZ3VuaXRUcmFja2luZ1VwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkhhbmRsaW5ndW5pdFRyYW'
'NraW5nVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOo0BorsYBUV2ZW50ursYD1Ry'
'YWNraW5nVXBkYXRlZMq7GCpkZWZpbmVIVUluZm9ybWF0aW9uLGRlZHVwbGljYXRlVHJhY2tpbm'
'dJRHPauxg/c2V0U3RvY2tNb3ZlbWVudEdlbmVyYXRlZEZsYWdzLGFnZ1RyYWNraW5nU3VtbWFy'
'eVVuZGVyQ29uZGl0aW9u');
'RpbWUYCiABKAsyDS5hcGkuRGF0ZVRpbWVSEkRpc3BhdGNoZWREYXRlVGltZTqRAaK7GAVFdmVu'
'dKi7GAG6uxgPVHJhY2tpbmdVcGRhdGVkyrsYKmRlZmluZUhVSW5mb3JtYXRpb24sZGVkdXBsaW'
'NhdGVUcmFja2luZ0lEc9q7GD9zZXRTdG9ja01vdmVtZW50R2VuZXJhdGVkRmxhZ3MsYWdnVHJh'
'Y2tpbmdTdW1tYXJ5VW5kZXJDb25kaXRpb24=');
@$core.Deprecated('Use handlingunitTrackingUpdatedRequestDescriptor instead')
const HandlingunitTrackingUpdatedRequest$json = {
@@ -253,27 +197,8 @@ const HandlingunitETAUpdatedPayload$json = {
/// Descriptor for `HandlingunitETAUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitETAUpdatedPayloadDescriptor = $convert.base64Decode(
'Ch1IYW5kbGluZ3VuaXRFVEFVcGRhdGVkUGF5bG9hZBI8Cg9IYW5kbGluZ3VuaXRFVEEYASABKA'
'syCC5hcGkuRVRBQgj6QgWKAQIQAVIPSGFuZGxpbmd1bml0RVRBOhuiuxgFRXZlbnSouxgBursY'
'CkVUQVVwZGF0ZWQ=');
@$core.Deprecated('Use handlingunitETAUpdatedEventDescriptor instead')
const HandlingunitETAUpdatedEvent$json = {
'1': 'HandlingunitETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitETAUpdatedEventDescriptor = $convert.base64Decode(
'ChtIYW5kbGluZ3VuaXRFVEFVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5IYW5kbGluZ3VuaXRFVEFVcGRhdG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6OqK7GAVFdmVudLq7GApFVEFVcGRhdGVkyrsY'
'C2NvbXB1dGVFVEFz2rsYEHNldEVUQUFjdHVhbERhdGU=');
'syCC5hcGkuRVRBQgj6QgWKAQIQAVIPSGFuZGxpbmd1bml0RVRBOj6iuxgFRXZlbnSouxgBursY'
'CkVUQVVwZGF0ZWTKuxgLY29tcHV0ZUVUQXPauxgQc2V0RVRBQWN0dWFsRGF0ZQ==');
@$core.Deprecated('Use handlingunitETAUpdatedRequestDescriptor instead')
const HandlingunitETAUpdatedRequest$json = {
@@ -322,28 +247,8 @@ const HandlingunitTrackingETAUpdatedPayload$json = {
/// Descriptor for `HandlingunitTrackingETAUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitTrackingETAUpdatedPayloadDescriptor = $convert.base64Decode(
'CiVIYW5kbGluZ3VuaXRUcmFja2luZ0VUQVVwZGF0ZWRQYXlsb2FkEioKC1RyYWNraW5nRVRBGA'
'EgASgLMgguYXBpLkVUQVILVHJhY2tpbmdFVEE6I6K7GAVFdmVudKi7GAG6uxgSVHJhY2tpbmdF'
'VEFVcGRhdGVk');
@$core.Deprecated('Use handlingunitTrackingETAUpdatedEventDescriptor instead')
const HandlingunitTrackingETAUpdatedEvent$json = {
'1': 'HandlingunitTrackingETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitTrackingETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitTrackingETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitTrackingETAUpdatedEventDescriptor = $convert.base64Decode(
'CiNIYW5kbGluZ3VuaXRUcmFja2luZ0VUQVVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
'aXR5SURCCPpCBYoBAhABUgJJRBJOCgdQYXlsb2FkGAMgASgLMiouYXBpLkhhbmRsaW5ndW5pdF'
'RyYWNraW5nRVRBVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOkqiuxgFRXZlbnS6'
'uxgSVHJhY2tpbmdFVEFVcGRhdGVkyrsYC2NvbXB1dGVFVEFz2rsYGHNldFRyYWNraW5nRVRBQW'
'N0dWFsRGF0ZQ==');
'EgASgLMgguYXBpLkVUQVILVHJhY2tpbmdFVEE6TqK7GAVFdmVudKi7GAG6uxgSVHJhY2tpbmdF'
'VEFVcGRhdGVkyrsYC2NvbXB1dGVFVEFz2rsYGHNldFRyYWNraW5nRVRBQWN0dWFsRGF0ZQ==');
@$core.Deprecated('Use handlingunitTrackingETAUpdatedRequestDescriptor instead')
const HandlingunitTrackingETAUpdatedRequest$json = {
@@ -389,28 +294,9 @@ const HandlingunitDispatchedPayload$json = {
/// Descriptor for `HandlingunitDispatchedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitDispatchedPayloadDescriptor = $convert.base64Decode(
'Ch1IYW5kbGluZ3VuaXREaXNwYXRjaGVkUGF5bG9hZDoborsYBUV2ZW50qLsYAbq7GApEaXNwYX'
'RjaGVk');
@$core.Deprecated('Use handlingunitDispatchedEventDescriptor instead')
const HandlingunitDispatchedEvent$json = {
'1': 'HandlingunitDispatchedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitDispatchedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitDispatchedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitDispatchedEventDescriptor = $convert.base64Decode(
'ChtIYW5kbGluZ3VuaXREaXNwYXRjaGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5IYW5kbGluZ3VuaXREaXNwYXRjaG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6aaK7GAVFdmVudLq7GApEaXNwYXRjaGVkyrsY'
'LGRlZHVwbGljYXRlVHJhY2tpbmdJRHMsc2V0RGlzcGF0Y2hlZERhdGVUaW1l2rsYHnNldFN0b2'
'NrTW92ZW1lbnRHZW5lcmF0ZWRGbGFncw==');
'Ch1IYW5kbGluZ3VuaXREaXNwYXRjaGVkUGF5bG9hZDptorsYBUV2ZW50qLsYAbq7GApEaXNwYX'
'RjaGVkyrsYLGRlZHVwbGljYXRlVHJhY2tpbmdJRHMsc2V0RGlzcGF0Y2hlZERhdGVUaW1l2rsY'
'HnNldFN0b2NrTW92ZW1lbnRHZW5lcmF0ZWRGbGFncw==');
@$core.Deprecated('Use handlingunitDispatchedRequestDescriptor instead')
const HandlingunitDispatchedRequest$json = {
@@ -460,27 +346,9 @@ const HandlingunitGoodsReceivedPayload$json = {
final $typed_data.Uint8List handlingunitGoodsReceivedPayloadDescriptor = $convert.base64Decode(
'CiBIYW5kbGluZ3VuaXRHb29kc1JlY2VpdmVkUGF5bG9hZBJYChBSZWNlaXZlZENvbnRlbnRzGA'
'EgAygLMiIuYXBpLlF1YW50aWZpZWREYXRlZEdvb2RzQnlFeGVmbG93Qgj6QgWSAQIIAVIQUmVj'
'ZWl2ZWRDb250ZW50czoeorsYBUV2ZW50qLsYAbq7GA1Hb29kc1JlY2VpdmVk');
@$core.Deprecated('Use handlingunitGoodsReceivedEventDescriptor instead')
const HandlingunitGoodsReceivedEvent$json = {
'1': 'HandlingunitGoodsReceivedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitGoodsReceivedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitGoodsReceivedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitGoodsReceivedEventDescriptor = $convert.base64Decode(
'Ch5IYW5kbGluZ3VuaXRHb29kc1JlY2VpdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5IYW5kbGluZ3VuaXRHb29kc1'
'JlY2VpdmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6gAGiuxgFRXZlbnS6uxgNR29vZHNS'
'ZWNlaXZlZMq7GEBzZXRDb250YWluc0dvb2RzRmxhZyxjb21wdXRlUmVjZWl2ZWRDb250ZW50cy'
'xkZWZpbmVIVUluZm9ybWF0aW9u2rsYHnNldFN0b2NrTW92ZW1lbnRHZW5lcmF0ZWRGbGFncw==');
'ZWl2ZWRDb250ZW50czqEAaK7GAVFdmVudKi7GAG6uxgNR29vZHNSZWNlaXZlZMq7GEBzZXRDb2'
'50YWluc0dvb2RzRmxhZyxjb21wdXRlUmVjZWl2ZWRDb250ZW50cyxkZWZpbmVIVUluZm9ybWF0'
'aW9u2rsYHnNldFN0b2NrTW92ZW1lbnRHZW5lcmF0ZWRGbGFncw==');
@$core.Deprecated('Use handlingunitGoodsReceivedRequestDescriptor instead')
const HandlingunitGoodsReceivedRequest$json = {
@@ -530,27 +398,8 @@ const HandlingunitAttachmentAddedPayload$json = {
final $typed_data.Uint8List handlingunitAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'CiJIYW5kbGluZ3VuaXRBdHRhY2htZW50QWRkZWRQYXlsb2FkEmMKC0F0dGFjaG1lbnRzGAEgAy'
'gLMhYuYXBpLkF0dGFjaG1lbnRTdW1tYXJ5QimSQSYyJE51bWJlciBvZiBhdHRhY2htZW50cyBh'
'ZGRlZCBwZXIgdHlwZVILQXR0YWNobWVudHM6IKK7GAVFdmVudKi7GAG6uxgPQXR0YWNobWVudE'
'FkZGVk');
@$core.Deprecated('Use handlingunitAttachmentAddedEventDescriptor instead')
const HandlingunitAttachmentAddedEvent$json = {
'1': 'HandlingunitAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitAttachmentAddedEventDescriptor = $convert.base64Decode(
'CiBIYW5kbGluZ3VuaXRBdHRhY2htZW50QWRkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkhhbmRsaW5ndW5pdEF0dG'
'FjaG1lbnRBZGRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOi2iuxgFRXZlbnS6uxgPQXR0'
'YWNobWVudEFkZGVk2rsYDWFkZEF0dGFjaG1lbnQ=');
'ZGRlZCBwZXIgdHlwZVILQXR0YWNobWVudHM6MaK7GAVFdmVudKi7GAG6uxgPQXR0YWNobWVudE'
'FkZGVk2rsYDWFkZEF0dGFjaG1lbnQ=');
@$core.Deprecated('Use handlingunitAttachmentAddedRequestDescriptor instead')
const HandlingunitAttachmentAddedRequest$json = {
@@ -600,27 +449,8 @@ const HandlingunitAttachmentRemovedPayload$json = {
final $typed_data.Uint8List handlingunitAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'CiRIYW5kbGluZ3VuaXRBdHRhY2htZW50UmVtb3ZlZFBheWxvYWQSZQoLQXR0YWNobWVudHMYAS'
'ADKAsyFi5hcGkuQXR0YWNobWVudFN1bW1hcnlCK5JBKDImTnVtYmVyIG9mIGF0dGFjaG1lbnRz'
'IHJlbW92ZWQgcGVyIHR5cGVSC0F0dGFjaG1lbnRzOiKiuxgFRXZlbnSouxgBursYEUF0dGFjaG'
'1lbnRSZW1vdmVk');
@$core.Deprecated('Use handlingunitAttachmentRemovedEventDescriptor instead')
const HandlingunitAttachmentRemovedEvent$json = {
'1': 'HandlingunitAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitAttachmentRemovedEventDescriptor = $convert.base64Decode(
'CiJIYW5kbGluZ3VuaXRBdHRhY2htZW50UmVtb3ZlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLm'
'FwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRp'
'dHlJREII+kIFigECEAFSAklEEk0KB1BheWxvYWQYAyABKAsyKS5hcGkuSGFuZGxpbmd1bml0QX'
'R0YWNobWVudFJlbW92ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDoyorsYBUV2ZW50ursY'
'EUF0dGFjaG1lbnRSZW1vdmVk2rsYEHJlbW92ZUF0dGFjaG1lbnQ=');
'IHJlbW92ZWQgcGVyIHR5cGVSC0F0dGFjaG1lbnRzOjaiuxgFRXZlbnSouxgBursYEUF0dGFjaG'
'1lbnRSZW1vdmVk2rsYEHJlbW92ZUF0dGFjaG1lbnQ=');
@$core.Deprecated('Use handlingunitAttachmentRemovedRequestDescriptor instead')
const HandlingunitAttachmentRemovedRequest$json = {
@@ -675,25 +505,6 @@ final $typed_data.Uint8List handlingunitMetaDataUpdatedPayloadDescriptor = $conv
'RhIGZvcm0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdGltZXN0YW1wKcDB'
'GAHqwRgDS2V5UghNZXRhRGF0YTogorsYBUV2ZW50qLsYAbq7GA9NZXRhRGF0YVVwZGF0ZWQ=');
@$core.Deprecated('Use handlingunitMetaDataUpdatedEventDescriptor instead')
const HandlingunitMetaDataUpdatedEvent$json = {
'1': 'HandlingunitMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitMetaDataUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'CiBIYW5kbGluZ3VuaXRNZXRhRGF0YVVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkhhbmRsaW5ndW5pdE1ldG'
'FEYXRhVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOhyiuxgFRXZlbnS6uxgPTWV0'
'YURhdGFVcGRhdGVk');
@$core.Deprecated('Use handlingunitMetaDataUpdatedRequestDescriptor instead')
const HandlingunitMetaDataUpdatedRequest$json = {
'1': 'HandlingunitMetaDataUpdatedRequest',
@@ -745,25 +556,6 @@ final $typed_data.Uint8List handlingunitParentHUUpdatedPayloadDescriptor = $conv
'IGxpc3Qgb2YgUGFyZW50cyBmb3IgdGhpcyBIVdIBCVBhcmVudEhVc6K7GAVFdmVudKi7GAG6ux'
'gPUGFyZW50SFVVcGRhdGVk');
@$core.Deprecated('Use handlingunitParentHUUpdatedEventDescriptor instead')
const HandlingunitParentHUUpdatedEvent$json = {
'1': 'HandlingunitParentHUUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitParentHUUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitParentHUUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitParentHUUpdatedEventDescriptor = $convert.base64Decode(
'CiBIYW5kbGluZ3VuaXRQYXJlbnRIVVVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkhhbmRsaW5ndW5pdFBhcm'
'VudEhVVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOhyiuxgFRXZlbnS6uxgPUGFy'
'ZW50SFVVcGRhdGVk');
@$core.Deprecated('Use handlingunitParentHUUpdatedRequestDescriptor instead')
const HandlingunitParentHUUpdatedRequest$json = {
'1': 'HandlingunitParentHUUpdatedRequest',
@@ -812,26 +604,8 @@ const HandlingunitClaimAddedPayload$json = {
final $typed_data.Uint8List handlingunitClaimAddedPayloadDescriptor = $convert.base64Decode(
'Ch1IYW5kbGluZ3VuaXRDbGFpbUFkZGVkUGF5bG9hZBJeCgZDbGFpbXMYASADKAsyES5hcGkuQ2'
'xhaW1TdW1tYXJ5QjOSQSEyH051bWJlciBvZiBjbGFpbXMgYWRkZWQgcGVyIHR5cGXqwRgLQ2xh'
'aW1UeXBlSURSBkNsYWltczoborsYBUV2ZW50qLsYAbq7GApDbGFpbUFkZGVk');
@$core.Deprecated('Use handlingunitClaimAddedEventDescriptor instead')
const HandlingunitClaimAddedEvent$json = {
'1': 'HandlingunitClaimAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitClaimAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitClaimAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitClaimAddedEventDescriptor = $convert.base64Decode(
'ChtIYW5kbGluZ3VuaXRDbGFpbUFkZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5IYW5kbGluZ3VuaXRDbGFpbUFkZG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6I6K7GAVFdmVudLq7GApDbGFpbUFkZGVk2rsY'
'CGFkZENsYWlt');
'aW1UeXBlSURSBkNsYWltczonorsYBUV2ZW50qLsYAbq7GApDbGFpbUFkZGVk2rsYCGFkZENsYW'
'lt');
@$core.Deprecated('Use handlingunitClaimAddedRequestDescriptor instead')
const HandlingunitClaimAddedRequest$json = {
@@ -879,25 +653,6 @@ final $typed_data.Uint8List handlingunitReadyToBeCollectedPayloadDescriptor = $c
'CiVIYW5kbGluZ3VuaXRSZWFkeVRvQmVDb2xsZWN0ZWRQYXlsb2FkOiOiuxgFRXZlbnSouxgBur'
'sYElJlYWR5VG9CZUNvbGxlY3RlZA==');
@$core.Deprecated('Use handlingunitReadyToBeCollectedEventDescriptor instead')
const HandlingunitReadyToBeCollectedEvent$json = {
'1': 'HandlingunitReadyToBeCollectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitReadyToBeCollectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitReadyToBeCollectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitReadyToBeCollectedEventDescriptor = $convert.base64Decode(
'CiNIYW5kbGluZ3VuaXRSZWFkeVRvQmVDb2xsZWN0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
'aXR5SURCCPpCBYoBAhABUgJJRBJOCgdQYXlsb2FkGAMgASgLMiouYXBpLkhhbmRsaW5ndW5pdF'
'JlYWR5VG9CZUNvbGxlY3RlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOh+iuxgFRXZlbnS6'
'uxgSUmVhZHlUb0JlQ29sbGVjdGVk');
@$core.Deprecated('Use handlingunitReadyToBeCollectedRequestDescriptor instead')
const HandlingunitReadyToBeCollectedRequest$json = {
'1': 'HandlingunitReadyToBeCollectedRequest',
@@ -945,24 +700,6 @@ final $typed_data.Uint8List handlingunitDeletedPayloadDescriptor = $convert.base
'ChpIYW5kbGluZ3VuaXREZWxldGVkUGF5bG9hZDoskkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRX'
'ZlbnSouxgBursYB0RlbGV0ZWQ=');
@$core.Deprecated('Use handlingunitDeletedEventDescriptor instead')
const HandlingunitDeletedEvent$json = {
'1': 'HandlingunitDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.HandlingunitDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `HandlingunitDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List handlingunitDeletedEventDescriptor = $convert.base64Decode(
'ChhIYW5kbGluZ3VuaXREZWxldGVkRXZlbnQSKAoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
'VhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEEjkKB1BheWxvYWQY'
'AyABKAsyHy5hcGkuSGFuZGxpbmd1bml0RGVsZXRlZFBheWxvYWRSB1BheWxvYWQ6FKK7GAVFdm'
'VudLq7GAdEZWxldGVk');
@$core.Deprecated('Use handlingunitDeletedRequestDescriptor instead')
const HandlingunitDeletedRequest$json = {
'1': 'HandlingunitDeletedRequest',

View File

@@ -109,91 +109,6 @@ class ItemCreatedPayload extends $pb.GeneratedMessage {
void clearPhotoURI() => clearField(7);
}
/// Event message
class ItemCreatedEvent extends $pb.GeneratedMessage {
factory ItemCreatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemCreatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemCreatedEvent._() : super();
factory ItemCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemCreatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemCreatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemCreatedEvent clone() => ItemCreatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemCreatedEvent copyWith(void Function(ItemCreatedEvent) updates) => super.copyWith((message) => updates(message as ItemCreatedEvent)) as ItemCreatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemCreatedEvent create() => ItemCreatedEvent._();
ItemCreatedEvent createEmptyInstance() => create();
static $pb.PbList<ItemCreatedEvent> createRepeated() => $pb.PbList<ItemCreatedEvent>();
@$core.pragma('dart2js:noInline')
static ItemCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemCreatedEvent>(create);
static ItemCreatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemCreatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemCreatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemCreatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemCreatedRequest extends $pb.GeneratedMessage {
factory ItemCreatedRequest({
@@ -394,91 +309,6 @@ class ItemMetaDataUpdatedPayload extends $pb.GeneratedMessage {
$core.List<$29.MetadataElement> get metaData => $_getList(0);
}
/// Event message
class ItemMetaDataUpdatedEvent extends $pb.GeneratedMessage {
factory ItemMetaDataUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemMetaDataUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemMetaDataUpdatedEvent._() : super();
factory ItemMetaDataUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemMetaDataUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemMetaDataUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemMetaDataUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemMetaDataUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemMetaDataUpdatedEvent clone() => ItemMetaDataUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemMetaDataUpdatedEvent copyWith(void Function(ItemMetaDataUpdatedEvent) updates) => super.copyWith((message) => updates(message as ItemMetaDataUpdatedEvent)) as ItemMetaDataUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemMetaDataUpdatedEvent create() => ItemMetaDataUpdatedEvent._();
ItemMetaDataUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<ItemMetaDataUpdatedEvent> createRepeated() => $pb.PbList<ItemMetaDataUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static ItemMetaDataUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemMetaDataUpdatedEvent>(create);
static ItemMetaDataUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemMetaDataUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemMetaDataUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemMetaDataUpdatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemMetaDataUpdatedRequest extends $pb.GeneratedMessage {
factory ItemMetaDataUpdatedRequest({
@@ -678,91 +508,6 @@ class ItemLogisticVariantUpdatedPayload extends $pb.GeneratedMessage {
$core.List<$70.LogisticVariant> get logisticVariants => $_getList(0);
}
/// Event message
class ItemLogisticVariantUpdatedEvent extends $pb.GeneratedMessage {
factory ItemLogisticVariantUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemLogisticVariantUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemLogisticVariantUpdatedEvent._() : super();
factory ItemLogisticVariantUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemLogisticVariantUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemLogisticVariantUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemLogisticVariantUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemLogisticVariantUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemLogisticVariantUpdatedEvent clone() => ItemLogisticVariantUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemLogisticVariantUpdatedEvent copyWith(void Function(ItemLogisticVariantUpdatedEvent) updates) => super.copyWith((message) => updates(message as ItemLogisticVariantUpdatedEvent)) as ItemLogisticVariantUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemLogisticVariantUpdatedEvent create() => ItemLogisticVariantUpdatedEvent._();
ItemLogisticVariantUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<ItemLogisticVariantUpdatedEvent> createRepeated() => $pb.PbList<ItemLogisticVariantUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static ItemLogisticVariantUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemLogisticVariantUpdatedEvent>(create);
static ItemLogisticVariantUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemLogisticVariantUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemLogisticVariantUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemLogisticVariantUpdatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemLogisticVariantUpdatedRequest extends $pb.GeneratedMessage {
factory ItemLogisticVariantUpdatedRequest({
@@ -962,91 +707,6 @@ class ItemLogisticVariantRemovedPayload extends $pb.GeneratedMessage {
$core.List<$core.String> get removedLogisticVariantIDs => $_getList(0);
}
/// Event message
class ItemLogisticVariantRemovedEvent extends $pb.GeneratedMessage {
factory ItemLogisticVariantRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemLogisticVariantRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemLogisticVariantRemovedEvent._() : super();
factory ItemLogisticVariantRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemLogisticVariantRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemLogisticVariantRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemLogisticVariantRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemLogisticVariantRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemLogisticVariantRemovedEvent clone() => ItemLogisticVariantRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemLogisticVariantRemovedEvent copyWith(void Function(ItemLogisticVariantRemovedEvent) updates) => super.copyWith((message) => updates(message as ItemLogisticVariantRemovedEvent)) as ItemLogisticVariantRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemLogisticVariantRemovedEvent create() => ItemLogisticVariantRemovedEvent._();
ItemLogisticVariantRemovedEvent createEmptyInstance() => create();
static $pb.PbList<ItemLogisticVariantRemovedEvent> createRepeated() => $pb.PbList<ItemLogisticVariantRemovedEvent>();
@$core.pragma('dart2js:noInline')
static ItemLogisticVariantRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemLogisticVariantRemovedEvent>(create);
static ItemLogisticVariantRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemLogisticVariantRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemLogisticVariantRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemLogisticVariantRemovedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemLogisticVariantRemovedRequest extends $pb.GeneratedMessage {
factory ItemLogisticVariantRemovedRequest({
@@ -1234,91 +894,6 @@ class ItemDeletedPayload extends $pb.GeneratedMessage {
static ItemDeletedPayload? _defaultInstance;
}
/// Event message
class ItemDeletedEvent extends $pb.GeneratedMessage {
factory ItemDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemDeletedEvent._() : super();
factory ItemDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemDeletedEvent clone() => ItemDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemDeletedEvent copyWith(void Function(ItemDeletedEvent) updates) => super.copyWith((message) => updates(message as ItemDeletedEvent)) as ItemDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemDeletedEvent create() => ItemDeletedEvent._();
ItemDeletedEvent createEmptyInstance() => create();
static $pb.PbList<ItemDeletedEvent> createRepeated() => $pb.PbList<ItemDeletedEvent>();
@$core.pragma('dart2js:noInline')
static ItemDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemDeletedEvent>(create);
static ItemDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemDeletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemDeletedRequest extends $pb.GeneratedMessage {
factory ItemDeletedRequest({
@@ -1518,91 +1093,6 @@ class ItemDescriptionUpdatedPayload extends $pb.GeneratedMessage {
$core.List<$70.TradeItemDescriptions> get descriptionsByLanguage => $_getList(0);
}
/// Event message
class ItemDescriptionUpdatedEvent extends $pb.GeneratedMessage {
factory ItemDescriptionUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemDescriptionUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemDescriptionUpdatedEvent._() : super();
factory ItemDescriptionUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemDescriptionUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemDescriptionUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemDescriptionUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemDescriptionUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemDescriptionUpdatedEvent clone() => ItemDescriptionUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemDescriptionUpdatedEvent copyWith(void Function(ItemDescriptionUpdatedEvent) updates) => super.copyWith((message) => updates(message as ItemDescriptionUpdatedEvent)) as ItemDescriptionUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemDescriptionUpdatedEvent create() => ItemDescriptionUpdatedEvent._();
ItemDescriptionUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<ItemDescriptionUpdatedEvent> createRepeated() => $pb.PbList<ItemDescriptionUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static ItemDescriptionUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemDescriptionUpdatedEvent>(create);
static ItemDescriptionUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemDescriptionUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemDescriptionUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemDescriptionUpdatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class ItemDescriptionUpdatedRequest extends $pb.GeneratedMessage {
factory ItemDescriptionUpdatedRequest({
@@ -1801,90 +1291,6 @@ class ItemAttachmentAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class ItemAttachmentAddedEvent extends $pb.GeneratedMessage {
factory ItemAttachmentAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemAttachmentAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemAttachmentAddedEvent._() : super();
factory ItemAttachmentAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemAttachmentAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemAttachmentAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemAttachmentAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemAttachmentAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemAttachmentAddedEvent clone() => ItemAttachmentAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemAttachmentAddedEvent copyWith(void Function(ItemAttachmentAddedEvent) updates) => super.copyWith((message) => updates(message as ItemAttachmentAddedEvent)) as ItemAttachmentAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemAttachmentAddedEvent create() => ItemAttachmentAddedEvent._();
ItemAttachmentAddedEvent createEmptyInstance() => create();
static $pb.PbList<ItemAttachmentAddedEvent> createRepeated() => $pb.PbList<ItemAttachmentAddedEvent>();
@$core.pragma('dart2js:noInline')
static ItemAttachmentAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemAttachmentAddedEvent>(create);
static ItemAttachmentAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemAttachmentAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemAttachmentAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemAttachmentAddedPayload ensurePayload() => $_ensure(2);
}
class ItemAttachmentAddedRequest extends $pb.GeneratedMessage {
factory ItemAttachmentAddedRequest({
$29.RequestProjectHeader? header,
@@ -2081,90 +1487,6 @@ class ItemAttachmentRemovedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class ItemAttachmentRemovedEvent extends $pb.GeneratedMessage {
factory ItemAttachmentRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
ItemAttachmentRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
ItemAttachmentRemovedEvent._() : super();
factory ItemAttachmentRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ItemAttachmentRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ItemAttachmentRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ItemAttachmentRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ItemAttachmentRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ItemAttachmentRemovedEvent clone() => ItemAttachmentRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ItemAttachmentRemovedEvent copyWith(void Function(ItemAttachmentRemovedEvent) updates) => super.copyWith((message) => updates(message as ItemAttachmentRemovedEvent)) as ItemAttachmentRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ItemAttachmentRemovedEvent create() => ItemAttachmentRemovedEvent._();
ItemAttachmentRemovedEvent createEmptyInstance() => create();
static $pb.PbList<ItemAttachmentRemovedEvent> createRepeated() => $pb.PbList<ItemAttachmentRemovedEvent>();
@$core.pragma('dart2js:noInline')
static ItemAttachmentRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ItemAttachmentRemovedEvent>(create);
static ItemAttachmentRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ItemAttachmentRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ItemAttachmentRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
ItemAttachmentRemovedPayload ensurePayload() => $_ensure(2);
}
class ItemAttachmentRemovedRequest extends $pb.GeneratedMessage {
factory ItemAttachmentRemovedRequest({
$29.RequestProjectHeader? header,

View File

@@ -38,28 +38,10 @@ final $typed_data.Uint8List itemCreatedPayloadDescriptor = $convert.base64Decode
'VpbWFnZVIIUGhvdG9VUkkSbwoWRGVzY3JpcHRpb25zQnlMYW5ndWFnZRgDIAMoCzIaLmFwaS5U'
'cmFkZUl0ZW1EZXNjcmlwdGlvbnNCG9DBGAHqwRgTTGFuZ3VhZ2VDb2RlSVNPNjM5MVIWRGVzY3'
'JpcHRpb25zQnlMYW5ndWFnZRJUChBMb2dpc3RpY1ZhcmlhbnRzGAQgAygLMhQuYXBpLkxvZ2lz'
'dGljVmFyaWFudEIS+kIHkgEEKAEwAerBGARMVklEUhBMb2dpc3RpY1ZhcmlhbnRzOiySQREKDz'
'INRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgHQ3JlYXRlZA==');
@$core.Deprecated('Use itemCreatedEventDescriptor instead')
const ItemCreatedEvent$json = {
'1': 'ItemCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ItemCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemCreatedEventDescriptor = $convert.base64Decode(
'ChBJdGVtQ3JlYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlckII+k'
'IFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFSAklE'
'EjsKB1BheWxvYWQYAyABKAsyFy5hcGkuSXRlbUNyZWF0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUG'
'F5bG9hZDprorsYBUV2ZW50ursYB0NyZWF0ZWTKuxhEY29tcHV0ZUVxdWl2YWxlbnRMVkJhc2VR'
'dWFudGl0eSxkZWZpbmVFeHBpcmF0aW9uLHByb3BhZ2F0ZUxWQnJhbmNoZXPauxgLY2hlY2tCYX'
'NlTFY=');
'dGljVmFyaWFudEIS+kIHkgEEKAEwAerBGARMVklEUhBMb2dpc3RpY1ZhcmlhbnRzOoMBkkERCg'
'8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYB0NyZWF0ZWTKuxhEY29tcHV0ZUVxdWl2'
'YWxlbnRMVkJhc2VRdWFudGl0eSxkZWZpbmVFeHBpcmF0aW9uLHByb3BhZ2F0ZUxWQnJhbmNoZX'
'PauxgLY2hlY2tCYXNlTFY=');
@$core.Deprecated('Use itemCreatedRequestDescriptor instead')
const ItemCreatedRequest$json = {
@@ -113,24 +95,6 @@ final $typed_data.Uint8List itemMetaDataUpdatedPayloadDescriptor = $convert.base
'hzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBib29sZWFuIG9yIHRpbWVzdGFtcCnAwRgB6sEYA0tl'
'eVIITWV0YURhdGE6IKK7GAVFdmVudKi7GAG6uxgPTWV0YURhdGFVcGRhdGVk');
@$core.Deprecated('Use itemMetaDataUpdatedEventDescriptor instead')
const ItemMetaDataUpdatedEvent$json = {
'1': 'ItemMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ItemMetaDataUpdatedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'ChhJdGVtTWV0YURhdGFVcGRhdGVkRXZlbnQSKAoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
'VhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEEjkKB1BheWxvYWQY'
'AyABKAsyHy5hcGkuSXRlbU1ldGFEYXRhVXBkYXRlZFBheWxvYWRSB1BheWxvYWQ6HKK7GAVFdm'
'VudLq7GA9NZXRhRGF0YVVwZGF0ZWQ=');
@$core.Deprecated('Use itemMetaDataUpdatedRequestDescriptor instead')
const ItemMetaDataUpdatedRequest$json = {
'1': 'ItemMetaDataUpdatedRequest',
@@ -179,27 +143,8 @@ const ItemLogisticVariantUpdatedPayload$json = {
final $typed_data.Uint8List itemLogisticVariantUpdatedPayloadDescriptor = $convert.base64Decode(
'CiFJdGVtTG9naXN0aWNWYXJpYW50VXBkYXRlZFBheWxvYWQSSgoQTG9naXN0aWNWYXJpYW50cx'
'gBIAMoCzIULmFwaS5Mb2dpc3RpY1ZhcmlhbnRCCOrBGARMVklEUhBMb2dpc3RpY1ZhcmlhbnRz'
'OieiuxgFRXZlbnSouxgBursYFkxvZ2lzdGljVmFyaWFudFVwZGF0ZWQ=');
@$core.Deprecated('Use itemLogisticVariantUpdatedEventDescriptor instead')
const ItemLogisticVariantUpdatedEvent$json = {
'1': 'ItemLogisticVariantUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ItemLogisticVariantUpdatedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemLogisticVariantUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemLogisticVariantUpdatedEventDescriptor = $convert.base64Decode(
'Ch9JdGVtTG9naXN0aWNWYXJpYW50VXBkYXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS'
'5FdmVudEhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBJACgdQ'
'YXlsb2FkGAMgASgLMiYuYXBpLkl0ZW1Mb2dpc3RpY1ZhcmlhbnRVcGRhdGVkUGF5bG9hZFIHUG'
'F5bG9hZDpporsYBUV2ZW50ursYFkxvZ2lzdGljVmFyaWFudFVwZGF0ZWTKuxgzY29tcHV0ZUVx'
'dWl2YWxlbnRMVkJhc2VRdWFudGl0eSxwcm9wYWdhdGVMVkJyYW5jaGVz2rsYC2NoZWNrQmFzZU'
'xW');
'Om2iuxgFRXZlbnSouxgBursYFkxvZ2lzdGljVmFyaWFudFVwZGF0ZWTKuxgzY29tcHV0ZUVxdW'
'l2YWxlbnRMVkJhc2VRdWFudGl0eSxwcm9wYWdhdGVMVkJyYW5jaGVz2rsYC2NoZWNrQmFzZUxW');
@$core.Deprecated('Use itemLogisticVariantUpdatedRequestDescriptor instead')
const ItemLogisticVariantUpdatedRequest$json = {
@@ -248,27 +193,9 @@ const ItemLogisticVariantRemovedPayload$json = {
/// Descriptor for `ItemLogisticVariantRemovedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemLogisticVariantRemovedPayloadDescriptor = $convert.base64Decode(
'CiFJdGVtTG9naXN0aWNWYXJpYW50UmVtb3ZlZFBheWxvYWQSPAoZUmVtb3ZlZExvZ2lzdGljVm'
'FyaWFudElEcxgBIAMoCVIZUmVtb3ZlZExvZ2lzdGljVmFyaWFudElEczpeorsYBUV2ZW50qLsY'
'FyaWFudElEcxgBIAMoCVIZUmVtb3ZlZExvZ2lzdGljVmFyaWFudElEczprorsYBUV2ZW50qLsY'
'Abq7GBZMb2dpc3RpY1ZhcmlhbnRSZW1vdmVkyrsYM2NvbXB1dGVFcXVpdmFsZW50TFZCYXNlUX'
'VhbnRpdHkscHJvcGFnYXRlTFZCcmFuY2hlcw==');
@$core.Deprecated('Use itemLogisticVariantRemovedEventDescriptor instead')
const ItemLogisticVariantRemovedEvent$json = {
'1': 'ItemLogisticVariantRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ItemLogisticVariantRemovedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemLogisticVariantRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemLogisticVariantRemovedEventDescriptor = $convert.base64Decode(
'Ch9JdGVtTG9naXN0aWNWYXJpYW50UmVtb3ZlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS'
'5FdmVudEhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBJACgdQ'
'YXlsb2FkGAMgASgLMiYuYXBpLkl0ZW1Mb2dpc3RpY1ZhcmlhbnRSZW1vdmVkUGF5bG9hZFIHUG'
'F5bG9hZDoworsYBUV2ZW50ursYFkxvZ2lzdGljVmFyaWFudFJlbW92ZWTauxgJcmVtb3ZlTFZz');
'VhbnRpdHkscHJvcGFnYXRlTFZCcmFuY2hlc9q7GAlyZW1vdmVMVnM=');
@$core.Deprecated('Use itemLogisticVariantRemovedRequestDescriptor instead')
const ItemLogisticVariantRemovedRequest$json = {
@@ -315,23 +242,6 @@ const ItemDeletedPayload$json = {
final $typed_data.Uint8List itemDeletedPayloadDescriptor = $convert.base64Decode(
'ChJJdGVtRGVsZXRlZFBheWxvYWQ6GKK7GAVFdmVudKi7GAG6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use itemDeletedEventDescriptor instead')
const ItemDeletedEvent$json = {
'1': 'ItemDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ItemDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemDeletedEventDescriptor = $convert.base64Decode(
'ChBJdGVtRGVsZXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlclIGSG'
'VhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBIxCgdQYXlsb2FkGAMgASgLMhcu'
'YXBpLkl0ZW1EZWxldGVkUGF5bG9hZFIHUGF5bG9hZDoUorsYBUV2ZW50ursYB0RlbGV0ZWQ=');
@$core.Deprecated('Use itemDeletedRequestDescriptor instead')
const ItemDeletedRequest$json = {
'1': 'ItemDeletedRequest',
@@ -382,24 +292,6 @@ final $typed_data.Uint8List itemDescriptionUpdatedPayloadDescriptor = $convert.b
'ZGVJU082MzkxUhZEZXNjcmlwdGlvbnNCeUxhbmd1YWdlOiOiuxgFRXZlbnSouxgBursYEkRlc2'
'NyaXB0aW9uVXBkYXRlZA==');
@$core.Deprecated('Use itemDescriptionUpdatedEventDescriptor instead')
const ItemDescriptionUpdatedEvent$json = {
'1': 'ItemDescriptionUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.ItemDescriptionUpdatedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemDescriptionUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemDescriptionUpdatedEventDescriptor = $convert.base64Decode(
'ChtJdGVtRGVzY3JpcHRpb25VcGRhdGVkRXZlbnQSKAoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEEjwKB1BheWxv'
'YWQYAyABKAsyIi5hcGkuSXRlbURlc2NyaXB0aW9uVXBkYXRlZFBheWxvYWRSB1BheWxvYWQ6H6'
'K7GAVFdmVudLq7GBJEZXNjcmlwdGlvblVwZGF0ZWQ=');
@$core.Deprecated('Use itemDescriptionUpdatedRequestDescriptor instead')
const ItemDescriptionUpdatedRequest$json = {
'1': 'ItemDescriptionUpdatedRequest',
@@ -448,26 +340,8 @@ const ItemAttachmentAddedPayload$json = {
final $typed_data.Uint8List itemAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'ChpJdGVtQXR0YWNobWVudEFkZGVkUGF5bG9hZBJjCgtBdHRhY2htZW50cxgBIAMoCzIWLmFwaS'
'5BdHRhY2htZW50U3VtbWFyeUIpkkEmMiROdW1iZXIgb2YgYXR0YWNobWVudHMgYWRkZWQgcGVy'
'IHR5cGVSC0F0dGFjaG1lbnRzOiCiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbnRBZGRlZA==');
@$core.Deprecated('Use itemAttachmentAddedEventDescriptor instead')
const ItemAttachmentAddedEvent$json = {
'1': 'ItemAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ItemAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChhJdGVtQXR0YWNobWVudEFkZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK'
'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5JdGVtQXR0YWNobWVudEFkZGVkUGF5bG'
'9hZEII+kIFigECEAFSB1BheWxvYWQ6LaK7GAVFdmVudLq7GA9BdHRhY2htZW50QWRkZWTauxgN'
'YWRkQXR0YWNobWVudA==');
'IHR5cGVSC0F0dGFjaG1lbnRzOjGiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbnRBZGRlZNq7GA'
'1hZGRBdHRhY2htZW50');
@$core.Deprecated('Use itemAttachmentAddedRequestDescriptor instead')
const ItemAttachmentAddedRequest$json = {
@@ -517,27 +391,8 @@ const ItemAttachmentRemovedPayload$json = {
final $typed_data.Uint8List itemAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'ChxJdGVtQXR0YWNobWVudFJlbW92ZWRQYXlsb2FkEmUKC0F0dGFjaG1lbnRzGAEgAygLMhYuYX'
'BpLkF0dGFjaG1lbnRTdW1tYXJ5QiuSQSgyJk51bWJlciBvZiBhdHRhY2htZW50cyByZW1vdmVk'
'IHBlciB0eXBlUgtBdHRhY2htZW50czoiorsYBUV2ZW50qLsYAbq7GBFBdHRhY2htZW50UmVtb3'
'ZlZA==');
@$core.Deprecated('Use itemAttachmentRemovedEventDescriptor instead')
const ItemAttachmentRemovedEvent$json = {
'1': 'ItemAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ItemAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ItemAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List itemAttachmentRemovedEventDescriptor = $convert.base64Decode(
'ChpJdGVtQXR0YWNobWVudFJlbW92ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbn'
'RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpC'
'BYoBAhABUgJJRBJFCgdQYXlsb2FkGAMgASgLMiEuYXBpLkl0ZW1BdHRhY2htZW50UmVtb3ZlZF'
'BheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjKiuxgFRXZlbnS6uxgRQXR0YWNobWVudFJlbW92'
'ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
'IHBlciB0eXBlUgtBdHRhY2htZW50czo2orsYBUV2ZW50qLsYAbq7GBFBdHRhY2htZW50UmVtb3'
'ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
@$core.Deprecated('Use itemAttachmentRemovedRequestDescriptor instead')
const ItemAttachmentRemovedRequest$json = {

View File

@@ -123,90 +123,6 @@ class MovementCreatedPayload extends $pb.GeneratedMessage {
$77.StockMovement ensureMovement() => $_ensure(3);
}
class MovementCreatedEvent extends $pb.GeneratedMessage {
factory MovementCreatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementCreatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementCreatedEvent._() : super();
factory MovementCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementCreatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementCreatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementCreatedEvent clone() => MovementCreatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementCreatedEvent copyWith(void Function(MovementCreatedEvent) updates) => super.copyWith((message) => updates(message as MovementCreatedEvent)) as MovementCreatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementCreatedEvent create() => MovementCreatedEvent._();
MovementCreatedEvent createEmptyInstance() => create();
static $pb.PbList<MovementCreatedEvent> createRepeated() => $pb.PbList<MovementCreatedEvent>();
@$core.pragma('dart2js:noInline')
static MovementCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementCreatedEvent>(create);
static MovementCreatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementCreatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementCreatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementCreatedPayload ensurePayload() => $_ensure(2);
}
class MovementCreatedRequest extends $pb.GeneratedMessage {
factory MovementCreatedRequest({
$29.RequestProjectHeader? header,
@@ -485,90 +401,6 @@ class MovementGeneratedPayload extends $pb.GeneratedMessage {
$77.QuantityInLV ensureQuantityInBaseLV() => $_ensure(4);
}
class MovementGeneratedEvent extends $pb.GeneratedMessage {
factory MovementGeneratedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementGeneratedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementGeneratedEvent._() : super();
factory MovementGeneratedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementGeneratedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementGeneratedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementGeneratedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementGeneratedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementGeneratedEvent clone() => MovementGeneratedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementGeneratedEvent copyWith(void Function(MovementGeneratedEvent) updates) => super.copyWith((message) => updates(message as MovementGeneratedEvent)) as MovementGeneratedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementGeneratedEvent create() => MovementGeneratedEvent._();
MovementGeneratedEvent createEmptyInstance() => create();
static $pb.PbList<MovementGeneratedEvent> createRepeated() => $pb.PbList<MovementGeneratedEvent>();
@$core.pragma('dart2js:noInline')
static MovementGeneratedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementGeneratedEvent>(create);
static MovementGeneratedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementGeneratedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementGeneratedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementGeneratedPayload ensurePayload() => $_ensure(2);
}
class MovementGeneratedRequest extends $pb.GeneratedMessage {
factory MovementGeneratedRequest({
$29.RequestProjectHeader? header,
@@ -779,90 +611,6 @@ class MovementStockValueUpdatedPayload extends $pb.GeneratedMessage {
$77.QuantityInLV ensureQuantityInBaseLV() => $_ensure(0);
}
class MovementStockValueUpdatedEvent extends $pb.GeneratedMessage {
factory MovementStockValueUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementStockValueUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementStockValueUpdatedEvent._() : super();
factory MovementStockValueUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementStockValueUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementStockValueUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementStockValueUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementStockValueUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementStockValueUpdatedEvent clone() => MovementStockValueUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementStockValueUpdatedEvent copyWith(void Function(MovementStockValueUpdatedEvent) updates) => super.copyWith((message) => updates(message as MovementStockValueUpdatedEvent)) as MovementStockValueUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementStockValueUpdatedEvent create() => MovementStockValueUpdatedEvent._();
MovementStockValueUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<MovementStockValueUpdatedEvent> createRepeated() => $pb.PbList<MovementStockValueUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static MovementStockValueUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementStockValueUpdatedEvent>(create);
static MovementStockValueUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementStockValueUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementStockValueUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementStockValueUpdatedPayload ensurePayload() => $_ensure(2);
}
class MovementStockValueUpdatedRequest extends $pb.GeneratedMessage {
factory MovementStockValueUpdatedRequest({
$29.RequestProjectHeader? header,
@@ -1059,90 +807,6 @@ class MovementClaimAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.ClaimSummary> get claims => $_getList(0);
}
class MovementClaimAddedEvent extends $pb.GeneratedMessage {
factory MovementClaimAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementClaimAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementClaimAddedEvent._() : super();
factory MovementClaimAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementClaimAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementClaimAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementClaimAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementClaimAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementClaimAddedEvent clone() => MovementClaimAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementClaimAddedEvent copyWith(void Function(MovementClaimAddedEvent) updates) => super.copyWith((message) => updates(message as MovementClaimAddedEvent)) as MovementClaimAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementClaimAddedEvent create() => MovementClaimAddedEvent._();
MovementClaimAddedEvent createEmptyInstance() => create();
static $pb.PbList<MovementClaimAddedEvent> createRepeated() => $pb.PbList<MovementClaimAddedEvent>();
@$core.pragma('dart2js:noInline')
static MovementClaimAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementClaimAddedEvent>(create);
static MovementClaimAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementClaimAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementClaimAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementClaimAddedPayload ensurePayload() => $_ensure(2);
}
class MovementClaimAddedRequest extends $pb.GeneratedMessage {
factory MovementClaimAddedRequest({
$29.RequestProjectHeader? header,
@@ -1341,90 +1005,6 @@ class MovementAttachmentAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class MovementAttachmentAddedEvent extends $pb.GeneratedMessage {
factory MovementAttachmentAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementAttachmentAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementAttachmentAddedEvent._() : super();
factory MovementAttachmentAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementAttachmentAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementAttachmentAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementAttachmentAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementAttachmentAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementAttachmentAddedEvent clone() => MovementAttachmentAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementAttachmentAddedEvent copyWith(void Function(MovementAttachmentAddedEvent) updates) => super.copyWith((message) => updates(message as MovementAttachmentAddedEvent)) as MovementAttachmentAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementAttachmentAddedEvent create() => MovementAttachmentAddedEvent._();
MovementAttachmentAddedEvent createEmptyInstance() => create();
static $pb.PbList<MovementAttachmentAddedEvent> createRepeated() => $pb.PbList<MovementAttachmentAddedEvent>();
@$core.pragma('dart2js:noInline')
static MovementAttachmentAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementAttachmentAddedEvent>(create);
static MovementAttachmentAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementAttachmentAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementAttachmentAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementAttachmentAddedPayload ensurePayload() => $_ensure(2);
}
class MovementAttachmentAddedRequest extends $pb.GeneratedMessage {
factory MovementAttachmentAddedRequest({
$29.RequestProjectHeader? header,
@@ -1623,90 +1203,6 @@ class MovementAttachmentRemovedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class MovementAttachmentRemovedEvent extends $pb.GeneratedMessage {
factory MovementAttachmentRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementAttachmentRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementAttachmentRemovedEvent._() : super();
factory MovementAttachmentRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementAttachmentRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementAttachmentRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementAttachmentRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementAttachmentRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementAttachmentRemovedEvent clone() => MovementAttachmentRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementAttachmentRemovedEvent copyWith(void Function(MovementAttachmentRemovedEvent) updates) => super.copyWith((message) => updates(message as MovementAttachmentRemovedEvent)) as MovementAttachmentRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementAttachmentRemovedEvent create() => MovementAttachmentRemovedEvent._();
MovementAttachmentRemovedEvent createEmptyInstance() => create();
static $pb.PbList<MovementAttachmentRemovedEvent> createRepeated() => $pb.PbList<MovementAttachmentRemovedEvent>();
@$core.pragma('dart2js:noInline')
static MovementAttachmentRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementAttachmentRemovedEvent>(create);
static MovementAttachmentRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementAttachmentRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementAttachmentRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementAttachmentRemovedPayload ensurePayload() => $_ensure(2);
}
class MovementAttachmentRemovedRequest extends $pb.GeneratedMessage {
factory MovementAttachmentRemovedRequest({
$29.RequestProjectHeader? header,
@@ -1892,91 +1388,6 @@ class MovementDeletedPayload extends $pb.GeneratedMessage {
static MovementDeletedPayload? _defaultInstance;
}
/// Event message
class MovementDeletedEvent extends $pb.GeneratedMessage {
factory MovementDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
MovementDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
MovementDeletedEvent._() : super();
factory MovementDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory MovementDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MovementDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<MovementDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: MovementDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
MovementDeletedEvent clone() => MovementDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
MovementDeletedEvent copyWith(void Function(MovementDeletedEvent) updates) => super.copyWith((message) => updates(message as MovementDeletedEvent)) as MovementDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static MovementDeletedEvent create() => MovementDeletedEvent._();
MovementDeletedEvent createEmptyInstance() => create();
static $pb.PbList<MovementDeletedEvent> createRepeated() => $pb.PbList<MovementDeletedEvent>();
@$core.pragma('dart2js:noInline')
static MovementDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MovementDeletedEvent>(create);
static MovementDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
MovementDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(MovementDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
MovementDeletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class MovementDeletedRequest extends $pb.GeneratedMessage {
factory MovementDeletedRequest({

View File

@@ -36,24 +36,6 @@ final $typed_data.Uint8List movementCreatedPayloadDescriptor = $convert.base64De
'dKi7GAG6uxgHQ3JlYXRlZMq7GCtjb21wdXRlTW92ZW1lbnRRdWFudGl0eSxxdWFudGl0eUJ5Qn'
'JhbmNoTFZz2rsYDmZpbHRlck1vdmVtZW504rsYEGdlbk1vdmVDcmVhdGVkSWQ=');
@$core.Deprecated('Use movementCreatedEventDescriptor instead')
const MovementCreatedEvent$json = {
'1': 'MovementCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementCreatedEventDescriptor = $convert.base64Decode(
'ChRNb3ZlbWVudENyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhAB'
'UgJJRBI/CgdQYXlsb2FkGAMgASgLMhsuYXBpLk1vdmVtZW50Q3JlYXRlZFBheWxvYWRCCPpCBY'
'oBAhABUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHQ3JlYXRlZA==');
@$core.Deprecated('Use movementCreatedRequestDescriptor instead')
const MovementCreatedRequest$json = {
'1': 'MovementCreatedRequest',
@@ -117,24 +99,6 @@ final $typed_data.Uint8List movementGeneratedPayloadDescriptor = $convert.base64
'cXVhbnRpdHlCeUJyYW5jaExWc9q7GA5maWx0ZXJNb3ZlbWVudOK7GBJnZW5Nb3ZlR2VuZXJhdG'
'VkSWQ=');
@$core.Deprecated('Use movementGeneratedEventDescriptor instead')
const MovementGeneratedEvent$json = {
'1': 'MovementGeneratedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementGeneratedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementGeneratedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementGeneratedEventDescriptor = $convert.base64Decode(
'ChZNb3ZlbWVudEdlbmVyYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYW'
'RlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigEC'
'EAFSAklEEkEKB1BheWxvYWQYAyABKAsyHS5hcGkuTW92ZW1lbnRHZW5lcmF0ZWRQYXlsb2FkQg'
'j6QgWKAQIQAVIHUGF5bG9hZDoWorsYBUV2ZW50ursYCUdlbmVyYXRlZA==');
@$core.Deprecated('Use movementGeneratedRequestDescriptor instead')
const MovementGeneratedRequest$json = {
'1': 'MovementGeneratedRequest',
@@ -188,25 +152,6 @@ final $typed_data.Uint8List movementStockValueUpdatedPayloadDescriptor = $conver
'EgASgLMhEuYXBpLlF1YW50aXR5SW5MVkII+kIFigECEAFSEFF1YW50aXR5SW5CYXNlTFY6IqK7'
'GAVFdmVudKi7GAG6uxgRU3RvY2tWYWx1ZVVwZGF0ZWQ=');
@$core.Deprecated('Use movementStockValueUpdatedEventDescriptor instead')
const MovementStockValueUpdatedEvent$json = {
'1': 'MovementStockValueUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementStockValueUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementStockValueUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementStockValueUpdatedEventDescriptor = $convert.base64Decode(
'Ch5Nb3ZlbWVudFN0b2NrVmFsdWVVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5Nb3ZlbWVudFN0b2NrVmFsdW'
'VVcGRhdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HqK7GAVFdmVudLq7GBFTdG9ja1Zh'
'bHVlVXBkYXRlZA==');
@$core.Deprecated('Use movementStockValueUpdatedRequestDescriptor instead')
const MovementStockValueUpdatedRequest$json = {
'1': 'MovementStockValueUpdatedRequest',
@@ -255,26 +200,7 @@ const MovementClaimAddedPayload$json = {
final $typed_data.Uint8List movementClaimAddedPayloadDescriptor = $convert.base64Decode(
'ChlNb3ZlbWVudENsYWltQWRkZWRQYXlsb2FkEl4KBkNsYWltcxgBIAMoCzIRLmFwaS5DbGFpbV'
'N1bW1hcnlCM5JBITIfTnVtYmVyIG9mIGNsYWltcyBhZGRlZCBwZXIgdHlwZerBGAtDbGFpbVR5'
'cGVJRFIGQ2xhaW1zOhuiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWQ=');
@$core.Deprecated('Use movementClaimAddedEventDescriptor instead')
const MovementClaimAddedEvent$json = {
'1': 'MovementClaimAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementClaimAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementClaimAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementClaimAddedEventDescriptor = $convert.base64Decode(
'ChdNb3ZlbWVudENsYWltQWRkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLk1vdmVtZW50Q2xhaW1BZGRlZFBheWxvYW'
'RCCPpCBYoBAhABUgdQYXlsb2FkOiOiuxgFRXZlbnS6uxgKQ2xhaW1BZGRlZNq7GAhhZGRDbGFp'
'bQ==');
'cGVJRFIGQ2xhaW1zOieiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWTauxgIYWRkQ2xhaW0=');
@$core.Deprecated('Use movementClaimAddedRequestDescriptor instead')
const MovementClaimAddedRequest$json = {
@@ -327,25 +253,6 @@ final $typed_data.Uint8List movementAttachmentAddedPayloadDescriptor = $convert.
'IHBlciB0eXBlUgtBdHRhY2htZW50czoxorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZW'
'TauxgNYWRkQXR0YWNobWVudA==');
@$core.Deprecated('Use movementAttachmentAddedEventDescriptor instead')
const MovementAttachmentAddedEvent$json = {
'1': 'MovementAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChxNb3ZlbWVudEF0dGFjaG1lbnRBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuTW92ZW1lbnRBdHRhY2htZW50QW'
'RkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDocorsYBUV2ZW50ursYD0F0dGFjaG1lbnRB'
'ZGRlZA==');
@$core.Deprecated('Use movementAttachmentAddedRequestDescriptor instead')
const MovementAttachmentAddedRequest$json = {
'1': 'MovementAttachmentAddedRequest',
@@ -397,25 +304,6 @@ final $typed_data.Uint8List movementAttachmentRemovedPayloadDescriptor = $conver
'b3ZlZCBwZXIgdHlwZVILQXR0YWNobWVudHM6NqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudF'
'JlbW92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use movementAttachmentRemovedEventDescriptor instead')
const MovementAttachmentRemovedEvent$json = {
'1': 'MovementAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.MovementAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementAttachmentRemovedEventDescriptor = $convert.base64Decode(
'Ch5Nb3ZlbWVudEF0dGFjaG1lbnRSZW1vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5Nb3ZlbWVudEF0dGFjaG1lbn'
'RSZW1vdmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6HqK7GAVFdmVudLq7GBFBdHRhY2ht'
'ZW50UmVtb3ZlZA==');
@$core.Deprecated('Use movementAttachmentRemovedRequestDescriptor instead')
const MovementAttachmentRemovedRequest$json = {
'1': 'MovementAttachmentRemovedRequest',
@@ -462,24 +350,6 @@ final $typed_data.Uint8List movementDeletedPayloadDescriptor = $convert.base64De
'ChZNb3ZlbWVudERlbGV0ZWRQYXlsb2FkOiySQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudK'
'i7GAG6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use movementDeletedEventDescriptor instead')
const MovementDeletedEvent$json = {
'1': 'MovementDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.MovementDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `MovementDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List movementDeletedEventDescriptor = $convert.base64Decode(
'ChRNb3ZlbWVudERlbGV0ZWRFdmVudBIoCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSNQoHUGF5bG9hZBgDIAEo'
'CzIbLmFwaS5Nb3ZlbWVudERlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRG'
'VsZXRlZA==');
@$core.Deprecated('Use movementDeletedRequestDescriptor instead')
const MovementDeletedRequest$json = {
'1': 'MovementDeletedRequest',

View File

@@ -165,91 +165,6 @@ class NotifCreatedPayload extends $pb.GeneratedMessage {
void clearTags() => clearField(8);
}
/// Event message
class NotifCreatedEvent extends $pb.GeneratedMessage {
factory NotifCreatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
NotifCreatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
NotifCreatedEvent._() : super();
factory NotifCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory NotifCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NotifCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<NotifCreatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: NotifCreatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
NotifCreatedEvent clone() => NotifCreatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
NotifCreatedEvent copyWith(void Function(NotifCreatedEvent) updates) => super.copyWith((message) => updates(message as NotifCreatedEvent)) as NotifCreatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static NotifCreatedEvent create() => NotifCreatedEvent._();
NotifCreatedEvent createEmptyInstance() => create();
static $pb.PbList<NotifCreatedEvent> createRepeated() => $pb.PbList<NotifCreatedEvent>();
@$core.pragma('dart2js:noInline')
static NotifCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<NotifCreatedEvent>(create);
static NotifCreatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
NotifCreatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(NotifCreatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
NotifCreatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class NotifCreatedRequest extends $pb.GeneratedMessage {
factory NotifCreatedRequest({

View File

@@ -47,25 +47,6 @@ final $typed_data.Uint8List notifCreatedPayloadDescriptor = $convert.base64Decod
'RhY3Rz0gEMRW50aXR5RG9tYWlu0gEKRW50aXR5VHlwZdIBC0VudGl0eVJlZklEorsYBUV2ZW50'
'qLsYAbq7GAdDcmVhdGVk');
@$core.Deprecated('Use notifCreatedEventDescriptor instead')
const NotifCreatedEvent$json = {
'1': 'NotifCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.NotifCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `NotifCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List notifCreatedEventDescriptor = $convert.base64Decode(
'ChFOb3RpZkNyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCP'
'pCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJ'
'RBI8CgdQYXlsb2FkGAMgASgLMhguYXBpLk5vdGlmQ3JlYXRlZFBheWxvYWRCCPpCBYoBAhABUg'
'dQYXlsb2FkOjeSQSAKHtIBBkhlYWRlctIBCEVudGl0eUlE0gEHUGF5bG9hZKK7GAVFdmVudLq7'
'GAdDcmVhdGVk');
@$core.Deprecated('Use notifCreatedRequestDescriptor instead')
const NotifCreatedRequest$json = {
'1': 'NotifCreatedRequest',

File diff suppressed because it is too large Load Diff

View File

@@ -54,28 +54,9 @@ final $typed_data.Uint8List orderCreatedPayloadDescriptor = $convert.base64Decod
'eXBlIG9mIGNhcnJpZXIgc2VydmljZVIOQ2FycmllclNlcnZpY2USTwoTUmVxdWVzdGVkTWlsZX'
'N0b25lcxgKIAEoCzIdLmFwaS5PcmRlclJlcXVlc3RlZE1pbGVzdG9uZXNSE1JlcXVlc3RlZE1p'
'bGVzdG9uZXMSRwoFTGluZXMYCyADKAsyDi5hcGkuT3JkZXJMaW5lQiGSQRQyEkxpbmVzIG9mIH'
'RoZSBvcmRlcurBGAZMaW5lSURSBUxpbmVzOmSSQSYKJNIBEENyZWF0aW9uRGF0ZVRpbWXSAQVC'
'RoZSBvcmRlcurBGAZMaW5lSURSBUxpbmVzOnqSQSYKJNIBEENyZWF0aW9uRGF0ZVRpbWXSAQVC'
'dXllctIBBlNoaXBUb6K7GAVFdmVudKi7GAG6uxgHQ3JlYXRlZMq7GB9jb21wdXRlRXF1aXZhbG'
'VudExWQmFzZVF1YW50aXR5');
@$core.Deprecated('Use orderCreatedEventDescriptor instead')
const OrderCreatedEvent$json = {
'1': 'OrderCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderCreatedEventDescriptor = $convert.base64Decode(
'ChFPcmRlckNyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCP'
'pCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJ'
'RBI8CgdQYXlsb2FkGAMgASgLMhguYXBpLk9yZGVyQ3JlYXRlZFBheWxvYWRCCPpCBYoBAhABUg'
'dQYXlsb2FkOk2iuxgFRXZlbnS6uxgHQ3JlYXRlZMq7GB9jb21wdXRlRXF1aXZhbGVudExWQmFz'
'ZVF1YW50aXR52rsYEnZlcmlmeUFjdG9yUGFydG5lcg==');
'VudExWQmFzZVF1YW50aXR52rsYEnZlcmlmeUFjdG9yUGFydG5lcg==');
@$core.Deprecated('Use orderCreatedRequestDescriptor instead')
const OrderCreatedRequest$json = {
@@ -146,29 +127,10 @@ final $typed_data.Uint8List orderExecutionflowDetectedPayloadDescriptor = $conve
'dGVkTWlsZXN0b25lc1ITUmVxdWVzdGVkTWlsZXN0b25lcxJPCgVMaW5lcxgLIAMoCzIOLmFwaS'
'5PcmRlckxpbmVCKZJBFDISTGluZXMgb2YgdGhlIG9yZGVy+kIFkgECCAHqwRgGTGluZUlEUgVM'
'aW5lcxJiChRFeGVjdXRpb25mbG93U3VtbWFyeRgNIAMoCzIZLmFwaS5FeGVjdXRpb25mbG93U3'
'VtbWFyeUIT6sEYD0V4ZWN1dGlvbmZsb3dJRFIURXhlY3V0aW9uZmxvd1N1bW1hcnk6apJBHgoc'
'0gEQQ3JlYXRpb25EYXRlVGltZdIBBlNoaXBUb6K7GAVFdmVudKi7GAG6uxgVRXhlY3V0aW9uZm'
'xvd0RldGVjdGVkyrsYH2NvbXB1dGVFcXVpdmFsZW50TFZCYXNlUXVhbnRpdHk=');
@$core.Deprecated('Use orderExecutionflowDetectedEventDescriptor instead')
const OrderExecutionflowDetectedEvent$json = {
'1': 'OrderExecutionflowDetectedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderExecutionflowDetectedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderExecutionflowDetectedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderExecutionflowDetectedEventDescriptor = $convert.base64Decode(
'Ch9PcmRlckV4ZWN1dGlvbmZsb3dEZXRlY3RlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS'
'5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuT3JkZXJFeGVjdXRpb25mbG'
'93RGV0ZWN0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDpborsYBUV2ZW50ursYFUV4ZWN1'
'dGlvbmZsb3dEZXRlY3RlZMq7GB9jb21wdXRlRXF1aXZhbGVudExWQmFzZVF1YW50aXR52rsYEn'
'ZlcmlmeUFjdG9yUGFydG5lcg==');
'VtbWFyeUIT6sEYD0V4ZWN1dGlvbmZsb3dJRFIURXhlY3V0aW9uZmxvd1N1bW1hcnk6gAGSQR4K'
'HNIBEENyZWF0aW9uRGF0ZVRpbWXSAQZTaGlwVG+iuxgFRXZlbnSouxgBursYFUV4ZWN1dGlvbm'
'Zsb3dEZXRlY3RlZMq7GB9jb21wdXRlRXF1aXZhbGVudExWQmFzZVF1YW50aXR52rsYEnZlcmlm'
'eUFjdG9yUGFydG5lcg==');
@$core.Deprecated('Use orderExecutionflowDetectedRequestDescriptor instead')
const OrderExecutionflowDetectedRequest$json = {
@@ -216,24 +178,6 @@ const OrderCancelledPayload$json = {
final $typed_data.Uint8List orderCancelledPayloadDescriptor = $convert.base64Decode(
'ChVPcmRlckNhbmNlbGxlZFBheWxvYWQ6GqK7GAVFdmVudKi7GAG6uxgJQ2FuY2VsbGVk');
@$core.Deprecated('Use orderCancelledEventDescriptor instead')
const OrderCancelledEvent$json = {
'1': 'OrderCancelledEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderCancelledPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderCancelledEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderCancelledEventDescriptor = $convert.base64Decode(
'ChNPcmRlckNhbmNlbGxlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
'II+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFS'
'AklEEj4KB1BheWxvYWQYAyABKAsyGi5hcGkuT3JkZXJDYW5jZWxsZWRQYXlsb2FkQgj6QgWKAQ'
'IQAVIHUGF5bG9hZDoWorsYBUV2ZW50ursYCUNhbmNlbGxlZA==');
@$core.Deprecated('Use orderCancelledRequestDescriptor instead')
const OrderCancelledRequest$json = {
'1': 'OrderCancelledRequest',
@@ -277,25 +221,8 @@ const OrderAnonymisedPayload$json = {
/// Descriptor for `OrderAnonymisedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderAnonymisedPayloadDescriptor = $convert.base64Decode(
'ChZPcmRlckFub255bWlzZWRQYXlsb2FkOhuiuxgFRXZlbnSouxgBursYCkFub255bWlzZWQ=');
@$core.Deprecated('Use orderAnonymisedEventDescriptor instead')
const OrderAnonymisedEvent$json = {
'1': 'OrderAnonymisedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderAnonymisedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderAnonymisedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderAnonymisedEventDescriptor = $convert.base64Decode(
'ChRPcmRlckFub255bWlzZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhAB'
'UgJJRBI/CgdQYXlsb2FkGAMgASgLMhsuYXBpLk9yZGVyQW5vbnltaXNlZFBheWxvYWRCCPpCBY'
'oBAhABUgdQYXlsb2FkOiSiuxgFRXZlbnS6uxgKQW5vbnltaXNlZMq7GAlhbm9ueW1pc2U=');
'ChZPcmRlckFub255bWlzZWRQYXlsb2FkOiiiuxgFRXZlbnSouxgBursYCkFub255bWlzZWTKux'
'gJYW5vbnltaXNl');
@$core.Deprecated('Use orderAnonymisedRequestDescriptor instead')
const OrderAnonymisedRequest$json = {
@@ -344,27 +271,8 @@ const OrderShipperAssignedPayload$json = {
/// Descriptor for `OrderShipperAssignedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderShipperAssignedPayloadDescriptor = $convert.base64Decode(
'ChtPcmRlclNoaXBwZXJBc3NpZ25lZFBheWxvYWQSTQoIU2hpcEZyb20YASABKAsyDi5hcGkuVH'
'JhZGVUaWVyQiGSQR4yHFdoZXJlIHRvIHNoaXAgdGhlIG9yZGVyIGZyb21SCFNoaXBGcm9tOiCi'
'uxgFRXZlbnSouxgBursYD1NoaXBwZXJBc3NpZ25lZA==');
@$core.Deprecated('Use orderShipperAssignedEventDescriptor instead')
const OrderShipperAssignedEvent$json = {
'1': 'OrderShipperAssignedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderShipperAssignedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderShipperAssignedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderShipperAssignedEventDescriptor = $convert.base64Decode(
'ChlPcmRlclNoaXBwZXJBc3NpZ25lZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuT3JkZXJTaGlwcGVyQXNzaWduZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDoyorsYBUV2ZW50ursYD1NoaXBwZXJBc3NpZ25lZNq7'
'GBJ2ZXJpZnlBY3RvclBhcnRuZXI=');
'JhZGVUaWVyQiGSQR4yHFdoZXJlIHRvIHNoaXAgdGhlIG9yZGVyIGZyb21SCFNoaXBGcm9tOjai'
'uxgFRXZlbnSouxgBursYD1NoaXBwZXJBc3NpZ25lZNq7GBJ2ZXJpZnlBY3RvclBhcnRuZXI=');
@$core.Deprecated('Use orderShipperAssignedRequestDescriptor instead')
const OrderShipperAssignedRequest$json = {
@@ -412,25 +320,6 @@ final $typed_data.Uint8List orderPartiallyCompletedPayloadDescriptor = $convert.
'Ch5PcmRlclBhcnRpYWxseUNvbXBsZXRlZFBheWxvYWQ6I6K7GAVFdmVudKi7GAG6uxgSUGFydG'
'lhbGx5Q29tcGxldGVk');
@$core.Deprecated('Use orderPartiallyCompletedEventDescriptor instead')
const OrderPartiallyCompletedEvent$json = {
'1': 'OrderPartiallyCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderPartiallyCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderPartiallyCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderPartiallyCompletedEventDescriptor = $convert.base64Decode(
'ChxPcmRlclBhcnRpYWxseUNvbXBsZXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuT3JkZXJQYXJ0aWFsbHlDb21wbG'
'V0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDoforsYBUV2ZW50ursYElBhcnRpYWxseUNv'
'bXBsZXRlZA==');
@$core.Deprecated('Use orderPartiallyCompletedRequestDescriptor instead')
const OrderPartiallyCompletedRequest$json = {
'1': 'OrderPartiallyCompletedRequest',
@@ -482,25 +371,6 @@ final $typed_data.Uint8List orderRequestedDeliveryDateDefinedPayloadDescriptor =
'c3RvbmVzLlJlcXVlc3RlZERlbGl2ZXJ5RGF0ZVRpbWVSGVJlcXVlc3RlZERlbGl2ZXJ5RGF0ZV'
'RpbWU6LaK7GAVFdmVudKi7GAG6uxgcUmVxdWVzdGVkRGVsaXZlcnlEYXRlRGVmaW5lZA==');
@$core.Deprecated('Use orderRequestedDeliveryDateDefinedEventDescriptor instead')
const OrderRequestedDeliveryDateDefinedEvent$json = {
'1': 'OrderRequestedDeliveryDateDefinedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderRequestedDeliveryDateDefinedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderRequestedDeliveryDateDefinedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderRequestedDeliveryDateDefinedEventDescriptor = $convert.base64Decode(
'CiZPcmRlclJlcXVlc3RlZERlbGl2ZXJ5RGF0ZURlZmluZWRFdmVudBIyCgZIZWFkZXIYASABKA'
'syEC5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGku'
'RW50aXR5SURCCPpCBYoBAhABUgJJRBJRCgdQYXlsb2FkGAMgASgLMi0uYXBpLk9yZGVyUmVxdW'
'VzdGVkRGVsaXZlcnlEYXRlRGVmaW5lZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOimiuxgF'
'RXZlbnS6uxgcUmVxdWVzdGVkRGVsaXZlcnlEYXRlRGVmaW5lZA==');
@$core.Deprecated('Use orderRequestedDeliveryDateDefinedRequestDescriptor instead')
const OrderRequestedDeliveryDateDefinedRequest$json = {
'1': 'OrderRequestedDeliveryDateDefinedRequest',
@@ -550,28 +420,9 @@ const OrderExecutionflowETAUpdatedPayload$json = {
final $typed_data.Uint8List orderExecutionflowETAUpdatedPayloadDescriptor = $convert.base64Decode(
'CiNPcmRlckV4ZWN1dGlvbmZsb3dFVEFVcGRhdGVkUGF5bG9hZBJiChFFeGVjdXRpb25mbG93RV'
'RBcxgBIAMoCzIXLmFwaS5FVEFieUV4ZWN1dGlvbmZsb3dCG/pCBZIBAggB6sEYD0V4ZWN1dGlv'
'bmZsb3dJRFIRRXhlY3V0aW9uZmxvd0VUQXM6KKK7GAVFdmVudKi7GAG6uxgXRXhlY3V0aW9uZm'
'xvd0VUQVVwZGF0ZWQ=');
@$core.Deprecated('Use orderExecutionflowETAUpdatedEventDescriptor instead')
const OrderExecutionflowETAUpdatedEvent$json = {
'1': 'OrderExecutionflowETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderExecutionflowETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderExecutionflowETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderExecutionflowETAUpdatedEventDescriptor = $convert.base64Decode(
'CiFPcmRlckV4ZWN1dGlvbmZsb3dFVEFVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5PcmRlckV4ZWN1dGlvbm'
'Zsb3dFVEFVcGRhdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6VKK7GAVFdmVudLq7GBdF'
'eGVjdXRpb25mbG93RVRBVXBkYXRlZMq7GAtjb21wdXRlRVRBc9q7GB1zZXRFeGVjdXRpb25mbG'
'93RVRBQWN0dWFsRGF0ZQ==');
'bmZsb3dJRFIRRXhlY3V0aW9uZmxvd0VUQXM6WKK7GAVFdmVudKi7GAG6uxgXRXhlY3V0aW9uZm'
'xvd0VUQVVwZGF0ZWTKuxgLY29tcHV0ZUVUQXPauxgdc2V0RXhlY3V0aW9uZmxvd0VUQUFjdHVh'
'bERhdGU=');
@$core.Deprecated('Use orderExecutionflowETAUpdatedRequestDescriptor instead')
const OrderExecutionflowETAUpdatedRequest$json = {
@@ -624,24 +475,6 @@ final $typed_data.Uint8List orderCompletedPayloadDescriptor = $convert.base64Dec
'gLMg0uYXBpLkRhdGVUaW1lQgj6QgWKAQIQAVIYQWN0dWFsQ29tcGxldGlvbkRhdGVUaW1lOhqi'
'uxgFRXZlbnSouxgBursYCUNvbXBsZXRlZA==');
@$core.Deprecated('Use orderCompletedEventDescriptor instead')
const OrderCompletedEvent$json = {
'1': 'OrderCompletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderCompletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderCompletedEventDescriptor = $convert.base64Decode(
'ChNPcmRlckNvbXBsZXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
'II+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFS'
'AklEEj4KB1BheWxvYWQYAyABKAsyGi5hcGkuT3JkZXJDb21wbGV0ZWRQYXlsb2FkQgj6QgWKAQ'
'IQAVIHUGF5bG9hZDoWorsYBUV2ZW50ursYCUNvbXBsZXRlZA==');
@$core.Deprecated('Use orderCompletedRequestDescriptor instead')
const OrderCompletedRequest$json = {
'1': 'OrderCompletedRequest',
@@ -690,27 +523,8 @@ const OrderExecutionflowUpdatedPayload$json = {
final $typed_data.Uint8List orderExecutionflowUpdatedPayloadDescriptor = $convert.base64Decode(
'CiBPcmRlckV4ZWN1dGlvbmZsb3dVcGRhdGVkUGF5bG9hZBJiChRFeGVjdXRpb25mbG93U3VtbW'
'FyeRgBIAMoCzIZLmFwaS5FeGVjdXRpb25mbG93U3VtbWFyeUIT6sEYD0V4ZWN1dGlvbmZsb3dJ'
'RFIURXhlY3V0aW9uZmxvd1N1bW1hcnk6JaK7GAVFdmVudKi7GAG6uxgURXhlY3V0aW9uZmxvd1'
'VwZGF0ZWQ=');
@$core.Deprecated('Use orderExecutionflowUpdatedEventDescriptor instead')
const OrderExecutionflowUpdatedEvent$json = {
'1': 'OrderExecutionflowUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderExecutionflowUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderExecutionflowUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderExecutionflowUpdatedEventDescriptor = $convert.base64Decode(
'Ch5PcmRlckV4ZWN1dGlvbmZsb3dVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5PcmRlckV4ZWN1dGlvbmZsb3'
'dVcGRhdGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6M6K7GAVFdmVudLq7GBRFeGVjdXRp'
'b25mbG93VXBkYXRlZMq7GA5jb21wdXRlQ2Fycmllcg==');
'RFIURXhlY3V0aW9uZmxvd1N1bW1hcnk6N6K7GAVFdmVudKi7GAG6uxgURXhlY3V0aW9uZmxvd1'
'VwZGF0ZWTKuxgOY29tcHV0ZUNhcnJpZXI=');
@$core.Deprecated('Use orderExecutionflowUpdatedRequestDescriptor instead')
const OrderExecutionflowUpdatedRequest$json = {
@@ -765,24 +579,6 @@ final $typed_data.Uint8List orderMetaDataUpdatedPayloadDescriptor = $convert.bas
'Aoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANL'
'ZXlSCE1ldGFEYXRhOiCiuxgFRXZlbnSouxgBursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use orderMetaDataUpdatedEventDescriptor instead')
const OrderMetaDataUpdatedEvent$json = {
'1': 'OrderMetaDataUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderMetaDataUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderMetaDataUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderMetaDataUpdatedEventDescriptor = $convert.base64Decode(
'ChlPcmRlck1ldGFEYXRhVXBkYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuT3JkZXJNZXRhRGF0YVVwZGF0ZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDocorsYBUV2ZW50ursYD01ldGFEYXRhVXBkYXRlZA==');
@$core.Deprecated('Use orderMetaDataUpdatedRequestDescriptor instead')
const OrderMetaDataUpdatedRequest$json = {
'1': 'OrderMetaDataUpdatedRequest',
@@ -833,26 +629,8 @@ final $typed_data.Uint8List orderCarrierUpdatedPayloadDescriptor = $convert.base
'ChpPcmRlckNhcnJpZXJVcGRhdGVkUGF5bG9hZBJOCgdDYXJyaWVyGAEgASgLMg4uYXBpLlRyYW'
'RlVGllckIkkkEhMh9EZWZpbml0aW9uIG9mIHRoZSBvcmRlciBjYXJyaWVyUgdDYXJyaWVyEkQK'
'DkNhcnJpZXJTZXJ2aWNlGAIgASgJQhySQRkyF1R5cGUgb2YgY2FycmllciBzZXJ2aWNlUg5DYX'
'JyaWVyU2VydmljZToforsYBUV2ZW50qLsYAbq7GA5DYXJyaWVyVXBkYXRlZA==');
@$core.Deprecated('Use orderCarrierUpdatedEventDescriptor instead')
const OrderCarrierUpdatedEvent$json = {
'1': 'OrderCarrierUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderCarrierUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderCarrierUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderCarrierUpdatedEventDescriptor = $convert.base64Decode(
'ChhPcmRlckNhcnJpZXJVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG'
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK'
'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5PcmRlckNhcnJpZXJVcGRhdGVkUGF5bG'
'9hZEII+kIFigECEAFSB1BheWxvYWQ6MaK7GAVFdmVudLq7GA5DYXJyaWVyVXBkYXRlZNq7GBJ2'
'ZXJpZnlBY3RvclBhcnRuZXI=');
'JyaWVyU2VydmljZTo1orsYBUV2ZW50qLsYAbq7GA5DYXJyaWVyVXBkYXRlZNq7GBJ2ZXJpZnlB'
'Y3RvclBhcnRuZXI=');
@$core.Deprecated('Use orderCarrierUpdatedRequestDescriptor instead')
const OrderCarrierUpdatedRequest$json = {
@@ -902,26 +680,8 @@ const OrderAttachmentAddedPayload$json = {
final $typed_data.Uint8List orderAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'ChtPcmRlckF0dGFjaG1lbnRBZGRlZFBheWxvYWQSYwoLQXR0YWNobWVudHMYASADKAsyFi5hcG'
'kuQXR0YWNobWVudFN1bW1hcnlCKZJBJjIkTnVtYmVyIG9mIGF0dGFjaG1lbnRzIGFkZGVkIHBl'
'ciB0eXBlUgtBdHRhY2htZW50czogorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWQ=');
@$core.Deprecated('Use orderAttachmentAddedEventDescriptor instead')
const OrderAttachmentAddedEvent$json = {
'1': 'OrderAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChlPcmRlckF0dGFjaG1lbnRBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIF'
'igECEAFSAklEEkQKB1BheWxvYWQYAyABKAsyIC5hcGkuT3JkZXJBdHRhY2htZW50QWRkZWRQYX'
'lsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDotorsYBUV2ZW50ursYD0F0dGFjaG1lbnRBZGRlZNq7'
'GA1hZGRBdHRhY2htZW50');
'ciB0eXBlUgtBdHRhY2htZW50czoxorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZWTaux'
'gNYWRkQXR0YWNobWVudA==');
@$core.Deprecated('Use orderAttachmentAddedRequestDescriptor instead')
const OrderAttachmentAddedRequest$json = {
@@ -971,27 +731,8 @@ const OrderAttachmentRemovedPayload$json = {
final $typed_data.Uint8List orderAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'Ch1PcmRlckF0dGFjaG1lbnRSZW1vdmVkUGF5bG9hZBJlCgtBdHRhY2htZW50cxgBIAMoCzIWLm'
'FwaS5BdHRhY2htZW50U3VtbWFyeUIrkkEoMiZOdW1iZXIgb2YgYXR0YWNobWVudHMgcmVtb3Zl'
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6IqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWQ=');
@$core.Deprecated('Use orderAttachmentRemovedEventDescriptor instead')
const OrderAttachmentRemovedEvent$json = {
'1': 'OrderAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderAttachmentRemovedEventDescriptor = $convert.base64Decode(
'ChtPcmRlckF0dGFjaG1lbnRSZW1vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5PcmRlckF0dGFjaG1lbnRSZW1vdm'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6MqK7GAVFdmVudLq7GBFBdHRhY2htZW50UmVt'
'b3ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
'ZCBwZXIgdHlwZVILQXR0YWNobWVudHM6NqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudFJlbW'
'92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use orderAttachmentRemovedRequestDescriptor instead')
const OrderAttachmentRemovedRequest$json = {
@@ -1041,25 +782,7 @@ const OrderClaimAddedPayload$json = {
final $typed_data.Uint8List orderClaimAddedPayloadDescriptor = $convert.base64Decode(
'ChZPcmRlckNsYWltQWRkZWRQYXlsb2FkEl4KBkNsYWltcxgBIAMoCzIRLmFwaS5DbGFpbVN1bW'
'1hcnlCM5JBITIfTnVtYmVyIG9mIGNsYWltcyBhZGRlZCBwZXIgdHlwZerBGAtDbGFpbVR5cGVJ'
'RFIGQ2xhaW1zOhuiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWQ=');
@$core.Deprecated('Use orderClaimAddedEventDescriptor instead')
const OrderClaimAddedEvent$json = {
'1': 'OrderClaimAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.OrderClaimAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderClaimAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderClaimAddedEventDescriptor = $convert.base64Decode(
'ChRPcmRlckNsYWltQWRkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhAB'
'UgJJRBI/CgdQYXlsb2FkGAMgASgLMhsuYXBpLk9yZGVyQ2xhaW1BZGRlZFBheWxvYWRCCPpCBY'
'oBAhABUgdQYXlsb2FkOiOiuxgFRXZlbnS6uxgKQ2xhaW1BZGRlZNq7GAhhZGRDbGFpbQ==');
'RFIGQ2xhaW1zOieiuxgFRXZlbnSouxgBursYCkNsYWltQWRkZWTauxgIYWRkQ2xhaW0=');
@$core.Deprecated('Use orderClaimAddedRequestDescriptor instead')
const OrderClaimAddedRequest$json = {
@@ -1107,24 +830,6 @@ final $typed_data.Uint8List orderDeletedPayloadDescriptor = $convert.base64Decod
'ChNPcmRlckRlbGV0ZWRQYXlsb2FkOiySQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GA'
'G6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use orderDeletedEventDescriptor instead')
const OrderDeletedEvent$json = {
'1': 'OrderDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.OrderDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `OrderDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderDeletedEventDescriptor = $convert.base64Decode(
'ChFPcmRlckRlbGV0ZWRFdmVudBIoCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJSBk'
'hlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSMgoHUGF5bG9hZBgDIAEoCzIY'
'LmFwaS5PcmRlckRlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRGVsZXRlZA'
'==');
@$core.Deprecated('Use orderDeletedRequestDescriptor instead')
const OrderDeletedRequest$json = {
'1': 'OrderDeletedRequest',

View File

@@ -121,91 +121,6 @@ class PartnerCreatedPayload extends $pb.GeneratedMessage {
$core.List<$core.String> get allowedRoles => $_getList(4);
}
/// Event message
class PartnerCreatedEvent extends $pb.GeneratedMessage {
factory PartnerCreatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
PartnerCreatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
PartnerCreatedEvent._() : super();
factory PartnerCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory PartnerCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PartnerCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<PartnerCreatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: PartnerCreatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
PartnerCreatedEvent clone() => PartnerCreatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
PartnerCreatedEvent copyWith(void Function(PartnerCreatedEvent) updates) => super.copyWith((message) => updates(message as PartnerCreatedEvent)) as PartnerCreatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static PartnerCreatedEvent create() => PartnerCreatedEvent._();
PartnerCreatedEvent createEmptyInstance() => create();
static $pb.PbList<PartnerCreatedEvent> createRepeated() => $pb.PbList<PartnerCreatedEvent>();
@$core.pragma('dart2js:noInline')
static PartnerCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<PartnerCreatedEvent>(create);
static PartnerCreatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
PartnerCreatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(PartnerCreatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
PartnerCreatedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class PartnerCreatedRequest extends $pb.GeneratedMessage {
factory PartnerCreatedRequest({
@@ -392,91 +307,6 @@ class PartnerDeletedPayload extends $pb.GeneratedMessage {
static PartnerDeletedPayload? _defaultInstance;
}
/// Event message
class PartnerDeletedEvent extends $pb.GeneratedMessage {
factory PartnerDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
PartnerDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
PartnerDeletedEvent._() : super();
factory PartnerDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory PartnerDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PartnerDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<PartnerDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: PartnerDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
PartnerDeletedEvent clone() => PartnerDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
PartnerDeletedEvent copyWith(void Function(PartnerDeletedEvent) updates) => super.copyWith((message) => updates(message as PartnerDeletedEvent)) as PartnerDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static PartnerDeletedEvent create() => PartnerDeletedEvent._();
PartnerDeletedEvent createEmptyInstance() => create();
static $pb.PbList<PartnerDeletedEvent> createRepeated() => $pb.PbList<PartnerDeletedEvent>();
@$core.pragma('dart2js:noInline')
static PartnerDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<PartnerDeletedEvent>(create);
static PartnerDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
PartnerDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(PartnerDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
PartnerDeletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class PartnerDeletedRequest extends $pb.GeneratedMessage {
factory PartnerDeletedRequest({
@@ -675,90 +505,6 @@ class PartnerAttachmentAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class PartnerAttachmentAddedEvent extends $pb.GeneratedMessage {
factory PartnerAttachmentAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
PartnerAttachmentAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
PartnerAttachmentAddedEvent._() : super();
factory PartnerAttachmentAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory PartnerAttachmentAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PartnerAttachmentAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<PartnerAttachmentAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: PartnerAttachmentAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
PartnerAttachmentAddedEvent clone() => PartnerAttachmentAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
PartnerAttachmentAddedEvent copyWith(void Function(PartnerAttachmentAddedEvent) updates) => super.copyWith((message) => updates(message as PartnerAttachmentAddedEvent)) as PartnerAttachmentAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static PartnerAttachmentAddedEvent create() => PartnerAttachmentAddedEvent._();
PartnerAttachmentAddedEvent createEmptyInstance() => create();
static $pb.PbList<PartnerAttachmentAddedEvent> createRepeated() => $pb.PbList<PartnerAttachmentAddedEvent>();
@$core.pragma('dart2js:noInline')
static PartnerAttachmentAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<PartnerAttachmentAddedEvent>(create);
static PartnerAttachmentAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
PartnerAttachmentAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(PartnerAttachmentAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
PartnerAttachmentAddedPayload ensurePayload() => $_ensure(2);
}
class PartnerAttachmentAddedRequest extends $pb.GeneratedMessage {
factory PartnerAttachmentAddedRequest({
$29.RequestProjectHeader? header,
@@ -955,90 +701,6 @@ class PartnerAttachmentRemovedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class PartnerAttachmentRemovedEvent extends $pb.GeneratedMessage {
factory PartnerAttachmentRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
PartnerAttachmentRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
PartnerAttachmentRemovedEvent._() : super();
factory PartnerAttachmentRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory PartnerAttachmentRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PartnerAttachmentRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<PartnerAttachmentRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: PartnerAttachmentRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
PartnerAttachmentRemovedEvent clone() => PartnerAttachmentRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
PartnerAttachmentRemovedEvent copyWith(void Function(PartnerAttachmentRemovedEvent) updates) => super.copyWith((message) => updates(message as PartnerAttachmentRemovedEvent)) as PartnerAttachmentRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static PartnerAttachmentRemovedEvent create() => PartnerAttachmentRemovedEvent._();
PartnerAttachmentRemovedEvent createEmptyInstance() => create();
static $pb.PbList<PartnerAttachmentRemovedEvent> createRepeated() => $pb.PbList<PartnerAttachmentRemovedEvent>();
@$core.pragma('dart2js:noInline')
static PartnerAttachmentRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<PartnerAttachmentRemovedEvent>(create);
static PartnerAttachmentRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
PartnerAttachmentRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(PartnerAttachmentRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
PartnerAttachmentRemovedPayload ensurePayload() => $_ensure(2);
}
class PartnerAttachmentRemovedRequest extends $pb.GeneratedMessage {
factory PartnerAttachmentRemovedRequest({
$29.RequestProjectHeader? header,

View File

@@ -43,24 +43,6 @@ final $typed_data.Uint8List partnerCreatedPayloadDescriptor = $convert.base64Dec
'VzIGFsbG93ZWQgZm9yIHRoZXNlIHBhcnRuZXIncyB1c2Vyc1IMQWxsb3dlZFJvbGVzOhiiuxgF'
'RXZlbnSouxgBursYB0NyZWF0ZWQ=');
@$core.Deprecated('Use partnerCreatedEventDescriptor instead')
const PartnerCreatedEvent$json = {
'1': 'PartnerCreatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerCreatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `PartnerCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List partnerCreatedEventDescriptor = $convert.base64Decode(
'ChNQYXJ0bmVyQ3JlYXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
'II+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFS'
'AklEEj4KB1BheWxvYWQYAyABKAsyGi5hcGkuUGFydG5lckNyZWF0ZWRQYXlsb2FkQgj6QgWKAQ'
'IQAVIHUGF5bG9hZDoUorsYBUV2ZW50ursYB0NyZWF0ZWQ=');
@$core.Deprecated('Use partnerCreatedRequestDescriptor instead')
const PartnerCreatedRequest$json = {
'1': 'PartnerCreatedRequest',
@@ -106,24 +88,6 @@ const PartnerDeletedPayload$json = {
final $typed_data.Uint8List partnerDeletedPayloadDescriptor = $convert.base64Decode(
'ChVQYXJ0bmVyRGVsZXRlZFBheWxvYWQ6GKK7GAVFdmVudKi7GAG6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use partnerDeletedEventDescriptor instead')
const PartnerDeletedEvent$json = {
'1': 'PartnerDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.PartnerDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `PartnerDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List partnerDeletedEventDescriptor = $convert.base64Decode(
'ChNQYXJ0bmVyRGVsZXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlcl'
'IGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI0CgdQYXlsb2FkGAMgASgL'
'MhouYXBpLlBhcnRuZXJEZWxldGVkUGF5bG9hZFIHUGF5bG9hZDoUorsYBUV2ZW50ursYB0RlbG'
'V0ZWQ=');
@$core.Deprecated('Use partnerDeletedRequestDescriptor instead')
const PartnerDeletedRequest$json = {
'1': 'PartnerDeletedRequest',
@@ -171,27 +135,8 @@ const PartnerAttachmentAddedPayload$json = {
final $typed_data.Uint8List partnerAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'Ch1QYXJ0bmVyQXR0YWNobWVudEFkZGVkUGF5bG9hZBJjCgtBdHRhY2htZW50cxgBIAMoCzIWLm'
'FwaS5BdHRhY2htZW50U3VtbWFyeUIpkkEmMiROdW1iZXIgb2YgYXR0YWNobWVudHMgYWRkZWQg'
'cGVyIHR5cGVSC0F0dGFjaG1lbnRzOiCiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbnRBZGRlZA'
'==');
@$core.Deprecated('Use partnerAttachmentAddedEventDescriptor instead')
const PartnerAttachmentAddedEvent$json = {
'1': 'PartnerAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `PartnerAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List partnerAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChtQYXJ0bmVyQXR0YWNobWVudEFkZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5QYXJ0bmVyQXR0YWNobWVudEFkZG'
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6LaK7GAVFdmVudLq7GA9BdHRhY2htZW50QWRk'
'ZWTauxgNYWRkQXR0YWNobWVudA==');
'cGVyIHR5cGVSC0F0dGFjaG1lbnRzOjGiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbnRBZGRlZN'
'q7GA1hZGRBdHRhY2htZW50');
@$core.Deprecated('Use partnerAttachmentAddedRequestDescriptor instead')
const PartnerAttachmentAddedRequest$json = {
@@ -241,27 +186,8 @@ const PartnerAttachmentRemovedPayload$json = {
final $typed_data.Uint8List partnerAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'Ch9QYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRQYXlsb2FkEmUKC0F0dGFjaG1lbnRzGAEgAygLMh'
'YuYXBpLkF0dGFjaG1lbnRTdW1tYXJ5QiuSQSgyJk51bWJlciBvZiBhdHRhY2htZW50cyByZW1v'
'dmVkIHBlciB0eXBlUgtBdHRhY2htZW50czoiorsYBUV2ZW50qLsYAbq7GBFBdHRhY2htZW50Um'
'Vtb3ZlZA==');
@$core.Deprecated('Use partnerAttachmentRemovedEventDescriptor instead')
const PartnerAttachmentRemovedEvent$json = {
'1': 'PartnerAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `PartnerAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List partnerAttachmentRemovedEventDescriptor = $convert.base64Decode(
'Ch1QYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRX'
'ZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURC'
'CPpCBYoBAhABUgJJRBJICgdQYXlsb2FkGAMgASgLMiQuYXBpLlBhcnRuZXJBdHRhY2htZW50Um'
'Vtb3ZlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjKiuxgFRXZlbnS6uxgRQXR0YWNobWVu'
'dFJlbW92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
'dmVkIHBlciB0eXBlUgtBdHRhY2htZW50czo2orsYBUV2ZW50qLsYAbq7GBFBdHRhY2htZW50Um'
'Vtb3ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
@$core.Deprecated('Use partnerAttachmentRemovedRequestDescriptor instead')
const PartnerAttachmentRemovedRequest$json = {

View File

@@ -1521,6 +1521,74 @@ class GenericObjectPayload extends $pb.GeneratedMessage {
static GenericObjectPayload? _defaultInstance;
}
class EntityEventResponse extends $pb.GeneratedMessage {
factory EntityEventResponse({
ResponseHeader? header,
EntityID? iD,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
return $result;
}
EntityEventResponse._() : super();
factory EntityEventResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory EntityEventResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'EntityEventResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: ResponseHeader.create)
..aOM<EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: EntityID.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
EntityEventResponse clone() => EntityEventResponse()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
EntityEventResponse copyWith(void Function(EntityEventResponse) updates) => super.copyWith((message) => updates(message as EntityEventResponse)) as EntityEventResponse;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static EntityEventResponse create() => EntityEventResponse._();
EntityEventResponse createEmptyInstance() => create();
static $pb.PbList<EntityEventResponse> createRepeated() => $pb.PbList<EntityEventResponse>();
@$core.pragma('dart2js:noInline')
static EntityEventResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<EntityEventResponse>(create);
static EntityEventResponse? _defaultInstance;
@$pb.TagNumber(1)
ResponseHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header(ResponseHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
ResponseHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD(EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
EntityID ensureID() => $_ensure(1);
}
/// Common structures
class DateTime extends $pb.GeneratedMessage {
factory DateTime({

View File

@@ -711,6 +711,20 @@ const GenericObjectPayload$json = {
final $typed_data.Uint8List genericObjectPayloadDescriptor = $convert.base64Decode(
'ChRHZW5lcmljT2JqZWN0UGF5bG9hZA==');
@$core.Deprecated('Use entityEventResponseDescriptor instead')
const EntityEventResponse$json = {
'1': 'EntityEventResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
};
/// Descriptor for `EntityEventResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List entityEventResponseDescriptor = $convert.base64Decode(
'ChNFbnRpdHlFdmVudFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS5SZXNwb25zZUhlYW'
'RlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRA==');
@$core.Deprecated('Use dateTimeDescriptor instead')
const DateTime$json = {
'1': 'DateTime',

View File

@@ -126,90 +126,6 @@ class StockMovedPayload extends $pb.GeneratedMessage {
$77.StockMovement ensureMovement() => $_ensure(3);
}
class StockMovedEvent extends $pb.GeneratedMessage {
factory StockMovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
StockMovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
StockMovedEvent._() : super();
factory StockMovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory StockMovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StockMovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<StockMovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: StockMovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
StockMovedEvent clone() => StockMovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
StockMovedEvent copyWith(void Function(StockMovedEvent) updates) => super.copyWith((message) => updates(message as StockMovedEvent)) as StockMovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static StockMovedEvent create() => StockMovedEvent._();
StockMovedEvent createEmptyInstance() => create();
static $pb.PbList<StockMovedEvent> createRepeated() => $pb.PbList<StockMovedEvent>();
@$core.pragma('dart2js:noInline')
static StockMovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<StockMovedEvent>(create);
static StockMovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
StockMovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(StockMovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
StockMovedPayload ensurePayload() => $_ensure(2);
}
class StockMovedRequest extends $pb.GeneratedMessage {
factory StockMovedRequest({
$29.RequestProjectHeader? header,
@@ -473,90 +389,6 @@ class StockSnapshottedPayload extends $pb.GeneratedMessage {
$77.StockSnapshot ensureSnapshot() => $_ensure(3);
}
class StockSnapshottedEvent extends $pb.GeneratedMessage {
factory StockSnapshottedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
StockSnapshottedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
StockSnapshottedEvent._() : super();
factory StockSnapshottedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory StockSnapshottedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StockSnapshottedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<StockSnapshottedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: StockSnapshottedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
StockSnapshottedEvent clone() => StockSnapshottedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
StockSnapshottedEvent copyWith(void Function(StockSnapshottedEvent) updates) => super.copyWith((message) => updates(message as StockSnapshottedEvent)) as StockSnapshottedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static StockSnapshottedEvent create() => StockSnapshottedEvent._();
StockSnapshottedEvent createEmptyInstance() => create();
static $pb.PbList<StockSnapshottedEvent> createRepeated() => $pb.PbList<StockSnapshottedEvent>();
@$core.pragma('dart2js:noInline')
static StockSnapshottedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<StockSnapshottedEvent>(create);
static StockSnapshottedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
StockSnapshottedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(StockSnapshottedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
StockSnapshottedPayload ensurePayload() => $_ensure(2);
}
class StockSnapshottedRequest extends $pb.GeneratedMessage {
factory StockSnapshottedRequest({
$29.RequestProjectHeader? header,
@@ -804,90 +636,6 @@ class StockDeletedPayload extends $pb.GeneratedMessage {
$78.ActorPayload ensureActor() => $_ensure(2);
}
class StockDeletedEvent extends $pb.GeneratedMessage {
factory StockDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
StockDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
StockDeletedEvent._() : super();
factory StockDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory StockDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StockDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<StockDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: StockDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
StockDeletedEvent clone() => StockDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
StockDeletedEvent copyWith(void Function(StockDeletedEvent) updates) => super.copyWith((message) => updates(message as StockDeletedEvent)) as StockDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static StockDeletedEvent create() => StockDeletedEvent._();
StockDeletedEvent createEmptyInstance() => create();
static $pb.PbList<StockDeletedEvent> createRepeated() => $pb.PbList<StockDeletedEvent>();
@$core.pragma('dart2js:noInline')
static StockDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<StockDeletedEvent>(create);
static StockDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
StockDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(StockDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
StockDeletedPayload ensurePayload() => $_ensure(2);
}
class StockDeletedRequest extends $pb.GeneratedMessage {
factory StockDeletedRequest({
$29.RequestProjectHeader? header,

View File

@@ -36,24 +36,6 @@ final $typed_data.Uint8List stockMovedPayloadDescriptor = $convert.base64Decode(
'uxgBursYBU1vdmVkyrsYK2NvbXB1dGVNb3ZlbWVudFF1YW50aXR5LHF1YW50aXR5QnlCcmFuY2'
'hMVnPauxgcZmlsdGVyTW92ZW1lbnQsc3RhY2tNb3ZlbWVudOK7GA9nZW5TdG9ja01vdmVkSWQ=');
@$core.Deprecated('Use stockMovedEventDescriptor instead')
const StockMovedEvent$json = {
'1': 'StockMovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.StockMovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `StockMovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List stockMovedEventDescriptor = $convert.base64Decode(
'Cg9TdG9ja01vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZGVyQgj6Qg'
'WKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWKAQIQAVICSUQS'
'OgoHUGF5bG9hZBgDIAEoCzIWLmFwaS5TdG9ja01vdmVkUGF5bG9hZEII+kIFigECEAFSB1BheW'
'xvYWQ6EqK7GAVFdmVudLq7GAVNb3ZlZA==');
@$core.Deprecated('Use stockMovedRequestDescriptor instead')
const StockMovedRequest$json = {
'1': 'StockMovedRequest',
@@ -117,24 +99,6 @@ final $typed_data.Uint8List stockSnapshottedPayloadDescriptor = $convert.base64D
'JhbmNoTFZz2rsYGGN1bXVsYXRlU25hcHNob3RRdWFudGl0eeK7GBVnZW5TdG9ja1NuYXBzaG90'
'dGVkSWQ=');
@$core.Deprecated('Use stockSnapshottedEventDescriptor instead')
const StockSnapshottedEvent$json = {
'1': 'StockSnapshottedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.StockSnapshottedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `StockSnapshottedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List stockSnapshottedEventDescriptor = $convert.base64Decode(
'ChVTdG9ja1NuYXBzaG90dGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZG'
'VyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWKAQIQ'
'AVICSUQSQAoHUGF5bG9hZBgDIAEoCzIcLmFwaS5TdG9ja1NuYXBzaG90dGVkUGF5bG9hZEII+k'
'IFigECEAFSB1BheWxvYWQ6GKK7GAVFdmVudLq7GAtTbmFwc2hvdHRlZA==');
@$core.Deprecated('Use stockSnapshottedRequestDescriptor instead')
const StockSnapshottedRequest$json = {
'1': 'StockSnapshottedRequest',
@@ -194,24 +158,6 @@ final $typed_data.Uint8List stockDeletedPayloadDescriptor = $convert.base64Decod
'BiZWVuIGRlbGV0ZWTSAQVHb29kc9IBB0FjdG9ySUSiuxgFRXZlbnSouxgBursYB0RlbGV0ZWTa'
'uxgPY2hlY2tFbXB0eVN0b2Nr4rsYEWdlblN0b2NrRGVsZXRlZElk');
@$core.Deprecated('Use stockDeletedEventDescriptor instead')
const StockDeletedEvent$json = {
'1': 'StockDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.StockDeletedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `StockDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List stockDeletedEventDescriptor = $convert.base64Decode(
'ChFTdG9ja0RlbGV0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCP'
'pCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJ'
'RBI8CgdQYXlsb2FkGAMgASgLMhguYXBpLlN0b2NrRGVsZXRlZFBheWxvYWRCCPpCBYoBAhABUg'
'dQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use stockDeletedRequestDescriptor instead')
const StockDeletedRequest$json = {
'1': 'StockDeletedRequest',

View File

@@ -61,90 +61,6 @@ class TrackingNotifiedPayload extends $pb.GeneratedMessage {
$core.List<$80.TrackingEvent> get events => $_getList(0);
}
class TrackingNotifiedEvent extends $pb.GeneratedMessage {
factory TrackingNotifiedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingNotifiedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingNotifiedEvent._() : super();
factory TrackingNotifiedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingNotifiedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingNotifiedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingNotifiedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingNotifiedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingNotifiedEvent clone() => TrackingNotifiedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingNotifiedEvent copyWith(void Function(TrackingNotifiedEvent) updates) => super.copyWith((message) => updates(message as TrackingNotifiedEvent)) as TrackingNotifiedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingNotifiedEvent create() => TrackingNotifiedEvent._();
TrackingNotifiedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingNotifiedEvent> createRepeated() => $pb.PbList<TrackingNotifiedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingNotifiedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingNotifiedEvent>(create);
static TrackingNotifiedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingNotifiedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingNotifiedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingNotifiedPayload ensurePayload() => $_ensure(2);
}
class TrackingNotifiedRequest extends $pb.GeneratedMessage {
factory TrackingNotifiedRequest({
$29.RequestProjectHeader? header,
@@ -426,90 +342,6 @@ class TrackingDispatchedPayload extends $pb.GeneratedMessage {
$79.TradeTier ensureHUShipTo() => $_ensure(5);
}
class TrackingDispatchedEvent extends $pb.GeneratedMessage {
factory TrackingDispatchedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingDispatchedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingDispatchedEvent._() : super();
factory TrackingDispatchedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingDispatchedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingDispatchedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingDispatchedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingDispatchedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingDispatchedEvent clone() => TrackingDispatchedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingDispatchedEvent copyWith(void Function(TrackingDispatchedEvent) updates) => super.copyWith((message) => updates(message as TrackingDispatchedEvent)) as TrackingDispatchedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingDispatchedEvent create() => TrackingDispatchedEvent._();
TrackingDispatchedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingDispatchedEvent> createRepeated() => $pb.PbList<TrackingDispatchedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingDispatchedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingDispatchedEvent>(create);
static TrackingDispatchedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingDispatchedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingDispatchedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingDispatchedPayload ensurePayload() => $_ensure(2);
}
class TrackingDispatchedRequest extends $pb.GeneratedMessage {
factory TrackingDispatchedRequest({
$29.RequestProjectHeader? header,
@@ -774,90 +606,6 @@ class TrackingHULabeledPayload extends $pb.GeneratedMessage {
$79.TradeTier ensureHUShipTo() => $_ensure(4);
}
class TrackingHULabeledEvent extends $pb.GeneratedMessage {
factory TrackingHULabeledEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingHULabeledPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingHULabeledEvent._() : super();
factory TrackingHULabeledEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingHULabeledEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingHULabeledEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingHULabeledPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingHULabeledPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingHULabeledEvent clone() => TrackingHULabeledEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingHULabeledEvent copyWith(void Function(TrackingHULabeledEvent) updates) => super.copyWith((message) => updates(message as TrackingHULabeledEvent)) as TrackingHULabeledEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingHULabeledEvent create() => TrackingHULabeledEvent._();
TrackingHULabeledEvent createEmptyInstance() => create();
static $pb.PbList<TrackingHULabeledEvent> createRepeated() => $pb.PbList<TrackingHULabeledEvent>();
@$core.pragma('dart2js:noInline')
static TrackingHULabeledEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingHULabeledEvent>(create);
static TrackingHULabeledEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingHULabeledPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingHULabeledPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingHULabeledPayload ensurePayload() => $_ensure(2);
}
class TrackingHULabeledRequest extends $pb.GeneratedMessage {
factory TrackingHULabeledRequest({
$29.RequestProjectHeader? header,
@@ -1122,90 +870,6 @@ class TrackingSwitchedPayload extends $pb.GeneratedMessage {
$79.TradeTier ensureNextHUShipTo() => $_ensure(4);
}
class TrackingSwitchedEvent extends $pb.GeneratedMessage {
factory TrackingSwitchedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingSwitchedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingSwitchedEvent._() : super();
factory TrackingSwitchedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingSwitchedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingSwitchedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingSwitchedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingSwitchedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingSwitchedEvent clone() => TrackingSwitchedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingSwitchedEvent copyWith(void Function(TrackingSwitchedEvent) updates) => super.copyWith((message) => updates(message as TrackingSwitchedEvent)) as TrackingSwitchedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingSwitchedEvent create() => TrackingSwitchedEvent._();
TrackingSwitchedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingSwitchedEvent> createRepeated() => $pb.PbList<TrackingSwitchedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingSwitchedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingSwitchedEvent>(create);
static TrackingSwitchedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingSwitchedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingSwitchedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingSwitchedPayload ensurePayload() => $_ensure(2);
}
class TrackingSwitchedRequest extends $pb.GeneratedMessage {
factory TrackingSwitchedRequest({
$29.RequestProjectHeader? header,
@@ -1413,90 +1077,6 @@ class TrackingETAUpdatedPayload extends $pb.GeneratedMessage {
$79.ETA ensureTrackingETA() => $_ensure(0);
}
class TrackingETAUpdatedEvent extends $pb.GeneratedMessage {
factory TrackingETAUpdatedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingETAUpdatedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingETAUpdatedEvent._() : super();
factory TrackingETAUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingETAUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingETAUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingETAUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingETAUpdatedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingETAUpdatedEvent clone() => TrackingETAUpdatedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingETAUpdatedEvent copyWith(void Function(TrackingETAUpdatedEvent) updates) => super.copyWith((message) => updates(message as TrackingETAUpdatedEvent)) as TrackingETAUpdatedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingETAUpdatedEvent create() => TrackingETAUpdatedEvent._();
TrackingETAUpdatedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingETAUpdatedEvent> createRepeated() => $pb.PbList<TrackingETAUpdatedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingETAUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingETAUpdatedEvent>(create);
static TrackingETAUpdatedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingETAUpdatedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingETAUpdatedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingETAUpdatedPayload ensurePayload() => $_ensure(2);
}
class TrackingETAUpdatedRequest extends $pb.GeneratedMessage {
factory TrackingETAUpdatedRequest({
$29.RequestProjectHeader? header,
@@ -1693,90 +1273,6 @@ class TrackingAttachmentAddedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class TrackingAttachmentAddedEvent extends $pb.GeneratedMessage {
factory TrackingAttachmentAddedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingAttachmentAddedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingAttachmentAddedEvent._() : super();
factory TrackingAttachmentAddedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingAttachmentAddedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingAttachmentAddedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingAttachmentAddedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingAttachmentAddedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingAttachmentAddedEvent clone() => TrackingAttachmentAddedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingAttachmentAddedEvent copyWith(void Function(TrackingAttachmentAddedEvent) updates) => super.copyWith((message) => updates(message as TrackingAttachmentAddedEvent)) as TrackingAttachmentAddedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingAttachmentAddedEvent create() => TrackingAttachmentAddedEvent._();
TrackingAttachmentAddedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingAttachmentAddedEvent> createRepeated() => $pb.PbList<TrackingAttachmentAddedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingAttachmentAddedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingAttachmentAddedEvent>(create);
static TrackingAttachmentAddedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingAttachmentAddedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingAttachmentAddedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingAttachmentAddedPayload ensurePayload() => $_ensure(2);
}
class TrackingAttachmentAddedRequest extends $pb.GeneratedMessage {
factory TrackingAttachmentAddedRequest({
$29.RequestProjectHeader? header,
@@ -1973,90 +1469,6 @@ class TrackingAttachmentRemovedPayload extends $pb.GeneratedMessage {
$core.List<$29.AttachmentSummary> get attachments => $_getList(0);
}
class TrackingAttachmentRemovedEvent extends $pb.GeneratedMessage {
factory TrackingAttachmentRemovedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingAttachmentRemovedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingAttachmentRemovedEvent._() : super();
factory TrackingAttachmentRemovedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingAttachmentRemovedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingAttachmentRemovedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingAttachmentRemovedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingAttachmentRemovedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingAttachmentRemovedEvent clone() => TrackingAttachmentRemovedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingAttachmentRemovedEvent copyWith(void Function(TrackingAttachmentRemovedEvent) updates) => super.copyWith((message) => updates(message as TrackingAttachmentRemovedEvent)) as TrackingAttachmentRemovedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingAttachmentRemovedEvent create() => TrackingAttachmentRemovedEvent._();
TrackingAttachmentRemovedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingAttachmentRemovedEvent> createRepeated() => $pb.PbList<TrackingAttachmentRemovedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingAttachmentRemovedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingAttachmentRemovedEvent>(create);
static TrackingAttachmentRemovedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingAttachmentRemovedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingAttachmentRemovedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingAttachmentRemovedPayload ensurePayload() => $_ensure(2);
}
class TrackingAttachmentRemovedRequest extends $pb.GeneratedMessage {
factory TrackingAttachmentRemovedRequest({
$29.RequestProjectHeader? header,
@@ -2242,91 +1654,6 @@ class TrackingDeletedPayload extends $pb.GeneratedMessage {
static TrackingDeletedPayload? _defaultInstance;
}
/// Event message
class TrackingDeletedEvent extends $pb.GeneratedMessage {
factory TrackingDeletedEvent({
$29.EventHeader? header,
$29.EntityID? iD,
TrackingDeletedPayload? payload,
}) {
final $result = create();
if (header != null) {
$result.header = header;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
TrackingDeletedEvent._() : super();
factory TrackingDeletedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory TrackingDeletedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'TrackingDeletedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<TrackingDeletedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: TrackingDeletedPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
TrackingDeletedEvent clone() => TrackingDeletedEvent()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
TrackingDeletedEvent copyWith(void Function(TrackingDeletedEvent) updates) => super.copyWith((message) => updates(message as TrackingDeletedEvent)) as TrackingDeletedEvent;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static TrackingDeletedEvent create() => TrackingDeletedEvent._();
TrackingDeletedEvent createEmptyInstance() => create();
static $pb.PbList<TrackingDeletedEvent> createRepeated() => $pb.PbList<TrackingDeletedEvent>();
@$core.pragma('dart2js:noInline')
static TrackingDeletedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<TrackingDeletedEvent>(create);
static TrackingDeletedEvent? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($29.EventHeader v) { setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
TrackingDeletedPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(TrackingDeletedPayload v) { setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => clearField(3);
@$pb.TagNumber(3)
TrackingDeletedPayload ensurePayload() => $_ensure(2);
}
/// API Request
class TrackingDeletedRequest extends $pb.GeneratedMessage {
factory TrackingDeletedRequest({

View File

@@ -28,24 +28,6 @@ final $typed_data.Uint8List trackingNotifiedPayloadDescriptor = $convert.base64D
'dFdmVudEIskkEhMh9Ob3RpZmllZCBldmVudHMgb24gdGhlIHRyYWNraW5n+kIFkgECCAFSBkV2'
'ZW50czonkkELCgnSAQZFdmVudHOiuxgFRXZlbnSouxgBursYCE5vdGlmaWVk');
@$core.Deprecated('Use trackingNotifiedEventDescriptor instead')
const TrackingNotifiedEvent$json = {
'1': 'TrackingNotifiedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingNotifiedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingNotifiedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingNotifiedEventDescriptor = $convert.base64Decode(
'ChVUcmFja2luZ05vdGlmaWVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZG'
'VyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWKAQIQ'
'AVICSUQSQAoHUGF5bG9hZBgDIAEoCzIcLmFwaS5UcmFja2luZ05vdGlmaWVkUGF5bG9hZEII+k'
'IFigECEAFSB1BheWxvYWQ6FaK7GAVFdmVudLq7GAhOb3RpZmllZA==');
@$core.Deprecated('Use trackingNotifiedRequestDescriptor instead')
const TrackingNotifiedRequest$json = {
'1': 'TrackingNotifiedRequest',
@@ -108,27 +90,8 @@ final $typed_data.Uint8List trackingDispatchedPayloadDescriptor = $convert.base6
'CkhVU2hpcEZyb20YByABKAsyDi5hcGkuVHJhZGVUaWVyQiySQSkyJ1doZXJlIHRoZSBIYW5kbG'
'luZyB1bml0IGlzIHNoaXBwZWQgZnJvbVIKSFVTaGlwRnJvbRJWCghIVVNoaXBUbxgIIAEoCzIO'
'LmFwaS5UcmFkZVRpZXJCKpJBJzIlV2hlcmUgdGhlIEhhbmRsaW5nIHVuaXQgaXMgc2hpcHBlZC'
'B0b1IISFVTaGlwVG86RpJBKAom0gEOSGFuZGxpbmd1bml0SUTSARJEaXNwYXRjaGVkRGF0ZVRp'
'bWWiuxgFRXZlbnSouxgBursYCkRpc3BhdGNoZWQ=');
@$core.Deprecated('Use trackingDispatchedEventDescriptor instead')
const TrackingDispatchedEvent$json = {
'1': 'TrackingDispatchedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingDispatchedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingDispatchedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingDispatchedEventDescriptor = $convert.base64Decode(
'ChdUcmFja2luZ0Rpc3BhdGNoZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLlRyYWNraW5nRGlzcGF0Y2hlZFBheWxvYW'
'RCCPpCBYoBAhABUgdQYXlsb2FkOi2iuxgFRXZlbnS6uxgKRGlzcGF0Y2hlZNq7GBJ2ZXJpZnlB'
'Y3RvclBhcnRuZXI=');
'B0b1IISFVTaGlwVG86XJJBKAom0gEOSGFuZGxpbmd1bml0SUTSARJEaXNwYXRjaGVkRGF0ZVRp'
'bWWiuxgFRXZlbnSouxgBursYCkRpc3BhdGNoZWTauxgSdmVyaWZ5QWN0b3JQYXJ0bmVy');
@$core.Deprecated('Use trackingDispatchedRequestDescriptor instead')
const TrackingDispatchedRequest$json = {
@@ -188,27 +151,8 @@ final $typed_data.Uint8List trackingHULabeledPayloadDescriptor = $convert.base64
'lwRnJvbRgHIAEoCzIOLmFwaS5UcmFkZVRpZXJCLJJBKTInV2hlcmUgdGhlIEhhbmRsaW5nIHVu'
'aXQgaXMgc2hpcHBlZCBmcm9tUgpIVVNoaXBGcm9tElYKCEhVU2hpcFRvGAggASgLMg4uYXBpLl'
'RyYWRlVGllckIqkkEnMiVXaGVyZSB0aGUgSGFuZGxpbmcgdW5pdCBpcyBzaGlwcGVkIHRvUghI'
'VVNoaXBUbzpFkkEoCibSAQ5IYW5kbGluZ3VuaXRJRNIBEkRpc3BhdGNoZWREYXRlVGltZaK7GA'
'VFdmVudKi7GAG6uxgJSFVMYWJlbGVk');
@$core.Deprecated('Use trackingHULabeledEventDescriptor instead')
const TrackingHULabeledEvent$json = {
'1': 'TrackingHULabeledEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingHULabeledPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingHULabeledEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingHULabeledEventDescriptor = $convert.base64Decode(
'ChZUcmFja2luZ0hVTGFiZWxlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYW'
'RlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII+kIFigEC'
'EAFSAklEEkEKB1BheWxvYWQYAyABKAsyHS5hcGkuVHJhY2tpbmdIVUxhYmVsZWRQYXlsb2FkQg'
'j6QgWKAQIQAVIHUGF5bG9hZDosorsYBUV2ZW50ursYCUhVTGFiZWxlZNq7GBJ2ZXJpZnlBY3Rv'
'clBhcnRuZXI=');
'VVNoaXBUbzpbkkEoCibSAQ5IYW5kbGluZ3VuaXRJRNIBEkRpc3BhdGNoZWREYXRlVGltZaK7GA'
'VFdmVudKi7GAG6uxgJSFVMYWJlbGVk2rsYEnZlcmlmeUFjdG9yUGFydG5lcg==');
@$core.Deprecated('Use trackingHULabeledRequestDescriptor instead')
const TrackingHULabeledRequest$json = {
@@ -268,27 +212,9 @@ final $typed_data.Uint8List trackingSwitchedPayloadDescriptor = $convert.base64D
'ISaQoOTmV4dEhVU2hpcEZyb20YBCABKAsyDi5hcGkuVHJhZGVUaWVyQjGSQS4yLFdoZXJlIHRo'
'ZSBIYW5kbGluZyB1bml0IHdpbGwgYmUgc2hpcHBlZCBmcm9tUg5OZXh0SFVTaGlwRnJvbRJjCg'
'xOZXh0SFVTaGlwVG8YBSABKAsyDi5hcGkuVHJhZGVUaWVyQi+SQSwyKldoZXJlIHRoZSBIYW5k'
'bGluZyB1bml0IHdpbGwgYmUgc2hpcHBlZCB0b1IMTmV4dEhVU2hpcFRvOi+SQRMKEdIBDk5leH'
'RUcmFja2luZ0lEorsYBUV2ZW50qLsYAbq7GAhTd2l0Y2hlZA==');
@$core.Deprecated('Use trackingSwitchedEventDescriptor instead')
const TrackingSwitchedEvent$json = {
'1': 'TrackingSwitchedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingSwitchedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingSwitchedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingSwitchedEventDescriptor = $convert.base64Decode(
'ChVUcmFja2luZ1N3aXRjaGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZG'
'VyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWKAQIQ'
'AVICSUQSQAoHUGF5bG9hZBgDIAEoCzIcLmFwaS5UcmFja2luZ1N3aXRjaGVkUGF5bG9hZEII+k'
'IFigECEAFSB1BheWxvYWQ6VpJBKAom0gEOSGFuZGxpbmd1bml0SUTSARJEaXNwYXRjaGVkRGF0'
'ZVRpbWWiuxgFRXZlbnS6uxgIU3dpdGNoZWTauxgSdmVyaWZ5QWN0b3JQYXJ0bmVy');
'bGluZyB1bml0IHdpbGwgYmUgc2hpcHBlZCB0b1IMTmV4dEhVU2hpcFRvOkWSQRMKEdIBDk5leH'
'RUcmFja2luZ0lEorsYBUV2ZW50qLsYAbq7GAhTd2l0Y2hlZNq7GBJ2ZXJpZnlBY3RvclBhcnRu'
'ZXI=');
@$core.Deprecated('Use trackingSwitchedRequestDescriptor instead')
const TrackingSwitchedRequest$json = {
@@ -338,26 +264,8 @@ const TrackingETAUpdatedPayload$json = {
final $typed_data.Uint8List trackingETAUpdatedPayloadDescriptor = $convert.base64Decode(
'ChlUcmFja2luZ0VUQVVwZGF0ZWRQYXlsb2FkElMKC1RyYWNraW5nRVRBGAEgASgLMgguYXBpLk'
'VUQUInkkEcMhpUaGUgRVRBIGZvciB0aGUgdHJhY2tlZCBIVfpCBYoBAhABUgtUcmFja2luZ0VU'
'QToukkEQCg7SAQtUcmFja2luZ0VUQaK7GAVFdmVudKi7GAG6uxgKRVRBVXBkYXRlZA==');
@$core.Deprecated('Use trackingETAUpdatedEventDescriptor instead')
const TrackingETAUpdatedEvent$json = {
'1': 'TrackingETAUpdatedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingETAUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingETAUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingETAUpdatedEventDescriptor = $convert.base64Decode(
'ChdUcmFja2luZ0VUQVVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW'
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB'
'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLlRyYWNraW5nRVRBVXBkYXRlZFBheWxvYW'
'RCCPpCBYoBAhABUgdQYXlsb2FkOj6SQRAKDtIBC1RyYWNraW5nRVRBorsYBUV2ZW50ursYCkVU'
'QVVwZGF0ZWTauxgQc2V0RVRBQWN0dWFsRGF0ZQ==');
'QTpCkkEQCg7SAQtUcmFja2luZ0VUQaK7GAVFdmVudKi7GAG6uxgKRVRBVXBkYXRlZNq7GBBzZX'
'RFVEFBY3R1YWxEYXRl');
@$core.Deprecated('Use trackingETAUpdatedRequestDescriptor instead')
const TrackingETAUpdatedRequest$json = {
@@ -407,27 +315,8 @@ const TrackingAttachmentAddedPayload$json = {
final $typed_data.Uint8List trackingAttachmentAddedPayloadDescriptor = $convert.base64Decode(
'Ch5UcmFja2luZ0F0dGFjaG1lbnRBZGRlZFBheWxvYWQSYwoLQXR0YWNobWVudHMYASADKAsyFi'
'5hcGkuQXR0YWNobWVudFN1bW1hcnlCKZJBJjIkTnVtYmVyIG9mIGF0dGFjaG1lbnRzIGFkZGVk'
'IHBlciB0eXBlUgtBdHRhY2htZW50czogorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZW'
'Q=');
@$core.Deprecated('Use trackingAttachmentAddedEventDescriptor instead')
const TrackingAttachmentAddedEvent$json = {
'1': 'TrackingAttachmentAddedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingAttachmentAddedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingAttachmentAddedEventDescriptor = $convert.base64Decode(
'ChxUcmFja2luZ0F0dGFjaG1lbnRBZGRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREII'
'+kIFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIy5hcGkuVHJhY2tpbmdBdHRhY2htZW50QW'
'RkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDotorsYBUV2ZW50ursYD0F0dGFjaG1lbnRB'
'ZGRlZNq7GA1hZGRBdHRhY2htZW50');
'IHBlciB0eXBlUgtBdHRhY2htZW50czoxorsYBUV2ZW50qLsYAbq7GA9BdHRhY2htZW50QWRkZW'
'TauxgNYWRkQXR0YWNobWVudA==');
@$core.Deprecated('Use trackingAttachmentAddedRequestDescriptor instead')
const TrackingAttachmentAddedRequest$json = {
@@ -477,27 +366,8 @@ const TrackingAttachmentRemovedPayload$json = {
final $typed_data.Uint8List trackingAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
'CiBUcmFja2luZ0F0dGFjaG1lbnRSZW1vdmVkUGF5bG9hZBJlCgtBdHRhY2htZW50cxgBIAMoCz'
'IWLmFwaS5BdHRhY2htZW50U3VtbWFyeUIrkkEoMiZOdW1iZXIgb2YgYXR0YWNobWVudHMgcmVt'
'b3ZlZCBwZXIgdHlwZVILQXR0YWNobWVudHM6IqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudF'
'JlbW92ZWQ=');
@$core.Deprecated('Use trackingAttachmentRemovedEventDescriptor instead')
const TrackingAttachmentRemovedEvent$json = {
'1': 'TrackingAttachmentRemovedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingAttachmentRemovedEventDescriptor = $convert.base64Decode(
'Ch5UcmFja2luZ0F0dGFjaG1lbnRSZW1vdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5UcmFja2luZ0F0dGFjaG1lbn'
'RSZW1vdmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6MqK7GAVFdmVudLq7GBFBdHRhY2ht'
'ZW50UmVtb3ZlZNq7GBByZW1vdmVBdHRhY2htZW50');
'b3ZlZCBwZXIgdHlwZVILQXR0YWNobWVudHM6NqK7GAVFdmVudKi7GAG6uxgRQXR0YWNobWVudF'
'JlbW92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
@$core.Deprecated('Use trackingAttachmentRemovedRequestDescriptor instead')
const TrackingAttachmentRemovedRequest$json = {
@@ -545,24 +415,6 @@ final $typed_data.Uint8List trackingDeletedPayloadDescriptor = $convert.base64De
'ChZUcmFja2luZ0RlbGV0ZWRQYXlsb2FkOiySQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudK'
'i7GAG6uxgHRGVsZXRlZA==');
@$core.Deprecated('Use trackingDeletedEventDescriptor instead')
const TrackingDeletedEvent$json = {
'1': 'TrackingDeletedEvent',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '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.TrackingDeletedPayload', '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `TrackingDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List trackingDeletedEventDescriptor = $convert.base64Decode(
'ChRUcmFja2luZ0RlbGV0ZWRFdmVudBIoCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSNQoHUGF5bG9hZBgDIAEo'
'CzIbLmFwaS5UcmFja2luZ0RlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhSiuxgFRXZlbnS6uxgHRG'
'VsZXRlZA==');
@$core.Deprecated('Use trackingDeletedRequestDescriptor instead')
const TrackingDeletedRequest$json = {
'1': 'TrackingDeletedRequest',

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.10.0-SNAPSHOT-250320110805
version: 1.10.0-SNAPSHOT-250321095503
homepage: ''
publish_to: ''
repository: ''